From owner-freebsd-questions Sun May 21 2: 8:38 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 EF79237B6BD for ; Sun, 21 May 2000 02:08:30 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from localhost (ppp1-pa5.neomedia.it [195.103.207.113]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id LAA29868; Sun, 21 May 2000 11:07:12 +0200 (CEST) From: Salvo Bartolotta Date: Sun, 21 May 2000 10:09:35 GMT Message-ID: <20000521.10093500@mis.configured.host> Subject: Re: Booting FreeBSD from floppy (ie, without a bootloader on the hard disk) To: "Paul Moore" , 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 > Further down the line, I'd like to add FreeBSD as an option to my NT > bootloader (I do not want to switch bootloaders, even if the FreeBSD=20 one is > better...). To do this, I should only need a suitable MBR image which = I can > store in a file on the NT boot drive, and I can then change NT's=20 BOOT.INI to > add FreeBSD. For later reference, can anyone tell me how I get a=20 FreeBSD > MBR? (On Linux, I install the Linux MBR on the Linux disk instead of=20 the > boot disk, and then peel it off using dd - is there an option to do=20 this > with FreeBSD?) > Thanks for any help, > Paul Moore. > PS In case I didn't make it clear, my key requirement is to make no=20 change > at all to my existing NT disk - I want to isolate all my FreeBSD work = to the > second disk (at least for now). Dear Paul Moore, You might find the multi-os stuff (and related links) interesting,=20 which stuff is also found on-line at=20 http://www.freebsd.org/tutorials/multi-os/index.html ; also, you might=20 want to search the archives for NT & FreeBSD booting issues. AFAIR,=20 specific problems have been discussed extensively a good number of=20 times. I, too, use, (multa) inter alia, NT on the same box (3 HDs), but I=20 have adopted a different approach - ie I use a "fancy" boot loader --=20 which I don't feel like naming publicly for ... spam reasons. Good luck, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 2:23: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.infologigruppen.se (ns2.infologigruppen.se [212.214.163.69]) by hub.freebsd.org (Postfix) with ESMTP id 0D46637B548 for ; Sun, 21 May 2000 02:22:59 -0700 (PDT) (envelope-from Goran.Lowkrantz@infologigruppen.se) Received: (from uucp@localhost) by ns2.infologigruppen.se (8.9.3/8.9.3) id LAA34370 for ; Sun, 21 May 2000 11:22:57 +0200 (CEST) (envelope-from Goran.Lowkrantz@infologigruppen.se) Received: from valhall.ign.se(192.168.3.1) via SMTP by bifrost-net.ign.se, id smtpdp34368; Sun May 21 11:22:50 2000 Received: by valhall.ign.se with Internet Mail Service (5.5.2650.21) id ; Sun, 21 May 2000 11:22:50 +0200 Message-ID: From: "Lowkrantz, Goran" To: "freebsd-questions@freebsd.org" Subject: XDM remote only Date: Sun, 21 May 2000 11:22:48 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to setup a server to run xdm for remote X-servers using XDMCP broadcasts. I have removed the local server from the Xservers file, so there is no local server started. All other files are defaults. The problem: xdm just goes through the motions of starting up and then exists. Here is the output of -debug 9 # uname -a FreeBSD skade.ign.se 4.0-STABLE FreeBSD 4.0-STABLE #0: Sat May 20 11:58:56 CEST 2000 root@skade.ign.se:/usr/src/sys/compile/SKADE i386 # xdm -debug 9 DisplayManager.errorLogFile/DisplayManager.ErrorLogFile value /var/log/xdm-errors DisplayManager.daemonMode/DisplayManager.DaemonMode value true DisplayManager.pidFile/DisplayManager.PidFile value /var/run/xdm-pid DisplayManager.lockPidFile/DisplayManager.LockPidFile value true DisplayManager.authDir/DisplayManager.authDir value /usr/X11R6/lib/X11/xdm DisplayManager.autoRescan/DisplayManager.AutoRescan value true DisplayManager.removeDomainname/DisplayManager.RemoveDomainname value true DisplayManager.keyFile/DisplayManager.KeyFile value /usr/X11R6/lib/X11/xdm/xdm-keys DisplayManager.accessFile/DisplayManager.AccessFile value /usr/X11R6/lib/X11/xdm/Xaccess DisplayManager.exportList/DisplayManager.ExportList value DisplayManager.randomFile/DisplayManager.RandomFile value /dev/mem DisplayManager.greeterLib/DisplayManager.GreeterLib value /usr/X11R6/lib/X11/xdm/libXdmGreet.so DisplayManager.choiceTimeout/DisplayManager.ChoiceTimeout value 15 DisplayManager.sourceAddress/DisplayManager.SourceAddress value false DisplayManager.willing/DisplayManager.Willing value su nobody -c /usr/X11R6/lib/X11/xdm/Xwilling Nothing left to do, exiting The xdm-errors file is empty. What am I missing to give xdm to to? Cheers, GLZ --- Goran Lowkrantz Email : goran.lowkrantz@infologigruppen.se Infologigruppen Alfa AB Telephone: Nat 070-587 8782 Fax: Nat 070-615 8782 Box 202 Int +46 70-587 8782 Int +46 70-615 8782 941 25 Pitea, Sweden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 2:47: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 E6D8537B6C0 for ; Sun, 21 May 2000 02:47:46 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from localhost (ppp2-pa5.neomedia.it [195.103.207.114]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id LAA29194; Sun, 21 May 2000 11:47:39 +0200 (CEST) From: Salvo Bartolotta Date: Sun, 21 May 2000 10:50:01 GMT Message-ID: <20000521.10500100@mis.configured.host> Subject: Re: Graphical Interface for FreeBSD To: "PathFinder Software" Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: X-Mailer: SuperCalifragilis X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 5/20/00, 4:27:07 PM, "PathFinder Software"=20 wrote regarding Graphical Interface for= =20 FreeBSD: > Does anyone knows of any good GUI (graphical interface) similar > to NetMAX that would work with FreeBSD 4.0? > NetMAX seems to be a good product but at this time will only work > with FreeBSD 3.3 and Linux 5.4. > FreeBSD 3.3 will not work with my SCSI card while FreeBSD 4.0 > will...what a dilemma! > I am in the need to get my system up and running in a short time > to test a development project and I need to shorten the learning > curve at this time. I can always memorize the mountains of > commands later when I have more time available. > Normand J. Charette Dear Normand J. Charette, You can install such a fancy-awesome-super-mega-bloated metaport as=20 Gnome or KDE. There's KDE-2 (Beta version) available, too; actually, I=20 haven't tried it on 3-STABLE yet. =20 Also, you might want to have a look at the webmin port (GUI for System=20 Administration), found in /usr/ports/sysutils/webmin. IMO, you should=20 first read a little material from the docs (e.g. handbook) before=20 using the program. You are NOT supposed to walk blindfold in a Unix=20 system :-) In order to avoid any problems with ports under 3.3, you should=20 install the "upgrade kit" for ports (found in=20 /usr/ports/misc/34upgrade), which works for 3.3. and 3.4 systems. As an aside, I would suggest upgrading to 3-STABLE as soon as you can;=20 better yet, I would suggest using the relatively recent 4-STABLE. It=20 is reported to behave quite well -- N.B. **exceptionally** well for a=20 4.0 line (!)=20 Good luck, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 2:54:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.home.se (smtp2.home.se [195.66.45.71]) by hub.freebsd.org (Postfix) with ESMTP id AC0EA37B7D1 for ; Sun, 21 May 2000 02:54:25 -0700 (PDT) (envelope-from johan.dahlberg@home.se) Received: from webmail1.home.se (webmail1.home.se [195.66.45.107] (may be forged)) by smtp2.home.se (8.8.8/8.8.7) with SMTP id LAA20120 for freebsd-questions@FreeBSD.org; Sun, 21 May 2000 11:54:23 +0200 (CEST) Date: Sun, 21 May 2000 11:54:23 +0200 (CEST) From: johan.dahlberg@home.se Message-Id: <200005210954.LAA20120@smtp2.home.se> To: freebsd-questions@FreeBSD.org Subject: Temperatures X-Mailer: AtDot 1.8.5 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I saw a page on www.freebsd.org that said that FreeBSD supports the HLT cpu instruction just as Linux does, but is this really true? I have done some tests proving that it just can't be true. With Linux (2.2.15) I got a cpu temperature of 31 degrees celsius and with FreeBSD I got 47 degrees celcius, the tests where done on the same computer at idle state. Do I have to activate the HLT instruction on FreeBSD or something? The system I tested temperatures on was an Abit BP6 with dual celeron 500MHz cpu's. I tested the temperatures with a regular thermometer since I've never really trusted those built in sensors. ;) /Johan _________________________________________________________ En adress för livet registrerar du på http://www.home.se/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 3:22:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alanis.uebs.itacs.to (N712P011.dipool.highway.telekom.at [212.183.98.235]) by hub.freebsd.org (Postfix) with ESMTP id 2B0AB37B6C0 for ; Sun, 21 May 2000 03:22:23 -0700 (PDT) (envelope-from philipp@alanis.uebs.itacs.to) Received: (from philipp@localhost) by alanis.uebs.itacs.to (8.9.3/8.9.3) id MAA00344 for freebsd-questions@freebsd.org; Sun, 21 May 2000 12:19:57 +0200 (CEST) (envelope-from philipp) Date: Sun, 21 May 2000 12:19:56 +0200 From: Philipp Huber To: freebsd-questions@freebsd.org Subject: Re: Temperatures Message-ID: <20000521121956.A293@alanis.mini.net> References: <200005210954.LAA20120@smtp2.home.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005210954.LAA20120@smtp2.home.se>; from johan.dahlberg@home.se on Sun, May 21, 2000 at 11:54:23AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 11:54:23AM +0200, johan.dahlberg@home.se wrote: > Hello, > I saw a page on www.freebsd.org that said that FreeBSD supports the HLT cpu instruction just as Linux does, but is this really true? I have done some tests proving that it just can't be true. With Linux (2.2.15) I got a cpu temperature of 31 degrees celsius and with FreeBSD I got 47 degrees celcius, the tests where done on the same computer at idle state. Do I have to activate the HLT instruction on FreeBSD or something? The system I tested temperatures on was an Abit BP6 with dual celeron 500MHz cpu's. I tested the temperatures with a regular thermometer since I've never really trusted those built in sensors. ;) you need to add the following option in your kernel config file: options CPU_SUSP_HLT have a look at LINT, there are some other cpu related options like NO_F00F_HACK as well. Philipp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 3:39:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 6EDD537B6C0 for ; Sun, 21 May 2000 03:36:59 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id QAA17312 for ; Sun, 21 May 2000 16:36:23 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id QAA04941 for questions@FreeBSD.ORG; Sun, 21 May 2000 16:36:44 +0600 (ESS) Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id QAA00310 for ; Sun, 21 May 2000 16:39:38 +0600 (ESS) (envelope-from ilia@cgu.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Sun, 21 May 2000 16:39:35 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: fsck ? 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----- Dear Sirs, what would be you suggestions about fsck ? I want to run it from /etc/rc so that it WON'T ASK me any questions. from man page I read that fsck could be run either with "-p" or "-y|n" options. what about "-p -y" ?! second question: it is said that if fsck cannot fix the filesystem it brings "signle user" mode up. How can I prevent fsck from dropping me into a "single user" mode ??? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOSe86eRxlWKN2EXhAQHYzQL+Mg662W8U2YRdaP6L/mSmESsLfncI3eGP Y9m7GASNrTD1JhvF+3IgwAsXgiOFRBUQ+tuAJiz4ZQZdSJYPzW4LaLhnv8mJviIQ x9rriL35Vk403CAsJMfr4mQOSP1YwvgB =h6pR -----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 May 21 3:43:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.web.de (pop3.cinetic.de [194.45.170.160]) by hub.freebsd.org (Postfix) with SMTP id A839437B6C0 for ; Sun, 21 May 2000 03:43:42 -0700 (PDT) (envelope-from Heiner.Goette@web.de) Received: from max by smtp.web.de with smtp (freemail 4.0.1 #1298) id m12tTCn-003xWRC; Sun, 21 May 2000 12:43 +0200 Message-ID: <000201bfc311$d6463950$f4319c3e@max> From: =?iso-8859-1?Q?Heiner_G=F6tte?= To: Subject: HP Deskjet 720C Date: Sun, 21 May 2000 11:50:56 +0200 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/x-pkcs7-signature"; micalg=SHA1; boundary="----=_NextPart_000_0005_01BFC31A.D33A1BB0" 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_01BFC31A.D33A1BB0 Content-Type: multipart/mixed; boundary="----=_NextPart_001_0006_01BFC31A.D33A1BB0" ------=_NextPart_001_0006_01BFC31A.D33A1BB0 Content-Type: multipart/alternative; boundary="----=_NextPart_002_0007_01BFC31A.D33A1BB0" ------=_NextPart_002_0007_01BFC31A.D33A1BB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, is it possible to use the HP Deskjet 720C with freebsd? Thanks Heiner G=F6tte ------=_NextPart_002_0007_01BFC31A.D33A1BB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
is it possible to use the HP Deskjet = 720C with=20 freebsd?
Thanks
Heiner = G=F6tte
------=_NextPart_002_0007_01BFC31A.D33A1BB0-- ------=_NextPart_001_0006_01BFC31A.D33A1BB0 Content-Type: text/x-vcard; name="=?iso-8859-1?Q?Heiner_G=F6tte.vcf?=" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="=?iso-8859-1?Q?Heiner_G=F6tte.vcf?=" BEGIN:VCARD VERSION:2.1 N:G=F6tte;Heiner FN:Heiner G=F6tte KEY;X509;ENCODING=3DBASE64: = MIICpzCCAhACAQAwDQYJKoZIhvcNAQEEBQAwgZsxCzAJBgNVBAYTAkRFMRAwDgYDVQQIEwdH = ZXJtYW55MRIwEAYDVQQHEwlLYXJsc3J1aGUxIzAhBgNVBAoTGkNpbmV0aWMgTWVkaWVudGVj = aG5payBHbWJIMRYwFAYDVQQLEw1odHRwOi8vd2ViLmRlMQ8wDQYDVQQDEwZXRUIuREUxGDAW = BgkqhkiG9w0BCQEWCWNhQHdlYi5kZTAeFw05ODA4MTIxNDAxMDdaFw0wODA4MDkxNDAxMDda = MIGbMQswCQYDVQQGEwJERTEQMA4GA1UECBMHR2VybWFueTESMBAGA1UEBxMJS2FybHNydWhl = MSMwIQYDVQQKExpDaW5ldGljIE1lZGllbnRlY2huaWsgR21iSDEWMBQGA1UECxMNaHR0cDov = L3dlYi5kZTEPMA0GA1UEAxMGV0VCLkRFMRgwFgYJKoZIhvcNAQkBFgljYUB3ZWIuZGUwgZ8w = DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALBcrIIMhKwirqmFMJU7r1F+b3sbjGOUOXipzqOh = qUrbpKNIqr/Tuvw6sF3IT5eXwNV6TeJ7U+N2+36zLyxfA428MFpvaB3ktROsmyBL4XrS4HQd = vqeqzaPS78PDRah7nWO+a5gB6BJilcsNSrLxirNO/gHbWxIeb75JvnWLdPiFAgMBAAEwDQYJ = KoZIhvcNAQEEBQADgYEAetPbFfDqOgsSotDdq4wInkibtcPBsUb8AZaxx//EzWBEaj4Lia+8 = ahr03WVP0bRsA1ffIQftZBp7e7CjTxOYV8rp5IWyKgik4Rnvc30RVCFeIGMW2t+gqhW+30i3 ZhJLAYepVPh9aQsYsI+nTcEnVrtNs1dieEFXK5/y0rWI3m8=3D KEY;X509;ENCODING=3DBASE64: = MIICpzCCAhACAQAwDQYJKoZIhvcNAQEEBQAwgZsxCzAJBgNVBAYTAkRFMRAwDgYDVQQIEwdH = ZXJtYW55MRIwEAYDVQQHEwlLYXJsc3J1aGUxIzAhBgNVBAoTGkNpbmV0aWMgTWVkaWVudGVj = aG5payBHbWJIMRYwFAYDVQQLEw1odHRwOi8vd2ViLmRlMQ8wDQYDVQQDEwZXRUIuREUxGDAW = BgkqhkiG9w0BCQEWCWNhQHdlYi5kZTAeFw05ODA4MTIxNDAxMDdaFw0wODA4MDkxNDAxMDda = MIGbMQswCQYDVQQGEwJERTEQMA4GA1UECBMHR2VybWFueTESMBAGA1UEBxMJS2FybHNydWhl = MSMwIQYDVQQKExpDaW5ldGljIE1lZGllbnRlY2huaWsgR21iSDEWMBQGA1UECxMNaHR0cDov = L3dlYi5kZTEPMA0GA1UEAxMGV0VCLkRFMRgwFgYJKoZIhvcNAQkBFgljYUB3ZWIuZGUwgZ8w = DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALBcrIIMhKwirqmFMJU7r1F+b3sbjGOUOXipzqOh = qUrbpKNIqr/Tuvw6sF3IT5eXwNV6TeJ7U+N2+36zLyxfA428MFpvaB3ktROsmyBL4XrS4HQd = vqeqzaPS78PDRah7nWO+a5gB6BJilcsNSrLxirNO/gHbWxIeb75JvnWLdPiFAgMBAAEwDQYJ = KoZIhvcNAQEEBQADgYEAetPbFfDqOgsSotDdq4wInkibtcPBsUb8AZaxx//EzWBEaj4Lia+8 = ahr03WVP0bRsA1ffIQftZBp7e7CjTxOYV8rp5IWyKgik4Rnvc30RVCFeIGMW2t+gqhW+30i3 ZhJLAYepVPh9aQsYsI+nTcEnVrtNs1dieEFXK5/y0rWI3m8=3D KEY;X509;ENCODING=3DBASE64: = MIICpzCCAhACAQAwDQYJKoZIhvcNAQEEBQAwgZsxCzAJBgNVBAYTAkRFMRAwDgYDVQQIEwdH = ZXJtYW55MRIwEAYDVQQHEwlLYXJsc3J1aGUxIzAhBgNVBAoTGkNpbmV0aWMgTWVkaWVudGVj = aG5payBHbWJIMRYwFAYDVQQLEw1odHRwOi8vd2ViLmRlMQ8wDQYDVQQDEwZXRUIuREUxGDAW = BgkqhkiG9w0BCQEWCWNhQHdlYi5kZTAeFw05ODA4MTIxNDAxMDdaFw0wODA4MDkxNDAxMDda = MIGbMQswCQYDVQQGEwJERTEQMA4GA1UECBMHR2VybWFueTESMBAGA1UEBxMJS2FybHNydWhl = MSMwIQYDVQQKExpDaW5ldGljIE1lZGllbnRlY2huaWsgR21iSDEWMBQGA1UECxMNaHR0cDov = L3dlYi5kZTEPMA0GA1UEAxMGV0VCLkRFMRgwFgYJKoZIhvcNAQkBFgljYUB3ZWIuZGUwgZ8w = DQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBALBcrIIMhKwirqmFMJU7r1F+b3sbjGOUOXipzqOh = qUrbpKNIqr/Tuvw6sF3IT5eXwNV6TeJ7U+N2+36zLyxfA428MFpvaB3ktROsmyBL4XrS4HQd = vqeqzaPS78PDRah7nWO+a5gB6BJilcsNSrLxirNO/gHbWxIeb75JvnWLdPiFAgMBAAEwDQYJ = KoZIhvcNAQEEBQADgYEAetPbFfDqOgsSotDdq4wInkibtcPBsUb8AZaxx//EzWBEaj4Lia+8 = ahr03WVP0bRsA1ffIQftZBp7e7CjTxOYV8rp5IWyKgik4Rnvc30RVCFeIGMW2t+gqhW+30i3 ZhJLAYepVPh9aQsYsI+nTcEnVrtNs1dieEFXK5/y0rWI3m8=3D KEY;X509;ENCODING=3DBASE64: = MIIEBzCCAu+gAwIBAgIDCCmGMA0GCSqGSIb3DQEBBAUAMIGhMQswCQYDVQQGEwJERTEaMBgG = A1UEBxMRRC03NjIyNyBLYXJsc3J1aGUxEjAQBgNVBAoTCVdFQi5ERSBBRzEXMBUGA1UECxMO = VHJ1c3RDZW50ZXIgQ0ExLDAqBgNVBAMTI1dFQi5ERSBUcnVzdENlbnRlciBWb2xsLVplcnRp = ZmlrYXRlMRswGQYJKoZIhvcNAQkBFgx0cnVzdEB3ZWIuZGUwHhcNMDAwMzI0MTc1MzA0WhcN = MDEwMzI0MTc1MzA0WjCBijELMAkGA1UEBhMCREUxFDASBgNVBAgTC0RldXRzY2hsYW5kMRcw = FQYDVQQHEw40NDI2MyBEb3J0bXVuZDEPMA0GA1UEChMGcHJpdmF0MRYwFAYDVQQDEw1IZWlu = ZXIgR29ldHRlMSMwIQYJKoZIhvcNAQkBFhRoZWluZXIuZ29ldHRlQHdlYi5kZTCBnzANBgkq = hkiG9w0BAQEFAAOBjQAwgYkCgYEArC4ILOrS5ItjP5/cI2k0TkannuP9SIptaeoKkR3JwUGE = 2K4+hhaMQl6A3E/BRs/i/RqMoig3iKxDONKlBsXNaIMffC0TrzSVtSONbJVlDM4rILUTK8Ax = JxFd45qJGeZ80yYs2M6L8ANuh/CYD31aUX0HRue+NrLYDOW0efCv+l8CAwEAAaOB4DCB3TAs = BglghkgBhvhCAQQEHxYdaHR0cHM6Ly90cnVzdC53ZWIuZGUvcnZDQS8/cz0wIwYJYIZIAYb4 = QgECBBYWFGh0dHBzOi8vdHJ1c3Qud2ViLmRlMBYGCWCGSAGG+EIBAwQJFgcvcnYvP3M9MBYG = CWCGSAGG+EIBBwQJFgcvcm4vP3M9MBoGCWCGSAGG+EIBCAQNFgsvSGlsZmUvQUdCLzApBglg = hkgBhvhCAQ0EHBYaRnJlZW1haWwgRW1haWwgY2VydGlmaWNhdGUwEQYJYIZIAYb4QgEBBAQD = AgCwMA0GCSqGSIb3DQEBBAUAA4IBAQAu48GEsbI2zIiFnfw925dt7a8W4SLeyGQs3Exm1yWI = sx+U0aa1+m7p5knFQTdsfvWd75vdPbM2HERD8N7TrrqHucEEcFYbJvmSBOaCyLBEmeQ5jYE5 = ABiSa+J6jwAWCIx2yX2MP0lH6ftoiNM8yLovXHUuMiQ1AwohousZkDfpP0595kUR2ORnV4iF = vDk8VreYE9E3s4u9Rek8x8c/fm/I6wl6oSE+f7rQvnQh5DP7kvpte3/5UYe3GyXI31oMz+11 = b4J4vpdOLHpRwO7TZ1D+lnQBP73/UGUMaQ1j2DXJZyXjXw5gSHIxdjcOSFrtYMn7lUmv33IN BcBlUpvnOaxa EMAIL;PREF;INTERNET:Heiner.Goette@web.de EMAIL;INTERNET:ca@web.de REV:20000521T095056Z END:VCARD ------=_NextPart_001_0006_01BFC31A.D33A1BB0-- ------=_NextPart_000_0005_01BFC31A.D33A1BB0 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIITJTCCBAcw ggLvoAMCAQICAwgphjANBgkqhkiG9w0BAQQFADCBoTELMAkGA1UEBhMCREUxGjAYBgNVBAcTEUQt NzYyMjcgS2FybHNydWhlMRIwEAYDVQQKEwlXRUIuREUgQUcxFzAVBgNVBAsTDlRydXN0Q2VudGVy IENBMSwwKgYDVQQDEyNXRUIuREUgVHJ1c3RDZW50ZXIgVm9sbC1aZXJ0aWZpa2F0ZTEbMBkGCSqG SIb3DQEJARYMdHJ1c3RAd2ViLmRlMB4XDTAwMDMyNDE3NTMwNFoXDTAxMDMyNDE3NTMwNFowgYox CzAJBgNVBAYTAkRFMRQwEgYDVQQIEwtEZXV0c2NobGFuZDEXMBUGA1UEBxMONDQyNjMgRG9ydG11 bmQxDzANBgNVBAoTBnByaXZhdDEWMBQGA1UEAxMNSGVpbmVyIEdvZXR0ZTEjMCEGCSqGSIb3DQEJ ARYUaGVpbmVyLmdvZXR0ZUB3ZWIuZGUwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAKwuCCzq 0uSLYz+f3CNpNE5Gp57j/UiKbWnqCpEdycFBhNiuPoYWjEJegNxPwUbP4v0ajKIoN4isQzjSpQbF zWiDH3wtE680lbUjjWyVZQzOKyC1EyvAMScRXeOaiRnmfNMmLNjOi/ADbofwmA99WlF9B0bnvjay 2AzltHnwr/pfAgMBAAGjgeAwgd0wLAYJYIZIAYb4QgEEBB8WHWh0dHBzOi8vdHJ1c3Qud2ViLmRl L3J2Q0EvP3M9MCMGCWCGSAGG+EIBAgQWFhRodHRwczovL3RydXN0LndlYi5kZTAWBglghkgBhvhC AQMECRYHL3J2Lz9zPTAWBglghkgBhvhCAQcECRYHL3JuLz9zPTAaBglghkgBhvhCAQgEDRYLL0hp bGZlL0FHQi8wKQYJYIZIAYb4QgENBBwWGkZyZWVtYWlsIEVtYWlsIGNlcnRpZmljYXRlMBEGCWCG SAGG+EIBAQQEAwIAsDANBgkqhkiG9w0BAQQFAAOCAQEALuPBhLGyNsyIhZ38PduXbe2vFuEi3shk LNxMZtcliLMflNGmtfpu6eZJxUE3bH71ne+b3T2zNhxEQ/De0666h7nBBHBWGyb5kgTmgsiwRJnk OY2BOQAYkmvieo8AFgiMdsl9jD9JR+n7aIjTPMi6L1x1LjIkNQMKIaLrGZA36T9OfeZFEdjkZ1eI hbw5PFa3mBPRN7OLvUXpPMfHP35vyOsJeqEhPn+60L50IeQz+5L6bXt/+VGHtxslyN9aDM/tdW+C eL6XTix6UcDu02dQ/pZ0AT+9/1BlDGkNY9g1yWcl418OYEhyMXY3Dkha7WDJ+5VJr99yDQXAZVKb 5zmsWjCCBz0wggUloAMCAQICAQMwDQYJKoZIhvcNAQEEBQAwgY0xCzAJBgNVBAYTAkRFMRowGAYD VQQHExFELTc2MjI3IEthcmxzcnVoZTESMBAGA1UEChMJV0VCLkRFIEFHMRQwEgYDVQQLEwtUcnVz dENlbnRlcjEbMBkGA1UEAxMSV0VCLkRFIFRydXN0Q2VudGVyMRswGQYJKoZIhvcNAQkBFgx0cnVz dEB3ZWIuZGUwHhcNOTkwNjIzMTE0NzMxWhcNMDQwNjIxMTE0NzMxWjCBoTELMAkGA1UEBhMCREUx GjAYBgNVBAcTEUQtNzYyMjcgS2FybHNydWhlMRIwEAYDVQQKEwlXRUIuREUgQUcxFzAVBgNVBAsT DlRydXN0Q2VudGVyIENBMSwwKgYDVQQDEyNXRUIuREUgVHJ1c3RDZW50ZXIgVm9sbC1aZXJ0aWZp a2F0ZTEbMBkGCSqGSIb3DQEJARYMdHJ1c3RAd2ViLmRlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A MIIBCgKCAQEAtVj5fbH8IpQyErUj3tDsMvLHiymHUN8oa6gynRHz1M6+PF8BurYM3s7WCm0NkflG DLfwh8A6c5moS2UoVGITB9p4oCuCB+F2NTLHVltgmZ3POdomRHbk3wfC6EvgYh7IXLVB7ovqbGn8 DYKygb+JHxYVzXnKFmtAlhT7z+n+lyE9LxOSMAevb6W0EsZNdxyddHbckgFJSPpBzhB0wpffzxd/ Hrkee5BpvcDBncjVoMrAZhuAyugZNLW2xQXxpEfkEAekrsqG1Sn1lK/F9rFwi4ccPiyI7vkp3dKQ 6b1r848aYOIfqFglH+GT7RDfMSDhsNVB43VgG7CGC25S3xF7RQIDAQABo4ICkDCCAowwLAYJYIZI AYb4QgEEBB8WHWh0dHBzOi8vdHJ1c3Qud2ViLmRlL3J2Q0EvP3M9MCMGCWCGSAGG+EIBAgQWFhRo dHRwczovL3RydXN0LndlYi5kZTAWBglghkgBhvhCAQMECRYHL3J2Lz9zPTAWBglghkgBhvhCAQcE CRYHL3JuLz9zPTAaBglghkgBhvhCAQgEDRYLL0hpbGZlL0FHQi8wEQYJYIZIAYb4QgEBBAQDAgAH MAwGA1UdEwQFMAMBAf8wSQYDVR0gBEIwQDA+BgtghkgBhvhFAQcBATAvMC0GCCsGAQUFBwIBFiFo dHRwOi8vdHJ1c3Qud2ViLmRlL0hpbGZlL1BvbGljeS8wggFKBglghkgBhvhCAQ0EggE7FoIBN1Ry dXN0Q2VudGVyIHZvbiBXRUIuREUgLSBaZXJ0aWZpa2F0IGb8ciBkaWUgQXVzZ2FiZSB2b24gVm9s bC1aZXJ0aWZpa2F0ZW4KCkRpZSBOdXR6dW5nIGRpZXNlcyBaZXJ0aWZpa2F0ZXMgd2lyZCB2b24g ZGVuIEFsbGdlbWVpbmVuIEdlc2No5GZ0c2JlZGluZ3VuZ2VuIChBR0IpIC8gWmVydGlmaXppZXJ1 bmdzcmljaHRsaW5pZW4gZGVzIFdFQi5ERSBUcnVzdENlbnRlcnMgZ2VyZWdlbHQuCkRpZSBBR0Jz IHVuZCBaZXJ0aWZpemllcnVuZ3NyaWNodGxpbmllbiBzaW5kIHVudGVyIGh0dHA6Ly90cnVzdC53 ZWIuZGUvSGlsZmUvIGVpbnNlaGJhci4KMDEGA1UdHwQqMCgwJqAkoCKGIGh0dHA6Ly90cnVzdC53 ZWIuZGUvY3JsL2NhMDEuY3JsMA0GCSqGSIb3DQEBBAUAA4ICAQAR8ajQ9e69AmnQkaxkGi3O7R3B YZznYpZaye0EiPacCldxO1fZz8Clci0xp0LyibIhLXbj5xd+AnxoagTcWASR3Jtp8gr7FDiNB8se vOWIgD45eRGRoyBEMcX62JXqcobhv/kJCzfIKz1g+WZEz1EBweHMklfHlOJRwA4AVc5z83LC1Z4q Wnv2YpidpQZQrcgwfoWpc8VQK8653JA5AjVDDfnKWbjM5QDpL8jiGYPI/zc9J9RHh6LgXCrTQ3Vh L3YUxOdQkoo89iO4Wa0BHkIQMNjtZtn01jX1dVTk35Ru/qCd1dCkkKCMkzu6dMK/t41kdBgKbT1I GuyrZ6wfJhxwk0EqjEw3PE87+0IuXZYTGCFdbZhBnviKKsFPjCKU4dwVS+lZPQpNpVodoWwUEoX4 v2aWcyV7KSdElIe+AYplKNiO9b+GVfU3YF7vJ4L8aEATaIM9rGngiU3bYifvhwmd7URfv2+HGs2x SR6lAVtkdFO6fvCa0QeALNc2TXVVHRqaCKHZeNyr2vPl46S60NonJ7WVYKfsMLZ75Bod6Px7DTd0 axw2G+x4o0CqTgYcTGH3te2znUaTf8IuPkCaKIAD6QmJLBOxVZ2aKuKtDHO9PS04lguXHwgrPaEQ kw5eSKhLX0bQ7u+hbOowT3nra1kabaePsZqgrq+NQGrF3K6BAjCCB9UwggW9oAMCAQICAQEwDQYJ KoZIhvcNAQEEBQAwgY0xCzAJBgNVBAYTAkRFMRowGAYDVQQHExFELTc2MjI3IEthcmxzcnVoZTES MBAGA1UEChMJV0VCLkRFIEFHMRQwEgYDVQQLEwtUcnVzdENlbnRlcjEbMBkGA1UEAxMSV0VCLkRF IFRydXN0Q2VudGVyMRswGQYJKoZIhvcNAQkBFgx0cnVzdEB3ZWIuZGUwHhcNOTkwNjIzMDkxOTU0 WhcNMDkwNjIwMDkxOTU0WjCBjTELMAkGA1UEBhMCREUxGjAYBgNVBAcTEUQtNzYyMjcgS2FybHNy dWhlMRIwEAYDVQQKEwlXRUIuREUgQUcxFDASBgNVBAsTC1RydXN0Q2VudGVyMRswGQYDVQQDExJX RUIuREUgVHJ1c3RDZW50ZXIxGzAZBgkqhkiG9w0BCQEWDHRydXN0QHdlYi5kZTCCAiIwDQYJKoZI hvcNAQEBBQADggIPADCCAgoCggIBAMElipkqel1vmmCbH2Fob8TYKN7lYjkbWzXKZ5HC3gAOM6Gy xHap6PNGCJ4xYFqvHX+VOozhSAMz3UQharI+i0A6aUKttqv7GpeKzlVbd7el5VoAwXxfCvokBEEH dkzTEie6XfjFGNiMgRoxqhiDUSrKFP7HdZ8D0Ztrb91YSJQznMYSSMfaZtvoTZmiRM+eWpmvrEJf PqHbX7DTa2L9S4rW6hCz/4bEcFsxN9JtXB73MusnMx9BpigfLHkg+vaoyhyZWGvqj60oyMBIYVDT nKDcdtuwfWSRRE603Vtqub6eAQD6F9p70ZucpwHWh59CyKWK4cKRIk29dtZLILsgx/gGrATGeoFT 9Kk7yPWsEX1D8mbMVl3gQ2jacNs5KpyGo0CJV81WCkgWkeE0g0PS/m2DQ0gshEXUhciXkNlDy/48 bkveIyGxolhNO1+8LkqANgQdDSrVL4mU/48jczhn7tkzXB5I3OsejUDCWp8SjuVWQ3530FMlrIUG /fSHpaY7ErT3P/1NOMzHxKCRb4aLASFysLYTexe1hOykYSC0wcF9ovuHdnaFQNuTmR5XGSNS+St/ dSM86niXazODa3NDJwLEWPrGSVZlIvLvZR7MQozIbdw6SdSQCxoY+4Uwz7MY13hgFGSG6va0P34T dFMV5Dv8EH1lbKtWTt134C+LROTpAgMBAAGjggI8MIICODAMBgNVHRMEBTADAQH/MEkGA1UdIARC MEAwPgYLYIZIAYb4RQEHAQEwLzAtBggrBgEFBQcCARYhaHR0cDovL3RydXN0LndlYi5kZS9IaWxm ZS9Qb2xpY3kvMIIBKQYJYIZIAYb4QgENBIIBGhaCARZUcnVzdENlbnRlciB2b24gV0VCLkRFIC0g Um9vdC1aZXJ0aWZpa2F0CgpEaWUgTnV0enVuZyBkaWVzZXMgWmVydGlmaWthdGVzIHdpcmQgdm9u IGRlbiBBbGxnZW1laW5lbiBHZXNjaORmdHNiZWRpbmd1bmdlbiAoQUdCKSAvIFplcnRpZml6aWVy dW5nc3JpY2h0bGluaWVuIGRlcyBXRUIuREUgVHJ1c3RDZW50ZXJzIGdlcmVnZWx0LgpEaWUgQUdC cyB1bmQgWmVydGlmaXppZXJ1bmdzcmljaHRsaW5pZW4gc2luZCB1bnRlciBodHRwOi8vdHJ1c3Qu d2ViLmRlL0hpbGZlLyBlaW5zZWhiYXIuCjAaBglghkgBhvhCAQgEDRYLL0hpbGZlL0FHQi8wFgYJ YIZIAYb4QgEHBAkWBy9ybi8/cz0wFgYJYIZIAYb4QgEDBAkWBy9ydi8/cz0wIwYJYIZIAYb4QgEC BBYWFGh0dHBzOi8vdHJ1c3Qud2ViLmRlMBEGCWCGSAGG+EIBAQQEAwIABzAsBglghkgBhvhCAQQE HxYdaHR0cHM6Ly90cnVzdC53ZWIuZGUvcnZDQS8/cz0wDQYJKoZIhvcNAQEEBQADggIBAC09F20U CQPqTK1FE+LZtZwpz5Jt/os+gL9rX9wXDjSazVQ4EBgzeBy94kTHy2b80rrydOgV5d6IKgJElCcX wXe32EYvq4YIysbiWcFDUtOmtHhpaNdqJRuAzs9lazRQ5kcxCEb+g4J5yI+3I6PTD3nxYv0SYER0 GD993cj/XcnCirANEO8QCOibwXbjmngMfy6xhNiZHD5NuqA5KTwxToeRaEOi338Bb+dPOiCGuriu l/UD3cLc8mqQadGF3gf0vqNoIMAOJ/PB7flP2gW7AhKMurW3aLC6piw9kpBOKxTSTQTy3MN+6CEy yqIKWZyBGFms9E3Gr75PdMrWgj+b15kmkEo5nlEAoCv3FycH6dUEVIZBuFFPlAr7Jp4Zhp8EC656 VIEHocNTPyj9m0a/WpAVSGm4nPsoyjlCbmqdboTqLGkI7E4YKvbqmCGGRkvWIzedJEY8Z3WzbiVb oTICUgwjxPu+H3gnMkn44VcRlSVZyVA0GaKlVvzah2kdO8AAeg9W/op2miss+fDcNw+sswcabbWQ 04Llp/q8uXjelJtRM9thbOuVKHrMy5N4RxVJyJs3XeULRSeNCRsbomaAqWYciTaQLxlMFDLG3a2P ohKorChlRdO60A9h9FTAQSn6ma+AYpZGE5p53IgTezoToNlQ58lDR8YiK93U9dqL4mVPMYIB4jCC Ad4CAQEwgakwgaExCzAJBgNVBAYTAkRFMRowGAYDVQQHExFELTc2MjI3IEthcmxzcnVoZTESMBAG A1UEChMJV0VCLkRFIEFHMRcwFQYDVQQLEw5UcnVzdENlbnRlciBDQTEsMCoGA1UEAxMjV0VCLkRF IFRydXN0Q2VudGVyIFZvbGwtWmVydGlmaWthdGUxGzAZBgkqhkiG9w0BCQEWDHRydXN0QHdlYi5k ZQIDCCmGMAkGBSsOAwIaBQCggY8wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0B CQUxDxcNMDAwNTIxMTE1MDU2WjAjBgkqhkiG9w0BCQQxFgQUUd3imRiZOptOkatspWDfHp4La5ow MAYJKoZIhvcNAQkPMSMwITANBggqhkiG9w0DAgIBKDAHBgUrDgMCBzAHBgUrDgMCHTANBgkqhkiG 9w0BAQEFAASBgFqoIHia38stdmUya1Wqn4aUAERrSCmnL3hh9xIcLs0vsj9dNXOSIT6iMXa/DylJ 83MGyFei+yTOb9EslRx0A80lCgeSdyP20UiMuk7TB4eevHjkA1053GlGjlX9Y5l2AeFs2cvtDjUs 4JWr7+pHbaK6AzJ2Uk20r3wDrQoXEh9SAAAAAAAA ------=_NextPart_000_0005_01BFC31A.D33A1BB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 4:25:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpe.casema.net (smtpe.casema.net [195.96.96.172]) by hub.freebsd.org (Postfix) with SMTP id E5C8837B75F for ; Sun, 21 May 2000 04:25:21 -0700 (PDT) (envelope-from gin@hookers.com) Received: (qmail 29617 invoked from network); 21 May 2000 11:25:18 -0000 Received: from unknown (HELO Avelon.net) (195.96.121.89) by smtpe.casema.net with SMTP; 21 May 2000 11:25:18 -0000 Received: by hookers.com via sendmail from stdin id (Debian Smail3.2.0.102) for freebsd-questions@freebsd.org; Sun, 21 May 2000 12:32:17 +0200 (CEST) Date: Sun, 21 May 2000 12:32:16 +0200 From: XF To: freebsd-questions@freebsd.org Subject: sendmail Message-ID: <20000521123216.A520@dds.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello, i'm having some weird problems with sendmail i'm my log and terminal i see this: May 21 23:34:54 Foobar sendmail[269]: My unqualified host name (Foobar) unknown; sleeping for retry May 21 23:34:54 Foobar sendmail[269]: unable to qualify my own domain name (Foobar) -- using short name what can i do about it without losing the hostname of my freebsd computer? it's on a LAN. -- Error: Keyboard not attached. Press F1 to continue. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 4:37:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Awfulhak.org (tun.AwfulHak.org [194.242.139.173]) by hub.freebsd.org (Postfix) with ESMTP id A868A37B5C6 for ; Sun, 21 May 2000 04:37:41 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.awfulhak.org [172.16.0.12]) by Awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA50580; Sun, 21 May 2000 12:37:28 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id MAA74173; Sun, 21 May 2000 12:37:27 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Message-Id: <200005211137.MAA74173@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Duke Normandin" Cc: "Brian Somers" , "'freebsd-questions@FreeBSD.org'" , brian@hak.lan.Awfulhak.org Subject: Re: Tun0 -- Too many idle timeout values In-Reply-To: Message from "Duke Normandin" of "Fri, 19 May 2000 23:08:30 MDT." <000e01bfc219$7a963ae0$a5daa7d1@dnormandinfreewwweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 21 May 2000 12:37:27 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG set timeout has one or two arguments now. What exactly are you trying to do ? > On Tuesday, May 16, 2000 12:47 AM Brian Somers wrote: > >> Would *you* know why I get the following at boot up and when I > >> run ppp from the prompt: > >> > >> warning: Too many idle timeout values > >> warning: set timeout: Failed 1 > > > >Because your ppp.conf file is abusing the ``set timeout'' command. > >Compare your usage with the ppp man page, and check README.changes in > >the ppp source directory. > > > I found the README.changes files -- even printed it out ;) I can't see > *where* I'm blowing this. In order to get rid of the above warnings, > I've had to comment out the `set timeout` line(s). My ppp.conf is almost > a copy of what's in the various docs/examples etc. Any other ideas? Tia... > > -duke -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 4:52:49 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 06C8537B548 for ; Sun, 21 May 2000 04:52:46 -0700 (PDT) (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 12tTXr-000EWN-00; Sun, 21 May 2000 12:05:19 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12tTXr-000CaJ-00; Sun, 21 May 2000 12:05:19 +0100 Date: Sun, 21 May 2000 12:05:19 +0100 From: Ben Smithurst To: johan.dahlberg@home.se Cc: freebsd-questions@FreeBSD.org Subject: Re: Temperatures Message-ID: <20000521120519.E15686@strontium.scientia.demon.co.uk> References: <200005210954.LAA20120@smtp2.home.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200005210954.LAA20120@smtp2.home.se> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG johan.dahlberg@home.se wrote: > Do I have to activate the HLT instruction on FreeBSD or something? The > system I tested temperatures on was an Abit BP6 with dual celeron > 500MHz cpu's. I tested the temperatures with a regular thermometer > since I've never really trusted those built in sensors. ;) AIUI FreeBSD's SMP code always runs both CPUs at full speed, all the time, so a fairer comparison would be on a uni-processor machine. Perhaps the kernel another poster suggested would help; I've never used SMP so I wouldn't know. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 5:45:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.omskelecom.ru (proxy.omskelecom.ru [195.162.32.5]) by hub.freebsd.org (Postfix) with ESMTP id C7F0137B5BE for ; Sun, 21 May 2000 05:45:05 -0700 (PDT) (envelope-from coredumped@coredumped.null.ru) Received: from inet2.itbank.ru (it-bank.ats23.omskelecom.ru [195.162.50.26] (may be forged)) by ns.omskelecom.ru (8.10.1/8.10.1) with ESMTP id e4LCgAL00887 for ; Sun, 21 May 2000 19:42:11 +0700 Received: (from uucp@localhost) by inet2.itbank.ru (8.10.1/8.10.1) with UUCP id e4LCW5o84500 for questions@freebsd.org; Sun, 21 May 2000 19:32:05 +0700 (OMSST) Received: from localhost (kev@localhost) by inet1.itbank.ru (8.10.1/8.10.1) with ESMTP id e4LCV6J74822 for ; Sun, 21 May 2000 19:31:14 +0700 (OMSST) X-Authentication-Warning: inet1.itbank.ru: kev owned process doing -bs Date: Sun, 21 May 2000 19:31:06 +0700 (OMSST) From: Eugeny Kuzakov X-Sender: kev@inet1.itbank.ru To: questions@freebsd.org Subject: two private networks over internet Message-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*& ppl, I have two hosts on the internet with 192.168.x.x connected to them networks. I need to connect these private networks over these internet. I have configured ipsec as simple transport(not tunnel) between these hosts. I am tryed gifconfig and etc, but traffic from gif interfaces goes to internat as plain ipip - not over crypted ipsec. Can you advice me anything? I am also tryed pipsecd, but it does not work under FreeBSD 4.0R/S. Thanks. ---- Best wishes, Eugeny Kuzakov, SA ITBank, Omsk ---- All I want is a warm bed and a kind word and unlimited power -- Ashleigh Brilliant To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 5:53:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 7BF3637B89F for ; Sun, 21 May 2000 05:53:33 -0700 (PDT) (envelope-from mhumm@ispchannel.com) Received: from ispchannel.com ([208.170.159.57]) by smtp1a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000521125444.FGHB23460.smtp1a@ispchannel.com> for ; Sun, 21 May 2000 05:54:44 -0700 Message-ID: <3927DC3F.78BC1E41@ispchannel.com> Date: Sun, 21 May 2000 07:53:19 -0500 From: "Mark A. Hummel" Organization: Innovative Solutions X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Re: To Gustavo [Superuser Help] - 3 References: <3926CF64.B942670@ispchannel.com> <3926D1BC.7FF0226F@tdnet.com.br> <392709AF.A316DBDA@ispchannel.com> <392730B2.5E4970A3@tdnet.com.br> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A newbie mistake of ignorance! UID must be "root" to login as root. I thought it was just the passwords which where different. I got now, but don't worry, I have a lot more questions. Again, thanks for the quick response and please feel free to select from equally difficult challenges as I get my FBSD system up and running . Mark Gustavo Vieira Goncalves Coelho Rios wrote: > "Mark A. Hummel" wrote: > > > > Gustavo, > > > > Thanks for getting back to me. When I issue adduser, I get an error message > > saying that only the system administrator can add a user. > > > > Mark > > > > Gustavo Vieira Goncalves Coelho Rios wrote: > > > > > "Mark A. Hummel" wrote: > > > > > > > > I just installed BSD 4.0 from CD. I've added myself as a normal user. > > > > How do I make another login for myself as the superuser? > > > > > > > > Mark > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > Create a normal user. Give him uid 0 and gid 0. > > > Take a closer look at root/toor entry in /etc/passwd. > > > > > > -- > > > Your mouse has moved. > > > Windows NT must be restarted for the change to take effect! > > > > > > Reboot now? [ OK] > > Ok! > Let's start from the beginning: You added a user while in the > installation process, right ? > > -- > Your mouse has moved. > Windows NT must be restarted for the change to take effect! > > Reboot now? [ OK] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 5:57:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 17D9837B8CA for ; Sun, 21 May 2000 05:57:24 -0700 (PDT) (envelope-from mhumm@ispchannel.com) Received: from ispchannel.com ([208.170.159.57]) by smtp1a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000521125832.FGUR23460.smtp1a@ispchannel.com> for ; Sun, 21 May 2000 05:58:32 -0700 Message-ID: <3927DD23.653FABD0@ispchannel.com> Date: Sun, 21 May 2000 07:57:07 -0500 From: "Mark A. Hummel" Organization: Innovative Solutions X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Annelise [Superuser Help] thnx References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Annelise, Thank you for the insight. I had already figured out that the password alone wasn't enough, but editing the /etc/group file will definitly come in handy. Thanks again. Feel free to take on many other newbie questions from me until I get my system up and running. Mark Annelise Anderson wrote: > On Sat, 20 May 2000, Mark A. Hummel wrote: > > > I just installed BSD 4.0 from CD. I've added myself as a normal user. > > How do I make another login for myself as the superuser? > > > > Mark > > > The superuser account already exists. It's called root. You can > log in as root at the console (not remotely, that is). > > During the install you were asked to give root a password. You'll > need this password. > > If you want to use the su command to change from an ordinary user > to root, that user needs to be in the group wheel. You can add a > user to that group by editing /etc/group and at the end of the > line that begin with wheel, add a comma and the username (no spaces). > > Then you type su and you'll be asked for root's password. > > Annelise To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 6:13:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rmx614-mta.mail.com (rmx614-mta.mail.com [165.251.48.52]) by hub.freebsd.org (Postfix) with ESMTP id 208E437B77C for ; Sun, 21 May 2000 06:13:32 -0700 (PDT) (envelope-from phylos@lycosmail.com) Received: from weba7.iname.net (weba7.iname.net [165.251.4.17]) by rmx614-mta.mail.com (8.9.3/8.9.3) with ESMTP id JAA09113 for ; Sun, 21 May 2000 09:13:30 -0400 (EDT) From: phylos@lycosmail.com Received: (from root@localhost) by weba7.iname.net (8.9.1a/8.9.2.Alpha2) id JAA24020; Sun, 21 May 2000 09:13:27 -0400 (EDT) MIME-Version: 1.0 Message-Id: <0005210913275T.02306@weba7.iname.net> Date: Sun, 21 May 2000 09:13:27 -0400 (EDT) Content-Type: Text/Plain Content-Transfer-Encoding: 7bit To: freebsd-questions@FreeBSD.ORG Subject: Problems with the setting of a sound card in FreeBSD. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi hello, I recently have FreeBSD 3.4 installed on my computer, most of my devices are working fine, but there is one that I couldn´t work at 100% on the system. My sound card (Sound Blaster Awe 64) is not working on FreeBSD and I don´t know what can be the problem. Here is the message that the kernel gave to me when I try to run the sound card on xwindows or if I run any application with sound: kernel: Sound: DMA:(output) timed out - IRQ/DRQ config error? This is my setup on the Kernel script when I compiled: # Sound Card controller pnp0 # This is for PNP support 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 awe0 at isa? port 0x620 Please If anyone knows how to resolv the problem send to me a e-mail as soon as posible. Thanks a lot. ----------------------------------------------------- Get free personalized email at http://email.lycos.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 6:19:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id A7F9037B876 for ; Sun, 21 May 2000 06:19:16 -0700 (PDT) (envelope-from mhumm@ispchannel.com) Received: from ispchannel.com ([208.170.159.57]) by smtp1a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000521132027.FILB23460.smtp1a@ispchannel.com> for ; Sun, 21 May 2000 06:20:27 -0700 Message-ID: <3927E246.B68E3E18@ispchannel.com> Date: Sun, 21 May 2000 08:19:02 -0500 From: "Mark A. Hummel" Organization: Innovative Solutions X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: KDE Reconfig or Reinstall? 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 installed KDE during the FBSD install. Since Xfree86 failed twice, I used Xconfig and was able to finish. The challenge now is that KDE comes up in low 640 x 480 resolution and Ctrl-Alt-+ does not change the resolution. Is there a way to increase the resolution and color depth? If not, should I reconfigure KDE (and if so, how) or would it be better to uninstall/reinstall KDE (and if so, how). Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 6:30:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 7916437B8ED for ; Sun, 21 May 2000 06:30:35 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12tVoQ-0000s1-00; Sun, 21 May 2000 15:30:34 +0200 Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id OAA21400 for freebsd-questions@freebsd.org; Sun, 21 May 2000 14:12:19 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: XDM remote only Date: 21 May 2000 14:12:19 +0200 Message-ID: <8g8jr3$ksg$1@bigeye.rhein-neckar.de> References: To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lowkrantz, Goran wrote: > The problem: xdm just goes through the motions of starting up and then > exists. Here is the output of -debug 9 > [...] > Nothing left to do, exiting Ah, yes. This can take your sanity. Check the last lines of xdm-config: ! SECURITY: do not listen for XDMCP or Chooser requests ! Comment out this line if you want to manage X terminals with xdm DisplayManager.requestPort: 0 This line forbids xdm to manage remote displays. When you start up xdm in your configuration, it recognizes that indeed nothing is left to do and terminates. There is no error condition. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 6:34:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bassia.wanadoo.fr (smtp-rt-5.wanadoo.fr [193.252.19.159]) by hub.freebsd.org (Postfix) with ESMTP id CC4B637B77C for ; Sun, 21 May 2000 06:34:09 -0700 (PDT) (envelope-from lenaig@wanadoo.fr) Received: from andira.wanadoo.fr (193.252.19.152) by bassia.wanadoo.fr; 21 May 2000 15:34:08 +0200 Received: from wanadoo.fr (193.250.144.249) by andira.wanadoo.fr; 21 May 2000 15:33:47 +0200 Message-ID: <3927E5F3.11A88368@wanadoo.fr> Date: Sun, 21 May 2000 15:34:43 +0200 From: thierry X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i586) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: FreeBSD on Laptop Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to install freBSD4 on Olivetti Laptop Echos P120 (16Mo). When i am booting with the Kern.flp floppy, i have got the following message : /boot.config -P Keyboard: no BTX Loader 1.00 BTX version 1.01 So, i put another keyboard (PS2) on the back of my laptop, but i have exactly the same message, what can i do ?? I need help!!! Thanks. Thierry -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 6:38:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from front7m.grolier.fr (front7m.grolier.fr [195.36.216.57]) by hub.freebsd.org (Postfix) with ESMTP id D65AE37B876 for ; Sun, 21 May 2000 06:38:34 -0700 (PDT) (envelope-from Olivier.Saut@crans.ens-cachan.fr) Received: from mychkine.crans.ens-cachan.fr (ppp-44-53-85.wmar.club-internet.fr [213.44.53.85]) by front7m.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with ESMTP id PAA26923 for ; Sun, 21 May 2000 15:38:32 +0200 (MET DST) Received: by mychkine.crans.ens-cachan.fr (Postfix, from userid 1001) id 04D29548; Sun, 21 May 2000 15:36:11 +0200 (CEST) Date: Sun, 21 May 2000 15:36:11 +0200 From: Olivier Saut To: freebsd-questions@FreeBSD.org Subject: Port : imlib Message-ID: <20000521153611.A13767@mychkine.crans.ens-cachan.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to build sawmill and gnomelibs on my laptop under 4-Stable. (There is no binary packages for these ports.) When I type make in /usr/ports/x11/gnomelibs I get : [...] checking for imlib-config... /usr/X11R6/bin/imlib-config checking for IMLIB - version >= 1.9... no *** Could not run IMLIB test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding IMLIB or finding the wrong *** version of IMLIB. If it is not finding IMLIB, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH checking for imlib-config... (cached) /usr/X11R6/bin/imlib-config checking for IMLIB - version >= 1.8... no *** Could not run IMLIB test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding IMLIB or finding the wrong *** version of IMLIB. If it is not finding IMLIB, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH configure: error: *** IMLIB 1.8 not installed - please install first *** ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. [...] I have imlib-1.9.8 installed in /usr/local/lib and : mychkine# echo $LD_LIBRARY_PATH /usr/local/lib /usr/X11R6/bin/imlib-config --version gives 1.9.8. I have not seen any error about imlib on bento.freebsd.org, so I guess it must be an error of my own -so I send this to -questions and not -ports-. Thanks a lot for your help, PS could you cc me on your answer, I am not subscribed to this list. - Olivier Olivier.Saut@dptMaths.ENS-Cachan.Fr | ID 0x7673A2CE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 6:39:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.infologigruppen.se (ns2.infologigruppen.se [212.214.163.69]) by hub.freebsd.org (Postfix) with ESMTP id 2CC0537B77C for ; Sun, 21 May 2000 06:39:50 -0700 (PDT) (envelope-from Goran.Lowkrantz@infologigruppen.se) Received: (from uucp@localhost) by ns2.infologigruppen.se (8.9.3/8.9.3) id PAA34576; Sun, 21 May 2000 15:39:43 +0200 (CEST) (envelope-from Goran.Lowkrantz@infologigruppen.se) Received: from valhall.ign.se(192.168.3.1) via SMTP by bifrost-net.ign.se, id smtpda34574; Sun May 21 15:39:35 2000 Received: by valhall.ign.se with Internet Mail Service (5.5.2650.21) id ; Sun, 21 May 2000 15:39:35 +0200 Message-ID: From: "Lowkrantz, Goran" To: "'naddy@mips.inka.de'" Cc: freebsd-questions@FreeBSD.ORG Subject: RE: XDM remote only Date: Sun, 21 May 2000 15:39:34 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks!! Cheers, GLZ > -----Original Message----- > From: naddy@mips.inka.de [mailto:naddy@mips.inka.de] > Sent: Sunday, May 21, 2000 2:12 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Re: XDM remote only > > > Lowkrantz, Goran wrote: > > > The problem: xdm just goes through the motions of starting > up and then > > exists. Here is the output of -debug 9 > > [...] > > Nothing left to do, exiting > > Ah, yes. This can take your sanity. Check the last lines of > xdm-config: > > ! SECURITY: do not listen for XDMCP or Chooser requests > ! Comment out this line if you want to manage X terminals with xdm > DisplayManager.requestPort: 0 > > This line forbids xdm to manage remote displays. When you start up > xdm in your configuration, it recognizes that indeed nothing is > left to do and terminates. There is no error condition. > > -- > Christian "naddy" Weisgerber > naddy@mips.inka.de > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 6:52:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from teapot32.domain8.bigpond.com (teapot32.domain8.bigpond.com [139.134.5.180]) by hub.freebsd.org (Postfix) with SMTP id 3D3C537B570 for ; Sun, 21 May 2000 06:52:07 -0700 (PDT) (envelope-from portner@bigpond.com) Received: from localhost (localhost [127.0.0.1]) by teapot32.domain8.bigpond.com (NTMail 3.02.13) with ESMTP id ca989536 for ; Sun, 21 May 2000 23:51:52 +1000 Received: from DKBH-T-004-p-126-235.tmns.net.au ([139.134.126.235]) by mail8.bigpond.com (Claudes-Grotesque-MailRouter V2.7e 17/6180212); 21 May 2000 23:51:51 From: "Peter Ortner" To: Subject: RE: XFree86 4.0 mouse cursor weirdness Date: Sun, 21 May 2000 23:51:02 +1000 Message-ID: <000c01bfc32b$9a115360$0b00a8c0@port.slow> 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.2377.0 In-Reply-To: <4.3.1.0.20000519083336.00a73e50@pop.mindspring.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of John Holland > Sent: Friday, 19 May 2000 10:35 PM > To: questions@FreeBSD.ORG > Subject: Re: XFree86 4.0 mouse cursor weirdness > > >This wouldn't happen to be a SIS 6326 chipset, per chance? If so, it's a > >known issue. If not, post your type of card and how you set up your > >XServer, e.g. monitor, mode type, and bpp settings. > > I have the same problem with an S3 Virge/DX. Any clues, or should I buy > another card? I also have such a card, but under RedHat Linux 6.2. It automatically configures the machine to use the SVGA server, and the results are not pretty. I used XF86Setup to configure the machine to use the S3 server and it's been happy since - and the performance is considerably better. RHL 6.2 ships with XF86 3.3.6. HTH. Regards, Peter. ---- http://www.users.bigpond.com/portner (Web Page) port@iname.com (Internet E-mail) ICQ 3114573 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 6:56:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id 0D9B037B746; Sun, 21 May 2000 06:56:22 -0700 (PDT) (envelope-from gustav@morpheus.demon.co.uk) Received: from morpheus.demon.co.uk ([158.152.8.30] helo=morpheus) by anchor-post-30.mail.demon.net with smtp (Exim 2.12 #1) id 12tWDH-0001Wr-0U; Sun, 21 May 2000 14:56:15 +0100 From: "Paul Moore" To: Cc: , Subject: RE: Booting FreeBSD from floppy (ie, without a bootloader on the hard disk) Date: Sun, 21 May 2000 14:59:59 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20000520150442.B93357@cc942873-a.ewndsr1.nj.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 From: Crist J. Clark > I have made boot floppies like this before. I'm just going to recite > what I /think/ I did from memory. I might leave out a detail or two, > but this is the gist of it. [...] Thanks for this, and to all who answered. I now have a bootable setup. One other question... This is probably simple, but it's frustrating - I've installed and set up X windows, using XF86Setup, which worked fine. But when I say "OK" to save settings and start the X server, the screen displays fine (with vidtune running to let me teak settings) but there is no mouse pointer! The pointer was fine in the VGA-resolution setup, but it's gone in my 1024x768 final screen. I'm using a Matrox Millenium G400 with 32M of RAM, if that's relevant. Is there a simple issue I've missed, or do I need to supply all the gory details of my settings? Thanks for any help, Paul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 7: 7:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3105.mail.yahoo.com (web3105.mail.yahoo.com [204.71.202.190]) by hub.freebsd.org (Postfix) with SMTP id 9F73737B746 for ; Sun, 21 May 2000 07:07:12 -0700 (PDT) (envelope-from mickebsd@yahoo.se) Message-ID: <20000521140712.19212.qmail@web3105.mail.yahoo.com> Received: from [212.151.151.84] by web3105.mail.yahoo.com; Sun, 21 May 2000 16:07:12 CEST Date: Sun, 21 May 2000 16:07:12 +0200 (CEST) From: =?iso-8859-1?q?Micke=20Sundberg?= Subject: help To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I first downloaded like 200 mb from ftp.se.freebsd.org/pub/FreeBSD/CDROM-Images/4.0-RELEASE/ (install-i386.iso) it took 656,586,725 bytes. Then that ftp went down and I resumed downloaded from ftp.sunet.se/pub/FreeBSD/releases/i386/ISO-IMAGES/ (4.0-install.iso) it took 656,562,176 bytes and resumed and downloaded 50 mb from that. Then the first (ftp.se.freebsd.org) went up again and I resumed downloaded from that. Do you think that the iso will work anyway when the 2nd iso was 24,549 bytes smaller. Please help!! _____________________________________________________ Do You Yahoo!? Ditt_namn@yahoo.se - skaffa en gratis mailadress på http://mail.yahoo.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 7:51: 5 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 A9C8D37B97C for ; Sun, 21 May 2000 07:51:01 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from bartequi.ottodomain.org (ppp2-pa5.neomedia.it [195.103.207.114]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id QAA13646; Sun, 21 May 2000 16:50:51 +0200 (CEST) From: Salvo Bartolotta Date: Sun, 21 May 2000 15:53:14 GMT Message-ID: <20000521.15531400@bartequi.ottodomain.org> Subject: Re: KDE Reconfig or Reinstall? To: "Mark A. Hummel" , freebsd-questions@FreeBSD.ORG In-Reply-To: <3927E246.B68E3E18@ispchannel.com> References: <3927E246.B68E3E18@ispchannel.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 5/21/00, 2:19:02 PM, "Mark A. Hummel" wrote=20 regarding KDE Reconfig or Reinstall?: > Hi, > I installed KDE during the FBSD install. Since Xfree86 failed twice, = I > used Xconfig and was able to finish. The challenge now is that KDE > comes up in low 640 x 480 resolution and Ctrl-Alt-+ does not change=20 the > resolution. Is there a way to increase the resolution and color=20 depth? > If not, should I reconfigure KDE (and if so, how) or would it be=20 better > to uninstall/reinstall KDE (and if so, how). > Mark Dear Mark Hummel, I had a similar problem, ie screen resolution far from being=20 satisfactory in Xfree86-3.3.x=20 The short answer is "yes, you can set what ever resolution your=20 monitor is able to support". Drawback: you have to hack modelines if=20 you want to get that optimum performance. At least, if your monitor's=20 data are NOT contained in some database or other. Instead, if your=20 monitor IS found in some database, you will just copy the modelines=20 into /etc/XF86Config. BTW, my screen "rendering" is just splendid at (!!) 1152x870@83Hz=20 (personally hacked modelines) on my 17" monitor -- a practically=20 **unknown** make and model. =20 There is material on this topic out there, both on the Net and of ...=20 hardcopy nature. As to the latter, AFAIR, Grog's excellent guide (The=20 Complete FreeBSD) includes some stuff about this "magic"; as to the=20 former, there is some tutorial(s) around (for Linux ? Howto ?=20 Mini-howto ?), I can't recall right now **sigh** Good luck, Salvo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 8:34:58 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 4862537B57D for ; Sun, 21 May 2000 08:34:55 -0700 (PDT) (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 LAA96728; Sun, 21 May 2000 11:34:51 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 11:34:50 -0400 From: "Crist J. Clark" To: Micke Sundberg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help Message-ID: <20000521113450.A96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000521140712.19212.qmail@web3105.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000521140712.19212.qmail@web3105.mail.yahoo.com>; from mickebsd@yahoo.se on Sun, May 21, 2000 at 04:07:12PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 04:07:12PM +0200, Micke Sundberg wrote: > I first downloaded like 200 mb from > ftp.se.freebsd.org/pub/FreeBSD/CDROM-Images/4.0-RELEASE/ > (install-i386.iso) it took 656,586,725 bytes. > Then that ftp went down and I resumed downloaded from > ftp.sunet.se/pub/FreeBSD/releases/i386/ISO-IMAGES/ > (4.0-install.iso) it took 656,562,176 bytes and > resumed and downloaded 50 mb from that. > Then the first (ftp.se.freebsd.org) went up again and > I resumed downloaded from that. > Do you think that the iso will work anyway when the > 2nd iso was 24,549 bytes smaller. Are you saying that you combined parts from these different ISO9660 images into one file? And now you wonder if you will have a valid image? I really doubt that it is valid. By the way, the file 4.0-install.iso seems to be the "correct" one. As least is matches the ISO-image at the main site, ftp.freebsd.org. -- 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 May 21 8:52: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 6445337B790 for ; Sun, 21 May 2000 08:52:47 -0700 (PDT) (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 LAA96786; Sun, 21 May 2000 11:52:10 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 11:52:10 -0400 From: "Crist J. Clark" To: XF Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail Message-ID: <20000521115210.B96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000521123216.A520@dds.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000521123216.A520@dds.nl>; from gin@dds.nl on Sun, May 21, 2000 at 12:32:16PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 12:32:16PM +0200, XF wrote: > > hello, i'm having some weird problems with sendmail > i'm my log and terminal i see this: > > May 21 23:34:54 Foobar sendmail[269]: My unqualified host name (Foobar) > unknown; sleeping for retry > May 21 23:34:54 Foobar sendmail[269]: unable to qualify my own domain name > (Foobar) -- using short name > > what can i do about it without losing the hostname of my freebsd computer? > it's on a LAN. It looks like you have hostname and resolver problems. I guess 'Foobar' is your unqualified hostname? Why not 'Foobar.somewhere.org' where 'somewhere.org' is chosen appropriately? Besides these messages, does sendmail actually work? -- 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 May 21 8:55:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id A4DD837B790 for ; Sun, 21 May 2000 08:55:47 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([216.94.149.33]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id LAA58868; Sun, 21 May 2000 11:58:27 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392818FA.1EE09D4B@wmptl.com> Date: Sun, 21 May 2000 13:12:26 -0400 From: Nathan Vidican X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: XF Cc: questions@freebsd.org Subject: Re: sendmail References: <20000521123216.A520@dds.nl> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG XF wrote: > > hello, i'm having some weird problems with sendmail > i'm my log and terminal i see this: > > May 21 23:34:54 Foobar sendmail[269]: My unqualified host name (Foobar) > unknown; sleeping for retry > May 21 23:34:54 Foobar sendmail[269]: unable to qualify my own domain name > (Foobar) -- using short name > > what can i do about it without losing the hostname of my freebsd computer? > it's on a LAN. > > -- > Error: Keyboard not attached. Press F1 to continue. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message either add an entry in /etc/hosts for your machine, or run a DNS service to qualify the name/MX host for your machine. Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 8:59:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 27DD537B790 for ; Sun, 21 May 2000 08:59:11 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([216.94.149.33]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id MAA58902; Sun, 21 May 2000 12:01:51 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392819C7.C15B5C15@wmptl.com> Date: Sun, 21 May 2000 13:15:51 -0400 From: Nathan Vidican X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Phillip Billiot Cc: questions@freebsd.org Subject: Re: References: <20000520234041.59813.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 Phillip Billiot wrote: > > If i install FreeBSD can i still have win98 & win98 still start up at > startup? > what do i need to download from the ftp site to install it? > > Thanks, > Phillip J Billiot II > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message you need only the two boot disk images; boot.flp/mfsroot.flp, download both of these, and write their images to a floppy disk, boot the kern.flp disk, and insert the mfsroot disk when prompted. You can then install the system directly over FTP, and yes it will allow you to dual-boot, just select the option to use FreeBSD BootMGR when you setup your partitions. Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 9: 1: 5 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 0EBE637B8FF for ; Sun, 21 May 2000 09:00:59 -0700 (PDT) (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 LAA96808; Sun, 21 May 2000 11:59:03 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 11:59:03 -0400 From: "Crist J. Clark" To: Ilia Chipitsine Cc: questions@FreeBSD.ORG Subject: Re: fsck ? Message-ID: <20000521115902.C96573@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 ilia@cgu.chel.su on Sun, May 21, 2000 at 04:39:35PM +0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 04:39:35PM +0600, Ilia Chipitsine wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Dear Sirs, > > what would be you suggestions about fsck ? > I want to run it from /etc/rc so that it WON'T ASK me any questions. > > from man page I read that fsck could be run either with "-p" or "-y|n" > options. what about "-p -y" ?! I haven't tried, but they would seem to be mutually exclusive. The '-p' option specifies behavior like, These are the only inconsistencies that fsck with the -p option will cor- rect; if it encounters other inconsistencies, it exits with an abnormal return status and an automatic reboot will then fail. > second question: it is said that if fsck cannot fix the filesystem > it brings "signle user" mode up. How can I prevent fsck from dropping > me into a "single user" mode ??? Two ways I can think of, (1) Unmount your filesystems cleanly at shutdown. (2) Don't fsck at all and don't try to mount filesystems that could be unclean. The boot process drops into single user mode because a corrupted filesystem is a Very Bad Thing. If you are booting a system with corrupt filesystems, the drop into single user should be the least of your worries. -- 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 May 21 9: 3: 9 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 112E237B790 for ; Sun, 21 May 2000 09:03:06 -0700 (PDT) (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 MAA96834; Sun, 21 May 2000 12:02:23 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 12:02:23 -0400 From: "Crist J. Clark" To: Eugeny Kuzakov Cc: questions@FreeBSD.ORG Subject: Re: two private networks over internet Message-ID: <20000521120223.D96573@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 coredumped@coredumped.null.ru on Sun, May 21, 2000 at 07:31:06PM +0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 07:31:06PM +0700, Eugeny Kuzakov wrote: > > > hi*& > > ppl, I have two hosts on the internet with 192.168.x.x connected to > them networks. I need to connect these private networks over these > internet. I have configured ipsec as simple transport(not tunnel) between > these hosts. I really think you are going to need to tunnel for this. Or are you saying that at this point you are just trying to get the two NAT machines to talk? > I am tryed gifconfig and etc, but traffic from gif interfaces goes to > internat as plain ipip - not over crypted ipsec. That is one of the uses for gif(4). How are you using gifconfig(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 Sun May 21 9: 8:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 0047037B91F for ; Sun, 21 May 2000 09:08:51 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.6.67.142] (helo=parish.my.domain) by tantalum with esmtp (Exim 2.05 #1) id 12tTAK-0005Lq-00; Sun, 21 May 2000 11:41:00 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id LAA06451; Sun, 21 May 2000 11:41:27 +0100 (BST) (envelope-from mark) Date: Sun, 21 May 2000 11:41:26 +0100 From: Mark Ovens To: Gustavo Vieira Goncalves Coelho Rios Cc: Neil Blakey-Milner , questions@freebsd.org Subject: Re: BSD make variables Message-ID: <20000521114126.B6024@parish> References: <3923960E.8028590E@tdnet.com.br> <20000518113312.A87527@mithrandr.moria.org> <3927333E.51C45BD3@tdnet.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3927333E.51C45BD3@tdnet.com.br>; from kernel@tdnet.com.br on Sat, May 20, 2000 at 09:52:14PM -0300 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 20, 2000 at 09:52:14PM -0300, Gustavo Vieira Goncalves Coelho Rios wrote: > Neil Blakey-Milner wrote: > > > > On Thu 2000-05-18 (04:04), Gustavo Vieira Goncalves Coelho Rios wrote: > > > How can i get information about BSD make default variables like CC, > > > CFLAGS, etc? > > > With gmake is easy, just the option -p, but can it be done using BSD > > > make ? > > > > -V > > > > The man page has more details. > > > > Neil > > -- > > Neil Blakey-Milner > > Hacker In Chief, Sunesi Clinical Systems > > nbm@mithrandr.moria.org > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > Ok! But how to know which variables are setted by default ?, i.e., a > variables list used by BSD make! > /etc/make.conf > thnaks in advance! > > -- > Your mouse has moved. > Windows NT must be restarted for the change to take effect! > > Reboot now? [ OK] > ROFL Actually, it amused me so much I cranked up Visual C++ and wrote a program that pops this up as a warning box as soon as the mouse moves (it doesn't reboot the PC of course :)) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 9:11:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 3006C37B929 for ; Sun, 21 May 2000 09:10:25 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id WAA20209; Sun, 21 May 2000 22:09:34 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: from localhost (ilia@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with ESMTP id WAA08355; Sun, 21 May 2000 22:09:43 +0600 (ESS) Date: Sun, 21 May 2000 22:09:43 +0600 (ESS) From: "Ilia E. Chipitsine" To: cjclark@home.com Cc: questions@FreeBSD.ORG Subject: Re: fsck ? In-Reply-To: <20000521115902.C96573@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 > > > > from man page I read that fsck could be run either with "-p" or "-y|n" > > options. what about "-p -y" ?! > > I haven't tried, but they would seem to be mutually exclusive. The > '-p' option specifies behavior like, I did, I put 'fsck -p -y' into /etc/rc, at least it didn't complain :-) By the time I tried it, filesystems were umounted clearly. > > (2) Don't fsck at all and don't try to mount filesystems that could > be unclean. That could be the option ! What about _mounting_ those unclean partitions ? > > The boot process drops into single user mode because a corrupted > filesystem is a Very Bad Thing. If you are booting a system with > corrupt filesystems, the drop into single user should be the least of > your worries. that PC is supposed to work without a display, without a keyboard, the nearest place where they can find anybody who ever heard about 'fsck' is probably 5km away. > -- > 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 May 21 9:31:22 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 AD2B237B945 for ; Sun, 21 May 2000 09:31:15 -0700 (PDT) (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 MAA96919; Sun, 21 May 2000 12:29:01 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 12:29:00 -0400 From: "Crist J. Clark" To: "Ilia E. Chipitsine" Cc: questions@FreeBSD.ORG Subject: Re: fsck ? Message-ID: <20000521122900.E96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000521115902.C96573@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 ilia@cgu.chel.su on Sun, May 21, 2000 at 10:09:43PM +0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 10:09:43PM +0600, Ilia E. Chipitsine wrote: > > > > > > from man page I read that fsck could be run either with "-p" or "-y|n" > > > options. what about "-p -y" ?! > > > > I haven't tried, but they would seem to be mutually exclusive. The > > '-p' option specifies behavior like, > > I did, I put 'fsck -p -y' into /etc/rc, at least it didn't complain :-) > By the time I tried it, filesystems were umounted clearly. I don't see why you would include the '-p' with '-y.' It seems that all of the special behavior implied by -p is the opposite of that implied by -y. > > > > (2) Don't fsck at all and don't try to mount filesystems that could > > be unclean. > > That could be the option ! > What about _mounting_ those unclean partitions ? There is 'mount -f,' but like the manpage says, it's dangerous. > > The boot process drops into single user mode because a corrupted > > filesystem is a Very Bad Thing. If you are booting a system with > > corrupt filesystems, the drop into single user should be the least of > > your worries. > > that PC is supposed to work without a display, without a keyboard, > the nearest place where they can find anybody who ever heard about 'fsck' > is probably 5km away. Then it _needs_ a UPS that can tell it to shutdown cleanly when power goes out. There is also the option of mounting most filesystems read-only. That way, they never get corrupted in the first place. I don't know the function of this box, but you could have the root and usr partitions read-only, and then have var writable and possibly some /usr/data or whatever as well. Make it so the system can boot into multi-user from read-only filesystems. Anyway, that's just an idea. I know people set up boxes to run unattended and with limited failure modes. There may be someone out there with a good way to set up such a system. -- 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 May 21 9:46:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwb.pacific.net.hk (cwb.pacific.net.hk [202.14.67.92]) by hub.freebsd.org (Postfix) with ESMTP id 6FAE437B564 for ; Sun, 21 May 2000 09:46:37 -0700 (PDT) (envelope-from alexkwan@pacific.net.hk) Received: from kwaifong.pacific.net.hk (kwaifong.pacific.net.hk [202.14.67.7]) by cwb.pacific.net.hk with ESMTP id AAA02022 for ; Mon, 22 May 2000 00:46:35 +0800 (HKT) Received: from alexkwan (ppp152.dyn29.pacific.net.hk [202.64.29.152]) by kwaifong.pacific.net.hk with SMTP id AAA20030 for ; Mon, 22 May 2000 00:46:34 +0800 (HKT) Message-ID: <000d01bfc344$38efdf20$981d40ca@alexkwan> From: "Alex Kwan" To: Subject: Perl and Perl-Tk package Date: Mon, 22 May 2000 00:47:15 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Does the FreeBSD4.0R CDROM contains the Perl-5.xx and Perl-Tk pre-compiled package, I only found these packages on current ports. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 9:55:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 4673C37B805 for ; Sun, 21 May 2000 09:55:10 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id WAA20535; Sun, 21 May 2000 22:55:10 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: from localhost (ilia@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with ESMTP id WAA08575; Sun, 21 May 2000 22:55:19 +0600 (ESS) Date: Sun, 21 May 2000 22:55:19 +0600 (ESS) From: "Ilia E. Chipitsine" To: cjclark@home.com Cc: questions@FreeBSD.ORG Subject: Re: fsck ? In-Reply-To: <20000521122900.E96573@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 > > that PC is supposed to work without a display, without a keyboard, > > the nearest place where they can find anybody who ever heard about 'fsck' > > is probably 5km away. > > Then it _needs_ a UPS that can tell it to shutdown cleanly when power > goes out. obviously it must have APM support besides UPS. for instance, without APM support, UPS tells it to shut down, system comes to a state with "press any key to reboot", accidently power restores and boxen remains to be "neither dead nor alive", with "press any key to reboot" on her screen :-) BTW, did anybody hear about UPS which might be placed into 5" slot ?! > > There is also the option of mounting most filesystems read-only. That > way, they never get corrupted in the first place. I don't know the > function of this box, but you could have the root and usr partitions something like InBusiness eMail Station from Intel it does work, 486/4Mb+200Mb HDD, serves well as dial-out server, firewall, DHCP, named, simple web-management, UUCP, SOCKS, imap4, IP masquerading. the only we were afraid of running squid on 4Mb of RAM :-) just today, I hacked 'moused' a bit, so I can assign different actions on mouse clicks. for example "left button" - safely shuts system down, "middle button" - establishes or drops ppp connection, "right button" - initiates UUCP exchange. Tommorow I'm planning to put a mouse inside a boxen, so I need only buttons to be accessible. > read-only, and then have var writable and possibly some /usr/data or > whatever as well. Make it so the system can boot into multi-user from > read-only filesystems. > > Anyway, that's just an idea. I know people set up boxes to run > unattended and with limited failure modes. There may be someone out > there with a good way to set up such a system. > -- > 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 May 21 10: 4: 4 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 A509537B808 for ; Sun, 21 May 2000 10:04:00 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.12]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sun, 21 May 2000 10:04:05 -0700 Message-ID: <392816F1.457CA79C@3-cities.com> Date: Sun, 21 May 2000 10:03:45 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Heiner =?iso-8859-1?Q?G=F6tte?= Cc: questions@FreeBSD.org Subject: Re: HP Deskjet 720C References: <000201bfc311$d6463950$f4319c3e@max> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Heiner Götte wrote: > > Hello, > is it possible to use the HP Deskjet 720C with freebsd? It is one of the early winprinters. There is a project around the 722c on Linux and if it is going to work, this is the way it will be accomplished. See http://www.picante.com/~gtaylor/pht/show_printer.cgi?recnum=61536 Good luck, Kent > Thanks > Heiner Götte -- 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 May 21 10:21:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 92A4037B808 for ; Sun, 21 May 2000 10:21:53 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.6.67.142] (helo=parish.my.domain) by protactinium with esmtp (Exim 2.05 #1) id 12tTDs-0007Iv-00; Sun, 21 May 2000 11:44:40 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id LAA06471; Sun, 21 May 2000 11:45:07 +0100 (BST) (envelope-from mark) Date: Sun, 21 May 2000 11:45:07 +0100 From: Mark Ovens To: phylos@lycosmail.com Cc: freebsd-questions@freebsd.org Subject: Re: Problems with the setting of a sound card (Sound Blaster Awe 64 isa) Message-ID: <20000521114507.C6024@parish> References: <00052022361610.04035@weba2.iname.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <00052022361610.04035@weba2.iname.net>; from phylos@lycosmail.com on Sat, May 20, 2000 at 10:36:16PM -0400 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 20, 2000 at 10:36:16PM -0400, phylos@lycosmail.com wrote: > Hi hello, I recently have FreeBSD 3.4 installed on my computer, most of my devices are working fine, but there is one that I couldn4t work at 100% on the system. My > sound card is not working on FreeBSD and I don4t know what can be the problem. Here is the message that the kernel gave to me when I try to run the sound card on xwindows or if I run any application with sound: > Telling us which sound card you have would be a good start :^) > kernel: Sound: DMA:(output) timed out - IRQ/DRQ config error? ^^^^^^^^^^^^^^^^^^^^ The output from dmesg(1) might give a clue here. > > This is my setup on the Kernel script when I compiled: > > # Sound Card > controller pnp0 # This is for PNP support > 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 awe0 at isa? port 0x620 > > Please If anyone knows how to resolv the problem send to me a e-mail as soon as posible. > > Thanks a lot. > > > ----------------------------------------------------- > Get free personalized email at http://email.lycos.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 10:28: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gradwell.com (mail.gradwell.com [194.205.225.96]) by hub.freebsd.org (Postfix) with SMTP id 4585137B877 for ; Sun, 21 May 2000 10:27:58 -0700 (PDT) (envelope-from webmaster@onsea.com) Received: (qmail 10813 invoked by uid 527); 21 May 2000 17:27:56 -0000 Date: Sun, 21 May 2000 18:27:56 +0100 From: Cliff Rowley To: freebsd-questions@freebsd.org Subject: VMWare 2, then VMWare 1 - Ack! Message-ID: <20000521182756.A10530@onsea.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Organisation: Onsea Software Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings. I was just getting used to playing around with vmware1, after finally getting around to using it, and I discovered vmware2. I deinstalled vmware1 and immediately upgraded, and failed miserably. When starting vmware2, I get the following: ----------- Error: Cannot open vmware executable file. Possibly an installation error? Cannot create splash screen ----------- And when trying to run a vm: Could not open /usr/local/lib/vmware/lib/vmm I guessed vmware2 may be broken under 4.0-STABLE as it stands, so I deinstalled that and reinstalled vmware1. Exactly the same thing happens. I've deinstalled and reinstalled a few times, and I've cleaned up everything I've found relating to vmware, and still it doesnt work. Any ideas? I've searched the archives, and noone seems to answer these questions. Thanks in advance. Cliff Rowley Software Developer Olive Systems LTD http://www.olive.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 10:32:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 77E7437B90A for ; Sun, 21 May 2000 10:32:04 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4LHVvG25888; Sun, 21 May 2000 13:31:57 -0400 (EDT) Date: Sun, 21 May 2000 13:31:57 -0400 (EDT) From: Trevor Johnson To: Kent Stewart Cc: Heiner =?iso-8859-1?Q?G=F6tte?= , questions@FreeBSD.ORG Subject: Re: HP Deskjet 720C In-Reply-To: <392816F1.457CA79C@3-cities.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 > > is it possible to use the HP Deskjet 720C with freebsd? > > It is one of the early winprinters. There is a project around the 722c > on Linux and if it is going to work, this is the way it will be > accomplished. See > http://www.picante.com/~gtaylor/pht/show_printer.cgi?recnum=61536 $ cat /usr/ports/print/pbm2ppa/pkg/DESCR This software creates output using the PPA (printer performance architecture) protocol. This protocol is used by some HP "Windows-only" printers, including the HP Deskjet 820C series, the HP DeskJet 720 series, and the HP DeskJet 1000 series. It has been tested on all three printers, but your personal experience (positive or negative) is very much appreciated! -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 10:49:29 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 9A27D37B969 for ; Sun, 21 May 2000 10:49:25 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.232]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sun, 21 May 2000 10:49:31 -0700 Message-ID: <39282196.50DD8E74@3-cities.com> Date: Sun, 21 May 2000 10:49:10 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: cjclark@home.com Cc: Micke Sundberg , freebsd-questions@FreeBSD.ORG Subject: Re: help References: <20000521140712.19212.qmail@web3105.mail.yahoo.com> <20000521113450.A96573@cc942873-a.ewndsr1.nj.home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Crist J. Clark" wrote: > > On Sun, May 21, 2000 at 04:07:12PM +0200, Micke Sundberg wrote: > > I first downloaded like 200 mb from > > ftp.se.freebsd.org/pub/FreeBSD/CDROM-Images/4.0-RELEASE/ > > (install-i386.iso) it took 656,586,725 bytes. > > Then that ftp went down and I resumed downloaded from > > ftp.sunet.se/pub/FreeBSD/releases/i386/ISO-IMAGES/ > > (4.0-install.iso) it took 656,562,176 bytes and > > resumed and downloaded 50 mb from that. > > Then the first (ftp.se.freebsd.org) went up again and > > I resumed downloaded from that. > > Do you think that the iso will work anyway when the > > 2nd iso was 24,549 bytes smaller. > > Are you saying that you combined parts from these different ISO9660 > images into one file? And now you wonder if you will have a valid > image? I really doubt that it is valid. > > By the way, the file 4.0-install.iso seems to be the "correct" one. As > least is matches the ISO-image at the main site, ftp.freebsd.org. When I downloaded the iso, I used ws_ftp on my Windows 2000 Server because ftp's "reget" doesn't talk about checking the file. I had to restart the download 5 times. I'm kicked off by my ISP at 8 hours of connect and I needed a little over 40 hours to download it. One of the first things I did after burning the iso onto a cd was to mount it, cd to it, and just do a simple du. That is a simple test of the filesystem. The coasters usually don't make it past mount and I've been able to use any that I can du. Kent > -- > Crist J. Clark cjclark@home.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 10:53: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 2A3AB37B65D for ; Sun, 21 May 2000 10:53:28 -0700 (PDT) (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 NAA97311; Sun, 21 May 2000 13:53:23 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 13:53:23 -0400 From: "Crist J. Clark" To: Alex Kwan Cc: questions@FreeBSD.ORG Subject: Re: Perl and Perl-Tk package Message-ID: <20000521135323.F96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <000d01bfc344$38efdf20$981d40ca@alexkwan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000d01bfc344$38efdf20$981d40ca@alexkwan>; from alexkwan@pacific.net.hk on Mon, May 22, 2000 at 12:47:15AM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 22, 2000 at 12:47:15AM +0800, Alex Kwan wrote: > Hi! > > Does the FreeBSD4.0R CDROM contains the > Perl-5.xx and Perl-Tk pre-compiled package, > I only found these packages on current ports. perl5 became part of the base FreeBSD system at 3.0 IIRC (it was perl4 in the 2.2.x branch). Dunno about perl5-Tk being somewhere on the full CD set. It definately won't be on the single, downloadable ISO9660, however. You can download a binary package, ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.0-release/x11-toolkits/p5-Tk-800.008.tgz From that URL or a mirror site. -- 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 May 21 10:59:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id AB09D37BAB2 for ; Sun, 21 May 2000 10:59:02 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4LHwsk26629; Sun, 21 May 2000 13:58:54 -0400 (EDT) Date: Sun, 21 May 2000 13:58:54 -0400 (EDT) From: Trevor Johnson To: Cliff Rowley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: VMWare 2, then VMWare 1 - Ack! In-Reply-To: <20000521182756.A10530@onsea.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 > When starting vmware2, I get the following: > > ----------- > Error: > Cannot open vmware executable file. > Possibly an installation error? > Cannot create splash screen > ----------- > > And when trying to run a vm: > > Could not open /usr/local/lib/vmware/lib/vmm > > I guessed vmware2 may be broken under 4.0-STABLE as it stands, so I deinstalled that and reinstalled vmware1. > > Exactly the same thing happens. I've deinstalled and reinstalled a few times, and I've cleaned up everything I've found relating to vmware, and still it doesnt work. > > Any ideas? I've searched the archives, and noone seems to answer these questions. You didn't mention whether you were using the port. If you were, and your system wasn't suitable for running vmware, "make" would warn you: .if ${OSVERSION} < 400013 BROKEN= "Systems prior to 400013 is out of support" .endif .if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko) BROKEN= "This software absolutely requires Linux procfs support" .endif -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 11:12:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gradwell.com (mail.gradwell.com [194.205.225.96]) by hub.freebsd.org (Postfix) with SMTP id B4FBF37B5D4 for ; Sun, 21 May 2000 11:12:39 -0700 (PDT) (envelope-from webmaster@onsea.com) Received: (qmail 14091 invoked by uid 527); 21 May 2000 18:12:36 -0000 Date: Sun, 21 May 2000 19:12:36 +0100 From: Cliff Rowley To: freebsd-questions@freebsd.org Subject: Re: VMWare 2, then VMWare 1 - Ack! Message-ID: <20000521191236.A13690@onsea.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Organisation: Onsea Software Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You didn't mention whether you were using the port. If you were, and your > system wasn't suitable for running vmware, "make" would warn you: Yes, I'm using the port, and my system is suitable for running vmware. I've already run vmware1 briefly but successfully, but it ceases to run after installing and deinstalling vmware2 and reinstalling vmware1. FYI had my system not been suitable, the port would not have 'made' and installed the software, since the BROKEN directive would prevent this, and I would not have been recieving error messages. Cliff Rowley Software Developer Olive Systems LTD http://www.olive.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 11:15:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cornflake.nickelkid.com (cornflake.nickelkid.com [216.116.135.26]) by hub.freebsd.org (Postfix) with ESMTP id 6F92637B5D4 for ; Sun, 21 May 2000 11:15:11 -0700 (PDT) (envelope-from jooji@cornflake.nickelkid.com) Received: from localhost (jooji@localhost) by cornflake.nickelkid.com (8.9.3/8.9.3) with ESMTP id OAA20751 for ; Sun, 21 May 2000 14:15:09 -0400 (EDT) (envelope-from jooji@cornflake.nickelkid.com) Date: Sun, 21 May 2000 14:15:09 -0400 (EDT) From: "Jasper O'Malley" To: freebsd-questions@freebsd.org Subject: Quick PPPoE 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 Can anyone explain why I need an IP address assigned to my Ethernet NIC (even if it's just a dummy/RFC 1918 address) before I can start a PPPoE session through the interface? Cheers, Mick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 11:29:26 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 145CA37B574 for ; Sun, 21 May 2000 11:29:23 -0700 (PDT) (envelope-from jdunham@freeside.fc.net) Received: (from jdunham@localhost) by freeside.fc.net (8.9.3/8.8.8) id NAA84620; Sun, 21 May 2000 13:29:13 -0500 (CDT) From: Jerry Dunham Message-Id: <200005211829.NAA84620@freeside.fc.net> Subject: Re: HP Deskjet 720C In-Reply-To: from Trevor Johnson at "May 21, 2000 01:31:57 pm" To: trevor@jpj.net (Trevor Johnson) Date: Sun, 21 May 2000 13:29:13 -0500 (CDT) Cc: kstewart@3-cities.com (Kent Stewart), Heiner.Goette@web.de (Heiner [G_tte]), 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 Trevor Johnson babbled: > Date: Sun, 21 May 2000 13:31:57 -0400 (EDT) > From: Trevor Johnson > >> is it possible to use the HP Deskjet 720C with freebsd? > > > > It is one of the early winprinters. There is a project around the 722c > > on Linux and if it is going to work, this is the way it will be > > accomplished. See > > http://www.picante.com/~gtaylor/pht/show_printer.cgi?recnum=61536 > $ cat /usr/ports/print/pbm2ppa/pkg/DESCR > This software creates output using the PPA (printer performance > architecture) protocol. This protocol is used by some HP "Windows-only" > printers, including the HP Deskjet 820C series, the HP DeskJet 720 series, > and the HP DeskJet 1000 series. It has been tested on all three printers, > but your personal experience (positive or negative) is very much > appreciated! How does one tell when shopping for used printers which ones are winprinters and which ones are real printers? Is there a list available somewhere? My recollection is that the last time I checked freebsd.org there was a list of some known workable printers, but that left a lot of the DeskJets as basically unknown. I'm looking back at the handbook as I type this, and now I can't even find that much, so perhaps I just imagined it. -- Jerry Dunham FreeBSD Atarian ordinaire jdunham@fc.net jerry@dunham.org (512)335-0674 (H) 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 Sun May 21 11:41:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id BD32837B574 for ; Sun, 21 May 2000 11:41:26 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4LIfMh27743; Sun, 21 May 2000 14:41:22 -0400 (EDT) Date: Sun, 21 May 2000 14:41:22 -0400 (EDT) From: Trevor Johnson To: Cliff Rowley Cc: freebsd-questions@FreeBSD.ORG Subject: Re: VMWare 2, then VMWare 1 - Ack! In-Reply-To: <20000521191236.A13690@onsea.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 > FYI had my system not been suitable, the port would not have 'made' and installed the software, since the BROKEN directive would prevent this, and I would not have been recieving error messages. Well, you would have received an error message from the make utility, telling you what you needed to do. Anyway, there's a suggestion at http://lists.openresources.com/FreeBSD/freebsd-emulation/msg00834.html . -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 11:41:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from usc.edu (usc.edu [128.125.253.136]) by hub.freebsd.org (Postfix) with ESMTP id 1752137B574 for ; Sun, 21 May 2000 11:41:35 -0700 (PDT) (envelope-from abdulgha@usc.edu) Received: from scf-fs.usc.edu (root@scf-fs.usc.edu [128.125.253.183]) by usc.edu (8.9.3.1/8.9.3/usc) with ESMTP id LAA02710 for ; Sun, 21 May 2000 11:41:17 -0700 (PDT) Received: from phoenix (res-3617.usc.edu [128.125.31.111]) by scf-fs.usc.edu (8.9.3.1/8.9.3/usc) with SMTP id LAA04144 for ; Sun, 21 May 2000 11:41:17 -0700 (PDT) Message-ID: <00b401bfc354$31b72aa0$6f1f7d80@phoenix> Reply-To: "Khairuddin Abdul Ghani" From: "Khairuddin Abdul Ghani" To: Subject: mysterious shutdowns Date: Sun, 21 May 2000 11:41:36 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. First thanks to Crist for helping me with my talkd problem, but now there seems to be something more sinister happening on my machine. At least once a day, the machine would 'shutdown' (as noted in the 'last' output) mysteriously for no apparent reason. What bothers me is that just before or during each shutdown, there would be a ton of traffic going into the machine (an outside attack it seems). Unfortunately, nothing seems to be logged, because syslogd dies during the shutdown. Sometimes certain libraries like mm and tcl which are heavily used would disappear. At the moment I'm trying to log incoming connections with log_in_vain, and maybe just running tcpdump indefinitely. If there are any better ways, please tell. I have IPFIREWALL compiled with log amount of 50 and VERBOSE. Best regards, Rudy. eg. last | grep shutdown: shutdown ~ Fri May 19 15:09 flash ttypm 194.133.37.38 Fri May 19 15:04 - shutdown (00:05) misterio ttyp5 62.11.132.164 Fri May 19 15:01 - shutdown (00:07) di0lam0r ttypb a-na12-61.tin.it Fri May 19 12:44 - shutdown (02:24) xgen ttyp6 res-3617.usc.edu Fri May 19 10:59 - shutdown (04:09) /var/log/messages: May 21 05:21:47 sage syslogd: exiting on signal 15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 11:44:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wwcst212.netaddress.usa.net (wwcst212.netaddress.usa.net [204.68.24.212]) by hub.freebsd.org (Postfix) with SMTP id 5949237B574 for ; Sun, 21 May 2000 11:44:50 -0700 (PDT) (envelope-from damonblom@netscape.net) Received: (qmail 5385 invoked by uid 60001); 21 May 2000 18:44:49 -0000 Message-ID: <20000521184449.5384.qmail@wwcst212.netaddress.usa.net> Received: from 204.68.24.212 by wwcst212 for [209.160.22.72] via web-mailer(34FM1.4.02C) on Sun May 21 18:44:49 GMT 2000 Date: 21 May 00 11:44:49 PDT From: damon blom To: questions@freebsd.org Subject: PPP X-Mailer: USANET web-mailer (34FM1.4.02C) 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 installed FreeBSD from cdrom. Cannot get PPP to work. I am a novice with unix, and have read your handbook. Could you please tell me exactly= what to do. I recompiled kernel with tun 1 NEC pentium 3 ATI Mach64-GB type 4742 version 4 foundry UMC USRobotics sportster 56K (can dial ISP using tip, minicom) cuaa1 COM2 ISP: lanset.net 209.160.144.3 Primary DNS:209.160.23.2 Secondary DNS: 209.160.0.2 static IP address phone: (916)431-0110 when dialed login, password appear I just want to get to internet and use lynx instead using win98 Sorry to trouble you but I have tried & tried. Damon ____________________________________________________________________ Get your own FREE, personal Netscape WebMail account today at http://webm= ail.netscape.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 11:54:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 7F99D37B7F5 for ; Sun, 21 May 2000 11:54:12 -0700 (PDT) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id LAA12246 for ; Sun, 21 May 2000 11:54:42 -0700 (PDT) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id LAA21992; Sun, 21 May 2000 11:54:11 -0700 (PDT) From: kline@tera.com (Gary Kline) Message-Id: <200005211854.LAA21992@tera.com> Subject: Wine and PeeCee CD's?? To: questions@freebsd.org Date: Sun, 21 May 100 11:54:10 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, after years of hesitation I've done it: I've sunk to the depths of pond scum and bought myself some language CD's. Of course these CD apps only run under M$***, so it means using my wife's PC. But I'm wondering if WINE under SuSE (e.g.) would let me use these CD's here and not fbother with the other toy OS. Seems to me that since all of the binaries are on the CD that this might be doable. Any thoughts? thanks, gary -- Gary Kline Cray Inc Seattle, Washington To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 12:13:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 90DB937B574 for ; Sun, 21 May 2000 12:13:09 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [213.1.180.176] (helo=parish.my.domain) by neodymium with esmtp (Exim 2.05 #1) id 12tTUk-0003zs-00; Sun, 21 May 2000 12:02:08 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id MAA06552; Sun, 21 May 2000 12:02:34 +0100 (BST) (envelope-from mark) Date: Sun, 21 May 2000 12:02:33 +0100 From: Mark Ovens To: =?iso-8859-1?Q?Heiner_G=F6tte?= Cc: questions@freebsd.org Subject: Re: HP Deskjet 720C Message-ID: <20000521120233.D6024@parish> References: <000201bfc311$d6463950$f4319c3e@max> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: <000201bfc311$d6463950$f4319c3e@max>; from Heiner.Goette@web.de on Sun, May 21, 2000 at 11:50:56AM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 11:50:56AM +0200, Heiner Götte wrote: > Hello, > is it possible to use the HP Deskjet 720C with freebsd? No, it's one of those dreaded WinPrinters :( From http://www.hp.com/cposupport/printers/support_doc/bpd06898.html NOTE: Host-based printers such as the HP DeskJet 710, 720C, 820C and 1000C series will not function in the Linux environment because they depend on the Microsoft Windows operating system. HTH > Thanks > Heiner Götte -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 12:14:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.lci.com (gate1.lci.net [150.159.224.8]) by hub.freebsd.org (Postfix) with ESMTP id D723E37B95A for ; Sun, 21 May 2000 12:14:03 -0700 (PDT) (envelope-from Ahmed.Aden@qwest.com) Received: from dubntvw001.lci.com (exchange2.lci.com [150.159.199.35]) by mailgate.lci.com (8.9.3/8.9.3/Rbl-Orbs-Dul) with SMTP id OAA18483; Sun, 21 May 2000 14:28:38 -0400 Received: from 150.159.198.55 by dubntvw001.lci.com (InterScan E-Mail VirusWall NT); Sun, 21 May 2000 15:13:58 -0400 (Eastern Daylight Time) Received: by DUNTX003 with Internet Mail Service (5.5.2448.0) id ; Sun, 21 May 2000 15:01:02 -0400 Message-ID: <9B6418465506D21192CE00104BC6B62F083BFF33@MCNTX001> From: "Aden, Ahmed M" To: "'Alex Kwan'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: A basic question about C programming Date: Sun, 21 May 2000 14:55:48 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="big5" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Perhaps the problem is that inform is not in your path. Do a 'echo $PATH' to see if the directory inform resides in is being checked before trying to run the program. If you know inform is not in your path, from the current directory do a ./inform and it will run as an executable which it assumes to be in the current directory. Hope this helps -----Original Message----- From: Alex Kwan [mailto:alexkwan@pacific.net.hk] Sent: Sunday, May 14, 2000 8:00 AM To: freebsd-questions@FreeBSD.ORG Subject: A basic question about C programming Hi! I am learning C programming with FreeBSD, I write a simple C program (filename: inform.c) as follow: #include main() { printf("A .c is used to end a C program filename.\n"); } I compile it with "cc -o inform inform.c", when the compilation is finished, I have got the file "inform", but it can't execute and got the error "inform: Command not found", What is the problem of me? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 12:33:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.prod.itd.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 925B237B5C9 for ; Sun, 21 May 2000 12:33:20 -0700 (PDT) (envelope-from normand@pathfindersoftware.com) Received: from phx71834 (cpe-024-221-102-063.phoenix.speedchoice.com [24.221.102.63]) by snipe.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id MAA17447 for ; Sun, 21 May 2000 12:33:18 -0700 (PDT) From: "PathFinder Software" To: Subject: Lost boot sector Date: Sun, 21 May 2000 12:27:57 -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.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have installed Linux on a second hard drive but it looks like it wipe out the boot sector for the FreeBSD 4.0 that reside on the first bootable hard drive disk. How do I restore the boot file? In Linux they use the LILO module where you can add OS that you would like to choose from at boot time and one of the question is "Kernel to boot" where many choices are available. How do I identify the FreeBSD 4.0 kernel in the list? Could it be vmlinuz-2.2.14- 15 mdk? Also can I boot from a floppy? I'm I to use the Kern.FLP disk? If yes at what point so I exit out to get to the system prompt or boot: prompt? Do I need to insert the MrsRoot.FLP since I am not doing an installation. Thank you for taking the time to respond. Normand Charette To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 12:51:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.keycomp.net (www.keycomp.net [207.44.1.33]) by hub.freebsd.org (Postfix) with ESMTP id A475137B9B6 for ; Sun, 21 May 2000 12:51:36 -0700 (PDT) (envelope-from billieakay@yahoo.com) Received: from bill (kc-rmt05.keycomp.net [207.44.1.7]) by www.keycomp.net (8.8.5/SCO5) with SMTP id PAA28935 for ; Sun, 21 May 2000 15:59:28 -0400 (EDT) Message-ID: <000b01bfc35d$c8c3c030$0200a8c0@bill> From: "Bill A. K." To: Subject: IE for FreeBSD Petition Date: Sun, 21 May 2000 15:50:14 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC33C.40BC2770" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC33C.40BC2770 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello everyone, I've had this petition up for a while, and I'm trying to get more = traffic and names. I'm trying to get something to convince Microsoft to = port Internet Explorer for UNIX to FreeBSD. The URL for my site is http://www.iefreebsd.freeservers.com If you would be interested in a small banner, etc. for your own web = site, please let me know, and I'll see what I can do. Thanks, Bill billieakay@yahoo.com ------=_NextPart_000_0005_01BFC33C.40BC2770 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello everyone,
     I've had this = petition up=20 for a while, and I'm trying to get more traffic and names. I'm trying to = get=20 something to convince Microsoft to port Internet Explorer for UNIX to=20 FreeBSD.
The URL for my site is http://www.iefreebsd.freese= rvers.com
If you would be interested in a small = banner, etc.=20 for your own web site, please let me know, and I'll see what I can=20 do.
Thanks,
 
Bill
billieakay@yahoo.com
 
------=_NextPart_000_0005_01BFC33C.40BC2770-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 12:59:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alanis.uebs.itacs.to (N711P022.dipool.highway.telekom.at [212.183.98.214]) by hub.freebsd.org (Postfix) with ESMTP id BAEE237B5D4 for ; Sun, 21 May 2000 12:59:43 -0700 (PDT) (envelope-from philipp@alanis.uebs.itacs.to) Received: (from philipp@localhost) by alanis.uebs.itacs.to (8.9.3/8.9.3) id VAA31323; Sun, 21 May 2000 21:57:10 +0200 (CEST) (envelope-from philipp) Date: Sun, 21 May 2000 21:57:10 +0200 From: Philipp Huber To: "Bill A. K." Cc: freebsd-questions@freebsd.org Subject: Re: IE for FreeBSD Petition Message-ID: <20000521215710.B31286@alanis.mini.net> References: <000b01bfc35d$c8c3c030$0200a8c0@bill> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000b01bfc35d$c8c3c030$0200a8c0@bill>; from billieakay@yahoo.com on Sun, May 21, 2000 at 03:50:14PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 03:50:14PM -0400, Bill A. K. wrote: > Hello everyone, > I've had this petition up for a while, and I'm trying to get more traffic and names. I'm trying to get something to convince Microsoft to port Internet Explorer for UNIX to FreeBSD. why do you want ie for freebsd? most of the time i use lynx for surfing, and sometimes (when it' necessary) i use netscape, and i live great with that. i think there is no need for an internet explorer on bsd. Philipp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 13: 6:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pille1.addcom.de (h-62.96.128.35.host.de.colt.net [62.96.128.35]) by hub.freebsd.org (Postfix) with SMTP id 7F57337B969 for ; Sun, 21 May 2000 13:06:54 -0700 (PDT) (envelope-from kristian.rink@informatik.tu-chemnitz.de) Received: (qmail 4022 invoked from network); 21 May 2000 20:10:35 -0000 Received: from f-dialin-59.addcom.de (HELO thunderbird.linux.wi) (kristian@62.96.139.59) by 62.96.128.35 with SMTP; 21 May 2000 20:10:35 -0000 Content-Length: 1091 Message-ID: X-Mailer: XFMail 1.4.2 on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <000b01bfc35d$c8c3c030$0200a8c0@bill> Date: Sun, 21 May 2000 22:07:51 +0200 (CEST) Reply-To: kristian.rink@informatik.tu-chemnitz.de From: Kristian Rink To: "Bill A. K." Subject: RE: IE for FreeBSD Petition Cc: questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-May-2000 Bill A. K. wrote: > Hello everyone, > I've had this petition up for a while, and I'm trying to get more > traffic and names. I'm trying to get something to convince Microsoft to port > Internet Explorer for UNIX to FreeBSD. > The URL for my site is http://www.iefreebsd.freeservers.com > If you would be interested in a small banner, etc. for your own web site, > please let me know, and I'll see what I can do. > Thanks, > > Bill > billieakay@yahoo.com > Hmmm... Being totally honest, this is the least petition I'd ever support in all my life. Besides that there's lynx or links or w3m being great while browsing without picture overheads and all this, what should I need an insecure, unstable and closed-sourced browser like IE for? And, if they do, what's next? Outlook???? Heaven help us... Never mind... Kris -- Kristian Rink kristian.rink@informatik.tu-chemnitz.de "time and rules are changing, attention span is quickening, welcome... to the Information Age..." (Queensryche) ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 13: 8: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pille1.addcom.de (h-62.96.128.35.host.de.colt.net [62.96.128.35]) by hub.freebsd.org (Postfix) with SMTP id 0BC5337B9A6 for ; Sun, 21 May 2000 13:07:59 -0700 (PDT) (envelope-from kristian.rink@wirtschaft.tu-chemnitz.de) Received: (qmail 4236 invoked from network); 21 May 2000 20:11:47 -0000 Received: from f-dialin-59.addcom.de (HELO thunderbird.linux.wi) (kristian@62.96.139.59) by 62.96.128.35 with SMTP; 21 May 2000 20:11:47 -0000 Content-Length: 1091 Message-ID: X-Mailer: XFMail 1.4.2 on Linux X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <000b01bfc35d$c8c3c030$0200a8c0@bill> Date: Sun, 21 May 2000 22:09:10 +0200 (CEST) Reply-To: kristian.rink@informatik.tu-chemnitz.de From: Kristian Rink To: questions Subject: RE: IE for FreeBSD Petition Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 21-May-2000 Bill A. K. wrote: > Hello everyone, > I've had this petition up for a while, and I'm trying to get more > traffic and names. I'm trying to get something to convince Microsoft to port > Internet Explorer for UNIX to FreeBSD. > The URL for my site is http://www.iefreebsd.freeservers.com > If you would be interested in a small banner, etc. for your own web site, > please let me know, and I'll see what I can do. > Thanks, > > Bill > billieakay@yahoo.com > Hmmm... Being totally honest, this is the least petition I'd ever support in all my life. Besides that there's lynx or links or w3m being great while browsing without picture overheads and all this, what should I need an insecure, unstable and closed-sourced browser like IE for? And, if they do, what's next? Outlook???? Heaven help us... Never mind... Kris -- Kristian Rink kristian.rink@informatik.tu-chemnitz.de "time and rules are changing, attention span is quickening, welcome... to the Information Age..." (Queensryche) ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 13: 8:39 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 0172E37B984 for ; Sun, 21 May 2000 13:08:33 -0700 (PDT) (envelope-from willwong@anime.ca) Received: from magus ([64.228.64.199]) by tomts1-srv.bellnexxia.net (InterMail vM.4.01.02.17 201-229-119) with SMTP id <20000521200831.GOPD15500.tomts1-srv.bellnexxia.net@magus>; Sun, 21 May 2000 16:08:31 -0400 Message-ID: <003501bfc360$56066680$0300a8c0@anime.ca> From: "William Wong" To: "Jasper O'Malley" , References: Subject: Re: Quick PPPoE question Date: Sun, 21 May 2000 16:08:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You don't need to assign an ip. Just make sure the interface is up. ifconfig device up. When you assign an ip the interface is brought up too. - Will ----- Original Message ----- From: "Jasper O'Malley" To: Sent: Sunday, May 21, 2000 2:15 PM Subject: Quick PPPoE question > > Can anyone explain why I need an IP address assigned to my Ethernet NIC > (even if it's just a dummy/RFC 1918 address) before I can start a PPPoE > session through the interface? > > Cheers, > Mick > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 21 13:19: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by hub.freebsd.org (Postfix) with ESMTP id 72C0B37B5D4 for ; Sun, 21 May 2000 13:19:04 -0700 (PDT) (envelope-from nb@ravenbrook.com) Received: from raven.ravenbrook.com (nb@raven.ravenbrook.com [193.82.131.18]) by raven.ravenbrook.com (8.9.3/8.9.3) with ESMTP id VAA26934 for ; Sun, 21 May 2000 21:18:51 +0100 (BST) From: Nick Barnes To: freebsd-questions@freebsd.org Subject: Mystery crashes with 3.3-RELEASE RAS server Date: Sun, 21 May 2000 21:18:50 +0100 Message-ID: <26930.958940330@raven.ravenbrook.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a generic PC running as a RAS server. Celeron 300, 32 MB RAM, loads of swap, 3.3-RELEASE, Cyclades 16YeP, PPP, SNMPD, MRTG, Apache. A light load. After four months of trouble-free operation, it has spontaneously crashed four times in the last two weeks. No clues anywhere in /var/log. The only recent software change has been the addition of another PPP user on one of the Cyclades ports. The only other aspect of the machine which I don't understand is why MRTG (which I run every five minutes) core dumps randomly about once a week. This machine is in a locked machine room on the other side of town; I can't sit in front of it for a week waiting for it to crash. I can't trigger the crashes (although it does seem to be associated with a PPP connection being established). I'm lost for a way to proceed. So I'm working on the basis that it's probably a hardware fault. I'm going to swap it for a new machine. Other suggestions? Nick Barnes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 13:22:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 74B6937B5D4 for ; Sun, 21 May 2000 13:22:07 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id 57C063ACA; Sun, 21 May 2000 22:21:51 +0200 (SAST) Message-ID: <3928455E.AB0CAFC@brwn.org> Date: Sun, 21 May 2000 22:21:50 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: PathFinder Software Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lost boot sector References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, There is a mini-howto on running Linux and FreeBSD on the same system: http://www.linuxdoc.org/HOWTO/mini/Linux+FreeBSD.html Regards Willem Brown PathFinder Software wrote: > > Hi, > > I have installed Linux on a second hard drive but it looks like > it wipe out the boot sector for the FreeBSD 4.0 that reside on > the first bootable hard drive disk. > > How do I restore the boot file? > > In Linux they use the LILO module where you can add OS that you > would like to choose from at boot time and one of the question is > "Kernel to boot" where many choices are available. How do I > identify the FreeBSD 4.0 kernel in the list? Could it be > vmlinuz-2.2.14- 15 mdk? > > Also can I boot from a floppy? I'm I to use the Kern.FLP disk? If > yes at what point so I exit out to get to the system prompt or > boot: prompt? Do I need to insert the MrsRoot.FLP since I am not > doing an installation. > > Thank you for taking the time to respond. > > Normand Charette > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 13:25:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id CFD3B37B5D4 for ; Sun, 21 May 2000 13:25:06 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4LKHMG00347; Sun, 21 May 2000 16:17:22 -0400 (EDT) Date: Sun, 21 May 2000 16:17:21 -0400 (EDT) From: Trevor Johnson To: Jerry Dunham Cc: Kent Stewart , "Heiner [G_tte]" , questions@FreeBSD.ORG Subject: Re: HP Deskjet 720C In-Reply-To: <200005211829.NAA84620@freeside.fc.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 Jerry Dunham wrote: > How does one tell when shopping for used printers which ones are > winprinters and which ones are real printers? Is there a list available > somewhere? Many programs generate PostScript output, so having a printer with a built-in interpreter for that--whether written by Adobe or a clone--is the nicest thing. A pitfall there is that there are Level 1, Level 2 and (wait for it) Level 3 PostScript. Trying to print Level 3 files on a printer that only supports Level 1 or 2 will just get you an error message. If section 9.4.1.3 of the Handbook ( http://www.freebsd.org/handbook/printing-advanced.html#PRINTING-ADVANCED-PS ) didn't exist, I would attempt to write something similar here. :-) The last I checked, the PPA project was said to be usable but only in monochrome. Also H-P's license for its Windows driver prohibits use on more than one computer--so if, for example, you attached a PPA printer to a computer running FreeBSD and shared it via Samba with several computers that ran Windows, you'd be violating the license (IANAL but perhaps such restrictions are legally untenable in parts of the world). If you install the latest port of ghostscript (/usr/ports/print/ghostscript6) it'll present you with a list of supported output devices. I don't know where to find a nice summary of the capabilities and limitations of the various drivers, but there are comments in the sources which should give you an idea. -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 13:32: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrs-1.smartworld.net (mrs-1-fix.smartworld.net [216.70.64.24]) by hub.freebsd.org (Postfix) with ESMTP id EB7CC37B5D4 for ; Sun, 21 May 2000 13:32:02 -0700 (PDT) (envelope-from dnormandin@freewwweb.com) Received: from odie (cust113.tnt1.dial.cal1.uunet.ca [209.167.219.113]) by mrs-1.smartworld.net (8.9.1a/8.9.1) with SMTP id QAA55834; Sun, 21 May 2000 16:32:06 -0400 (EDT) Message-ID: <000201bfc363$f1b7dac0$71dba7d1@odie> From: "Duke Normandin" To: "Brian Somers" Cc: "'freebsd-questions@FreeBSD.org'" Subject: Re: Tun0 -- Too many idle timeout values Date: Sun, 21 May 2000 13:37:58 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, May 21, 2000 5:37 AM Brian Somers wrote: >set timeout has one or two arguments now. What exactly are you >trying to do ? > I gathered as much from the README.changes file. My requirements for ppp are minimal - I have a standalone system running 3.3R. I want to: 1. "off-line" use of sendmail/fetchmail/pine 2. use lynx occasionally My ppp.conf looks something like: default: blah blah isp1: set timeout 300 blah isp2 set timeout 300 If I comment out the ` set timeout ` lines - the warnings go away! I've re-made tun0 as per the various instructions to insure that it was setup/working properly. I've editted all the other "support" files as per the instructions, as well as creating start_if.tun0. That's it!! Here's some relevant info: odie[v0]:root@/root# ifconfig -a lp0: flags=8810 mtu 1500 tun0: flags=8051 mtu 1500 inet 10.0.0.1 --> 10.0.0.2 netmask 0xffffff00 inet xxx.xxx.xxx.xxx --> yyy.yyy.yyy.yy netmask 0xffffff00 sl0: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 odie[v0]:root@/root# netstat -I tun0 Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll tun0 1500 8 0 12 0 0 tun0 1500 10/24 odie 8 0 12 0 0 tun0 1500 none none 8 0 12 0 0 -duke >> On Tuesday, May 16, 2000 12:47 AM Brian Somers wrote: >> >> Would *you* know why I get the following at boot up and when I >> >> run ppp from the prompt: >> >> >> >> warning: Too many idle timeout values >> >> warning: set timeout: Failed 1 >> > >> >Because your ppp.conf file is abusing the ``set timeout'' command. >> >Compare your usage with the ppp man page, and check README.changes in >> >the ppp source directory. >> >> >> I found the README.changes files -- even printed it out ;) I can't see >> *where* I'm blowing this. In order to get rid of the above warnings, >> I've had to comment out the `set timeout` line(s). My ppp.conf is almost >> a copy of what's in the various docs/examples etc. Any other ideas? 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 May 21 13:34:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vicosa.dpi.ufv.br (vicosa.dpi.ufv.br [200.17.74.1]) by hub.freebsd.org (Postfix) with ESMTP id 72EC037B5D4 for ; Sun, 21 May 2000 13:34:28 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br (port55.tdnet.com.br [200.236.148.155]) by vicosa.dpi.ufv.br (AIX4.2/UCB 8.7/8.7) with ESMTP id RAA04514; Sun, 21 May 2000 17:27:05 -0200 (GRNLNDDT) Message-ID: <39284757.E4602B34@tdnet.com.br> Date: Sun, 21 May 2000 17:30:15 -0300 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: Neil Blakey-Milner , questions@freebsd.org Subject: Re: BSD make variables References: <3923960E.8028590E@tdnet.com.br> <20000518113312.A87527@mithrandr.moria.org> <3927333E.51C45BD3@tdnet.com.br> <20000521114126.B6024@parish> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > > Ok! But how to know which variables are setted by default ?, i.e., a > > variables list used by BSD make! > > > > /etc/make.conf > I think no! Try make -V ARFLAGS, it shows up 'cru'. No place in /etc/make.conf this variable get seted. So, my question (above) keeps following without a answer! Thanks for anyone how can help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 13:40: 5 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 25CB537B536 for ; Sun, 21 May 2000 13:39:54 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 12tcTz-0008Kb-00; Sun, 21 May 2000 22:37:55 +0200 Date: Sun, 21 May 2000 22:37:55 +0200 From: Neil Blakey-Milner To: Gustavo Vieira Goncalves Coelho Rios Cc: Mark Ovens , questions@freebsd.org Subject: Re: BSD make variables Message-ID: <20000521223755.A31993@mithrandr.moria.org> References: <3923960E.8028590E@tdnet.com.br> <20000518113312.A87527@mithrandr.moria.org> <3927333E.51C45BD3@tdnet.com.br> <20000521114126.B6024@parish> <39284757.E4602B34@tdnet.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39284757.E4602B34@tdnet.com.br>; from kernel@tdnet.com.br on Sun, May 21, 2000 at 05:30:15PM -0300 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun 2000-05-21 (17:30), Gustavo Vieira Goncalves Coelho Rios wrote: > Mark Ovens wrote: > > > Ok! But how to know which variables are setted by default ?, i.e., a > > > variables list used by BSD make! > > > > > > > /etc/make.conf > > > > I think no! Try make -V ARFLAGS, it shows up 'cru'. No place in > /etc/make.conf this variable get seted. > So, my question (above) keeps following without a answer! > > Thanks for anyone how can help. make -dg1 or -dv or whatever. Look in the man page. Use '-q' to prevent actually doing work. Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 14:30: 4 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 1EF4237B53B for ; Sun, 21 May 2000 14:29:59 -0700 (PDT) (envelope-from genisis@istar.ca) Received: from ip156.kingston.dialup.canada.psi.net ([154.5.64.156]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 12tdIf-0001Qy-00; Sun, 21 May 2000 17:30:25 -0400 Date: Sun, 21 May 2000 17:31:32 -0400 (EDT) From: Dru To: damon blom Cc: questions@FreeBSD.ORG Subject: Re: PPP In-Reply-To: <20000521184449.5384.qmail@wwcst212.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Send a copy of your ppp.conf. Also, at what point is PPP failing? i.e what did you do and what error message did you get? Dru On 21 May 2000, damon blom wrote: > Just installed FreeBSD from cdrom. Cannot get PPP to work. I am a novice > with unix, and have read your handbook. Could you please tell me exactly > what to do. I recompiled kernel with tun 1 > NEC pentium 3 > ATI Mach64-GB type 4742 version 4 foundry UMC > USRobotics sportster 56K (can dial ISP using tip, minicom) cuaa1 COM2 > ISP: lanset.net 209.160.144.3 > Primary DNS:209.160.23.2 > Secondary DNS: 209.160.0.2 > static IP address > phone: (916)431-0110 when dialed login, password appear > I just want to get to internet and use lynx instead using win98 > Sorry to trouble you but I have tried & tried. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 14:32:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out2.prserv.net [32.97.166.32]) by hub.freebsd.org (Postfix) with ESMTP id 7A8FD37B5B8 for ; Sun, 21 May 2000 14:32:16 -0700 (PDT) (envelope-from youlgok@attglobal.net) Received: from attglobal.net ([129.37.169.76]) by prserv.net (out2) with SMTP id <2000052121314922901h3aa2e>; Sun, 21 May 2000 21:31:49 +0000 Message-ID: <3928568A.8D5831AB@attglobal.net> Date: Sun, 21 May 2000 17:35:06 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-Questions Subject: Weird Net Connection Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got weird sysmpton on my FBSD-3.3-R box. It used to be fine until this moment. When I use Netscape-4.72 from this afternoon, the network just going down(the net connection is just totally cut out). I use cable-modem connection. I can't use Netscape now. Any suggestion? Thanks a lot. -youlgok To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 14:46:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from moonstar.casecom.com (moonstar.casecom.com [209.249.17.178]) by hub.freebsd.org (Postfix) with SMTP id C3CFD37B54B for ; Sun, 21 May 2000 14:46:28 -0700 (PDT) (envelope-from erchen@casecom.com) Received: from casecom.com (ozone.casecom.com [209.249.17.227]) by moonstar.casecom.com (8.6.12/8.6.12) with ESMTP id OAA17782 for ; Sun, 21 May 2000 14:51:37 -0700 Message-ID: <39285CF4.BB082769@casecom.com> Date: Sun, 21 May 2000 15:02:28 -0700 From: Eric Chen Reply-To: erchen@casecom.com Organization: CaseCom, Inc. X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: what is libkrb.so share library Content-Type: multipart/mixed; boundary="------------796BE2397FF2D15F5B71EF51" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------796BE2397FF2D15F5B71EF51 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I tried to install pop3 server in freebsd. After I have done the installation and setup /etc/inetd.conf, I tried command 'telnet 110' to test out if pop3 server can be started and I get the following message: ld.so failed: Can't find shared library "libkrb.so.3.0" Connection closed by foreign host. Where can I get libkrb.so.? And what is it? thanks. -eric chen --------------796BE2397FF2D15F5B71EF51 Content-Type: text/x-vcard; charset=us-ascii; name="erchen.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Eric Chen Content-Disposition: attachment; filename="erchen.vcf" begin:vcard n:Chen;Eric tel;fax:510-668-1603 tel;work:510-668-1678 x-mozilla-html:FALSE url:http://www.casecom.com org:CaseCom, Inc. adr:;;5478 Reseda Circle;Fremont;CA;94538;USA version:2.1 email;internet:erchen@casecom.com fn:erchen end:vcard --------------796BE2397FF2D15F5B71EF51-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 14:47: 8 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 7327637B5E2 for ; Sun, 21 May 2000 14:47:00 -0700 (PDT) (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 RAA97817; Sun, 21 May 2000 17:44:04 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 17:44:04 -0400 From: "Crist J. Clark" To: Neil Blakey-Milner Cc: Gustavo Vieira Goncalves Coelho Rios , Mark Ovens , questions@FreeBSD.ORG Subject: Re: BSD make variables Message-ID: <20000521174404.H96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <3923960E.8028590E@tdnet.com.br> <20000518113312.A87527@mithrandr.moria.org> <3927333E.51C45BD3@tdnet.com.br> <20000521114126.B6024@parish> <39284757.E4602B34@tdnet.com.br> <20000521223755.A31993@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000521223755.A31993@mithrandr.moria.org>; from nbm@mithrandr.moria.org on Sun, May 21, 2000 at 10:37:55PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 10:37:55PM +0200, Neil Blakey-Milner wrote: > On Sun 2000-05-21 (17:30), Gustavo Vieira Goncalves Coelho Rios wrote: > > Mark Ovens wrote: > > > > Ok! But how to know which variables are setted by default ?, i.e., a > > > > variables list used by BSD make! > > > > > > > > > > /etc/make.conf > > > > > > > I think no! Try make -V ARFLAGS, it shows up 'cru'. No place in > > /etc/make.conf this variable get seted. > > So, my question (above) keeps following without a answer! > > > > Thanks for anyone how can help. > > make -dg1 or -dv or whatever. Look in the man page. > > Use '-q' to prevent actually doing work. And if you are wondering where they are all set, see, /usr/share/mk Especially, /usr/share/mk/sys.mk -- 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 May 21 14:51: 6 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 E9A8C37B984 for ; Sun, 21 May 2000 14:51:00 -0700 (PDT) (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 RAA97838; Sun, 21 May 2000 17:50:26 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 17:50:26 -0400 From: "Crist J. Clark" To: Khairuddin Abdul Ghani Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mysterious shutdowns Message-ID: <20000521175026.I96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <00b401bfc354$31b72aa0$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <00b401bfc354$31b72aa0$6f1f7d80@phoenix>; from abdulgha@usc.edu on Sun, May 21, 2000 at 11:41:36AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 11:41:36AM -0700, Khairuddin Abdul Ghani wrote: > Hello. > > First thanks to Crist for helping me with my talkd problem, but now there > seems to be something more sinister happening on my machine. > > At least once a day, the machine would 'shutdown' (as noted in the 'last' > output) mysteriously for no apparent reason. What bothers me is that just > before or during each shutdown, there would be a ton of traffic going into > the machine (an outside attack it seems). Unfortunately, nothing seems to be > logged, because syslogd dies during the shutdown. Sometimes certain > libraries like mm and tcl which are heavily used would disappear. > > At the moment I'm trying to log incoming connections with log_in_vain, and > maybe just running tcpdump indefinitely. If there are any better ways, > please tell. I have IPFIREWALL compiled with log amount of 50 and VERBOSE. > > Best regards, Rudy. > > eg. last | grep shutdown: > shutdown ~ Fri May 19 15:09 > flash ttypm 194.133.37.38 Fri May 19 15:04 - shutdown > (00:05) > misterio ttyp5 62.11.132.164 Fri May 19 15:01 - shutdown > (00:07) > di0lam0r ttypb a-na12-61.tin.it Fri May 19 12:44 - shutdown > (02:24) > xgen ttyp6 res-3617.usc.edu Fri May 19 10:59 - shutdown > (04:09) > > /var/log/messages: > May 21 05:21:47 sage syslogd: exiting on signal 15 You wouldn't happen to have accounting running? Then you could see what user executed the command (and see all the commands all users have been doing too). Do you have the default permissions on /sbin/shutdown? -r-sr-x--- 1 root operator 151728 Feb 7 03:00 /sbin/shutdown Are any of your users in group operator? -- 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 May 21 14:57: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 7F88437B9D7; Sun, 21 May 2000 14:57:28 -0700 (PDT) (envelope-from genisis@istar.ca) Received: from ip156.kingston.dialup.canada.psi.net ([154.5.64.156]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 12tdjP-0004kq-00; Sun, 21 May 2000 17:57:55 -0400 Date: Sun, 21 May 2000 17:59:47 -0400 (EDT) From: Dru To: questions@freebsd.org Cc: tg@freebsd.org Subject: python dumping core Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Running FreeBSD 4.0 on an AMD-K6 200 Mhz with 32 MB of RAM and a 67 MB swap file. Built Pysol-4.20 from the package along with its dependencies. Whenever I go to start pysol, python-1.5.2 dumps core. Gnome panel also dumped core, but I discovered I liked xfce better. However, I do miss pysol. Should I suspect bad hardware, not enough RAM, or something else? Dru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 15: 5: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from one.net-noise.com (ansible.nwark.net [208.136.254.190]) by hub.freebsd.org (Postfix) with ESMTP id 767E537B9B6 for ; Sun, 21 May 2000 15:04:53 -0700 (PDT) (envelope-from jshenry@net-noise.com) Received: from guinevere (guinevere.net-noise.com [192.168.1.14]) by one.net-noise.com (8.9.3/8.9.3) with SMTP id RAA28071 for ; Sun, 21 May 2000 17:04:44 -0500 Message-ID: <002c01bfc370$6cb073c0$0e01a8c0@netnoise.com> From: "J. Seth Henry" To: Subject: Inetd refuses to run at boot Date: Sun, 21 May 2000 17:03:41 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0029_01BFC346.839D62C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0029_01BFC346.839D62C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Ok, this is probably something dumb that I have done, but for some = reason the INETD daemon doesn't run at startup. I see it start, but when = I log in, the process is not there. I can manually start it using "inetd = -a 192.168.1.214" - and it stays. Just typing "inetd" results in the = same thing. The process shows up for a few seconds and then quits. = Should I modify the rc files to reflect the -a parameter, or is there = something else? Thanks, Seth Henry jshenry@net-noise.com ------=_NextPart_000_0029_01BFC346.839D62C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Ok, this is probably something dumb = that I have=20 done, but for some reason the INETD daemon doesn't run at startup. I see = it=20 start, but when I log in, the process is not there. I can manually start = it=20 using "inetd -a 192.168.1.214" - and it stays. Just typing "inetd" = results in=20 the same thing. The process shows up for a few seconds and then quits. = Should I=20 modify the rc files to reflect the -a parameter, or is there something=20 else?
 
Thanks,
Seth Henry
jshenry@net-noise.com ------=_NextPart_000_0029_01BFC346.839D62C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 15: 7:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 0B45A37B9A7 for ; Sun, 21 May 2000 15:07:14 -0700 (PDT) (envelope-from joekiser@mindspring.com) Received: from pool-209-138-58-93.bltm.grid.net ([209.138.58.93]) by granger.mail.mindspring.net (8.9.3/8.8.5) with SMTP id SAA14200; Sun, 21 May 2000 18:07:09 -0400 (EDT) From: joekiser@mindspring.com (Joe Kiser) To: "Bill A. K." Cc: freebsd-questions@freebsd.org Subject: Re: IE for FreeBSD Petition Date: Sun, 21 May 2000 22:05:14 GMT Organization: Orginization of Americans against Gays having Abortions Message-ID: <39285d19.2687014@mail.mindspring.com> References: <000b01bfc35d$c8c3c030$0200a8c0@bill> In-Reply-To: <000b01bfc35d$c8c3c030$0200a8c0@bill> X-Mailer: Forte Agent 1.5/32.452 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, 21 May 2000 15:50:14 -0400, you wrote: >Hello everyone, > I've had this petition up for a while, and I'm trying to get more = traffic and names. I'm trying to get something to convince Microsoft to = port Internet Explorer for UNIX to FreeBSD. >The URL for my site is http://www.iefreebsd.freeservers.com Sounds like a good idea, can't be much worse than buggy Netscape. Microsoft might do it, too, since they are quite fond of FreeBSD. >If you would be interested in a small banner, etc. for your own web = site, please let me know, and I'll see what I can do. Sure, that sounds like a great idea. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 15: 8:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from usc.edu (usc.edu [128.125.253.136]) by hub.freebsd.org (Postfix) with ESMTP id 508D937BA00 for ; Sun, 21 May 2000 15:08:46 -0700 (PDT) (envelope-from abdulgha@usc.edu) Received: from scf-fs.usc.edu (root@scf-fs.usc.edu [128.125.253.183]) by usc.edu (8.9.3.1/8.9.3/usc) with ESMTP id PAA08228; Sun, 21 May 2000 15:08:45 -0700 (PDT) Received: from phoenix (res-3617.usc.edu [128.125.31.111]) by scf-fs.usc.edu (8.9.3.1/8.9.3/usc) with SMTP id PAA14639; Sun, 21 May 2000 15:08:45 -0700 (PDT) Message-ID: <011801bfc371$2e5582e0$6f1f7d80@phoenix> Reply-To: "Khairuddin Abdul Ghani" From: "Khairuddin Abdul Ghani" To: Cc: References: <00b401bfc354$31b72aa0$6f1f7d80@phoenix> <20000521175026.I96573@cc942873-a.ewndsr1.nj.home.com> Subject: Re: mysterious shutdowns Date: Sun, 21 May 2000 15:09:06 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, I don't have accounting running, and I've already temporarily removed the shutdown command. At the moment, only operator and kmem are part of the operator group. Although I think its somehow done remotely. ----- Original Message ----- From: "Crist J. Clark" To: "Khairuddin Abdul Ghani" Cc: Sent: Sunday, May 21, 2000 2:50 PM Subject: Re: mysterious shutdowns > You wouldn't happen to have accounting running? Then you could see > what user executed the command (and see all the commands all users > have been doing too). Do you have the default permissions on > /sbin/shutdown? > > -r-sr-x--- 1 root operator 151728 Feb 7 03:00 /sbin/shutdown > > Are any of your users in group operator? > -- > 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 May 21 15: 9: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from one.net-noise.com (ansible.nwark.net [208.136.254.190]) by hub.freebsd.org (Postfix) with ESMTP id 4FD4637B9E5 for ; Sun, 21 May 2000 15:08:45 -0700 (PDT) (envelope-from jshenry@net-noise.com) Received: from guinevere (guinevere.net-noise.com [192.168.1.14]) by one.net-noise.com (8.9.3/8.9.3) with SMTP id RAA28111 for ; Sun, 21 May 2000 17:08:32 -0500 Message-ID: <003501bfc370$f4cb9780$0e01a8c0@netnoise.com> From: "J. Seth Henry" To: Subject: ESS 1969 Audiodrive and FreeBSD 4.0 Date: Sun, 21 May 2000 17:07:29 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0032_01BFC347.0BE032C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0032_01BFC347.0BE032C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I don't know if this showed up before (I hadn't subscribed to the list = yet), but here goes (again). I have a built-in ESS 1969 Solo-1 Audiodrive PCI sound chipset, which I = am trying to use with FreeBSD 4.0 release version. I have tried every = incarnation of the pcm/sbc kernel drivers I can think of. Unfortunately, = being a PCI device, I don't know what its assigned IRQ is (or is there a = way to find out?). So far, I have enabled the PNP-BIOS option and added the #device pcm and = #device sbc lines. I have alternated their order - I'm thinking of = hiring a witchdoctor! Is this chipset just not supported, or am I missing something? The OSS = sound guys don't seem to support FreeBSD 4.0 at the moment, so it looks = like no audio for a while if I can't get this licked. Thanks, Seth Henry jshenry@net-noise.com ------=_NextPart_000_0032_01BFC347.0BE032C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I don't know if this showed up before = (I hadn't=20 subscribed to the list yet), but here goes (again).
 
I have a built-in ESS 1969 Solo-1 = Audiodrive PCI=20 sound chipset, which I am trying to use with FreeBSD 4.0 release = version. I have=20 tried every incarnation of the pcm/sbc kernel drivers I can think of.=20 Unfortunately, being a PCI device, I don't know what its assigned IRQ is = (or is=20 there a way to find out?).
 
So far, I have enabled the PNP-BIOS = option and=20 added the #device pcm and #device sbc lines. I have alternated their = order - I'm=20 thinking of hiring a witchdoctor!
 
Is this chipset just not supported, or = am I missing=20 something? The OSS sound guys don't seem to support FreeBSD 4.0 at the = moment,=20 so it looks like no audio for a while if I can't get this = licked.
 
Thanks,
Seth Henry
jshenry@net-noise.com
 
------=_NextPart_000_0032_01BFC347.0BE032C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 15:21:47 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 C3D6837B6E2 for ; Sun, 21 May 2000 15:21:42 -0700 (PDT) (envelope-from bartequi@neomedia.it) Received: from bartequi.ottodomain.org (ppp2-pa5.neomedia.it [195.103.207.114]) by aragorn.neomedia.it (8.9.3/8.9.3) with SMTP id AAA15622; Mon, 22 May 2000 00:20:13 +0200 (CEST) From: Salvo Bartolotta Date: Sun, 21 May 2000 23:22:37 GMT Message-ID: <20000521.23223700@bartequi.ottodomain.org> Subject: Re: BSD make variables (somewhat OFF TOPIC) To: Mark Ovens , nbm@mithrandr.moria.org Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000521114126.B6024@parish> References: <3923960E.8028590E@tdnet.com.br> <20000518113312.A87527@mithrandr.moria.org> <3927333E.51C45BD3@tdnet.com.br> <20000521114126.B6024@parish> 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 5/21/00, 11:41:26 AM, Mark Ovens wrote= =20 regarding Re: BSD make variables: > On Sat, May 20, 2000 at 09:52:14PM -0300, Gustavo Vieira Goncalves=20 Coelho Rios wrote: > > Neil Blakey-Milner wrote: > > Your mouse has moved. > > Windows NT must be restarted for the change to take effect! > > > > Reboot now? [ OK] > > > ROFL > Actually, it amused me so much I cranked up Visual C++ and wrote a > program that pops this up as a warning box as soon as the mouse moves > (it doesn't reboot the PC of course :)) > -- > ...and on the eighth day God created UNIX > ________________________________________________________________ > 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 Dear Neil Blakey Milner & Mark Ovens, I am sorry to waste a little bandwidth but this is one of the best=20 jokes on M$ I have ever heard.=20 IMO, it IS worth recording somewhere.=20 In a championship of jokes on M$, it would compete for first prize. 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 Sun May 21 15:43: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 6F3C337B8A6 for ; Sun, 21 May 2000 15:43:24 -0700 (PDT) (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 SAA98020; Sun, 21 May 2000 18:42:44 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 18:42:44 -0400 From: "Crist J. Clark" To: "J. Seth Henry" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Inetd refuses to run at boot Message-ID: <20000521184244.K96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <002c01bfc370$6cb073c0$0e01a8c0@netnoise.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <002c01bfc370$6cb073c0$0e01a8c0@netnoise.com>; from jshenry@net-noise.com on Sun, May 21, 2000 at 05:03:41PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 05:03:41PM -0500, J. Seth Henry wrote: > Ok, this is probably something dumb that I have done, but for some reason the INETD daemon doesn't run at startup. I see it start, but when I log in, the process is not there. I can manually start it using "inetd -a 192.168.1.214" - and it stays. Just typing "inetd" results in the same thing. The process shows up for a few seconds and then quits. Should I modify the rc files to reflect the -a parameter, or is there something else? Unless you have a special reason to use the '-a,' you should not need it. Can you check the output of, $ grep inetd /etc/defaults/rc.conf /etc/rc.conf (We all know you didn't do something silly like modify the defaults/rc.conf, but just to get the complete picture...) Also, does inted leave any messages in /var/log/messages? -- 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 May 21 15:46: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhymer.cogsci.ed.ac.uk (rhymer.cogsci.ed.ac.uk [129.215.144.8]) by hub.freebsd.org (Postfix) with ESMTP id 27B4537B9CE for ; Sun, 21 May 2000 15:46:04 -0700 (PDT) (envelope-from richard@cogsci.ed.ac.uk) Received: from brodie.cogsci.ed.ac.uk (brodie [129.215.144.6]) by rhymer.cogsci.ed.ac.uk (8.9.3/8.9.3) with SMTP id XAA12060; Sun, 21 May 2000 23:46:02 +0100 (BST) Date: Sun, 21 May 2000 23:46:02 +0100 Message-Id: <22827.200005212246@brodie.cogsci.ed.ac.uk> From: Richard Tobin Subject: Re: IE for FreeBSD Petition To: "Bill A. K." , In-Reply-To: Bill A. K.'s message of Sun, 21 May 2000 15:50:14 -0400 Organization: just say no Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm trying to get something to convince Microsoft to > port Internet Explorer for UNIX to FreeBSD. Quote apart from why anyone would want it, I believe that IE for Unix uses a MS-Windows-under-Unix environment (not written by Microsoft), so that's what would have to be ported. -- Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 15:53:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id F188537B537 for ; Sun, 21 May 2000 15:53:45 -0700 (PDT) (envelope-from danfairs@bits.bris.ac.uk) Received: from sapphire.resnet.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Sun, 21 May 2000 23:53:23 +0100 Received: from bits.bris.ac.uk (danfairs@bits.bris.ac.uk [137.222.64.1]) by sapphire.resnet.bris.ac.uk (8.9.3/8.9.1) with ESMTP id XAA30549; Sun, 21 May 2000 23:51:27 +0100 Received: from localhost (danfairs@localhost) by bits.bris.ac.uk (8.9.3/8.9.1) with ESMTP id XAA21544; Sun, 21 May 2000 23:51:27 +0100 Date: Sun, 21 May 2000 23:51:27 +0100 (BST) From: Daniel Fairs To: Mark Ovens Cc: =?iso-8859-1?Q?Heiner_G=F6tte?= , questions@freebsd.org Subject: Re: HP Deskjet 720C In-Reply-To: <20000521120233.D6024@parish> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sun, May 21, 2000 at 11:50:56AM +0200, Heiner Gvtte wrote: > > Hello, > > is it possible to use the HP Deskjet 720C with freebsd? > > No, it's one of those dreaded WinPrinters :( > > >From http://www.hp.com/cposupport/printers/support_doc/bpd06898.html > > NOTE: Host-based printers such as the HP DeskJet 710, 720C, 820C > and 1000C series will not function in the Linux environment > because they depend on the Microsoft Windows operating system. Hmm, I seem to have an HP DeskJet 820C running quite happily off my Linux box ;) In mono, at least. The version of apsfilter that comes with SuSE 6.2 is quite happy with it - so I daresay the same will be true under FreeBSD (haven't had time to try it yet). Essentially, the printer understands the PPA format natively, which ghostscript can speak. If you want more details, I can send you my /etc/printcap and the relevant filters. You might have to play with them a bit to get the 720 working... alternatively grab the latest version of apsfilter. Best regards, Dan Daniel Fairs danfairs@bits.bris.ac.uk, danfairs@hotmail.com http://www.darkalley.co.uk, http://listen.to/agentorange Just because you're not paranoid doesn't mean they're not out to get you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 15:58:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailbox.mcs.net (Mailbox.mcs.com [192.160.127.87]) by hub.freebsd.org (Postfix) with ESMTP id A2E6937B9E8 for ; Sun, 21 May 2000 15:58:26 -0700 (PDT) (envelope-from tforrest@mailbox.mcs.net) Received: (from tforrest@localhost) by mailbox.mcs.net (8.9.3/8.9.3) id RAA57003; Sun, 21 May 2000 17:58:25 -0500 (CDT) (envelope-from tforrest) Message-Id: <200005212258.RAA57003@mailbox.mcs.net> From: "Tommy Forrest - KE4PYM" To: "questions@FreeBSD.ORG" Date: Sun, 21 May 2000 18:59:03 -0400 Reply-To: "Tommy Forrest - KE4PYM" X-Mailer: PMMail98 with Bandit Tagger98 In-Reply-To: <20000521184449.5384.qmail@wwcst212.netaddress.usa.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Tag: Bandit Tagger98 - Registered to : Subject: System Temp monitoring Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Howdy Folks. Is there a daemon/utility/thingy that'll watch the various thermal monitors on my system (as well as fan speeds) and if any of those items do something they are not supposed to (say a fan stops spinning or the temp gets to high) it will shut the system down? I did find "heat" in /usr/ports. But the best I could tell it will only report the temp/fan speeds. Tommy Forrest - KE4PYM - tforrest@mcs.net http://www.mcs.net/~tforrest And now, its time, for some useless, bandwidth wasting words of wisdom: You said Windows was a Power Tool??? PGP Public Key Fingerprint: 0EBF 5CD3 6252 78AE 3723 2FD4 FDF5 638E ** Tag(s) inserted by Bandit Tagger98 - http://www.gbar.dtu.dk/~c918704 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 16:24:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from antiochus-fe0.ultra.net (antiochus-fe0.ultra.net [146.115.8.188]) by hub.freebsd.org (Postfix) with ESMTP id 01EF837B7DB for ; Sun, 21 May 2000 16:24:53 -0700 (PDT) (envelope-from moncrg@ma.ultranet.com) Received: from ma.ultranet.com (207-172-97-202.s456.tnt2.sbo.ma.dialup.rcn.com [207.172.97.202]) by antiochus-fe0.ultra.net (8.8.8/ult/n20340/mtc.v2) with ESMTP id TAA18547 for ; Sun, 21 May 2000 19:24:50 -0400 (EDT) Message-ID: <39287012.7299F60F@ma.ultranet.com> Date: Sun, 21 May 2000 18:24:02 -0500 From: "Gregory D. Moncreaff" Reply-To: moncrg@ma.ultranet.com X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions Subject: pkg_version usages & ramblings Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A couple of things I seem to be doing with pkg_version often are tweaking the script so it cleans directories diff /usr/sbin/pkg_version /usr/src/usr.sbin/pkg_install/version/pkg_version.pl 307c307 < make clean all && pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --- > make && pkg_delete -f @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 309c309 < make install clean --- > make install and fetching all the updated distfiles in one online session so I don't have to hear the phone dialing all the time... pkg_version -c | grep "^cd" | awk '{ printf(" %s && make fetch\n", $0) }' | sh does anyone else other tailored usages [similar or otherwise]; should any of these become features? -- Greg Moncreaff moncrg@ma.ultranet.com Marlborough, MA; USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 16:27: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 B198C37BA3E for ; Sun, 21 May 2000 16:27:23 -0700 (PDT) (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 12tehH-000F2b-00; Sun, 21 May 2000 23:59:47 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12tehH-000IKN-00; Sun, 21 May 2000 23:59:47 +0100 Date: Sun, 21 May 2000 23:59:47 +0100 From: Ben Smithurst To: Khairuddin Abdul Ghani Cc: cjclark@home.com, freebsd-questions@FreeBSD.ORG Subject: Re: mysterious shutdowns Message-ID: <20000521235947.K15686@strontium.scientia.demon.co.uk> References: <00b401bfc354$31b72aa0$6f1f7d80@phoenix> <20000521175026.I96573@cc942873-a.ewndsr1.nj.home.com> <011801bfc371$2e5582e0$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <011801bfc371$2e5582e0$6f1f7d80@phoenix> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Khairuddin Abdul Ghani wrote: > Actually, I don't have accounting running, and I've already temporarily > removed the shutdown command. At the moment, only operator and kmem are part > of the operator group. Although I think its somehow done remotely. Well, it certainly looks like a clean shutdown to me (as opposed to a crash). I don't think you get "shutdown" entries in last(1) output (/var/log/wtmp) if it's not a clean shutdown. Turn accounting on like Crist said... (it takes a reasonable amount of space in /var/account, but not a huge amount). -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 17: 2: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 8684A37BA28 for ; Sun, 21 May 2000 17:01:51 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA77176; Mon, 22 May 2000 09:31:29 +0930 (CST) Date: Mon, 22 May 2000 09:31:29 +0930 From: Greg Lehey To: Khairuddin Abdul Ghani Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mysterious shutdowns Message-ID: <20000522093128.A77130@freebie.lemis.com> References: <00b401bfc354$31b72aa0$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <00b401bfc354$31b72aa0$6f1f7d80@phoenix> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Sunday, 21 May 2000 at 11:41:36 -0700, Khairuddin Abdul Ghani wrote: > Hello. > > First thanks to Crist for helping me with my talkd problem, but now there > seems to be something more sinister happening on my machine. > > At least once a day, the machine would 'shutdown' (as noted in the 'last' > output) mysteriously for no apparent reason. What bothers me is that just > before or during each shutdown, there would be a ton of traffic going into > the machine (an outside attack it seems). Unfortunately, nothing seems to be > logged, because syslogd dies during the shutdown. Sometimes certain > libraries like mm and tcl which are heavily used would disappear. > > At the moment I'm trying to log incoming connections with log_in_vain, and > maybe just running tcpdump indefinitely. If there are any better ways, > please tell. I have IPFIREWALL compiled with log amount of 50 and VERBOSE. > > Best regards, Rudy. > > eg. last | grep shutdown: Please don't wrap these lines. > shutdown ~ Fri May 19 15:09 > flash ttypm 194.133.37.38 Fri May 19 15:04 - shutdown (00:05) > misterio ttyp5 62.11.132.164 Fri May 19 15:01 - shutdown (00:07) > di0lam0r ttypb a-na12-61.tin.it Fri May 19 12:44 - shutdown (02:24) > xgen ttyp6 res-3617.usc.edu Fri May 19 10:59 - shutdown(04:09) > > /var/log/messages: > May 21 05:21:47 sage syslogd: exiting on signal 15 It would be interesting to know what version of FreeBSD you're running. We had a problem with symptoms like this in -CURRENT recently, but if you're running -CURRENT, you should be discussing the problem on the FreeBSD-current mailing list, not here. 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 May 21 17: 4:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 6A1E437BA2C for ; Sun, 21 May 2000 17:04:18 -0700 (PDT) (envelope-from mhumm@ispchannel.com) Received: from ispchannel.com ([208.170.159.57]) by smtp1a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000522000529.HRPN23460.smtp1a@ispchannel.com> for ; Sun, 21 May 2000 17:05:29 -0700 Message-ID: <39287974.37D3450E@ispchannel.com> Date: Sun, 21 May 2000 19:04:04 -0500 From: "Mark A. Hummel" Organization: Innovative Solutions X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Are Multiple XWindows Possible? References: <3927E246.B68E3E18@ispchannel.com> <20000521.15531400@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 Greetings, I am currently using KDE. Is it possible to install and use another Xwindow like XFCE3 (www.xfce.org) in addition to KDE? If so, what command, other than startx would I use to load it? Mark ------------------------------------- Two things have come from Berkeley, LSD and BSD and I'm not sure that's a coincidence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 17: 6:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id D2B6C37BA41 for ; Sun, 21 May 2000 17:06:12 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA77213; Mon, 22 May 2000 09:36:03 +0930 (CST) Date: Mon, 22 May 2000 09:36:03 +0930 From: Greg Lehey To: "Bill A. K." Cc: questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition Message-ID: <20000522093603.B77130@freebie.lemis.com> References: <000b01bfc35d$c8c3c030$0200a8c0@bill> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <000b01bfc35d$c8c3c030$0200a8c0@bill> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Sunday, 21 May 2000 at 15:50:14 -0400, Bill A. K. wrote: > X-Mailer: Microsoft Outlook Express 5.00.2919.6700 > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > Hello everyone, > I've had this petition up for a while, and I'm trying to get more traffic and names. I'm trying to get something to convince Microsoft to port Internet Explorer for UNIX to FreeBSD. > The URL for my site is http://www.iefreebsd.freeservers.com > If you would be interested in a small banner, etc. for your own web site, please let me know, and I'll see what I can do. I think this is a very bad idea. Look at your mail message for one good reason why: Microsoft software is just plain broken. You probably don't even realise that your message was written without line breaks. Isn't it much easier to read like this? > I've had this petition up for a while, and I'm trying to get more > traffic and names. I'm trying to get something to convince Microsoft > to port Internet Explorer for UNIX to FreeBSD. The URL for my site > is http://www.iefreebsd.freeservers.com If you would be interested > in a small banner, etc. for your own web site, please let me know, > and I'll see what I can do. In the FreeBSD project, we're trying to get away from Microsoft, not come closer to it. If there were a counter-petition to ask Microsoft *not* to port IE, I would sign 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 Sun May 21 17:12:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.scraprap.com (adsl-216-103-213-248.dsl.snfc21.pacbell.net [216.103.213.248]) by hub.freebsd.org (Postfix) with ESMTP id AD6BD37BA45 for ; Sun, 21 May 2000 17:12:18 -0700 (PDT) (envelope-from jsoule@webcrossing.com) Received: from [10.0.0.103] (HELO sparky) by mail.scraprap.com (CommuniGate Pro SMTP 3.2.3) with SMTP id 80233 for freebsd-questions@FreeBSD.ORG; Sun, 21 May 2000 17:12:18 -0700 From: Jeff Soule Reply-To: jsoule@webcrossing.com Organization: Web Crossing Inc. To: freebsd-questions@FreeBSD.ORG Subject: HELP! how many simultaneous tcp/ip connections Date: Sun, 21 May 2000 17:03:26 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00052117121801.22573@sparky> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Help! I have a dual P3 500 system with 2Gig ram and two network cards. I need to figure out how many simultaneous tcp/ip connections I can support for 3.3 or 4.0 if that would be better. I am currently running 3.3 with smp turned on and maxusers set to 512. I am unfortunately a little out of my realm of experience here and would appreciate any help, pointers to man pages etc. I searched through the mailing list archives but found little information on the 3.3 kernel or 4.0 for this subject... Thanks in advance for any help! /Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 17:17:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from usc.edu (usc.edu [128.125.253.136]) by hub.freebsd.org (Postfix) with ESMTP id 70E1037B536 for ; Sun, 21 May 2000 17:17:28 -0700 (PDT) (envelope-from abdulgha@usc.edu) Received: from scf-fs.usc.edu (root@scf-fs.usc.edu [128.125.253.183]) by usc.edu (8.9.3.1/8.9.3/usc) with ESMTP id RAA18476; Sun, 21 May 2000 17:17:11 -0700 (PDT) Received: from phoenix (res-3617.usc.edu [128.125.31.111]) by scf-fs.usc.edu (8.9.3.1/8.9.3/usc) with SMTP id RAA11561; Sun, 21 May 2000 17:17:13 -0700 (PDT) Message-ID: <015201bfc383$2143d950$6f1f7d80@phoenix> Reply-To: "Khairuddin Abdul Ghani" From: "Khairuddin Abdul Ghani" To: "Greg Lehey" Cc: References: <00b401bfc354$31b72aa0$6f1f7d80@phoenix> <20000522093128.A77130@freebie.lemis.com> Subject: Re: mysterious shutdowns Date: Sun, 21 May 2000 17:16:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Greg Lehey" To: "Khairuddin Abdul Ghani" Cc: Sent: Sunday, May 21, 2000 5:01 PM Subject: Re: mysterious shutdowns > > eg. last | grep shutdown: > > Please don't wrap these lines. > > > shutdown ~ Fri May 19 15:09 > > flash ttypm 194.133.37.38 Fri May 19 15:04 - shutdown (00:05) > > misterio ttyp5 62.11.132.164 Fri May 19 15:01 - shutdown (00:07) > > di0lam0r ttypb a-na12-61.tin.it Fri May 19 12:44 - shutdown (02:24) > > xgen ttyp6 res-3617.usc.edu Fri May 19 10:59 - shutdown(04:09) Oops, my bad. :) > > /var/log/messages: > > May 21 05:21:47 sage syslogd: exiting on signal 15 > > It would be interesting to know what version of FreeBSD you're > running. We had a problem with symptoms like this in -CURRENT > recently, but if you're running -CURRENT, you should be discussing the > problem on the FreeBSD-current mailing list, not here. I'm currently running 4.0-RELEASE, on a Pentium III 500 machine with 512MB of RAM. The machine usually has a load of about 450 processes running, and on average 800 kbit/s traffic. I'm thinking of updating to STABLE though, since I get the impression that that's the best for system stability. > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 17:17:48 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 EA20137BA70 for ; Sun, 21 May 2000 17:17:45 -0700 (PDT) (envelope-from genisis@istar.ca) Received: from ip29.kingston.dialup.canada.psi.net ([154.5.64.29]) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 12tfv7-0006I8-00; Sun, 21 May 2000 20:18:09 -0400 Date: Sun, 21 May 2000 20:20:01 -0400 (EDT) From: Dru To: "Mark A. Hummel" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Are Multiple XWindows Possible? In-Reply-To: <39287974.37D3450E@ispchannel.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 xwmm in the ports collection is supposed to do this, but I haven't tried it yet. After you build it, replace the text in your .xinitrc file with: exec xwmm Dru On Sun, 21 May 2000, Mark A. Hummel wrote: > Greetings, > > I am currently using KDE. Is it possible to install and use another > Xwindow like XFCE3 (www.xfce.org) in addition to KDE? If so, what command, > other than startx would I use to load it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 17:19:31 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 63CC237BA45 for ; Sun, 21 May 2000 17:19:18 -0700 (PDT) (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 AAA2799 for ; Mon, 22 May 2000 02:19:11 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 642; Mon, 22 May 2000 10:22:56 +1000 Message-ID: <39287D34.EEBAF272@S1.com> Date: Mon, 22 May 2000 00:20:04 +0000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: "Mark A. Hummel" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Are Multiple XWindows Possible? References: <3927E246.B68E3E18@ispchannel.com> <20000521.15531400@bartequi.ottodomain.org> <39287974.37D3450E@ispchannel.com> 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 Mark, > > I am currently using KDE. Is it possible to install and use > another > Xwindow like XFCE3 (www.xfce.org) in addition to KDE? If so, Under normal circumstances, most would be inclined to say 'no' - unless you have a second physical display / monitor to actually throw the output to. > what command, > other than startx would I use to load it? However... vnc (it's in the ports collection) comes to the rescue quite nicely here. Typically I use it from home to access my system/account(s) and throw the vnc display back to home - *but* there are times when I will fire up NetscapeNavigator from home via vnc, and the come in on Monday and find there is a lock-file stopping me from starting it up. Ok, I could $kill and then rm the lock file, but easier is to use vnc on the local display, attach, and shutdown NetNav gracefully. My primary (:0) display has KDE, while the vnc display (:2) has Window Maker. (p.s. I'm looking at pulling OpenMotif and using that r.s.n. :') hth, haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 17:23:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 7FE2B37BA45 for ; Sun, 21 May 2000 17:23:08 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id RAA45627 for ; Sun, 21 May 2000 17:23:07 -0700 (PDT) (envelope-from jim@freeze.org) Date: Sun, 21 May 2000 17:23:07 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: questions@freebsd.org Subject: mysterious network hangs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using FBSD 3.4R and am setup with @home cable network. I have had this setup for about a week and things were mostly fine. But today, I started getting network hangs (netscape 4.72 was running in each case). The symptoms are that I can ping my local machine and localhost, but I cannot ping even my dns servers. I thought the problem might be with @home, but they were no help on the phone - once they found out I was not on a windows box their brain froze up. I think that it 'might' be netscape and freebsd related. I can solve the problem by rebooting fbsd. One time it only worked for about 1 minute after rebooting. One time it worked for about 1 hour after rebooting. One thing I don't like is that I have to reboot. I shouldn't have to reboot - is that right? I tried 'kill -1' the following: inetd syslogd dhcclient sendmail apache sshd but no luck. I even killed netscape (-9) and it's dhc buddy. Is there some test that I can perform to monitor the health of my network? Would kill -9 inetd and then restarting it be the same as rebooting? Thanks ============================================ Jim Freeze jim@freeze.org www.freeze.org -------------- Save on CDs, DVDs and Books till May 31 2000 $10 Off a purchase of $30 and $33 Off a purchase of $100. Visit www.freeze.org ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 17:23:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 5AE8B37BA79 for ; Sun, 21 May 2000 17:23:39 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA77401; Mon, 22 May 2000 09:53:27 +0930 (CST) Date: Mon, 22 May 2000 09:53:27 +0930 From: Greg Lehey To: Khairuddin Abdul Ghani Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mysterious shutdowns Message-ID: <20000522095327.C77130@freebie.lemis.com> References: <00b401bfc354$31b72aa0$6f1f7d80@phoenix> <20000522093128.A77130@freebie.lemis.com> <015201bfc383$2143d950$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <015201bfc383$2143d950$6f1f7d80@phoenix> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Sunday, 21 May 2000 at 17:16:58 -0700, Khairuddin Abdul Ghani wrote: > On Sunday, May 21, 2000 5:01 PM, Greg Lehey wrote: >>> eg. last | grep shutdown: >> >> Please don't wrap these lines. >> >>> shutdown ~ Fri May 19 15:09 >>> flash ttypm 194.133.37.38 Fri May 19 15:04 - shutdown (00:05) >>> misterio ttyp5 62.11.132.164 Fri May 19 15:01 - shutdown (00:07) >>> di0lam0r ttypb a-na12-61.tin.it Fri May 19 12:44 - shutdown (02:24) >>> xgen ttyp6 res-3617.usc.edu Fri May 19 10:59 - shutdown(04:09) > > Oops, my bad. :) More likely this one. It's still broken. > X-Mailer: Microsoft Outlook Express 5.00.2919.6700 > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 >>> /var/log/messages: >>> May 21 05:21:47 sage syslogd: exiting on signal 15 >> >> It would be interesting to know what version of FreeBSD you're >> running. We had a problem with symptoms like this in -CURRENT >> recently, but if you're running -CURRENT, you should be discussing the >> problem on the FreeBSD-current mailing list, not here. > > I'm currently running 4.0-RELEASE, on a Pentium III 500 machine with > 512MB of RAM. The machine usually has a load of about 450 processes > running, and on average 800 kbit/s traffic. I'm thinking of updating > to STABLE though, since I get the impression that that's the best > for system stability. It's certainly a good idea to upgrade to -STABLE, but it's unlikely that that would solve this problem. It really looks as if somebody is running shutdown. Try moving it out of harm's way and seeing if the shutdowns continue. 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 May 21 17:33:55 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 6664437BA28 for ; Sun, 21 May 2000 17:33:46 -0700 (PDT) (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 AAA2820 for ; Mon, 22 May 2000 02:33:43 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 698 for ; Mon, 22 May 2000 10:37:29 +1000 Message-ID: <3928809D.584A62E7@S1.com> Date: Mon, 22 May 2000 00:34:37 +0000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 Cc: questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition References: <000b01bfc35d$c8c3c030$0200a8c0@bill> <20000522093603.B77130@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Greg, > > I think this is a very bad idea. Look at your mail message for > > In the FreeBSD project, we're trying to get away from Microsoft, >not > come closer to it. If there were a counter-petition to ask >Microsoft > *not* to port IE, I would sign it. Until recently, I would have agreed wholeheartedly with you. Now-a-days, I'm not too sure... I think, for many of us, the proliferation of PCs would not have occurred without someone like M$ coming in and establishing a 'standard'. OK, it's not the 'best' standard there could have been, but for quite a while it's been pretty much the only ship in town. (Digital Research with CP/M dropped the ball - but would that have been any "better" than Messy-DOG?) Without the large number of MS-DOG/Windoze PCs around, the economies of scale in production of the hardware may not have arrived as quickly - as it is we have heaps and gobs of (relatively) cheap and (relatively) reliable hardware that we can convert via FreeBSD (and others) to Unix Workstations. Secondly, isn't our OpenSource world all about 'choice'? Now, true, some are greatly attracted to the freedom to have all sorts of nifty little 'toys' to play with. Others are attracted to the promise of great OS stability (which is why NT4 was such a hit in the Corporate world - compared to Win3.x/95 it is/was heaps better), but these people also require compatability with their (less enlightened) work-collegues. Hence StarOffice and ApplixWare (etc.), and this petition for IE. I doubt that all Free/Net/Open-BSD/Linux people will instantly switch to IE for Unix, but it's possible that there are those who would like to do so - if only because NetCommunicator is so kludgy at times. But, if people want to use an IE for Unix, then why not allow them the choice? At least if a worm enters their account, hopefully it will be confined to their own account ;') just my 6d haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 18: 9:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from area51.slashnet.org (area51.slashnet.org [208.222.214.95]) by hub.freebsd.org (Postfix) with ESMTP id 8804537B6FF for ; Sun, 21 May 2000 18:09:46 -0700 (PDT) (envelope-from smkelly@zombie.org) Received: from edgemaster.zombie.org (cx497943-c.omhaw1.ne.home.com [24.7.36.238]) by area51.slashnet.org (Postfix) with ESMTP id E704114D561 for ; Sun, 21 May 2000 21:09:40 -0400 (EDT) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id E1C9EAE739; Sun, 21 May 2000 20:09:39 -0500 (CDT) Date: Sun, 21 May 2000 20:09:39 -0500 From: Sean Kelly To: freebsd-questions@freebsd.org Subject: Audio CD + IDE CDRW + BurnCD = How to copy? Message-ID: <20000521200939.A53150@edgemaster.zombie.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I saw that this question had been asked several times in the mailing list archives, but I never saw an answer that seemed to suite me or do what I needed. I just finished copying a 12 track audio CD to my hard drive using 'dagrab' from my IDE CDRW. dagrab outputted .wav files. I am trying to burn them back to a CD-R using burncd, but burncd appears to require audio files to be in raw format. This leaves me with the problem of How do I convert WAV back to RAW or what program can I use to extract audio tracks off a CD in RAW mode without translating them to a WAV? I've tried tosha, cdparanoia, and all those programs, but they all require SCSI CD-{ROM,R,RW}s. In the end, I think the best solution would be SCSI emulation such as Linux, but in the meantime how can I pull this off? Thanks in advance, Sean Kelly -- Sean Kelly or PGP KeyID: 4AC781C7 ICQ UIN: 27955995 EFAX: (603) 372-1638 IRC: drdink@SlashNET To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 18:13:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail03.syd.optusnet.com.au (mail03.syd.optusnet.com.au [203.2.75.106]) by hub.freebsd.org (Postfix) with ESMTP id DBC0937B6FF for ; Sun, 21 May 2000 18:13:36 -0700 (PDT) (envelope-from kirem@optusnet.com.au) Received: from optusnet.com.au (adlax3-149.dialup.optusnet.com.au [198.142.82.149]) by mail03.syd.optusnet.com.au (8.9.3/8.9.3) with ESMTP id LAA15242 for ; Mon, 22 May 2000 11:13:31 +1000 Message-ID: <392889BB.9919C098@optusnet.com.au> Date: Mon, 22 May 2000 10:43:31 +0930 From: Kirk McDonald X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: master.password problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can somebody help me out with this problem please? su-2.03# adduser Use option ``-silent'' if you don't want to see all warnings and questions. pwd_mkdb: line too long pwd_mkdb: /etc/master.passwd: Inappropriate file type or format Invalid /etc/master.passwd - cannot add any users! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 18:14:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id D0F0437B509 for ; Sun, 21 May 2000 18:14:10 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4M1E3t08345; Sun, 21 May 2000 21:14:03 -0400 (EDT) Date: Sun, 21 May 2000 21:14:02 -0400 (EDT) From: Trevor Johnson To: Kristian Rink Cc: questions Subject: RE: IE for FreeBSD Petition In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > what should I need an insecure, unstable and closed-sourced browser > like IE for? Internet Explorer displays the smart quotes and apostrophes in Microsoft text correctly. If we all had it, people who write their Web pages using Microsoft products wouldn't need to pass them through the demoroniser ( http://www.fourmilab.ch/webtools/demoroniser/ ) just so we could read them. Wouldn't that be nice? -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 18:22: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id A61AA37BA6D for ; Sun, 21 May 2000 18:21:58 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA77976; Mon, 22 May 2000 10:51:42 +0930 (CST) Date: Mon, 22 May 2000 10:51:41 +0930 From: Greg Lehey To: Trevor Johnson Cc: Kristian Rink , questions Subject: Re: IE for FreeBSD Petition Message-ID: <20000522105141.D77130@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 21 May 2000 at 21:14:02 -0400, Trevor Johnson wrote: >> what should I need an insecure, unstable and closed-sourced browser >> like IE for? > > Internet Explorer displays the smart quotes and apostrophes in > Microsoft text correctly. These "smart quotes and apostrophes" are a deliberate attempt to break an industry standard. They're really control characters. > If we all had it, people who write their Web pages using Microsoft > products wouldn't need to pass them through the demoroniser ( > http://www.fourmilab.ch/webtools/demoroniser/ ) just so we could > read them. Wouldn't that be nice? No. It would accept that Microsoft has broken yet another industry standard. To quote the description of demoroniser: demoroniser - correct moronic and gratuitously incompatible HTML generated by Microsoft applications. I'd suggest you read the man page for demoroniser; it's more like an explanation of why we don't want to use Microsoft. 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 Sun May 21 18:32:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dastor.albury.net.au (dastor.albury.NET.AU [203.15.244.203]) by hub.freebsd.org (Postfix) with ESMTP id 9BB5237B972 for ; Sun, 21 May 2000 18:32:37 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.9.3/8.9.3) id LAA70721; Mon, 22 May 2000 11:32:12 +1000 (EST) (envelope-from nicks) Date: Mon, 22 May 2000 11:32:12 +1000 From: Nick Slager To: Trevor Johnson Cc: Kristian Rink , questions Subject: Re: IE for FreeBSD Petition Message-ID: <20000522113212.B69594@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from trevor@jpj.net on Sun, May 21, 2000 at 09:14:02PM -0400 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > what should I need an insecure, unstable and closed-sourced browser > > like IE for? > > Internet Explorer displays the smart quotes and apostrophes in Microsoft > text correctly. If we all had it, people who write their Web pages using Oh. So now we have Microsoft(r) Text(tm)? With a special, proprietary browser in which to display it. :-( > Microsoft products wouldn't need to pass them through the demoroniser ( > http://www.fourmilab.ch/webtools/demoroniser/ ) just so we could read > them. Wouldn't that be nice? There are free (or cheap) graphical HTML editors available, that produce standards-compliant code. Or, these people could even learn HTML themselves . (tongue planted in cheek) 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 Sun May 21 18:35:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 3DDAB37B509 for ; Sun, 21 May 2000 18:35:42 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id SAA48472; Sun, 21 May 2000 18:35:41 -0700 (PDT) (envelope-from jim@freeze.org) Date: Sun, 21 May 2000 18:35:41 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: questions@freebsd.org Cc: jmz@freebsd.org Subject: Offtopic: xdvi and temp files Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I run xdvi I get the following message: === jfreeze@eeyore ('tty') /usr/home/jfreeze/personal/goals 10 -> xdvi goals.dvi xdvi.bin: Could not create temporary directory. Exiting. When I run this as root, it works. Obviously it wants to create a file and does not have the rights. Can someone tell me where/what this file is? Thanks ============================================ Jim Freeze jim@freeze.org www.freeze.org -------------- Save on CDs, DVDs and Books till May 31 2000 $10 Off a purchase of $30 and $33 Off a purchase of $100. Visit www.freeze.org ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 19: 3:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.prod.itd.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id E67D637B972 for ; Sun, 21 May 2000 19:03:42 -0700 (PDT) (envelope-from normand@pathfindersoftware.com) Received: from phx71834 (cpe-024-221-102-063.phoenix.speedchoice.com [24.221.102.63]) by snipe.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id TAA26360 for ; Sun, 21 May 2000 19:03:39 -0700 (PDT) From: "PathFinder Software" To: Subject: FreeBSD - Apache Server Question Date: Sun, 21 May 2000 18:57:39 -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.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi there, I have setup my Apache Web Server using the FreeBSD 4.0 ports. All seemed to be in place and in order. I am using a DSL connection with one static IP address. What is the next step for the web pages to be served on the internet let say under www.mydomain.com using one static IP address? Once the main server domain is set up I want to setup my other domains under the Apache name-based Virtual Host option. Once I have the "httpd.conf" setup according to the Apache instructions what else do I need to do for the other domains to be serve of my server. Both domains that I want to use are now being served by my present ISP, do I need to make changes with Internic and enter my static IP address in place of the ISP's DNS number? I only have one will Internic accept my change order? A step by step explanation on how to do this would be great as I have not found much information on how to specifically do this part. Thank you in advance for your reply. Normand Charette To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 19:28:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id C768F37B93A for ; Sun, 21 May 2000 19:28:38 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.128]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sun, 21 May 2000 19:28:40 -0700 Message-ID: <39289B40.B70865E0@3-cities.com> Date: Sun, 21 May 2000 19:28:16 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Gary Kline Cc: questions@freebsd.org Subject: Re: Wine and PeeCee CD's?? References: <200005211854.LAA21992@tera.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gary Kline wrote: > > Well, after years of hesitation I've done it: I've sunk to > the depths of pond scum and bought myself some language CD's. > Of course these CD apps only run under M$***, so it means > using my wife's PC. There are some that are just audio CD's and these play with no problem. The others have a tight link to your sound card. You listen and then they copy your speech pattern. That gets a little rougher. > > But I'm wondering if WINE under SuSE (e.g.) would let me use > these CD's here and not fbother with the other toy OS. Seems > to me that since all of the binaries are on the CD that this > might be doable. One of them comes with a product called World Write, which gives you a silly^H^H^Hmple word processor. It isn't so simple because in the case of Spanish it converts several keys such as the "' key, which is just to the left of the enter key, to a two stroke key that creats two different types of accented letters. The ; key is already the enya (tilde n). I thought about wine and then multi-booted to 98se. It pretty well messes up 98 and no sense taking wine with it. Kent -- 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 May 21 19:30:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.164.200]) by hub.freebsd.org (Postfix) with SMTP id 6801E37BACE for ; Sun, 21 May 2000 19:30:20 -0700 (PDT) (envelope-from doc@wcug.wwu.edu) Received: (qmail 10916 invoked by uid 1074); 22 May 2000 02:30:16 -0000 Date: Sun, 21 May 2000 19:30:16 -0700 (PDT) From: David Daugherty X-Sender: doc@sloth To: questions@freebsd.org Subject: fonts and 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 I just installed 4.0-Stable and when I open up Xwindows my font looks more like a bar code and is completely illegible. What have I done wrong on startup? Installed on a Pentium 200 w/64M and an S3 video chipset. David Software Eng. - NetManage Work email: david.daugherty@netmanage.com Home email: doc@wcug.wwu.edu ICQ 21106703 Washington State Resident To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 19:35:19 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 6683237B93A for ; Sun, 21 May 2000 19:35:17 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.128]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sun, 21 May 2000 19:35:24 -0700 Message-ID: <39289CD4.B340C111@3-cities.com> Date: Sun, 21 May 2000 19:35:00 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: David Daugherty Cc: questions@freebsd.org Subject: Re: fonts and X References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG David Daugherty wrote: > > I just installed 4.0-Stable and when I open up Xwindows my font looks more > like a bar code and is completely illegible. What have I done wrong on > startup? Capture your "startx >& startx.txt" and then logout of Xwindows. Your capture file will most likely tell you where to run mkfont. Kent > > Installed on a Pentium 200 w/64M and an S3 video chipset. > > David > Software Eng. - NetManage > Work email: david.daugherty@netmanage.com > Home email: doc@wcug.wwu.edu > ICQ 21106703 > Washington State Resident > > 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 May 21 19:46: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd01.granitepost.com (fbsd01.granitepost.com [209.150.104.131]) by hub.freebsd.org (Postfix) with ESMTP id 78D0637B54B for ; Sun, 21 May 2000 19:45:59 -0700 (PDT) (envelope-from clabrown@granitepost.com) Received: from thunder (thunder.granitepost.com [209.150.104.140]) by fbsd01.granitepost.com (8.8.5/8.8.5) with SMTP id XAA22649 for ; Sun, 21 May 2000 23:19:55 -0400 (EDT) From: "Clarence Brown" To: Subject: 3.4 to 4.0 upgrade w/ March 2000 CD's? Date: Sun, 21 May 2000 22:51:20 -0400 Message-ID: <000801bfc398$9c8a0700$8c6896d1@granitepost.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 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got a 3.4 system installed and working on my network which I'd like to upgrade to 4.0. I've got the subscription CD'd for FreeBSD 4.0 March 2000. The machine is not a "heavily" used server, more of a test bed, but it is configured and running on my network, with SAMBA, KDE word perfect, netscape. I've got the 4.0 disk set and would like to upgrade. The pamphlet in the CD BOX is basically the same one that has come in every other CD w/ no special upgrade instructions. To paraphrase it, the CD upgrade is brute force. I've seen messages that talk about a file /usr/src/UPDATING as being a must read or something because of "gotch ya's" when upgrading, but can't find that file. Are there any 3.X to 4.0 upgrade instructions or tutorials for dummies? I really don't have a lot of time to figure everything out, but would like to start working with 4.0. Did any of the /etc configuration files or directories change from 3.4 to 4.0? I would bet they did. Thanks, Cla. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 19:51:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vicosa.dpi.ufv.br (vicosa.dpi.ufv.br [200.17.74.1]) by hub.freebsd.org (Postfix) with ESMTP id 46BC737BAB7 for ; Sun, 21 May 2000 19:51:27 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br (port55.tdnet.com.br [200.236.148.155]) by vicosa.dpi.ufv.br (AIX4.2/UCB 8.7/8.7) with ESMTP id XAA18474; Sun, 21 May 2000 23:50:47 -0200 (GRNLNDDT) Message-ID: <3928A147.2CBED78C@tdnet.com.br> Date: Sun, 21 May 2000 23:53:59 -0300 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Harry Woodward-Clarke , questions@freebsd.org Subject: Re: Are Multiple XWindows Possible? References: <3927E246.B68E3E18@ispchannel.com> <20000521.15531400@bartequi.ottodomain.org> <39287974.37D3450E@ispchannel.com> <39287D34.EEBAF272@S1.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Harry Woodward-Clarke wrote: > > G'day Mark, > > > > > I am currently using KDE. Is it possible to install and use > > another > > Xwindow like XFCE3 (www.xfce.org) in addition to KDE? If so, > > Under normal circumstances, most would be inclined to say 'no' - unless > you have a second physical display / monitor to actually throw the > output to. > > > what command, > > other than startx would I use to load it? > > However... vnc (it's in the ports collection) comes to the rescue quite > nicely here. Typically I use it from home to access my system/account(s) > and throw the vnc display back to home - *but* there are times when I > will fire up NetscapeNavigator from home via vnc, and the come in on > Monday and find there is a lock-file stopping me from starting it up. > Ok, I could $kill and then rm the lock file, but easier is to use vnc on > the local display, attach, and shutdown NetNav gracefully. > > My primary (:0) display has KDE, while the vnc display (:2) has Window > Maker. > > (p.s. I'm looking at pulling OpenMotif and using that r.s.n. :') > > hth, > > haxxa > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message I suppose XFCE/KDE/alike are not Xwindow, they are WindowManagers (KDE/GNOME/alike are much more than a single wm). !(XWindow == WM) <-- that sentence is true, not the inverse. -- Your mouse has moved. Windows NT must be restarted for the change to take effect! Reboot now? [ OK] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 19:56: 9 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 34EEC37BAD1 for ; Sun, 21 May 2000 19:55:55 -0700 (PDT) (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 AAA2F39 for ; Mon, 22 May 2000 04:55:51 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 732; Mon, 22 May 2000 12:59:32 +1000 Message-ID: <3928A1E7.7877ACDF@S1.com> Date: Mon, 22 May 2000 02:56:39 +0000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: Gustavo Vieira Goncalves Coelho Rios Cc: questions@freebsd.org Subject: Re: Are Multiple XWindows Possible? References: <3927E246.B68E3E18@ispchannel.com> <20000521.15531400@bartequi.ottodomain.org> <39287974.37D3450E@ispchannel.com> <39287D34.EEBAF272@S1.com> <3928A147.2CBED78C@tdnet.com.br> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Gustavo Vieira Goncalves Coelho Rios, > > I suppose XFCE/KDE/alike are not Xwindow, they are WindowManagers > (KDE/GNOME/alike are much more than a single wm). !(XWindow == > WM) <-- > that sentence is true, not the inverse. > true. I'll blame lack of sleep due to pending root-canal work ;'} H > -- > Your mouse has moved. > Windows NT must be restarted for the change to take effect! > > Reboot now? [ OK] {chuckle} H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 20: 0: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 392D337BB96 for ; Sun, 21 May 2000 20:00:44 -0700 (PDT) (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 XAA98523; Sun, 21 May 2000 23:00:02 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 23:00:02 -0400 From: "Crist J. Clark" To: Eric Chen Cc: questions@FreeBSD.ORG Subject: Re: what is libkrb.so share library Message-ID: <20000521230002.L96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <39285CF4.BB082769@casecom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <39285CF4.BB082769@casecom.com>; from erchen@casecom.com on Sun, May 21, 2000 at 03:02:28PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 03:02:28PM -0700, Eric Chen wrote: > Hi, > > I tried to install pop3 server in freebsd. After I have done the installation > and setup /etc/inetd.conf, I tried command 'telnet 110' to test out > if pop3 server can be started and I get the following message: > > ld.so failed: Can't find shared library "libkrb.so.3.0" > Connection closed by foreign host. > > Where can I get libkrb.so.? And what is it? I do believe that is a Kerberos library. How did you install this POP3 server? Did you build it from ports or get a package. If you do not have Kerberos and do not plan to use it, you are much better off building the server without Kerberos than trying to install Kerberos. -- 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 May 21 20: 1:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by hub.freebsd.org (Postfix) with ESMTP id 0053A37B54B for ; Sun, 21 May 2000 20:01:43 -0700 (PDT) (envelope-from zeus@tetronsoftware.com) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id WAA09830 for ; Sun, 21 May 2000 22:01:38 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Sun, 21 May 2000 22:01:30 -0500 (CDT) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Named NOTIFY strangeness Message-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 noticing some stangeness whenever I start or restart my named daemon: /usr/sbin/named -u bind -g bind. I am running 3.4-stable updated Friday, cvsup'ed Friday, May 20th. Bind is 8.2.2-P5. The messages log file shows the following: [normal stuff snipped] May 21 16:01:49 ns1 named[8926]: Sent NOTIFY for "blahblah.com IN SOA" (blahblah.com); 1 NS, 1 A May 21 16:02:03 ns1 /kernel: ipfw: 120 Deny UDP aa.bb.cc.dd:2369 115.119.98.99:53 out via xl0 May 21 16:02:03 ns1 natd[288]: failed to write packet back (Permission denied) May 21 16:02:07 ns1 /kernel: ipfw: 120 Deny UDP aa.bb.cc.dd:2369 115.119.98.99:53 out via xl0 May 21 16:02:07 ns1 natd[288]: failed to write packet back (Permission denied) The notification should be sent to my slave name server at xx.yy.zz.11, but instead is attempting to notify 115.119.98.99. Fortunately, my firewall rules don't like this connection and reject it. My question is, what the heck is going on? I just rebuilt world this weekend (normal cycle for me), and named appears to be correct (not substituted by a root kit version.) I have been reading about poisoned caches, etc., but "ndc restart" does not appear to be clearing my cache. Prior to Friday morning, May 19, 2000 about 04:00 hours CDT, everything was normal. Can someone point me in the right direction? I assume my DNS cache has been corrupted, because my little site was hit by some sort of DNS attack about 10 minutes before the time given above. Many Thanks! Gene Harris Tetron Software, LLC http://www.tetronsoftware.com FreeBSD Apache PostgreSQL Oracle 8/8i Windows 95/98/NT Visual C Visual Basic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 20: 4: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 048EF37C09B for ; Sun, 21 May 2000 20:04:51 -0700 (PDT) (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 XAA98537; Sun, 21 May 2000 23:04:11 -0400 (EDT) (envelope-from cjc) Date: Sun, 21 May 2000 23:04:10 -0400 From: "Crist J. Clark" To: Clarence Brown Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3.4 to 4.0 upgrade w/ March 2000 CD's? Message-ID: <20000521230410.M96573@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <000801bfc398$9c8a0700$8c6896d1@granitepost.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000801bfc398$9c8a0700$8c6896d1@granitepost.com>; from clabrown@granitepost.com on Sun, May 21, 2000 at 10:51:20PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 10:51:20PM -0400, Clarence Brown wrote: > I've got a 3.4 system installed and working on my network which I'd like to > upgrade to 4.0. I've got the subscription CD'd for FreeBSD 4.0 March 2000. > The machine is not a "heavily" used server, more of a test bed, but it is > configured and running on my network, with SAMBA, KDE word perfect, > netscape. I've got the 4.0 disk set and would like to upgrade. > > The pamphlet in the CD BOX is basically the same one that has come in every > other CD w/ no special upgrade instructions. To paraphrase it, the CD > upgrade is brute force. I've seen messages that talk about a file > /usr/src/UPDATING as being a must read or something because of "gotch ya's" > when upgrading, but can't find that file. That file is for upgrading from 3.4 to 4.0 via source code, not by installing binaries from CD. > Are there any 3.X to 4.0 upgrade instructions or tutorials for dummies? I > really don't have a lot of time to figure everything out, but would like to > start working with 4.0. Did any of the /etc configuration files or > directories change from 3.4 to 4.0? I would bet they did. You can use the 'Upgrade' choice in sysinstall to add all of the new binaries. Then, if you want to update /etc-type files, install the source code from the CD and then run 'mergemaster.' It will walk you through updating config files. -- 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 May 21 20:28:50 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 F226C37BB31 for ; Sun, 21 May 2000 20:28:43 -0700 (PDT) (envelope-from dkelly@hiwaay.net) Received: from nospam.hiwaay.net (tnt8-216-180-71-245.dialup.hiwaay.net [216.180.71.245]) by mail.hiwaay.net (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id e4M3Ser21720 for ; Sun, 21 May 2000 22:28:40 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.9.3/8.9.3) with ESMTP id WAA69519 for ; Sun, 21 May 2000 22:28:38 -0500 (CDT) (envelope-from dkelly@nospam.hiwaay.net) Message-Id: <200005220328.WAA69519@nospam.hiwaay.net> X-Mailer: exmh version 2.1.1 10/15/1999 To: questions@FreeBSD.ORG From: David Kelly Subject: Re: IE for FreeBSD Petition In-reply-to: Message from Greg Lehey of "Mon, 22 May 2000 09:36:03 +0930." <20000522093603.B77130@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 21 May 2000 22:28:37 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey writes: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > On Sunday, 21 May 2000 at 15:50:14 -0400, Bill A. K. wrote: > > X-Mailer: Microsoft Outlook Express 5.00.2919.6700 > > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > > > Hello everyone, > > I've had this petition up for a while, and I'm trying to get more traf fic and names. I'm trying to get something to convince Microsoft to port Intern et Explorer for UNIX to FreeBSD. > > The URL for my site is http://www.iefreebsd.freeservers.com > > If you would be interested in a small banner, etc. for your own web site, p lease let me know, and I'll see what I can do. > > I think this is a very bad idea. Look at your mail message for one > good reason why: Microsoft software is just plain broken. You > probably don't even realise that your message was written without line > breaks. Isn't it much easier to read like this? I'd like to see MS port IE to FreeBSD. Then when I don't use IE it will mean something more than it does now. > In the FreeBSD project, we're trying to get away from Microsoft, not > come closer to it. If there were a counter-petition to ask Microsoft > *not* to port IE, I would sign it. That's the biggest problem I see with Linux: that Microsoft is their yardstick. One of the nice things about FreeBSD is that it strives for better. That reminds me, this came up in fortune(6) the other day: Women who want to be equal to men lack imagination -- Graffito in a women's restroom Adjusted for relevance: Unices who want to be the equal to Microsoft Windows lack imagination. -- heard on a FreeBSD mailing list -- 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 Sun May 21 20:35:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw02.execpc.com (mailgw02.execpc.com [169.207.3.78]) by hub.freebsd.org (Postfix) with ESMTP id 2A65537BAAB for ; Sun, 21 May 2000 20:35:42 -0700 (PDT) (envelope-from hamilton@pobox.com) Received: from woodstock.monkey.net (d66.as20.nwbl0.wi.voyager.net [169.207.138.66]) by mailgw02.execpc.com (8.9.1) id WAA15175; Sun, 21 May 2000 22:35:34 -0500 Received: from pobox.com (localhost [127.0.0.1]) by woodstock.monkey.net (Postfix) with ESMTP id B188C179; Sun, 21 May 2000 22:40:10 -0500 (CDT) X-Mailer: exmh version 2.1.1 10/16/1999 To: Harry Woodward-Clarke Cc: "Mark A. Hummel" , freebsd-questions@FreeBSD.ORG Subject: Re: Are Multiple XWindows Possible? In-reply-to: Your message of "Mon, 22 May 2000 00:20:04 -0000." <39287D34.EEBAF272@S1.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 21 May 2000 22:40:10 -0500 From: Jon Hamilton Message-Id: <20000522034010.B188C179@woodstock.monkey.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <39287D34.EEBAF272@S1.com>, Harry Woodward-Clarke wrote: } G'day Mark, } } > } > I am currently using KDE. Is it possible to install and use } > another } > Xwindow like XFCE3 (www.xfce.org) in addition to KDE? If so, } } Under normal circumstances, most would be inclined to say 'no' - unless } you have a second physical display / monitor to actually throw the } output to. Balderdash :) There's no reason you can't run multiple X servers on one set of hardware; I do it all the time. You just run them on different virtual consoles and use control-alt-f to switch to whichever one you want to access. -- 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 Sun May 21 20:57:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by hub.freebsd.org (Postfix) with ESMTP id 3084837B538 for ; Sun, 21 May 2000 20:57:21 -0700 (PDT) (envelope-from leegold@erols.com) Received: from 209-122-223-94.s94.tnt3.nyw.ny.dialup.rcn.com ([209.122.223.94] helo=leegold1) by smtp02.mrf.mail.rcn.net with smtp (Exim 2.12 #3) id 12tjLE-0001Bn-00 for FreeBSD-Questions@FreeBSD.ORG; Sun, 21 May 2000 23:57:20 -0400 Message-ID: <001601bfc3a1$f687a920$5edf7ad1@leegold1> From: "leegold" To: Subject: ques: partition, slice, disk label, mounting point Date: Sun, 21 May 2000 23:58:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.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 read tons of stuff on the web. still trying to understand the basics of the FreeBSD installation. maybe if anyone could explain the following term, concepts it would make a dent: disk labeling (vs. slices, partitions, mounting points ). slices, (vs partitions, what's the difference). mounting points. how dirs (eg. \ ) are mounted to the partitions ( or is it slices ), why, how, when? Thanks (newbie) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 20:58:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlas.dnai.com (atlas.dnai.com [207.181.194.95]) by hub.freebsd.org (Postfix) with ESMTP id 0040B37B85D for ; Sun, 21 May 2000 20:58:36 -0700 (PDT) (envelope-from stevel@coastside.net) Received: from neptune.dnai.com (neptune.dnai.com [207.181.194.93]) by atlas.dnai.com (8.9.3/8.9.3) with ESMTP id UAA66291 for ; Sun, 21 May 2000 20:58:35 -0700 (PDT) Received: from [192.168.100.2] (dnai-216-15-121-247.cust.dnai.com [216.15.121.247]) by neptune.dnai.com (8.9.3/8.9.3) with ESMTP id UAA98658 for ; Sun, 21 May 2000 20:58:29 -0700 (PDT) Mime-Version: 1.0 X-Sender: stevel@apollo.coastside.net Message-Id: Date: Sun, 21 May 2000 21:00:43 -0700 To: freebsd-questions@freebsd.org From: Steve Leibel Subject: root filesystem full Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My / just filled up, here's the output of df: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd2s1a 39647 38551 -2075 106% / /dev/wd2s1f 7803734 3044533 4134903 42% /usr /dev/wd2s1e 19815 3008 15222 17% /var procfs 4 4 0 100% /proc What kind of things should I be looking to delete or change? How do I resize it without having to repartition my disk or mess up the rest of my configuration? Thanks, Steve L To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 21: 4:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id A8D5937BAAA for ; Sun, 21 May 2000 21:04:19 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id NAA78958; Mon, 22 May 2000 13:34:07 +0930 (CST) Date: Mon, 22 May 2000 13:34:07 +0930 From: Greg Lehey To: Steve Leibel Cc: freebsd-questions@FreeBSD.ORG Subject: Re: root filesystem full Message-ID: <20000522133407.A78939@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 21 May 2000 at 21:00:43 -0700, Steve Leibel wrote: > My / just filled up, here's the output of df: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/wd2s1a 39647 38551 -2075 106% / > /dev/wd2s1f 7803734 3044533 4134903 42% /usr > /dev/wd2s1e 19815 3008 15222 17% /var > procfs 4 4 0 100% /proc > > What kind of things should I be looking to delete or change? The ones that have filled up the disk, or anything you don't need. Check the /tmp file system and any .core files. > How do I resize it without having to repartition my disk or mess up > the rest of my configuration? You don't :-( Probably, though, you also don't need to. You don't have lots of space left over, but it's adequate. I got by for years with 30 MB in the root file system. 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 May 21 21:15:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id C371637B538 for ; Sun, 21 May 2000 21:15:12 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.10.0/8.10.0) with ESMTP id e4M4Eup07940; Sun, 21 May 2000 22:14:57 -0600 (MDT) Message-Id: <200005220414.e4M4Eup07940@fedde.littleton.co.us> To: Greg Lehey Cc: Steve Leibel , freebsd-questions@FreeBSD.ORG Subject: Re: root filesystem full In-Reply-To: <20000522133407.A78939@freebie.lemis.com> From: Chris Fedde Date: Sun, 21 May 2000 22:14:56 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000 13:34:07 +0930 Greg Lehey wrote: +------------------ | On Sunday, 21 May 2000 at 21:00:43 -0700, Steve Leibel wrote: | > My / just filled up, here's the output of df: | > | > Filesystem 1K-blocks Used Avail Capacity Mounted on | > /dev/wd2s1a 39647 38551 -2075 106% / | > /dev/wd2s1f 7803734 3044533 4134903 42% /usr | > /dev/wd2s1e 19815 3008 15222 17% /var | > procfs 4 4 0 100% /proc | > | > What kind of things should I be looking to delete or change? | | The ones that have filled up the disk, or anything you don't need. | Check the /tmp file system and any .core files. +------------------ This situation is not as dire as might be supposed (based on some responses). du -x / | sort -n will show you the big directories. Chances are you'll find that all the space is used in /tmp. Turn it into an mfs file system and live happily ever after. chris -- Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 21:17:54 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 7D1A237BAAA for ; Sun, 21 May 2000 21:17:38 -0700 (PDT) (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 AAA326D for ; Mon, 22 May 2000 06:17:35 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 685 for ; Mon, 22 May 2000 14:21:24 +1000 Message-ID: <3928B517.7D7C916D@S1.com> Date: Mon, 22 May 2000 04:18:31 +0000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Are Multiple XWindows Possible? References: <20000522034010.B188C179@woodstock.monkey.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jon Hamilton wrote: > > In message <39287D34.EEBAF272@S1.com>, Harry Woodward-Clarke wrote: > } G'day Mark, > } > } > > } > I am currently using KDE. Is it possible to install and use > } > another > } > Xwindow like XFCE3 (www.xfce.org) in addition to KDE? If so, > } > } Under normal circumstances, most would be inclined to say 'no' - unless > } you have a second physical display / monitor to actually throw the > } output to. > > Balderdash :) There's no reason you can't run multiple X servers on one > set of hardware; I do it all the time. You just run them on different > virtual consoles and use control-alt-f to switch to whichever one > you want to access. > > -- > Jon Hamilton > hamilton@pobox.com After torturing Jon, I extracted the magic incantation. I remember trying this 'before', but it didn't work back then - my guess is I mis-typed {blush} $ startx -- :n where 'n' is a number greater than '0' if you already have X running on the 'default' display. To switch, - where 'm' is 9 (for display 0), 10 (for display 'n') etc. I may have some details not-quite-right - I've been playing with this for all of 5 minutes ;') reg's, H To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 21:24:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out4.prserv.net [32.97.166.34]) by hub.freebsd.org (Postfix) with ESMTP id 55BBA37BAAA for ; Sun, 21 May 2000 21:24:25 -0700 (PDT) (envelope-from youlgok@attglobal.net) Received: from attglobal.net ([129.37.167.194]) by prserv.net (out4) with SMTP id <2000052204242323902gug2ae>; Mon, 22 May 2000 04:24:24 +0000 Message-ID: <3928B717.370824CE@attglobal.net> Date: Mon, 22 May 2000 00:27:16 -0400 From: youlgok@attglobal.net Reply-To: youlgok@attglobal.net X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: lukas.ertl@gmx.at, FreeBSD-Questions Subject: Re: Weird Net Connection References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yes, the net is totally out. everything, telnet, ftp, e-mail, etc. Now even I don't run Netscape at all, but the net is not working properly. First of all, I thought it's the problem of the ISP. Well, however, the same net connection on MS-Windows boxes work just fine as usual. The only change recently I made on the FBSD box was yesterday add some swap space on the same hard disk with re-compile of the kernel according to the Handbook. What does this mean? I got it from console message: /kernel: ep0: promiscuous mode enabled Any help or suggestion would be pleased. Lukas Ertl wrote: > On Sun, 21 May 2000 youlgok@attglobal.net wrote: > > > I got weird sysmpton on my FBSD-3.3-R box. It used to be fine until > > this > > moment. When I use Netscape-4.72 from this afternoon, the network just > > going down(the net connection is just totally cut out). I use > > cable-modem > > connection. > > > > I can't use Netscape now. Any suggestion? Thanks a lot. > > What do you mean with "the net connection is just totally cut out"? Are > other services like eMail, ftp, telnet, ssh a.s.o. unavailable too? Or is > it just Netscape that can't connect to any site anymore? > > lg, > le > > -- > "If it works and it's stupid, then it is not stupid." > > -- David Wood, SMB-HOWTO To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 21:39:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc27.worldnet.att.net (mtiwmhc27.worldnet.att.net [204.127.131.52]) by hub.freebsd.org (Postfix) with ESMTP id DBF0537BB31 for ; Sun, 21 May 2000 21:39:18 -0700 (PDT) (envelope-from r.clowney@att.net) Received: from oemcomputer ([32.102.79.111]) by mtiwmhc27.worldnet.att.net (InterMail vM.4.01.02.39 201-229-119-122) with SMTP id <20000522043916.RIDF2120.mtiwmhc27.worldnet.att.net@oemcomputer> for ; Mon, 22 May 2000 04:39:16 +0000 Message-ID: <01c801bfc3bf$73617580$6f4f6620@oemcomputer> From: "Ron Clowney" To: Subject: Exchange links? Date: Mon, 22 May 2000 00:29:17 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01C5_01BFC384.C3DE7A20" 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_01C5_01BFC384.C3DE7A20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi There! My name is Ron Clowney and I am either a subscriber, supporter or have = posted a link to your site on one of my sites and/or in the first = edition of our Grassroots Business Directory. Believe me when I tell = you that this relationship exists because I honestly want to share your = products, services and/or messages with my visitors. I am currently developing the second edition of the Grassroots Business = Directory and adding new content to my sites and, am hopeful that we = can work out a mutually acceptable link exchange? Please take a look at the below sites and newsletter and advise me as to = where you would like your link? Your advice or comments would also be = appreciated. Thanking you for reading this letter and considering my proposition, I = am... Cordially yours, Ron Clowney (313) 871-5185 P.O. Box 11505 =20 http://clowney.homestead.com/files/Newsletter.html =20 http://clowney.homestead.com/index.html ------=_NextPart_000_01C5_01BFC384.C3DE7A20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
Hi There!
 
My name is Ron Clowney and I = am either a=20 subscriber, supporter or have posted a link to your site on one of my = sites=20 and/or in the first edition of our Grassroots=20 Business Directory.  Believe = me when I=20 tell you that this relationship exists because I honestly want to share = your=20 products, services and/or messages with my visitors.
 
I am currently developing the = second=20 edition of the Grassroots Business = Directory=20 and adding new content to my sites = and,  am hopeful that we can work out a mutually acceptable link=20 exchange?
 
Please take a look at the = below sites and=20 newsletter and advise me as to where you would like your link?  = Your advice=20 or comments would also be appreciated.
 
Thanking you for reading this = letter and=20 considering my proposition, I am...
 
Cordially yours,
 
Ron Clowney
(313) 871-5185
P.O. Box 11505
 
 
http://clowne= y.homestead.com/files/Newsletter.html
 
http://clowney.homestead= .com/index.html
 
------=_NextPart_000_01C5_01BFC384.C3DE7A20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 21:41:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id E4D0E37BAAA for ; Sun, 21 May 2000 21:41:30 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.10.0/8.10.0) with ESMTP id e4M4fBp08044; Sun, 21 May 2000 22:41:11 -0600 (MDT) Message-Id: <200005220441.e4M4fBp08044@fedde.littleton.co.us> To: Greg Lehey Cc: "Bill A. K." , questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition In-Reply-To: <20000522093603.B77130@freebie.lemis.com> From: Chris Fedde Date: Sun, 21 May 2000 22:41:11 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000 09:36:03 +0930 Greg Lehey wrote: +------------------ | I think this is a very bad idea. Look at your mail message for one | good reason why: Microsoft software is just plain broken. You | probably don't even realise that your message was written without line | breaks. Isn't it much easier to read like this? +------------------ Before we start calling the kettle black we might want to check the color of our own pot. Your mailer included the following headers. Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog Unless something has changed recently I don't beleave that these are valid headers by any interpretation of the appropriate RFCs. At best these should be inside a Comments: header or perhaps preceded by an X- to indicate that they are not standard. Current convention appears to be to slap these into a xcard or vcard format encapsulated in MIME. BTW I agree with the sentiment of your note. It is a shame that broken Internet software is as common as it is. It stems from the so called "Robustness Principle" exhibited by most core implementations: "Be liberal in what you accept, and conservative in what you send" Maybe I should take my own advice. Have fun chris -- Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 21:52:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.southwind.net (jasper.southwind.net [206.53.103.7]) by hub.freebsd.org (Postfix) with ESMTP id D264E37BAEE for ; Sun, 21 May 2000 21:52:44 -0700 (PDT) (envelope-from gmains@southwind.net) Received: from localhost (gmains@localhost) by jasper.southwind.net (8.10.1/8.10.1) with ESMTP id e4M4qhO25235 for ; Sun, 21 May 2000 23:52:43 -0500 (CDT) X-Authentication-Warning: jasper.southwind.net: gmains owned process doing -bs Date: Sun, 21 May 2000 23:52:43 -0500 (CDT) From: Gabriel To: questions@FreeBSD.ORG Subject: Xircom RealPort 10/100 LAN 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 Does anyone know of support for this PCMCIA card in FreeBSD? I have looked everywhere and can't seem to find it anywhere...not good. I also have a Linksys LANmodem 33.6 10Bast-T PCMCIA NIC. Anyone know if that one is supported? Thanks, Gabriel =============================================================================== ------------------------------------------------------------------------------- Gabriel SouthWind Internet Access, Inc. Department Manager 120 S. Market SouthWind Technical Support 800-525-7963 ------------------------------------------------------------------------------- =============================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 22: 0:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from moonstar.casecom.com (moonstar.casecom.com [209.249.17.178]) by hub.freebsd.org (Postfix) with SMTP id 9851B37BB78 for ; Sun, 21 May 2000 22:00:51 -0700 (PDT) (envelope-from erchen@casecom.com) Received: (from erchen@localhost) by moonstar.casecom.com (8.6.12/8.6.12) id WAA00934; Sun, 21 May 2000 22:06:00 -0700 From: Eric Chen Message-Id: <200005220506.WAA00934@moonstar.casecom.com> Subject: Re: what is libkrb.so share library To: cjclark@home.com Date: Sun, 21 May 2000 22:06:00 -0700 (PDT) Cc: erchen@casecom.com (Eric Chen), questions@FreeBSD.ORG In-Reply-To: <20000521230002.L96573@cc942873-a.ewndsr1.nj.home.com> from "Crist J. Clark" at May 21, 2000 11:00:02 PM X-Mailer: ELM [version 2.5 PL2] 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 Crist, I got popper from mail package which has built with dynamic link library libkrb.so.3.0. thanks. -eric chen > > On Sun, May 21, 2000 at 03:02:28PM -0700, Eric Chen wrote: > > Hi, > > > > I tried to install pop3 server in freebsd. After I have done the installation > > and setup /etc/inetd.conf, I tried command 'telnet 110' to test out > > if pop3 server can be started and I get the following message: > > > > ld.so failed: Can't find shared library "libkrb.so.3.0" > > Connection closed by foreign host. > > > > Where can I get libkrb.so.? And what is it? > > I do believe that is a Kerberos library. How did you install this POP3 > server? Did you build it from ports or get a package. If you do not > have Kerberos and do not plan to use it, you are much better off > building the server without Kerberos than trying to install Kerberos. > -- > 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 May 21 22:34:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dastor.albury.net.au (dastor.albury.NET.AU [203.15.244.203]) by hub.freebsd.org (Postfix) with ESMTP id 370C037BB13 for ; Sun, 21 May 2000 22:34:22 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.9.3/8.9.3) id PAA74163; Mon, 22 May 2000 15:34:14 +1000 (EST) (envelope-from nicks) Date: Mon, 22 May 2000 15:34:13 +1000 From: Nick Slager To: Gabriel Cc: questions@FreeBSD.ORG Subject: Re: Xircom RealPort 10/100 LAN modem? Message-ID: <20000522153413.C73578@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from gmains@southwind.net on Sun, May 21, 2000 at 11:52:43PM -0500 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Does anyone know of support for this PCMCIA card in FreeBSD? I have looked > everywhere and can't seem to find it anywhere...not good. I also have a > Linksys LANmodem 33.6 10Bast-T PCMCIA NIC. Anyone know if that one is > supported? For the Xircom, check out Scott Mitchell's page at http://ukug.uk.freebsd.org/~scott/xe_drv/ From memory, I don't think the driver works under 4.x yet, although it's getting there. Regards, 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 Sun May 21 22:41:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 47E0037BB39 for ; Sun, 21 May 2000 22:41:38 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id WAA19042; Sun, 21 May 2000 22:41:35 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3928C88C.F2A820AD@gorean.org> Date: Sun, 21 May 2000 22:41:32 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0508 i386) X-Accept-Language: en MIME-Version: 1.0 To: Tommy Forrest - KE4PYM Cc: "questions@FreeBSD.ORG" Subject: Re: System Temp monitoring References: <200005212258.RAA57003@mailbox.mcs.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tommy Forrest - KE4PYM wrote: > > Howdy Folks. > > Is there a daemon/utility/thingy that'll watch the various thermal > monitors on my system (as well as fan speeds) and if any of those > items do something they are not supposed to (say a fan stops spinning > or the temp gets to high) it will shut the system down? I use mrtg to monitor my system temp via the output of lmmon. mrtg has options to take actions you specify at threshold values. If you don't need the graphing functions, a script run out of cron could handle the shutdown, etc. In case you haven't guessed yet, the simple answer to your question is no. :) Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 22:45:25 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 8013E37BB2B for ; Sun, 21 May 2000 22:45:21 -0700 (PDT) (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 AAA03549 for ; Mon, 22 May 2000 00:45:19 -0500 (CDT) (envelope-from jim@nasby.net) Message-ID: <3928C96E.394A8BA1@nasby.net> Date: Mon, 22 May 2000 00:45:18 -0500 From: "Jim C. Nasby" Organization: distributed.net X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en-US,en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: root filesystem full References: <200005220414.e4M4Eup07940@fedde.littleton.co.us> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Or, link /tmp to another partition, such as /var: mv -R /tmp/* /var/tmp && rm -rf /tmp && ln -s /var/tmp /tmp or, if you don't want to mix the two 'tmp's: mv /tmp /var/roottmp && ln -s /var/roottmp /tmp Chris Fedde wrote: > > On Mon, 22 May 2000 13:34:07 +0930 Greg Lehey wrote: > +------------------ > | On Sunday, 21 May 2000 at 21:00:43 -0700, Steve Leibel wrote: > | > My / just filled up, here's the output of df: > | > > | > Filesystem 1K-blocks Used Avail Capacity Mounted on > | > /dev/wd2s1a 39647 38551 -2075 106% / > | > /dev/wd2s1f 7803734 3044533 4134903 42% /usr > | > /dev/wd2s1e 19815 3008 15222 17% /var > | > procfs 4 4 0 100% /proc > | > > | > What kind of things should I be looking to delete or change? > | > | The ones that have filled up the disk, or anything you don't need. > | Check the /tmp file system and any .core files. > +------------------ > > This situation is not as dire as might be supposed (based on some > responses). > > du -x / | sort -n > > will show you the big directories. Chances are you'll find that > all the space is used in /tmp. Turn it into an mfs file system and live > happily ever after. > > chris > > -- > Chris Fedde > 303 773 9134 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- 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 Sun May 21 22:46: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id B755537BB4F for ; Sun, 21 May 2000 22:45:56 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id WAA19053; Sun, 21 May 2000 22:45:44 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3928C988.B6722FC0@gorean.org> Date: Sun, 21 May 2000 22:45:44 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0508 i386) X-Accept-Language: en MIME-Version: 1.0 To: jsoule@webcrossing.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP! how many simultaneous tcp/ip connections References: <00052117121801.22573@sparky> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jeff Soule wrote: > > Help! > > I have a dual P3 500 system with 2Gig ram and two network cards. > I need to figure out how many simultaneous tcp/ip connections I can support for 3.3 or 4.0 if that would be better. 4.0 would definitely be better, for a lot of reasons. :) Better still, install a recent 4.0-Stable snapshot. > I am currently running 3.3 with smp turned on and maxusers set to 512. I am unfortunately a little out of my realm of > experience here and would appreciate any help, pointers to man pages etc. I searched through the mailing list > archives but found little information on the 3.3 kernel or 4.0 for this subject... I used to have 5,000+ simultaneous sessions on my IRC server, way back when. Depending on what they are doing, you could probably have a lot more on a system with modern hardware, providing you have adequate bandwidth. Without more information it's impossible to say. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 23: 4:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 907E537BB1C for ; Sun, 21 May 2000 23:04:11 -0700 (PDT) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id XAA18191; Sun, 21 May 2000 23:04:42 -0700 (PDT) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id XAA22062; Sun, 21 May 2000 23:04:10 -0700 (PDT) Date: Sun, 21 May 2000 23:04:10 -0700 From: Gary Kline To: Kent Stewart Cc: Gary Kline , questions@freebsd.org Subject: Re: Wine and PeeCee CD's?? Message-ID: <20000521230410.A22056@athena.sea.tera.com> References: <200005211854.LAA21992@tera.com> <39289B40.B70865E0@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95us In-Reply-To: <39289B40.B70865E0@3-cities.com>; from Kent Stewart on Sun, May 21, 2000 at 07:28:16PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 07:28:16PM -0700, Kent Stewart wrote: > > > Gary Kline wrote: > > > > Well, after years of hesitation I've done it: I've sunk to > > the depths of pond scum and bought myself some language CD's. > > Of course these CD apps only run under M$***, so it means > > using my wife's PC. > > There are some that are just audio CD's and these play with no > problem. The others have a tight link to your sound card. You listen > and then they copy your speech pattern. That gets a little rougher. The `learn French' CD's I have present random series of graphics and the audio. As for talking into a mike, no, I have no interest in doing that. My interests are to learn (or re-learn) vocab and grammatical syntax. > > > > > But I'm wondering if WINE under SuSE (e.g.) would let me use > > these CD's here and not fbother with the other toy OS. Seems > > to me that since all of the binaries are on the CD that this > > might be doable. > > One of them comes with a product called World Write, which gives you a > silly^H^H^Hmple word processor. It isn't so simple because in the case > of Spanish it converts several keys such as the "' key, which is just > to the left of the enter key, to a two stroke key that creats two > different types of accented letters. The ; key is already the enya > (tilde n). Hm, didn't think about the writing side of things, but this would be a plus. (One thing I like about using the iso-8859 character set is being able to spell cafe as café. I don't pretend to understand how this would be handled with a foreign-language CD written for DOS going thru wine. > > I thought about wine and then multi-booted to 98se. It pretty well > messes up 98 and no sense taking wine with it. > Sure. ---You had some wise words some months back, Kent: use whatever tool best fits the task. Still , the idea of using D/Win ..... well, I'd rather find a workaround. thanks, gary -- Gary Kline Cray Inc Seattle, Washington To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 23: 5:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from frontier.netnology.com.au (frontier.netnology.com.au [203.33.30.19]) by hub.freebsd.org (Postfix) with ESMTP id 9C83737BB55 for ; Sun, 21 May 2000 23:05:52 -0700 (PDT) (envelope-from craig@hotmix.com.au) Received: from mandela.hotmix.com.au ([203.33.30.251]) by frontier.netnology.com.au (8.8.7/8.8.7) with ESMTP id PAA12785 for ; Mon, 22 May 2000 15:05:48 +0800 Received: by MANDELA with Internet Mail Service (5.5.2448.0) id ; Mon, 22 May 2000 13:57:27 +0800 Message-ID: From: Craig Beasland To: "'freebsd-questions@freebsd.org'" Subject: Name resolution Date: Mon, 22 May 2000 13:57:26 +0800 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 there, I have a very curious one. A domain www2.eddept.wa.gov.au cannot be reached from FreeBSD. I have tried to ping this machine from FreeBSD machines and get a cannot resolve error. Using windows or Linux I do not get this error. All machines use the same DNS servers and the domain looks up OK using nslookup (to an alias). Anyone have any ideas - the problem is I am running a proxy server on a FreeBSD box and the proxy can't retrieve the web pages. cheers craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 23:14: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snowy.org (snowy.org [203.37.251.14]) by hub.freebsd.org (Postfix) with ESMTP id 5FF0037BB2B for ; Sun, 21 May 2000 23:13:46 -0700 (PDT) (envelope-from snowy@snowy.org) Received: from localhost (snowy@localhost) by snowy.org (8.9.3/8.9.3) with ESMTP id QAA47801 for ; Mon, 22 May 2000 16:13:46 +1000 (EST) (envelope-from snowy@snowy.org) Date: Mon, 22 May 2000 16:13:46 +1000 (EST) From: Sleepless in Brisbane To: questions@FreeBSD.ORG Subject: Intel EtherExpress 10/100 PCMCIA In-Reply-To: <20000522153413.C73578@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 A quick question, is the Intel EtherExpress 10/100 PCMCIA supported and under what version of FreeBSD? I looked at the PAO; and noted this was only for 3.4 and previous. I am running 4.0-RELEASE currently (will go to 4.0-STABLE once I get a network card working in this laptop ;)). Also I think the PCMCIA card I have is for cardbus32 (not sure of the wording - PCMCIA in general I have little to deal with) - so are these style cards supported at all? There was mention of the 16bit version of the card working in the /etc/pccard.conf.sample but when looking for an identity string on boot it just comes back with a null ("") string. The card itself works fine at the moment under Winblows98. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 23:46:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 3E7A737B6C6 for ; Sun, 21 May 2000 23:46:10 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA19362; Sun, 21 May 2000 23:44:49 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3928D761.1EDE52B8@gorean.org> Date: Sun, 21 May 2000 23:44:49 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0508 i386) X-Accept-Language: en MIME-Version: 1.0 To: PathFinder Software Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD - Apache Server Question References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG PathFinder Software wrote: > > Hi there, > > I have setup my Apache Web Server using the FreeBSD 4.0 ports. > > All seemed to be in place and in order. > > I am using a DSL connection with one static IP address. > > What is the next step for the web pages to be served on the > internet let say under www.mydomain.com using one static IP > address? Simple, the domains that you want to serve from that server all have to resolve to the IP of your new server. > Both domains that I want to use are now being served by my > present ISP, do I need to make changes with Internic and enter my > static IP address in place of the ISP's DNS number? I only have > one will Internic accept my change order? Assuming that your ISP isn't keen on pointing your domains at your new server, if I may, I'd like to suggest taking a look at http://domains.yahoo.com/ You can use the _very_ cool DNS tool that comes with it to point your domains at your new IP address. Yahoo! domains will handle the transfer process for you. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun May 21 23:48:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id B57D637B6C6 for ; Sun, 21 May 2000 23:48:22 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA19374; Sun, 21 May 2000 23:48:15 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3928D82F.790A5850@gorean.org> Date: Sun, 21 May 2000 23:48:15 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0508 i386) X-Accept-Language: en MIME-Version: 1.0 To: Kirk McDonald Cc: freebsd-questions@freebsd.org Subject: Re: master.password problem References: <392889BB.9919C098@optusnet.com.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kirk McDonald wrote: > > Can somebody help me out with this problem please? > > su-2.03# adduser > Use option ``-silent'' if you don't want to see all warnings and > questions. > > pwd_mkdb: line too long > pwd_mkdb: /etc/master.passwd: Inappropriate file type or format > > Invalid /etc/master.passwd - cannot add any users! You have to find the bad line in master.passwd and fix it. Compare the lines you've added to the ones already in the file, and try to figure out how they are different. Use 'pwd_mkdb -C /etc/master.passwd' to figure out if you've fixed it or not. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 0: 7:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from barter.dewline.com (barter.dewline.com [209.208.153.2]) by hub.freebsd.org (Postfix) with ESMTP id 75A4437BB75 for ; Mon, 22 May 2000 00:07:30 -0700 (PDT) (envelope-from mackler@barter.dewline.com) Received: (from mackler@localhost) by barter.dewline.com (8.9.1/8.9.1) id DAA14579; Mon, 22 May 2000 03:07:28 -0400 (EDT) Date: Mon, 22 May 2000 03:07:28 -0400 (EDT) Message-Id: <200005220707.DAA14579@barter.dewline.com> To: freebsd-questions@freebsd.org Subject: make buildworld fails (4.0-STABLE) on libssh From: Adam Mackler Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG what am I doing wrong? I've cvsuped RELENG_4 stable-supfile and secure-supfile, removed /usr/obj, done a make clean, and yet 'make buildworld' is failing on libssh with the following error: cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c -o auth-skey.o /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `auth_skey_password': /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:20: warning: initialization makes pointer from integer without a cast /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `skey_fake_keyinfo': /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: `OPIE_HASHNAME_MAX' undeclared (first use in this function) /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: (Each undeclared identifier is reported only once /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: for each function it appears in.) *** Error code 1 Stop in /usr/src/secure/lib/libssh. Does anybody know what I'm missing, and if not where may I start looking for clues (or even how to fix it without finding clues)? Many thanks in advance. Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 0: 9:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 30B0637BB7A for ; Mon, 22 May 2000 00:09:15 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA19568; Mon, 22 May 2000 00:08:11 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3928DCDB.4178CDF5@gorean.org> Date: Mon, 22 May 2000 00:08:11 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0508 i386) X-Accept-Language: en MIME-Version: 1.0 To: Rahul Siddharthan Cc: Nathan Vidican , Robert Small , freebsd-questions@FreeBSD.ORG Subject: Re: Guidance with Sendmail or Qmail References: <3922D319.D1D59CF8@wmptl.com> <20000518023334.E16497@physics.iisc.ernet.in> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rahul Siddharthan wrote: > Well it's a matter of opinion, but I found sendmail a royal pain to > configure if you want anything different from the default > configuration Trying to convince someone to change mailers is always a fruitless task, but I couldn't let some of this slip. > -- eg if you want to send everything through your ISP's > mail relay upstream, rather than directly to the recipient hosts. Actually this is quite easy to do just by editing the sendmail.cf file. Just add your ISP's mailhost to the 'DS' line, where DS stands for "Define Smarthost." Ex. DSyourisp.mail.host > It's claimed that the m4 files make it easier, but I just couldn't > seem to generate a sendmail.cf from them that did what I wanted it to > do. IMO the m4 syntax only replaces one difficult to understand configuration syntax for another one, but it does have some value. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 0:58: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail02.syd.optusnet.com.au (mail02.syd.optusnet.com.au [203.2.75.105]) by hub.freebsd.org (Postfix) with ESMTP id 0407C37BBBF for ; Mon, 22 May 2000 00:57:55 -0700 (PDT) (envelope-from tachyonx@thehelm.com) Received: from MID (tooax1-212.dialup.optusnet.com.au [198.142.153.212]) by mail02.syd.optusnet.com.au (8.9.3/8.9.3) with SMTP id RAA07486 for ; Mon, 22 May 2000 17:57:44 +1000 Message-ID: <004901bfc3c3$69978540$010c0684@MID> From: "Xavier Tachyon" To: Subject: Optimization Date: Mon, 22 May 2000 17:56:54 +1000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0046_01BFC417.1D98FA80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 Disposition-Notification-To: "Xavier Tachyon" X-Mimeole: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0046_01BFC417.1D98FA80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am very interested in using FreeBSD on my network as a replacement for = Win2k and Win NT 4.0. I have found that the Windows environments are = full of superfluous functions and services. What I need to know is if = there is a FreeBSD port that is optimised for i586 or i686 (preferably = the latter). Regards Xavier Tachyon tachyonx@thehelm.com ------=_NextPart_000_0046_01BFC417.1D98FA80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am very interested in = using FreeBSD on my=20 network as a replacement for Win2k and Win NT 4.0.  I = have found=20 that the Windows environments are full of superfluous functions and = services.  What I need to know is if there is a FreeBSD port that = is=20 optimised for i586 or i686 (preferably the latter).
 
 
Regards
Xavier Tachyon
tachyonx@thehelm.com ------=_NextPart_000_0046_01BFC417.1D98FA80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 0:58:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id EB1EE37B6BC for ; Mon, 22 May 2000 00:58:47 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA20347; Mon, 22 May 2000 00:58:29 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3928E8A4.536FF9BE@gorean.org> Date: Mon, 22 May 2000 00:58:28 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0508 i386) X-Accept-Language: en MIME-Version: 1.0 To: Craig Beasland Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Name resolution References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Craig Beasland wrote: > > Hi there, > > I have a very curious one. > > A domain www2.eddept.wa.gov.au cannot be reached from FreeBSD. I have tried > to ping this machine from FreeBSD machines and get a cannot resolve error. > Using windows or Linux I do not get this error. All machines use the same > DNS servers and the domain looks up OK using nslookup (to an alias). Neither the domain eddept.wa.gov.au nor wa.gov.au is currently delegated. That means that nameservers on the global internet cannot see it. If I had to guess, I'd say that you have DNS records for that zone somewhere on your internal network, and for some reason your freebsd configuration is slightly different from your other machines. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 1: 6:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id A172137B6BC for ; Mon, 22 May 2000 01:06:45 -0700 (PDT) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id JAA45028; Mon, 22 May 2000 09:06:43 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id IAA01485; Mon, 22 May 2000 08:21:29 +0100 (BST) (envelope-from brian@lan.Awfulhak.org) Message-Id: <200005220721.IAA01485@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Duke Normandin" Cc: "Brian Somers" , "'freebsd-questions@FreeBSD.org'" , brian@hak.lan.Awfulhak.org Subject: Re: Tun0 -- Too many idle timeout values In-Reply-To: Message from "Duke Normandin" of "Sun, 21 May 2000 13:37:58 MDT." <000201bfc363$f1b7dac0$71dba7d1@odie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 22 May 2000 08:21:29 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hmm, there's something strange going on. You should be able to run ppp at the command line then at the prompt type set timeout 300 Given that this works, there must be something bogus in your config file - maybe you've got non-ascii characters at the end of the line or something ? > On Sunday, May 21, 2000 5:37 AM Brian Somers wrote: > > > >set timeout has one or two arguments now. What exactly are you > >trying to do ? > > > > I gathered as much from the README.changes file. My requirements for > ppp are minimal - I have a standalone system running 3.3R. I want to: > > 1. "off-line" use of sendmail/fetchmail/pine > 2. use lynx occasionally > > My ppp.conf looks something like: > > default: > blah > blah > isp1: > set timeout 300 > blah > isp2 > set timeout 300 > > If I comment out the ` set timeout ` lines - the warnings go away! > I've re-made tun0 as per the various instructions to insure that it > was setup/working properly. I've editted all the other "support" files > as per the instructions, as well as creating start_if.tun0. That's it!! > > Here's some relevant info: > > odie[v0]:root@/root# ifconfig -a > lp0: flags=8810 mtu 1500 > tun0: flags=8051 mtu 1500 > inet 10.0.0.1 --> 10.0.0.2 netmask 0xffffff00 > inet xxx.xxx.xxx.xxx --> yyy.yyy.yyy.yy netmask 0xffffff00 > sl0: flags=c010 mtu 552 > ppp0: flags=8010 mtu 1500 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > odie[v0]:root@/root# netstat -I tun0 > Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll > tun0 1500 8 0 12 0 0 > tun0 1500 10/24 odie 8 0 12 0 0 > tun0 1500 none none 8 0 12 0 0 > > -duke > > >> On Tuesday, May 16, 2000 12:47 AM Brian Somers wrote: > >> >> Would *you* know why I get the following at boot up and when I > >> >> run ppp from the prompt: > >> >> > >> >> warning: Too many idle timeout values > >> >> warning: set timeout: Failed 1 > >> > > >> >Because your ppp.conf file is abusing the ``set timeout'' command. > >> >Compare your usage with the ppp man page, and check README.changes in > >> >the ppp source directory. > >> > >> > >> I found the README.changes files -- even printed it out ;) I can't see > >> *where* I'm blowing this. In order to get rid of the above warnings, > >> I've had to comment out the `set timeout` line(s). My ppp.conf is almost > >> a copy of what's in the various docs/examples etc. Any other ideas? Tia... > >> > >> -duke -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 1:19:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from frontier.netnology.com.au (frontier.netnology.com.au [203.33.30.19]) by hub.freebsd.org (Postfix) with ESMTP id 0F03A37BA4F for ; Mon, 22 May 2000 01:19:30 -0700 (PDT) (envelope-from craig@hotmix.com.au) Received: from mandela.hotmix.com.au ([203.33.30.251]) by frontier.netnology.com.au (8.8.7/8.8.7) with ESMTP id RAA16786; Mon, 22 May 2000 17:19:20 +0800 Received: by MANDELA with Internet Mail Service (5.5.2448.0) id ; Mon, 22 May 2000 16:10:59 +0800 Message-ID: From: Craig Beasland To: "'Doug Barton'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Name resolution Date: Mon, 22 May 2000 16:10:58 +0800 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 Sorry about that, the correct domain should be www2.eddept.wa.edu.au. Sorry about that, I should be much more careful when posting these things. I carefully check the spelling of eddept and forgot to check the rest of the address. Once again my apologies. cheers craig -----Original Message----- From: Doug Barton [mailto:DougB@gorean.org] Sent: Monday, 22 May 2000 15:58 To: Craig Beasland Cc: 'freebsd-questions@freebsd.org' Subject: Re: Name resolution Craig Beasland wrote: > > Hi there, > > I have a very curious one. > > A domain www2.eddept.wa.gov.au cannot be reached from FreeBSD. I have tried > to ping this machine from FreeBSD machines and get a cannot resolve error. > Using windows or Linux I do not get this error. All machines use the same > DNS servers and the domain looks up OK using nslookup (to an alias). Neither the domain eddept.wa.gov.au nor wa.gov.au is currently delegated. That means that nameservers on the global internet cannot see it. If I had to guess, I'd say that you have DNS records for that zone somewhere on your internal network, and for some reason your freebsd configuration is slightly different from your other machines. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 May 22 1:27:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlas.bit.net.au (atlas.bit.net.au [203.18.94.3]) by hub.freebsd.org (Postfix) with ESMTP id 3B76537BA68 for ; Mon, 22 May 2000 01:27:50 -0700 (PDT) (envelope-from pdh@atlas.bit.net.au) Received: (from pdh@localhost) by atlas.bit.net.au (8.9.3/8.9.3/Debian/GNU) id SAA30913; Mon, 22 May 2000 18:27:37 +1000 Date: Mon, 22 May 2000 18:27:37 +1000 From: Phil Homewood To: Craig Beasland Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Name resolution Message-ID: <20000522182737.V28335@atlas.bit.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from craig@hotmix.com.au on Mon, May 22, 2000 at 04:10:58PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Craig Beasland wrote: > www2.eddept.wa.edu.au. Sorry about that, I should be much more careful when > posting these things. I carefully check the spelling of eddept and forgot > to check the rest of the address. Once again my apologies. Ah ha... > > A domain www2.eddept.wa.gov.au cannot be reached from FreeBSD. I have > tried > > to ping this machine from FreeBSD machines and get a cannot resolve error. > > Using windows or Linux I do not get this error. All machines use the same > > DNS servers and the domain looks up OK using nslookup (to an alias). Windows and Linux are both broken. FreeBSD is Doing The Right Thing. www2.eddept.wa.edu.au 64004 IN CNAME centoff_dw3.eddept.wa.edu.au Underscores are NOT valid in hostnames. Refer RFC 1123, section 2.1, and RFC 952. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 1:33:33 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 36F2F37BB9D for ; Mon, 22 May 2000 01:33:26 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4M975913434; Mon, 22 May 2000 02:07:05 -0700 (PDT) Date: Mon, 22 May 2000 02:07:05 -0700 From: Alfred Perlstein To: Xavier Tachyon Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Optimization Message-ID: <20000522020704.O28097@fw.wintelcom.net> References: <004901bfc3c3$69978540$010c0684@MID> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <004901bfc3c3$69978540$010c0684@MID>; from tachyonx@thehelm.com on Mon, May 22, 2000 at 05:56:54PM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Xavier Tachyon [000522 01:33] wrote: > I am very interested in using FreeBSD on my network as a replacement > for Win2k and Win NT 4.0. I have found that the Windows environments > are full of superfluous functions and services. What I need to > know is if there is a FreeBSD port that is optimised for i586 or > i686 (preferably the latter). Please wrap lines at 70 characters. Once FreeBSD is installed you can "make world" (rebuild the system from source) using compiler flags to optimize for your particular platform. see: http://www.freebsd.org/handbook/makeworld.html -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 1:59: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93]) by hub.freebsd.org (Postfix) with ESMTP id 2453937BBBF for ; Mon, 22 May 2000 01:58:48 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [213.1.101.236] (helo=parish.my.domain) by gadolinium with esmtp (Exim 2.05 #1) id 12tah9-0003n6-00; Sun, 21 May 2000 19:43:24 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id TAA01307; Sun, 21 May 2000 19:43:22 +0100 (BST) (envelope-from mark) Date: Sun, 21 May 2000 19:43:22 +0100 From: Mark Ovens To: Jerry Dunham Cc: Trevor Johnson , Kent Stewart , "Heiner [G_tte]" , questions@freebsd.org Subject: Re: HP Deskjet 720C Message-ID: <20000521194321.B236@parish> References: <200005211829.NAA84620@freeside.fc.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005211829.NAA84620@freeside.fc.net>; from jdunham@fc.net on Sun, May 21, 2000 at 01:29:13PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 01:29:13PM -0500, Jerry Dunham wrote: > Trevor Johnson babbled: > > Date: Sun, 21 May 2000 13:31:57 -0400 (EDT) > > From: Trevor Johnson > > > >> is it possible to use the HP Deskjet 720C with freebsd? > > > > > > It is one of the early winprinters. There is a project around the 722c > > > on Linux and if it is going to work, this is the way it will be > > > accomplished. See > > > http://www.picante.com/~gtaylor/pht/show_printer.cgi?recnum=61536 > > $ cat /usr/ports/print/pbm2ppa/pkg/DESCR > > This software creates output using the PPA (printer performance > > architecture) protocol. This protocol is used by some HP "Windows-only" > > printers, including the HP Deskjet 820C series, the HP DeskJet 720 series, > > and the HP DeskJet 1000 series. It has been tested on all three printers, > > but your personal experience (positive or negative) is very much > > appreciated! > > How does one tell when shopping for used printers which ones are > winprinters and which ones are real printers? Is there a list available > somewhere? My recollection is that the last time I checked freebsd.org > there was a list of some known workable printers, but that left a lot > of the DeskJets as basically unknown. I'm looking back at the handbook > as I type this, and now I can't even find that much, so perhaps I just > imagined it. > HP seem to be particularly good at stating if a printer is a Winprinter. They seem to list compatibility, or not, with Linux for most printers, for example, http://www.hp.com/cposupport/printers/support_doc/bpd06898.html > -- > Jerry Dunham FreeBSD Atarian ordinaire > jdunham@fc.net jerry@dunham.org (512)335-0674 (H) > > E Pluribus Unix > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 2: 8:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 0FDFD37BE82 for ; Mon, 22 May 2000 02:08:41 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id CAA21072; Mon, 22 May 2000 02:08:05 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <3928F8F4.4E1DE7A3@gorean.org> Date: Mon, 22 May 2000 02:08:04 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0508 i386) X-Accept-Language: en MIME-Version: 1.0 To: Craig Beasland Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Name resolution References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Craig Beasland wrote: > > Sorry about that, the correct domain should be > > www2.eddept.wa.edu.au. Sorry about that, I should be much more careful when > posting these things. I carefully check the spelling of eddept and forgot > to check the rest of the address. Once again my apologies. Don't worry, it happens. That domain resolves just fine from here, so I'd take another look at /etc/resolv.conf, /etc/host.conf, and /etc/hosts. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 2:12:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id F300937BD91 for ; Mon, 22 May 2000 02:12:22 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA80220; Mon, 22 May 2000 18:39:13 +0930 (CST) Date: Mon, 22 May 2000 18:39:12 +0930 From: Greg Lehey To: Chris Fedde Cc: "Bill A. K." , questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition Message-ID: <20000522183912.B78939@freebie.lemis.com> References: <20000522093603.B77130@freebie.lemis.com> <200005220441.e4M4fBp08044@fedde.littleton.co.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200005220441.e4M4fBp08044@fedde.littleton.co.us> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sunday, 21 May 2000 at 22:41:11 -0600, Chris Fedde wrote: > On Mon, 22 May 2000 09:36:03 +0930 Greg Lehey wrote: > +------------------ >> I think this is a very bad idea. Look at your mail message for one >> good reason why: Microsoft software is just plain broken. You >> probably don't even realise that your message was written without line >> breaks. Isn't it much easier to read like this? > +------------------ > > Before we start calling the kettle black we might want to check the color > of our own pot. Your mailer included the following headers. > > Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia > Phone: +61-8-8388-8286 > Fax: +61-8-8388-8725 > Mobile: +61-418-838-708 > WWW-Home-Page: http://www.lemis.com/~grog > > Unless something has changed recently I don't beleave that these are > valid headers by any interpretation of the appropriate RFCs. Unless something has changed recently, I believe that these are valid headers by interpretation of RFC 822: optional-field = / "Message-ID" ":" msg-id / "Resent-Message-ID" ":" msg-id / "In-Reply-To" ":" *(phrase / msg-id) / "References" ":" *(phrase / msg-id) / "Keywords" ":" #phrase / "Subject" ":" *text / "Comments" ":" *text / "Encrypted" ":" 1#2word / extension-field ; To be defined / user-defined-field ; May be pre-empted extension-field = user-defined-field = 4.7.4. EXTENSION-FIELD A limited number of common fields have been defined in this document. As network mail requirements dictate, addi- tional fields may be standardized. To provide user-defined fields with a measure of safety, in name selection, such extension-fields will never have names that begin with the string "X-". Names of Extension-fields are registered with the Network Information Center, SRI International, Menlo Park, California. 4.7.5. USER-DEFINED-FIELD Individual users of network mail are free to define and use additional header fields. Such fields must have names which are not already used in the current specification or in any definitions of extension-fields, and the overall syntax of these user-defined-fields must conform to this specification's rules for delimiting and folding fields. Due to the extension-field publishing process, the name of a user- defined-field may be pre-empted Note: The prefatory string "X-" will never be used in the names of Extension-fields. This provides user-defined fields with a protected set of names. > At best these should be inside a Comments: header or perhaps > preceded by an X- to indicate that they are not standard. As RFC 822 says, it's probably not a bad idea, but it's not required. The worst problem I could encounter would be that some new extension might redefine the meaning of one of my headers. I suspect that's not going to happen in the immediate future. > Current convention appears to be to slap these into a xcard or vcard > format encapsulated in MIME. Do you have an RFC for this convention? The format suggests Microsoft. 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 May 22 2:21: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mx2.itb.ac.id (mx2.itb.ac.id [202.249.47.37]) by hub.freebsd.org (Postfix) with SMTP id BA92E37B745 for ; Mon, 22 May 2000 02:20:54 -0700 (PDT) (envelope-from matrix@maiser.unila.ac.id) Received: (qmail 4875 invoked by uid 1003); 22 May 2000 09:20:51 -0000 Received: from unknown (HELO ns1.unila.ac.id) (167.205.136.3) by mx2.itb.ac.id with SMTP; 22 May 2000 09:20:51 -0000 Received: (qmail 10491 invoked from network); 22 May 2000 09:22:15 -0000 Received: from maiser.unila.ac.id (192.168.1.2) by ns1.unila.ac.id with SMTP; 22 May 2000 09:22:15 -0000 Received: from localhost (matrix@localhost) by maiser.unila.ac.id (8.9.3/8.9.3) with ESMTP id QAA16499 for ; Mon, 22 May 2000 16:20:32 +0700 (JAVT) (envelope-from matrix@maiser.unila.ac.id) Date: Mon, 22 May 2000 16:20:32 +0700 (JAVT) From: Muhammad Heryadi To: questions@FreeBSD.org Subject: hai Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG how to kill login ig login is hang or anu use ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 2:58:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from raven.ravenbrook.com (raven.ravenbrook.com [193.82.131.18]) by hub.freebsd.org (Postfix) with ESMTP id 6924E37BF83 for ; Mon, 22 May 2000 02:58:12 -0700 (PDT) (envelope-from nb@ravenbrook.com) Received: from raven.ravenbrook.com (nb@raven.ravenbrook.com [193.82.131.18]) by raven.ravenbrook.com (8.9.3/8.9.3) with ESMTP id KAA29101 for ; Mon, 22 May 2000 10:58:05 +0100 (BST) From: Nick Barnes To: freebsd-questions@freebsd.org Subject: "bad file descriptor" ? Date: Mon, 22 May 2000 10:58:04 +0100 Message-ID: <29097.958989484@raven.ravenbrook.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From a nightly security check output: > checking setuid files and devices: > find: /home/verity/usr/ports/net/ucd-snmp/work/ucd-snmp-4.0.1/agent/autonlist.h: Bad file descriptor This is the same machine that has the mystery crashes (see my message yesterday). It's an IDE disk. This looks to me like a disk hardware error. Can someone confirm what causes this message? Is a disk subsystem fault a plausible cause of the mystery crashes? Seems plausible to me... Nick Barnes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 3: 0:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.skynet.be (trinity.skynet.be [195.238.2.38]) by hub.freebsd.org (Postfix) with ESMTP id CD07D37BBDF for ; Mon, 22 May 2000 03:00:26 -0700 (PDT) (envelope-from bart.lateur@skynet.be) Received: from dialup114.gent.skynet.be (dialup114.gent.skynet.be [195.238.9.114]) by trinity.skynet.be (Postfix) with SMTP id 43BB11818E for ; Mon, 22 May 2000 11:59:58 +0200 (MET DST) From: bart.lateur@skynet.be (Bart Lateur) To: freebsd-questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition Date: Mon, 22 May 2000 09:58:35 GMT Organization: MediaMind Message-ID: <392a0474.6206470@relay.skynet.be> References: <20000522093603.B77130@freebie.lemis.com> <200005220441.e4M4fBp08044@fedde.littleton.co.us> <20000522183912.B78939@freebie.lemis.com> In-Reply-To: <20000522183912.B78939@freebie.lemis.com> X-Mailer: Forte Agent 1.5/16.451 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, 22 May 2000 18:39:12 +0930, Greg Lehey wrote: >> Current convention appears to be to slap these into a xcard or vcard >> format encapsulated in MIME. > >Do you have an RFC for this convention? The format suggests >Microsoft. No, it was Netscape who came up with the vcards. Since my news/mail reader automatically saves them as files, I find them extremely annoying. -- Bart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 3:21:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mooseriver.com (superior.mooseriver.com [209.249.56.198]) by hub.freebsd.org (Postfix) with ESMTP id 1029837BE26 for ; Mon, 22 May 2000 03:21:44 -0700 (PDT) (envelope-from jgrosch@mooseriver.com) Received: (from jgrosch@localhost) by mooseriver.com (8.9.3/8.9.3) id DAA76639; Mon, 22 May 2000 03:20:13 -0700 (PDT) (envelope-from jgrosch) Date: Mon, 22 May 2000 03:20:13 -0700 From: Josef Grosch To: "Bill A. K." Cc: questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition Message-ID: <20000522032013.B76442@mooseriver.com> Reply-To: jgrosch@mooseriver.com References: <000b01bfc35d$c8c3c030$0200a8c0@bill> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000b01bfc35d$c8c3c030$0200a8c0@bill>; from billieakay@yahoo.com on Sun, May 21, 2000 at 03:50:14PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, May 21, 2000 at 03:50:14PM -0400, Bill A. K. wrote: > Hello everyone, > I've had this petition up for a while, and I'm trying to get more > traffic and names. I'm trying to get something to convince Microsoft to > port Internet Explorer for UNIX to FreeBSD. > The URL for my site is http://www.iefreebsd.freeservers.com > If you would be interested in a small banner, etc. for your own web site, > please let me know, and I'll see what I can do. > Thanks, > > Bill > billieakay@yahoo.com > I general I find it best to have nothing to do with microsoft. I buy none of their products, I will not work on or support any of their products, and I will not work for them or any of their subsidiary. I suggest that if you dislike microsoft, the way they do business and their rotten products, shun them. If system admin types start refusing to have anything to do with microsoft and their products then business will have a harder and harder time finding people to support the microsoft products they have installed in their environments. Business will also have to pay higher rates for those admins that are willing to support microsoft products. This may cause business to take a second and harder look at FreeBSD and Linux. Josef -- Josef Grosch | Another day closer to a | FreeBSD 4.0 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 3:31:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [213.212.29.17]) by hub.freebsd.org (Postfix) with ESMTP id EA56537BE6C for ; Mon, 22 May 2000 03:31:28 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from enigmatic (dan [192.168.1.20]) by hq1.tyfon.net (Postfix) with SMTP id D7E921C5C9 for ; Mon, 22 May 2000 12:31:26 +0200 (CEST) From: "Dan Larsson" To: Subject: calculate sum in sh Date: Mon, 22 May 2000 12:33:09 +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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to I calculate the sum of all values, the values are listed one value per line in a textfile using shell commands (no perl available)? 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 Mon May 22 3:42: 1 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 637A237B507 for ; Mon, 22 May 2000 03:41:57 -0700 (PDT) (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.10.0/8.10.0) with ESMTP id e4MAfqx21435; Mon, 22 May 2000 12:41:52 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Mon, 22 May 2000 12:41:46 +0200 (CEST) From: Micke Josefsson To: Dan Larsson Subject: RE: calculate sum in sh Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-May-00 Dan Larsson wrote: > How to I calculate the sum of all values, the > values are listed one value per line in a textfile > using shell commands (no perl available)? > Not pure shelling, but you can try this with awk File 'crap.txt' is : 1 2 3 20 then lagrange> awk '{sum += $0} END{print "Grand total is "sum}' crap.txt Grand total is 26 Use $1 if you want field number 1 instead of summing the entire line, which is OK in this example. /M ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.4 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 3:53:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [213.212.29.17]) by hub.freebsd.org (Postfix) with ESMTP id BF8FE37BF38 for ; Mon, 22 May 2000 03:53:55 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from enigmatic (dan [192.168.1.20]) by hq1.tyfon.net (Postfix) with SMTP id A4EBB1C5CA; Mon, 22 May 2000 12:53:54 +0200 (CEST) From: "Dan Larsson" To: Cc: Subject: RE: calculate sum in sh Date: Mon, 22 May 2000 12:55:36 +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: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG | On 22-May-00 Dan Larsson wrote: | > How to I calculate the sum of all values, the | > values are listed one value per line in a textfile | > using shell commands (no perl available)? | > | Not pure shelling, but you can try this with awk | | File 'crap.txt' is : | | 1 | 2 | 3 | 20 | | then | | lagrange> awk '{sum += $0} END{print "Grand total is "sum}' crap.txt | Grand total is 26 Perfect! Thanks! | 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 Mon May 22 4:52: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lana.mycoh.ukrnet.net (petrovich.kiev.ua [212.26.128.201]) by hub.freebsd.org (Postfix) with ESMTP id 0D83737C066 for ; Mon, 22 May 2000 04:51:45 -0700 (PDT) (envelope-from pmail@lana.mycoh.ukrnet.net) Received: from localhost (pmail@localhost) by lana.mycoh.ukrnet.net (8.9.3/8.9.3) with ESMTP id OAA70557 for ; Mon, 22 May 2000 14:50:33 +0300 (EEST) (envelope-from pmail@lana.mycoh.ukrnet.net) Date: Mon, 22 May 2000 14:50:33 +0300 (EEST) From: Serge Negodyuck To: freebsd-questions@FreeBSD.ORG Subject: Re: VMWare 2 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, 18 May 2000, Niklas Johannes Saers wrote: Well, I'm also running FreeBSD 4.0-stable and I also have the same troubles with vmware2. Can anyone help me out with this? Serge Negodyuck. > Hi. I'm running FreeBSD 4.0-STABLE and I installed the VMWare2 port with > an evaluation license from the VMWare website. But when I start up vmware > it sais: > > Cannot open vmware executable file. > Possibly an installation error? > Cannot open vmware executable file. > Possibly an installation error? > Cannot open vmware executable file. > Possibly an installation error? > Cannot open vmware executable file. > Possibly an installation error? > Module 10 initialization succeeded > > Then, when I do a power on, I get: > Could not open /usr/local/lib/vmware/lib/vmm (No such file or directory) > > which indeed is true: it's not there. But I just installed it from the > ports and left all the options to their default values. Could anyone > please help me out with this one? > > Niklas Saers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 5:24:37 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 E1C6437BBD2 for ; Mon, 22 May 2000 05:24:32 -0700 (PDT) (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 12tqn3-000Fjk-00; Mon, 22 May 2000 12:54:33 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12tqn2-000DI8-00; Mon, 22 May 2000 12:54:32 +0100 Date: Mon, 22 May 2000 12:54:31 +0100 From: Ben Smithurst To: Dan Larsson Cc: mj@isy.liu.se, questions@FreeBSD.ORG Subject: Re: calculate sum in sh Message-ID: <20000522125431.L15686@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 Dan Larsson wrote: > | Not pure shelling, but you can try this with awk > | > | File 'crap.txt' is : > | > | 1 > | 2 > | 3 > | 20 > | > | then > | > | lagrange> awk '{sum += $0} END{print "Grand total is "sum}' crap.txt > | Grand total is 26 > > Perfect! Thanks! Or, in sh, without cheating, :-) sum=0 while read n; do sum=$(($sum + $n)) done < crap.txt echo "Grand total is $sum" I'm not sure how portable $(( )) is, but it works at least in Linux sh and FreeBSD sh, which is all I have access to. If you want more portability, the awk route is probably better. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 5:59:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fellspt.charm.net (fellspt.charm.net [199.0.70.29]) by hub.freebsd.org (Postfix) with ESMTP id 3FB0E37B712 for ; Mon, 22 May 2000 05:59:35 -0700 (PDT) (envelope-from dutch@charm.net) Received: from charm.net (coretel-185-001.charm.net [162.33.185.1]) by fellspt.charm.net (8.9.3/8.9.3) with ESMTP id IAA14910; Mon, 22 May 2000 08:59:14 -0400 (EDT) Message-ID: <39292107.CCEE8836@charm.net> Date: Mon, 22 May 2000 12:59:03 +0100 From: Dutch Collins X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Bill A. K." Cc: questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition References: <000b01bfc35d$c8c3c030$0200a8c0@bill> <20000522093603.B77130@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > > [Format recovered--see http://www.lemis.com/email/email-format.html] > > On Sunday, 21 May 2000 at 15:50:14 -0400, Bill A. K. wrote: > > X-Mailer: Microsoft Outlook Express 5.00.2919.6700 > > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > > > Hello everyone, > > I've had this petition up for a while, and I'm trying to get more traffic and names. I'm trying to get something to convince Microsoft to port Internet Explorer for UNIX to FreeBSD. > > The URL for my site is http://www.iefreebsd.freeservers.com > > If you would be interested in a small banner, etc. for your own web site, please let me know, and I'll see what I can do. > > I think this is a very bad idea. Look at your mail message for one > good reason why: Microsoft software is just plain broken. You > probably don't even realise that your message was written without line > breaks. Isn't it much easier to read like this? I delete those broken messages even when in win/netscape (like now) without reading them. Chasing a single line paragraph around is just a waste of time. I ain't got time to waste. And, I prefer to have NS not wrap lines for me, it messes up other messages. > > I've had this petition up for a while, and I'm trying to get more > > traffic and names. I'm trying to get something to convince Microsoft > > to port Internet Explorer for UNIX to FreeBSD. The URL for my site > > is http://www.iefreebsd.freeservers.com If you would be interested > > in a small banner, etc. for your own web site, please let me know, > > and I'll see what I can do. > > In the FreeBSD project, we're trying to get away from Microsoft, not > come closer to it. If there were a counter-petition to ask Microsoft > *not* to port IE, I would sign it. > > Greg > -- I loaded win/netscape6 last night. I seems to me that this is as close as I want to get to the MS or AOL look and feel. I thought I made an error and downloaded IE. Man is NS6 slow on a 486/100. -d ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 6: 1:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.fiberspeed.net (mail2.fiberspeed.net [63.67.198.6]) by hub.freebsd.org (Postfix) with ESMTP id D616337BBF1 for ; Mon, 22 May 2000 06:01:49 -0700 (PDT) (envelope-from steve@nhandtech.com) Received: from nevermore [24.219.84.51] by mail2.fiberspeed.net (SMTPD32-5.05) id A030EA101D4; Mon, 22 May 2000 09:03:44 -0400 From: "Steven Fusco" To: Subject: /usr/ports/java/enhydra Date: Mon, 22 May 2000 08:02:11 -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.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know what efforts are being put into including Enhydra into the ports collection? This is of particular importance to our WAP developers and our Java developers. I'm the sole UNIX admin and one of the major developers. We're trying to move to XML across the board, and between this and some of the stuff from xml.apache.org it makes all our jobs easier. In case Enhydra is unfamiliar to you can get more information at . I realize that there isn't an official "FreeBSD release" of this product but the entire project *is* open sourced. I don't have a development machine to experiment with right now so I can't say if it's possible to "make" work like Oracle 8. Just for the record, we're running FreeBSD 4.0-RELEASE on a custom VALinux Full-on 2230 :) Thanks! ____________ Steven Fusco - nHand Technologies Cell: 512.695.4677 Fax: 512.531.5066 x2149 PGP: http://nhandtech.com/pgp/sfusco.asc main(i){putchar(341513875>>(i-1)*5&31|!!(i<6)<<6)&&main(++i);} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 6: 2:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lana.mycoh.ukrnet.net (petrovich.kiev.ua [212.26.128.201]) by hub.freebsd.org (Postfix) with ESMTP id 51BCE37BFEF for ; Mon, 22 May 2000 06:02:42 -0700 (PDT) (envelope-from pmail@lana.mycoh.ukrnet.net) Received: from localhost (pmail@localhost) by lana.mycoh.ukrnet.net (8.9.3/8.9.3) with ESMTP id QAA73051 for ; Mon, 22 May 2000 16:01:38 +0300 (EEST) (envelope-from pmail@lana.mycoh.ukrnet.net) Date: Mon, 22 May 2000 16:01:38 +0300 (EEST) From: Serge Negodyuck To: freebsd-questions@FreeBSD.ORG Subject: Re: VMWare 2, then VMWare 1 - Ack! In-Reply-To: <20000521182756.A10530@onsea.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, 21 May 2000, Cliff Rowley wrote: > Greetings. > > I was just getting used to playing around with vmware1, after finally getting around to using it, and I discovered vmware2. I deinstalled vmware1 and immediately upgraded, and failed miserably. > > When starting vmware2, I get the following: > > ----------- > Error: > Cannot open vmware executable file. > Possibly an installation error? > Cannot create splash screen > ----------- > > And when trying to run a vm: > > Could not open /usr/local/lib/vmware/lib/vmm > > I guessed vmware2 may be broken under 4.0-STABLE as it stands, so I deinstalled that and reinstalled vmware1. > > Exactly the same thing happens. I've deinstalled and reinstalled a few times, and I've cleaned up everything I've found relating to vmware, and still it doesnt work. > > Any ideas? I've searched the archives, and noone seems to answer these questions. > > Thanks in advance. Have you done this: Add following line to /etc/fstab: "linproc /compat/linux/proc linprocfs rw 0 0" And than type "mount -a". It really helped me in this trouble. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 6: 5:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by hub.freebsd.org (Postfix) with ESMTP id 9230437B6A5 for ; Mon, 22 May 2000 06:05:15 -0700 (PDT) (envelope-from zeus@tetronsoftware.com) Received: from ns1.tetronsoftware.com (ns1.tetronsoftware.com [64.217.1.41]) by ns1.tetronsoftware.com (8.9.3/8.9.3) with ESMTP id IAA12305 for ; Mon, 22 May 2000 08:04:44 -0500 (CDT) (envelope-from zeus@tetronsoftware.com) Date: Mon, 22 May 2000 08:04:34 -0500 (CDT) From: Gene Harris To: freebsd-questions@freebsd.org Subject: Named NOTIFY strangeness Message-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 noticing some stangeness whenever I start or restart my named daemon: /usr/sbin/named -u bind -g bind. I am running 3.4-stable updated Friday, cvsup'ed Friday, May 20th. Bind is 8.2.2-P5. The messages log file shows the following: [normal stuff snipped] May 21 16:01:49 ns1 named[8926]: Sent NOTIFY for "blahblah.com IN SOA" (blahblah.com); 1 NS, 1 A May 21 16:02:03 ns1 /kernel: ipfw: 120 Deny UDP aa.bb.cc.dd:2369 115.119.98.99:53 out via xl0 May 21 16:02:03 ns1 natd[288]: failed to write packet back (Permission denied) May 21 16:02:07 ns1 /kernel: ipfw: 120 Deny UDP aa.bb.cc.dd:2369 115.119.98.99:53 out via xl0 May 21 16:02:07 ns1 natd[288]: failed to write packet back (Permission denied) The notification should be sent to my slave name server at xx.yy.zz.11, but instead is attempting to notify 115.119.98.99. Fortunately, my firewall rules don't like this connection and reject it. My question is, what the heck is going on? I just rebuilt world this weekend (normal cycle for me), and named appears to be correct (not substituted by a root kit version.) I have been reading about poisoned caches, etc., but "ndc restart" does not appear to be clearing my cache. Prior to Friday morning, May 19, 2000 about 04:00 hours CDT, everything was normal. Can someone point me in the right direction? I assume my DNS cache has been corrupted, because my little site was hit by some sort of DNS attack about 10 minutes before the time given above. Many Thanks! Gene Harris Tetron Software, LLC http://www.tetronsoftware.com FreeBSD Apache PostgreSQL Oracle 8/8i Windows 95/98/NT Visual C Visual Basic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 6:44: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.netvision.net.il (alpha.netvision.net.il [194.90.1.13]) by hub.freebsd.org (Postfix) with ESMTP id 91A5E37B82F for ; Mon, 22 May 2000 06:43:45 -0700 (PDT) (envelope-from danhil@cwnt.com) Received: from localnet.cwnt.co.il (ras2-p118.hfa.netvision.net.il [62.0.146.118]) by alpha.netvision.net.il (8.9.3/8.8.6) with SMTP id QAA25364 for ; Mon, 22 May 2000 16:42:42 +0300 (IDT) Received: from 192.168.0.46 ([192.168.0.46]) by localnet.cwnt.co.il (WinRoute 3.04g) with SMTP; Mon, 22 May 2000 14:50:27 +0300 Message-ID: <00ec01bfc3ec$82f27850$2e00a8c0@cwnt.co.il> From: "Daniel Hilevich" To: Subject: Release 3.3 Date: Mon, 22 May 2000 14:51:56 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00E9_01BFC3FD.4668D1C0" 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_00E9_01BFC3FD.4668D1C0 Content-Type: text/plain; charset="windows-1255" Content-Transfer-Encoding: quoted-printable Where can I download FreeBSD 3.3? Daniel ------=_NextPart_000_00E9_01BFC3FD.4668D1C0 Content-Type: text/html; charset="windows-1255" Content-Transfer-Encoding: quoted-printable
Where can I download FreeBSD = 3.3?
 
Daniel
------=_NextPart_000_00E9_01BFC3FD.4668D1C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 6:55: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f289.law9.hotmail.com [64.4.8.164]) by hub.freebsd.org (Postfix) with SMTP id AC32837B977 for ; Mon, 22 May 2000 06:55:00 -0700 (PDT) (envelope-from irx_gr@hotmail.com) Received: (qmail 96547 invoked by uid 0); 22 May 2000 13:54:55 -0000 Message-ID: <20000522135455.96546.qmail@hotmail.com> Received: from 195.66.101.82 by www.hotmail.com with HTTP; Mon, 22 May 2000 06:54:55 PDT X-Originating-IP: [195.66.101.82] From: "JXX RXX" To: freebsd-questions@FreeBSD.ORG Date: Mon, 22 May 2000 16:54:55 EEST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where can i get an instalation guide about NIS ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Mon May 22 7:10:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f86.law4.hotmail.com [216.33.149.86]) by hub.freebsd.org (Postfix) with SMTP id 6DF4D37B700 for ; Mon, 22 May 2000 07:10:07 -0700 (PDT) (envelope-from zerohero2@hotmail.com) Received: (qmail 24333 invoked by uid 0); 22 May 2000 14:10:05 -0000 Message-ID: <20000522141005.24332.qmail@hotmail.com> Received: from 212.254.22.122 by www.hotmail.com with HTTP; Mon, 22 May 2000 07:10:05 PDT X-Originating-IP: [212.254.22.122] From: "William Roberts" To: questions@FreeBSD.org Subject: Graphical Problems with X Date: Mon, 22 May 2000 07:10:05 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I just installed FreeBSD 3.3 on the slave HD in my gaming box (running windows 98, the original not "special edition") and I'm having trouble getting X to run. I installed X using x86config from sysinstall and had to configure my video card, a Guillemot 3D Prophet SDR (nVidia Geforce chip), manually as best I could. I selected the XF86_SVGA server, ignored the chipset, and specified that I had 32768 kb of RAM. I configured my monitor correctly based on the manual, so this shouldn't be the problem. When I boot into X, I get nothing but garbled blocks of color and the odd greyish scrambled line, and ctrl+alt+backspace doesn't work. ctrl+alt+del works after I've been at the screen for about 30 seconds. I'm thinking this is a result of misconfiguring my video card... what should I do? Here is a little info about my system (all that should be necessary I hope): ADI Microscan 6P monitor - I don't think this is a problem MSI 6167 Motherboard, BIOS v1.3 AMD Athlon 600 mhz CPU overclocked to 700 mhz (with a very nice peltier cool system -- never presented any problems) 256 MB PC133 SDRAM Guillemot 3D Prophet SDR Video Card I've checked all the FAQ's, a couple books (The Complete FreeBSD and UNIX Power Tools), and posted to several forums with no luck. I've also tried running XF86Setup without any luck - I got the same problem except when I booted into windows my resolution had been decreased to 640x480 and my refresh rate seemed pretty low. Anyways, I'd appreciate it if you guys could help me out in any way. I'm still really new to UNIX, although I've done plenty of reading and used Linux a bit -- I just figured out vi last night, although I'd used emacs before and intent to use it with FreeBSD -- so a point to some good newsgroups and other resources would be nice too. Thanks, Scott Brackett zerohero@dreadnaught.net ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Mon May 22 7:21:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f204.law9.hotmail.com [64.4.9.204]) by hub.freebsd.org (Postfix) with SMTP id 31D8337B5DF for ; Mon, 22 May 2000 07:21:34 -0700 (PDT) (envelope-from irx_gr@hotmail.com) Received: (qmail 72624 invoked by uid 0); 22 May 2000 14:21:27 -0000 Message-ID: <20000522142127.72623.qmail@hotmail.com> Received: from 195.66.101.82 by www.hotmail.com with HTTP; Mon, 22 May 2000 07:21:27 PDT X-Originating-IP: [195.66.101.82] From: "Giannis Ritsi" To: freebsd-questions@FreeBSD.ORG Subject: NIS Date: Mon, 22 May 2000 17:21:27 EEST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi , can anyone tell me where to find an installation guide about NIS ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Mon May 22 7:24:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mailstart.com (mail.mailstart.com [207.231.76.67]) by hub.freebsd.org (Postfix) with ESMTP id 6852E37B5A1 for ; Mon, 22 May 2000 07:24:08 -0700 (PDT) (envelope-from lures@mozcom.com) Received: from pink [207.231.76.26] by mail.mailstart.com (SMTPD32-5.05) id A2FD92BB0116; Mon, 22 May 2000 07:24:06 -0700 To: freebsd-questions@FreeBSD.ORG Cc: From: lures@mozcom.com Subject: FreeBSD 4.0 & PCI PNP 56K INTERNAL MODEMS Message-Id: <220500143.26647@207.206.68.131> Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Length: 2283 Date: Mon, 22 May 2000 07:24:11 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using FreeBDS 4.0 GENERIC kernel with two Aopen 56k PCI PnP modems that do not have jumpers to set com or irq. Want to use one for dial out connection to my ISP (com1 cuaa1) and the other to accept dial in calls (com2 tty1). Want this FreeBDS server to function like an ISP server using modems instead of NIC over T1. After the BIOS Post completes the PC Bios PCI Device Listing for the two modems shows Bus No Device No Func No Vendor Id Device ID IRQ Device Class 0 18 0 127A 1005 12 Simple Comm. Controller 0 19 0 127A 1005 5 Simple Comm. Controller During the startup of FreeBSD the Probe issues the following Messages pci0 (vendor=0x127a, dev=0x1005) at 18.0 irq 12 pci0 (vendor=0x127a, dev=0x1005) at 19.0 irq 5 I also get this same Info when I issue command pciconf -l My questions are what is FreeBSD trying to tell me with these msgs? What is the PnP ID for each modem? What do I have to do to activate modems, assign them device names, and setup modem to dial my ISP at bootup using Kernel PPP and setup the second modem to answer dial in calls using Kernel PPP? Blind alleys I have gone down. I have read a lot of mailing-list messages dealing with PnP modems being WINmodems and that they just don't work with any release of FreeBSD. This sure was true with 3.4 and older FreeBSD versions but Version 4.0 says this has been fixed. Version 4.0 was just released in March 2000 and the documentation has not been updated to give info on how to get it to work in FBSD4. One of the mailing-list messages says to add the modem's PnP ID to the serial driver table in /sys/i386/isa/sio.c to activate the modem. Well version 4.0 does not have a file sio.c in that directory path. This must be out of date info. I also tried manual boot-time configuration using pnp 18 0 enable bios But pnp command is nolonger valid at boot -c in FBSD 4.0. Thanks in advance for any help you can give me. Joe Barbish ----- Sent using MailStart.com ( http://MailStart.Com/welcome.html ) The FREE way to access your mailbox via any web browser, anywhere! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 7:24:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uhura.concentric.net (uhura.concentric.net [206.173.118.93]) by hub.freebsd.org (Postfix) with ESMTP id 228D037B77D for ; Mon, 22 May 2000 07:24:51 -0700 (PDT) (envelope-from martin@chasm.org) Received: from marconi.concentric.net (marconi.concentric.net [206.173.118.71]) by uhura.concentric.net (8.9.1a/(98/12/15 5.12)) id KAA08685; Mon, 22 May 2000 10:24:50 -0400 (EDT) [1-800-745-2747 The Concentric Network] Received: from aria.chasm.org (ts033d28.sjc-ca.concentric.net [206.173.231.136]) by marconi.concentric.net (8.9.1a) id KAA06187; Mon, 22 May 2000 10:24:48 -0400 (EDT) Message-Id: <4.3.1.0.20000522071923.00bb2100@chasm.org> X-Sender: vimuhla@pop3.concentric.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 22 May 2000 07:24:14 -0700 To: freebsd-questions@freebsd.org From: Charles Martin Subject: USA_RESIDENT 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 New install of FreeBSD 4.0-RELEASE. After selecting the distro, it asked me if I wanted crypto, I said yes, and chose crypto, scrypto, and ssecure. It asked me if I was a USA resident. I said yes. Now when I look at /etc/make.conf, it has USA_RESIDENT=NO in it. Do I still have to set that manually, even after answering the question during the install? Is the infamous wraphelp.c installed on my system? A find command does not find it. How do I get wraphelp.c? Please help, I have never understood how this crypto stuff works as far as configuration is concerned. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 7:27:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pilot013.cl.msu.edu (pilot013.cl.msu.edu [35.9.5.113]) by hub.freebsd.org (Postfix) with ESMTP id 71E0D37B7E0 for ; Mon, 22 May 2000 07:27:20 -0700 (PDT) (envelope-from carls107@msu.edu) Received: from mis46153.msu.edu ([204.22.154.148]) by pilot013.cl.msu.edu (8.9.3/8.9.1) with ESMTP id KAA22586 for ; Mon, 22 May 2000 10:27:15 -0400 Message-Id: <4.3.0.20000522102606.00acb520@pilot.msu.edu> X-Sender: carls107@pilot.msu.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Mon, 22 May 2000 10:26:44 -0400 To: freebsd-questions@FreeBSD.org From: Ben Carlson Subject: Is Vinum broken in 4.0 -stable 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 Is vinum broken in 4.0 stable? B. Carlson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 7:37:18 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 2461837B5A1 for ; Mon, 22 May 2000 07:37:16 -0700 (PDT) (envelope-from hacker@bolingbroke.com) Received: from fremont.bolingbroke.com (fremont.bolingbroke.com [216.102.90.210]) by fremont.bolingbroke.com (Pro-8.9.3/Pro-8.9.3) with ESMTP id HAA15324; Mon, 22 May 2000 07:37:14 -0700 (PDT) Date: Mon, 22 May 2000 07:37:14 -0700 (PDT) From: Ken Bolingbroke To: freebsd-questions@FreeBSD.ORG Cc: Giannis Ritsi Subject: Re: NIS In-Reply-To: <20000522142127.72623.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000, Giannis Ritsi wrote: > can anyone tell me where to find an installation guide about NIS http://www.realtime.net/sculpture/nis-startup.html Ken Bolingbroke hacker@bolingbroke.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 7:40:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mgp.silliman.net (mgp.silliman.net [207.207.193.14]) by hub.freebsd.org (Postfix) with ESMTP id 200A237B9AB for ; Mon, 22 May 2000 07:40:42 -0700 (PDT) (envelope-from gws@silliman.net) Received: from silliman.net (cli-04-121.eclipse.net [207.207.250.121]) by mgp.silliman.net (8.9.3/8.9.3) with ESMTP id KAA36044 for ; Mon, 22 May 2000 10:40:44 -0400 (EDT) (envelope-from gws@silliman.net) Message-ID: <392946E5.BE73FDE@silliman.net> Date: Mon, 22 May 2000 10:40:37 -0400 From: Guy Silliman Reply-To: gws@silliman.net X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Natd & Samba - not so happy together 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 freebsd machines for lan gateways to the internet. One of the things I would like to do in addition to just maintaining the dialup connection for the LAN is use the free disk space on the gateway machine for file serving. To do this, Samba is running and works fine for the most part. My problem is that whenever a computer on the network attempts to access files on the gateway machine, the dialup connection is activated and must connect completely prior to samba answering the win95 box's requests. Now I have attempted to restrict the Samba server to the ethernet interface only, but I suspect because I am using natd and issuing a ipfw divert statement, it is pushing that traffic over to the tun0 device and kicking the dialup. My question... how do I keep samba from initiating the PPP connection? It doesn't really need it... but it triggers it and waits for it all the same. Thanks in advance for any suggestions Guy Silliman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 7:47:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd01.granitepost.com (fbsd01.granitepost.com [209.150.104.131]) by hub.freebsd.org (Postfix) with ESMTP id B047F37B520 for ; Mon, 22 May 2000 07:47:09 -0700 (PDT) (envelope-from clabrown@granitepost.com) Received: from thunder (thunder.granitepost.com [209.150.104.140]) by fbsd01.granitepost.com (8.8.5/8.8.5) with SMTP id LAA24569 for ; Mon, 22 May 2000 11:21:20 -0400 (EDT) From: "Clarence Brown" To: Subject: RE: 3.4 to 4.0 upgrade w/ March 2000 CD's? Date: Mon, 22 May 2000 10:52:05 -0400 Message-ID: <001001bfc3fd$4c86ad20$8c6896d1@granitepost.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 In-Reply-To: <20000521230410.M96573@cc942873-a.ewndsr1.nj.home.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Are there any 3.X to 4.0 upgrade instructions or tutorials > > for dummies? I really don't have a lot of time to figure > > everything out, but would like to start working with 4.0. > > Did any of the /etc configuration files or directories change > > from 3.4 to 4.0? I would bet they did. > > You can use the 'Upgrade' choice in sysinstall to add all of the new > binaries. Then, if you want to update /etc-type files, install the > source code from the CD and then run 'mergemaster.' It will walk you > through updating config files. > -- > Crist J. Clark cjclark@home.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Thanks for the pointer Crist... I'm unclear on why I need to install the source code? All the code for 4.0? I read the man page for mergemaster on www.freebsd.org, and have once again confirmed that I have almost zero comprehension when reading man pages. There seem to be a few missing details I'd like to understand, before I start... In the upgrade process I'm supposed to specify a directory to preserve /etc into. How does this relate to mergemaster? Is this directory compared by or used as a source by mergemaster? If it is, how does mergemaster know where I put it? Do I use the -m directive to specify the directory I chose during the upgrade to save /etc into? If so, the upgrade says it saves /etc, but mergemaster builds a temporary root, shouldn't I save the whole root and not just the /etc subdirectory? I guess I shouldn't save /etc into /var/tmp/temproot which is where mergemaster is supposed to "build" it's temporary root? "Building a temporary root" sounds like it would overwrite anything that was already there. Do the merged files just end up back where they are supposed to be, or do they end up in /var/tmp/temproot, requiring me to copy them back to where they are supposed to be? How about a picture? Maybe something like ... Upgrade, preserver /etc into /var/tmp/etc mergemaster -m /var/tmp/etc 0. FreeBSD 3.4 1. upgrade to 4.0 FreeBSD 3.4 -> FreeBSD 4.0, old etc saved in /var/tmp/etc 2. install source code from 4.0 CD's ?? Huh? All the source? Can I somehow leave the source on the CD and point to it? 3. mergemaster -m /var/tmp/etc /etc + /var/tmp/etc ==> /var/tmp/temproot 4. put merged files back in root, or does mergemaster do that? cp /var/tmp/temproot/* /etc ??? this sure sound like a bad idea ;) With something as significant as a 3.x to 4.0 upgrade, it seems like someone would have written up a couple pages of instructions just to avoid answering questions from idiots like me :) I did find the following FAQ on the subject... Q: How do I upgrade from 3.X -> 4.X? A: We strongly recommend that you use binary snapshots to do this. 4.X-STABLE snapshots are available at releng4.FreeBSD.org. If you wish to upgrade using source, please see the FreeBSD Handbook for more information. Upgrading via source is never recommended for new users, and upgrading from 3.X -> 4.X is even less so; make sure you have read the instructions carefully before attempting to upgrade via source this! To summarize the FAQ, I should use the "strongly" recommended binary method, but the only instructions mentioned are for the dreaded source up grade! Boy, that was helpful. As usual, frustrated by my own ignorance ... Cla :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 8: 0:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ntdub0e.trintech.com (gatekeeper.trintech.com [212.120.150.50]) by hub.freebsd.org (Postfix) with ESMTP id 336B737B556 for ; Mon, 22 May 2000 08:00:09 -0700 (PDT) (envelope-from daniel.brady@trintech.com) Received: by ntdub0e.trintech.com with Internet Mail Service (5.5.2448.0) id ; Mon, 22 May 2000 16:00:46 +0100 Message-ID: From: Daniel Brady To: "'gws@silliman.net'" , freebsd-questions@freebsd.org Subject: RE: Natd & Samba - not so happy together Date: Mon, 22 May 2000 16:00:45 +0100 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 have you looked at the output from tcpdump on the tun0 i/face. I think the windoze boxes are broadcasting netbios-ns packets to 255.255.255.255 which will cause the dialer to activate. Maybe try filtering this traffic and setting your samba config to act as a wins server. Daniel -----Original Message----- From: Guy Silliman [mailto:gws@silliman.net] Sent: 22 May 2000 15:41 To: freebsd-questions@freebsd.org Subject: Natd & Samba - not so happy together I am using freebsd machines for lan gateways to the internet. One of the things I would like to do in addition to just maintaining the dialup connection for the LAN is use the free disk space on the gateway machine for file serving. To do this, Samba is running and works fine for the most part. My problem is that whenever a computer on the network attempts to access files on the gateway machine, the dialup connection is activated and must connect completely prior to samba answering the win95 box's requests. Now I have attempted to restrict the Samba server to the ethernet interface only, but I suspect because I am using natd and issuing a ipfw divert statement, it is pushing that traffic over to the tun0 device and kicking the dialup. My question... how do I keep samba from initiating the PPP connection? It doesn't really need it... but it triggers it and waits for it all the same. Thanks in advance for any suggestions Guy Silliman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 May 22 8:10:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exile.ucc.ie (exile.ucc.ie [143.239.211.69]) by hub.freebsd.org (Postfix) with ESMTP id 3C7FD37B5F4 for ; Mon, 22 May 2000 08:10:11 -0700 (PDT) (envelope-from j.oregan@cs.ucc.ie) Received: from localhost (oregan@localhost) by exile.ucc.ie (8.9.3/8.9.3) with ESMTP id QAA38780 for ; Mon, 22 May 2000 16:09:49 +0100 (IST) (envelope-from j.oregan@cs.ucc.ie) X-Authentication-Warning: exile.ucc.ie: oregan owned process doing -bs Date: Mon, 22 May 2000 16:09:49 +0100 (IST) From: "John O'Regan" X-Sender: oregan@exile.ucc.ie To: freebsd-questions@freebsd.org Subject: xterm-color problems with FreeBSD 4.0-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello All, I recently upgraded to FreeBSD 4.0-RELEASE and now when I run colour applications like sysinstall or tin in an xterm window, everything is black except for the highlighted item. Before I upgraded, there was never any problem and when I use the root console it works perfectly, too. Any comments or suggestions appreciated, yours perplexed, John O'Regan. PS: And yes, I'm sure the TERM environment variable has the value xterm-color. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 8:23:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exile.ucc.ie (exile.ucc.ie [143.239.211.69]) by hub.freebsd.org (Postfix) with ESMTP id A166837B958 for ; Mon, 22 May 2000 08:23:32 -0700 (PDT) (envelope-from j.oregan@cs.ucc.ie) Received: from localhost (oregan@localhost) by exile.ucc.ie (8.9.3/8.9.3) with ESMTP id QAA38773 for ; Mon, 22 May 2000 16:02:56 +0100 (IST) (envelope-from j.oregan@cs.ucc.ie) X-Authentication-Warning: exile.ucc.ie: oregan owned process doing -bs Date: Mon, 22 May 2000 16:02:56 +0100 (IST) From: "John O'Regan" X-Sender: oregan@exile.ucc.ie To: freebsd-questions@freebsd.org Subject: newbie needs help configuring soundblaster 16 pci Message-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 recently upgraded to FreeBSD 4.0-RELEASE and had a SoundBlaster 16 PCI sound card installed. But I can't get any sound out of it and I can't find any information on how to configure it. I found this line in dmesg: pci0: (vendor=0x1274, dev=0x1371) at 19.0 irq 11 I think it has something to do with it, but I haven't the faintest idea what it means or what I'm supposed to do about it. Could someone please give me a "for dummies" guide on how to get it working, a step-by-step set of instructions that covers the whole proceedure from start to finish. Or point me to somewhere where I can find the information. I tried the FreeBSD FAQ and list archives but couldn't find anything appropriate. Please don't flame too badly if this is a question that comes up all the time, yours sincerely, John O'Regan. PS: What anti-spam safeguards are in place on this list? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 8:23:59 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 8D85737BA2A for ; Mon, 22 May 2000 08:23:53 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id e4MFGSn17995; Mon, 22 May 2000 08:16:28 -0700 (PDT) Message-Id: <200005221516.e4MFGSn17995@ptavv.es.net> To: Chris Fedde Cc: Greg Lehey , questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition In-reply-to: Your message of "Sun, 21 May 2000 22:41:11 MDT." <200005220441.e4M4fBp08044@fedde.littleton.co.us> Date: Mon, 22 May 2000 08:16:28 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: Chris Fedde > Date: Sun, 21 May 2000 22:41:11 -0600 > Sender: owner-freebsd-questions@FreeBSD.ORG > > On Mon, 22 May 2000 09:36:03 +0930 Greg Lehey wrote: > +------------------ > | I think this is a very bad idea. Look at your mail message for one > | good reason why: Microsoft software is just plain broken. You > | probably don't even realise that your message was written without line > | breaks. Isn't it much easier to read like this? > +------------------ > > Before we start calling the kettle black we might want to check the color > of our own pot. Your mailer included the following headers. > > Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia > Phone: +61-8-8388-8286 > Fax: +61-8-8388-8725 > Mobile: +61-418-838-708 > WWW-Home-Page: http://www.lemis.com/~grog > > Unless something has changed recently I don't beleave that these are valid > headers by any interpretation of the appropriate RFCs. > > At best these should be inside a Comments: header or perhaps preceded > by an X- to indicate that they are not standard. Current convention > appears to be to slap these into a xcard or vcard format encapsulated > in MIME. While this form is mildly discouraged by RFC-822 and I would use a "X-" in front of them, they are perfectly in accord with the standard. According to RFC-822, you can use ANY header name you wish to use except those reserved by RFC-822 and its descendents. Headers beginning with "X-" are guaranteed not to ever be used in any standard, so they will always be safe, but, as long as Greg is willing to modify his headers if any become part of a standard, his headers are completely compliant. 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 Mon May 22 8:24:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from exile.ucc.ie (exile.ucc.ie [143.239.211.69]) by hub.freebsd.org (Postfix) with ESMTP id 5543C37B9FE for ; Mon, 22 May 2000 08:24:35 -0700 (PDT) (envelope-from j.oregan@cs.ucc.ie) Received: from localhost (oregan@localhost) by exile.ucc.ie (8.9.3/8.9.3) with ESMTP id QAA38806 for ; Mon, 22 May 2000 16:20:46 +0100 (IST) (envelope-from j.oregan@cs.ucc.ie) X-Authentication-Warning: exile.ucc.ie: oregan owned process doing -bs Date: Mon, 22 May 2000 16:20:46 +0100 (IST) From: "John O'Regan" X-Sender: oregan@exile.ucc.ie To: freebsd-questions@freebsd.org Subject: pine doesn't recognize page up or down keypresses 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 All, I recently upgraded to FreeBSD 4.0-RELEASE and now Pine (4.21) doesn't recognize the Page Up or Page Down buttons either when I'm selecting a folder or composing a message using Pico (3.7). When I press either button, it thinks a tilde (~) has been pressed. The strange thing is, when I use Pico outside of Pine, it behaves correctly. I looked in the settings, but didn't see anything obvious. Any comments or suggestions would be greatly appreciated, yours sincerely, John O'Regan. PS: A big shout out to gangsta Pete Twamley if he's listening! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 8:38:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dnsp1.sce.com (dnsp1.sce.com [155.13.48.3]) by hub.freebsd.org (Postfix) with ESMTP id 0D53637B9E4 for ; Mon, 22 May 2000 08:38:39 -0700 (PDT) (envelope-from Ryan.Gamo@sce.com) Received: from D058661.sce.com (D058661.sce.com [155.13.167.39]) by dnsp1.sce.com (AIX4.3/8.9.3/5.5.5) with ESMTP id IAA44446 for ; Mon, 22 May 2000 08:38:36 -0700 From: Ryan.Gamo@sce.com Received: from go2ntswpr01.sce.com (D068976.sce.com [155.13.76.17]) by D058661.sce.com (AIX4.3/8.9.3/8.7) with ESMTP id IAA33286 for ; Mon, 22 May 2000 08:38:35 -0700 Received: from go2ntdomc01.sce.com (unverified) by go2ntswpr01.sce.com (Content Technologies SMTPRS 2.0.15) with ESMTP id for ; Mon, 22 May 2000 08:38:25 -0700 Subject: Ports not compiling To: freebsd-questions@freebsd.org Cc: X-Mailer: Lotus Notes Release 5.0.2a (Intl) 23 November 1999 Message-Id: Date: Mon, 22 May 2000 08:38:24 -0700 X-Priority: 3 (Normal) X-MIMETrack: Serialize by Router on GO2NTDOMC01/SVR/SCE/EIX(Release 5.0.1a (Intl)|17 August 1999) at 05/22/2000 08:38:25 AM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok... so I do a 'make install' in /usr/ports/shells/pdksh. Doesn't work.... keeps trying to ftp the files down when I've mounted the CD with the disc in there. It's the disc with the packages directory. Per the FAQ; I can specify the distfiles directory. So I cp'ed the pdksh package tarball in there, did the DISTDIR="" argument and still didn't work. Looked further on the FAQ and it says that 'distfiles' is symlinked to the CDROM. Ok, so I cp'ed the files into some other directories, and the make never worked. Someone help me. I'll fight tooth and nail to get my ksh on. Thanks in advance, Ryan M. Gamo IT Application Services - TDBU Phone: (626)308-6696 * Fax: (626)308-6390 Pager: (888)586-7992 PIN 318489 "KNOW YOUR ROLE" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 8:48:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hobbes.ssbaptist.net (linux.ssbaptist.net [216.17.141.70]) by hub.freebsd.org (Postfix) with ESMTP id 71A0037B537 for ; Mon, 22 May 2000 08:48:28 -0700 (PDT) (envelope-from brad@ssbaptist.net) Received: from localhost (brad@localhost) by hobbes.ssbaptist.net (8.9.3/8.8.7) with ESMTP id CAA24176 for ; Mon, 22 May 2000 02:53:10 -0600 Date: Mon, 22 May 2000 02:53:10 -0600 (MDT) From: Brad Waite X-Sender: brad@hobbes To: questions@freebsd.org Subject: More large drive install q's Message-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 guys, First off, thanks for all the suggestions so far. The only way I've been able to get 4.0 to boot on my 40gig IDE is to NOT dangerously dedicate the drive to FBSD. If I do dedicate it, the install goes fine, but it just won't boot. I suppose the obvious answer is, "Well just don't dangerously dedicate the drive to FBSD," but I'm curious why this is happening. As a side note, if fdisk creates a 'true partition entry', it leaves about 500MB at the end o' the drive unallocated, and no matter what I try, it won't let me add it to the slice. Can anyone explain these issues? Heh. And here I thought I knew something about FBSD's dealings w/disks. :) -Brad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 8:48:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dns2.seanet.com (dns2.seanet.com [199.181.164.2]) by hub.freebsd.org (Postfix) with ESMTP id DDEC637BA3F for ; Mon, 22 May 2000 08:48:43 -0700 (PDT) (envelope-from goodleaf@goodleaf.net) Received: from clyde.goodleaf.net (piscator.seanet.com [199.181.165.218]) by dns2.seanet.com (8.9.3/8.9.0) with ESMTP id IAA04281 for ; Mon, 22 May 2000 08:48:42 -0700 (PDT) Date: Mon, 22 May 2000 08:59:06 -0700 (PDT) From: "J. Goodleaf" To: questions@freebsd.org Subject: PGP versions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In checking out the MIT PGP site, I've noticed that most platforms have version 6.5.x available to them. Yet the freebsd ports page lists pgp5.0i and no other versions. Is it possible to download v6x sources and compile on freebsd? If not, does anyone know what the substantive difference between 5.0i and 6.x.x is? Also, what is the difference between the international version (5.0i) and the export-restricted versions? (v 6.x still seems to require agreement to export restrictions prior to download.) Is the controlled version stronger? Thanks John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 8:51:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from harrier.prod.itd.earthlink.net (harrier.prod.itd.earthlink.net [207.217.121.12]) by hub.freebsd.org (Postfix) with ESMTP id 6F45E37B537 for ; Mon, 22 May 2000 08:51:17 -0700 (PDT) (envelope-from normand@pathfindersoftware.com) Received: from phx71834 (cpe-024-221-102-063.phoenix.speedchoice.com [24.221.102.63]) by harrier.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id IAA14508 for ; Mon, 22 May 2000 08:51:14 -0700 (PDT) From: "PathFinder Software" To: Subject: DNS Stuff Date: Mon, 22 May 2000 08:46:20 -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.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just set up my server can I just go to my domain record with Internic and enter my static IP address in place of the DNS number or do I need to enter my new ISP's DNS number and then setup my server with my IP address. How does this works? This is very unclear to me, any insight on the subject would be helpful. Thank you in advance. Normand Charette To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 8:58:34 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 E921137B566 for ; Mon, 22 May 2000 08:58:29 -0700 (PDT) (envelope-from Mark.Hummel@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id KAA03781; Mon, 22 May 2000 10:56:07 -0500 (CDT) From: Mark.Hummel@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 KAA03777; Mon, 22 May 2000 10:56:06 -0500 (CDT) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id ; Mon, 22 May 2000 10:58:17 -0500 Message-ID: <856532CB07BED3118FE300204840E28A1700DE@vexwncc02.hurlburt.af.mil> Reply-To: Mark.Hummel@hurlburt.af.mil, mhumm@ispchannel.com To: freebsd-questions@FreeBSD.ORG Cc: mhumm@ispchannel.com Subject: Adjusting Color Depth in KDE???? Date: Mon, 22 May 2000 10:58:17 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I was able to increase the resolution of KDE to 1024 x 768 without virtual screen dimensions, but the color is only 256. I know my hardware is capable of 64K at the same resolution, but how do I adjust that? Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 9:11:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hobbes.ssbaptist.net (linux.ssbaptist.net [216.17.141.70]) by hub.freebsd.org (Postfix) with ESMTP id 5438F37B6F4 for ; Mon, 22 May 2000 09:11:22 -0700 (PDT) (envelope-from brad@ssbaptist.net) Received: from localhost (brad@localhost) by hobbes.ssbaptist.net (8.9.3/8.8.7) with ESMTP id DAA24252; Mon, 22 May 2000 03:15:55 -0600 Date: Mon, 22 May 2000 03:15:55 -0600 (MDT) From: Brad Waite X-Sender: brad@hobbes To: Mark.Hummel@hurlburt.af.mil, mhumm@ispchannel.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adjusting Color Depth in KDE???? In-Reply-To: <856532CB07BED3118FE300204840E28A1700DE@vexwncc02.hurlburt.af.mil> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark, It's your X11 settings that need changing, not KDE, as KDE is just the window manager running on top of X. I'd recommend using XF86Setup, and change your modeselection. -Brad On Mon, 22 May 2000 Mark.Hummel@hurlburt.af.mil wrote: > Greetings, > > I was able to increase the resolution of KDE to 1024 x 768 without virtual > screen dimensions, but the color is only 256. I know my hardware is capable > of 64K at the same resolution, but how do I adjust that? > > Mark > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 9:13:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id 8FA9137B9C1 for ; Mon, 22 May 2000 09:13:48 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id LAA17502 for freebsd-questions@freebsd.org; Mon, 22 May 2000 11:13:42 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005221613.LAA17502@sullivan.realtime.net> Subject: Re: newbie needs help configuring soundblaster 16 pci In-Reply-To: from "John O'Regan" at "May 22, 2000 04:02:56 pm" To: freebsd-questions@freebsd.org Date: Mon, 22 May 2000 11:13:42 -0500 (CDT) 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 > > pci0: (vendor=0x1274, dev=0x1371) at 19.0 irq 11 > > I think it has something to do with it, but I haven't the faintest idea what > it means or what I'm supposed to do about it. > It could well be your card. Add pcm0 and sbc0 to your kernel directives, and one you have rebuild the kernel and installed it, go to /dev and do a MAKEDEV snd0. Reboot, and you should have sound. > > Or point me to somewhere where I can find the information. > The Handbook and the Tutorials (plus Daemon Diary) at www. freebsd.org are good places to look as well. However, w/4.0, things have changed enough that those places are a bit out of date. > > tried the FreeBSD FAQ and list archives but couldn't find anything appropriate. > Please don't flame too badly if this is a question that comes up all the time, > Since this question only comes up twice a day or so :-) I am amazed the mailing list archives didn't have anything to offer. Just searching the "questions" mail archive with the search word of "soundblaster" should have returned hundreds of hits... Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 9:14:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 70C3837B9C1 for ; Mon, 22 May 2000 09:14:26 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 30839 invoked from network); 22 May 2000 16:14:05 -0000 Received: from theory7.physics.iisc.ernet.in (qmailr@144.16.71.127) by theory1.physics.iisc.ernet.in with SMTP; 22 May 2000 16:14:05 -0000 Received: (qmail 4417 invoked by uid 211); 22 May 2000 16:14:02 -0000 Date: Mon, 22 May 2000 21:44:01 +0530 From: Rahul Siddharthan To: Mark.Hummel@hurlburt.af.mil, mhumm@ispchannel.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adjusting Color Depth in KDE???? Message-ID: <20000522214401.A4357@physics.iisc.ernet.in> Mail-Followup-To: Mark.Hummel@hurlburt.af.mil, mhumm@ispchannel.com, freebsd-questions@FreeBSD.ORG References: <856532CB07BED3118FE300204840E28A1700DE@vexwncc02.hurlburt.af.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <856532CB07BED3118FE300204840E28A1700DE@vexwncc02.hurlburt.af.mil>; from Mark.Hummel@hurlburt.af.mil on Mon, May 22, 2000 at 10:58:17AM -0500 X-Operating-System: Linux 2.2.14 alpha X-Question: Do you enjoy reading pointless headers? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark.Hummel@hurlburt.af.mil said on May 22, 2000 at 10:58:17: > Greetings, > > I was able to increase the resolution of KDE to 1024 x 768 without virtual > screen dimensions, but the color is only 256. I know my hardware is capable > of 64K at the same resolution, but how do I adjust that? > > Mark This is a function of your X server, not KDE. If you're using startx to start your X server, try startx -- -bpp 16 If you're using xdm or something similar, edit the Xservers file in /usr/X11R6/lib/X11/xdm and change X to X -bpp 16 It will work only if your X server is configured correctly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 9:19:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gtei1.bellatlantic.net (gtei1.bellatlantic.net [199.45.39.159]) by hub.freebsd.org (Postfix) with ESMTP id 09FA437B650 for ; Mon, 22 May 2000 09:19:09 -0700 (PDT) (envelope-from ds1436@bellatlantic.net) Received: from bellatlantic.net (adsl-141-155-113-202.bellatlantic.net [141.155.113.202]) by gtei1.bellatlantic.net (8.9.1/8.9.1) with ESMTP id MAA16510 for ; Mon, 22 May 2000 12:19:00 -0400 (EDT) From: ds1436@bellatlantic.net Message-ID: <39295CBB.C202D68E@bellatlantic.net> Date: Mon, 22 May 2000 12:13:48 -0400 X-Mailer: Mozilla 4.72 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: 3D video and PPPoE support? 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 thinking about trying FreeBSD, and I'd like to know if my Creative Blaster Banshee video card is supported (3DFX Banshee chipset). Also, is there support for PPPoE? I have an ADSL internet connection (through an external ethernet modem), and would like to be able to use it with BSD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 9:20:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.hushmail.com (mail3.hushmail.com [216.18.8.73]) by hub.freebsd.org (Postfix) with ESMTP id 0A53B37BA1C for ; Mon, 22 May 2000 09:20:28 -0700 (PDT) (envelope-from cooldoug@hushmail.com) Received: (from root@localhost) by mail3.hushmail.com (8.8.7/8.8.7) id JAA17210; Mon, 22 May 2000 09:20:35 -0700 From: cooldoug@hushmail.com Message-Id: <200005221620.JAA17210@mail3.hushmail.com> Date: Mon, 22 May 2000 09:20:36 -0800 (PDT) Subject: Re: IE for FreeBSD Petition To: "FreeBSD Mailing List" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I loaded win/netscape6 last night. I seems to me that this is as close >as I want to get to the MS or AOL look and feel. I thought I made an >error and downloaded IE. Man is NS6 slow on a 486/100. I d/l'd it too, just for grins. It for all the world *appears* to be more java than native code. Kind of interesting, but yes, pretty slow. IMPORTANT NOTICE: If you are not using HushMail, this message could have been read easily by the many people who have access to your open personal email messages. Get your FREE, totally secure email address at http://www.hushmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 9:37: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scooter.yesic.com (scooter.yesic.com [207.176.224.3]) by hub.freebsd.org (Postfix) with ESMTP id 2D40837BA5E for ; Mon, 22 May 2000 09:37:03 -0700 (PDT) (envelope-from pouchi@yesic.com) Received: from rjiredff (dialup3-3-213.ihiway.ca [216.13.109.213]) by scooter.yesic.com (8.9.3/8.9.3) with SMTP id MAA30009 for ; Mon, 22 May 2000 12:36:54 -0400 (EDT) (envelope-from pouchi@yesic.com) Message-ID: <000101bfc4d4$f6baa080$d56d0dd8@rjiredff> From: "Andree Krikorian" To: Subject: canon bjc 1000 Date: Tue, 23 May 2000 12:35:40 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 hi can you help me set up my canon bjc 1000 printer when I print eighter it's taking 2 pages or one but very big I thing it's the margin that I can not get I can't not find bjc 1000 other # like 2000 but way over margin the lower # is 2000 and it's not good enought, please if you have any advice let me know can you send me a programm I will dowload it thank you very much To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 9:39:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pan.ch.intel.com (pan.ch.intel.com [143.182.246.24]) by hub.freebsd.org (Postfix) with ESMTP id E711A37B722; Mon, 22 May 2000 09:39:16 -0700 (PDT) (envelope-from jreynold@sedona.ch.intel.com) Received: from sedona.intel.com (sedona.ch.intel.com [143.182.218.21]) by pan.ch.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.28 2000/05/06 00:07:11 dmccart Exp $) with ESMTP id JAA16384; Mon, 22 May 2000 09:39:07 -0700 (MST) Received: from hip186.ch.intel.com (hip186.ch.intel.com [143.182.225.68]) by sedona.intel.com (8.9.1a/8.9.1/d: sendmail.cf,v 1.10 2000/02/10 21:38:16 steved Exp $) with ESMTP id JAA13178; Mon, 22 May 2000 09:39:06 -0700 (MST) X-Envelope-From: jreynold@sedona.ch.intel.com Received: (from jreynold@localhost) by hip186.ch.intel.com (8.9.1a/8.9.1/d: client.m4,v 1.3 1998/09/29 16:36:11 sedayao Exp sedayao $) id MAA21300; Mon, 22 May 2000 12:39:06 -0400 (EDT) X-Authentication-Warning: hip186.ch.intel.com: jreynold set sender to jreynold@sedona.ch.intel.com using -f From: John Reynolds~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14633.25257.258000.101469@hip186.ch.intel.com> Date: Mon, 22 May 2000 09:39:05 -0700 (MST) To: Stephen Lange Cc: doc@freebsd.org, questions@freebsd.org Subject: Re: Problems In-Reply-To: <00cc01bfc40b$fd46c060$42ffe526@syncorp.com> References: <00cc01bfc40b$fd46c060$42ffe526@syncorp.com> X-Mailer: VM 6.75 under Emacs 20.3.11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ cc'ed this question to -questions ... it is not a doc topic/discussion ] [ On Monday, May 22, Stephen Lange wrote: ] > My CD drive is in the list of supported HW > (Future Domain 8XX/950 series SCSI controllers) > but is not recognized by the installation floppies. > (It is quite OLD.) > > I installed the boot manager. How can I > get rid of it? > > Installing from a DOS partition wouldn't work. > The boot floppies want to see a /dist. They ignore > the files in C:\FreeBSD. Should I put the ./bin > directory into C:\dist, C:\dist\FreeBSD, or what? > > Thanks. These questions would be better sent to questions@freebsd.org. This is -doc or the documentation list. I've cc'ed them there, but chances are you'll need to provide more information for people before they can help answer (you mention CD drive then give a scsi controller ... two different things--even though a scsi CD drive should be "seen" as long as the controller is supported). -Jr -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= | John Reynolds WCCG, CCE, Higher Levels of Abstraction | | Intel Corporation MS: CH6-210 Phone: 480-554-9092 pgr: 602-868-6512 | | jreynold@sedona.ch.intel.com http://www-aec.ch.intel.com/~jreynold/ | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 9:48:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nasty.unifiedcomputing.com (adsl-216-102-219-230.dsl.snfc21.pacbell.net [216.102.219.230]) by hub.freebsd.org (Postfix) with ESMTP id D328A37BABF for ; Mon, 22 May 2000 09:48:46 -0700 (PDT) (envelope-from dag@nasty.unifiedcomputing.com) Received: from punishment (lace [216.102.219.227]) by nasty.unifiedcomputing.com (8.8.8+Sun/8.8.8) with SMTP id JAA27095 for ; Mon, 22 May 2000 09:48:21 -0700 (PDT) Message-ID: <009801bfc40d$983089c0$e3db66d8@unifiedcomputing.com> From: "Alex Griffiths" To: Subject: Arp Problem? Date: Mon, 22 May 2000 09:48:45 -0700 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0094_01BFC3D2.EBA6F840" 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_0094_01BFC3D2.EBA6F840 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0095_01BFC3D2.EBA6F840" ------=_NextPart_001_0095_01BFC3D2.EBA6F840 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Guys, I'm using two FreeBSD 3.3 systems, each with the latest KAME IPsec = extensions in order to setup a VPN between two sites. Both systems are = exhibiting the same problem and I was hoping someone could help. During normal operation the VPN works fine, both systems have a default = route and can reach the Internet via that route. A "netstat -nr" shows = the route and has an entry for the local router's IP address and it's = corresponding MAC address. The MAC address is also in the arp table and = shows up with "arp -a". Unfortunately there appears to be a problem that occurs from time to = time, about every hour or two, where one of the systems loses the = ability to reach the Internet. When you login to the system you can't = telnet to the default router, you get a "Host Down" message and an "arp = -a" shows that the MAC address is no longer there, instead it claims to = be "incomplete". Manually adding the entry seems to be a work around, = but it still makes me nervous. Any ideas? Thanks, --dag -------------------------------------------------------------------------= ------- Alex Griffiths Unified Computing dag@unifiedcomputing.com ICQ: 7484868 -------------------------------------------------------------------------= ------- ------=_NextPart_001_0095_01BFC3D2.EBA6F840 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi Guys,
 
I'm using two FreeBSD = 3.3 systems,=20 each with the latest KAME IPsec extensions in order to setup a VPN = between two=20 sites.  Both systems are exhibiting the same problem and I was = hoping=20 someone could help.
 
During normal operation = the VPN=20 works fine, both systems have a default route and can reach the Internet = via=20 that route.  A "netstat -nr" shows the route and has an entry = for the=20 local router's IP address and it's corresponding MAC address.  The = MAC=20 address is also in the arp table and shows up with "arp = -a".
 
Unfortunately there = appears to be a=20 problem that occurs from time to time, about every hour or two, where = one of the=20 systems loses the ability to reach the Internet.  When you login to = the=20 system you can't telnet to the default router, you get a "Host Down" = message and=20 an "arp -a" shows that the MAC address is no longer there, instead it = claims to=20 be "incomplete".  Manually adding the entry seems to be a work = around, but=20 it still makes me nervous.
 
Any ideas?
 
   = Thanks,
     =20 --dag
 

Alex=20 Griffiths
Unified=20 Computing
dag@unifiedcomputing.com
ICQ:=20 7484868

------=_NextPart_001_0095_01BFC3D2.EBA6F840-- ------=_NextPart_000_0094_01BFC3D2.EBA6F840 Content-Type: text/x-vcard; name="Alex Griffiths.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Alex Griffiths.vcf" BEGIN:VCARD VERSION:2.1 N:Griffiths;Alex FN:Alex Griffiths ORG:Unified Computing, LLC TITLE:1000lb Gorilla NOTE:ICQ - 7484868 ADR;WORK:;;;San Francisco;CA;94114 LABEL;WORK:San Francisco, CA 94114 ADR;HOME:;;;San Francisco;CA;94114 LABEL;HOME:San Francisco, CA 94114 X-WAB-GENDER:2 EMAIL;PREF;INTERNET:dag@unifiedcomputing.com EMAIL;INTERNET:7484868 REV:20000522T164845Z END:VCARD ------=_NextPart_000_0094_01BFC3D2.EBA6F840-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 10: 8:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id A3F9837B8F9 for ; Mon, 22 May 2000 10:08:34 -0700 (PDT) (envelope-from jpr@vcnet.com) Received: (qmail 46348 invoked from network); 22 May 2000 17:08:34 -0000 Received: from joff.vc.net (HELO ?209.239.239.22?) (209.239.239.22) by mail.vcnet.com with SMTP; 22 May 2000 17:08:34 -0000 Mime-Version: 1.0 Message-Id: In-Reply-To: <200005220441.e4M4fBp08044@fedde.littleton.co.us> References: <200005220441.e4M4fBp08044@fedde.littleton.co.us> Date: Mon, 22 May 2000 10:08:34 -0700 To: Chris Fedde , Greg Lehey From: Jon Rust Subject: Re: IE for FreeBSD Petition Cc: "Bill A. K." , questions@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 10:41 PM -0600 5/21/00, Chris Fedde wrote: >At best these should be inside a Comments: header or perhaps preceded >by an X- to indicate that they are not standard. Current convention >appears to be to slap these into a xcard or vcard format encapsulated >in MIME. GOD NO! Please not more attachments! I'd much rather have them in non-standard headers than more goddamn vcf attachments (348 currently in my trashed attachments directory covering just 1 month of mail). jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 10:14:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id B428E37BFB3 for ; Mon, 22 May 2000 10:14:35 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id MAA29496; Mon, 22 May 2000 12:12:57 -0500 (CDT) Date: Mon, 22 May 2000 12:12:57 -0500 (CDT) From: Brennan W Stehling To: Jon Rust Cc: Chris Fedde , Greg Lehey , "Bill A. K." , questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition 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 do not mind the vcf attachments all that much. It is nice to be able to get an address book entry sent to you with each email. Perhaps there is a better way, like appending that information to the existing email headers, but this way works ok. If all mail readers could simply pick one and go with it, it would all work out just fine. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? On Mon, 22 May 2000, Jon Rust wrote: > At 10:41 PM -0600 5/21/00, Chris Fedde wrote: > >At best these should be inside a Comments: header or perhaps preceded > >by an X- to indicate that they are not standard. Current convention > >appears to be to slap these into a xcard or vcard format encapsulated > >in MIME. > > GOD NO! Please not more attachments! I'd much rather have them in > non-standard headers than more goddamn vcf attachments (348 currently > in my trashed attachments directory covering just 1 month of mail). > > jon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 10:15:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mty.eic.com.mx (mty.enlace.net.mx [200.38.242.1]) by hub.freebsd.org (Postfix) with SMTP id 9BF7737BB54 for ; Mon, 22 May 2000 10:15:44 -0700 (PDT) (envelope-from mmarquez@enlace.net) Received: from mty.enlace.net.mx (mty.enlace.net.mx [200.38.242.1]) by mty.eic.com.mx (NTMail 3.03.0014/4c.af04) with ESMTP id ia875428 for ; Mon, 22 May 2000 12:14:16 -0600 Message-Id: <3.0.32.20000522121414.00c24970@enlace.net> X-Sender: mmarquez@enlace.net X-Mailer: Windows Eudora Pro Version 3.0 (32) To: freebsd-questions@freebsd.org, "Alex Griffiths" From: Mauricio Marquez Subject: Re: Arp Problem? Mime-Version: 1.0 Content-Type: text/enriched; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Date: Mon, 22 May 2000 12:14:16 -0600 X-Info: enl@ce Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ARP problems are associated most times with a bad NIC card or cable. Check that out. I would try not only a new NIC, but a different brand and model. Mauricio At 09:48 AM 5/22/00 -0700, you wrote: >>>> Book0000,0000,8080Hi Guys,0000,0000,8080 BookI'm using two FreeBSD 3.3 systems, each with the latest KAME IPsec extensions in order to setup a VPN between two sites. Both systems are exhibiting the same problem and I was hoping someone could help. BookDuring normal operation the VPN works fine, both systems have a default route and can reach the Internet via that route. A "netstat -nr" shows the route and has an entry for the local router's IP address and it's corresponding MAC address. The MAC address is also in the arp table and shows up with "arp -a". BookUnfortunately there appears to be a problem that occurs from time to time, about every hour or two, where one of the systems loses the ability to reach the Internet. When you login to the system you can't telnet to the default router, you get a "Host Down" message and an "arp -a" shows that the MAC address is no longer there, instead it claims to be "incomplete". Manually adding the entry seems to be a work around, but it still makes me nervous. BookAny ideas? Book Thanks, Book --dag ---------------- Book8080,8080,0000Alex Griffiths Unified Computing8080,8080,0000 Bookdag@unifiedcomputing.com BookICQ: 7484868 ---------------- Attachment Converted: "C:\Eudora\Attach\Alex Griffiths.vcf" 8080,8080,0000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 10:19:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nasty.unifiedcomputing.com (adsl-216-102-219-230.dsl.snfc21.pacbell.net [216.102.219.230]) by hub.freebsd.org (Postfix) with ESMTP id 96A6837BBCB for ; Mon, 22 May 2000 10:19:24 -0700 (PDT) (envelope-from dag@nasty.unifiedcomputing.com) Received: from punishment (lace [216.102.219.227]) by nasty.unifiedcomputing.com (8.8.8+Sun/8.8.8) with SMTP id KAA27228; Mon, 22 May 2000 10:18:58 -0700 (PDT) Message-ID: <00c601bfc411$df0ca820$e3db66d8@unifiedcomputing.com> From: "Alex Griffiths" To: , "Alex Griffiths" , "Mauricio Marquez" References: <3.0.32.20000522121414.00c24970@enlace.net> Subject: Re: Arp Problem? Date: Mon, 22 May 2000 10:19:22 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00C3_01BFC3D7.326AACA0" 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_00C3_01BFC3D7.326AACA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable The NIC cards are different on both ends, and I doubt that both systems = have a bad cable that affects only the default router on both ends, = although I have checked the cabling and I'm confident that everything's = OK. ----- Original Message -----=20 From: Mauricio Marquez=20 To: freebsd-questions@freebsd.org ; Alex Griffiths=20 Sent: Monday, May 22, 2000 11:14 Subject: Re: Arp Problem? ARP problems are associated most times with a bad NIC card or cable. = Check that out. I would try not only a new NIC, but a different brand = and model. Mauricio At 09:48 AM 5/22/00 -0700, you wrote:=20 >>>> Hi Guys, I'm using two FreeBSD 3.3 systems, each with the latest = KAME IPsec extensions in order to setup a VPN between two sites. Both = systems are exhibiting the same problem and I was hoping someone could = help. During normal operation the VPN works fine, both systems have a = default route and can reach the Internet via that route. A "netstat -nr" = shows the route and has an entry for the local router's IP address and = it's corresponding MAC address. The MAC address is also in the arp table = and shows up with "arp -a". Unfortunately there appears to be a problem = that occurs from time to time, about every hour or two, where one of the = systems loses the ability to reach the Internet. When you login to the = system you can't telnet to the default router, you get a "Host Down" = message and an "arp -a" shows that the MAC address is no longer there, = instead it claims to be "incomplete". Manually adding the entry seems to = be a work around, but it still makes me nervous. Any ideas? Thanks, = --dag=20 ---------------- Alex Griffiths Unified Computing dag@unifiedcomputing.com ICQ: = 7484868=20 ---------------- Attachment Converted: "C:\Eudora\Attach\Alex Griffiths.vcf"=20 ------=_NextPart_000_00C3_01BFC3D7.326AACA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
The NIC cards are = different on both=20 ends, and I doubt that both systems have a bad cable that affects only = the=20 default router on both ends, although I have checked the cabling and I'm = confident that everything's OK.
 
 
----- Original Message -----
From:=20 Mauricio=20 Marquez
To: freebsd-questions@freebsd.org = ; Alex Griffiths
Sent: Monday, May 22, 2000 = 11:14
Subject: Re: Arp Problem?


ARP problems are associated most times with a bad = NIC card=20 or cable. Check that out. I would try not only a new NIC, but a = different=20 brand and model.

Mauricio

At 09:48 AM 5/22/00 -0700, you = wrote:=20
>>>>
Hi=20 Guys, = I'm using two FreeBSD 3.3 systems, each with = the=20 latest KAME IPsec extensions in order to setup a VPN between two = sites. Both=20 systems are exhibiting the same problem and I was hoping someone = could help. During normal = operation the=20 VPN works fine, both systems have a default route and can reach the = Internet=20 via that route. A "netstat -nr" shows the route and has an entry for = the=20 local router's IP address and it's corresponding MAC address. The = MAC=20 address is also in the arp table and shows up with "arp = -a". Unfortunately there appears = to be a problem that=20 occurs from time to time, about every hour or two, where one of the = systems=20 loses the ability to reach the Internet. When you login to the = system you=20 can't telnet to the default router, you get a "Host Down" message = and an=20 "arp -a" shows that the MAC address is no longer there, instead it = claims to=20 be "incomplete". Manually adding the entry seems to be a work = around, but it=20 still makes me nervous. Any = ideas? Thanks, = --dag =
----------------
Alex=20 Griffiths Unified Computing dag@unifiedcomputing.com ICQ: 7484868=20
----------------

Attachment Converted: = "C:\Eudora\Attach\Alex=20 Griffiths.vcf"=20



------=_NextPart_000_00C3_01BFC3D7.326AACA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 10:31:37 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 209F237B9A2 for ; Mon, 22 May 2000 10:31:29 -0700 (PDT) (envelope-from mtech@buffnet.net) Received: from buffnet5.buffnet.net (buffnet5.buffnet.net [205.246.19.14]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id NAA52641 for ; Mon, 22 May 2000 13:31:30 -0400 (EDT) (envelope-from mtech@buffnet.net) Date: Mon, 22 May 2000 13:31:20 -0400 (EDT) From: Mohsin Rahman To: FreeBSD Questions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've searched the archive, but did not find this particula one. I'm looking into buying GA-6VXE7+, but did not find any info if FreeBSD supported it. The specs on it say: VIA Aplio Pro AGPset, Socket 370, Intel Pentium II/III celeron 233 - 733 MHz, 66/100/133 MHz FSB, 256/512 KB of L2 cache (on CPU), supports up to 768 MB of SDRAM or PC100 SDRAM, 2 ultra DMA/66 bus master IDE channels, Award 2Mb flash RAM BIOS PnP, green, 2 USB ports, AGP port I plan on using it as a multi-boot for Win98/Win200/FreeBSD3.2 or FreeBSD4.0 with a ATI All-in-wonder 128 32MB card. If not this one, then what would you recommend for a 700+ MHz box that will support the obove OS'es. Thanks! Mohsin AbdulRahman MTech@BuffNET.Net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 10:36:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 0C15237B5AC for ; Mon, 22 May 2000 10:36:26 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id MAA29602; Mon, 22 May 2000 12:36:24 -0500 (CDT) Date: Mon, 22 May 2000 12:36:24 -0500 (CDT) From: Brennan W Stehling To: Jon Rust Cc: freebsd-questions@freebsd.org Subject: Re: IE for FreeBSD Petition In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well if you do not want to recieve it after you have it once, that is one thing. Not ever wanting it is another. I understand that it is wasteful getting it each time with each email, but email really is not all that sophisticated. But here are set of enhancements which may be good to put in a new RFC. Once you send an email, that address is looked up in your own address book. If no record exists, a header can be added to that email which requests that data. The recipient of the email would then automatically log that you do not have his/her full info and have the option to send it to you in a future email. This could all be done transparently. You could be building an address book database without even entering the data manually. When you need the info, it is there. Of cource this could be easily be turned on and off if you never wanted to request these records. They could also take some other form, not vcf format. Another feature I would like to see with this vcf files is a vcf-modified-time which would simply go in as a header which would let your address book database know if the record you have is current. In essence, you could keep current record on all of your contacts transparently. If you were using a system which has this ability, you could update your work phone number and address and over time each of your contacts would be the update. The ones you interact with the most often will always stay updated. And just to take it a step further, each email server could have an address like vcf@host.com where people get automated responses with vcf information. If your domain is a business or some other kind of information it could contain key contact information. Given these new abilities, email could become a very sophistiated system. A distributed database perhaps. I am sure there would be some privacy concerns. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? On Mon, 22 May 2000, Jon Rust wrote: > At 12:12 PM -0500 5/22/00, Brennan W Stehling wrote: > >I do not mind the vcf attachments all that much. It is nice to be able to > >get an address book entry sent to you with each email. Perhaps there is a > >better way, like appending that information to the existing email headers, > >but this way works ok. > > Why is that nice? > > a) I don't want it - EVER > b) If you do want it, do you really want it every time you receive a > message from the person? Isn't once enough? > c) Is it really that hard to just ask the person for the information > (at which point they can attach a vcf or whatever to send to you)? > > > jon > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 10:42:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cornflake.nickelkid.com (cornflake.nickelkid.com [216.116.135.26]) by hub.freebsd.org (Postfix) with ESMTP id BD1DD37B5AC for ; Mon, 22 May 2000 10:42:10 -0700 (PDT) (envelope-from jooji@cornflake.nickelkid.com) Received: from localhost (jooji@localhost) by cornflake.nickelkid.com (8.9.3/8.9.3) with ESMTP id NAA06512; Mon, 22 May 2000 13:42:08 -0400 (EDT) (envelope-from jooji@cornflake.nickelkid.com) Date: Mon, 22 May 2000 13:42:08 -0400 (EDT) From: "Jasper O'Malley" To: ds1436@bellatlantic.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3D video and PPPoE support? In-Reply-To: <39295CBB.C202D68E@bellatlantic.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, 22 May 2000 ds1436@bellatlantic.net wrote: > I'm thinking about trying FreeBSD, and I'd like to know if my Creative > Blaster Banshee video card is supported (3DFX Banshee chipset). Can't help you here. Someone else will have to follow up. > Also, is there support for PPPoE? Yep. > I have an ADSL internet connection (through an external ethernet > modem), and would like to be able to use it with BSD. Judging by your e-mail address, I'll wager that you're a Bell Atlantic Infospeed DSL victim like myself ;) FreeBSD's PPPoE works fine with Infospeed's ADSL service. Cheers, Mick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 10:56:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cosrel2.hp.com (cosrel2.hp.com [156.153.255.162]) by hub.freebsd.org (Postfix) with ESMTP id 5CB4B37BA0C for ; Mon, 22 May 2000 10:56:39 -0700 (PDT) (envelope-from charles_dinkey@non.hp.com) Received: from omgw2.boi.hp.com (omgw2.boi.hp.com [15.56.8.102]) by cosrel2.hp.com (Postfix) with ESMTP id 224CADF9; Mon, 22 May 2000 11:56:33 -0600 (MDT) Received: from xboibrg2.boi.hp.com (xboibrg2.boi.hp.com [15.56.8.172]) by omgw2.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit6.0.6 OpenMail) with SMTP id LAA19537; Mon, 22 May 2000 11:56:24 -0600 (MDT) Received: from 15.56.8.172 by xboibrg2.boi.hp.com (InterScan E-Mail VirusWall NT); Mon, 22 May 2000 11:55:38 -0600 (Mountain Daylight Time) Received: by xboibrg2.boi.hp.com with Internet Mail Service (5.5.2650.21) id ; Mon, 22 May 2000 10:02:44 -0600 Message-ID: From: "DINKEY,GENE (Non-HP-Loveland,ex1)" To: "'Ryan.Gamo@sce.com'" , freebsd-questions@freebsd.org Subject: RE: Ports not compiling Date: Mon, 22 May 2000 10:02:30 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, it may not be as fun but you can always use /stand/sysinstall to install the package off the cdrom. Or go on the cdrom to /packages/shells and use (I believe, use man -k to double check) pkg_add to install it. Gene (do not reply to this address, send replies to gene_dinkey@hp.com) >-----Original Message----- >From: Ryan.Gamo@sce.com [mailto:Ryan.Gamo@sce.com] >Sent: Monday, May 22, 2000 9:38 AM >To: freebsd-questions@freebsd.org >Subject: Ports not compiling > > >Ok... so I do a 'make install' in /usr/ports/shells/pdksh. >Doesn't work.... >keeps trying to ftp the files down when I've mounted the CD >with the disc >in there. It's the disc with the packages directory. Per the FAQ; I can >specify the distfiles directory. So I cp'ed the pdksh package >tarball in >there, did the DISTDIR="" argument and still didn't work. >Looked further on >the FAQ and it says that 'distfiles' is symlinked to the >CDROM. Ok, so I >cp'ed the files into some other directories, and the make never worked. >Someone help me. I'll fight tooth and nail to get my ksh on. > >Thanks in advance, > > Ryan M. Gamo > IT Application Services - TDBU > Phone: (626)308-6696 * Fax: (626)308-6390 > Pager: (888)586-7992 PIN 318489 > "KNOW YOUR ROLE" > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 May 22 11: 6:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from samxie.cl.msu.edu (samxie.cl.msu.edu [35.8.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 05F1637BBC9 for ; Mon, 22 May 2000 11:06:35 -0700 (PDT) (envelope-from sam@samxie.cl.msu.edu) Received: (from sam@localhost) by samxie.cl.msu.edu (8.9.3/8.9.3) id PAA37714 for freebsd-questions@freebsd.org; Mon, 22 May 2000 15:07:34 -0400 (EDT) (envelope-from sam) Date: Mon, 22 May 2000 15:07:34 -0400 From: Sam Xie To: freebsd-questions@freebsd.org Subject: arla Message-ID: <20000522150734.A37659@samxie.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 4.0-CURRENT i386 WWW-Home-Page: http://samxie.cl.msu.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! All, I installed port arla-0.33.1 for using AFS. However, after I type "startarla", it gave me error messages as follow. kldload: can't load /usr/local/bin/xfs.ko: Exec format error mount_xfs: vfsload(xfs): Exec format error Can anybody help to figure this problem out! Many Thanks! Sam Xie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 11:12: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from samxie.cl.msu.edu (samxie.cl.msu.edu [35.8.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 70B6837BBC8 for ; Mon, 22 May 2000 11:11:57 -0700 (PDT) (envelope-from sam@samxie.cl.msu.edu) Received: (from sam@localhost) by samxie.cl.msu.edu (8.9.3/8.9.3) id PAA37781 for freebsd-questions@freebsd.org; Mon, 22 May 2000 15:13:04 -0400 (EDT) (envelope-from sam) Date: Mon, 22 May 2000 15:13:04 -0400 From: Sam Xie To: freebsd-questions@freebsd.org Subject: arla Message-ID: <20000522151304.A37736@samxie.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 4.0-CURRENT i386 WWW-Home-Page: http://samxie.cl.msu.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! All, I installed a port, arla-0.33.1 for using AFS, but I got error message when I typed "startarla" as follow. kldload: can't load /usr/local/bin/xfs.ko: Exec format error mount_xfs: vfsload(xfs): Exec format error Can anybody help out of this problem? Many Thanks! Sam Xie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 11:30:20 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 CE92B37BA0C for ; Mon, 22 May 2000 11:30:08 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id OAA54328 for questions@FreeBSD.org; Mon, 22 May 2000 14:30:06 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200005221830.OAA54328@blackhelicopters.org> Subject: tun0: Warning: CHAP 0x81 not supported To: questions@FreeBSD.org Date: Mon, 22 May 2000 14:30:06 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm trying to use pptpclient from the ports collection, using the very generic ppp.conf file provided. Connections seem to fail with: tun0: Warning: CHAP 0x81 not supported I've searched the mailing list archives without success. Anyone know what this means, and what I can do about it? Thanks, ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 11:34:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1404.mail.yahoo.com (web1404.mail.yahoo.com [128.11.23.168]) by hub.freebsd.org (Postfix) with SMTP id 03C7537BC20 for ; Mon, 22 May 2000 11:34:49 -0700 (PDT) (envelope-from acidrop50@yahoo.com) Received: (qmail 13747 invoked by uid 60001); 22 May 2000 18:34:49 -0000 Message-ID: <20000522183449.13746.qmail@web1404.mail.yahoo.com> Received: from [204.98.155.225] by web1404.mail.yahoo.com; Mon, 22 May 2000 11:34:49 PDT Date: Mon, 22 May 2000 11:34:49 -0700 (PDT) From: todd ritzka Subject: 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 hello, recently i decided that i wanted to use some material that i had on a floppy disk. a friend of mine told me that in order to use the disk i have to type "mount -t msdos /dev/fd0a /mnt" i tried this and it worked a few times, but noe it dosnt, whats wrong?? also, our network at school is bsd based, and my friend put a copy of x windows on it. i want to get it, but i dont know how. i have a laptop, so i bring it to school with me. i was just thinking that i could use the "mv"command to move the file from its directory to my computer, but i dont exactly know how to do that. your help is greatly apprechiated, mel __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts 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 May 22 11:41:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from illiad.adhesivemedia.com (illiad.adhesivemedia.com [207.202.159.74]) by hub.freebsd.org (Postfix) with ESMTP id F1BC937BC12 for ; Mon, 22 May 2000 11:41:51 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Received: from localhost (philip@localhost) by illiad.adhesivemedia.com (8.9.3/8.9.3) with ESMTP id LAA64259 for ; Mon, 22 May 2000 11:42:17 -0700 (PDT) (envelope-from philip@adhesivemedia.com) Date: Mon, 22 May 2000 11:42:17 -0700 (PDT) From: Philip Hallstrom To: freebsd-questions@freebsd.org Subject: Phone/Voice Mail system? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all - I'm looking at upgrading/replacing our existing phone system and was wondering if there are any freebsd supported systems out there that provide typical office/phone functions (extensions, conference, voice mail, etc...) Anyone know of any product like this? Thanks! -philip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 11:55:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id B546537BAA4 for ; Mon, 22 May 2000 11:55:35 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.211]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Mon, 22 May 2000 11:55:42 -0700 Message-ID: <39298290.A089C30D@3-cities.com> Date: Mon, 22 May 2000 11:55:12 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Brad Waite Cc: questions@freebsd.org Subject: Re: More large drive install q's References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brad Waite wrote: > > Hi guys, > > First off, thanks for all the suggestions so far. > > The only way I've been able to get 4.0 to boot on my 40gig IDE is to NOT > dangerously dedicate the drive to FBSD. If I do dedicate it, the install goes > fine, but it just won't boot. I suppose the obvious answer is, "Well just > don't dangerously dedicate the drive to FBSD," but I'm curious why this is > happening. As a side note, if fdisk creates a 'true partition entry', it > leaves about 500MB at the end o' the drive unallocated, and no matter what I > try, it won't let me add it to the slice. Can anyone explain these issues? > > Heh. And here I thought I knew something about FBSD's dealings w/disks. :) I got into this problem when I first started using FreeBSD in 1999. It came down to the bios not recognizing the drive in DD mode. You could watch it count the memory and then it would do an inquire on the drives but the drives never gave the response it wanted and it just sat there. I wondered if this was at the time the bios was recognizing the size of the drive but in DD mode that drive may not know how big it is. At the time I had 3 HD's with about 11GB of space and none of them could be DD. Leave the DOS LBA mbr on the HD and the system was happy and would boot. I ended up continuing to do that because when I pull a drive out, it may go onto a Windows based system and I don't have to play with it on FreeBSD before I remove it. Kent > > -Brad > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 12:40: 0 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 BA72C37BC02 for ; Mon, 22 May 2000 12:39:47 -0700 (PDT) (envelope-from joekiser@mindspring.com) Received: from pool-209-138-44-71.bltm.grid.net ([209.138.44.71]) by smtp6.mindspring.com (8.9.3/8.8.5) with SMTP id PAA11261; Mon, 22 May 2000 15:39:01 -0400 (EDT) From: joekiser@mindspring.com (Joe Kiser) To: Greg Lehey Cc: freebsd-questions@freebsd.org Subject: Re: IE for FreeBSD Petition Date: Mon, 22 May 2000 19:37:04 GMT Organization: Orginization of Americans against Gays having Abortions Message-ID: <392a8c3b.1171159@mail.mindspring.com> References: <000b01bfc35d$c8c3c030$0200a8c0@bill> <20000522093603.B77130@freebie.lemis.com> In-Reply-To: <20000522093603.B77130@freebie.lemis.com> X-Mailer: Forte Agent 1.5/32.452 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 Mon, 22 May 2000 09:36:03 +0930, you wrote: >[Format recovered--see http://www.lemis.com/email/email-format.html] > >On Sunday, 21 May 2000 at 15:50:14 -0400, Bill A. K. wrote: >> X-Mailer: Microsoft Outlook Express 5.00.2919.6700 = =20 >> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 >> >> Hello everyone, >> I've had this petition up for a while, and I'm trying to get more= traffic and names. I'm trying to get something to convince Microsoft to = port Internet Explorer for UNIX to FreeBSD. >> The URL for my site is http://www.iefreebsd.freeservers.com >> If you would be interested in a small banner, etc. for your own web = site, please let me know, and I'll see what I can do. > >I think this is a very bad idea. Look at your mail message for one >good reason why: Microsoft software is just plain broken. You >probably don't even realise that your message was written without line >breaks. Isn't it much easier to read like this? I think you need a new newsreader. The original post looked fine in =46orte Agent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 12:41:46 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 7DF2637BB68 for ; Mon, 22 May 2000 12:41:43 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.211]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Mon, 22 May 2000 12:41:42 -0700 Message-ID: <39298D57.955E8300@3-cities.com> Date: Mon, 22 May 2000 12:41:11 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: leegold Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: ques: partition, slice, disk label, mounting point References: <001601bfc3a1$f687a920$5edf7ad1@leegold1> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG leegold wrote: > > I've read tons of stuff on the web. still trying to understand the basics of > the FreeBSD installation. maybe if anyone could explain the following term, > concepts it would make a dent: > > disk labeling (vs. slices, partitions, mounting points ). > slices, (vs partitions, what's the difference). > mounting points. > how dirs (eg. \ ) are mounted to the partitions ( or is it slices ), why, > how, when? The \ concept has to go. It is now the way it was originally developed. Microsoft just didn't understand that the / key was easier to get to than the \ key was. It will be hard to talk to someone outside of the FreeBSD community about FreeBSD terminology. I have a great deal of trouble with the term slice. No matter what you do that conflicts with current terminology. It is the 100+K FreeBSD users against the 100+M users that don't understand. If you add a FreeBSD slice to an HD, your bios talks about it being a partition. I think we used a terminology that goes against the wind so to speak. When you think about the term slice, it also fits because you have really sliced the drive up and are creating a super extended partition. Since I am used to the FreeBSD usage, trying to install Linux on a system has been difficult. I need one system that will boot Linux and setting up one on my systems is really difficult. I don't have any problem adding FreeBSD and it is because of the slice concept. I added FreeBSD to an old system with NT 4 on it and both needed to be under 8GB to boot. The FreeBSD 4.0 slice located after the extended partition containing the NT boot worked just fine. It also made copying the existing disk structure from a 5GB to a 20GB a snap :). Some rules are: an HD can have 4 primary partitions on it. One of those partitions can be an extended partition. A slice is a primary partition and you can have more than 1. A slice can be larger than 8.4GB and your system will boot if and only if your / parition is separated from the other partitions. The / partition has to be totatly located in front of cylinder 1024, which is ~8.4GB using LBA. I go with a 100MB / partition and that has around 30% freespace. I separate out /var, /tmp, and /usr. I have a 500MB /var, a 1.5GB /tmp, and everything else is assigned to /usr. These sizes are extremely generous. When you have 12GB free, what is 500MB more or less :). Each FreeBSD partition is a mount point. Since they mount onto your / partition, they need unique names. The names for /, /var, /tmp, and /usr are not variables. They have to mount with those names precisely. Changing /usr to /kent would be like renaming your windows/system32 to /windows/lee and expecting windows to work. It won't. I add my users in /home which is linked to /usr/home. I can cd to ~seti and end up in /home/seti. The advantage in using the /home concept. There is a lot to learn. Have fun, Kent > > Thanks (newbie) > > 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 Mon May 22 13: 9: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.avantgo.com (ws1.avantgo.com [207.214.200.194]) by hub.freebsd.org (Postfix) with ESMTP id D1A5C37BC0C for ; Mon, 22 May 2000 13:09:04 -0700 (PDT) (envelope-from scott@avantgo.com) Received: from river.avantgo.com (river.avantgo.com [10.0.128.30]) by hermes.avantgo.com (Postfix) with ESMTP id 33E9015; Mon, 22 May 2000 13:09:04 -0700 (PDT) Date: Mon, 22 May 2000 13:09:09 -0700 (PDT) From: Scott Hess To: Harry Woodward-Clarke Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Are Multiple XWindows Possible? In-Reply-To: <3928B517.7D7C916D@S1.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000, Harry Woodward-Clarke wrote: > Jon Hamilton wrote: > > Balderdash :) There's no reason you can't run multiple X servers on > > one set of hardware; I do it all the time. You just run them on > > different virtual consoles and use control-alt-f to switch to > > whichever one you want to access. > > After torturing Jon, I extracted the magic incantation. I remember > trying this 'before', but it didn't work back then - my guess is I > mis-typed {blush} > > $ startx -- :n > > where 'n' is a number greater than '0' if you already have X running on > the 'default' display. In my experience, this can be pretty annoying, because you end up switching back and forth all the time, and often want to see something from both servers in one place. I would suggest trying Xnest, or perhaps Xvnc, unless I really needed a full-on X server. Later, scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 13:19: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lh00.opsion.fr (lh00.opsion.fr [212.73.208.226]) by hub.freebsd.org (Postfix) with SMTP id B1C2837BC8E for ; Mon, 22 May 2000 13:18:59 -0700 (PDT) (envelope-from koroby398@ifrance.com) Received: from 24.9.56.160 [24.9.56.160] by lh00.opsion.fr; Mon, 22 May 2000 20:19:00 GMT Date: Mon, 22 May 2000 20:18:52 +0000 From: y u r i k X-Mailer: The Bat! (v1.42f) UNREG / CD5BF9353B3B7091 Reply-To: Y u r i K Organization: Barney, The Trader X-Priority: 3 (Normal) Message-ID: <4626782230.20000522201852@ifrance.com> To: freebsd-questions@freebsd.org Subject: newbie needs advice 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 All, total newbie here: all I was subjected to was Apple(mostly) and Windows before. Tried Linux. Installed several distros several times. Liked what I saw. Could you, please, brief me on the differences between the two? Main objective is to learn why would I go BSD way. My understanding that BSD is better structured than Linux, but I have no real knowledge of either one. All I have is plenty of free time and curiosity. Or shall I try going both? I am not asking for "must die" kinda stuff, I just really never dealt with "real systems" before. thank you in advance -- Best regards, Yuri Vancouver, USA mailto:koroby398@ifrance.com ______________________________________________________________________________ message envoye depuis http://www.ifrance.com emails (pop)-sites persos (espace illimite)-agenda-favoris (bookmarks)-forums Ecoutez ce message par tel ! : 08 92 68 92 15 (france uniquement) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 13:38: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id 6AEE437BC41 for ; Mon, 22 May 2000 13:37:58 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.211]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Mon, 22 May 2000 13:38:05 -0700 Message-ID: <39299A8E.5C91FA3@3-cities.com> Date: Mon, 22 May 2000 13:37:34 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Mark Ovens Cc: leegold , FreeBSD-Questions@freebsd.org Subject: Re: ques: partition, slice, disk label, mounting point References: <001601bfc3a1$f687a920$5edf7ad1@leegold1> <39298D57.955E8300@3-cities.com> <20000522204925.B2835@parish> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark Ovens wrote: > > On Mon, May 22, 2000 at 12:41:11PM -0700, Kent Stewart wrote: > > > > > > leegold wrote: > > > > > > I've read tons of stuff on the web. still trying to understand the basics of > > > the FreeBSD installation. maybe if anyone could explain the following term, > > > concepts it would make a dent: > > > > > > disk labeling (vs. slices, partitions, mounting points ). > > > slices, (vs partitions, what's the difference). > > > mounting points. > > > how dirs (eg. \ ) are mounted to the partitions ( or is it slices ), why, > > > how, when? > > > > The \ concept has to go. It is now the way it was originally > > developed. Microsoft just didn't understand that the / key was easier > > to get to than the \ key was. > > > > Maybe Billy G is English? On a UK keyboard `\` is between `Z` and > Left-Shift and `/` is the same as a US keyboard (I think), next to > Right-Shift ;) Nah! He was born in the Seattle area. I'm not sure what keyboard they started out with on their early systems. The earliest systems they added their version of Basic to required serial terminals and they were probably using the equivalent of the VT100. There was a photograph of everyone that was located in Arizona. There wasn't a non-millionare in the bunch. Really geeky looking but with that much money no one cares :). This was just before all 7 or 8 of them moved back to Seattle (Redmond). I think all control characters should be reached with out having to use a special key (shift, alt, or control). On my XT keyboard, which is still in my basement, the \ is to the left of the left-shift key. The arrow on the shift key is almost worn off but the \ key almost looks un touched. The system only ran DOS. It was still a double reach with your left small finger. The / key was a much easier reach. I think they just didn't want to look like they were copying the terrible unix setup, which the whole tree concept was really based on. This is probably similar to talking about qwerty keyboards versus the more effective ones in terms of ease of use. Kent > > > It will be hard to talk to someone outside of the FreeBSD community > > about FreeBSD terminology. I have a great deal of trouble with the > > term slice. No matter what you do that conflicts with current > > terminology. It is the 100+K FreeBSD users against the 100+M users > > that don't understand. If you add a FreeBSD slice to an HD, your bios > > talks about it being a partition. I think we used a terminology that > > goes against the wind so to speak. > > > > When you think about the term slice, it also fits because you have > > really sliced the drive up and are creating a super extended > > partition. Since I am used to the FreeBSD usage, trying to install > > Linux on a system has been difficult. I need one system that will boot > > Linux and setting up one on my systems is really difficult. I don't > > have any problem adding FreeBSD and it is because of the slice > > concept. I added FreeBSD to an old system with NT 4 on it and both > > needed to be under 8GB to boot. The FreeBSD 4.0 slice located after > > the extended partition containing the NT boot worked just fine. It > > also made copying the existing disk structure from a 5GB to a 20GB a > > snap :). > > > > Some rules are: an HD can have 4 primary partitions on it. One of > > those partitions can be an extended partition. A slice is a primary > > partition and you can have more than 1. A slice can be larger than > > 8.4GB and your system will boot if and only if your / parition is > > separated from the other partitions. The / partition has to be totatly > > located in front of cylinder 1024, which is ~8.4GB using LBA. I go > > with a 100MB / partition and that has around 30% freespace. I separate > > out /var, /tmp, and /usr. I have a 500MB /var, a 1.5GB /tmp, and > > everything else is assigned to /usr. These sizes are extremely > > generous. When you have 12GB free, what is 500MB more or less :). Each > > FreeBSD partition is a mount point. Since they mount onto your / > > partition, they need unique names. The names for /, /var, /tmp, and > > /usr are not variables. They have to mount with those names precisely. > > Changing /usr to /kent would be like renaming your windows/system32 to > > /windows/lee and expecting windows to work. It won't. > > > > I add my users in /home which is linked to /usr/home. I can cd to > > ~seti and end up in /home/seti. The advantage in using the /home > > concept. > > > > There is a lot to learn. > - Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 13:55:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from truth.wofford.edu (truth.wofford.edu [199.190.174.30]) by hub.freebsd.org (Postfix) with SMTP id BF18937BAA6 for ; Mon, 22 May 2000 13:55:39 -0700 (PDT) (envelope-from welchdw@wofford.edu) Received: from nuclphys.wofford.edu ([10.0.33.73]) by truth.wofford.edu with ESMTP; Mon, 22 May 2000 16:55:38 -0400 Received: (from welchdw@localhost) by nuclphys.wofford.edu (8.9.3/8.9.3) id QAA08464; Mon, 22 May 2000 16:55:34 -0400 (EDT) (envelope-from welchdw) Date: Mon, 22 May 2000 16:55:34 -0400 From: Dan Welch To: Alex Charalabidis Cc: FreeBSD Questions Subject: Re: DEC DE203 (le0) / FreeBSD 4.0 Message-ID: <20000522165534.A8350@nuclphys.wofford.edu> References: <3921EA5A.5505D3C9@S1.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Alex Charalabidis on Wed, May 17, 2000 at 09:42:45AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am seeing the same difficulty with DE204's. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 14:22:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from newmail.spectraweb.ch (newmail.spectraweb.ch [194.158.230.44]) by hub.freebsd.org (Postfix) with ESMTP id 4F63937BC94 for ; Mon, 22 May 2000 14:22:00 -0700 (PDT) (envelope-from fcu@no-way.org) Received: from u-turn.noway.org (194.230.133.67) by newmail.spectraweb.ch for ; 22 May 2000 23:21:59 +0200 Message-ID: <3929a4f73930c019@newmail.spectraweb.ch> (added by newmail.spectraweb.ch) Content-Type: text/plain Content-Disposition: inline Mime-Version: 1.0 From: Flavio Curti To: freebsd-questions@freebsd.org Reply-To: Flavio Curti Subject: iomega dittomax under freebsd4 X-Mailer: CSCMail v1.7.1CVS Date: 22 May 2000 22:32:46 CEST Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi i wonder if i can get a iomega dittomax dirve to work under freebsd4 with the supplied controller... i know, ftape backup drives are crap, but they are cheap too.. any suggestiens? (except to buy a scsi tape :) greetz Flavio -- -=: http://no-way.org :=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 14:32:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web904.mail.yahoo.com (web904.mail.yahoo.com [128.11.23.79]) by hub.freebsd.org (Postfix) with SMTP id 7871E37B5AE for ; Mon, 22 May 2000 14:32:35 -0700 (PDT) (envelope-from sorc_qd@yahoo.com) Received: (qmail 28145 invoked by uid 60001); 22 May 2000 21:32:34 -0000 Message-ID: <20000522213234.28144.qmail@web904.mail.yahoo.com> Received: from [196.30.126.130] by web904.mail.yahoo.com; Mon, 22 May 2000 14:32:34 PDT Date: Mon, 22 May 2000 14:32:34 -0700 (PDT) From: Tristan Seligmann Subject: PCMCIA Modem - not working - 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 After installing 4.0-CURRENT I fiddled around with /etc/pccard.conf and managed to get it to pick up my modem. It now prints something like "sio4 on pccard0" or something like that. Now, how do I access this device? /dev/cuaa4 didn't exist, so I MAKEDEV'ed it, but whenever I cat the device, the entire system locks up completely, requiring a cold reboot. Help!! (please e-mail me, as I am not subscribed to the list) sorc_qd@yahoo.com __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts 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 May 22 14:39:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fwnau005.usco.com (ftp.edi.usco.com [63.77.10.86]) by hub.freebsd.org (Postfix) with ESMTP id 15AA937B5AE for ; Mon, 22 May 2000 14:39:21 -0700 (PDT) (envelope-from bLiotta@USCO.com) Received: from ntnau210.usco.com (ntnau210.usco.com [172.16.66.43]) by fwnau005.usco.com (8.10.1/8.10.1) with ESMTP id e4MLdGv03014 for ; Mon, 22 May 2000 17:39:16 -0400 (EDT) Received: by ntnau210.usco.com with Internet Mail Service (5.5.2650.21) id ; Mon, 22 May 2000 17:39:15 -0400 Message-ID: From: "Liotta, Bob" To: "'questions@Freebsd.org'" Subject: I have an SMP Problem Date: Mon, 22 May 2000 17:39:14 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Folks, I have an HP LC2000r 2 CPU System. I built an SMP Kernel for 4.0 and during the boot stage, it randomly locks up. My guess is it hangs when trying to start the 2nd CPU. I have other recent models of the HP NetServer and they work fine. I currently have this working on LC3 Servers. Not sure what the problem is. It will boot with a single processor though. I have attached an mptable listing. Any ideas would be appreciated. Thanks. Bob ============================================================================ === MPTable, version 2.0.15 looking for EBDA pointer @ 0x040e, found, searching EBDA @ 0x0009e800 searching CMOS 'top of mem' @ 0x0009e400 (633K) searching default 'top of mem' @ 0x0009fc00 (639K) searching BIOS @ 0x000f0000 MP FPS found in BIOS @ physical addr: 0x000f7970 ---------------------------------------------------------------------------- --- MP Floating Pointer Structure: location: BIOS physical address: 0x000f7970 signature: '_MP_' length: 16 bytes version: 1.4 checksum: 0x4e mode: Virtual Wire ---------------------------------------------------------------------------- --- MP Config Table Header: physical address: 0x0009e960 signature: 'PCMP' base table length: 356 version: 1.4 checksum: 0xde OEM ID: 'HP ' Product ID: 'LC 2000 ' OEM table pointer: 0x00000000 OEM table size: 0 entry count: 36 local APIC address: 0xfee00000 extended table length: 272 extended table checksum: 248 ---------------------------------------------------------------------------- --- MP Config Base Table Entries: -- Processors: APIC ID Version State Family Model Step Flags 1 0x11 BSP, usable 6 8 1 0x387fb ff 0 0x11 AP, usable 6 8 1 0x387fb ff -- Bus: Bus ID Type 0 PCI 1 PCI 2 PCI 3 PCI 4 PCI 5 PCI 6 ISA -- I/O APICs: APIC ID Version State Address 2 0x11 usable 0xfec00000 3 0x11 usable 0xfec01000 -- I/O Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT active-hi edge 6 0 2 0 INT active-hi edge 6 1 2 1 INT active-hi edge 6 2 2 2 INT active-hi edge 6 3 2 3 INT active-hi edge 6 4 2 4 INT active-lo level 6 5 2 5 INT active-hi edge 6 6 2 6 INT active-hi edge 6 7 2 7 INT active-hi edge 6 8 2 8 INT active-lo level 6 9 2 9 INT active-lo level 6 10 2 10 INT active-lo level 6 11 2 11 INT active-hi edge 6 12 2 12 INT active-hi edge 6 13 2 13 INT active-hi edge 6 14 2 14 INT active-hi edge 6 15 2 15 INT active-lo level 0 2:A 3 0 INT active-lo level 0 3:A 3 1 INT active-lo level 0 4:A 3 2 INT active-lo level 0 5:A 3 3 INT active-lo level 3 2:A 3 4 INT active-lo level 3 6:A 3 8 INT active-lo level 3 6:B 3 9 -- Local Ints: Type Polarity Trigger Bus ID IRQ APIC ID PIN# ExtINT active-hi edge 6 0 255 0 NMI active-hi edge 0 0:A 255 1 ---------------------------------------------------------------------------- --- MP Config Extended Table Entries: -- bus ID: 0 address type: I/O address address base: 0x0 address range: 0x2000 -- bus ID: 3 address type: I/O address address base: 0x2000 address range: 0x900 -- bus ID: 0 address type: I/O address address base: 0x2900 address range: 0xd700 -- bus ID: 0 address type: memory address address base: 0x80000000 address range: 0x7d000000 -- bus ID: 3 address type: memory address address base: 0xfd000000 address range: 0x10000 -- bus ID: 0 address type: memory address address base: 0xfd010000 address range: 0x1df0000 -- bus ID: 0 address type: memory address address base: 0xfef00000 address range: 0x1100000 -- bus ID: 0 address type: memory address address base: 0xa0000 address range: 0x20000 -- bus ID: 0 address type: memory address address base: 0xd0000 address range: 0x10000 -- bus ID: 0 address type: memory address address base: 0xf00000 address range: 0x100000 -- bus ID: 1 bus info: 0x00 parent bus ID: 0-- bus ID: 2 bus info: 0x00 parent bus ID: 0-- bus ID: 4 bus info: 0x00 parent bus ID: 3-- bus ID: 5 bus info: 0x00 parent bus ID: 3-- bus ID: 6 bus info: 0x01 parent bus ID: 0-- bus ID: 0 address modifier: add predefined range: 0x00000000-- bus ID: 0 address modifier: add predefined range: 0x00000001-- bus ID: 3 address modifier: subtract predefined range: 0x00000000-- bus ID: 3 address modifier: subtract predefined range: 0x00000001 ---------------------------------------------------------------------------- --- # SMP kernel config file options: # Required: options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Optional (built-in defaults will work in most cases): #options NCPU=2 # number of CPUs #options NBUS=7 # number of busses #options NAPIC=2 # number of IO APICs #options NINTR=24 # number of INTs ---------------------------------------------------------------------------- --- Bob Liotta Internet Services Champion To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 14:48:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-63-201-55-220.dsl.snfc21.pacbell.net (adsl-63-201-55-220.dsl.snfc21.pacbell.net [63.201.55.220]) by hub.freebsd.org (Postfix) with ESMTP id CF77C37B635 for ; Mon, 22 May 2000 14:48:54 -0700 (PDT) (envelope-from jwg2@adsl-63-201-55-220.dsl.snfc21.pacbell.net) Received: from localhost (jwg2@localhost) by adsl-63-201-55-220.dsl.snfc21.pacbell.net (8.9.3/8.9.3) with ESMTP id OAA91646 for ; Mon, 22 May 2000 14:47:33 -0700 (PDT) (envelope-from jwg2@adsl-63-201-55-220.dsl.snfc21.pacbell.net) Date: Mon, 22 May 2000 14:47:33 -0700 (PDT) From: Jeff Gray To: freebsd-questions@FreeBSD.ORG Subject: pgp5 encrupt and sign un one step Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just me or are others seeing this with pgp5? On both my 3.4 and 4.0 boxes, pgpe -r recipient -sat file encrypts fine but does not sign the s flag is supposed to sign. even tried -s -u userid and still does not sign. pgps -u user -at file signs as it should. Cannot figure out how to encrypt and sign in one step. Ran pgpk -e made the recipients key trusted and then signed it. Still takes two steps. Thoughts appreciated. Thanks jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 14:58:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by hub.freebsd.org (Postfix) with ESMTP id B906F37B512 for ; Mon, 22 May 2000 14:58:43 -0700 (PDT) (envelope-from leegold@erols.com) Received: from 209-122-225-55.s55.tnt1.nyw.ny.dialup.rcn.com ([209.122.225.55] helo=leegold1) by smtp01.mrf.mail.rcn.net with smtp (Exim 2.12 #3) id 12u0Dd-0004EF-00; Mon, 22 May 2000 17:58:38 -0400 Message-ID: <001801bfc439$04272f00$37e17ad1@leegold1> From: "leegold" To: "Kent Stewart" Cc: References: <001601bfc3a1$f687a920$5edf7ad1@leegold1> <39298D57.955E8300@3-cities.com> Subject: Re: ques: partition, slice, disk label, mounting point Date: Mon, 22 May 2000 17:59:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > leegold wrote: > > I've read tons of stuff on the web. still trying to understand the basics of > > the FreeBSD installation. maybe if anyone could explain the following term, > > concepts it would make a dent: > > disk labeling (vs. slices, partitions, mounting points ). > > slices, (vs partitions, what's the difference). > > mounting points. > > how dirs (eg. \ ) are mounted to the partitions ( or is it slices ), why, > > how, when? > > The \ concept has to go. It is now the way it was originally > developed. Microsoft just didn't understand that the / key was easier > to get to than the \ key was. scuse me i meant / (the root dir) - how embarrassing. > > It will be hard to talk to someone outside of the FreeBSD community > about FreeBSD terminology. just elaborating on the generic unix definations for these terms would be fine but i got some good info out of you response - thanks! ...snip...... > > There is a lot to learn. That's one reason why i'm tackling fbsd - that glorious learning curve + i want to break my m$ addiction. thanks again. > > Have fun, > > Kent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 15:17:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kx2.lh.net (kx2.lh.net [216.81.128.204]) by hub.freebsd.org (Postfix) with ESMTP id EF0E437B53B for ; Mon, 22 May 2000 15:17:18 -0700 (PDT) (envelope-from freebsd-q@cambridge.lh.net) Received: from cambridge.lh.net ([216.81.128.29]) by kx2.lh.net (InterMail vK.4.02.00.10 201-232-116-110 license fa447d7e5453d7b15649594624cecde5) with ESMTP id <20000522221552.HGCU336.kx2@cambridge.lh.net> for <@mail.lh.net:freebsd-questions@freebsd.org>; Mon, 22 May 2000 17:15:52 -0500 Received: from localhost by cambridge.lh.net via ESMTP (8.9.3/970220.SGI.BM.8.8.5) for id WAA13043; Mon, 22 May 2000 22:17:17 GMT Date: Mon, 22 May 2000 17:17:17 -0500 From: FreeBSD mailing shiz To: freebsd-questions@freebsd.org Subject: SCSI on Compaq DL380? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Folks, Does anyone know if it's actually possible to use the integrated SCSI/RAID controller that comes with a Compaq DL380 with FreeBSD? I can't seem to generate a kernel that will see either. The controller, according to the Compaq bootup screens, is a Compaq Smart Array RAID controller, or something like that, which *does* appear to have FreeBSD kernel support. However, I still can't get it, or the plain old SCSI controller, to show up in FreeBSD at boot. There's an IC near the SCSI ports on the motherboard that says "LSI - Symbios" on it, which leads me to believe that the actual SCSI controller might just be a Symbios controller, for which there is kernel support. Still no go. Any ideas? Thanks. Franklin -- Franklin Trumpy franklint@lh.net Lighthouse Communications, Inc. (515)244-1115 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 15:27:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id DC90D37B547 for ; Mon, 22 May 2000 15:27:36 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id HAA84470; Tue, 23 May 2000 07:57:28 +0930 (CST) Date: Tue, 23 May 2000 07:57:28 +0930 From: Greg Lehey To: Ben Carlson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is Vinum broken in 4.0 -stable Message-ID: <20000523075728.H78939@freebie.lemis.com> References: <4.3.0.20000522102606.00acb520@pilot.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <4.3.0.20000522102606.00acb520@pilot.msu.edu> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 22 May 2000 at 10:26:44 -0400, Ben Carlson wrote: > > Is vinum broken in 4.0 stable? No. 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 May 22 15:27:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from despam.spin.it (despam.spin.it [147.123.1.123]) by hub.freebsd.org (Postfix) with ESMTP id 91AEE37B5CA for ; Mon, 22 May 2000 15:27:28 -0700 (PDT) (envelope-from furio@spin.it) Received: from mail.spin.it (plus.spin.it [147.123.1.12]) by despam.spin.it (Postfix/beta-19990601/Spin-ext-16nov1999) with ESMTP id BA3733C097 for ; Tue, 23 May 2000 00:27:21 +0200 (CEST) Received: (from furio@localhost) by mail.spin.it (8.9.3/8.9.3/spin-int-jan2000) id AAA11736 for freebsd-questions@freebsd.org; Tue, 23 May 2000 00:27:21 +0200 Date: Tue, 23 May 2000 00:27:21 +0200 From: furio ercolessi To: freebsd-questions@freebsd.org Subject: Cannot start softupdates, why? Message-ID: <20000523002721.C10915@spin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I am trying to enable softupdates on my /var partition, but I am having difficulties (I am a FreeBSD newbie migrating from Linux exactly to improve filesystem performance; please bear with me). I did "ln -s ../../contrib/softupdates/*.[ch] ." in /usr/src/sys/ufs/ffs. I put "options SOFTUPDATES" in /usr/src/sys/i386/conf/. I make-installed the custom kernel. I rebooted, went single user, unmounted my /var partition and did # tunefs -n enable /dev/da0s1e tunefs: soft updates set # tunefs -p /dev/da0s1e tunefs: soft updates: (-n) enabled [...more output...] # mount /dev/da0s1e /var # mount [...] /dev/da0s1e on /var (ufs, local, writes: sync 2 async 0) Now I understand that at this point softupdates should appear in the list within (...). And this is not just a failure of mount to show it: I ran performance tests without seeing any difference between "enabled" and "disabled". I must have forgotten to do something. Thanks for any clue... (I am on 3.4-RELEASE on a vulgar i586 platform). furio ercolessi Spin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 15:29:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spike.brainlink.com (spike.brainlink.com [206.127.59.100]) by hub.freebsd.org (Postfix) with ESMTP id B400137B5D0 for ; Mon, 22 May 2000 15:29:16 -0700 (PDT) (envelope-from spork@spike.brainlink.com) Received: (from spork@localhost) by spike.brainlink.com (8.9.3/8.9.3) id SAA03697; Mon, 22 May 2000 18:28:09 -0400 (EDT) (envelope-from spork) Date: Mon, 22 May 2000 18:28:08 -0400 From: Spike Gronim To: leegold Cc: freebsd-questions@freebsd.org Subject: Re: ques: partition, slice, disk label, mounting point Message-ID: <20000522182808.A3604@spike.brainlink.com> Reply-To: gronimw@stuy.edu References: <001601bfc3a1$f687a920$5edf7ad1@leegold1> <39298D57.955E8300@3-cities.com> <001801bfc439$04272f00$37e17ad1@leegold1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <001801bfc439$04272f00$37e17ad1@leegold1>; from leegold@erols.com on Mon, May 22, 2000 at 05:59:33PM -0400 X-PGP-Public-Key: http://www.gronim.com/spike/pubkey.asc X-PGP-fingerprint: 05 92 88 05 3C DB F2 40 AB 1D AE 2A F0 E5 FA A5 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 22, 2000 at 05:59:33PM -0400, leegold wrote: > > > leegold wrote: > > > I've read tons of stuff on the web. still trying to understand the > basics of > > > the FreeBSD installation. maybe if anyone could explain the following > term, > > > concepts it would make a dent: > > > disk labeling (vs. slices, partitions, mounting points ). Slices - Under FreeBSD, 'slice' means what 'partition' means to the average PC BIOS. Partitions - Under FreeBSD, 'partition' means a subsection of what the average PC BISO calls a 'partition'. For example, my BIOS sees my drive as containing one big partition, while FreeBSD sees it as one slice (which is FreeBSD's name for the BIOS partition) which in turn contains several partitions. Mount points - A mount point is just a directory used to mount a filesystem. For instance, /usr is a mount point under a standard FreeBSD system. All this means is that the contents of the filesystem will be attached to the system in that directory. > > > slices, (vs partitions, what's the difference). > > > mounting points. > > > how dirs (eg. \ ) are mounted to the partitions ( or is it slices ), > why, > > > how, when? > > > > The \ concept has to go. It is now the way it was originally > > developed. Microsoft just didn't understand that the / key was easier > > to get to than the \ key was. > > scuse me i meant / (the root dir) - how embarrassing. > > > > > It will be hard to talk to someone outside of the FreeBSD community > > about FreeBSD terminology. > > just elaborating on the generic unix definations for these terms would be > fine > but i got some good info out of you response - thanks! > > ...snip...... > > > > There is a lot to learn. > > That's one reason why i'm tackling fbsd - that glorious learning curve > + i want to break my m$ addiction. thanks again. > > > > > Have fun, > > > > Kent > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- --Spike Gronim gronimw@stuy.edu "Oh yes? An obscene triangle which, has more courage than the word." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 15:38: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 C58DC37B5C7 for ; Mon, 22 May 2000 15:38:27 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id JAA24545; Tue, 23 May 2000 09:44:25 +1000 From: Danny To: "Mark A. Hummel" , freebsd-questions Subject: Re: KDE Reconfig or Reinstall? Date: Wed, 24 May 2000 08:44:44 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <3927E246.B68E3E18@ispchannel.com> MIME-Version: 1.0 Message-Id: <00052408453101.00332@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -Hello -Try XF86Setup. This will have an option to allow you to setup your colour depth and resoulution. Hope that helps O n Sun, 21 May 2000, Mark A. Hummel wrote: > Hi, > > I installed KDE during the FBSD install. Since Xfree86 failed twice, I > used Xconfig and was able to finish. The challenge now is that KDE > comes up in low 640 x 480 resolution and Ctrl-Alt-+ does not change the > resolution. Is there a way to increase the resolution and color depth? > If not, should I reconfigure KDE (and if so, how) or would it be better > to uninstall/reinstall KDE (and if so, how). > > Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 15:39:57 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 0C38C37B5C7 for ; Mon, 22 May 2000 15:39:55 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4MNDcR06741; Mon, 22 May 2000 16:13:38 -0700 (PDT) Date: Mon, 22 May 2000 16:13:38 -0700 From: Alfred Perlstein To: furio ercolessi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot start softupdates, why? Message-ID: <20000522161337.A28097@fw.wintelcom.net> References: <20000523002721.C10915@spin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000523002721.C10915@spin.it>; from furio@spin.it on Tue, May 23, 2000 at 12:27:21AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * furio ercolessi [000522 16:04] wrote: > Hi all, > > I am trying to enable softupdates on my /var partition, but > I am having difficulties (I am a FreeBSD newbie migrating > from Linux exactly to improve filesystem performance; please > bear with me). > > I did "ln -s ../../contrib/softupdates/*.[ch] ." in /usr/src/sys/ufs/ffs. > I put "options SOFTUPDATES" in /usr/src/sys/i386/conf/. > I make-installed the custom kernel. > I rebooted, went single user, unmounted my /var partition and did > # tunefs -n enable /dev/da0s1e > tunefs: soft updates set > # tunefs -p /dev/da0s1e > tunefs: soft updates: (-n) enabled > [...more output...] > # mount /dev/da0s1e /var > # mount > [...] > /dev/da0s1e on /var (ufs, local, writes: sync 2 async 0) > > Now I understand that at this point softupdates should appear > in the list within (...). And this is not just a failure of mount > to show it: I ran performance tests without seeing any difference > between "enabled" and "disabled". > I must have forgotten to do something. Thanks for any clue... > (I am on 3.4-RELEASE on a vulgar i586 platform). afaik under 3.x you must tunefs the raw device (/dev/rda0s1e). hope this helps, -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 15:42:41 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 9D1B037B5C7 for ; Mon, 22 May 2000 15:42:38 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id JAA24709; Tue, 23 May 2000 09:48:45 +1000 From: Danny To: "Alex Kwan" , Subject: Re: Perl and Perl-Tk package Date: Wed, 24 May 2000 08:48:47 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <000d01bfc344$38efdf20$981d40ca@alexkwan> MIME-Version: 1.0 Message-Id: <00052408495002.00332@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -Yes, FreeBSD comes with perl precompiled - Just install FreeBSD and type in "which perl" or "whereis perl" and you will find your answer. Looking forward to your feedback. dannyh On Mon, 22 May 2000, Alex Kwan wrote: > Hi! > > Does the FreeBSD4.0R CDROM contains the > Perl-5.xx and Perl-Tk pre-compiled package, > I only found these packages on current ports. > > Thanks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 15:49:12 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 F165037B599 for ; Mon, 22 May 2000 15:49:08 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id JAA25053; Tue, 23 May 2000 09:55:10 +1000 From: Danny To: kline@tera.com (Gary Kline), questions@FreeBSD.ORG Subject: Re: Wine and PeeCee CD's?? Date: Wed, 24 May 2000 08:54:03 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <200005211854.LAA21992@tera.com> MIME-Version: 1.0 Message-Id: <00052408561603.00332@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG - Let me guess - spanish ??? - Anyway, your solution - get Vmware from www.freebsd.org/ports/ - You need at least a Pentirum 2 - And you need to pay for a licenice for that product. On Mon, 22 May 2000, Gary Kline wrote: > Well, after years of hesitation I've done it: I've sunk to > the depths of pond scum and bought myself some language CD's. > Of course these CD apps only run under M$***, so it means > using my wife's PC. > > But I'm wondering if WINE under SuSE (e.g.) would let me use > these CD's here and not fbother with the other toy OS. Seems > to me that since all of the binaries are on the CD that this > might be doable. > > Any thoughts? > > thanks, > > gary > -- > Gary Kline > Cray Inc > Seattle, Washington > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 15:55:24 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 A3DE037B599 for ; Mon, 22 May 2000 15:55:16 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA25357; Tue, 23 May 2000 10:00:56 +1000 From: Danny To: kristian.rink@informatik.tu-chemnitz.de, Kristian Rink , questions Subject: RE: IE for FreeBSD Petition Date: Wed, 24 May 2000 08:58:43 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052409020204.00332@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG - Hello - Is good for people which have M$ dial up users and you don't have a M$ IE 5 to support them. But - since I don't support M$ users any more I have no need for internet explorer. On Mon, 22 May 2000, Kristian Rink wrote: > On 21-May-2000 Bill A. K. wrote: > > Hello everyone, > > I've had this petition up for a while, and I'm trying to get more > > traffic and names. I'm trying to get something to convince Microsoft to port > > Internet Explorer for UNIX to FreeBSD. > > The URL for my site is http://www.iefreebsd.freeservers.com > > If you would be interested in a small banner, etc. for your own web site, > > please let me know, and I'll see what I can do. > > Thanks, > > > > Bill > > billieakay@yahoo.com > > > > Hmmm... Being totally honest, this is the least petition I'd ever support in > all my life. Besides that there's lynx or links or w3m being great while > browsing without picture overheads and all this, what should I need an > insecure, unstable and closed-sourced browser like IE for? And, if they do, > what's next? Outlook???? Heaven help us... > > Never mind... > Kris > > -- > Kristian Rink > kristian.rink@informatik.tu-chemnitz.de > > "time and rules are changing, > attention span is quickening, > welcome... to the Information Age..." > (Queensryche) > ------------------------------------------ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 15:56:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from despam.spin.it (despam.spin.it [147.123.1.123]) by hub.freebsd.org (Postfix) with ESMTP id 522D337B658 for ; Mon, 22 May 2000 15:56:19 -0700 (PDT) (envelope-from furio@spin.it) Received: from mail.spin.it (plus.spin.it [147.123.1.12]) by despam.spin.it (Postfix/beta-19990601/Spin-ext-16nov1999) with ESMTP id B2BED3C09A; Tue, 23 May 2000 00:56:17 +0200 (CEST) Received: (from furio@localhost) by mail.spin.it (8.9.3/8.9.3/spin-int-jan2000) id AAA12421; Tue, 23 May 2000 00:56:17 +0200 Date: Tue, 23 May 2000 00:56:17 +0200 From: furio ercolessi To: Alfred Perlstein Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot start softupdates, why? Message-ID: <20000523005617.D10915@spin.it> References: <20000523002721.C10915@spin.it> <20000522161337.A28097@fw.wintelcom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000522161337.A28097@fw.wintelcom.net>; from bright@wintelcom.net on Mon, May 22, 2000 at 04:13:38PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 22, 2000 at 04:13:38PM -0700, Alfred Perlstein wrote: > > > > I did "ln -s ../../contrib/softupdates/*.[ch] ." in /usr/src/sys/ufs/ffs. > > I put "options SOFTUPDATES" in /usr/src/sys/i386/conf/. > > I make-installed the custom kernel. > > I rebooted, went single user, unmounted my /var partition and did > > # tunefs -n enable /dev/da0s1e > > tunefs: soft updates set > > # tunefs -p /dev/da0s1e > > tunefs: soft updates: (-n) enabled > > [...more output...] > > # mount /dev/da0s1e /var > > # mount > > [...] > > /dev/da0s1e on /var (ufs, local, writes: sync 2 async 0) > > > > Now I understand that at this point softupdates should appear > > in the list within (...). > > afaik under 3.x you must tunefs the raw device (/dev/rda0s1e). Nope: # tunefs -n enable /dev/rda0s1e tunefs: soft updates set # tunefs -p /dev/rda0s1e tunefs: soft updates: (-n) enabled [...] # mount /dev/da0s1e /var # mount | grep s1e /dev/da0s1e on /var (ufs, local, writes: sync 2 async 0) -furio > hope this helps, > -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 15:57:42 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 E6A4537B95B for ; Mon, 22 May 2000 15:57:38 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA25507; Tue, 23 May 2000 10:03:40 +1000 From: Danny To: "Mark A. Hummel" , freebsd-questions@FreeBSD.ORG Subject: Re: Are Multiple XWindows Possible? Date: Wed, 24 May 2000 09:03:46 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <39287974.37D3450E@ispchannel.com> MIME-Version: 1.0 Message-Id: <00052409044605.00332@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -Yes you can. Do what you typed below - If you want to modify your X windows manager modify .xinitrc On Mon, 22 May 2000, Mark A. Hummel wrote: > Greetings, > > I am currently using KDE. Is it possible to install and use another > Xwindow like XFCE3 (www.xfce.org) in addition to KDE? If so, what command, > other than startx would I use to load it? > > Mark > ------------------------------------- > Two things have come from Berkeley, LSD and BSD and I'm not sure that's a > coincidence. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 16: 2:12 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 27DF337B63A for ; Mon, 22 May 2000 16:02:07 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA25733; Tue, 23 May 2000 10:07:58 +1000 From: Danny To: Steve Leibel , freebsd-questions@FreeBSD.ORG Subject: Re: root filesystem full Date: Wed, 24 May 2000 09:08:06 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052409090406.00332@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -Hello - Look for .core files in your / partition. - They are created because someprogram crashed/ Hope that helps On Mon, 22 May 2000, Steve Leibel wrote: > My / just filled up, here's the output of df: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/wd2s1a 39647 38551 -2075 106% / > /dev/wd2s1f 7803734 3044533 4134903 42% /usr > /dev/wd2s1e 19815 3008 15222 17% /var > procfs 4 4 0 100% /proc > > > What kind of things should I be looking to delete or change? How do > I resize it without having to repartition my disk or mess up the rest > of my configuration? > > Thanks, > Steve L > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 16: 5:23 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 44D1E37B879 for ; Mon, 22 May 2000 16:05:20 -0700 (PDT) (envelope-from joekiser@mindspring.com) Received: from pool-209-138-58-196.bltm.grid.net ([209.138.58.196]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with SMTP id TAA21897; Mon, 22 May 2000 19:04:46 -0400 (EDT) From: joekiser@mindspring.com (Joe Kiser) To: "Xavier Tachyon" Cc: freebsd-questions@freebsd.org Subject: Re: Optimization Date: Mon, 22 May 2000 23:02:51 GMT Organization: Orginization of Americans against Gays having Abortions Message-ID: <3929bb48.13218228@mail.mindspring.com> References: <004901bfc3c3$69978540$010c0684@MID> In-Reply-To: <004901bfc3c3$69978540$010c0684@MID> X-Mailer: Forte Agent 1.5/32.452 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 Mon, 22 May 2000 17:56:54 +1000, you wrote: >I am very interested in using FreeBSD on my network as a replacement for= Win2k and Win NT 4.0 . I have found that the Windows environments are full of superfluous functions and services. What I need to know is if there is a FreeBSD port that is optimised for i586 or i686 (preferably the latter). > > >Regards >Xavier Tachyon >tachyonx@thehelm.com You can recompile for 686 or 586, if you have installed the sources for everything. Once you have, edit /etc/make.conf and add the line: CFLAGS=3D -ffast-math -pipe -march=3Dpentium -O3 That's about as good as you can optimize it. This line is for 586 processors (Pentium, AmdK6, Cyrix6x86), so if you want to use it on a 686 (PentiumPro) change march=3Dpentium to read march=3Dpentiumpro. Well actually, don't blindly type in this information. Look at man gcc to see optimization settings. Then recompile everything (this will take a while). Once the kernel has been recompiled (this is a separate step), reboot. I suggest you read www.freebsddiary.org for more information about make world, if you haven't already. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 16:10:10 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 5252B37B6D8 for ; Mon, 22 May 2000 16:10:02 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-182.alpha.net.au [203.41.44.182] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA00896; Tue, 23 May 2000 10:17:09 +1000 From: Danny To: Muhammad Heryadi , questions@FreeBSD.ORG Subject: Re: hai Date: Wed, 24 May 2000 09:11:32 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052409115107.00332@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ps -gax - then kill -9 pid On Mon, 22 May 2000, Muhammad Heryadi wrote: > how to kill login ig login is hang or anu use ? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 16:13:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from front002.cluster1.charter.net (24-216-159-200.hsacorp.net [24.216.159.200]) by hub.freebsd.org (Postfix) with ESMTP id 5606B37B63A for ; Mon, 22 May 2000 16:13:51 -0700 (PDT) (envelope-from slash@charter.net) Received: from [24.216.96.112] (HELO slash) by front002.cluster1.charter.net (CommuniGate Pro SMTP 3.2.4) with SMTP id 8506253 for freebsd-questions@FreeBSD.ORG; Mon, 22 May 2000 19:13:14 -0400 Message-ID: <000801bfc443$9045a700$0200a8c0@xrealms.yi.org> From: "Ken Stanley" To: Subject: AMD K7 SD11 Date: Mon, 22 May 2000 19:15:03 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC422.08490AC0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC422.08490AC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I have a AMD K7 SD11 and when I try to install FreeBSD 4.0 from = CD or Disk I get No Keyboard ( ps/2 ).. I have tired 3 keyboards and = keep getting the same error.. Is there anyway to fix this?? ------=_NextPart_000_0005_01BFC422.08490AC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello, I have a AMD K7 SD11 and when I = try to=20 install FreeBSD 4.0 from CD or Disk I get No Keyboard ( ps/2 ).. I have = tired 3=20 keyboards and keep getting the same error..
 
Is there anyway to fix=20 this??
------=_NextPart_000_0005_01BFC422.08490AC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 16:15:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.quantified.com (web.quantified.net [63.212.171.5]) by hub.freebsd.org (Postfix) with ESMTP id 02DEB37B595 for ; Mon, 22 May 2000 16:15:11 -0700 (PDT) (envelope-from dsilver@mail.quantified.com) Received: (from dsilver@localhost) by mail.quantified.com (8.9.3/8.9.3) id QAA11943; Mon, 22 May 2000 16:13:32 -0700 Date: Mon, 22 May 2000 16:13:32 -0700 From: dsilver@mail.quantified.com Message-Id: <200005222313.QAA11943@mail.quantified.com> To: freebsd-questions@freebsd.org Subject: Second hard drive problems Cc: doug@mail.quantified.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Platform: FBSD 2.2.7 One of our machines which has two IDE drives in it crashed over the weekend and after that, the /var partition could not mount. Here's /etc/fstab: # Device Mountpoint FStype Options Dump Pass# /dev/wd0s1b none swap sw 0 0 /dev/wd0s1a / ufs rw 1 1 /dev/wd0s1e /usr ufs rw 2 2 /dev/wd1s1e /var ufs rw 2 2 /dev/wd0s1f /www ufs rw 2 2 So the root (/, /usr, /www) comes up fine, but when I try to run fsck, it says "Device not configured". This drive had been in the machine for several months, so it's not a new drive at all. Does anyone have some advice on how to determine if the drive went bad? I've never seen fsck just quit like that. Thanks in advance!! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Doug Silver Quantified Systems, Inc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 16:28:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.snickers.org (snickers.org [216.126.90.2]) by hub.freebsd.org (Postfix) with ESMTP id A202637B78B for ; Mon, 22 May 2000 16:28:05 -0700 (PDT) (envelope-from drkangel@snickers.org) Received: from spike (spike [216.126.90.2]) by mail.snickers.org (Postfix) with ESMTP id E729F3D2A for ; Mon, 22 May 2000 19:27:56 -0400 (EDT) Date: Mon, 22 May 2000 19:27:56 -0400 (EDT) From: Marco Rodrigues To: freebsd-questions@FreeBSD.ORG Subject: solidpop3d (fwd) Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/Mixed; BOUNDARY="0-1765054266-959041483=:18821" Content-ID: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1765054266-959041483=:18821 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Content-ID: I've sent an email with send-pr, but I just want to send one here just incase. :) I made a port of the solidpop3d daemon, i've attached the shar copy as an attachment. Thank You ;) --0-1765054266-959041483=:18821 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; NAME="spop3d.port" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: ATTACHMENT; FILENAME="spop3d.port" IyBUaGlzIGlzIGEgc2hlbGwgYXJjaGl2ZS4gIFNhdmUgaXQgaW4gYSBmaWxl LCByZW1vdmUgYW55dGhpbmcgYmVmb3JlDQojIHRoaXMgbGluZSwgYW5kIHRo ZW4gdW5wYWNrIGl0IGJ5IGVudGVyaW5nICJzaCBmaWxlIi4gIE5vdGUsIGl0 IG1heQ0KIyBjcmVhdGUgZGlyZWN0b3JpZXM7IGZpbGVzIGFuZCBkaXJlY3Rv cmllcyB3aWxsIGJlIG93bmVkIGJ5IHlvdSBhbmQNCiMgaGF2ZSBkZWZhdWx0 IHBlcm1pc3Npb25zLg0KIw0KIyBUaGlzIGFyY2hpdmUgY29udGFpbnM6DQoj DQojCXNvbGlkcG9wM2QNCiMJc29saWRwb3AzZC9maWxlcw0KIwlzb2xpZHBv cDNkL2ZpbGVzL21kNQ0KIwlzb2xpZHBvcDNkL3BrZw0KIwlzb2xpZHBvcDNk L3BrZy9DT01NRU5UDQojCXNvbGlkcG9wM2QvcGtnL0RFU0NSDQojCXNvbGlk cG9wM2QvcGtnL1BMSVNUDQojCXNvbGlkcG9wM2QvTWFrZWZpbGUNCiMNCmVj aG8gYyAtIHNvbGlkcG9wM2QNCm1rZGlyIC1wIHNvbGlkcG9wM2QgPiAvZGV2 L251bGwgMj4mMQ0KZWNobyBjIC0gc29saWRwb3AzZC9maWxlcw0KbWtkaXIg LXAgc29saWRwb3AzZC9maWxlcyA+IC9kZXYvbnVsbCAyPiYxDQplY2hvIHgg LSBzb2xpZHBvcDNkL2ZpbGVzL21kNQ0Kc2VkICdzL15YLy8nID5zb2xpZHBv cDNkL2ZpbGVzL21kNSA8PCAnRU5ELW9mLXNvbGlkcG9wM2QvZmlsZXMvbWQ1 Jw0KWE1ENSAoc29saWQtcG9wM2QtMC4xNS50YXIuZ3opID0gMWI4OTNmY2Zk Y2VlZjdkM2MyMDkwOTRlMzQwMjNjMDINCkVORC1vZi1zb2xpZHBvcDNkL2Zp bGVzL21kNQ0KZWNobyBjIC0gc29saWRwb3AzZC9wa2cNCm1rZGlyIC1wIHNv bGlkcG9wM2QvcGtnID4gL2Rldi9udWxsIDI+JjENCmVjaG8geCAtIHNvbGlk cG9wM2QvcGtnL0NPTU1FTlQNCnNlZCAncy9eWC8vJyA+c29saWRwb3AzZC9w a2cvQ09NTUVOVCA8PCAnRU5ELW9mLXNvbGlkcG9wM2QvcGtnL0NPTU1FTlQn DQpYU29saWRQb3AzIFBPUDMgZGFlbW9uIChmdWxseSBSRkMxOTM5IGNvbXBs aWFudCkNCkVORC1vZi1zb2xpZHBvcDNkL3BrZy9DT01NRU5UDQplY2hvIHgg LSBzb2xpZHBvcDNkL3BrZy9ERVNDUg0Kc2VkICdzL15YLy8nID5zb2xpZHBv cDNkL3BrZy9ERVNDUiA8PCAnRU5ELW9mLXNvbGlkcG9wM2QvcGtnL0RFU0NS Jw0KWFRoZSBTb2xpZCBQT1AzIFNlcnZlciBpcyBhbiBpbXBsZW1lbnRhdGlv biBvZiBhIFBvc3QgT2ZmaWNlIFByb3RvY29sIHZlcnNpb24gMyBzZXJ2ZXIg dGhhdCBoYXMgZmxleGliaWxpdHkgYXMgaXRzIG1haW4gZ29hbC4gVGhlDQpY ICAgICAgICAgICAgICAgICAgICAgIHNlcnZlciBpcyBlYXNpbHkgY29uZmln dXJhYmxlIGFuZCBoYXMgc3VwcG9ydCBmb3IgZmV3IGZlYXR1cmVzIHN1Y2gg YXM6DQpYICAgICAgICAgICAgICAgICAgICAgIC0gQVBPUCBhdXRoZW50aWNh dGlvbiBzY2hlbWUNClggICAgICAgICAgICAgICAgICAgICAgLSB2aXJ0dWFs IGhvc3RpbmcNClggICAgICAgICAgICAgICAgICAgICAgLSBtYWlsZGlyIGFu ZCBtYWlsYm94IGhhbmRsaW5nDQpYICAgICAgICAgICAgICAgICAgICAgIC0g YnVsbGV0aW5zDQpYICAgICAgICAgICAgICAgICAgICAgIC0gZXhwaXJhdGlv biBvZiBtZXNzYWdlcw0KWA0KWEVhY2ggdXNlciBjYW4gc3BlY2lmeSBoaXMg bWFpbGRyb3AgKGl0cyBwb3NpdGlvbiBhbmQgdHlwZSkuIFRoZSBmb3JtYXQg dXNlZCBpbiBzcGVjaWZpY2F0aW9uIG9mIG1haWxkcm9wJ3MgcG9zaXRpb24g c2hvdWxkIGhhbmRsZQ0KWGFsbW9zdCBhbGwgd2lkZWx5LXVzZWQgc3lzdGVt IGNvbmZpZ3VyYXRpb25zLiBUaGUgc2VydmVyIGFsc28gc2VlbXMgdG8gYmUg ZmFzdCwgaG93ZXZlciBubyB0ZXN0cyBoYXZlIGJlZW4gcGVyZm9ybWVkLCBz byBpdCdzDQpYcmF0aGVyIHJlbGF0aXZlIGZlZWxpbmcuIFRoZSBkZXNpZ24g dXNlZCBpcyB2ZXJ5IHNpbWlsYXIgdG8gdGhlIGRlc2lnbiBvZiBTb2xhciBE ZXNpZ25lcidzIFBPUEEzRCBzZXJ2ZXIuIFRoaXMgc29sdXRpb24gbGV0J3MN ClhtaW5pbWFsaXplIHNpemUgb2YgY29kZSB3b3JraW5nIHdpdGggcm9vdCBw cml2aWxlZ2VzLiBUaGUgY29kZSB3YXMgYWxzbyBoZWF2aWx5IGNoZWNrZWQg Zm9yIGJ1ZmZlciBvdmVyZmxvdyBsZWFrcyBhbmQgZmlsZSByYWNlcy4NClhO b25lIGhhdmUgYmVlbiBmb3VuZCBhcyBmb3Igbm93LiBBbGwgb3BlcmF0aW9u cyBvbiBmaWxlcyBhcmUgZG9uZSB3aXRoIHVzZXIgcHJpdmlsZWdlcy4gVGhl cmUgaXMgbm8gU1VJRCBBUE9QIHNlY3JldHMgZGF0YWJhc2UNClhtYW5hZ2Vt ZW50IHByb2dyYW0gKGFzIGluIFFQT1ApLiBFYWNoIHVzZXIgY2FuIHNwZWNp ZnkgaGlzIHNlY3JldCBpbiBoaXMgb3duIGhvbWUgZGlyZWN0b3J5Lg0KWA0K WC0gTWFyY28gUm9kcmlndWVzDQpYZHJrYW5nZWxAZHJrYW5nZWwub3JnDQpF TkQtb2Ytc29saWRwb3AzZC9wa2cvREVTQ1INCmVjaG8geCAtIHNvbGlkcG9w M2QvcGtnL1BMSVNUDQpzZWQgJ3MvXlgvLycgPnNvbGlkcG9wM2QvcGtnL1BM SVNUIDw8ICdFTkQtb2Ytc29saWRwb3AzZC9wa2cvUExJU1QnDQpYc2Jpbi9z cG9wM2QNCkVORC1vZi1zb2xpZHBvcDNkL3BrZy9QTElTVA0KZWNobyB4IC0g c29saWRwb3AzZC9NYWtlZmlsZQ0Kc2VkICdzL15YLy8nID5zb2xpZHBvcDNk L01ha2VmaWxlIDw8ICdFTkQtb2Ytc29saWRwb3AzZC9NYWtlZmlsZScNClgj IE5ldyBwb3J0cyBjb2xsZWN0aW9uIG1ha2VmaWxlIGZvcjogICBzb2xpZHBv cDNkDQpYIyBEYXRlIGNyZWF0ZWQ6ICAgICAgICAyMiBNYXkgMjAwMA0KWCMg V2hvbTogICAgICAgICAgICAgICAgTWFyY28gUm9kcmlndWVzDQpYIw0KWCMg JEZyZWVCU0QkDQpYIw0KWA0KWFBPUlROQU1FPSAgICAgIHNvbGlkLXBvcDNk DQpYUE9SVFZFUlNJT049ICAgMC4xNQ0KWENBVEVHT1JJRVM9ICAgIG1haWwN ClhNQVNURVJfU0lURVM9ICBodHRwOi8vc29saWRwb3AzZC5wbGQub3JnLnBs Lw0KWE1BU1RFUl9TSVRFUz0gIGZ0cDovLzIwNy4xNzYuMjMwLjE5Mi8NClgN ClhNQUlOVEFJTkVSPSAgICBkcmthbmdlbEBkcmthbmdlbC5vcmcNClgNClhI QVNfQ09ORklHVVJFPSAgICAgICAgICB5ZXMNClhDT05GSUdVUkVfU0NSSVBU PSAgICAgICBjb25maWd1cmUNClgNClhNQU4xPSAgICAgICAgICBwb3BfYXV0 aC4xDQpYTUFONT0gICAgICAgICAgc3BvcDNkLmNvbmYuNSBkb3Qtc3BvcDNk LjUNClhNQU44PSAgICAgICAgICBzcG9wM2QuOA0KWA0KWGRvLWluc3RhbGw6 DQpYCSR7SU5TVEFMTF9QUk9HUkFNfSAke1dSS1NSQ30vc3JjL3Nwb3AzZCAk e1BSRUZJWH0vc2Jpbg0KWAkke0lOU1RBTExfTUFOfSAke1dSS1NSQ30vbWFu L3BvcF9hdXRoLjEgJHtQUkVGSVh9L21hbi9tYW4xDQpYCSR7SU5TVEFMTF9N QU59ICR7V1JLU1JDfS9tYW4vc3BvcDNkLmNvbmYuNSAke1BSRUZJWH0vbWFu L21hbjUNClgJJHtJTlNUQUxMX01BTn0gJHtXUktTUkN9L21hbi9kb3Qtc3Bv cDNkLjUgJHtQUkVGSVh9L21hbi9tYW41DQpYCSR7SU5TVEFMTF9NQU59ICR7 V1JLU1JDfS9tYW4vc3BvcDNkLjggJHtQUkVGSVh9L21hbi9tYW44DQpYCSR7 SU5TVEFMTF9EQVRBfSAke1dSS1NSQ30vZG9jL2NvbmZpZy5leGFtcGxlICR7 UFJFRklYfS9ldGMvc3BvcDNkLmNvbmYuc2FtcGxlDQpYDQpYLmluY2x1ZGUg PGJzZC5wb3J0Lm1rPg0KRU5ELW9mLXNvbGlkcG9wM2QvTWFrZWZpbGUNCmV4 aXQNCg0K --0-1765054266-959041483=:18821-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 16:45: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 35FBE37BAF3 for ; Mon, 22 May 2000 16:44:57 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA84863; Tue, 23 May 2000 09:14:35 +0930 (CST) Date: Tue, 23 May 2000 09:14:35 +0930 From: Greg Lehey To: Joe Kiser Cc: freebsd-questions@freebsd.org Subject: Re: IE for FreeBSD Petition Message-ID: <20000523091435.I78939@freebie.lemis.com> References: <000b01bfc35d$c8c3c030$0200a8c0@bill> <20000522093603.B77130@freebie.lemis.com> <392a8c3b.1171159@mail.mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <392a8c3b.1171159@mail.mindspring.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 22 May 2000 at 19:37:04 +0000, Joe Kiser wrote: > On Mon, 22 May 2000 09:36:03 +0930, you wrote: > >> [Format recovered--see http://www.lemis.com/email/email-format.html] >> >> On Sunday, 21 May 2000 at 15:50:14 -0400, Bill A. K. wrote: >>> X-Mailer: Microsoft Outlook Express 5.00.2919.6700 >>> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 >>> >>> Hello everyone, >>> I've had this petition up for a while, and I'm trying to get more traffic and names. I'm trying to get something to convince Microsoft to port Internet Explorer for UNIX to FreeBSD. >>> The URL for my site is http://www.iefreebsd.freeservers.com >>> If you would be interested in a small banner, etc. for your own web site, please let me know, and I'll see what I can do. >> >> I think this is a very bad idea. Look at your mail message for one >> good reason why: Microsoft software is just plain broken. You >> probably don't even realise that your message was written without line >> breaks. Isn't it much easier to read like this? > > I think you need a new newsreader. The original post looked fine in > Forte Agent. Well, first I was talking about MUAs, not newsreaders. More importantly, this means that Forte Agent is also broken. Like your message, the original message was sent as type text/plain, which means "display exactly as written". If Forte Agent wraps the text, it is not displaying it correctly. 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 May 22 16:54: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 3CF3B37B5DC for ; Mon, 22 May 2000 16:53:59 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA84911; Tue, 23 May 2000 09:22:37 +0930 (CST) Date: Tue, 23 May 2000 09:22:37 +0930 From: Greg Lehey To: John B P Melesky Cc: "Bill A. K." , questions@FreeBSD.ORG Subject: Mail standards (was: IE for FreeBSD Petition) Message-ID: <20000523092237.J78939@freebie.lemis.com> References: <000b01bfc35d$c8c3c030$0200a8c0@bill> <20000522093603.B77130@freebie.lemis.com> <3929B1EF.F6B57D2E@smallflower.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <3929B1EF.F6B57D2E@smallflower.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Monday, 22 May 2000 at 17:17:19 -0500, John B P Melesky wrote: > Greg Lehey wrote: >> I think this is a very bad idea. Look at your mail message for one >> good reason why: Microsoft software is just plain broken. You >> probably don't even realise that your message was written without line >> breaks. Isn't it much easier to read like this? > > actually, his email came through (to me, anyway), in multipart > format, with both text and html versions, both in quoted-printable > format. it was, in fact, perfectly standards compliant. I don't know about the HTML version, but the text version didn't have any line breaks. RFC 822 is quite clear about how that kind of text should be displayed. > most email clients (pine and Netscape mail included) have either the > ability to understand html minimally, or the ability to wrap > incoming plaintext messages to the size of the window. the concept > of using carriage returns to simulate line-wrapping is a hackish > relic. *i* should not have to worry about the size of your > window. *your window* should have to worry about the size of your > window. Well, if *you* don't care about the appearance of your messages, this is adequate. When *I* want to make a point, I want to make it in a specific manner. That's why I choose a format which doesn't expect the recipient to reformat it. Maybe you expect my mail reader to put in the capitalization missing from your text, but I don't think that's appropriate either. > that's the point of open standards. Well, hardly. >> In the FreeBSD project, we're trying to get away from Microsoft, not >> come closer to it. > > no. that may be why *you* use FreeBSD, but it is not what the FreeBSD > project is trying to do. in fact, the only places i see MS mentioned > anywhere on the FreeBSD site is in portions of the handbook dealing with > multi-OS systems, and references to specific MS software (like > FrontPage). This is a contradiction? >> If there were a counter-petition to ask Microsoft >> *not* to port IE, I would sign it. > > then create such a petition. there is nothing keeping you from doing so. > do not fault him for trying to get more software ported to FreeBSD. That's not what I'm faulting him for. > if any criticism should be offered, it's that the current stance > (last i heard) was to encourage software companies to port to Linux, > and rely on compatibility. if that position has changed, please > correct me. No, that's still the current position, and I agree with 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 Mon May 22 17: 0:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from despam.spin.it (despam.spin.it [147.123.1.123]) by hub.freebsd.org (Postfix) with ESMTP id 8154537BA39 for ; Mon, 22 May 2000 17:00:30 -0700 (PDT) (envelope-from furio@spin.it) Received: from mail.spin.it (plus.spin.it [147.123.1.12]) by despam.spin.it (Postfix/beta-19990601/Spin-ext-16nov1999) with ESMTP id 2BCD23C09C; Tue, 23 May 2000 02:00:29 +0200 (CEST) Received: (from furio@localhost) by mail.spin.it (8.9.3/8.9.3/spin-int-jan2000) id CAA13703; Tue, 23 May 2000 02:00:29 +0200 Date: Tue, 23 May 2000 02:00:29 +0200 From: furio ercolessi To: Stefano Riva Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Cannot start softupdates, why? Message-ID: <20000523020029.A13070@spin.it> References: <20000522161337.A28097@fw.wintelcom.net> <20000523002721.C10915@spin.it> <20000522161337.A28097@fw.wintelcom.net> <20000523005617.D10915@spin.it> <3.0.5.32.20000523013152.00ccdcb0@civetta.gufi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3.0.5.32.20000523013152.00ccdcb0@civetta.gufi.org>; from sriva@gufi.org on Tue, May 23, 2000 at 01:31:52AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 01:31:52AM +0200, Stefano Riva wrote: > > Silly question: have you rebooted after tunefs? > > Well, in single user mode I always launch tunefs on a read-only mounted > filesystem and it works for me... > > # mount -r /var > # tunefs -n enable /var > # reboot I just tried this sequence (ok not really in single user mode because I would lose the networking and I don't like to drive 40km at 2am to reach the console :), but I killed nearly all the daemons in order to free /var). Still not working. I am suspecting the kernel build. I do have ffs_softdep.c and softdep.h as symlinks in /usr/src/sys/ufs/ffs ; however I do not see ffs_softdep.o in /usr/src/sys/compile/, just ffs_softdep_stub.o. softupdates.h contains "#define NSOFTUPDATES 0". Somehow all this looks suspicious to me. Yet I have "options SOFTUPDATES" in /usr/src/sys/i386/conf/. Is that the right place for that option? -furio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 17:10:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.balboa-instruments.com (mail.balboa-instruments.com [206.111.112.103]) by hub.freebsd.org (Postfix) with SMTP id F27C537B943 for ; Mon, 22 May 2000 17:10:07 -0700 (PDT) (envelope-from mark@balboa-instruments.com) Received: from NetWare MHS (SMF70) by mail.balboa-instruments.com via Connect2-SMTP 4.32; Mon, 22 May 2000 17:09:59 -0700 Message-ID: Date: Mon, 22 May 2000 17:10:00 -0700 From: "Mark Ma 200, ICS-Phones/Net" Organization: Balboa Instruments To: freebsd-questions@FreeBSD.ORG Subject: Is there a problem with the snapshot server? MIME-Version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Mailer: Connect2-SMTP 4.32 MHS/SMF to SMTP Gateway Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been trying all day to get to ftp://releng3.FreeBSD.org/pub/FreeBSD/ and I cannot seem to connect to it. Is the problem on my side or is the server down? I am looking for 3.4 Stable snapshots and am stuck until the server comes back online. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 17:31:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 0891637B80F for ; Mon, 22 May 2000 17:31:44 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA85332; Tue, 23 May 2000 10:01:35 +0930 (CST) Date: Tue, 23 May 2000 10:01:35 +0930 From: Greg Lehey To: furio ercolessi Cc: freebsd-questions@FreeBSD.ORG, Stefano Riva Subject: Re: Cannot start softupdates, why? Message-ID: <20000523100135.A85231@freebie.lemis.com> References: <20000522161337.A28097@fw.wintelcom.net> <20000523002721.C10915@spin.it> <20000522161337.A28097@fw.wintelcom.net> <20000523005617.D10915@spin.it> <3.0.5.32.20000523013152.00ccdcb0@civetta.gufi.org> <20000523020029.A13070@spin.it> <20000523002721.C10915@spin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000523002721.C10915@spin.it> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 23 May 2000 at 0:27:21 +0200, furio ercolessi wrote: > Hi all, > > I am trying to enable softupdates on my /var partition, but > I am having difficulties (I am a FreeBSD newbie migrating > from Linux exactly to improve filesystem performance; please > bear with me). > > I did "ln -s ../../contrib/softupdates/*.[ch] ." in /usr/src/sys/ufs/ffs. > I put "options SOFTUPDATES" in /usr/src/sys/i386/conf/. Did you run config? > I make-installed the custom kernel. > I rebooted, went single user, unmounted my /var partition and did > # tunefs -n enable /dev/da0s1e > tunefs: soft updates set > # tunefs -p /dev/da0s1e > tunefs: soft updates: (-n) enabled > [...more output...] > # mount /dev/da0s1e /var > # mount > [...] > /dev/da0s1e on /var (ufs, local, writes: sync 2 async 0) > > Now I understand that at this point softupdates should appear > in the list within (...). And this is not just a failure of mount > to show it: I ran performance tests without seeing any difference > between "enabled" and "disabled". > I must have forgotten to do something. Thanks for any clue... > (I am on 3.4-RELEASE on a vulgar i586 platform). On Tuesday, 23 May 2000 at 2:00:29 +0200, furio ercolessi wrote: > On Tue, May 23, 2000 at 01:31:52AM +0200, Stefano Riva wrote: >> >> Silly question: have you rebooted after tunefs? >> >> Well, in single user mode I always launch tunefs on a read-only mounted >> filesystem and it works for me... >> >> # mount -r /var >> # tunefs -n enable /var >> # reboot > > I just tried this sequence (ok not really in single user mode > because I would lose the networking and I don't like to drive 40km > at 2am to reach the console :), but I killed nearly all the daemons > in order to free /var). Still not working. > > I am suspecting the kernel build. > I do have ffs_softdep.c and softdep.h as symlinks in /usr/src/sys/ufs/ffs ; > however I do not see ffs_softdep.o in /usr/src/sys/compile/, > just ffs_softdep_stub.o. softupdates.h contains "#define NSOFTUPDATES 0". > Somehow all this looks suspicious to me. > Yet I have "options SOFTUPDATES" in /usr/src/sys/i386/conf/. > Is that the right place for that option? Yes. No warnings from config? 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 May 22 17:57:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pencil.math.missouri.edu (pencil.math.missouri.edu [128.206.49.147]) by hub.freebsd.org (Postfix) with ESMTP id 5787637B95B for ; Mon, 22 May 2000 17:57:33 -0700 (PDT) (envelope-from rich@pencil.math.missouri.edu) Received: (from rich@localhost) by pencil.math.missouri.edu (8.9.3/8.9.3) id TAA88390 for freebsd-questions@freebsd.org; Mon, 22 May 2000 19:57:23 -0500 (CDT) (envelope-from rich) From: Rich Winkel Message-Id: <200005230057.TAA88390@pencil.math.missouri.edu> Subject: Netatalk weirdness To: freebsd-questions@freebsd.org Date: Mon, 22 May 2000 19:57:23 -0500 (CDT) 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 I'm at my wits end here. I have version netatalk-1.4b2+asun-2.1.3 on stable-3.4 with "suiddir" option. I have two userids: mac and gumby. "mac" is supposed to be the macintosh admin ID. Its home dir is the top level dir (and ufs mount point) /mac, (mode 4755) which it owns. gumby owns /mac/gumby, its home dir (mode 4755). Both have identical ".passwd" files in their respective home dirs, each owns his .passwd file, the passwd files are mode 600. The system master.passwd has the passwords of both ids "*"'d out. I can login to mac, but gumby gives "incorrect password". Doing an "ls -lu" on each user's .passwd file, I see mac's .passwd has been read, but not gumby's. Yet when I rename gumby's .passwd file to something else and try again, afpd complains: "Failed to open /mac/gumby/.passwd" (this is the correct path). Has anyone seen this behavior? Thanks for any help! Rich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 18: 0:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id EA30B37BA92 for ; Mon, 22 May 2000 18:00:45 -0700 (PDT) (envelope-from otter@otter.cc) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with SMTP id RAA03531; Mon, 22 May 2000 17:57:37 -0700 (PDT) From: "Otter" To: "Liotta, Bob" , "'questions@Freebsd.org'" Subject: RE: I have an SMP Problem Date: Mon, 22 May 2000 21:01:52 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bob, You're either contradicting yourself or not making yourself clear. Does it lock up at random or when the 2nd cpu is starting up? ...Or does it do it in the same time frame, only not all the time? If it works fine with one processor, have you swapped processors to try them both? This would give you a good idea that both processors are functional. Maybe it's a problem with the 2nd cpu slot. *shrug* You need to give up more info and/or do some more testing. -Otter obnoxious sig files available for an additional fee > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Liotta, Bob > Sent: Monday, May 22, 2000 5:39 PM > To: 'questions@Freebsd.org' > Subject: I have an SMP Problem > > > Folks, > > I have an HP LC2000r 2 CPU System. I built an SMP Kernel > for 4.0 and during > the boot stage, it > randomly locks up. My guess is it hangs when trying to > start the 2nd CPU. > I have other recent > models of the HP NetServer and they work fine. I currently > have this > working on LC3 Servers. > Not sure what the problem is. It will boot with a single > processor though. > I have attached an > mptable listing. Any ideas would be appreciated. > > Thanks. > > Bob > > > > > > ============================================================ > ================ > === > > MPTable, version 2.0.15 > > looking for EBDA pointer @ 0x040e, found, searching EBDA @ > 0x0009e800 > searching CMOS 'top of mem' @ 0x0009e400 (633K) > searching default 'top of mem' @ 0x0009fc00 (639K) > searching BIOS @ 0x000f0000 > > MP FPS found in BIOS @ physical addr: 0x000f7970 > > ------------------------------------------------------------ > ---------------- > --- > > MP Floating Pointer Structure: > > location: BIOS > physical address: 0x000f7970 > signature: '_MP_' > length: 16 bytes > version: 1.4 > checksum: 0x4e > mode: Virtual Wire > ------------------------------------------------------------ > ---------------- > --- > > MP Config Table Header: > > physical address: 0x0009e960 > signature: 'PCMP' > base table length: 356 > version: 1.4 > checksum: 0xde > OEM ID: 'HP ' > Product ID: 'LC 2000 ' > OEM table pointer: 0x00000000 > OEM table size: 0 > entry count: 36 > local APIC address: 0xfee00000 > extended table length: 272 > extended table checksum: 248 > > ------------------------------------------------------------ > ---------------- > --- > > MP Config Base Table Entries: > > > -- > Processors: APIC ID Version State Family Model Step > Flags > 1 0x11 BSP, usable 6 8 1 > 0x387fb > ff > 0 0x11 AP, usable 6 8 1 > 0x387fb > ff > -- > Bus: Bus ID Type > 0 PCI > 1 PCI > 2 PCI > 3 PCI > 4 PCI > 5 PCI > 6 ISA > -- > I/O APICs: APIC ID Version State Address > 2 0x11 usable 0xfec00000 > 3 0x11 usable 0xfec01000 > -- > I/O Ints: Type Polarity Trigger Bus ID > IRQ APIC ID PIN# > ExtINT active-hi edge 6 > 0 2 0 > INT active-hi edge 6 > 1 2 1 > INT active-hi edge 6 > 2 2 2 > INT active-hi edge 6 > 3 2 3 > INT active-hi edge 6 > 4 2 4 > INT active-lo level 6 > 5 2 5 > INT active-hi edge 6 > 6 2 6 > INT active-hi edge 6 > 7 2 7 > INT active-hi edge 6 > 8 2 8 > INT active-lo level 6 > 9 2 9 > INT active-lo level 6 > 10 2 10 > INT active-lo level 6 > 11 2 11 > INT active-hi edge 6 > 12 2 12 > INT active-hi edge 6 > 13 2 13 > INT active-hi edge 6 > 14 2 14 > INT active-hi edge 6 > 15 2 15 > INT active-lo level 0 > 2:A 3 0 > INT active-lo level 0 > 3:A 3 1 > INT active-lo level 0 > 4:A 3 2 > INT active-lo level 0 > 5:A 3 3 > INT active-lo level 3 > 2:A 3 4 > INT active-lo level 3 > 6:A 3 8 > INT active-lo level 3 > 6:B 3 9 > -- > Local Ints: Type Polarity Trigger Bus ID > IRQ APIC ID PIN# > ExtINT active-hi edge 6 > 0 255 0 > NMI active-hi edge 0 > 0:A 255 1 > > ------------------------------------------------------------ > ---------------- > --- > > MP Config Extended Table Entries: > > -- > > bus ID: 0 address type: I/O address > address base: 0x0 > address range: 0x2000 > -- > > bus ID: 3 address type: I/O address > address base: 0x2000 > address range: 0x900 > -- > > bus ID: 0 address type: I/O address > address base: 0x2900 > address range: 0xd700 > -- > > bus ID: 0 address type: memory address > address base: 0x80000000 > address range: 0x7d000000 > -- > > bus ID: 3 address type: memory address > address base: 0xfd000000 > address range: 0x10000 > -- > > bus ID: 0 address type: memory address > address base: 0xfd010000 > address range: 0x1df0000 > -- > > bus ID: 0 address type: memory address > address base: 0xfef00000 > address range: 0x1100000 > -- > > bus ID: 0 address type: memory address > address base: 0xa0000 > address range: 0x20000 > -- > > bus ID: 0 address type: memory address > address base: 0xd0000 > address range: 0x10000 > -- > > bus ID: 0 address type: memory address > address base: 0xf00000 > address range: 0x100000 > -- > > bus ID: 1 bus info: 0x00 parent bus ID: 0-- > > bus ID: 2 bus info: 0x00 parent bus ID: 0-- > > bus ID: 4 bus info: 0x00 parent bus ID: 3-- > > bus ID: 5 bus info: 0x00 parent bus ID: 3-- > > > bus ID: 6 bus info: 0x01 parent bus ID: 0-- > > bus ID: 0 address modifier: add > predefined range: 0x00000000-- > > bus ID: 0 address modifier: add > predefined range: 0x00000001-- > > bus ID: 3 address modifier: subtract > predefined range: 0x00000000-- > > bus ID: 3 address modifier: subtract > predefined range: 0x00000001 > ------------------------------------------------------------ > ---------------- > --- > > # SMP kernel config file options: > > > # Required: > options SMP # Symmetric > MultiProcessor Kernel > options APIC_IO # Symmetric (APIC) I/O > # Optional (built-in defaults will work in most cases): > #options NCPU=2 # number of CPUs > #options NBUS=7 # number of busses > #options NAPIC=2 # number of IO APICs > #options NINTR=24 # number of INTs > > ------------------------------------------------------------ > ---------------- > --- > > > > > > > > > > > > > > > > > > Bob Liotta > Internet Services Champion > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 18:12:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail04.syd.optusnet.com.au (mail04.syd.optusnet.com.au [203.2.75.107]) by hub.freebsd.org (Postfix) with ESMTP id 386D037BB35 for ; Mon, 22 May 2000 18:12:19 -0700 (PDT) (envelope-from kirem@optusnet.com.au) Received: from optusnet.com.au (adlax3-126.dialup.optusnet.com.au [198.142.82.126]) by mail04.syd.optusnet.com.au (8.9.3/8.9.3) with ESMTP id LAA31651; Tue, 23 May 2000 11:12:09 +1000 Message-ID: <3929DAF7.9C6557B3@optusnet.com.au> Date: Tue, 23 May 2000 10:42:23 +0930 From: Kirk McDonald X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: Doug Barton Subject: Re: master.password problem References: <392889BB.9919C098@optusnet.com.au> <3928D82F.790A5850@gorean.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have done something really stupid, I removed the master.passwd file. Is there anyway I can recreate it? The trials and tribulation of learning. Doug Barton wrote: > > Kirk McDonald wrote: > > > > Can somebody help me out with this problem please? > > > > su-2.03# adduser > > Use option ``-silent'' if you don't want to see all warnings and > > questions. > > > > pwd_mkdb: line too long > > pwd_mkdb: /etc/master.passwd: Inappropriate file type or format > > > > Invalid /etc/master.passwd - cannot add any users! > > You have to find the bad line in master.passwd and fix it. Compare the > lines you've added to the ones already in the file, and try to figure > out how they are different. Use 'pwd_mkdb -C /etc/master.passwd' to > figure out if you've fixed it or not. > > Good luck, > > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 18:31:40 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 3764837B7AD for ; Mon, 22 May 2000 18:31:37 -0700 (PDT) (envelope-from reichman@twcny.rr.com) Received: from mailout1.nyroc.rr.com ([24.92.226.81]) by mailhop1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Mon, 22 May 2000 21:27:57 -0400 Received: from mail1.twcny.rr.com ([24.92.226.139]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Mon, 22 May 2000 21:30:43 -0400 Received: from twcny.rr.com ([24.24.27.180]) by mail1.twcny.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com for ; Mon, 22 May 2000 21:30:42 -0400 Message-ID: <3929A7BA.750A91EB@twcny.rr.com> Date: Mon, 22 May 2000 21:33:46 +0000 From: "Mark S. Reichman" X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: raw partition size != slice size Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok.. I used the 4.0 kern.flp and mfsroot.flp to create my partition and slices. Made some ufs and ext2 partitions. I have done this many times. I am getting the following message during startup. fdisk is attached. Anyway to fix this? Mounting root from ufs:/dev/ad1s2a ad1s1: raw partition size != slice size ad1s1: start 63, end 183455, size 183393 ad1s1c: start 63, end 163295, size 163233 mark@slugo:/home/mark:> fdisk ad1 ******* Working on device /dev/ad1 ******* parameters extracted from in-core disklabel are: cylinders=9825 heads=32 sectors/track=63 (2016 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=9825 heads=32 sectors/track=63 (2016 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 131,(Linux filesystem) start 63, size 183393 (89 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 90/ sector 63/ head 31 The data for partition 2 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 183456, size 183456 (89 Meg), flag 80 (active) beg: cyl 91/ sector 1/ head 0; end: cyl 181/ sector 63/ head 31 The data for partition 3 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 366912, size 9720144 (4746 Meg), flag 0 beg: cyl 182/ sector 1/ head 0; end: cyl 1023/ sector 63/ head 15 The data for partition 4 is: sysid 5,(Extended DOS) start 10088064, size 9719136 (4745 Meg), flag 0 beg: cyl 1023/ sector 63/ head 255; end: cyl 1023/ sector 63/ head 31 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 18:40:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo20.mx.aol.com (imo20.mx.aol.com [152.163.225.10]) by hub.freebsd.org (Postfix) with ESMTP id 7F70937BBA8 for ; Mon, 22 May 2000 18:40:26 -0700 (PDT) (envelope-from Lehquin@aol.com) Received: from Lehquin@aol.com by imo20.mx.aol.com (mail_out_v26.7.) id n.9f.5b1fdb1 (4005) for ; Mon, 22 May 2000 21:40:11 -0400 (EDT) From: Lehquin@aol.com Message-ID: <9f.5b1fdb1.265b3b7a@aol.com> Date: Mon, 22 May 2000 21:40:10 EDT Subject: firewall, how much horsepower? 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 16-bit for Windows sub 38 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi: I'm thinking about a network connection to the internet, either ISDN or DSL router. If I want to setup a firewall using FreeBSD, how much horsepower does the box need? I'm thinking that it won't need much power to just pass IP packets back and forth. It will need just need 2 ethernet cards right? Would a 486 66 w/ pentium upgrade chip and 64Meg Ram be enough? Regardless of the horsepower, what about other services. Can I run sendmail, and DNS on the same box that's the firewall. How do I makesure that the "Server Services" are protected behind the firewall eventhough they are on the same box. Would this mean that the server services would answer TCP/IP packets only on the ethernet interface that is on my side of the firewall. lehquinn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 18:41:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wonka.esatclear.ie (wonka.esatclear.ie [194.145.128.5]) by hub.freebsd.org (Postfix) with ESMTP id A17A937BB22 for ; Mon, 22 May 2000 18:41:22 -0700 (PDT) (envelope-from mcox@esatclear.ie) Received: from bogboxminenu (mark@g-airlock138.esatclear.ie [194.165.160.138]) by wonka.esatclear.ie (8.9.3/8.9.3) with SMTP id CAA22520 for ; Tue, 23 May 2000 02:41:16 +0100 Message-ID: <000a01bfc49a$ced47120$8aa0a5c2@bogboxminenu> From: "Mark Cox" To: Subject: Date: Tue, 23 May 2000 02:39:34 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BFC460.211DD150" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BFC460.211DD150 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi iv'e just installed Freebsd 4.0 REALSE from 3.4-STABLE i'm getitnd a = senmail error NOQUE:SYSERR(root): hash map ALIASO" missing map /etc/aliases.db=3D no = such file or directory does anyone knwo what this means or how to fix it = thanks in advance ------=_NextPart_000_0007_01BFC460.211DD150 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi iv'e just installed Freebsd 4.0 = REALSE from=20 3.4-STABLE i'm getitnd a senmail error
NOQUE:SYSERR(root): hash map ALIASO" = missing map=20 /etc/aliases.db=3D no such file or directory does anyone knwo what this = means or=20 how to fix it thanks in advance
------=_NextPart_000_0007_01BFC460.211DD150-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 18:47: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay.theboss.net (mailrelay.theboss.net [206.191.102.53]) by hub.freebsd.org (Postfix) with ESMTP id B614937B7AD for ; Mon, 22 May 2000 18:46:59 -0700 (PDT) (envelope-from chris@theboss.net) Received: from ccomputer ([206.191.102.206]) by mailrelay.theboss.net (8.9.1b+Sun/8.9.1) with SMTP id TAA25047 for ; Mon, 22 May 2000 19:44:44 -0600 (MDT) Message-Id: <3.0.3.32.20000522194245.006f8310@theboss.net> X-Sender: chris@theboss.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Mon, 22 May 2000 19:42:45 -0700 To: freebsd-questions@freebsd.org From: Chris Moline Subject: Getting My Cirrus Logic Modem To Work 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 had freebsd for about two months now but I still cannot get my modem to work. I am not sure if it is supported though from the mailing archives it would appear that it would be. Under windows my modem is on com4 and using irq 11. However in freebsd sio3 is never found. Debugging did say that it found a network device named lp0. Does this refer to my modem? I have no clue as to how to go about figuring out what's wrong. Anyone got any ideas? I don't know what kind of info you need so if you've a question feel free to ask at chris@theboss.net. TIA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 18:49:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hal-pc.org (hal-pc.org [204.52.135.1]) by hub.freebsd.org (Postfix) with ESMTP id 11FC437BBBF for ; Mon, 22 May 2000 18:49:11 -0700 (PDT) (envelope-from annes449@hal-pc.org) Received: from hal-pc.org (206.180.133.99.dial-ip.hal-pc.org [206.180.133.99]) by mail.hal-pc.org (8.9.1/8.9.0) with ESMTP id UAA28922; Mon, 22 May 2000 20:49:08 -0459 (CDT) Message-ID: <3929E574.17D8C073@hal-pc.org> Date: Tue, 23 May 2000 01:57:08 +0000 From: Anne Organization: HAL-PC X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.12 i386) MIME-Version: 1.0 To: rlglende@alink.net Cc: questions@FreeBSD.ORG Subject: Re: Linux emulation -> "Fatal trap 12 -- page fault while in kernel mode" References: <00a801bfc120$ebbe8870$0100a8c0@landg01> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lew Glendenning wrote: > > With the following kernel configuration for BSD4.0-stable AND rc.conf > "linux_enable="YES": > > Booting system checks file systems, starts daemons, initial rc.i386 linux, > then > > Fatal trap 12 page fault while in kernel mode > Fault virtual address = 0x18 > fault code = supervisor read, page not present > instruction ptr = 0x8: 0xc12000dbb > stack ptr = 0x10: 0xcf883f10 > frame ptr = 0x10: 0xcf883f2c > code seg = base 0x0, limit 0xfffff, type 0x1b, =DPL 0, Pres1, def32 1, > gran 1 > procesor eflags = interrupt enabled, resume, IOPL=0 > Interrupt mask = none > trap number = 12 > panic: page fault /home/annes annes % uname -a FreeBSD Think.ans.hm 4.0-STABLE FreeBSD 4.0-STABLE #0: Sun May 21 12:03:00 CDT 2 000 annes@Think.ans.hm:/usr/src/sys/compile/Think i386 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x2d fault code = supervisor read, page not present instruction pointer = 0x8:0xc097de33 stack pointer = 0x10:0xc761bf20 frame pointer = 0x10:0xc761bf3c code seg = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 procesor eflags = interrupt enabled, resume, IOPL=0 interrupt mask = none trap number = 12 panic: page fault /var/log/messages May 22 19:56:11 Think /kernel: Copyright (c) 1992-2000 The FreeBSD Project. May 22 19:56:12 Think /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 May 22 19:56:12 Think /kernel: The Regents of the University of California. All rights reserved. May 22 19:56:12 Think /kernel: FreeBSD 4.0-STABLE #0: Sun May 21 12:03:00 CDT 2000 May 22 19:56:12 Think /kernel: annes@Think.ans.hm:/usr/src/sys/compile/Think May 22 19:56:12 Think /kernel: Timecounter "i8254" frequency 1193182 Hz May 22 19:56:12 Think /kernel: Timecounter "TSC" frequency 365807942 Hz May 22 19:56:12 Think /kernel: CPU: Pentium II/Pentium II Xeon/Celeron (365.81-MHz 686-class CPU) May 22 19:56:12 Think /kernel: Origin = "GenuineIntel" Id = 0x66a Stepping = 10 May 22 19:56:12 Think /kernel: Features=0x183f9ff May 22 19:56:12 Think /kernel: real memory = 100597760 (98240K bytes) May 22 19:56:12 Think /kernel: avail memory = 94740480 (92520K bytes) May 22 19:56:12 Think /kernel: Preloaded elf kernel "kernel" at 0xc02ff000. May 22 19:56:12 Think /kernel: Preloaded userconfig_script "/boot/kernel.conf" at 0xc02ff09c. May 22 19:56:12 Think /kernel: Pentium Pro MTRR support enabled May 22 19:56:12 Think /kernel: md0: Malloc disk May 22 19:56:12 Think /kernel: npx0: on motherboard May 22 19:56:12 Think /kernel: npx0: INT 16 interface May 22 19:56:12 Think /kernel: pcib0: on motherboard May 22 19:56:12 Think /kernel: pci0: on pcib0 May 22 19:56:12 Think /kernel: pcib1: at device 1.0 on pci0 May 22 19:56:12 Think /kernel: pci1: on pcib1 May 22 19:56:12 Think /kernel: pci1: at 0.0 irq 9 May 22 19:56:12 Think /kernel: pci0: (vendor=0x11c1, dev=0x0449) at 6.0 irq 9 May 22 19:56:12 Think /kernel: isab0: at device 7.0 on pci0 May 22 19:56:12 Think /kernel: isa0: on isab0 May 22 19:56:12 Think /kernel: pci0: (vendor=0x125d, dev=0x1969) at 8.0 irq 5 May 22 19:56:12 Think /kernel: atapci0: port 0x78c0-0x78cf irq 15 at device 15.0 o n pci0 May 22 19:56:12 Think /kernel: ata0: at 0x1f0 irq 14 on atapci0 May 22 19:56:12 Think /kernel: ata1: at 0x170 irq 15 on atapci0 May 22 19:56:12 Think /kernel: chip1: at device 17.0 on pci0 May 22 19:56:12 Think /kernel: chip2: irq 9 at device 19.0 on pci0 May 22 19:56:12 Think /kernel: chip3: irq 9 at device 19.1 on pci0 May 22 19:56:12 Think /kernel: pci0: at 20.0 May 22 19:56:12 Think /kernel: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 May 22 19:56:12 Think /kernel: fdc0: FIFO enabled, 8 bytes threshold May 22 19:56:12 Think /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 May 22 19:56:12 Think /kernel: atkbdc0: at port 0x60,0x64 on isa0 May 22 19:56:12 Think /kernel: atkbd0: irq 1 on atkbdc0 May 22 19:56:12 Think /kernel: psm0: irq 12 on atkbdc0 May 22 19:56:12 Think /kernel: psm0: model Generic PS/2 mouse, device ID 0 May 22 19:56:12 Think /kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 May 22 19:56:12 Think /kernel: sc0: on isa0 May 22 19:56:12 Think /kernel: sc0: VGA <16 virtual consoles, flags=0x200> May 22 19:56:12 Think /kernel: pcic0: at port 0x3e0-0x3e1 on isa0 May 22 19:56:12 Think /kernel: pcic0: Polling mode May 22 19:56:12 Think /kernel: pccard0: on pcic0 May 22 19:56:12 Think /kernel: pccard1: on pcic0 May 22 19:56:12 Think /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 May 22 19:56:12 Think /kernel: sio0: type 16550A May 22 19:56:12 Think /kernel: ppc0: cannot reserve I/O port range May 22 19:56:12 Think /kernel: ad0: 4645MB [10068/15/63] at ata0-master using UDMA33 May 22 19:56:12 Think /kernel: acd0: CDROM at ata1-master using WDMA2 May 22 19:56:12 Think /kernel: Mounting root from ufs:/dev/wd0s2a May 22 19:56:12 Think /kernel: pccard: card inserted, slot 0 buildworld. No problem. installworld. No Problem. Ran mergemaster. When I went to build a new kernel it told me my kernel was up to date. Ok. Did MAKEDEV all. No problem. Rebooted. Fatal trap 12: page fault while in kernel mode automatic reboot... When I comment out linux_enable="YES" in rc.conf then the computer will boot. Did you get your Linux Emulation back? How? Thanks, -- Anne Sipes -- I was born because it was a habit in those days, people didn't know anything else ... I was not a Child Prodigy, because a Child Prodigy is a child who knows as much when it is a child as it does when it grows up. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 18:53:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-63-194-112-53.dsl.snlo01.pacbell.net (adsl-63-194-112-53.dsl.snlo01.pacbell.net [63.194.112.53]) by hub.freebsd.org (Postfix) with SMTP id 63C6437B8F1 for ; Mon, 22 May 2000 18:53:06 -0700 (PDT) (envelope-from rhino@hankandheather.com) Received: (qmail 36199 invoked from network); 23 May 2000 01:58:56 -0000 Received: from unknown (HELO ibix) (192.168.1.3) by adsl-63-194-112-53.dsl.snlo01.pacbell.net with SMTP; 23 May 2000 01:58:56 -0000 From: "Rhino" To: Cc: "BSD" Subject: RE: firewall, how much horsepower? Date: Mon, 22 May 2000 18:52:49 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <9f.5b1fdb1.265b3b7a@aol.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm running a 486/66 with 8 mb and a 800 mb hard drive and running qmail (with POP), apache, NCFtp, SSH, NATD, IPFW and have about 30 people popping mail, with about 8 people logging in with shell accounts, and 4 computers accessing DSL through it. It works great! Now, I'd recommend more power, and what you say you're going to run should work more than adequate. I know people running a similar set up to mine on a 386! The beauty of BSD at work. I'm only running command line through it, no X windows. But once set up, it won't require a whole lot of your time anyway. Hank -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lehquin@aol.com Sent: Monday, May 22, 2000 6:40 PM To: freebsd-questions@freebsd.org Subject: firewall, how much horsepower? Hi: I'm thinking about a network connection to the internet, either ISDN or DSL router. If I want to setup a firewall using FreeBSD, how much horsepower does the box need? I'm thinking that it won't need much power to just pass IP packets back and forth. It will need just need 2 ethernet cards right? Would a 486 66 w/ pentium upgrade chip and 64Meg Ram be enough? Regardless of the horsepower, what about other services. Can I run sendmail, and DNS on the same box that's the firewall. How do I makesure that the "Server Services" are protected behind the firewall eventhough they are on the same box. Would this mean that the server services would answer TCP/IP packets only on the ethernet interface that is on my side of the firewall. lehquinn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 May 22 19:15:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id 7340C37BC6D for ; Mon, 22 May 2000 19:13:24 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id TAA13553; Mon, 22 May 2000 19:01:19 -0700 (PDT) Message-ID: <3929E740.C62E1625@telocity.com> Date: Mon, 22 May 2000 22:04:48 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Chris Moline Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Getting My Cirrus Logic Modem To Work References: <3.0.3.32.20000522194245.006f8310@theboss.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chris, In your favorite M$ operating system, fire up hyperterm, or any other terminal app and connect to your modem. Type "AT" to make sure you get an OK. ATI codes will give you plenty of info on your modem. ATI1, ATI2, ATI3, etc. Generally, ATI7 will give you the most info, from what i've seen. But try them all. If you see any reference to WinModem, you know you bought the wrong modem. Look on the Cirrus web site for specs on it. See what operating systems it supports. Chances are that FreeBSD won't be on that list, but the key is to look for any OS other than M$. Hope this helps... -Otter Chris Moline wrote: > > Hi. > > I have had freebsd for about two months now but I still cannot get my modem > to work. I am not sure if it is supported though from the mailing archives > it would appear that it would be. > > Under windows my modem is on com4 and using irq 11. However in freebsd sio3 > is never found. Debugging did say that it found a network device named lp0. > Does this refer to my modem? > > I have no clue as to how to go about figuring out what's wrong. Anyone got > any ideas? I don't know what kind of info you need so if you've a question > feel free to ask at chris@theboss.net. TIA. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 19:28:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from eagle.prod.itd.earthlink.net (eagle.prod.itd.earthlink.net [207.217.120.24]) by hub.freebsd.org (Postfix) with ESMTP id 1CA0A37B7E6 for ; Mon, 22 May 2000 19:28:55 -0700 (PDT) (envelope-from eogren@earthlink.net) Received: from rod.darktech.org (ip139.cambridge2.ma.pub-ip.psi.net [38.32.112.139]) by eagle.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id TAA04893; Mon, 22 May 2000 19:28:52 -0700 (PDT) Received: (from eogren@localhost) by rod.darktech.org (8.10.1/8.10.1) id e4N2UA310047; Mon, 22 May 2000 22:30:10 -0400 (EDT) Date: Mon, 22 May 2000 22:30:10 -0400 From: Eric Ogren To: Anne Cc: rlglende@alink.net, questions@FreeBSD.ORG Subject: Re: Linux emulation -> "Fatal trap 12 -- page fault while in kernel mode" Message-ID: <20000522223010.A10029@earthlink.net> References: <00a801bfc120$ebbe8870$0100a8c0@landg01> <3929E574.17D8C073@hal-pc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <3929E574.17D8C073@hal-pc.org>; from annes449@hal-pc.org on Tue, May 23, 2000 at 01:57:08AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As has been said before, you *must* rebuild your kernel and the world at the same time. On Tue, May 23, 2000 at 01:57:08AM +0000, Anne wrote: > buildworld. No problem. > installworld. No Problem. > Ran mergemaster. > When I went to build a new kernel it told me my kernel was up to date. ^^^ If you re-ran config, make shouldn't tell you that your kernel is up to date. If it does, run config -r, and recompile the kernel. Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 19:31: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 4B39D37B7AD for ; Mon, 22 May 2000 19:31:03 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000523023102.EMUT22611.mail.rdc1.va.home.com@john.baldwin.cx>; Mon, 22 May 2000 19:31:02 -0700 Content-Length: 659 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: <000801bfc443$9045a700$0200a8c0@xrealms.yi.org> Date: Mon, 22 May 2000 22:31:02 -0400 (EDT) From: John Baldwin To: Ken Stanley Subject: RE: AMD K7 SD11 Cc: freebsd-questions@FreeBSD.ORG Message-Id: <20000523023102.EMUT22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-May-00 Ken Stanley wrote: > Hello, I have a AMD K7 SD11 and when I try to install FreeBSD 4.0 > from CD or Disk I get No Keyboard ( ps/2 ).. I have tired 3 > keyboards and keep getting the same error.. > > Is there anyway to fix this?? Well, your BIOS is broken, but you can work around it. When the boot floppy first starts up, hit a key at the beginning. You will then get a boot2 prompt (boot:). Type '-h' and press Enter. You should be fine after that. -- 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 Mon May 22 19:35:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wonka.esatclear.ie (wonka.esatclear.ie [194.145.128.5]) by hub.freebsd.org (Postfix) with ESMTP id 36AC137B735 for ; Mon, 22 May 2000 19:35:37 -0700 (PDT) (envelope-from mcox@esatclear.ie) Received: from bogboxminenu (mark@g-airlock138.esatclear.ie [194.165.160.138]) by wonka.esatclear.ie (8.9.3/8.9.3) with SMTP id DAA27337 for ; Tue, 23 May 2000 03:35:34 +0100 Message-ID: <037701bfc4a2$6503b0f0$8aa0a5c2@bogboxminenu> From: "Mark Cox" To: Subject: sendmail error Date: Tue, 23 May 2000 03:33:52 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0374_01BFC467.B763F480" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0374_01BFC467.B763F480 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi iv'e just installed Freebsd 4.0 REALSE from 3.4-STABLE i'm getitnd a = senmail error NOQUE:SYSERR(root): hash map ALIASO" missing map /etc/aliases.db=3D no = such file or directory does anyone knwo what this means or how to fix it = thanks in advance ------=_NextPart_000_0374_01BFC467.B763F480 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi iv'e just installed Freebsd 4.0 = REALSE from=20 3.4-STABLE i'm getitnd a senmail error
NOQUE:SYSERR(root): hash map ALIASO" = missing map=20 /etc/aliases.db=3D no such file or directory does anyone knwo what this = means or=20 how to fix it thanks in advance
------=_NextPart_000_0374_01BFC467.B763F480-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 19:37:16 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 1AF7A37B8C3 for ; Mon, 22 May 2000 19:37:13 -0700 (PDT) (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 WAA37255; Mon, 22 May 2000 22:36:39 -0400 (EDT) (envelope-from cjc) Date: Mon, 22 May 2000 22:36:39 -0400 From: "Crist J. Clark" To: dsilver@mail.quantified.com Cc: freebsd-questions@FreeBSD.ORG, doug@mail.quantified.com Subject: Re: Second hard drive problems Message-ID: <20000522223639.D36986@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <200005222313.QAA11943@mail.quantified.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200005222313.QAA11943@mail.quantified.com>; from dsilver@mail.quantified.com on Mon, May 22, 2000 at 04:13:32PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 22, 2000 at 04:13:32PM -0700, dsilver@mail.quantified.com wrote: > Platform: FBSD 2.2.7 > > One of our machines which has two IDE drives in it crashed over the > weekend and after that, the /var partition could not mount. Here's > /etc/fstab: > # Device Mountpoint FStype Options Dump > Pass# > /dev/wd0s1b none swap sw 0 0 > /dev/wd0s1a / ufs rw 1 1 > /dev/wd0s1e /usr ufs rw 2 2 > /dev/wd1s1e /var ufs rw 2 2 > /dev/wd0s1f /www ufs rw 2 2 > > So the root (/, /usr, /www) comes up fine, but when I try to run > fsck, it says "Device not configured". This drive had been in the machine > for several months, so it's not a new drive at all. Does anyone have > some advice on how to determine if the drive went bad? I've never seen > fsck just quit like that. What does, % grep wd1 /var/run/dmesg.boot Say? Was the HDD detected at boot? If so, what does, # dislabel -r wd1s1 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 Mon May 22 19:46:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id A0DAC37B54E for ; Mon, 22 May 2000 19:46:40 -0700 (PDT) (envelope-from johnholland@mindspring.com) Received: from tag1288.mindspring.com ([209.138.224.234]) by maynard.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id WAA13186; Mon, 22 May 2000 22:46:15 -0400 (EDT) Message-Id: <4.3.1.0.20000522214525.00ab1a50@pop.mindspring.com> X-Sender: johnholland@pop.mindspring.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Mon, 22 May 2000 21:45:28 -0400 To: Bruce Burden From: John Holland Subject: Re: XFree86 4.0 mouse cursor weirdness 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 > You should be using "sysmouse" for you mouse when runnig "X": That fixed it. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 19:59:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hal-pc.org (hal-pc.org [204.52.135.1]) by hub.freebsd.org (Postfix) with ESMTP id 402BE37B54E for ; Mon, 22 May 2000 19:59:27 -0700 (PDT) (envelope-from annes449@hal-pc.org) Received: from hal-pc.org (206.180.133.99.dial-ip.hal-pc.org [206.180.133.99]) by mail.hal-pc.org (8.9.1/8.9.0) with ESMTP id VAA23387; Mon, 22 May 2000 21:59:21 -0500 (CDT) Message-ID: <3929F5E9.392CE7@hal-pc.org> Date: Tue, 23 May 2000 03:07:21 +0000 From: Anne Organization: HAL-PC X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.12 i386) MIME-Version: 1.0 To: Eric Ogren Cc: rlglende@alink.net, questions@FreeBSD.ORG Subject: Re: Linux emulation -> "Fatal trap 12 -- page fault while in kernel mode" References: <00a801bfc120$ebbe8870$0100a8c0@landg01> <3929E574.17D8C073@hal-pc.org> <20000522223010.A10029@earthlink.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eric Ogren wrote: > > As has been said before, you *must* rebuild your kernel and the world at > the same time. > > On Tue, May 23, 2000 at 01:57:08AM +0000, Anne wrote: > > buildworld. No problem. > > installworld. No Problem. > > Ran mergemaster. > > When I went to build a new kernel it told me my kernel was up to date. > > ^^^ If you re-ran config, make shouldn't tell you that your kernel is up > to date. If it does, run config -r, and recompile the kernel. I stopped everything else I was looking at and ran config -r and recompiled the kernel. Everything works now. Thank you. -- Anne -- The verdict of a jury is the a priori opinion of that juror who smokes the worst cigars. -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 20:30:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.telestream.com (mail.telestream.com [205.238.4.5]) by hub.freebsd.org (Postfix) with ESMTP id 73FB437B63C for ; Mon, 22 May 2000 20:30:08 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id UAA31825 for ; Mon, 22 May 2000 20:30:03 -0700 Date: Mon, 22 May 2000 20:30:02 -0700 (PDT) From: To: freebsd-questions@freebsd.org Subject: NIS client Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just setup a NIS server and am now doing some testing on a nis client. Not sure of what to make of this error message that keeps repeating. I've run make in /var/yp and it seemed to build the hash of things just fine. Any pointers??? NIS server at mydomain.net not in restricted mode access list -- rejecting. A bit of info on each system here. Client: FreeBSD 4.0-Release rc.conf entry nisdomainname="clientdomain.com" nis_client_enable="YES" nis_client_flags="-S mydomain.net,core" ---------- Server FreeBSD 4.0-Stable nisdomainname="mydomain.net" # Set to NIS domain if using NIS (or NO). nis_server_enable="YES" # We're an NIS server (or NO). nis_server_flags="" nis_yppasswdd_enable="YES" nis_yppasswdd_flags="-t /var/yp/master.passwd" nis_client_enable="YES" nis_client_flags="-S mydomain.net,core" Keith ================================= Keith W. At the helm ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 20:38:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id D47B437B6FC for ; Mon, 22 May 2000 20:38:09 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id WAA32037; Mon, 22 May 2000 22:38:08 -0500 (CDT) Date: Mon, 22 May 2000 22:38:08 -0500 (CDT) From: Brennan W Stehling To: y u r i k Cc: freebsd-questions@freebsd.org Subject: Re: newbie needs advice In-Reply-To: <4626782230.20000522201852@ifrance.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 It sounds like I am very much similar in terms of computer experience. I was a Windows user all through high school and some in college but after one class on PowerPC computers I decided I was much happier using a Mac. So I stopped using Microsoft tools for just about everything. Eventually once college was over I took a job which stuck me in front of a couple very nicely built and configured FreeBSD servers. I had to administer them and I learned as I went. I found that the FreeBSD website was very helpful in most daily tasks as I relied almost entirely on the website for help with these systems. I drew further support for systems like DNS, Sendmail, and other common services from O'Reilly books, which I highly recommend. I would be lost without them. After about a years experience with FreeBSD the Linux movement was swelling and talk of hardware vendors jumping on the bandwagon encouraged me to look at Linux. I installed SuSE, Redhat and Caldera. I tried each one for a while but found that these more commercial products were not as helpful as the less commercial FreeBSD. When I wanted to do an update for my Caldera distro, I was only aware of one ftp server where I could get RPM update files. I would run the updates and frequently the ftp server would go offline and make it hard for me to continue with my updates. I am not sure if Caldera is trying to encourage me to go get a new CD each time I upgrade my system, and I do not care. Their service was horrible and it was largely the same with SuSE. Redhat I simply had problems with in general and did not give much time to it. So now I have stopped exploring Linux and now only use FreeBSD for my server systems. At home I have an iMac running OS 9 on a network which is fed by a DSL connection to the internet. I have a FreeBSD box acting as a firewall and Network Address Translator. It works great and it is very easy for me to keep running smoothly. And with each new release of FreeBSD it keeps getting even easier. And this list is also very helpful when the answer is hard to find on a FreeBSD website. But if you are really new to Unix in general, Linux may be a good solution. There is a frustration level with FreeBSD that you have to get passed. It's focus is on the server side, not the desktop as it is for Linux. It does not autodetect your video and sound card and that can be difficult to set up in FreeBSD if you have not done it before. With Linux it seems to get the video and sound working rather easily and you are all set to go. After learning enough in the Linux world, you could transition to FreeBSD more easily as you will be comfortable with a half graphical/half command-line system. I am comfortable with FreeBSD because my initial experience with computers was DOS. If you come from something like Windows95 and never used the command-line, you may not be very happy with FreeBSD at all. It may take some time to adjust, but if you have the time like you said, go ahead and dig it. It is a very nice system once you get to know it. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? On Mon, 22 May 2000, y u r i k wrote: > Hello All, > > total newbie here: all I was subjected to was Apple(mostly) and Windows > before. Tried Linux. Installed several distros several times. Liked > what I saw. > > Could you, please, brief me on the differences between the two? > Main objective is to learn why would I go BSD way. > My understanding that BSD is better structured than Linux, but I have > no real knowledge of either one. All I have is plenty of free time and > curiosity. Or shall I try going both? > > I am not asking for "must die" kinda stuff, I just really never dealt > with "real systems" before. > > thank you in advance > > > > -- > Best regards, > Yuri > Vancouver, USA > mailto:koroby398@ifrance.com > > > > ______________________________________________________________________________ > message envoye depuis http://www.ifrance.com > emails (pop)-sites persos (espace illimite)-agenda-favoris (bookmarks)-forums > Ecoutez ce message par tel ! : 08 92 68 92 15 (france uniquement) > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 20:54:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 3436F37B74E for ; Mon, 22 May 2000 20:54:16 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id WAA32075; Mon, 22 May 2000 22:54:14 -0500 (CDT) Date: Mon, 22 May 2000 22:54:14 -0500 (CDT) From: Brennan W Stehling To: Lehquin@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: firewall, how much horsepower? In-Reply-To: <9f.5b1fdb1.265b3b7a@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 Lots of questions... I currently run a FreeBSD box as a Network Address Translator and a Firewall for my DSL connection. The DSL line comes into the black DSL box which has 5 ethernet ports. I connect that to one of my two ethernet cards in the FreeBSD box. I set that up as my outside gateway. Here is a page for reference... http://www.freebsddiary.org/natrules.html The other NIC card connects to 8 port hub where I have my iMac connect with a private block of IP addresses. I am using 192.168.1.*. I use ipnat and ipfw to do the network translation and firewalling. They running smoothly despite pulling down many mp3 files. :) My box is a PIII 550, so I cannot say if a 486 can handle the work you are asking about, but I would venture to say it will work no problem. Through ipnat, ipfw, sendmail and bind on there and let it rip. Consider what the box will be doing. There really is very little to process. If you have enough memory to hold the kernel and filter rules and things in memory it will run fast enough. DNS and Sendmail are almost a non issue as requests to those services would be quite rare... and if they are a little sluggish, are you really going to notice much? Doing address translation and firealling may take a bit of a toll on the processor but that depends on how much traffic you will have going through the computer. I feel that these systems are very efficient, so it may work really well. But your biggest issues to manage will be your ethernet cards. They will be doing most of the work and you can easily get new cards and install them if you have old ones which do not perform as you hope. If you simply run this as a server for these services I would guess that you would be ok. If you want to render graphics or run X windows on this machine, I would say you would want a faster processor. I'd be curious how well this system does perform once you start using it. I would not mind running my natd/firewall server on a cheaper box so I can tinker with the fast pentium for other uses. :) Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? On Mon, 22 May 2000 Lehquin@aol.com wrote: > Hi: > > I'm thinking about a network connection to the internet, either ISDN > or DSL router. If I want to setup a firewall using FreeBSD, how much > horsepower does the box need? I'm thinking that it won't need much > power to just pass IP packets back and forth. It will need just need > 2 ethernet cards right? Would a 486 66 w/ pentium upgrade chip and > 64Meg Ram be enough? > > Regardless of the horsepower, what about other services. Can I run > sendmail, and DNS on the same box that's the firewall. How do I > makesure that the "Server Services" are protected behind the firewall > eventhough they are on the same box. Would this mean that the > server services would answer TCP/IP packets only on the ethernet > interface that is on my side of the firewall. > > lehquinn > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 22 21: 0:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f55.law3.hotmail.com [209.185.241.55]) by hub.freebsd.org (Postfix) with SMTP id 98BCA37B898 for ; Mon, 22 May 2000 21:00:31 -0700 (PDT) (envelope-from blackdeth_@hotmail.com) Received: (qmail 80102 invoked by uid 0); 23 May 2000 04:00:28 -0000 Message-ID: <20000523040028.80101.qmail@hotmail.com> Received: from 24.42.82.206 by www.hotmail.com with HTTP; Mon, 22 May 2000 21:00:28 PDT X-Originating-IP: [24.42.82.206] From: "Phoneless Cord" To: FreeBSD-Questions@FreeBSD.ORG Subject: Error mounting /dev/acd0c on /dist during install; can't init. selected medi Date: Tue, 23 May 2000 00:00:28 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've searched everywhere, and haven't seen anything that can fix this problem. I burned FreeBSD 4 ISO to a CD, then used it to boot a p133 Compaq. It got through everything fine, fdisk etc, wrote all the file system information successfully, started the emergency shell on tty4, then gave me: "Error mounting /dev/acd0c on /dist: Input/output error(5)" After that, it gave me: "Unable to initialize selected media." Any help/ideas would be appreciated. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Mon May 22 21:13:11 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 DA6B137B999 for ; Mon, 22 May 2000 21:13:07 -0700 (PDT) (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 AAA37634; Tue, 23 May 2000 00:12:35 -0400 (EDT) (envelope-from cjc) Date: Tue, 23 May 2000 00:12:35 -0400 From: "Crist J. Clark" To: Mark Cox Cc: questions@FreeBSD.ORG Subject: Re: sendmail error Message-ID: <20000523001235.F36986@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <037701bfc4a2$6503b0f0$8aa0a5c2@bogboxminenu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <037701bfc4a2$6503b0f0$8aa0a5c2@bogboxminenu>; from mcox@esatclear.ie on Tue, May 23, 2000 at 03:33:52AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 03:33:52AM -0700, Mark Cox wrote: > Hi iv'e just installed Freebsd 4.0 REALSE from 3.4-STABLE i'm getitnd a senmail error > NOQUE:SYSERR(root): hash map ALIASO" missing map /etc/aliases.db= no such file or directory does anyone knwo what this means or how to fix it thanks in advance You don't have an aliases database. Type, # newaliases And see, # man 5 aliases # man 1 newaliases -- 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 May 22 21:35:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id 8F49137B9D9 for ; Mon, 22 May 2000 21:35:25 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id XAA45057 for freebsd-questions@freebsd.org; Mon, 22 May 2000 23:35:24 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005230435.XAA45057@sullivan.realtime.net> Subject: >> Checksum mismatch for tcl8.3.1plus.patch.gz. To: freebsd-questions@freebsd.org (Frebsd Questions) Date: Mon, 22 May 2000 23:35:24 -0500 (CDT) 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 Is anybody else seeing this problem: >> Checksum OK for tcl8.3.1.tar.gz. >> Checksum mismatch for tcl8.3.1plus.patch.gz. Make sure the Makefile and md5 file (/usr/ports/lang/tcl83/files/md5) are up to date. If you are absolutely sure you want to override this "check, type make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/lang/tcl83. *** Error code 1 The patch file is coming from the neosoft site, which is the only site I see that has this file. Thanks, Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 21:58:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vicosa.dpi.ufv.br (vicosa.dpi.ufv.br [200.17.74.1]) by hub.freebsd.org (Postfix) with ESMTP id 9722B37B86A for ; Mon, 22 May 2000 21:58:48 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br (port18.tdnet.com.br [200.236.148.118]) by vicosa.dpi.ufv.br (AIX4.2/UCB 8.7/8.7) with ESMTP id BAA11790; Tue, 23 May 2000 01:57:38 -0200 (GRNLNDDT) Message-ID: <392A1081.17EBDB91@tdnet.com.br> Date: Tue, 23 May 2000 02:00:49 -0300 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Brennan W Stehling Cc: y u r i k , freebsd-questions@freebsd.org Subject: Re: newbie needs advice References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brennan W Stehling wrote: > So now I have stopped exploring Linux and now only use FreeBSD for my > server systems. At home I have an iMac running OS 9 on a network which is > fed by a DSL connection to the internet. I have a FreeBSD box acting as a > firewall and Network Address Translator. > > It works great and it is very easy for me to keep running smoothly. And > with each new release of FreeBSD it keeps getting even easier. And this > list is also very helpful when the answer is hard to find on a FreeBSD > website. > > But if you are really new to Unix in general, Linux may be a good > solution. There is a frustration level with FreeBSD that you have to get > passed. It's focus is on the server side, not the desktop as it is for > Linux. It does not autodetect your video and sound card and that can be > difficult to set up in FreeBSD if you have not done it before. As you said, linux is a desktop focused OS. FreeBSD a server focused. But there is some misconceptions about what you think! Linux does not helps you detecting Graphical cards, sounds, etc. It's the instalation utilities (comes with the dire linux distros, like Suse, RedHat, Caldera) that performs such an action. If you wants to set up things like X, just run XF86Setup, configuring sound is easy too. I think freebsd does much more than expected: who needs sound for a server environment...... If you seek for a decent linux distro, try slackware! IT'S THE ONLY ONE WORTH ENOUGH! > With Linux it seems to get the video and sound working rather easily and > you are all set to go. After learning enough in the Linux world, you > could transition to FreeBSD more easily as you will be comfortable with a > half graphical/half command-line system. > I am comfortable with FreeBSD because my initial experience with computers > was DOS. If you come from something like Windows95 and never used the > command-line, you may not be very happy with FreeBSD at all. FreeBSD does not need make users happy. What it really need is some to make it happy. just my two cents... -- Your mouse has moved. Windows NT must be restarted for the change to take effect! Reboot now? [ OK] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 22: 7:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spoon.alink.net (spoon.alink.net [207.135.127.97]) by hub.freebsd.org (Postfix) with ESMTP id 08A7037B8AB for ; Mon, 22 May 2000 22:07:51 -0700 (PDT) (envelope-from rlglende@alink.net) Received: from landg01 (rlglende.analog.alink.net [207.135.92.251]) by spoon.alink.net (8.9.3/8.9.3) with SMTP id WAA02558 for ; Mon, 22 May 2000 22:07:49 -0700 (PDT) Reply-To: From: "Lew Glendenning" To: Subject: /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found Date: Mon, 22 May 2000 22:17:09 -0700 Message-ID: <005401bfc476$24e53790$0100a8c0@landg01> 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.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On a new FreeBSD 3.4-RELEASE installation: mySys# cvsup -g -L 2 cvsupfile /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found There is a libXaw in Configuration had Linux-emulation enabled. Disabling this didn't make a difference. I have done several other installations recently with no problems. This one had a lot of packages installed. Any ideas what to do, besides reinstalling ?? Lew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 22:19:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from twister.zrs.hr (twister.zrs.hr [193.198.50.4]) by hub.freebsd.org (Postfix) with ESMTP id 93D7937BA1A for ; Mon, 22 May 2000 22:19:51 -0700 (PDT) (envelope-from mmat@twister.zrs.hr) Received: from mmatijevac (asy102.jmu.carnet.hr [193.198.128.102]) by twister.zrs.hr (8.9.3/8.9.3) with SMTP id HAA94851 for ; Tue, 23 May 2000 07:19:49 +0200 (CEST) From: "Matija Matijevac" To: Subject: More PTYs on FreeBSD 4.0 Date: Tue, 23 May 2000 07:19:12 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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 Hi! I'm new in BSD, and I'm using FreeBSD 4.0 I have a lot of users on my computer, so, if they all run screen, i don't have enough pty's, and i get a message "Not enough PTYs". How to correct the problem? Thnx, Matija -- * Work Address: Ilica 53a 10 000 Zagreb, Croatia * Work phone: +385 (0)1 48 48 348 * Home Address: Roginin 1. ogranak 2 10090 Zagreb, Croatia * GSM: +395 (0)91 514 6657 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 22:43:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from csgrad.cs.vt.edu (csgrad.cs.vt.edu [128.173.41.41]) by hub.freebsd.org (Postfix) with ESMTP id 4368137B55A for ; Mon, 22 May 2000 22:43:32 -0700 (PDT) (envelope-from sperugin@csgrad.cs.vt.edu) Received: from localhost (sperugin@localhost) by csgrad.cs.vt.edu (8.10.1/8.10.1) with ESMTP id e4N5hUs08306 for ; Tue, 23 May 2000 01:43:30 -0400 (EDT) Date: Tue, 23 May 2000 01:43:30 -0400 (EDT) From: Saverio Perugini To: questions@freebsd.org Subject: sound 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 Hello, What is the procedure to setup and configure sound (pnp) with FreeBSD 4.0-RELEASE? Thanks! Best, Sammy Saverio Perugini email: sperugin@vt.edu web: csgrad.cs.vt.edu/~sperugin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 22:59:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 7446437B55A for ; Mon, 22 May 2000 22:59:30 -0700 (PDT) (envelope-from webmaster@hawaiidakine.com) Received: from hawaiidakine.com (usa2ppp44.USA2K.NET [208.164.66.101]) by pele.WURLDLINK.NET (8.9.3/8.9.3) with ESMTP id TAA72591 for ; Mon, 22 May 2000 19:59:36 -1000 (HST) (envelope-from webmaster@hawaiidakine.com) Message-ID: <392A1E08.4497E4D1@hawaiidakine.com> Date: Mon, 22 May 2000 19:58:32 -1000 From: Al Plant X-Mailer: Mozilla 4.61C-CCK-MCD Caldera Systems OpenLinux [en] (X11; I; Linux 2.2.10 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: startx for Xfce Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Can some one point me to a how to on setting up Free BSD 4 /post install to use Xfce when the startx command is used. The installation I have made only starts KDE when the command startx is used from a terminal command line. I get a GTK error. I can open a kde terminal and xfce will run in that so I know it is functional. I am used to Caldera Linux 2.3 and it uses a setup command which my fuzzy mind can't recall. Too many hours in the webcenter. Al Plant Webmaster http://hawaiidakine.com Running Caldera Linux 2.3 "None of us is as smart as all of us." Ken Blanchard .. The One Minute Manager. SUPPORT THE OPEN SOURCE POLICY! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 23:17: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dastor.albury.net.au (dastor.albury.NET.AU [203.15.244.203]) by hub.freebsd.org (Postfix) with ESMTP id A755537B7A7 for ; Mon, 22 May 2000 23:16:59 -0700 (PDT) (envelope-from nicks@dastor.albury.net.au) Received: (from nicks@localhost) by dastor.albury.net.au (8.9.3/8.9.3) id QAA95847; Tue, 23 May 2000 16:16:07 +1000 (EST) (envelope-from nicks) Date: Tue, 23 May 2000 16:16:07 +1000 From: Nick Slager To: Matija Matijevac Cc: freebsd-questions@FreeBSD.ORG Subject: Re: More PTYs on FreeBSD 4.0 Message-ID: <20000523161607.B95389@albury.net.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from mmat@twister.zrs.hr on Tue, May 23, 2000 at 07:19:12AM +0200 X-Homer: Whoohooooooo! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I'm new in BSD, and I'm using FreeBSD 4.0 > I have a lot of users on my computer, so, if they all > run screen, i don't have enough pty's, and i get a message > "Not enough PTYs". > How to correct the problem? > You'll need to recompile your kernel, paying attention to: pseudo-device pty 16 You may also need to add more entries in /dev See http://www.freebsd.org/handbook/kernelconfig-config.html#KERNELCONFIG-PTYS for more information. 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 Mon May 22 23:18:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pele.WURLDLINK.NET (pele.WURLDLINK.NET [208.164.68.2]) by hub.freebsd.org (Postfix) with ESMTP id 43F1C37B540 for ; Mon, 22 May 2000 23:18:54 -0700 (PDT) (envelope-from webmaster@hawaiidakine.com) Received: from hawaiidakine.com (usa2ppp44.USA2K.NET [208.164.66.101]) by pele.WURLDLINK.NET (8.9.3/8.9.3) with ESMTP id UAA72866 for ; Mon, 22 May 2000 20:18:58 -1000 (HST) (envelope-from webmaster@hawaiidakine.com) Message-ID: <392A2292.667AFABD@hawaiidakine.com> Date: Mon, 22 May 2000 20:17:54 -1000 From: Al Plant X-Mailer: Mozilla 4.61C-CCK-MCD Caldera Systems OpenLinux [en] (X11; I; Linux 2.2.10 i586) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: startx Xfce Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nevermind, My brain woke up it's xfce_setup. -- Al Plant Webmaster http://hawaiidakine.com Running Caldera Linux 2.3 "None of us is as smart as all of us." Ken Blanchard .. The One Minute Manager. SUPPORT THE OPEN SOURCE POLICY! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 23:37:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.univ-reims.fr (mail.univ-reims.fr [193.50.208.6]) by hub.freebsd.org (Postfix) with ESMTP id 4E2FA37BAC1 for ; Mon, 22 May 2000 23:37:25 -0700 (PDT) (envelope-from florian.peth@univ-reims.fr) Received: from univ-reims.fr ([194.254.193.20]) by mail.univ-reims.fr (8.9.3/8.9.3) with ESMTP id IAA20307 for ; Tue, 23 May 2000 08:35:17 +0200 (MEST) Message-ID: <392A27DF.C6ADE8D1@univ-reims.fr> Date: Tue, 23 May 2000 08:40:31 +0200 From: Florian Peth Organization: IFTS X-Mailer: Mozilla 4.7 [fr] (WinNT; I) X-Accept-Language: fr MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: create a NT domain with BSD Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello. I have 2 NT servers whitch are managing a NT domain with users. if I replace these 2 servers with freeBSD, does it can manage a NT domain, with login and password for users on NT workstations ? if yes, where can I find documentation to create a NT domain with freeBSD ? thank you very much for the answer. -- Florian PETH IFTS (Université de Reims) 7 Bd Jean Delautre 08000 Charleville-Mézières FRANCE http://www.univ-reims.fr/Ufr/Ifts/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 23:48:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from garbo.nepean.uws.edu.au (garbo.nepean.uws.edu.au [137.154.156.194]) by hub.freebsd.org (Postfix) with ESMTP id B524D37B55A for ; Mon, 22 May 2000 23:48:45 -0700 (PDT) (envelope-from n9905381@garbo.nepean.uws.edu.au) Received: from scholar.nepean.uws.edu.au (dho@[137.154.149.4]) by garbo.nepean.uws.edu.au (8.9.3/8.9.3) with SMTP id QAA25539 for ; Tue, 23 May 2000 16:48:41 +1000 (EST) From: Danny K Ho Message-Id: <200005230648.QAA25539@garbo.nepean.uws.edu.au> Date: Tue, 23 May 2000 16:48:40 EST (EST) To: freebsd-questions@freebsd.org Subject: openssh.tar.gz Query X-Mailer: UWS Mail Gateway X-URL: http://www.cit.nepean.uws.edu.au Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, -I am trying to get my hands on a ssh client. I tried using the ports for ktelnet and openssh, ssh2 etc etc but sadly it doesn' work. I am running FreeBSD 3.3 - Iam pondering on using the openssh_tar.gz file so I can run "./configure" "make" and then finally "make install" - Not suprisingly, it doesn't seem to be on the www.openssh.com web site. Question 1) has anyone tried the proposed method in point number 2? 2) If the above answer is "yes" where can I get a copy of openssh_tar.gz - Please Cc this response to my non university email address "dannyh@idx.com.au" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon May 22 23:57:46 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 0DD2A37BAC1 for ; Mon, 22 May 2000 23:57:44 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.222]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Mon, 22 May 2000 23:57:52 -0700 Message-ID: <392A2BCE.7040F517@3-cities.com> Date: Mon, 22 May 2000 23:57:18 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Saverio Perugini Cc: questions@freebsd.org Subject: Re: sound card References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Saverio Perugini wrote: > > Hello, > > What is the procedure to setup and configure sound (pnp) with > FreeBSD 4.0-RELEASE? Thanks! For 4.0, you frequently add "device pcm" to your kernel, config, make, and make install it. After you reboot, you "cd /dev" and "./MAKEDEV snd0". This sequence works for the many. It worked on 2 of 3 of my systems. The 3rd system required an sbc driver. Since you didn't specify what sound card you have in your system, you may have to read /sys/i386/conf/LINT and see if you need something else. I use sound mainly on KDE and that has a few quirks once you get your sound card recognized. Good luck, Kent -- 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 Tue May 23 0: 4: 5 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 A006537B55A for ; Tue, 23 May 2000 00:03:59 -0700 (PDT) (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.10.0/8.10.0) with ESMTP id e4N73lx21439; Tue, 23 May 2000 09:03:47 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <00052409090406.00332@freebsd.freebsd.org> Date: Tue, 23 May 2000 09:03:42 +0200 (CEST) From: Micke Josefsson To: Danny Subject: Re: root filesystem full Cc: freebsd-questions@FreeBSD.ORG, Steve Leibel Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Mon, 22 May 2000, Steve Leibel wrote: >> My / just filled up, here's the output of df: >> >> Filesystem 1K-blocks Used Avail Capacity Mounted on >> /dev/wd2s1a 39647 38551 -2075 106% / >> /dev/wd2s1f 7803734 3044533 4134903 42% /usr >> /dev/wd2s1e 19815 3008 15222 17% /var >> procfs 4 4 0 100% /proc >> >> >> What kind of things should I be looking to delete or change? How >> do >> I resize it without having to repartition my disk or mess up the >> rest >> of my configuration? >> You can't resize the partition. But you can make another partition on you disk (possibly an extended one), formatted in UFS and mount it somewhere in you tree. Use 'du -x -d 1 /' to see what is the largest directory. Disregard the lines for /usr and /var as they are separate, as df showed above. Perhaps /tmp has grown out of bounds? Which can be solved by symlinking /tmp to /usr/tmp for example. man du and man ln are very helpful. My box says (for you to get a hang of the kind of sizes to expect) lagrange# du -d 1 -x / 3321 /dev 1 /usr 1 /var 1922 /stand 562 /etc 2 /cdrom 1 /proc 3283 /bin 335 /boot 1 /lkm 50 /mnt 1746 /modules 2879 /root 8081 /sbin 1 /dist 1 /a 28177 / Note that /tmp is not there as the '-x' was specified for du. And /usr and /var are just mount points. /Micke ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.4 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 0: 5:50 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 923BF37B55A for ; Tue, 23 May 2000 00:05:47 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4N7dEK18822; Tue, 23 May 2000 00:39:14 -0700 (PDT) Date: Tue, 23 May 2000 00:39:14 -0700 From: Alfred Perlstein To: Florian Peth Cc: freebsd-questions@FreeBSD.ORG Subject: Re: create a NT domain with BSD Message-ID: <20000523003914.C28097@fw.wintelcom.net> References: <392A27DF.C6ADE8D1@univ-reims.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392A27DF.C6ADE8D1@univ-reims.fr>; from florian.peth@univ-reims.fr on Tue, May 23, 2000 at 08:40:31AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Florian Peth [000523 00:11] wrote: > hello. > I have 2 NT servers whitch are managing a NT domain with users. > if I replace these 2 servers with freeBSD, does it can manage a > NT domain, with login and password for users on NT workstations ? > if yes, where can I find documentation to create a NT domain > with freeBSD ? > > thank you very much for the answer. see http://www.samba.org, Samba can do all this. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 0: 6:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.noc0.hsacorp.net (mail1.noc0.hsacorp.net [208.247.171.140]) by hub.freebsd.org (Postfix) with ESMTP id 5CEB237B5AE for ; Tue, 23 May 2000 00:06:25 -0700 (PDT) (envelope-from jconner@enterit.com) Received: from [24.216.177.145] (HELO default.enterit.com) by mail1.noc0.hsacorp.net (CommuniGate Pro SMTP 3.2.4) with ESMTP id 12655041; Tue, 23 May 2000 03:06:16 -0400 Message-Id: <4.3.1.2.20000523030654.022671e0@pseudonet.org> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Tue, 23 May 2000 03:13:02 -0400 To: Florian Peth , freebsd-questions@FreeBSD.ORG From: Jim Conner Subject: Re: create a NT domain with BSD In-Reply-To: <392A27DF.C6ADE8D1@univ-reims.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; format=flowed Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At 08:40 AM 5/23/00 +0200, Florian Peth wrote: >hello. >I have 2 NT servers whitch are managing a NT domain with users. >if I replace these 2 servers with freeBSD, does it can manage a >NT domain, with login and password for users on NT workstations ? >if yes, where can I find documentation to create a NT domain >with freeBSD ? The SAMBA suite allows for network connectivity using Windows domain=20 network protocols. However, according to the man page for samba the domain= =20 controller option in the smb.conf is deprecated. It is my understanding=20 though that Samba is capable of being a domain controller (PDC, not sure=20 but probably, and BDC, yes) man 7 samba, man 8 smbd, man 5 smb.conf, man 8= =20 nmbd - Jim >thank you very much for the answer. > >-- >Florian PETH > >IFTS (Universit=E9 de Reims) >7 Bd Jean Delautre >08000 Charleville-M=E9zi=E8res >FRANCE > >http://www.univ-reims.fr/Ufr/Ifts/ > > > > >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 Tue May 23 0:10:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93]) by hub.freebsd.org (Postfix) with ESMTP id 9643D37BC4B for ; Tue, 23 May 2000 00:10:22 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.102.59] (helo=parish.my.domain) by neodymium with esmtp (Exim 2.05 #1) id 12tyCh-0000Ow-00; Mon, 22 May 2000 20:49:32 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id UAA02990; Mon, 22 May 2000 20:49:25 +0100 (BST) (envelope-from mark) Date: Mon, 22 May 2000 20:49:25 +0100 From: Mark Ovens To: Kent Stewart Cc: leegold , FreeBSD-Questions@freebsd.org Subject: Re: ques: partition, slice, disk label, mounting point Message-ID: <20000522204925.B2835@parish> References: <001601bfc3a1$f687a920$5edf7ad1@leegold1> <39298D57.955E8300@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <39298D57.955E8300@3-cities.com>; from kstewart@3-cities.com on Mon, May 22, 2000 at 12:41:11PM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 22, 2000 at 12:41:11PM -0700, Kent Stewart wrote: > > > leegold wrote: > > > > I've read tons of stuff on the web. still trying to understand the basics of > > the FreeBSD installation. maybe if anyone could explain the following term, > > concepts it would make a dent: > > > > disk labeling (vs. slices, partitions, mounting points ). > > slices, (vs partitions, what's the difference). > > mounting points. > > how dirs (eg. \ ) are mounted to the partitions ( or is it slices ), why, > > how, when? > > The \ concept has to go. It is now the way it was originally > developed. Microsoft just didn't understand that the / key was easier > to get to than the \ key was. > Maybe Billy G is English? On a UK keyboard `\` is between `Z` and Left-Shift and `/` is the same as a US keyboard (I think), next to Right-Shift ;) > It will be hard to talk to someone outside of the FreeBSD community > about FreeBSD terminology. I have a great deal of trouble with the > term slice. No matter what you do that conflicts with current > terminology. It is the 100+K FreeBSD users against the 100+M users > that don't understand. If you add a FreeBSD slice to an HD, your bios > talks about it being a partition. I think we used a terminology that > goes against the wind so to speak. > > When you think about the term slice, it also fits because you have > really sliced the drive up and are creating a super extended > partition. Since I am used to the FreeBSD usage, trying to install > Linux on a system has been difficult. I need one system that will boot > Linux and setting up one on my systems is really difficult. I don't > have any problem adding FreeBSD and it is because of the slice > concept. I added FreeBSD to an old system with NT 4 on it and both > needed to be under 8GB to boot. The FreeBSD 4.0 slice located after > the extended partition containing the NT boot worked just fine. It > also made copying the existing disk structure from a 5GB to a 20GB a > snap :). > > Some rules are: an HD can have 4 primary partitions on it. One of > those partitions can be an extended partition. A slice is a primary > partition and you can have more than 1. A slice can be larger than > 8.4GB and your system will boot if and only if your / parition is > separated from the other partitions. The / partition has to be totatly > located in front of cylinder 1024, which is ~8.4GB using LBA. I go > with a 100MB / partition and that has around 30% freespace. I separate > out /var, /tmp, and /usr. I have a 500MB /var, a 1.5GB /tmp, and > everything else is assigned to /usr. These sizes are extremely > generous. When you have 12GB free, what is 500MB more or less :). Each > FreeBSD partition is a mount point. Since they mount onto your / > partition, they need unique names. The names for /, /var, /tmp, and > /usr are not variables. They have to mount with those names precisely. > Changing /usr to /kent would be like renaming your windows/system32 to > /windows/lee and expecting windows to work. It won't. > > I add my users in /home which is linked to /usr/home. I can cd to > ~seti and end up in /home/seti. The advantage in using the /home > concept. > > There is a lot to learn. > > Have fun, > > Kent > > > > > Thanks (newbie) > > > > 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 -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 Tue May 23 0:12:49 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 24F4F37C0CE for ; Tue, 23 May 2000 00:12:22 -0700 (PDT) (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.10.0/8.10.0) with ESMTP id e4N7CKx21725 for ; Tue, 23 May 2000 09:12:20 +0200 (MET DST) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 23 May 2000 09:12:19 +0200 (CEST) From: Micke Josefsson To: freebsd-questions@freebsd.org Subject: How do I generate passwords? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Each beginning of a semester I create some 50 accounts on my server. Till now I have used a default password for every account, but I intend to give every student a unique password from now on. Question is: Are there any programs that help in producing passwords of any quality? I imagine I could chop up, say, md5-checksums into ascii chars and remove the ones that don't fit this purpose etc. But if there already exists a program to do this job I'd rather use it. /Micke ---------------------------------- Michael Josefsson, MSEE mj@isy.liu.se This message was sent by XFMail running on FreeBSD 3.4 ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 0:16:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [213.212.29.17]) by hub.freebsd.org (Postfix) with ESMTP id 07B2137B5BA for ; Tue, 23 May 2000 00:16:22 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from enigmatic (dan [192.168.1.20]) by hq1.tyfon.net (Postfix) with SMTP id C253A1C5C9 for ; Tue, 23 May 2000 09:16:18 +0200 (CEST) From: "Dan Larsson" To: Subject: same or different ports? Date: Tue, 23 May 2000 09:18:01 +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) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I noticed during last cvsup that a new portby the name isc-dhcp3 appeared in /usr/ports/net. However I can't seem to get the difference between isc-dhcp3 and isc-dhcp2: #/usr/ports/net$diff -u isc-dhcp2/ isc-dhcp3/ diff -u isc-dhcp2/Makefile isc-dhcp3/Makefile --- isc-dhcp2/Makefile Sun Apr 16 12:29:16 2000 +++ isc-dhcp3/Makefile Sun Apr 9 20:11:48 2000 @@ -2,7 +2,7 @@ # Date created: 7 Mar 1996 # Whom: se # -# $FreeBSD: ports/net/isc-dhcp2/Makefile,v 1.32 2000/04/09 18:11:48 cpiazza Exp $ +# $FreeBSD: ports/net/isc-dhcp3/Makefile,v 1.32 2000/04/09 18:11:48 cpiazza Exp $ # PORTNAME= isc-dhcp Only in isc-dhcp2/: README.html Common subdirectories: isc-dhcp2/files and isc-dhcp3/files Common subdirectories: isc-dhcp2/patches and isc-dhcp3/patches Common subdirectories: isc-dhcp2/pkg and isc-dhcp3/pkg Any ideas? Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 0:29:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id D97A337B55A for ; Tue, 23 May 2000 00:29:54 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.13 #1) id 12u982-000Ngz-00; Tue, 23 May 2000 09:29:26 +0200 Date: Tue, 23 May 2000 09:29:26 +0200 From: Marc Silver To: Micke Josefsson Cc: freebsd-questions@freebsd.org Subject: Re: How do I generate passwords? Message-ID: <20000523092926.R61764@draenor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from mj@isy.liu.se on Tue, May 23, 2000 at 09:12:19AM +0200 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There's a nifty little program called pwdgen. Simply download it by using: fetch ftp://ftp.komputom.com.pl/pub/Linux/secure/pwdgen-0.01.tar.gz Then, just compile the small .c program and you have a password generator. Perhaps someone could add it to the ports tree?? :) Cheers, Marc On Tue, May 23, 2000 at 09:12:19AM +0200, Micke Josefsson wrote: > Each beginning of a semester I create some 50 accounts on my server. > Till now I have used a default password for every account, but I > intend to give every student a unique password from now on. Question > is: Are there any programs that help in producing passwords of any > quality? > > I imagine I could chop up, say, md5-checksums into ascii chars and > remove the ones that don't fit this purpose etc. But if there already > exists a program to do this job I'd rather use it. > > /Micke > ---------------------------------- > Michael Josefsson, MSEE > mj@isy.liu.se > > This message was sent by XFMail > running on FreeBSD 3.4 > ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 0:59:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from optics.tdyc.com (tdyc.optics.arizona.edu [128.196.206.206]) by hub.freebsd.org (Postfix) with ESMTP id C90D837BC7A for ; Tue, 23 May 2000 00:59:34 -0700 (PDT) (envelope-from chris.smith@raytheon.co.uk) Received: (from www-data@localhost) by optics.tdyc.com (8.10.1/8.10.1/Debian 8.10.1-1) id e4N7wCw15509 for freebsd-questions@freebsd.org; Tue, 23 May 2000 00:58:12 -0700 X-Authentication-Warning: optics.tdyc.com: www-data set sender to chris.smith@raytheon.co.uk using -f To: Subject: Lots of nice 4.0-RELEASE questions... Message-ID: <959068692.392a3a1421df7@www.tdyc.com> Date: Tue, 23 May 2000 00:58:12 -0700 From: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Got a few questions on 4.0-RELEASE (I finally got a CD set yesterday):- 1/ Is there some code for driver for the SBLive sound card somewhere (I thought I overheard something on the list a while back about emu10k1.c etc). I dont want to spend money on OSS because it's crappy - crackling and high CPU is not on my wanted list. 2/ Does the Linux-Glide package support 3DFx Voodoo 3 3000 cards yet (I can get rid of Linux if yes!). 3/ The XFree86 3.3.6 that came on the CD set appears to be broken authentication-wise. xdm bombs every user login with clients (xterm etc) not being able to connect to the display. Any ideas? There is something about magic cookies in the error dump which I cant post at the mo. 4/ Is it worth upgrading to -STABLE? (reasons req'd) -RELEASE seems perfectly ok! Cheers, ----------------------------------------------------------- Chris Smith IS Dept - Raytheon Systems Limited [chris.smith@raytheon.co.uk] +44 1279 407 103 ----------------------------------------------------------- Programmers are busy writing the next best idiot proof software. The universe, in the meantine, is busy making the next best idiot. The universe is winning... =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 1: 0:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from optics.tdyc.com (tdyc.optics.arizona.edu [128.196.206.206]) by hub.freebsd.org (Postfix) with ESMTP id CF50537BC88 for ; Tue, 23 May 2000 01:00:16 -0700 (PDT) (envelope-from chris.smith@raytheon.co.uk) Received: (from www-data@localhost) by optics.tdyc.com (8.10.1/8.10.1/Debian 8.10.1-1) id e4N7wuD15515 for freebsd-questions@freebsd.org; Tue, 23 May 2000 00:58:56 -0700 X-Authentication-Warning: optics.tdyc.com: www-data set sender to chris.smith@raytheon.co.uk using -f To: Subject: Lots of nice 4.0-RELEASE questions... Message-ID: <959068736.392a3a40054b5@www.tdyc.com> Date: Tue, 23 May 2000 00:58:56 -0700 From: MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Got a few questions on 4.0-RELEASE (I finally got a CD set yesterday):- 1/ Is there some code for driver for the SBLive sound card somewhere (I thought I overheard something on the list a while back about emu10k1.c etc). I dont want to spend money on OSS because it's crappy - crackling and high CPU is not on my wanted list. 2/ Does the Linux-Glide package support 3DFx Voodoo 3 3000 cards yet (I can get rid of Linux if yes!). 3/ The XFree86 3.3.6 that came on the CD set appears to be broken authentication-wise. xdm bombs every user login with clients (xterm etc) not being able to connect to the display. Any ideas? There is something about magic cookies in the error dump which I cant post at the mo. 4/ Is it worth upgrading to -STABLE? (reasons req'd) -RELEASE seems perfectly ok! Cheers, ----------------------------------------------------------- Chris Smith IS Dept - Raytheon Systems Limited [chris.smith@raytheon.co.uk] +44 1279 407 103 ----------------------------------------------------------- Programmers are busy writing the next best idiot proof software. The universe, in the meantine, is busy making the next best idiot. The universe is winning... =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 1:26:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from proxy.outblaze.com (proxy.outblaze.com [202.77.223.120]) by hub.freebsd.org (Postfix) with SMTP id 5A1EE37BC8E for ; Tue, 23 May 2000 01:26:23 -0700 (PDT) (envelope-from yusufg@outblaze.com) Received: (qmail 73822 invoked from network); 23 May 2000 08:26:39 -0000 Received: from unknown (HELO yusufg.portal2.com) (202.77.181.217) by proxy.outblaze.com with SMTP; 23 May 2000 08:26:39 -0000 Received: (qmail 16721 invoked by uid 500); 23 May 2000 08:26:19 -0000 Date: Tue, 23 May 2000 16:26:19 +0800 From: Yusuf Goolamabbas To: freebsd-questions@freebsd.org Subject: Suggestion for testing FreeBSD as packet-filtering-router performance Message-ID: <20000523162619.A16717@outblaze.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.9i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have setup a small test harness consisting of 4 machines in the following config ------ | A | ------ | 172.16.0.1 | | | 172.16.0.3 --------------------------------------- | | | | | B | |10.0.1.1 192.168.0.1 | |------------------------------------- | | | | |10.0.1.2 192.168.0.2 | ________ _________ | | | | | C | | D | |_______| |_______| A, C, D are identical FreeBSD 4.0-RELEASE machines with 128MB and Celeron/400 with Intel EEpro 100Mbps card. They have 6GB IDE disks B is a P3/550 with 4.0-stable and 3 EEpro 100Mbps cards. Has a 9GB SCSI disk Right now, B has no rules on it so it is acting just as a router. I plan to add rules to it later on Subsequently I am going to replace B with a Watchguard and a Netscreen to see relative performance I am looking for some advice as to tools/techniques I can use to generate network traffic between the boxes. Regards, Yusuf -- Yusuf Goolamabbas yusufg@outblaze.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 2:36: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id E369637B6EA for ; Tue, 23 May 2000 02:35:58 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id PAA29006 for ; Tue, 23 May 2000 15:04:15 +0530 (IST) Received: from sund6.sasi.com ([10.0.16.6]) by sasi.com; Tue, 23 May 2000 15:04:13 +0000 (IST) Received: from localhost (gbnaidu@localhost) by sund6.sasi.com (8.9.3/8.9.1) with ESMTP id PAA11703 for ; Tue, 23 May 2000 15:07:21 +0530 (IST) Date: Tue, 23 May 2000 15:07:20 +0530 (IST) From: "G.B.Naidu" To: freebsd-questions@FreeBSD.org Subject: To install FreeBSD 3.3.... Message-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 want to install FreeBSD 3.3. where will I get the whore tar zipped sources? thanks --gb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 3:21:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f96.law3.hotmail.com [209.185.241.96]) by hub.freebsd.org (Postfix) with SMTP id E63F037B70A for ; Tue, 23 May 2000 03:21:17 -0700 (PDT) (envelope-from s_v_g@hotmail.com) Received: (qmail 87365 invoked by uid 0); 23 May 2000 10:21:17 -0000 Message-ID: <20000523102117.87364.qmail@hotmail.com> Received: from 192.18.243.4 by www.hotmail.com with HTTP; Tue, 23 May 2000 03:21:17 PDT X-Originating-IP: [192.18.243.4] From: "Sudin Gaitonde" To: freebsd-questions@FreeBSD.ORG Subject: Help required. Date: Tue, 23 May 2000 03:21:17 PDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to complie a C code of xdm, its erroring out because it cannot find the defination of BSD44SOCKETS constant in any of the header files, Please let me know which header file contains the defination of BSD44SOCKETS and also where I can find bsdtypes.h file. I tried to search that file everywhere on the net but was not sucessfull. Reply asap. Thanks, Sudin. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Tue May 23 3:31:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id F41FC37B781 for ; Tue, 23 May 2000 03:31:23 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12uBy6-00084k-01; Tue, 23 May 2000 12:31:22 +0200 Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id LAA15214 for freebsd-questions@freebsd.org; Tue, 23 May 2000 11:54:15 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Cannot start softupdates, why? Date: 23 May 2000 11:54:15 +0200 Message-ID: <8gdkg7$er3$1@bigeye.rhein-neckar.de> References: <20000523002721.C10915@spin.it> <20000522161337.A28097@fw.wintelcom.net> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alfred Perlstein wrote: > afaik under 3.x you must tunefs the raw device (/dev/rda0s1e). Hmm, I think tunefs picks the raw device itself if you specify the block one. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 3:53:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id E7CC237B685 for ; Tue, 23 May 2000 03:53:27 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id 0E3983ACA; Tue, 23 May 2000 12:53:17 +0200 (SAST) Message-ID: <392A631C.F6E7B75D@brwn.org> Date: Tue, 23 May 2000 12:53:16 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: "G.B.Naidu" Cc: freebsd-questions@FreeBSD.org Subject: Re: To install FreeBSD 3.3.... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Have a look at http://www.freebsd.org/, goto the "Getting FreeBSD" section and then look for a mirror site near you. The FreeBSD Handbook has got a Installation Guide which you'll find helpfull. This you can also find on the main FreeBSD page. Regards Willem Brown "G.B.Naidu" wrote: > > HI, > > I want to install FreeBSD 3.3. where will I get the whore tar zipped > sources? > > thanks > --gb > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 3:59: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93]) by hub.freebsd.org (Postfix) with ESMTP id EC96837B685 for ; Tue, 23 May 2000 03:58:59 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.102.59] (helo=parish.my.domain) by tantalum with esmtp (Exim 2.05 #1) id 12ty8S-0002G4-00; Mon, 22 May 2000 20:45:08 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id UAA02967; Mon, 22 May 2000 20:44:54 +0100 (BST) (envelope-from mark) Date: Mon, 22 May 2000 20:44:54 +0100 From: Mark Ovens To: Greg Lehey Cc: "Bill A. K." , questions@freebsd.org Subject: Re: IE for FreeBSD Petition Message-ID: <20000522204454.A2835@parish> References: <000b01bfc35d$c8c3c030$0200a8c0@bill> <20000522093603.B77130@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000522093603.B77130@freebie.lemis.com>; from grog@lemis.com on Mon, May 22, 2000 at 09:36:03AM +0930 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, May 22, 2000 at 09:36:03AM +0930, Greg Lehey wrote: > [Format recovered--see http://www.lemis.com/email/email-format.html] > > On Sunday, 21 May 2000 at 15:50:14 -0400, Bill A. K. wrote: > > X-Mailer: Microsoft Outlook Express 5.00.2919.6700 > > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > > > Hello everyone, > > I've had this petition up for a while, and I'm trying to get more traffic and names. I'm trying to get something to convince Microsoft to port Internet Explorer for UNIX to FreeBSD. > > The URL for my site is http://www.iefreebsd.freeservers.com > > If you would be interested in a small banner, etc. for your own web site, please let me know, and I'll see what I can do. > > I think this is a very bad idea. Look at your mail message for one > good reason why: Microsoft software is just plain broken. You > probably don't even realise that your message was written without line > breaks. Isn't it much easier to read like this? > Yes :) (mutt + emacs) > IE Does no one remember that this same poster posted the same appeal on 5/9/99 under the thread "IE for FreeBSD" (http://docs.freebsd.org/mail/archive/1999/freebsd-questions/19990912.freebsd-questions.html). I've looked back through that thread and it was generally put down as being a Bad Idea. I've also looked at the poster's petition site and, apart from the post you (Greg) added today, mine seems to be the only dissenting voice (posted at the time of the original thread). Guess only those who are in favour take the time to contribute to petitions. > > I've had this petition up for a while, and I'm trying to get more > > traffic and names. I'm trying to get something to convince Microsoft > > to port Internet Explorer for UNIX to FreeBSD. The URL for my site > > is http://www.iefreebsd.freeservers.com If you would be interested > > in a small banner, etc. for your own web site, please let me know, > > and I'll see what I can do. > > In the FreeBSD project, we're trying to get away from Microsoft, not > come closer to it. If there were a counter-petition to ask Microsoft > *not* to port IE, I would sign 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 -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 Tue May 23 4: 3: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 08BA837B8C9 for ; Tue, 23 May 2000 04:03:05 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id 76A3F3ACA for ; Tue, 23 May 2000 13:03:01 +0200 (SAST) Message-ID: <392A6565.B3E2FDD8@brwn.org> Date: Tue, 23 May 2000 13:03:01 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: DNS and e-mail. 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 running a secondary DNS for my domain which is hosted by Granitecanyon. The idea was that whenever the two main DNS servers are unavailable that mine will be used so I don't get cut off from the world completely. Every time I send a e-mail to the questions mail list, it would seem that every mail server that receives that e-mail queries my puny DNS server. Practically DOSsing it, well maybe not quite. Normally I don't see much DNS traffic if any at all because the main servers is far better connected and capable. What then causes my DNS to be queried when I send an e-mail to the list? Any ideas? Regards Willem Brown -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 4:10:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q4.quik.com (q4.quik.com [216.176.28.1]) by hub.freebsd.org (Postfix) with ESMTP id ADC5237B8C9 for ; Tue, 23 May 2000 04:10:52 -0700 (PDT) (envelope-from philjor@quik.com) Received: from editor (ipa071.boston.quik.com [140.186.142.71]) by q4.quik.com (8.9.3/8.9.3) with ESMTP id EAA101966 for ; Tue, 23 May 2000 04:10:56 -0700 Message-Id: <4.2.0.58.20000523070455.00a4d8f0@mail.quik.com> X-Sender: philjor@mail.quik.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 23 May 2000 07:13:33 -0400 To: questions@FreeBSD.org From: Phil Jourdan Subject: Promise upgrade cards 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 Geneltmen: Does FreeBSD support any of the PromiseTechnology upgrade cards: Ultra33, Eidemax II, and/or DriveMAX? I have an old Zeos 486DX266 that I want to use for experimenting and as a server for printers and workstation for word processing. It has a Phoenix BIOS Ver. 4520016-02 (non-SCSI) and a 233 Mb hard drive. I looking to upgrade to have a larger disk drive and wonder if the Promise cards will work? I found nothing on this in the knowledge base. Thanks for your input. Philip Jourdan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 4:40:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from akademie3000.de (akademie3000.de [194.121.70.49]) by hub.freebsd.org (Postfix) with ESMTP id 4A11737BCBF for ; Tue, 23 May 2000 04:40:30 -0700 (PDT) (envelope-from andre@akademie3000.de) Received: from schlappy.mobile.tld ([12.128.176.73]) by akademie3000.de (8.9.2/8.9.2) with ESMTP id NAA18251; Tue, 23 May 2000 13:39:52 +0200 (CEST) Received: (from andre@localhost) by schlappy.mobile.tld (8.10.1/8.10.1) id e4MFo8K02309; Mon, 22 May 2000 17:50:08 +0200 (CEST) (envelope-from andre) Date: Mon, 22 May 2000 17:50:07 +0200 From: Andre Albsmeier To: Philipp Huber Cc: freebsd-questions@FreeBSD.ORG, johan.dahlberg@home.se Subject: Re: Temperatures Message-ID: <20000522175007.A2288@schlappy.mobile.tld> References: <200005210954.LAA20120@smtp2.home.se> <20000521121956.A293@alanis.mini.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000521121956.A293@alanis.mini.net>; from uebs@gmx.at on Sun, May 21, 2000 at 12:19:56PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 21-May-2000 at 12:19:56 +0200, Philipp Huber wrote: > On Sun, May 21, 2000 at 11:54:23AM +0200, johan.dahlberg@home.se wrote: > > Hello, > > I saw a page on www.freebsd.org that said that FreeBSD supports the HLT cpu instruction just as Linux does, but is this really true? I have done some tests proving that it just can't be true. With Linux (2.2.15) I got a cpu temperature of 31 degrees celsius and with FreeBSD I got 47 degrees celcius, the tests where done on the same computer at idle state. Do I have to activate the HLT instruction on FreeBSD or something? The system I tested temperatures on was an Abit BP6 with dual celeron 500MHz cpu's. I tested the temperatures with a regular thermometer since I've never really trusted those built in sensors. ;) > > you need to add the following option in your kernel config file: > > options CPU_SUSP_HLT > Hmm, isn't that a different thing? Johan said that his machine was in an idle state. But when looking at LINT, CPU_SUSP_HLT seems to do something different: # CPU_SUSP_HLT enables suspend on HALT. If this option is set, CPU # enters suspend mode following execution of HALT instruction. # Also, when looking at initcpu.c, CPU_SUSP_HLT seems to be available only for certain Cyrix processors. I think, what Johan wanted to know is: Does FreeBSD use the HLT instruction when idle'ing around? If yes, the CPU should be cooler than it is now... -Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 4:52:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f29.law3.hotmail.com [209.185.241.29]) by hub.freebsd.org (Postfix) with SMTP id 2997C37B54E for ; Tue, 23 May 2000 04:52:51 -0700 (PDT) (envelope-from valentin_strasser@hotmail.com) Received: (qmail 86320 invoked by uid 0); 23 May 2000 11:52:50 -0000 Message-ID: <20000523115250.86319.qmail@hotmail.com> Received: from 193.124.76.222 by www.hotmail.com with HTTP; Tue, 23 May 2000 04:52:50 PDT X-Originating-IP: [193.124.76.222] From: "valentin strasser" To: freebsd-questions@freebsd.org Subject: a question about sharing Date: Tue, 23 May 2000 11:52:50 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I'm an university Net administrator. The net works under FreeBSD UNIX. We are connected to our ISP via a cable with a limited traffic. We want to give our students some access to the Internet in such a way that each student will have his/hers account with a limited amount of Mbytes per month of traffic. I would gladly appreciate if anyone tells me where to find a free software that can solve the problem. Our ISP wants to change FreeBSD on Linux. Thanx for your consideration and help. Yours Valentin Strasser ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Tue May 23 5: 5:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 8272137B9B6 for ; Tue, 23 May 2000 05:05:03 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id RAA04215; Tue, 23 May 2000 17:33:15 +0530 (IST) Received: from sund6.sasi.com ([10.0.16.6]) by sasi.com; Tue, 23 May 2000 17:33:13 +0000 (IST) Received: from localhost (gbnaidu@localhost) by sund6.sasi.com (8.9.3/8.9.1) with ESMTP id RAA14414; Tue, 23 May 2000 17:36:20 +0530 (IST) Date: Tue, 23 May 2000 17:36:20 +0530 (IST) From: "G.B.Naidu" To: Willem Brown Cc: freebsd-questions@FreeBSD.org Subject: Re: To install FreeBSD 3.3.... In-Reply-To: <392A631C.F6E7B75D@brwn.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I searched in the FreeBSD home page. I went through the releases/i386/3.3-STABLE directory. In it there is only one directory called packages. What I want is a tar zipped bundle of freebsd 3.3. Where can I get? thanks --gb On Tue, 23 May 2000, Willem Brown wrote: > Hi, > > Have a look at http://www.freebsd.org/, goto the "Getting FreeBSD" > section and then look for a mirror site near you. The FreeBSD Handbook > has got a Installation Guide which you'll find helpfull. This you can > also > find on the main FreeBSD page. > > Regards > Willem Brown > > "G.B.Naidu" wrote: > > > > HI, > > > > I want to install FreeBSD 3.3. where will I get the whore tar zipped > > sources? > > > > thanks > > --gb > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > |--------------LINUX & *BSD, the CHOICE is yours--------------| > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 5:14:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hematita.dcc.ufmg.br (hematita.dcc.ufmg.br [150.164.10.11]) by hub.freebsd.org (Postfix) with ESMTP id 2945537B9C7 for ; Tue, 23 May 2000 05:14:22 -0700 (PDT) (envelope-from gontijo@dcc.ufmg.br) Received: from topazio (gontijo@topazio [150.164.10.2]) by hematita.dcc.ufmg.br (8.8.8/8.8.8) with SMTP id JAA18064 for ; Tue, 23 May 2000 09:14:18 -0300 (EST) Date: Tue, 23 May 2000 09:14:18 -0300 (EST) From: Benicio Silva Gontijo X-Sender: gontijo@topazio To: questions@freebsd.org Subject: Remote Filesystem in FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We are changing some systems calls in order to really implement our filesystem. We were dealing with NFS and discovered that it uses the function getvfsbyname, that is implemented in libc, to decide which filesystems are recognized. It uses a function called sysctl, also implemented in libc, that passes the control to the kernel. We are having some troubles since the libc that came with the FreeBSD3.1 CDROM doesn't compile. Do you know where we can get another libc version that is compatible? The function sysctl calls another kernel function called __sysctl, that is implemented in kern_sysctl.c. In this point, we are facing the following problem: __sysctl is implemented with two parameters, but when it is called by the libc sysctl, six parameters are passed. Please, can you help us ? Sinceraly, Adriano, Benicio e Eveline Graduate Students at UFMG - Belo Horizonte - Brazil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 5:44:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from despam.spin.it (despam.spin.it [147.123.1.123]) by hub.freebsd.org (Postfix) with ESMTP id 0AE1437B6CF for ; Tue, 23 May 2000 05:44:27 -0700 (PDT) (envelope-from furio@spin.it) Received: from mail.spin.it (plus.spin.it [147.123.1.12]) by despam.spin.it (Postfix/beta-19990601/Spin-ext-16nov1999) with ESMTP id 5A99D3C04E; Tue, 23 May 2000 14:43:18 +0200 (CEST) Received: (from furio@localhost) by mail.spin.it (8.9.3/8.9.3/spin-int-jan2000) id OAA10645; Tue, 23 May 2000 14:43:16 +0200 Date: Tue, 23 May 2000 14:43:15 +0200 From: furio ercolessi To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG, Stefano Riva Subject: Re: Cannot start softupdates, why? Message-ID: <20000523144315.B8844@spin.it> References: <20000522161337.A28097@fw.wintelcom.net> <20000523002721.C10915@spin.it> <20000522161337.A28097@fw.wintelcom.net> <20000523005617.D10915@spin.it> <3.0.5.32.20000523013152.00ccdcb0@civetta.gufi.org> <20000523020029.A13070@spin.it> <20000523002721.C10915@spin.it> <20000523100135.A85231@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000523100135.A85231@freebie.lemis.com>; from grog@lemis.com on Tue, May 23, 2000 at 10:01:35AM +0930 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 10:01:35AM +0930, Greg Lehey wrote: > On Tuesday, 23 May 2000 at 0:27:21 +0200, furio ercolessi wrote: > > Hi all, > > > > I am trying to enable softupdates on my /var partition, but > > I am having difficulties (I am a FreeBSD newbie migrating > > from Linux exactly to improve filesystem performance; please > > bear with me). > > > Did you run config? No, I didn't. What a fool I am. Thanks, Greg! > > to show it: I ran performance tests without seeing any difference > > between "enabled" and "disabled". Now I see the difference, and it is astounding. furio ercolessi Spin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 5:50:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peace.upol.cz (peace.upol.cz [158.194.200.76]) by hub.freebsd.org (Postfix) with ESMTP id 859BB37B83D; Tue, 23 May 2000 05:50:38 -0700 (PDT) (envelope-from zeno@peace.upol.cz) Received: from localhost (zeno@localhost) by peace.upol.cz (8.9.3/8.9.3) with ESMTP id OAA00580; Tue, 23 May 2000 14:50:39 +0200 (CEST) (envelope-from zeno@peace.upol.cz) Date: Tue, 23 May 2000 14:50:39 +0200 (CEST) From: Zeno To: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: MAD16 in FreeBSD 4.0 Message-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 using FreeBSD-4.0-RELEASE and I'm not able to get my sound card work. my soundcard is "Monte Carlo 929" by "Turtle Beach". AFAIK there is MAD16 (OPTi 82C929) and is compatible w/ mss, sb (i guess sb pro), midi (YM 3812/OPL3) and have MPU 401 interface. I only need mss to work. There are some documents about configuring it but now... I found out this: using device snd is obsolete, I tried it and there is much more nois than real sounds device pcm doesnt find the card device pcm0 irq 10 ... etc.... then this if found: pcm0: at port 0x530-0x537 irq 10 drq 1 flags 0xa100 on isa0 but at boot time and at any time I want to use it, it seems to wait for some time-out... nothing there's nothing to be heared. $ cat /dev/sndstat FreeBSD Audio Driver (newpcm) May 23 2000 11:08:18 Installed devices: pcm0: at io 0x530 irq 10 drq 1 (1p/1r channels) I had the similar (or the same) problem in linux, it seems that it found mss (CS4231A) but do not use MAD16 which is really needed to be used to make sound (AFAIK - but maybe I'm wrong). I have found some information in list-archives - there was some options MAD16_PORT but it doesn't seem to work. And handbook is about kernel 3.x :( - am I missing the newest one? Any help? Zeno To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 5:52:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 11C7637B899 for ; Tue, 23 May 2000 05:52:07 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id SAA05647 for ; Tue, 23 May 2000 18:20:23 +0530 (IST) Received: from sund6.sasi.com ([10.0.16.6]) by sasi.com; Tue, 23 May 2000 18:20:23 +0000 (IST) Received: from localhost (gbnaidu@localhost) by sund6.sasi.com (8.9.3/8.9.1) with ESMTP id SAA15032 for ; Tue, 23 May 2000 18:23:30 +0530 (IST) Date: Tue, 23 May 2000 18:23:30 +0530 (IST) From: "G.B.Naidu" To: freebsd-questions@FreeBSD.org Subject: Help on vresion numbers... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I would like to know which of the FreeBSD 4.x line of releases are stable and good to use. I need to know which version is safe to use to develop a commercial device driver. Can some body help me which stable? Is it 4.0 or some new version is available? thanks --gb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 5:53: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id D442E37B89E for ; Tue, 23 May 2000 05:52:56 -0700 (PDT) (envelope-from tomg@mailhost.nrnet.org) Received: from mailhost.nrnet.org (mailhost.nrnet.org [166.84.192.39]) by mail1.panix.com (Postfix) with ESMTP id 505BC30F50; Tue, 23 May 2000 08:52:39 -0400 (EDT) Received: from localhost (tomg@localhost) by mailhost.nrnet.org (8.8.7/8.8.4) with SMTP id IAA17292; Tue, 23 May 2000 08:53:18 -0400 Date: Tue, 23 May 2000 08:53:18 -0400 (EDT) From: Thomas Good To: Brennan W Stehling Cc: y u r i k , freebsd-questions@FreeBSD.ORG Subject: Re: newbie needs advice 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, 22 May 2000, Brennan W Stehling wrote: > After about a years experience with FreeBSD the Linux movement was > swelling and talk of hardware vendors jumping on the bandwagon encouraged > me to look at Linux. I installed SuSE, Redhat and Caldera. I tried each > one for a while but found that these more commercial products were not as > helpful as the less commercial FreeBSD. When I wanted to do an update for > my Caldera distro, I was only aware of one ftp server where I could get > RPM update files. I would run the updates and frequently the ftp server > would go offline and make it hard for me to continue with my updates. > > I am not sure if Caldera is trying to encourage me to go get a new CD > each time I upgrade my system, and I do not care. Their service was > horrible and it was largely the same with SuSE. Redhat I simply had > problems with in general and did not give much time to it. Brennan, You might want to try slackware. It's author (Pat Volkerding) refuses to 'dumb down' the OS to make it accessible to people who don't really want a unix box to begin with... Anyway, like FBSD it is a Walnut Creek product. In fact the FBSD developers are on speaking terms with Pat or so I'm told. ;-) Slackware is streamlined and smart. RedHat and its derivatives are cute. A little too cute. I tried slackware when I wanted unix at home and couldn't afford UnixWare (awhile back). Since then I've tried all the flavours. I still like slack but I also use FBSD. It is very reminiscent of UnixWare. Great filesystem and an AT&T Unix feel to it. I'd like to see FBSD modernise some of its feel - like some of the device names. They are unwieldy and could be simplified. I'd like to see Linux get a real filesystem. Anyway, both slackware and FBSD have strengths and weaknesses and I like both. Bottom line: Walnut Creek is simply the best. Therefore I have subs to both of their banner products. And I run both on production boxes. I am also a fan of Tim O'Reilly as are you...and waiting for the inevitable slew of FBSD books. That would really be helpful. The linux v. fbsd thing is getting rather stale. It was silly to begin with, I mean, why spend time arguing about the OS when you could argue about things like whether perl is better than python? (Obviously this is rhetorical! Perl is clearly better. ;-) TFIC here! Cheers, Tom ------- North Richmond Community Mental Health Center ------- Thomas Good MIS Coordinator Vital Signs: tomg@ { admin | q8 } .nrnet.org Phone: 718-354-5528 Fax: 718-354-5056 /* Member: Computer Professionals For Social Responsibility */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 6: 9:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.unibe.ch (mailhub.unibe.ch [130.92.254.109]) by hub.freebsd.org (Postfix) with ESMTP id 2AC4437B7DC for ; Tue, 23 May 2000 06:09:14 -0700 (PDT) (envelope-from roth@iamexwi.unibe.ch) Received: from CONVERSION-DAEMON by mailhub.unibe.ch (PMDF V5.2-32 #42480) id <0FV000M01KEJ6F@mailhub.unibe.ch> for freebsd-questions@FreeBSD.ORG; Tue, 23 May 2000 15:06:20 +0200 (MET DST) Received: from iamexwi.unibe.ch (haegar.unibe.ch [130.92.71.10]) by mailhub.unibe.ch (PMDF V5.2-32 #42480) with ESMTP id <0FV000LBDKEJOJ@mailhub.unibe.ch> for freebsd-questions@FreeBSD.ORG; Tue, 23 May 2000 15:06:19 +0200 (MET DST) Received: from constable.unibe.ch (constable [130.92.62.28]) by iamexwi.unibe.ch (8.8.8+Sun/8.8.8) with ESMTP id PAA20030 for ; Tue, 23 May 2000 15:10:47 +0200 (MET DST) Received: from localhost (roth@localhost) by constable.unibe.ch (8.9.1b+Sun/8.9.1) with ESMTP id PAA26620 for ; Tue, 23 May 2000 15:10:45 +0200 (MET DST) Date: Tue, 23 May 2000 15:10:45 +0200 (MET DST) From: Tobias Roth Subject: Applixware Office 5.0 In-reply-to: X-Sender: roth@constable To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT X-Authentication-warning: constable.unibe.ch: roth owned process doing -bs Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello I decided that I need an office package and I asked around a bit. The product people seemed to like best was applixware office. I checked their homepage and they have both linux and freebsd versions available. However, their latest version is 5.0, which does only exist for linux so far. I wrote them and asked about when the freebsd version will be shipped. Here's the reply: > As of right now we are only offering 4.4.2 for FreeBSD. The decision is > still pending on whether we are going to release a 5.0 version. If you > are interested in 4.4.2 you can purchase at the following URL: > www.cdrom.com/titles/index.phtml. OK, I don't blame them. But what I want to know (and also asked them, but didn't get a reply) is this: Is the linux version running fine under freebsd? If so, I'll buy 5.0, if not, I will have to get 4.42. What are your experiences? I heard 4.42 linux version runs fine, what about 5.0? Thanks, Tobe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 6:17:58 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 EE8EE37BB06 for ; Tue, 23 May 2000 06:17:52 -0700 (PDT) (envelope-from Mark.Hummel@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id IAA21290 for ; Tue, 23 May 2000 08:15:31 -0500 (CDT) From: Mark.Hummel@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 IAA21279 for ; Tue, 23 May 2000 08:15:31 -0500 (CDT) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id ; Tue, 23 May 2000 08:17:39 -0500 Message-ID: <856532CB07BED3118FE300204840E28A1700E6@vexwncc02.hurlburt.af.mil> To: freebsd-questions@FreeBSD.ORG Subject: XConfig Help Needed Date: Tue, 23 May 2000 08:17:39 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I initially tried using XFree during FreeBSD installation, but after two failed attempts, I used XConfig and was able to get X window working. Since then, I've gone back into XConfig to tweak the settings (increased screen resolution to 1024 x 768, turned off the virtual display mode, etc.) Now I need to increase color depth to 16 bpp from 8 bpp. For some reason even invoking X window with the command, startx -bpp 16 doesn't change anything; I'm still in 256 color mode. Is there any difference between running XConfig and /stand/sysinstall? Which is better (or safer)? Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 6:32:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id BA88137BA38 for ; Tue, 23 May 2000 06:32:18 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 43801 invoked by uid 211); 23 May 2000 13:31:59 -0000 Date: Tue, 23 May 2000 19:01:59 +0530 From: Rahul Siddharthan To: Mark.Hummel@hurlburt.af.mil Cc: freebsd-questions@FreeBSD.ORG Subject: Re: XConfig Help Needed Message-ID: <20000523190159.B43718@physics.iisc.ernet.in> Mail-Followup-To: Mark.Hummel@hurlburt.af.mil, freebsd-questions@FreeBSD.ORG References: <856532CB07BED3118FE300204840E28A1700E6@vexwncc02.hurlburt.af.mil> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <856532CB07BED3118FE300204840E28A1700E6@vexwncc02.hurlburt.af.mil>; from Mark.Hummel@hurlburt.af.mil on Tue, May 23, 2000 at 08:17:39AM -0500 X-Operating-System: FreeBSD 3.4-STABLE i386 X-Question: Do you enjoy reading pointless headers? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > invoking X window with the command, startx -bpp 16 doesn't change anything; It should be startx -- -bpp 16 R. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 7: 4:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc3.on.home.com (mail1.rdc3.on.home.com [24.2.9.40]) by hub.freebsd.org (Postfix) with ESMTP id C3A4937B9C7 for ; Tue, 23 May 2000 07:04:28 -0700 (PDT) (envelope-from mike@rockatronic.com) Received: from rockatronic.com ([24.114.50.29]) by mail1.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000523140427.UVZH416.mail1.rdc3.on.home.com@rockatronic.com>; Tue, 23 May 2000 07:04:27 -0700 Message-ID: <392A8FEB.D82E51D2@rockatronic.com> Date: Tue, 23 May 2000 10:04:27 -0400 From: Mike X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Phoneless Cord Cc: "FreeBSD-Questions@FreeBSD.ORG" Subject: Re: Error mounting /dev/acd0c on /dist during install; can't init. selected medi References: <20000523040028.80101.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I had that error once installing on an older (bios) machine. My work-around was to use the two boot floppies (kern & mfsroot) and then choose the cd media from the install menu. Worked fine for me. Phoneless Cord wrote: > > I've searched everywhere, and haven't seen anything that can fix this > problem. > I burned FreeBSD 4 ISO to a CD, then used it to boot a p133 Compaq. It got > through everything fine, fdisk etc, wrote all the file system information > successfully, started the emergency shell on tty4, then gave me: > "Error mounting /dev/acd0c on /dist: Input/output error(5)" > After that, it gave me: > "Unable to initialize selected media." > Any help/ideas would be appreciated. > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail 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 Tue May 23 7: 6:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.skynet.be (trinity.skynet.be [195.238.2.38]) by hub.freebsd.org (Postfix) with ESMTP id A25B637BB72 for ; Tue, 23 May 2000 07:06:09 -0700 (PDT) (envelope-from bart.lateur@skynet.be) Received: from dialup186.gent.skynet.be (dialup186.gent.skynet.be [195.238.9.186]) by trinity.skynet.be (Postfix) with SMTP id EC4B21B90A for ; Tue, 23 May 2000 16:05:40 +0200 (MET DST) From: bart.lateur@skynet.be (Bart Lateur) To: freebsd-questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition Date: Tue, 23 May 2000 14:04:09 GMT Organization: MediaMind Message-ID: <39338dde.19988690@relay.skynet.be> References: <000b01bfc35d$c8c3c030$0200a8c0@bill> <20000522093603.B77130@freebie.lemis.com> <392a8c3b.1171159@mail.mindspring.com> <20000523091435.I78939@freebie.lemis.com> In-Reply-To: <20000523091435.I78939@freebie.lemis.com> X-Mailer: Forte Agent 1.5/16.451 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000 09:14:35 +0930, Greg Lehey wrote: >More >importantly, this means that Forte Agent is also broken. Like your >message, the original message was sent as type text/plain, which means >"display exactly as written". If Forte Agent wraps the text, it is >not displaying it correctly. Hey, don't bash Forté Agent! I really like that program. It has an option: "word wrap". If you disable it, you get one line of text. If you enable it, it will wrap at the window's edge, which still means that lines can be unreadably long (150 characters or so, it's too easy to loose track of the textline that way), but at least, you don't need to scroll horizontally. Even Notepad has that option. -- Bart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 7:15:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id E695D37B8BB for ; Tue, 23 May 2000 07:15:35 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id JAA61636 for freebsd-questions@freebsd.org; Tue, 23 May 2000 09:15:34 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005231415.JAA61636@sullivan.realtime.net> Subject: Re: Help on vresion numbers... To: freebsd-questions@freebsd.org (Frebsd Questions) Date: Tue, 23 May 2000 09:15:34 -0500 (CDT) 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 > > > I would like to know which of the FreeBSD 4.x line of releases are stable > and good to use. > I find 4.0 to be quite stable. And, there is only 4.0 at the moment for the 4.x branch. > > I need to know which version is safe to use to develop a > commercial device driver. > If you are really that worried, you might want to look at the 3.4 release. It was released about the same time as the 4.0 branch, so has many of the same features. However, the 3.x branch has been around for a while. What you probably do not want to do is work with 5.0, or what is referred to as -current. 5.0 is the "bleeding edge", and stability is not a guarantee. :-) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 7:42:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f26.law9.hotmail.com [64.4.9.26]) by hub.freebsd.org (Postfix) with SMTP id 74DB437BB3D for ; Tue, 23 May 2000 07:42:38 -0700 (PDT) (envelope-from dankilling@hotmail.com) Received: (qmail 95460 invoked by uid 0); 23 May 2000 14:42:38 -0000 Message-ID: <20000523144238.95459.qmail@hotmail.com> Received: from 193.221.76.5 by www.hotmail.com with HTTP; Tue, 23 May 2000 07:42:38 PDT X-Originating-IP: [193.221.76.5] From: "Daniel Killingsworth" To: questions@freebsd.org Subject: Netscape configuration Date: Tue, 23 May 2000 10:42:38 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have finally gotten a stable connection to my ISP via modem, and am having difficulties accessing the web with Netscape. I keep getting server not found errors, and I am fairly certain that this is because the DNS server is not listed in my IP address list....they use DHCP on the PPP connection, but I still cannot use my browser. I can ftp using an IP address, so I know the connection is good, but can anyone help me configure my browser to function properly? Thanks, /Dan ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Tue May 23 7:47:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 8E89637B869 for ; Tue, 23 May 2000 07:47:33 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 44133 invoked from network); 23 May 2000 14:47:10 -0000 Received: from sys3.physics.iisc.ernet.in (144.16.71.27) by theory1.physics.iisc.ernet.in with SMTP; 23 May 2000 14:47:10 -0000 Received: (qmail 26633 invoked by uid 211); 23 May 2000 14:47:09 -0000 Date: Tue, 23 May 2000 20:17:09 +0530 From: Rahul Siddharthan To: Daniel Killingsworth Cc: questions@FreeBSD.ORG Subject: Re: Netscape configuration Message-ID: <20000523201708.A26619@physics.iisc.ernet.in> References: <20000523144238.95459.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000523144238.95459.qmail@hotmail.com>; from dankilling@hotmail.com on Tue, May 23, 2000 at 10:42:38AM -0400 X-Operating-System: Linux 2.0.31 i486 X-Question: Do you enjoy reading pointless headers? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Daniel Killingsworth said on May 23, 2000 at 10:42:38: > Hi all, > > I have finally gotten a stable connection to my ISP via modem, and am having > difficulties accessing the web with Netscape. I keep getting server not > found errors, and I am fairly certain that this is because the DNS server is > not listed in my IP address list....they use DHCP on the PPP connection, but > I still cannot use my browser. I can ftp using an IP address, so I know the > connection is good, but can anyone help me configure my browser to function > properly? Edit /etc/resolv.conf, and insert the IP address of your ISP's DNS server. Rahul. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 7:49:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bozeman.pwrh.com (bozeman.vlt.com [199.201.184.209]) by hub.freebsd.org (Postfix) with ESMTP id AC4C137B869 for ; Tue, 23 May 2000 07:49:28 -0700 (PDT) (envelope-from Sudarsanan.Alagiya@anchorgaming.com) Received: by bozeman.pwrh.com with Internet Mail Service (5.5.2650.21) id ; Tue, 23 May 2000 08:52:22 -0600 Message-ID: From: "Alagiya, Sudarsanan" To: "'questions@FreeBSD.org'" Subject: SRC Date: Tue, 23 May 2000 08:52:20 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG For the Free BSD , I would like to know the equivalent command for the aix command: startsrc -s Thanks Sudar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 7:53:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fling.sanbi.ac.za (fling.sanbi.ac.za [196.38.142.119]) by hub.freebsd.org (Postfix) with ESMTP id B45DA37B59F for ; Tue, 23 May 2000 07:53:35 -0700 (PDT) (envelope-from pvh@egenetics.com) Received: from pvh (helo=localhost) by fling.sanbi.ac.za with local-esmtp (Exim 3.13 #2) id 12uG3n-00058D-00 for freebsd-questions@freebsd.org; Tue, 23 May 2000 16:53:31 +0200 Date: Tue, 23 May 2000 16:53:31 +0200 (SAST) From: Peter van Heusden X-Sender: pvh@fling.sanbi.ac.za To: freebsd-questions@freebsd.org Subject: Problem seeing old 4.0-C filesystems from 4.0-R boot floppy Message-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 (in a fit of madness) managed to hose my FreeBSD machine by installing the /usr/src from 4.0-R, doing a make buildworld, make installworld. Since I was running with an old 4.0-C kernel (from about April 1999), the new binaries refused to run, core-dumping because of an unknown syscall. Since I was unable to boot the 4.0-C kernels I had, I booted from a 4.0-R boot floppy, and tried to get sanity back using the fixit floppy. Unfortunately, when I try and see my filesystems, I can't see /usr or /var. This machine only has a single hard disk in it, which is on the secondary IDE controller (so as not to conflict with my SCSI controller - the computer freezes up if my IDE disk is on the primary IDE, and the SCSI disk is installed). The disk is the master on that controller. Under 4.0-C, the filesystems were on /dev/wd2s1a (root), /dev/wd2s1f (/usr) and /dev/wd2s1e (/var). Since these devices didn't exist when I went into fixit mode, I managed to create them using the MAKEDEV from the fixit floppy. (Once I've got everything mounted, I can make a new 4.0-R kernel from the sources which are on my IDE disk) However, when I try and mount things, I can only mount the root filesystem. Both the /dev/ad2s1f and /dev/ad2s1e give me an 'invalid superblock' message. So: Does anyone have an explanation for what might be going on here? Can someone send me the correct major/minor numbers for ad2s1* device nodes. I am not entirely convinced that MAKEDEV created them correctly (since I had to hack it to get it to work), and I can try and and mknod the correct device nodes directly. Thanks for any assistance, Peter -- Peter van Heusden pvh@egenetics.com Electric Genetics To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 7:55:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 75A9837B59F for ; Tue, 23 May 2000 07:55:24 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 44159 invoked from network); 23 May 2000 14:55:17 -0000 Received: from sys3.physics.iisc.ernet.in (144.16.71.27) by theory1.physics.iisc.ernet.in with SMTP; 23 May 2000 14:55:17 -0000 Received: (qmail 26687 invoked by uid 211); 23 May 2000 14:55:16 -0000 Date: Tue, 23 May 2000 20:25:16 +0530 From: Rahul Siddharthan To: Daniel Killingsworth Cc: questions@FreeBSD.ORG Subject: Re: Netscape configuration Message-ID: <20000523202516.C26619@physics.iisc.ernet.in> References: <20000523144238.95459.qmail@hotmail.com> <20000523201708.A26619@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000523201708.A26619@physics.iisc.ernet.in>; from rsidd@physics.iisc.ernet.in on Tue, May 23, 2000 at 08:17:09PM +0530 X-Operating-System: Linux 2.0.31 i486 X-Question: Do you enjoy reading pointless headers? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Rahul Siddharthan said on May 23, 2000 at 20:17:09: > Edit /etc/resolv.conf, and insert the IP address of your ISP's DNS server. Should have been clearer: insert a line like the following nameserver 12.34.56.78 replacing the number with the IP address of your nameserver. R. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 8: 7:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mailstart.com (mail.mailstart.com [207.231.76.67]) by hub.freebsd.org (Postfix) with ESMTP id 1F43F37BAF0 for ; Tue, 23 May 2000 08:07:27 -0700 (PDT) (envelope-from lures@mozcom.com) Received: from teal [207.231.76.83] by mail.mailstart.com (SMTPD32-5.05) id AEAA77A600D6; Tue, 23 May 2000 08:07:25 -0700 To: freebsd-questions@FreeBSD.ORG Cc: From: lures@mozcom.com Subject: FreeBSD 4.0 & PCI PNP 56K INTERNAL MODEMS Message-Id: <230500144.29246@207.206.68.136> Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Length: 2171 Date: Tue, 23 May 2000 08:07:28 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using FreeBDS 4.0 GENERIC kernel with two Aopen 56k PCI PnP modems that do not have jumpers to set com or irq. Want to use one for dial out connection to my ISP (com1 cuaa1) and the other to accept dial in calls (com2 tty1). Want this FreeBDS server to function like an ISP server using modems instead of NIC over T1. After the BIOS Post completes the PC Bios PCI Device Listing for the two modems shows Bus No Device No Func No Vendor Id Device ID IRQ 0 18 0 127A 1005 12 0 19 0 127A 1005 5 During the startup of FreeBSD the Probe issues the following Messages pci0 (vendor=0x127a, dev=0x1005) at 18.0 irq 12 pci0 (vendor=0x127a, dev=0x1005) at 19.0 irq 5 I also get this same Info when I issue command pciconf -l My questions are 1 What is FreeBSD trying to tell me with these msgs? 2 What is the PnP ID for each modem? 3 What do I have to do to activate modems, assign them device names, and setup modem to dial my ISP at bootup using Kernel PPP and setup the second modem to answer dial in calls using Kernel PPP? Blind alleys I have gone down. I have read a lot of mailing-list messages dealing with PnP modems being WINmodems and that they just don't work with any release of FreeBSD. This sure was true with 3.4 and older FreeBSD versions but Version 4.0 says this has been fixed. Version 4.0 was just released in March 2000 and the documentation has not been updated to give info on how to get it to work in FBSD4. One of the mailing-list messages says to add the modem's PnP ID to the serial driver table in /sys/i386/isa/sio.c to activate the modem. Well version 4.0 does not have a file sio.c in that directory path. This must be out of date info. I also tried manual boot-time configuration using pnp 18 0 enable bios But pnp command is nolonger valid at boot -c in FBSD 4.0. Thanks in advance for any help you can give me. Joe Barbish ----- Sent using MailStart.com ( http://MailStart.Com/welcome.html ) The FREE way to access your mailbox via any web browser, anywhere! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 8:15:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lambda.procergs.com.br (lambda.procergs.com.br [200.198.129.121]) by hub.freebsd.org (Postfix) with ESMTP id D2DDB37BAF0 for ; Tue, 23 May 2000 08:15:52 -0700 (PDT) (envelope-from elias@intra.procergs.com.br) Received: from ntpro59.intra.procergs.com.br (ntpro59.procergs [172.28.1.59]) by lambda.procergs.com.br (Postfix) with SMTP id CABEB62D75 for ; Tue, 23 May 2000 12:13:56 -0300 (EST) Received: by ntpro59.intra.procergs.com.br(Lotus SMTP MTA v1.2 (600.1 3-26-1998)) id 032568E8.0053F084 ; Tue, 23 May 2000 12:16:50 -0300 X-Lotus-FromDomain: PROCERGS From: "Elias Alexandre Argenton" To: freebsd-questions@FreeBSD.ORG Message-ID: <032568E8.00536BA4.00@ntpro59.intra.procergs.com.br> Date: Tue, 23 May 2000 12:16:08 -0300 Subject: Mylex raid controllers 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 search for "Mylex" in the FreeBSD site but found only the reference '[ Please note that BusLogic/Mylex "Flashpoint" adapters are NOT yet supported ]'. I'm finding the answer to the following question: FreeBSD suport the Mylex extremeRaid 1100 raid controllers? Thanks. ----------- Elias --------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 8:37:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 2455E37B5E0 for ; Tue, 23 May 2000 08:37:45 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id KAA34726; Tue, 23 May 2000 10:37:41 -0500 (CDT) Date: Tue, 23 May 2000 10:37:41 -0500 (CDT) From: Brennan W Stehling To: Kent Stewart Cc: Saverio Perugini , questions@FreeBSD.ORG Subject: Re: sound card In-Reply-To: <392A2BCE.7040F517@3-cities.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 If it is a PCI card, you may have to use snd1 and not snd0. I am still using 3.4 STABLE, so I am not sure if that changed in 4.0. Read the man page on pcm to be sure. It explains that the snd0 is for legacy devices while snd1 can be used for newer PCI cards, which is what you are likely using. Hunting down this problem took me a while, but after carefully reading this man page, I was all set. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? On Mon, 22 May 2000, Kent Stewart wrote: > > > Saverio Perugini wrote: > > > > Hello, > > > > What is the procedure to setup and configure sound (pnp) with > > FreeBSD 4.0-RELEASE? Thanks! > > For 4.0, you frequently add "device pcm" to your kernel, config, make, > and make install it. After you reboot, you "cd /dev" and "./MAKEDEV > snd0". This sequence works for the many. It worked on 2 of 3 of my > systems. The 3rd system required an sbc driver. Since you didn't > specify what sound card you have in your system, you may have to read > /sys/i386/conf/LINT and see if you need something else. > > I use sound mainly on KDE and that has a few quirks once you get your > sound card recognized. > > Good luck, > > Kent > > > -- > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 8:43: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dbitech.bc.ca (i.caniserv.com [139.142.95.1]) by hub.freebsd.org (Postfix) with SMTP id D5FB637B925 for ; Tue, 23 May 2000 08:42:48 -0700 (PDT) (envelope-from swen@wavefire.com) Received: (qmail 18408 invoked from network); 23 May 2000 15:42:46 -0000 Received: from swen.wavefire.com (139.142.167.220) by 139.142.95.81 with SMTP; 23 May 2000 15:42:46 -0000 Message-Id: <4.3.2.20000523083924.00b74960@mail.wavefire.com> X-Sender: swen@mail.wavefire.com X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Tue, 23 May 2000 08:40:24 -0700 To: "Joseph T. Lee" , Neill Robins From: Chameleon Subject: Re: Best NIC / Best CDR-CDRW Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20000519222350.B29435@greenwood3.nerv.nu> References: <5517.000420@nc.rr.com> <38FF25CC.15DBDD1B@owp.csus.edu> <5517.000420@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 At 10:23 PM 5/19/00 -0700, Joseph T. Lee wrote: >On Thu, Apr 20, 2000 at 12:24:44PM -0400, Neill Robins wrote: > > Thursday, April 20, 2000, 11:44:12 AM, you wrote: > > > > JS> Sean-Paul Rees wrote: > > >> > > >> On Wed, Apr 19, 2000 at 03:47:00PM -0500, Chris Dillon wrote: > > >> > > >> > Plextor 12x4x32 $299 > > >> > Plextor 8x2x20 $316 (interesting that this costs more than the above) > > >> > Yamaha 8x4x24 $215 > > >> > > >> Any recommendations about the Sony Spressa? > >I personally recommend the Sony Spressa. However, a more authorative guide >exists at http://www.ping.be/satcp/info03.html. >-- >Joseph nugundam =best=com==/==\=IIGS=/==\=Playstation=/==\=Civic HX CVT=/==\ ># Anime Expo 2000 >> www.anime-expo.org/ > ># FreeBSD: The Power to Serve >> www.freebsd.org > ># The Ultimate Online Speed-Shop >> www.racesearch.com / > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message Its an older one... but i have a yamaha 4x2x6 and i haven't had a single problem with it yet... SCSI of course Swen Your mouse has moved. Windows NT must be restarted for the change to take effect. Reboot now? [ OK ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 8:58:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gvc.globalvc.co.uk (mailgate.globalvc.co.uk [195.173.104.2]) by hub.freebsd.org (Postfix) with ESMTP id 8834F37B764 for ; Tue, 23 May 2000 08:58:30 -0700 (PDT) (envelope-from robc@globalvc.co.uk) Received: by mailgate.globalvc.co.uk with Internet Mail Service (5.0.1460.8) id ; Tue, 23 May 2000 17:01:16 +0100 Message-ID: <3B666137355DD31199B100E018C15EA20FBE78@mailgate.globalvc.co.uk> From: Rob Carmichael To: "'freebsd-questions@freebsd.org'" Subject: xinetd ... hhheeellppp Date: Tue, 23 May 2000 17:01:13 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1460.8) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello again, I wonder if someone could help me ... like a good little boy i cvsup'ed my ports collection this morning before installing xinetd, after figuring out how to disable inetd i tried to find to launch xinetd. When i launch it i get a ton of these: 00/5/23@16:48:31: CRITICAL: {general handler} (2266) Unexpected signal: 11 (Segmentation fault) Then after filling up my screen it dies, this is will the example config file, i have also tried tailoring the file and stripping it down. Also the error numbers change (I think). Is there anything that can be done ? Or must i endure the pain of inetd ? regards, rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 8:59:49 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 BFA7C37B7DC for ; Tue, 23 May 2000 08:59:45 -0700 (PDT) (envelope-from hamilton@pobox.com) Received: from woodstock.monkey.net (d28.as10.nwbl0.wi.voyager.net [169.207.131.28]) by mailgw01.execpc.com (8.9.1) id KAA11674; Tue, 23 May 2000 10:59:01 -0500 Received: from pobox.com (localhost [127.0.0.1]) by woodstock.monkey.net (Postfix) with ESMTP id EB80016F; Tue, 23 May 2000 11:03:42 -0500 (CDT) X-Mailer: exmh version 2.1.1 10/16/1999 To: Nick Slager Cc: Matija Matijevac , freebsd-questions@FreeBSD.ORG Subject: Re: More PTYs on FreeBSD 4.0 In-reply-to: Your message of "Tue, 23 May 2000 16:16:07 +1000." <20000523161607.B95389@albury.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 23 May 2000 11:03:42 -0500 From: Jon Hamilton Message-Id: <20000523160342.EB80016F@woodstock.monkey.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000523161607.B95389@albury.net.au>, Nick Slager wrote: } > I'm new in BSD, and I'm using FreeBSD 4.0 } > I have a lot of users on my computer, so, if they all } > run screen, i don't have enough pty's, and i get a message } > "Not enough PTYs". } > How to correct the problem? } > } } You'll need to recompile your kernel, paying attention to: } } pseudo-device pty 16 Your message was correct, except that part. In 4.0, the number of ptys is dynamic, so you actually just have pseudo-device pty in your config file. All you need to do to "add more" is to make sure the entries exist in /dev, then use them. -- Jon Hamilton hamilton@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9: 2:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 6519F37BB08 for ; Tue, 23 May 2000 09:02:11 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id WAA60834 for ; Tue, 23 May 2000 22:01:13 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id WAA41265 for questions@FreeBSD.ORG; Tue, 23 May 2000 22:02:38 +0600 (ESS) Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id WAA00306 for ; Tue, 23 May 2000 22:00:50 +0600 (ESS) (envelope-from ilia@cgu.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Tue, 23 May 2000 22:00:46 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: user-ppp and "set filter" 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----- Dear Sirs, I'm a bit confused, I read through "man ppp" and I'm lost inside it :-) How can "set filter" that denies any connection with certain IP src ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOSqrMuRxlWKN2EXhAQGK+wL/Xth5h3/k9BXxHiKFYWPl1TTkF5SO+Oy3 OsP5U46Uyb1Sel+HzaU7kHX3QUp+mWN4mlq973+Qaiqn/Wn2Ghu8xHnpEyRWbMgI tccGRbJBt+rVHpL0nf32zlyxbGKnkNZL =1mhM -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9:19:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fred.sequiter.com (fred.Sequiter.COM [198.161.248.203]) by hub.freebsd.org (Postfix) with ESMTP id 0954837B7DC for ; Tue, 23 May 2000 09:19:06 -0700 (PDT) (envelope-from jhwang@sequiter.com) Received: by fred.sequiter.com from localhost (router,SLMail V3.2); Tue, 23 May 2000 10:20:40 -0600 Received: from john1 [198.161.248.236] by fred.sequiter.com [198.161.248.198] (SLmail 3.2.3113) with SMTP id D3D289CA229E11D4954400500471623D for ; Tue, 23 May 2000 10:20:40 -0600 From: "John Hwang" To: Subject: Vendor listing page Date: Tue, 23 May 2000 10:19:03 -0600 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0050_01BFC4A0.51F42730" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MS-TNEF-Correlator: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-SLUIDL: C54CBC02-229E11D4-95440050-0471623D Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0050_01BFC4A0.51F42730 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hello, I would like to know whether your vendor listing page is currently being maintained as the last update shows 1999/09/06. I am interested in putting up our company on your list. Thanks, John Hwang Sequiter Software Inc. ------=_NextPart_000_0050_01BFC4A0.51F42730 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgMQAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANAHBQAXAAoADwAAAAIADgEB A5AGAKgFAAAlAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADADYAAAAAAB4AcAAB AAAAFAAAAFZlbmRvciBsaXN0aW5nIHBhZ2UAAgFxAAEAAAAWAAAAAb/E0hU7AiGRHys2EdSZ+ABg CD3uzgAAAgEdDAEAAAAZAAAAU01UUDpKSFdBTkdAU0VRVUlURVIuQ09NAAAAAAsAAQ4AAAAAQAAG DgAaNwvSxL8BAgEKDgEAAAAYAAAAAAAAALqTRJ6BJtQRmfgAYAg97s7CgAAACwAfDgEAAAACAQkQ AQAAAEkBAABFAQAAkQEAAExaRnVMRgb4AwAKAHJjcGcxMjUWMgD4C2BuDhAwMzNPAfcCpAPjAgBj aArAc7BldDAgBxMCgH0KgZJ2CJB3awuAZDQMYA5jAFALAwu1IEhlbB0JACwKogqECoBJIHcBCGBs ZCBsaWtlgCB0byBrbm8H4Fx3aBEwFlAFwHkIYSCadgnwZAWxFXBzdAuANGcgCrBnFaAEACBjBwhw CXACMGx5IGJlPxfCAMALgAGQC4AJgCBhHwQgFnEVYBowBUB1cGTkYXQVoHNoFhAQsBRDJDE5HCAv MBxBNi7mIArjFHhhbRhAAjAEkN8HkBswFVALgBfwdQJAF8KtGvAgFtIFoG0KsG4ZAFcCIBa0F4Iu FDpUEPBuRGtzFCVKb2gDoEiOdw8RFDQGYHF1aR4RHQYAbwGAIwAJcCBJbhZjIQsR4QAmAAAAAAsA AYAIIAYAAAAAAMAAAAAAAABGAAAAAAOFAAAAAAAAAwADgAggBgAAAAAAwAAAAAAAAEYAAAAAEIUA AAAAAAADAAeACCAGAAAAAADAAAAAAAAARgAAAABShQAAJ2oBAB4ACYAIIAYAAAAAAMAAAAAAAABG AAAAAFSFAAABAAAABAAAADkuMAAeAAqACCAGAAAAAADAAAAAAAAARgAAAAA2hQAAAQAAAAEAAAAA AAAAHgALgAggBgAAAAAAwAAAAAAAAEYAAAAAN4UAAAEAAAABAAAAAAAAAB4ADIAIIAYAAAAAAMAA AAAAAABGAAAAADiFAAABAAAAAQAAAAAAAAALAA2ACCAGAAAAAADAAAAAAAAARgAAAACChQAAAQAA AAsAOoAIIAYAAAAAAMAAAAAAAABGAAAAAA6FAAAAAAAAAwA8gAggBgAAAAAAwAAAAAAAAEYAAAAA EYUAAAAAAAADAD2ACCAGAAAAAADAAAAAAAAARgAAAAAYhQAAAAAAAAsAYYAIIAYAAAAAAMAAAAAA AABGAAAAAAaFAAAAAAAAAwBigAggBgAAAAAAwAAAAAAAAEYAAAAAAYUAAAAAAAACAfgPAQAAABAA AAC6k0SegSbUEZn4AGAIPe7OAgH6DwEAAAAQAAAAupNEnoEm1BGZ+ABgCD3uzgIB+w8BAAAAjgAA AAAAAAA4obsQBeUQGqG7CAArKlbCAABQU1RQUlguRExMAAAAAAAAAABOSVRB+b+4AQCqADfZbgAA AEM6XFdJTk5UXFByb2ZpbGVzXGpvaG5cTG9jYWwgU2V0dGluZ3NcQXBwbGljYXRpb24gRGF0YVxN aWNyb3NvZnRcT3V0bG9va1xvdXRsb29rLnBzdAAAAAMA/g8FAAAAAwANNP03AAACAX8AAQAAADMA AAA8TkVCQkpKUElMS1BERU1LREdQT0lJRUJNQ0FBQS5qaHdhbmdAc2VxdWl0ZXIuY29tPgAAAwAG EJjzfzsDAAcQuQAAAAMAEBAAAAAAAwAREAEAAAAeAAgQAQAAAGUAAABIRUxMTyxJV09VTERMSUtF VE9LTk9XV0hFVEhFUllPVVJWRU5ET1JMSVNUSU5HUEFHRUlTQ1VSUkVOVExZQkVJTkdNQUlOVEFJ TkVEQVNUSEVMQVNUVVBEQVRFU0hPV1MxOTk5AAAAAFkc ------=_NextPart_000_0050_01BFC4A0.51F42730-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9:21:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id 772D437B7DC for ; Tue, 23 May 2000 09:21:10 -0700 (PDT) (envelope-from Ryugen@palaver.org) Received: from primo.bfm.org ([216.127.218.20]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org for ; Tue, 23 May 2000 11:21:35 -0500 Received: from porta-pad.palaver.org (unverified [24.217.51.231]) by primo.bfm.org (EMWAC SMTPRS 0.83) with SMTP id ; Tue, 23 May 2000 11:21:08 -0500 Message-Id: <4.3.1.2.20000523111443.00a7f6b0@mail.palaver.org> X-Sender: rfisher@mail.palaver.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Tue, 23 May 2000 11:19:04 -0500 To: freebsd-questions@freebsd.org From: Ryugen@palaver.org (Ryugen C. Fisher) Subject: qpopper3.02 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 A recent notice from QUALCOMM indicated that the 3.0.2 version of qpopper is a smart replacement for the present port 2.53 version Q: How long does it take to 'trickle down' from a new release to the ports package -or- Q: Is there an easy way to install the "new version" tia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9:22: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.quantified.com (web.quantified.net [63.212.171.5]) by hub.freebsd.org (Postfix) with ESMTP id 1B7A437B7DC for ; Tue, 23 May 2000 09:22:02 -0700 (PDT) (envelope-from dsilver@mail.quantified.com) Received: (from dsilver@localhost) by mail.quantified.com (8.9.3/8.9.3) id JAA25392; Tue, 23 May 2000 09:18:16 -0700 Date: Tue, 23 May 2000 09:18:16 -0700 From: dsilver@mail.quantified.com Message-Id: <200005231618.JAA25392@mail.quantified.com> To: cjclark@home.com Subject: Re: Second hard drive problems Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG # grep wd1 dmesg.boot wd1: 1039MB (2128896 sectors), 2112 cyls, 16 heads, 63 S/T, 512 B/S wdc1 not found at 0x170 # disklabel -r wd1s1 disklabel: /dev/rwd1s1c: Device not configured # disklabel -r wd1s1e disklabel: /dev/rwd1s1e: Device not configured Does this mean the disk is dead and I'm SOL? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Doug Silver Quantified Systems, Inc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On Mon, 22 May 2000, Crist J. Clark wrote: > On Mon, May 22, 2000 at 04:13:32PM -0700, dsilver@mail.quantified.com wrote: > > Platform: FBSD 2.2.7 > > > > One of our machines which has two IDE drives in it crashed over the > > weekend and after that, the /var partition could not mount. Here's > > /etc/fstab: > > # Device Mountpoint FStype Options Dump > > Pass# > > /dev/wd0s1b none swap sw 0 0 > > /dev/wd0s1a / ufs rw 1 1 > > /dev/wd0s1e /usr ufs rw 2 2 > > /dev/wd1s1e /var ufs rw 2 2 > > /dev/wd0s1f /www ufs rw 2 2 > > > > So the root (/, /usr, /www) comes up fine, but when I try to run > > fsck, it says "Device not configured". This drive had been in the machine > > for several months, so it's not a new drive at all. Does anyone have > > some advice on how to determine if the drive went bad? I've never seen > > fsck just quit like that. > > What does, > > % grep wd1 /var/run/dmesg.boot > > Say? Was the HDD detected at boot? > > If so, what does, > > # dislabel -r wd1s1 > > 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 Tue May 23 9:23:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc3.on.home.com (mail2.rdc3.on.home.com [24.2.9.41]) by hub.freebsd.org (Postfix) with ESMTP id 60FD737BA1F for ; Tue, 23 May 2000 09:23:38 -0700 (PDT) (envelope-from mike@rockatronic.com) Received: from rockatronic.com ([24.114.50.29]) by mail2.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000523162333.NPMS1114.mail2.rdc3.on.home.com@rockatronic.com> for ; Tue, 23 May 2000 09:23:33 -0700 Message-ID: <392AB085.81B61B23@rockatronic.com> Date: Tue, 23 May 2000 12:23:33 -0400 From: Mike X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "FreeBSD-Questions@FreeBSD.ORG" Subject: Digital Out Sound Card recomm. 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; Anybody out there using / recommend a sound card with digital out (s/pdif and/or optical) to use with 4.0S? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9:26:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wren.cs.unc.edu (wren.cs.unc.edu [152.2.128.86]) by hub.freebsd.org (Postfix) with ESMTP id C573D37B997 for ; Tue, 23 May 2000 09:26:34 -0700 (PDT) (envelope-from ramkumar@cs.unc.edu) Received: from capefear.cs.unc.edu (capefear.cs.unc.edu [152.2.128.19]) by wren.cs.unc.edu (8.9.3/8.9.3) with ESMTP id MAA25572 for ; Tue, 23 May 2000 12:26:33 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by capefear.cs.unc.edu (8.9.3+Sun/8.8.8) with ESMTP id MAA26641 for ; Tue, 23 May 2000 12:26:33 -0400 (EDT) Date: Tue, 23 May 2000 12:26:32 -0400 (EDT) From: Ramkumar Parameswaran To: freebsd-questions@FreeBSD.ORG Subject: Support for Intel Pro100+ Network Interface 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 Hello, I would like to know whether a Driver exists for the Intel Pro100+ card on FreeBSD. I know that Intel Pro100B is supported by the fxp driver. Any advice on this would be much appreciated. Please reply to ramkumar@cs.unc.edu thanks, Ramkumar --------------------------------------------------- Ramkumar Parameswaran Office Phone - (919)-962-1864 Email - ramkumar@cs.unc.edu, ramkumar@email.unc.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9:29:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.octopusmedia.com (murder.octopusmedia.com [207.229.179.97]) by hub.freebsd.org (Postfix) with SMTP id 53AEB37B997 for ; Tue, 23 May 2000 09:29:21 -0700 (PDT) (envelope-from brian@mail.octopusmedia.com) Received: (qmail 32766 invoked by uid 7770); 23 May 2000 16:29:20 -0000 Received: from unknown (HELO cryptonomicon) (209.186.7.28) by mail.octopusmedia.com with SMTP; 23 May 2000 16:29:20 -0000 From: brian@octopusmedia.com To: Ryugen@palaver.org (Ryugen C. Fisher) Date: Tue, 23 May 2000 11:31:41 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: qpopper3.02 Cc: freebsd-questions@freebsd.org Message-ID: <392A6C1D.23633.441E256@localhost> In-reply-to: <4.3.1.2.20000523111443.00a7f6b0@mail.palaver.org> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed 3.0.1 from the source distribution with no effort (besides the obvious) Brian Eagan On 23 May 2000, at 11:19, Ryugen C. Fisher wrote: > A recent notice from QUALCOMM indicated that the 3.0.2 version of qpopper > is a smart replacement for the present port 2.53 version > > Q: How long does it take to 'trickle down' from a new release to the ports > package > > -or- > > Q: Is there an easy way to install the "new version" > > > tia > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 23 9:35:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fbsd01.granitepost.com (fbsd01.granitepost.com [209.150.104.131]) by hub.freebsd.org (Postfix) with ESMTP id 0BF2C37B672 for ; Tue, 23 May 2000 09:35:51 -0700 (PDT) (envelope-from clabrown@granitepost.com) Received: from thunder (thunder.granitepost.com [209.150.104.140]) by fbsd01.granitepost.com (8.8.5/8.8.5) with SMTP id NAA28890 for ; Tue, 23 May 2000 13:10:33 -0400 (EDT) From: "Clarence Brown" To: Subject: RE: qpopper3.02 Date: Tue, 23 May 2000 12:41:01 -0400 Message-ID: <000a01bfc4d5$aeae4d40$8c6896d1@granitepost.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 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <392A6C1D.23633.441E256@localhost> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG uhh... dare I ask, what you consider obvious? :) like download / make install or actually editing C code, fixing header / include files?? > I installed 3.0.1 from the source distribution with no effort > (besides > the obvious) > > Brian Eagan > > On 23 May 2000, at 11:19, Ryugen C. Fisher wrote: > > > A recent notice from QUALCOMM indicated that the 3.0.2 > version of qpopper > > is a smart replacement for the present port 2.53 version > > > > Q: How long does it take to 'trickle down' from a new > release to the ports > > package > > > > -or- > > > > Q: Is there an easy way to install the "new version" > > > > > > tia > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9:40:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 67CCB37B6DE for ; Tue, 23 May 2000 09:40:24 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.3) id JAA38104; Tue, 23 May 2000 09:40:20 -0700 (PDT) (envelope-from mph) Date: Tue, 23 May 2000 09:40:19 -0700 From: Matthew Hunt To: Ramkumar Parameswaran Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Support for Intel Pro100+ Network Interface card Message-ID: <20000523094019.A38033@wopr.caltech.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from ramkumar@cs.unc.edu on Tue, May 23, 2000 at 12:26:32PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 12:26:32PM -0400, Ramkumar Parameswaran wrote: > I would like to know whether a Driver exists for the Intel > Pro100+ card on FreeBSD. I know that Intel Pro100B is supported by the fxp > driver. Any advice on this would be much appreciated. Please reply to > ramkumar@cs.unc.edu The fxp driver supports the Pro/100+. This email is being sent over a Pro/100+, in fact. I updated the manpage to this effect some time ago: DESCRIPTION The fxp driver provides support for the EtherExpress Pro/10, Pro/100B, and Pro/100+ PCI Fast Ethernet adapters based on the Intel i82557 or i82559 ethernet chips. Matt -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9:45:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from search.sparks.net (search.sparks.net [208.5.188.60]) by hub.freebsd.org (Postfix) with ESMTP id 36C8A37B6DE for ; Tue, 23 May 2000 09:45:16 -0700 (PDT) (envelope-from dmiller@search.sparks.net) Received: by search.sparks.net (Postfix, from userid 100) id 3404ADC01; Tue, 23 May 2000 12:39:21 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id 23970DC00; Tue, 23 May 2000 12:39:21 -0400 (EDT) Date: Tue, 23 May 2000 12:39:21 -0400 (EDT) From: David Miller To: Willem Brown Cc: questions@freebsd.org Subject: Re: DNS and e-mail. In-Reply-To: <392A6565.B3E2FDD8@brwn.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Willem Brown wrote: > Hi, > > I'm running a secondary DNS for my domain which is > hosted by Granitecanyon. The idea was that whenever the two > main DNS servers are unavailable that mine will be used so > I don't get cut off from the world completely. > > Every time I send a e-mail to the questions mail list, > it would seem that every mail server that receives that e-mail > queries my puny DNS server. Practically DOSsing it, well > maybe not quite. Secondary dns servers often get hit even if the primary is fine. > > Normally I don't see much DNS traffic if any at all > because the main servers is far better connected and capable. What you want to do is NOT list your local system as an official secondary. This way no queries from the net will go to your local server. You can still have the local functionality by having it still being a secondary. Your local machines can ask it about your domain, and it will answer since it knows its a secondary and thus authoritative for the domain. --- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 9:59: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hemi.metrotv.com (hemi.metrotv.com [209.98.153.188]) by hub.freebsd.org (Postfix) with SMTP id 5549337B73E for ; Tue, 23 May 2000 09:59:04 -0700 (PDT) (envelope-from eric@metrotv.com) Received: (qmail 79182 invoked by uid 1006); 23 May 2000 17:10:08 -0000 Received: from eric@metrotv.com by hemi.metrotv.com with scan4virus-0.19 (uvscan: v4.0.70/v4077. . Clean. Processed in 0.206574 secs); 23/05/2000 12:10:08 Received: from hemi.metrotv.com (HELO ?209.98.153.38?) (nobody@209.98.153.188) by metrotv.com with SMTP; 23 May 2000 17:10:07 -0000 User-Agent: Microsoft-Outlook-Express-Macintosh-Edition/5.02.2022 Date: Tue, 23 May 2000 11:50:14 -0500 Subject: ipfw, 2 nic's, and a class C network From: Eric Long 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've got a class C network and want to setup ipfw on a FreeBSD 4.0 box with 2 NIC's. I'm looking for configuration options and based on what I've found in the mailing list archives is that I can either divide the class C up into subnets or run natd and give private ip's to all machines on the "inside" network. I am looking at the following layout: Cisco 675 DSL Router ---> FreeBSD box ---> internal network fxp0 fxp1 I would rather not assign all internal machines private ip addresses. I would also rather not divide a class C up into subnets and waste a bunch of ip's. Are there any other options? If not, I will proceed with dividing the class C in half. I've searched through the archives and it is unclear as to what I need to do in order to pass traffic from one NIC to the other. Any help or insight would be appreciated. Thanks. -Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 10:13:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.nation-net.com (www.nation-net.com [194.200.209.1]) by hub.freebsd.org (Postfix) with ESMTP id EFC7937B5D9 for ; Tue, 23 May 2000 10:13:45 -0700 (PDT) (envelope-from paul@walshsimmons.co.uk) Received: from cesar.nationnet.com (194.200.209.123) by www.nation-net.com with SMTP (Apple Internet Mail Server 1.1.1); Tue, 23 May 2000 18:16:01 +0100 From: "Paul Walsh" To: Subject: MAXMEM freeBSD3.4-RELEASE Date: Tue, 23 May 2000 18:14:00 +0100 Message-ID: <001e01bfc4da$49879480$7bd1c8c2@nationnet.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 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Only seeing 64M on a Dell P550 with 384M of ram Have tried: boot -MAXMEM=393216 from loader - any suggestions for a temp fix? Could I use kernel_options in /boot/defaults/loader.conf I intend to rebuild kernel first chance I get ... Regards, Paul Walsh WALSH SIMMONS The Old Bank, 247 Chapel St, Manchester, UK T:01618399337 F:01618399336 ISDN:01618346884 www.walshsimmons.co.uk Paul mobile: 07714 523312 Sweet dreams at http://www.laterooms.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 10:33: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo16.mx.aol.com (imo16.mx.aol.com [152.163.225.6]) by hub.freebsd.org (Postfix) with ESMTP id 75AEA37BC06 for ; Tue, 23 May 2000 10:33:01 -0700 (PDT) (envelope-from JANEL351@aol.com) Received: from JANEL351@aol.com by imo16.mx.aol.com (mail_out_v26.7.) id n.9f.5a79f73 (3846) for ; Tue, 23 May 2000 13:32:46 -0400 (EDT) From: JANEL351@aol.com Message-ID: <9f.5a79f73.265c1abd@aol.com> Date: Tue, 23 May 2000 13:32:45 EDT Subject: (no subject) To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 4.0 for Windows 95 sub 100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG can i you send me freebsd for free. zoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 10:44: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 26CC137BBC0 for ; Tue, 23 May 2000 10:44:43 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4NIIaZ04319; Tue, 23 May 2000 11:18:36 -0700 (PDT) Date: Tue, 23 May 2000 11:18:36 -0700 From: Alfred Perlstein To: JANEL351@aol.com Cc: questions@FreeBSD.ORG Subject: Re: (no subject) Message-ID: <20000523111836.E28097@fw.wintelcom.net> References: <9f.5a79f73.265c1abd@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <9f.5a79f73.265c1abd@aol.com>; from JANEL351@aol.com on Tue, May 23, 2000 at 01:32:45PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * JANEL351@aol.com [000523 11:07] wrote: > can i you send me freebsd for free. Well, you can download it for free: http://www.freebsd.org/handbook/install.html -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 10:45:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.nation-net.com (www.nation-net.com [194.200.209.1]) by hub.freebsd.org (Postfix) with ESMTP id 3031537B82F for ; Tue, 23 May 2000 10:45:53 -0700 (PDT) (envelope-from paul@walshsimmons.co.uk) Received: from cesar.nationnet.com (194.200.209.123) by www.nation-net.com with SMTP (Apple Internet Mail Server 1.1.1); Tue, 23 May 2000 18:48:06 +0100 From: "Paul Walsh" To: Cc: Subject: MAXMEM on freeBSD3.4-RELEASE Date: Tue, 23 May 2000 18:46:04 +0100 Message-ID: <003701bfc4de$c48b23a0$7bd1c8c2@nationnet.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 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Only seeing 64M on a Dell P550 with 384M of ram Have tried: boot -MAXMEM=393216 from loader - any suggestions for a temp fix? Could I use kernel_options in /boot/defaults/loader.conf - if so what syntax? I have RT'd every FM by the way ;-) I intend to rebuild kernel first chance I get ... Regards, Paul Walsh WALSH SIMMONS The Old Bank, 247 Chapel St, Manchester, UK T:01618399337 F:01618399336 ISDN:01618346884 www.walshsimmons.co.uk Paul mobile: 07714 523312 Sweet dreams at http://www.laterooms.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 10:48:58 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 18C6C37B5D9 for ; Tue, 23 May 2000 10:48:52 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.116]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Tue, 23 May 2000 10:49:00 -0700 Message-ID: <392AC465.7D5B6A8A@3-cities.com> Date: Tue, 23 May 2000 10:48:21 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: JANEL351@aol.com Cc: questions@freebsd.org Subject: Re: Access to FreeBSD (was no subject) References: <9f.5a79f73.265c1abd@aol.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG JANEL351@aol.com wrote: > > can i you send me freebsd for free. No, that would cost me money :). It is free to download at http://www.freebsd.org/handbook/mirrors-ftp.html That page takes you to the closest mirror. You can do an ftp install but you are never going to make it from AOL. You will be timing out every 10 minutes or what ever their timeout is now. A download of the iso-image (an image you can burn onto a cdrom) takes about 40 hours at 56kb. Order the CDROM from the prev(ious) page or go to your local Barnes & Noble or Boarders and buy "The Complete FreeBSD", which comes with the 4-cd's. It is version 3.4 but that is a good place to start. Kent > > zoe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 10:49:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrs-2.smartworld.net (mrs-2.smartworld.net [216.70.64.27]) by hub.freebsd.org (Postfix) with ESMTP id D48B837B944 for ; Tue, 23 May 2000 10:49:35 -0700 (PDT) (envelope-from dnormandin@freewwweb.com) Received: from odie (cust176.tnt1.dial.cal1.uunet.ca [209.167.219.176]) by mrs-2.smartworld.net (8.9.1a/8.9.1) with SMTP id NAA53716; Tue, 23 May 2000 13:46:29 -0500 (CDT) Message-ID: <000801bfc4df$347cabc0$b0dba7d1@odie> From: "Duke Normandin" To: "Brian Somers" Cc: "Salvo Bartolotta" , "'freebsd-questions@FreeBSD.org'" Subject: Re: Tun0 -- Too many idle timeout values Date: Tue, 23 May 2000 11:48:32 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 On Monday, May 22, 2000 2:07 AM Brian Somers wrote: >Hmm, there's something strange going on. > >You should be able to run ppp at the command line then at the prompt >type > > set timeout 300 > >Given that this works, there must be something bogus in your config >file - maybe you've got non-ascii characters at the end of the line >or something ? ` set timeout ` did work from the CLI...... so as suggested by Salvo, I ran ppp.conf through vi ( my vi initiation session ;) ) and used `dd` at the end of every line. Bottom line ..... any bogus crud is gone, cuz this PuPPy is ppp-ing w/o any tun0 warnings. Thanks for your help and bearing with me. regards.....duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 11: 9:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 861F237B83A for ; Tue, 23 May 2000 11:09:46 -0700 (PDT) (envelope-from asaddi@philosophysw.com) Received: from localhost (asaddi@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id LAA72931; Tue, 23 May 2000 11:09:09 -0700 (PDT) (envelope-from asaddi@philosophysw.com) Date: Tue, 23 May 2000 11:09:09 -0700 (PDT) From: Allan Saddi X-Sender: asaddi@web2.sea.nwserv.com To: Andre Albsmeier Cc: Philipp Huber , freebsd-questions@FreeBSD.ORG, johan.dahlberg@home.se Subject: Re: Temperatures In-Reply-To: <20000522175007.A2288@schlappy.mobile.tld> Message-ID: Organization: Philosophy SoftWorks MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: andre@akademie3000.de Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000, Andre Albsmeier wrote: > I think, what Johan wanted to know is: Does FreeBSD use the HLT > instruction when idle'ing around? If yes, the CPU should be cooler > than it is now... I found this in sys/i386/i386/swtch.s: ENTRY(default_halt) sti #ifndef SMP hlt /* XXX: until a wakeup IPI */ #endif ret So it appears Ben Smithurst was correct. Under FreeBSD SMP, both CPUs are always running at full speed. -- Allan Saddi "The Earth is the cradle of mankind, asaddi@philosophysw.com but we cannot live in the cradle http://www.philosophysw.com/asaddi/ forever." - K.E. Tsiolkovsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 11:28:20 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 2661037B50F for ; Tue, 23 May 2000 11:28:16 -0700 (PDT) (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 OAA39318; Tue, 23 May 2000 14:26:42 -0400 (EDT) (envelope-from cjc) Date: Tue, 23 May 2000 14:26:42 -0400 From: "Crist J. Clark" To: Doug Silver Cc: dsilver@mail.quantified.com, freebsd-questions@FreeBSD.ORG Subject: Re: Second hard drive problems Message-ID: <20000523142642.B38825@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000522223639.D36986@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 dsilver@quantified.com on Tue, May 23, 2000 at 09:08:57AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 09:08:57AM -0700, Doug Silver wrote: > # grep wd1 dmesg.boot > wd1: 1039MB (2128896 sectors), 2112 cyls, 16 heads, 63 S/T, 512 B/S > wdc1 not found at 0x170 > > # disklabel -r wd1s1 > disklabel: /dev/rwd1s1c: Device not configured > # disklabel -r wd1s1e > disklabel: /dev/rwd1s1e: Device not configured > > Does this mean the disk is dead and I'm SOL? One more thing to try. What does, # fdisk wd1 Say? -- 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 May 23 11:33:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rocksalt.mui.net (ken.adsl.hi.net [12.36.98.188]) by hub.freebsd.org (Postfix) with ESMTP id B2E8D37B50F for ; Tue, 23 May 2000 11:33:35 -0700 (PDT) (envelope-from ken@rocksalt.mui.net) Received: from lihing ([12.36.98.244]) by rocksalt.mui.net (8.9.3/8.9.3) with ESMTP id IAA02048 for ; Tue, 23 May 2000 08:33:34 -1000 (HST) (envelope-from ken@rocksalt.mui.net) From: ken@mui.net To: freebsd-questions@freebsd.org Date: Tue, 23 May 2000 08:28:54 -1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: sendmail 8.10 and search options Message-ID: <392A4146.22581.22F9B33@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've noticed a few things that puzzle me. Perhaps someone can help enlighten me on this: 1- the search options on the freebsd website no longer allow you to list your seach by date. This used to be a critical search option, as the more recent entries normally would be the more applicable type of searches. I realize that it would require another index or perhaps take up resources, but to be honest, an option like "score" doesn't seem to strike me as something particularly useful (sorry, speaking from ignorance) 2- there doesn't seem to be listed certain version changes, ie, sendmail versions. what I mean is it would be nice to have a place where we could tell if sendmail is up to date or not, other than doing a telnet hostname smtp. Thanks, ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 11:44:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from intergate.sdccd.cc.ca.us (intergate.sdccd.cc.ca.us [209.129.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 7937B37B5E0 for ; Tue, 23 May 2000 11:44:30 -0700 (PDT) (envelope-from efortenb@sdccd.cc.ca.us) Received: from ntxdistrict.sdccd.cc.ca.us (ntxdistrict.sdccd.cc.ca.us [10.1.100.1]) by intergate.sdccd.cc.ca.us (8.8.7/8.8.7) with ESMTP id LAA19160 for ; Tue, 23 May 2000 11:44:02 -0700 (PDT) Received: by NTXDISTRICT with Internet Mail Service (5.5.2448.0) id ; Tue, 23 May 2000 11:45:56 -0700 Message-ID: From: Erin Fortenberry To: "'questions@freebsd.org'" Subject: Sendmail/hostname/DNS problems... Date: Tue, 23 May 2000 11:45:44 -0700 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 Every time I try to post to the list I get; (Deferred: 450 Client host rejected: cannot find your hostnam) It only happens when I post to a few different lists. I know its going to be something stupid, but can someone please help? Thanks, Erin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 11:48:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 3AA7F37B5E0 for ; Tue, 23 May 2000 11:48:14 -0700 (PDT) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id LAA29709 for ; Tue, 23 May 2000 11:48:44 -0700 (PDT) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id LAA22982; Tue, 23 May 2000 11:48:13 -0700 (PDT) From: kline@tera.com (Gary Kline) Message-Id: <200005231848.LAA22982@tera.com> Subject: running headless To: questions@freebsd.org Date: Tue, 23 May 100 11:48:13 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone give me the kernel configuration for running my 2nd (and soon 3rd) box headless? I've poked around the docs and found nothing, so a pointer to recent info would be good too. thanks, gary -- Gary Kline Cray Inc Seattle, Washington To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 11:50:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id CF74F37B5E0 for ; Tue, 23 May 2000 11:50:11 -0700 (PDT) (envelope-from troy@picus.com) Received: from arcadia [209.100.20.198] by durango.picus.com (SMTPD32-5.05) id A2908510134; Tue, 23 May 2000 14:48:48 -0400 From: "Troy Settle" To: "Gary Kline" , Subject: RE: running headless Date: Tue, 23 May 2000 14:52:01 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <200005231848.LAA22982@tera.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got 5 or 6 boxes running headless. I don't do anything special with the kernel. -Troy ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gary Kline ** Sent: Friday, July 10, 2893 6:44 PM ** To: questions@freebsd.org ** Subject: running headless ** ** ** ** Can anyone give me the kernel configuration for running my 2nd (and ** soon 3rd) box headless? I've poked around the docs and found nothing, ** so a pointer to recent info would be good too. ** ** thanks, ** ** gary ** ** ** -- ** Gary Kline ** Cray Inc ** Seattle, Washington ** ** ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org ** with "unsubscribe freebsd-questions" 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 May 23 11:55:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id D2AAD37B6E3 for ; Tue, 23 May 2000 11:55:17 -0700 (PDT) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id LAA29955; Tue, 23 May 2000 11:55:47 -0700 (PDT) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id LAA22995; Tue, 23 May 2000 11:55:16 -0700 (PDT) From: kline@tera.com (Gary Kline) Message-Id: <200005231855.LAA22995@tera.com> Subject: Re: running headless In-Reply-To: from Troy Settle at "May 23, 0 02:52:01 pm" To: troy@picus.com (Troy Settle) Date: Tue, 23 May 100 11:55:16 -0700 (PDT) Cc: kline@tera.com, questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL23 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Troy Settle: > > I've got 5 or 6 boxes running headless. I don't do anything special with > the kernel. > Do you do anything to getty or anything else in /etc so that getty isn't continually trying to spawn a tty for the console? Seems to me that I got complaints trying to boot without a keyboard once... It'd be nice if I could move my othre CRT//keyboard away and boot without things blowing up (!) gary > -- Gary Kline Cray Inc Seattle, Washington To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 11:58:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 43F1637B5E0 for ; Tue, 23 May 2000 11:58:49 -0700 (PDT) (envelope-from troy@picus.com) Received: from arcadia [209.100.20.198] by durango.picus.com (SMTPD32-5.05) id A4928670134; Tue, 23 May 2000 14:57:22 -0400 From: "Troy Settle" To: "Gary Kline" Cc: Subject: RE: running headless Date: Tue, 23 May 2000 15:00:34 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <200005231855.LAA22995@tera.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On installation (have monitor, keyboard then), I remove all but the console port (in case I need to hook up for some reason). getty doesn't get out of control. The BIOS is set to ignore all errors, and the kernel doesn't really care if there's a keyboard or not. -Troy ** -----Original Message----- ** From: Gary Kline [mailto:kline@tera.com] ** Sent: Friday, July 10, 2893 6:44 PM ** To: Troy Settle ** Cc: kline@tera.com; questions@freebsd.org ** Subject: Re: running headless ** ** ** According to Troy Settle: ** > ** > I've got 5 or 6 boxes running headless. I don't do anything ** special with ** > the kernel. ** > ** ** Do you do anything to getty or anything else in /etc so ** that getty isn't continually trying to spawn a tty for ** the console? ** ** Seems to me that I got complaints trying to boot without ** a keyboard once... ** ** It'd be nice if I could move my othre CRT//keyboard away ** and boot without things blowing up (!) ** ** gary ** ** ** > ** ** ** -- ** Gary Kline ** Cray Inc ** Seattle, Washington ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 11:59:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snake.supranet.net (snake.supranet.net [205.164.160.19]) by hub.freebsd.org (Postfix) with ESMTP id 8CD6B37B5E0 for ; Tue, 23 May 2000 11:58:57 -0700 (PDT) (envelope-from john@arnie.jfive.com) Received: from snake.supranet.net (john@snake.supranet.net [205.164.160.19]) by snake.supranet.net (8.9.3/8.9.3) with ESMTP id OAA40656 for ; Tue, 23 May 2000 14:01:57 -0500 (CDT) (envelope-from john@arnie.jfive.com) Date: Tue, 23 May 2000 14:01:57 -0500 (CDT) From: John Heyer X-Sender: john@snake.supranet.net To: freebsd-questions@freebsd.org Subject: NIS Server and Slave on different LANS Message-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 question has probably been asked before, but I couldn't find an answer in the docs or the list archives. Is it possible to run an NIS server and slave on different networks? as crudely shown below: External LAN || Internal LAN NIS Master +----+ Proxy server running natd +----+ NIS Slave +---+ NIS Clients I imagine the machine running natd would have to redirect some ports to the Slave, but I don't know which ones. Anybody have a situation close to this working? I could run the slave on the proxy server itself, but would prefer the slave to be entirely internal. -- Johh Heyer - john@arnie.jfive.com - http://www.jfive.com "Me fail English? That's unpossible!" -- Ralph Wiggam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 12: 4:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from uncle.cult.cu (uncle.cult.cu [169.158.120.12]) by hub.freebsd.org (Postfix) with ESMTP id B427F37B8C2 for ; Tue, 23 May 2000 12:04:05 -0700 (PDT) (envelope-from elie@uncle.cult.cu) Received: from elie by uncle.cult.cu with local (Exim 3.03 #1) id 12uJy6-0007wO-00 for questions@freebsd.org; Tue, 23 May 2000 15:03:54 -0400 Date: Tue, 23 May 2000 15:03:54 -0400 (CDT) From: Eliezer Rodriguez Gonzalez To: questions@freebsd.org Subject: CVSup 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 there: I'd like to know what changes I have to make to a cvsup file in order to get the stable release of FreeBSD 4.0. Thanks in advance. ______________________________ Mr. Eliezer Rodriguez Gonzalez Net Manager & Sys Admin CEISIC. Ministry of Culture ______________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 12:12:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unet.univie.ac.at (unet.univie.ac.at [131.130.230.7]) by hub.freebsd.org (Postfix) with ESMTP id 9E0F637B711 for ; Tue, 23 May 2000 12:12:15 -0700 (PDT) (envelope-from a9404849@unet.univie.ac.at) Received: from localhost.localdomain (unet2-123.univie.ac.at [131.130.232.123]) by unet.univie.ac.at (8.9.3/8.9.3) with ESMTP id VAA169106; Tue, 23 May 2000 21:12:11 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.9.3/8.9.3) with ESMTP id VAA04575; Tue, 23 May 2000 21:12:01 +0200 (CEST) (envelope-from a9404849@unet.univie.ac.at) Date: Tue, 23 May 2000 21:12:01 +0200 (CEST) From: Lukas Ertl X-Sender: lukas@localhost.localdomain To: Eliezer Rodriguez Gonzalez Cc: questions@FreeBSD.ORG Subject: Re: CVSup 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 Tue, 23 May 2000, Eliezer Rodriguez Gonzalez wrote: > > Hi there: > > I'd like to know what changes I have to make to a cvsup file in order to > get the stable release of FreeBSD 4.0. > > Thanks in advance. Here's my cvsup-file for 4.0-STABLE: #<---- cut ----> *default host=cvsup2.de.FreeBSD.org # You should change this, see the # handbook for a list of servers. *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix *default compress src-all #<---- cut -----> That's all. lg, le -- "If it works and it's stupid, then it is not stupid." -- David Wood, SMB-HOWTO To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 12:16:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bobino.chemcomp.com (bobino.sefmedia.com [207.164.6.2]) by hub.freebsd.org (Postfix) with ESMTP id 5117F37B8F5 for ; Tue, 23 May 2000 12:16:50 -0700 (PDT) (envelope-from abeaupre@chemcomp.com) Received: from ip17.montreal24.dialup.canada.psi.net (ip17.montreal24.dialup.canada.psi.net [154.5.103.17]) by bobino.sefmedia.com (NTMail 5.05.0002/NT6102.00.ff403942) with ESMTP id idrgaaaa for freebsd-questions@freebsd.org; Tue, 23 May 2000 15:17:15 -0400 Received: from chemcomp.com [192.1.1.19] by chemcomp.com (FTGate 2, 2, 0, 1); Tue, 23 May 00 15:16:37 -0400 Message-ID: <392AD8A2.8D5470D3@chemcomp.com> Date: Tue, 23 May 2000 15:14:43 -0400 From: Sys Admin X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: beaupran@iro.umontreal.ca Subject: Problems starting up fetchmail in ppp -auto mode 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 currently setting up a mail server for the LAN here. It must fetch mail on our ISP every 15 minutes or so via POP3. The connection there is a regular connection with userland PPP. fetchmail, when started makes ppp try to bring up the link. After ppp is done connecting, fetchmail falls on a timeout and gives me: "socket error while fetching from somewhere.com" It's just as if the connect call from fetchmail gets lost in the choked packets of ppp. I tried to make a "pppctl dial" in the "preconnect" option of fetchmail, without success. One could argue that this command could be ran each time we would want mail to be delivered, but I do not necessarily have to use a cron job for this... If this was a frequent task (i.e. at shorter intervals than the ppp timeout), it wouldn't be a problem since a first fetchmail would open the link and another would fetch... But this is not the case. Any "waking up" of fetchmail will be the one bringing up the link. Thanks for any advice Antoine Beaupre Sys Admin Chemical Computing Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 12:53:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lemmy.quantified.net (mail.quantified.net [63.212.171.7]) by hub.freebsd.org (Postfix) with ESMTP id 7155B37B5A8 for ; Tue, 23 May 2000 12:53:06 -0700 (PDT) (envelope-from dsilver@quantified.com) Received: from danzig.sd.quantified.net (web.quantified.net [63.212.171.5]) by lemmy.quantified.net (8.8.8/8.8.8) with ESMTP id MAA03829; Tue, 23 May 2000 12:49:14 -0700 (PDT) (envelope-from dsilver@quantified.com) Date: Tue, 23 May 2000 12:49:07 -0700 (PDT) From: Doug Silver X-Sender: dsilver@danzig.sd.quantified.net To: cjclark@home.com Cc: dsilver@mail.quantified.com, freebsd-questions@FreeBSD.ORG Subject: Re: Second hard drive problems In-Reply-To: <20000523142642.B38825@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 # fdisk wd1 ******* Working on device /dev/rwd1 ******* parameters extracted from in-core disklabel are: cylinders=2112 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=2112 heads=16 sectors/track=63 (1008 blks/cyl) fdisk: invalid fdisk partition table found Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 5,(Extended DOS) start 3490185221, size 3493855237 (1705984 Meg), flag 5 beg: cyl 975/ sector 32/ head 0; end: cyl 975/ sector 40/ head 0 The data for partition 2 is: sysid 5,(Extended DOS) start 90701829, size 7 (0 Meg), flag 5 beg: cyl 464/ sector 16/ head 0; end: cyl 464/ sector 24/ head 0 The data for partition 3 is: sysid 0,(unused) start 70254592, size 835452928 (407936 Meg), flag 0 beg: cyl 0/ sector 0/ head 0; end: cyl 0/ sector 0/ head 0 The data for partition 4 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 1, size 2128895 (1039 Meg), flag 80 (active) beg: cyl 0/ sector 2/ head 0; end: cyl 63/ sector 63/ head 15 So it sees the 4th partition, is there a way to get anything off of it? Thanks again! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Doug Silver Quantified Systems, Inc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ On Tue, 23 May 2000, Crist J. Clark wrote: > On Tue, May 23, 2000 at 09:08:57AM -0700, Doug Silver wrote: > > # grep wd1 dmesg.boot > > wd1: 1039MB (2128896 sectors), 2112 cyls, 16 heads, 63 S/T, 512 B/S > > wdc1 not found at 0x170 > > > > # disklabel -r wd1s1 > > disklabel: /dev/rwd1s1c: Device not configured > > # disklabel -r wd1s1e > > disklabel: /dev/rwd1s1e: Device not configured > > > > Does this mean the disk is dead and I'm SOL? > > One more thing to try. What does, > > # fdisk wd1 > > Say? > -- > 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 May 23 13:23:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B59737B5A8 for ; Tue, 23 May 2000 13:23:08 -0700 (PDT) (envelope-from alex@cichlids.com) Received: from cichlids.com (p3E9D38EE.dip0.t-ipconnect.de [62.157.56.238]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id WAA04396 for ; Tue, 23 May 2000 22:22:45 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 334E9AC2C for ; Tue, 23 May 2000 22:23:39 +0200 (CEST) Received: (from alex@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id WAA01303 for questions@freebsd.org; Tue, 23 May 2000 22:23:05 +0200 (CEST) (envelope-from alex) Date: Tue, 23 May 2000 22:23:05 +0200 From: Alexander Langer To: questions@freebsd.org Subject: indent(1) for C++? Message-ID: <20000523222305.A1281@cichlids.cichlids.com> Mail-Followup-To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! Does one know an indent(1) for C++, that you can make follow style(9)? Alex -- I need a new ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 13:29:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wilsonandhorton.co.nz (fw2.wilsonandhorton.co.nz [203.99.66.4]) by hub.freebsd.org (Postfix) with ESMTP id BB71737B62A for ; Tue, 23 May 2000 13:29:46 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by wilsonandhorton.co.nz (8.9.3/8.9.3) id IAA15672; Wed, 24 May 2000 08:29:34 +1200 (NZST) (envelope-from jonc) Date: Wed, 24 May 2000 08:29:34 +1200 From: Jonathan Chen To: chris.smith@raytheon.co.uk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Lots of nice 4.0-RELEASE questions... Message-ID: <20000524082934.A15604@jonc.ntdns.wilsonandhorton.co.n> References: <959068692.392a3a1421df7@www.tdyc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <959068692.392a3a1421df7@www.tdyc.com>; from chris.smith@raytheon.co.uk on Tue, May 23, 2000 at 12:58:12AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 12:58:12AM -0700, chris.smith@raytheon.co.uk wrote: [...] > 3/ The XFree86 3.3.6 that came on the CD set appears to > be broken authentication-wise. xdm bombs every user > login with clients (xterm etc) not being able to > connect to the display. Any ideas? There is > something about magic cookies in the error dump > which I cant post at the mo. Change the entry in xdm-config for the following line as below: DisplayManager._0.authorize: false -- Jonathan Chen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 13:40:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id BA2A237B858 for ; Tue, 23 May 2000 13:40:27 -0700 (PDT) (envelope-from generic@unitedtamers.com) Received: from x ([24.68.108.236]) by mail.rdc2.on.home.com (InterMail vM.4.01.02.17 201-229-119) with SMTP id <20000523204016.BZYD23706.mail.rdc2.on.home.com@x>; Tue, 23 May 2000 13:40:16 -0700 Message-ID: <000901bfc4f7$21df1ee0$0100a8c0@x> From: "Generic Player" To: "Mark Ovens" Cc: References: <000b01bfc35d$c8c3c030$0200a8c0@bill> <20000522093603.B77130@freebie.lemis.com> <20000522204454.A2835@parish> Subject: Re: IE for FreeBSD Petition Date: Tue, 23 May 2000 16:40:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Mark Ovens" To: "Greg Lehey" Cc: "Bill A. K." ; Sent: Monday, May 22, 2000 3:44 PM Subject: Re: IE for FreeBSD Petition > On Mon, May 22, 2000 at 09:36:03AM +0930, Greg Lehey wrote: > > [Format recovered--see http://www.lemis.com/email/email-format.html] > > > > On Sunday, 21 May 2000 at 15:50:14 -0400, Bill A. K. wrote: > > > X-Mailer: Microsoft Outlook Express 5.00.2919.6700 > > > X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > > > > > > Hello everyone, > > > I've had this petition up for a while, and I'm trying to get more traffic and names. I'm trying to get something to convince Microsoft to port Internet Explorer for UNIX to FreeBSD. > > > The URL for my site is http://www.iefreebsd.freeservers.com > > > If you would be interested in a small banner, etc. for your own web site, please let me know, and I'll see what I can do. > > > > I think this is a very bad idea. Look at your mail message for one > > good reason why: Microsoft software is just plain broken. You > > probably don't even realise that your message was written without line > > breaks. Isn't it much easier to read like this? > > > > Yes :) (mutt + emacs) > IE > > Does no one remember that this same poster posted the same appeal on > 5/9/99 under the thread "IE for FreeBSD" > (http://docs.freebsd.org/mail/archive/1999/freebsd-questions/19990912.freebs d-questions.html). > I've looked back through that thread and it was generally put down as > being a Bad Idea. > > I've also looked at the poster's petition site and, apart from the > post you (Greg) added today, mine seems to be the only dissenting > voice (posted at the time of the original thread). Guess only those > who are in favour take the time to contribute to petitions. > > > > > > I've had this petition up for a while, and I'm trying to get more > > > traffic and names. I'm trying to get something to convince Microsoft > > > to port Internet Explorer for UNIX to FreeBSD. The URL for my site > > > is http://www.iefreebsd.freeservers.com If you would be interested > > > in a small banner, etc. for your own web site, please let me know, > > > and I'll see what I can do. > > > > In the FreeBSD project, we're trying to get away from Microsoft, not > > come closer to it. If there were a counter-petition to ask Microsoft > > *not* to port IE, I would sign 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 > > -- > ...and on the eighth day God created UNIX > ________________________________________________________________ > 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 > And here I thought the "M$ sux d00d" attitude was for linuxheads posting on /. Its pretty sad if you use FreeBSD just to get away from MS, you should use it for its own merits, not because it isn't something else. Sounds like a pretty childish attitude to me. Why would it hurt to have IE for BSD? Netscape is a piece of crap, and it doesn't look like they have any intentions of fixing it. It'd be nice to have a fully functional browser for BSD, regardless of who makes it. Generic Player To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 13:41:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from funnel.cisco.com (funnel.cisco.com [161.44.131.24]) by hub.freebsd.org (Postfix) with ESMTP id 4CA7A37B9F2 for ; Tue, 23 May 2000 13:41:18 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [161.44.133.25]) by funnel.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id QAA23881 for ; Tue, 23 May 2000 16:41:08 -0400 (EDT) Received: from bmcgover-pc.cisco.com (localhost [127.0.0.1]) by bmcgover-pc.cisco.com (8.9.3/8.9.3) with ESMTP id QAA29820 for ; Tue, 23 May 2000 16:41:07 -0400 (EDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <200005232041.QAA29820@bmcgover-pc.cisco.com> To: questions@freebsd.org Reply-To: mcgovern@spoon.beta.com Subject: Building cross compilation enviornments Date: Tue, 23 May 2000 16:41:07 -0400 From: Brian McGovern Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been surfing the web for the better part of today. I'm hoping someone with more experience can step up to the plate and shine a little light on this. I'm looking at trying to set up a FreeBSD system to cross compile for Solaris (sparc) 2.5.1, HP/UX 11.0, IBM AIX, and, if possible, Windows NT. I can grab all of the include files and libraries off of real machines of these types. It seems I should just be able to configure gcc to do it, and go, but I've been having difficulties. I've been (possibly incorrectly) mucking with --prefix, --target, --with-headers, --with-libs, but to no avail. Solaris would be my primary target, so any pointers to get this working would be a plus. Documentation really welcome. -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 13:47: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hobbes.ssbaptist.net (linux.ssbaptist.net [216.17.141.70]) by hub.freebsd.org (Postfix) with ESMTP id BA5F137B967 for ; Tue, 23 May 2000 13:46:56 -0700 (PDT) (envelope-from brad@ssbaptist.net) Received: from localhost (brad@localhost) by hobbes.ssbaptist.net (8.9.3/8.8.7) with ESMTP id HAA29380 for ; Tue, 23 May 2000 07:51:55 -0600 Date: Tue, 23 May 2000 07:51:55 -0600 (MDT) From: Brad Waite X-Sender: brad@hobbes To: questions@freebsd.org Subject: problem newfsing vinum volume Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, I finally got my drives installed and partitioned as follows: ad0: a: 7473152 0 4.2BSD 0 0 0 # (Cyl. 0 - 465*) b: 524288 7473152 swap # (Cyl. 465*- 497*) c: 80035767 0 unused 0 0 # (Cyl. 0 - 4981*) e: 72038327 7997440 vinum # (Cyl. 497*- 4981*) ad1: c: 80041248 0 unused 0 0 # (Cyl. 0 - 635247) e: 80041248 0 vinum # (Cyl. 0 - 635247) ad2: c: 80041248 0 unused 0 0 # (Cyl. 0 - 635247) e: 80041248 0 vinum # (Cyl. 0 - 635247) 4 gigs of ad0 are used for FBSD and swap. The rest of ad0 and all of ad1 & ad2 are intended for vinum. Since, as I understand it, vinum requires all the subdisks to be the same size, I split the drives into 3908MB subdisks, 10 sd's on ad1 & ad2, and 9 on ad0 for a total of 29 subdisks. Here's my vinum cfg file: drive a device /dev/ad0s1e drive b device /dev/ad1s1e drive c device /dev/ad2s1e volume whopper plex org raid5 512k sd length 3908m drive a sd length 3908m drive b sd length 3908m drive c [ all 3 lines repeated 8 times ] sd length 3908m drive b sd length 3908m drive c Now I try to do a newfs: # newfs -v /dev/vinum/whopper newfs: /dev/vinum/whopper: Input/output error # vinum l whopper V whopper State: down Plexes: 1 Size: 106 GB Why can't I newfs the volume? -Brad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 13:50: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hobbes.ssbaptist.net (linux.ssbaptist.net [216.17.141.70]) by hub.freebsd.org (Postfix) with ESMTP id 38D4737BB15 for ; Tue, 23 May 2000 13:50:01 -0700 (PDT) (envelope-from brad@ssbaptist.net) Received: from localhost (brad@localhost) by hobbes.ssbaptist.net (8.9.3/8.8.7) with ESMTP id HAA29395 for ; Tue, 23 May 2000 07:55:00 -0600 Date: Tue, 23 May 2000 07:54:59 -0600 (MDT) From: Brad Waite X-Sender: brad@hobbes To: questions@FreeBSD.ORG Subject: Re: problem newfsing vinum volume 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 Arrrrggggggg! I hit ^X too soon. I meant to add that I'm running 4.0-STABLE. On Tue, 23 May 2000, Brad Waite wrote: > Okay, I finally got my drives installed and partitioned as follows: > > ad0: > a: 7473152 0 4.2BSD 0 0 0 # (Cyl. 0 - 465*) > b: 524288 7473152 swap # (Cyl. 465*- 497*) > c: 80035767 0 unused 0 0 # (Cyl. 0 - 4981*) > e: 72038327 7997440 vinum # (Cyl. 497*- 4981*) > > ad1: > c: 80041248 0 unused 0 0 # (Cyl. 0 - 635247) > e: 80041248 0 vinum # (Cyl. 0 - 635247) > > ad2: > c: 80041248 0 unused 0 0 # (Cyl. 0 - 635247) > e: 80041248 0 vinum # (Cyl. 0 - 635247) > > 4 gigs of ad0 are used for FBSD and swap. The rest of ad0 and all of ad1 & ad2 > are intended for vinum. Since, as I understand it, vinum requires all the > subdisks to be the same size, I split the drives into 3908MB subdisks, 10 sd's > on ad1 & ad2, and 9 on ad0 for a total of 29 subdisks. > > Here's my vinum cfg file: > drive a device /dev/ad0s1e > drive b device /dev/ad1s1e > drive c device /dev/ad2s1e > volume whopper > plex org raid5 512k > sd length 3908m drive a > sd length 3908m drive b > sd length 3908m drive c > [ all 3 lines repeated 8 times ] > sd length 3908m drive b > sd length 3908m drive c > > Now I try to do a newfs: > > # newfs -v /dev/vinum/whopper > newfs: /dev/vinum/whopper: Input/output error > # vinum l whopper > V whopper State: down Plexes: 1 Size: 106 GB > > > Why can't I newfs the volume? > > -Brad > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 23 13:55:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from client55243.atl.mediaone.net (client55243.atl.mediaone.net [24.88.55.243]) by hub.freebsd.org (Postfix) with ESMTP id 7F1C037B8E2 for ; Tue, 23 May 2000 13:55:22 -0700 (PDT) (envelope-from hugme@client55243.atl.mediaone.net) Received: from localhost (localhost [[UNIX: localhost]]) by client55243.atl.mediaone.net (8.9.3/8.9.3) id QAA02063 for freebsd-questions@freebsd.org; Tue, 23 May 2000 16:56:50 -0400 From: HugMe Organization: The Realm of Hug To: freebsd-questions@freebsd.org Subject: SoundBlaster 64 for FreeBSD 4.0 Date: Tue, 23 May 2000 16:54:33 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <0005231656490A.00584@client55243.atl.mediaone.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Where can I find info on setting up a soundblaster 64 in 4.0? I can find plenty for 3.x but can't get it to work. does someone know of a web page or anything I can use to do this? -- In a world with no borders or boundries why do we need gates and windows? Don't ever forget to, -*HUGME*- hugme@hugme.org www.hugme.org www.cammunity.com/fact.html <-- see me live To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 13:57:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.hellasnet.gr (mail.hellasnet.gr [212.54.192.3]) by hub.freebsd.org (Postfix) with ESMTP id E858737B8E2 for ; Tue, 23 May 2000 13:57:21 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (ppp2.patr.hellasnet.gr [212.54.197.17]) by mail.hellasnet.gr (8.9.1/8.9.1) with ESMTP id WAA01132; Tue, 23 May 2000 22:56:02 +0200 (GMT) Received: (from charon@localhost) by hades.hell.gr (8.10.1/8.10.1) id e4NK7sl63699; Tue, 23 May 2000 23:07:54 +0300 (EEST) Date: Tue, 23 May 2000 23:07:54 +0300 From: Giorgos Keramidas To: "Alagiya, Sudarsanan" Cc: "'questions@FreeBSD.org'" Subject: Re: SRC Message-ID: <20000523230754.C63609@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.0i In-Reply-To: ; from Sudarsanan.Alagiya@anchorgaming.com on Tue, May 23, 2000 at 08:52:20AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alagiya, Sudarsanan wrote: > For the Free BSD , I would like to know the equivalent command for the aix > command: startsrc -s Sorry to disappoint you, but what is exactly the thing that you'd expect the command to do on AIX? Perhaps describing what you need will be of more help to us, in trying to help you :) Ciao. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 14:20:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id C351337B594 for ; Tue, 23 May 2000 14:20:38 -0700 (PDT) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id OAA05396; Tue, 23 May 2000 14:21:08 -0700 (PDT) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id OAA23099; Tue, 23 May 2000 14:20:36 -0700 (PDT) Date: Tue, 23 May 2000 14:20:36 -0700 From: Gary Kline To: HugMe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SoundBlaster 64 for FreeBSD 4.0 Message-ID: <20000523142036.A23087@athena.sea.tera.com> References: <0005231656490A.00584@client55243.atl.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95us In-Reply-To: <0005231656490A.00584@client55243.atl.mediaone.net>; from HugMe on Tue, May 23, 2000 at 04:54:33PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 04:54:33PM -0400, HugMe wrote: > > Where can I find info on setting up a soundblaster 64 in 4.0? I can find plenty > for 3.x but can't get it to work. does someone know of a web page or anything > I can use to do this? > If you'll Search the archives of the -question and -stable groups|mailing lists, you'll find lots on the AWE64. www.freebsd.org/ -- Gary Kline Cray Inc Seattle, Washington To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 14:21:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id BC12437B8B3 for ; Tue, 23 May 2000 14:21:12 -0700 (PDT) (envelope-from djclarke@cm-solutions.co.nz) Received: from eskimo (smtp.epizza.co.nz [203.96.144.146]) by deborah.paradise.net.nz (8.10.0/8.10.0) with SMTP id e4NLLA627662 for ; Wed, 24 May 2000 09:21:11 +1200 Message-ID: <002901bfc4fd$3c069ea0$0201a8c0@eskimo.cm-solutions.co.nz> Reply-To: "David Clarke" From: "David Clarke" To: Subject: 250MB ZIP Drive on FBSD 4.0 Date: Wed, 24 May 2000 09:24:09 +1200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0026_01BFC561.D0AC0FE0" 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_0026_01BFC561.D0AC0FE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm having trouble mounting an ATAPI 250MB ZIP Drive under FreeBSD 4.0. = Any help much appreciated. Trying to mount the ZIP drive always provides the following errors: mount_msdos /dev/afd0 /zip mount_msdos: /dev/afd0: Input/output error or mount_msdos /dev/afd0a /zip mount_msdos: /dev/afd0a: Invalid argument Output from dmesg: ata1-master: Aladdin: two atapi devices on this channel, no DMA afd0: 239MB [239/64/32] at ata1-master using PIO3 ls of /dev/afd*: /dev/afd0 /dev/afd0c /dev/afd0f /dev/afd0s1 = /dev/afd0s4 /dev/afd0a /dev/afd0d /dev/afd0g /dev/afd0s2 /dev/afd0b /dev/afd0e /dev/afd0h /dev/afd0s3 Kernel config file for ATAPI devices: # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices Thanks Dave David Clarke www.cm-solutions.co.nz www.sportsnz.co.nz Director - Technology Custom Made Solutions Ltd PO Box 10-819, Wellington Tel +64-4-384-7922 Fax +64-4-384-7924 ------=_NextPart_000_0026_01BFC561.D0AC0FE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I'm having trouble mounting an ATAPI 250MB ZIP Drive = under=20 FreeBSD 4.0.  Any help much appreciated.
 
Trying to mount the ZIP drive always = provides=20 the following errors:
mount_msdos /dev/afd0 = /zip
mount_msdos:=20 /dev/afd0: Input/output error
or
 
mount_msdos /dev/afd0a = /zip
mount_msdos:=20 /dev/afd0a: Invalid argument
 
 
Output from dmesg:
ata1-master: = Aladdin: two=20 atapi devices on this channel, no DMA
afd0: 239MB <IOMEGA ZIP 250=20 ATAPI> [239/64/32] at ata1-master using PIO3
ls of /dev/afd*:
/dev/afd0      =20 /dev/afd0c     =20 /dev/afd0f      = /dev/afd0s1    =20 /dev/afd0s4
/dev/afd0a     =20 /dev/afd0d     =20 /dev/afd0g     =20 /dev/afd0s2
/dev/afd0b     =20 /dev/afd0e     =20 /dev/afd0h      /dev/afd0s3
Kernel config file for ATAPI devices:
# ATA and ATAPI=20 devices
device         =20 ata0    at isa? port IO_WD1 irq=20 14
device         =20 ata1    at isa? port IO_WD2 irq=20 15
device         =20 ata
device         =20 atadisk           =      =20 # ATA disk=20 drives
device         =20 atapicd           =      =20 # ATAPI CDROM=20 drives
device         =20 atapifd           =      =20 # ATAPI floppy=20 drives
device         =20 atapist           =      =20 # ATAPI tape = drives
options        =20 ATA_STATIC_ID          = =20 #Static device=20 numbering
options        =20 ATA_ENABLE_ATAPI_DMA    #Enable DMA on ATAPI = devices
 
Thanks
Dave
 
 
David Clarke   www.cm-solutions.co.nz  = www.sportsnz.co.nz
Director -=20 Technology
 
Custom Made Solutions Ltd
PO Box = 10-819,=20 Wellington
Tel = +64-4-384-7922        Fax=20 +64-4-384-7924
------=_NextPart_000_0026_01BFC561.D0AC0FE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 14:28:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id C9A9537B7D6 for ; Tue, 23 May 2000 14:28:56 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 23 May 2000 22:28:54 +0100 Received: from localhost (cmjg@localhost) by mail.ilrt.bris.ac.uk (8.8.7/8.8.8) with ESMTP id WAA07213; Tue, 23 May 2000 22:28:54 +0100 (BST) Date: Tue, 23 May 2000 22:28:53 +0100 (BST) From: Jan Grant To: "Alagiya, Sudarsanan" Cc: "'questions@FreeBSD.org'" Subject: Re: SRC In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Alagiya, Sudarsanan wrote: > For the Free BSD , I would like to know the equivalent command for the aix > command: startsrc -s BSD doesn't have anything like the SRC - it even lacks runlevels (which needs fixing!)* If you have a particular service that needs starting, you may find appropriate scripts in /etc/rc.d; if you've installed a service you may have to fish out the startup scripts by hand. Which service(s) are you looking for? jan * Others may claim this isn't broken, but it'd be nice to see. And of course, I disclaim any inference that I consider moving closer to AIX to be fixing anything :-) -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Goedel would be proud - I'm both inconsistent _and_ incomplete. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 14:33:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from euclid.base2.org (00-20-78-17-c4-45.bconnected.net [209.53.31.9]) by hub.freebsd.org (Postfix) with ESMTP id 0DCC337B7D6 for ; Tue, 23 May 2000 14:33:24 -0700 (PDT) (envelope-from james@base2.org) Received: from 00-20-78-17-c4-45.bconnected.net (james@00-20-78-17-c4-45.bconnected.net [209.53.31.9]) by euclid.base2.org (8.9.3/8.9.3) with ESMTP id OAA21852; Tue, 23 May 2000 14:33:56 -0700 (PDT) (envelope-from james@base2.org) Date: Tue, 23 May 2000 14:33:55 -0700 (PDT) From: James Clifford To: Jan Grant Cc: "Alagiya, Sudarsanan" , "'questions@FreeBSD.org'" Subject: Re: SRC 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 > BSD doesn't have anything like the SRC - it even lacks runlevels (which > needs fixing!)* > > * Others may claim this isn't broken, but it'd be nice to see. And of > course, I disclaim any inference that I consider moving closer to AIX to > be fixing anything :-) Forgive my ignorance, but what are the advantages of runlevels? I know that Linux has them, but I'd never noticed the lack of them in FreeBSD until you mentioned it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 14:45:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unet.univie.ac.at (unet.univie.ac.at [131.130.230.7]) by hub.freebsd.org (Postfix) with ESMTP id 6278837B7D6 for ; Tue, 23 May 2000 14:45:13 -0700 (PDT) (envelope-from a9404849@unet.univie.ac.at) Received: from localhost.localdomain (unet4-55.univie.ac.at [131.130.233.55]) by unet.univie.ac.at (8.9.3/8.9.3) with ESMTP id XAA115678; Tue, 23 May 2000 23:45:10 +0200 Received: from localhost (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.9.3/8.9.3) with ESMTP id XAA05877; Tue, 23 May 2000 23:45:02 +0200 (CEST) (envelope-from a9404849@unet.univie.ac.at) Date: Tue, 23 May 2000 23:45:02 +0200 (CEST) From: Lukas Ertl X-Sender: lukas@localhost.localdomain To: Jan Grant Cc: "'questions@FreeBSD.org'" Subject: Re: SRC In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Jan Grant wrote: > On Tue, 23 May 2000, Alagiya, Sudarsanan wrote: > > > For the Free BSD , I would like to know the equivalent command for the aix > > command: startsrc -s > > BSD doesn't have anything like the SRC - it even lacks runlevels (which > needs fixing!)* > > * Others may claim this isn't broken, but it'd be nice to see. And of > course, I disclaim any inference that I consider moving closer to AIX to > be fixing anything :-) Hmmm. Isn't runlevels and the lack of it one thing that differs BSDs from SystemV-related systems like Linux? lg, le -- "God isn't dead. He just doesn't want to get involved." -- anonymous To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 14:46: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 B2CD137B902 for ; Tue, 23 May 2000 14:46:24 -0700 (PDT) (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 12uMN6-000IEt-00; Tue, 23 May 2000 22:37:52 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12uMN6-000PQK-00; Tue, 23 May 2000 22:37:52 +0100 Date: Tue, 23 May 2000 22:37:51 +0100 From: Ben Smithurst To: Doug Silver Cc: cjclark@home.com, dsilver@mail.quantified.com, freebsd-questions@FreeBSD.ORG Subject: Re: Second hard drive problems Message-ID: <20000523223751.A3801@strontium.scientia.demon.co.uk> References: <20000523142642.B38825@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: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Silver wrote: > # fdisk wd1 .. > start 3490185221, size 3493855237 (1705984 Meg), flag 5 .. > start 70254592, size 835452928 (407936 Meg), flag 0 That's one big disk you've got there. ;-) I suggest you fix those bogus entires, they might be causing problems... 'fdisk -i wd1' should allow you to edit them. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 14:50:49 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 03E9137B7CE for ; Tue, 23 May 2000 14:50:45 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.62]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Tue, 23 May 2000 14:50:44 -0700 Message-ID: <392AFD0C.F07C0C9B@3-cities.com> Date: Tue, 23 May 2000 14:50:04 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: David Clarke Cc: freebsd-questions@freebsd.org Subject: Re: 250MB ZIP Drive on FBSD 4.0 References: <002901bfc4fd$3c069ea0$0201a8c0@eskimo.cm-solutions.co.nz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > David Clarke wrote: > > Hi, > > I'm having trouble mounting an ATAPI 250MB ZIP Drive under FreeBSD > 4.0. Any help much appreciated. > > Trying to mount the ZIP drive always provides the following errors: > mount_msdos /dev/afd0 /zip > mount_msdos: /dev/afd0: Input/output error You need to read Mark Mayo's Zip Drive Freebsd Info sheet at http://www.vmunix.com/mark/FreeBSD/ZIP-FAQ.html The basic part to mounting the MSDOS partition is to use afd0s4. Read the sheet. It is also covered in the FreeBSD/FAQ/hardware pages at http://www.freebsd.org/FAQ/hardware.html Kent > or > > mount_msdos /dev/afd0a /zip > mount_msdos: /dev/afd0a: Invalid argument > > > Output from dmesg: > ata1-master: Aladdin: two atapi devices on this channel, no DMA > afd0: 239MB [239/64/32] at ata1-master using > PIO3 > ls of /dev/afd*: > /dev/afd0 /dev/afd0c /dev/afd0f /dev/afd0s1 > /dev/afd0s4 > /dev/afd0a /dev/afd0d /dev/afd0g /dev/afd0s2 > /dev/afd0b /dev/afd0e /dev/afd0h /dev/afd0s3 > Kernel config file for ATAPI devices: > # ATA and ATAPI devices > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > device atapifd # ATAPI floppy drives > device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices > > Thanks > Dave > > > David Clarke www.cm-solutions.co.nz www.sportsnz.co.nz > Director - Technology > > Custom Made Solutions Ltd > PO Box 10-819, Wellington > Tel +64-4-384-7922 Fax +64-4-384-7924 -- 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 Tue May 23 14:57:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id C0B5437B7CE for ; Tue, 23 May 2000 14:57:16 -0700 (PDT) (envelope-from willwong@anime.ca) Received: from magus (HSE-Toronto-ppp134615.sympatico.ca [64.228.83.146]) by smtp11.bellglobal.com (8.8.5/8.8.5) with SMTP id SAA10190 for ; Tue, 23 May 2000 18:03:29 -0400 (EDT) Message-ID: <000901bfc501$da91f160$0300a8c0@anime.ca> From: "William Wong" To: Subject: ipfilter - ipnat Date: Tue, 23 May 2000 17:57:12 -0400 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 Hey, I'm experiencing a strange problem with ipfilter/ipnat that shipped with 3.4R. I'm using the following rule in my ipnat config: map tun0 192.168.0.0/24 -> 0/32 proxy port ftp ftp/tcp From my winbox (192.168.0.3) I can initiate passive mode ftp connections without any problems, however when I tried to make an active connection, as soon as my ftp prog sent the LIST command, my BSD box just reboots. If I comment out that line, passive connections still work (of course), and active connections don't work (expected) and it'll just hang around the LIST command (expected). Has anyone experienced this problem/know the solution/know how I can log what is causing this problem? 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 May 23 15: 9: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id A94CE37B831 for ; Tue, 23 May 2000 15:08:55 -0700 (PDT) (envelope-from djclarke@cm-solutions.co.nz) Received: from eskimo (smtp.epizza.co.nz [203.96.144.146]) by deborah.paradise.net.nz (8.10.0/8.10.0) with SMTP id e4NM8s602872 for ; Wed, 24 May 2000 10:08:54 +1200 Message-ID: <007b01bfc503$e6d425e0$0201a8c0@eskimo.cm-solutions.co.nz> Reply-To: "David Clarke" From: "David Clarke" To: Subject: Re: 250MB ZIP Drive on FBSD 4.0 Date: Wed, 24 May 2000 10:11:53 +1200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Thanks, mount_msdos /dev/afd0s4 /zip works just fine. I must have tried all combinations but the one that worked :) Dave -----Original Message----- From: Kent Stewart To: David Clarke Cc: freebsd-questions@freebsd.org Date: Wednesday, 24 May 2000 09:50 Subject: Re: 250MB ZIP Drive on FBSD 4.0 > > >> David Clarke wrote: >> >> Hi, >> >> I'm having trouble mounting an ATAPI 250MB ZIP Drive under FreeBSD >> 4.0. Any help much appreciated. >> >> Trying to mount the ZIP drive always provides the following errors: >> mount_msdos /dev/afd0 /zip >> mount_msdos: /dev/afd0: Input/output error > >You need to read Mark Mayo's Zip Drive Freebsd Info sheet at >http://www.vmunix.com/mark/FreeBSD/ZIP-FAQ.html > >The basic part to mounting the MSDOS partition is to use afd0s4. Read >the sheet. It is also covered in the FreeBSD/FAQ/hardware pages at >http://www.freebsd.org/FAQ/hardware.html > >Kent > >> or >> >> mount_msdos /dev/afd0a /zip >> mount_msdos: /dev/afd0a: Invalid argument >> >> >> Output from dmesg: >> ata1-master: Aladdin: two atapi devices on this channel, no DMA >> afd0: 239MB [239/64/32] at ata1-master using >> PIO3 >> ls of /dev/afd*: >> /dev/afd0 /dev/afd0c /dev/afd0f /dev/afd0s1 >> /dev/afd0s4 >> /dev/afd0a /dev/afd0d /dev/afd0g /dev/afd0s2 >> /dev/afd0b /dev/afd0e /dev/afd0h /dev/afd0s3 >> Kernel config file for ATAPI devices: >> # ATA and ATAPI devices >> device ata0 at isa? port IO_WD1 irq 14 >> device ata1 at isa? port IO_WD2 irq 15 >> device ata >> device atadisk # ATA disk drives >> device atapicd # ATAPI CDROM drives >> device atapifd # ATAPI floppy drives >> device atapist # ATAPI tape drives >> options ATA_STATIC_ID #Static device numbering >> options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices >> >> Thanks >> Dave >> >> >> David Clarke www.cm-solutions.co.nz www.sportsnz.co.nz >> Director - Technology >> >> Custom Made Solutions Ltd >> PO Box 10-819, Wellington >> Tel +64-4-384-7922 Fax +64-4-384-7924 > >-- >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 Tue May 23 15:29:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tn2-svr2-bdc.tappedinto.com (216.1.29.2 [216.1.29.2]) by hub.freebsd.org (Postfix) with ESMTP id E871737B6F7 for ; Tue, 23 May 2000 15:29:19 -0700 (PDT) (envelope-from rwilson@tappedinto.com) Received: by TN2-SVR2-BDC with Internet Mail Service (5.5.2650.21) id ; Tue, 23 May 2000 17:33:09 -0500 Message-ID: <9576A1011A6DD3119D6A009027AC9D5014AFF9@TN2-SVR2-BDC> From: Robert Wilson To: "'freebsd-questions@FreeBSD.ORG'" Subject: FAT32 Date: Tue, 23 May 2000 17:33:08 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01BFC506.DE8F0EBA" 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_01BFC506.DE8F0EBA Content-Type: text/plain; charset="iso-8859-1" Hello, I looked through the documentation that I could find on your site. I an looking for a Unix based OS that will operate on a FAT32 partition. I know this seems a little backward, but this is what I need. If you can help please respond. Thanks Robert ------_=_NextPart_001_01BFC506.DE8F0EBA Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable FAT32

Hello,
 I looked through the = documentation that I could find on your site. I an looking for a Unix = based OS that will operate on

a FAT32 partition. I know this seems a = little backward, but this is what I need. If you can help please = respond.
 Thanks Robert

------_=_NextPart_001_01BFC506.DE8F0EBA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 15:30:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 9E07F37BAF4 for ; Tue, 23 May 2000 15:30:28 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12uNBz-00082Q-00; Wed, 24 May 2000 00:30:27 +0200 Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id AAA40912 for freebsd-questions@freebsd.org; Wed, 24 May 2000 00:15:45 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: SoundBlaster 64 for FreeBSD 4.0 Date: 24 May 2000 00:15:44 +0200 Message-ID: <8gevug$17u7$1@bigeye.rhein-neckar.de> References: <0005231656490A.00584@client55243.atl.mediaone.net> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HugMe wrote: > Where can I find info on setting up a soundblaster 64 in 4.0? Put device pcm into your kernel configuration file, rebuild kernel. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 15:37:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from netone.com.tr (modem-as115-133.netone.com.tr [193.192.115.133]) by hub.freebsd.org (Postfix) with ESMTP id 7FEA537B8AC for ; Tue, 23 May 2000 15:37:34 -0700 (PDT) (envelope-from alcotraz@netone.com.tr) Received: from localhost (alcotraz@localhost) by netone.com.tr (8.9.3/8.8.7) with ESMTP id EAA01289 for ; Wed, 24 May 2000 04:37:52 +0300 Date: Wed, 24 May 2000 04:37:52 +0300 (EEST) From: To: freebsd-questions@FreeBSD.ORG Subject: 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 Hello I`ve been using linux for a long time and i want to experience FreeBSD. I have 2 questions. 1. Can i use kernels i`ve been using for linux @ bsd? how? i`ve found some documents for configuring kernel but no docs explaining me how to copy a new kernel, how to update symlinks etc.. 2. You know in linux, when i try to type for exapmle aaaaaaaaaaaa, i used to type aaa and press tab, so it was auto typing the rest. Is there anyway i can make FreeBSD do this? thank you very much - alcotraz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 15:49: 6 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 3C6E837B982 for ; Tue, 23 May 2000 15:48:34 -0700 (PDT) (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 AAA22CF for ; Wed, 24 May 2000 00:48:30 +0200 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 743; Wed, 24 May 2000 08:52:18 +1000 Message-ID: <392B0AEB.CDC28865@S1.com> Date: Tue, 23 May 2000 22:49:15 +0000 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: alcotraz@netone.com.tr Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi alcotraz, > > Hello > I`ve been using linux for a long time and i want to experience >FreeBSD. I > have 2 questions. > 1. Can i use kernels i`ve been using for linux @ bsd? how? i`ve >found some > documents for configuring kernel but no docs explaining me how to >copy a > new kernel, how to update symlinks etc.. In short - No. In slightly longer form, GNU/Linux & FreeBSD are quite different Operating Systems. They are functionally quite similar (although, I will admit to preferring FeeBSD ;'), but at the kernel level they are quite distinct. So no, you can't just pull out the old GNU/Linux 'engine' and bolt in a bright shiny new FreeBSD 'engine'. It's a matter of get the CD (the best way to do it) and install from scratch. Which is not to say that you have to abandon everything you've ever done in Linux - there is a Linuxulator in FreeBSD that emulates RH Linux. > 2. You know in linux, when i try to type for exapmle >aaaaaaaaaaaa, i used > to type aaa and press tab, so it was auto typing the rest. Is >there anyway > i can make FreeBSD do this? You sure can! That's a function of the shell program you're using - in the Linux world BASH is typically installed by default, and I have BASH on my FreeBSD boxes in my user accounts. (ZSH also does this, as do many other shells) > > thank you very much > You're welcome. Have lots of fun with FreeBSD. haxxa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 16:11:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id 9B1B037B679 for ; Tue, 23 May 2000 16:11:08 -0700 (PDT) (envelope-from oscars@mail.utexas.edu) Received: (qmail 21644 invoked by uid 0); 23 May 2000 23:11:07 -0000 Received: from chepe.cc.utexas.edu (HELO chepe) (128.83.135.25) by umbs-smtp-2 with SMTP; 23 May 2000 23:11:07 -0000 Message-Id: <4.2.2.20000523180523.00a8f680@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 23 May 2000 18:09:18 -0500 To: freebsd-questions@FreeBSD.ORG From: Oscar Ricardo Silva Subject: Port 722 ? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just to check what ports may be exposed on my FreeBSD 4.0 machine, I ran nmap against it. I got the following output: Port State Service 22/tcp open ssh 25/tcp open smtp 722/tcp open unknown I'm not familiar with anything running on that port and have looked and don't see anything out of the ordinary running. I don't have inetd enabled so it's not coming from there. Any thoughts/suggestions? Oscar "Don't believe the hype" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 16:25: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 9C98B37B679 for ; Tue, 23 May 2000 16:25:25 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-254.alpha.net.au [203.41.44.254] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA13686; Wed, 24 May 2000 10:33:01 +1000 From: Danny To: Florian Peth , freebsd-questions@FreeBSD.ORG Subject: Re: create a NT domain with BSD Date: Thu, 25 May 2000 09:29:26 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <392A27DF.C6ADE8D1@univ-reims.fr> MIME-Version: 1.0 Message-Id: <00052509322002.00342@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -Hello - There is a good book called "Samba in 24 hours" which covers in some depth about this topic. - If you don't want to purchase the book :- - Samba is still currently working to making it act as a PDC - But you can use Samba as the file server and NT PDC to verify the passwords and copy the password files over. On Tue, 23 May 2000, Florian Peth wrote: > hello. > I have 2 NT servers whitch are managing a NT domain with users. > if I replace these 2 servers with freeBSD, does it can manage a > NT domain, with login and password for users on NT workstations ? > if yes, where can I find documentation to create a NT domain > with freeBSD ? > > thank you very much for the answer. > > -- > Florian PETH > > IFTS (Université de Reims) > 7 Bd Jean Delautre > 08000 Charleville-Mézières > FRANCE > > http://www.univ-reims.fr/Ufr/Ifts/ > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 23 16:27: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 5E31437B9DD for ; Tue, 23 May 2000 16:27:02 -0700 (PDT) (envelope-from dpk@nwserv.com) Received: from localhost (dpk@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id QAA97218; Tue, 23 May 2000 16:27:00 -0700 (PDT) (envelope-from dpk@nwserv.com) Date: Tue, 23 May 2000 16:27:00 -0700 (PDT) From: David Kirchner X-Sender: dpk@web2.sea.nwserv.com To: Oscar Ricardo Silva Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Port 722 ? In-Reply-To: <4.2.2.20000523180523.00a8f680@mail.utexas.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: oscars@mail.utexas.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, An easy way to find out what an unknown port is: First run 'netstat -aAn | grep LISTEN | grep \.portnum'. The -A flag will display the address for the socket. You can then figure out which process is using that address by running 'fstat | grep address': dpk@web2:/home/dpk$ netstat -aAn | grep LISTEN | grep \.25 c6400180 tcp 0 0 *.25 *.* LISTEN dpk@web2:/home/dpk$ fstat | grep c6400180 root sendmail 94903 4* internet stream tcp c6400180 -- David Kirchner - dpk@nwserv.com Northwest Web Services - http://www.nwserv.com/ On Tue, 23 May 2000, Oscar Ricardo Silva wrote: > Just to check what ports may be exposed on my FreeBSD 4.0 machine, I ran > nmap against it. I got the following output: > > Port State Service > 22/tcp open ssh > 25/tcp open smtp > 722/tcp open unknown > > I'm not familiar with anything running on that port and have looked and > don't see anything out of the ordinary running. I don't have inetd enabled > so it's not coming from there. > > Any thoughts/suggestions? > > > > Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 16:31:45 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 D03ED37B9D9 for ; Tue, 23 May 2000 16:31:39 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-254.alpha.net.au [203.41.44.254] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA14067; Wed, 24 May 2000 10:39:34 +1000 From: Danny To: Tobias Roth , freebsd-questions@FreeBSD.ORG Subject: Re: Applixware Office 5.0 Date: Thu, 25 May 2000 09:35:29 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052509385203.00342@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -4.4.2 works extremely well for me. - I can work with *.doc files when (microsoft using) project members send me those files. - I can work with *xls files Applixware 4.4.42 is so good On Tue, 23 May 2000, Tobias Roth wrote: > Hello > > I decided that I need an office package and I asked around a bit. The > product people seemed to like best was applixware office. I checked their > homepage and they have both linux and freebsd versions available. However, > their latest version is 5.0, which does only exist for linux so far. > I wrote them and asked about when the freebsd version will be shipped. > Here's the reply: > > > As of right now we are only offering 4.4.2 for FreeBSD. The decision is > > still pending on whether we are going to release a 5.0 version. If you > > are interested in 4.4.2 you can purchase at the following URL: > > www.cdrom.com/titles/index.phtml. > > OK, I don't blame them. But what I want to know (and also asked them, but > didn't get a reply) is this: > > Is the linux version running fine under freebsd? If so, I'll buy 5.0, if > not, I will have to get 4.42. > > What are your experiences? I heard 4.42 linux version runs fine, what > about 5.0? > > Thanks, Tobe > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 23 16:35:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from firehouse.net (rdu25-28-186.nc.rr.com [24.25.28.186]) by hub.freebsd.org (Postfix) with SMTP id C6D3637B5C7 for ; Tue, 23 May 2000 16:35:35 -0700 (PDT) (envelope-from abc@firehouse.net) Received: (qmail 57430 invoked by uid 1000); 23 May 2000 23:35:34 -0000 Date: Tue, 23 May 2000 19:35:34 -0400 From: Alan Clegg To: David Kirchner Cc: Oscar Ricardo Silva , freebsd-questions@FreeBSD.ORG Subject: Re: Port 722 ? Message-ID: <20000523193534.A57347@ecto.greenpeas.org> References: <4.2.2.20000523180523.00a8f680@mail.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from dpk@nwserv.com on Tue, May 23, 2000 at 04:27:00PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Out of the ether, David Kirchner spewed forth the following bitstream: > An easy way to find out what an unknown port is: > > First run 'netstat -aAn | grep LISTEN | grep \.portnum'. The -A flag will > display the address for the socket. You can then figure out which process > is using that address by running 'fstat | grep address': > > dpk@web2:/home/dpk$ netstat -aAn | grep LISTEN | grep \.25 > c6400180 tcp 0 0 *.25 *.* LISTEN > dpk@web2:/home/dpk$ fstat | grep c6400180 > root sendmail 94903 4* internet stream tcp c6400180 Easier way: lsof -i TCP:_portnum_ ecto 101} /usr/local/sbin/lsof -i TCP:25 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME tcpserver 381 qmaild 3u IPv4 0xc735c500 0t0 TCP *:smtp (LISTEN) lsof from ports, btw... AlanC -- \ Alan B. Clegg Just because I can \ abc@firehouse.net does not mean I will. \ \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 17: 5: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wonka.esatclear.ie (wonka.esatclear.ie [194.145.128.5]) by hub.freebsd.org (Postfix) with ESMTP id 6E73337B822 for ; Tue, 23 May 2000 17:05:01 -0700 (PDT) (envelope-from mcox@esatclear.ie) Received: from bogboxminenu (mark@i-airlock040.esatclear.ie [194.165.162.40]) by wonka.esatclear.ie (8.9.3/8.9.3) with SMTP id BAA15829 for ; Wed, 24 May 2000 01:04:58 +0100 Message-ID: <000a01bfc556$85f357c0$28a2a5c2@bogboxminenu> From: "Mark Cox" To: Subject: problem starting KDE Date: Wed, 24 May 2000 01:03:17 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BFC51B.D85CC310" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BFC51B.D85CC310 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi i'm using 4.0-Stable i just installed X and the KDE desktop = enviroment from the ports i get an error /usr/libexec/id-elf/SO.1: shared object "libstdch/SO.2 not found anyone = know how to correct this ------=_NextPart_000_0007_01BFC51B.D85CC310 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi i'm using 4.0-Stable i just = installed X and the=20 KDE desktop enviroment from the ports i get an error
/usr/libexec/id-elf/SO.1: shared object = "libstdch/SO.2 not found anyone know how to correct=20 this
------=_NextPart_000_0007_01BFC51B.D85CC310-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 17: 6:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id 9CF6137BA42 for ; Tue, 23 May 2000 17:06:25 -0700 (PDT) (envelope-from oscars@mail.utexas.edu) Received: (qmail 5433 invoked by uid 0); 24 May 2000 00:06:24 -0000 Received: from chepe.cc.utexas.edu (HELO chepe) (128.83.135.25) by umbs-smtp-2 with SMTP; 24 May 2000 00:06:24 -0000 Message-Id: <4.2.2.20000523190214.00a976c0@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 23 May 2000 19:04:35 -0500 To: freebsd-questions@FreeBSD.ORG From: Oscar Ricardo Silva Subject: Re: Port 722 ? In-Reply-To: <20000523193534.A57347@ecto.greenpeas.org> References: <4.2.2.20000523180523.00a8f680@mail.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks to Dave Kirchner and Alan Clegg for the incredibly fast and completely useful responses. Using both methods, I found out this: amanda# /usr/local/sbin/lsof -i TCP:722 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME sshd1 143 root 3u IPv6 0xcb8e7940 0t0 TCP *:722 sshd1 143 root 5u IPv4 0xcb8e7720 0t0 TCP *:722 (LISTEN) Now the question is, where the hell did this come from? I hadn't seen this before and I thought I'd checked my machine. Oscar At 07:35 PM 5/23/00 -0400, Alan Clegg, you wrote: >Out of the ether, David Kirchner spewed forth the following bitstream: > > > An easy way to find out what an unknown port is: > > > > First run 'netstat -aAn | grep LISTEN | grep \.portnum'. The -A flag will > > display the address for the socket. You can then figure out which process > > is using that address by running 'fstat | grep address': > > > > dpk@web2:/home/dpk$ netstat -aAn | grep LISTEN | grep \.25 > > c6400180 tcp 0 0 *.25 *.* LISTEN > > dpk@web2:/home/dpk$ fstat | grep c6400180 > > root sendmail 94903 4* internet stream tcp c6400180 > >Easier way: > > lsof -i TCP:_portnum_ > >ecto 101} /usr/local/sbin/lsof -i TCP:25 >COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME >tcpserver 381 qmaild 3u IPv4 0xc735c500 0t0 TCP *:smtp (LISTEN) > >lsof from ports, btw... > >AlanC >-- > \ Alan B. Clegg > Just because I can \ abc@firehouse.net > does not mean I will. \ > \ "Don't believe the hype" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 17:25: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rmx452-mta.mail.com (rmx452-mta.mail.com [165.251.48.46]) by hub.freebsd.org (Postfix) with ESMTP id 25AA837B822 for ; Tue, 23 May 2000 17:24:55 -0700 (PDT) (envelope-from dgerow@mad.scientist.com) Received: from web421-mc.mail.com (web421-mc.mail.com [165.251.48.154]) by rmx452-mta.mail.com (8.9.3/8.9.3) with SMTP id UAA07582 for ; Tue, 23 May 2000 20:24:55 -0400 (EDT) Message-ID: <381802713.959127895147.JavaMail.root@web421-mc.mail.com> Date: Tue, 23 May 2000 20:24:55 -0400 (EDT) From: Damian Gerow To: freebsd-questions@freebsd.org Subject: proc size mismatch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 24.42.200.70 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If I have sent this to the wrong list (i.e. it should have gone to freebsd-newbies), I apologize. I am not clear on which list this should go to, as I am still a FreeBSD newbie (although I know Linux fairly well, so I've got a fairly good start). I am installing 4.0-RELEASE as a firewall, and am having some problems with my kernel and the proc filesystem. I have enabled FFS, FFS_ROOT, KERNFS, and PROCFS in the configuration files, but whenever I try to read a file from the /proc filesystem, I get a "proc size mismatch" error (the exact sizes I don't recall). Should there be another filesystem enabled? I'm running an IDE system on a P150 with 16MB of RAM, some old 512K video card, no floppy ir CD-ROM, and an NE2000 compat card (ed0) and Intel EtherExpress Pro/100 card (fxp0) for network. I was wondering if anyone could help me out on this. If it is requesteed that I post my conf file, I will. Thanks - it's really been giving me grief. ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 17:25:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chef.nerp.net (chef.nerp.net [208.42.21.161]) by hub.freebsd.org (Postfix) with ESMTP id B783F37BAFD for ; Tue, 23 May 2000 17:25:17 -0700 (PDT) (envelope-from kim@nerp.net) Received: (from web-data@localhost) by chef.nerp.net (8.9.3/8.9.3/Debian/GNU) id TAA27287; Tue, 23 May 2000 19:25:19 -0500 Date: Tue, 23 May 2000 19:25:19 -0500 From: Andria Message-Id: <200005240025.TAA27287@chef.nerp.net> X-Authentication-Warning: chef.nerp.net: web-data set sender to kim@nerp.net using -f To: freebsd-questions@FreeBSD.ORG Reply-To: kim@nerp.net MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.11 X-Originating-IP: 206.191.241.76 Subject: eth0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Linksys 56k/10/100 Pcmcia card and I have *no* clue what it is supose to be set to in the kern.. can someone help me maybe and tell me what driver to set it to.. so i can install Freebsd :) The sooner the better thanks. ----------------------------------------------------- Webmail provided by NERP.net: http://nerp.net Served with IMP: http://horde.org/imp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 17:57:47 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 B3C6037B5EC for ; Tue, 23 May 2000 17:57:38 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4O1VWV05058; Tue, 23 May 2000 18:31:32 -0700 (PDT) Date: Tue, 23 May 2000 18:31:32 -0700 From: Alfred Perlstein To: Damian Gerow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: proc size mismatch Message-ID: <20000523183132.P28097@fw.wintelcom.net> References: <381802713.959127895147.JavaMail.root@web421-mc.mail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <381802713.959127895147.JavaMail.root@web421-mc.mail.com>; from dgerow@mad.scientist.com on Tue, May 23, 2000 at 08:24:55PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Damian Gerow [000523 17:59] wrote: > If I have sent this to the wrong list (i.e. it should have gone to > freebsd-newbies), I apologize. I am not clear on which list this should go > to, as I am still a FreeBSD newbie (although I know Linux fairly well, so > I've got a fairly good start). > > I am installing 4.0-RELEASE as a firewall, and am having some problems with > my kernel and the proc filesystem. I have enabled FFS, FFS_ROOT, KERNFS, > and PROCFS in the configuration files, but whenever I try to read a file > from the /proc filesystem, I get a "proc size mismatch" error (the exact > sizes I don't recall). Should there be another filesystem enabled? I'm > running an IDE system on a P150 with 16MB of RAM, some old 512K video card, > no floppy ir CD-ROM, and an NE2000 compat card (ed0) and Intel EtherExpress > Pro/100 card (fxp0) for network. > > I was wondering if anyone could help me out on this. If it is requesteed > that I post my conf file, I will. Thanks - it's really been giving me > grief. This usually means you've upgraded your kernel source and compiled and installed without updating your userland. what does 'uname -a' say? and have you read: http://www.freebsd.org/handbook/makeworld.html ? -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 17:58:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id AE18237B5E8 for ; Tue, 23 May 2000 17:58:40 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [213.1.168.6] (helo=parish.my.domain) by gadolinium with esmtp (Exim 2.05 #1) id 12uMOK-0005P6-00; Tue, 23 May 2000 22:39:09 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id WAA03704; Tue, 23 May 2000 22:38:13 +0100 (BST) (envelope-from mark) Date: Tue, 23 May 2000 22:38:13 +0100 From: Mark Ovens To: David Clarke Cc: freebsd-questions@freebsd.org Subject: Re: 250MB ZIP Drive on FBSD 4.0 Message-ID: <20000523223813.D233@parish> References: <002901bfc4fd$3c069ea0$0201a8c0@eskimo.cm-solutions.co.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <002901bfc4fd$3c069ea0$0201a8c0@eskimo.cm-solutions.co.nz>; from djclarke@cm-solutions.co.nz on Wed, May 24, 2000 at 09:24:09AM +1200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 24, 2000 at 09:24:09AM +1200, David Clarke wrote: > Hi, > > I'm having trouble mounting an ATAPI 250MB ZIP Drive under FreeBSD 4.0. Any help much appreciated. > > Trying to mount the ZIP drive always provides the following errors: > mount_msdos /dev/afd0 /zip > mount_msdos: /dev/afd0: Input/output error > > or > > mount_msdos /dev/afd0a /zip > mount_msdos: /dev/afd0a: Invalid argument > I don't know if this applies still in 4.0, but in 3.x you had to use slice 4 for Zip drives. Try mount_msdos /dev/afd0s4 /zip > > > Output from dmesg: > ata1-master: Aladdin: two atapi devices on this channel, no DMA > afd0: 239MB [239/64/32] at ata1-master using PIO3 > > ls of /dev/afd*: > /dev/afd0 /dev/afd0c /dev/afd0f /dev/afd0s1 /dev/afd0s4 > /dev/afd0a /dev/afd0d /dev/afd0g /dev/afd0s2 > /dev/afd0b /dev/afd0e /dev/afd0h /dev/afd0s3 > > Kernel config file for ATAPI devices: > # ATA and ATAPI devices > device ata0 at isa? port IO_WD1 irq 14 > device ata1 at isa? port IO_WD2 irq 15 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > device atapifd # ATAPI floppy drives > device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices > > > Thanks > Dave > > > David Clarke www.cm-solutions.co.nz www.sportsnz.co.nz > Director - Technology > > Custom Made Solutions Ltd > PO Box 10-819, Wellington > Tel +64-4-384-7922 Fax +64-4-384-7924 -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 Tue May 23 17:59:14 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 14F8B37B938 for ; Tue, 23 May 2000 17:59:06 -0700 (PDT) (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 CAA94581; Wed, 24 May 2000 02:58:53 +0200 (CEST) (envelope-from roelof@nisser.com) Message-ID: <392B2A16.C2C8E293@nisser.com> Date: Wed, 24 May 2000 03:02:14 +0200 From: Roelof Osinga Organization: eboa - engineering buro Office Automation X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: PathFinder Software Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS Stuff References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG PathFinder Software wrote: > > I just set up my server can I just go to my domain record with > Internic and enter my static IP address in place of the DNS > number or do I need to enter my new ISP's DNS number and then > setup my server with my IP address. How does this works? > > This is very unclear to me, any insight on the subject would be > helpful. Basically. Provided of course you've read and grocked O'Reilly's DNS and BIND and done what it tells you to do. Most notably activate your NS and have it serve your domain as primary authority for that domain. It's not hard, but you'll be glad you've spend those few bucks. Alternatively register.com and gandi.net both provide free DNS services. Even simpler still. Roelof PS do not forget the mandatory secondary NS! -- ----------------------------------------------------------------------- Eboa (ingenieursburo Office Automation) web. http://eboa.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 18:10:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web4505.mail.yahoo.com (web4505.mail.yahoo.com [216.115.105.66]) by hub.freebsd.org (Postfix) with SMTP id BABF637B938 for ; Tue, 23 May 2000 18:10:03 -0700 (PDT) (envelope-from strbenjr@yahoo.com) Message-ID: <20000524003114.3320.qmail@web4505.mail.yahoo.com> Received: from [192.251.173.33] by web4505.mail.yahoo.com; Tue, 23 May 2000 17:31:14 PDT Date: Tue, 23 May 2000 17:31:14 -0700 (PDT) From: Ben Hacker Jr Subject: Fwd: fug-washdc Real Player 5 To: questions FBSD MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-846930886-959128274=:2658" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0-846930886-959128274=:2658 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Note: forwarded message attached. __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ --0-846930886-959128274=:2658 Content-Type: message/rfc822 X-Apparently-To: strbenjr@yahoo.com via web4504.mail.yahoo.com Return-Path: X-Track: 1: 40 Received: from bsd1.sytex.net (205.147.191.132) by mta202.mail.yahoo.com with SMTP; 19 May 2000 15:22:41 -0700 (PDT) Received: (from majordom@localhost) by bsd1.sytex.net (8.9.1a/8.9.1) id RAA21140 for fug-washdc-outgoing; Fri, 19 May 2000 17:46:35 -0400 (EDT) Received: from sytex2.sytex.com (sytex2.sytex.com [205.147.190.253]) by bsd1.sytex.net (8.9.1a/8.9.1) with ESMTP id RAA21135 for ; Fri, 19 May 2000 17:46:30 -0400 (EDT) Received: from web4501.mail.yahoo.com (web4501.mail.yahoo.com [216.115.105.62]) by sytex2.sytex.com (8.9.1/8.9.1) with SMTP id SAA08054 for ; Fri, 19 May 2000 18:11:58 -0400 (EDT) Message-ID: <20000519204651.3205.qmail@web4501.mail.yahoo.com> Received: from [192.251.173.33] by web4501.mail.yahoo.com; Fri, 19 May 2000 13:46:51 PDT Date: Fri, 19 May 2000 13:46:51 -0700 (PDT) From: Ben Hacker Jr Subject: fug-washdc Real Player To: list DC-FBSD MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-fug-washdc@Sytex.Net Precedence: bulk Content-Length: 497 I wanted to attempt to install the Linux version of the RealPlayer 5.0. I cannot seem to get this off of their web site. Can someone who has the tarball for this let me know so I can request that you send me a copy. Thanks! Ben __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ To Unsubscribe: send email to majordomo@Sytex.Net with "unsubscribe fug-washdc" only in the body of the message. --0-846930886-959128274=:2658-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 18:13:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from titan.golden.net (titan.golden.net [199.166.210.90]) by hub.freebsd.org (Postfix) with ESMTP id 7832737B546 for ; Tue, 23 May 2000 18:13:20 -0700 (PDT) (envelope-from scott@ultra-sonic.net) Received: from default (AS52-38-126.cas-kit.golden.net [209.183.135.126]) by titan.golden.net (8.9.3/8.9.3) with SMTP id VAA26316 for ; Tue, 23 May 2000 21:13:10 -0400 (EDT) Message-ID: <000801bfc51d$8296af20$7e87b7d1@default> Reply-To: "Scott - Laptop" From: "Scott - Laptop" To: Subject: FreeBSD vs. Linux? Date: Tue, 23 May 2000 21:15:07 -0400 Organization: Ultrasonic Sound MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC4FB.F8B35180" 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_01BFC4FB.F8B35180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Greetings, I recently bought a server inwhich Im going to be hosting my webpage = which gets thousands of hits a day and Im still pondering what Operating = System to put on it. I've been looking at Redhat Linux but just been = recently introduced to FreeBSD and I was wondering if you could point = out some of the major differences between the two rival OS's for using = it for such a purpose as mine. Thanks, Scott scott@ultra-sonic.net=20 =20 ------=_NextPart_000_0005_01BFC4FB.F8B35180 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Greetings,
 
I recently bought a server inwhich Im = going to be=20 hosting my webpage which gets thousands of hits a day and Im still = pondering=20 what Operating System to put on it.  I've been looking at Redhat = Linux but=20 just been recently introduced to FreeBSD and I was wondering if you = could point=20 out some of the major differences between the two rival OS's for using = it for=20 such a purpose as mine.
 
Thanks,
 
Scott
scott@ultra-sonic.net =
  
------=_NextPart_000_0005_01BFC4FB.F8B35180-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 18:28:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id DC45837B9A1 for ; Tue, 23 May 2000 18:28:41 -0700 (PDT) (envelope-from zzhang@cs.binghamton.edu) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id VAA17165; Tue, 23 May 2000 21:28:35 -0400 (EDT) Date: Tue, 23 May 2000 21:27:37 -0400 (EDT) From: Zhihui Zhang To: Scott - Laptop Cc: questions@FreeBSD.ORG Subject: Re: FreeBSD vs. Linux? In-Reply-To: <000801bfc51d$8296af20$7e87b7d1@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, Scott - Laptop wrote: > Greetings, > > I recently bought a server inwhich Im going to be hosting my webpage > which gets thousands of hits a day and Im still pondering what > Operating System to put on it. I've been looking at Redhat Linux but > just been recently introduced to FreeBSD and I was wondering if you > could point out some of the major differences between the two rival > OS's for using it for such a purpose as mine. > You can search the mailing list archive for a lot of discussions about this topic. Since Yahoo uses FreeBSD, you can also use it. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 18:30:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.nc.rr.com (fe3.southeast.rr.com [24.93.67.50]) by hub.freebsd.org (Postfix) with ESMTP id 7513037BAC5 for ; Tue, 23 May 2000 18:30:39 -0700 (PDT) (envelope-from freebsd@nc.rr.com) Received: from rdu25-6-087.nc.rr.com ([24.25.6.87]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Tue, 23 May 2000 21:30:33 -0400 Date: Tue, 23 May 2000 21:27:56 -0400 From: Neill Robins X-Mailer: The Bat! (v1.42f) UNREG / CD5BF9353B3B7091 Reply-To: Neill Robins X-Priority: 3 (Normal) Message-ID: <7927093525.20000523212756@nc.rr.com> To: "Scott - Laptop" Cc: questions@FreeBSD.org Subject: Re: FreeBSD vs. Linux? In-reply-To: <000801bfc51d$8296af20$7e87b7d1@default> References: <000801bfc51d$8296af20$7e87b7d1@default> 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 Scott, You might find these useful, or maybe not. http://www.lemis.com/bsdpaper.html http://www.futuresouth.com/~fullermd/freebsd/bsdvlin.html -Neill Tuesday, May 23, 2000, 9:15:07 PM, you wrote: SL> Greetings, SL> I recently bought a server inwhich Im going to be hosting my webpage which gets thousands of hits a day and Im still pondering what Operating System to put on it. I've been looking at Redhat SL> Linux but just been recently introduced to FreeBSD and I was wondering if you could point out some of the major differences between the two rival OS's for using it for such a purpose as mine. SL> Thanks, SL> Scott SL> scott@ultra-sonic.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 18:33:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iohost.com (io001.iohost.com [209.189.124.99]) by hub.freebsd.org (Postfix) with ESMTP id 3F82437BB14 for ; Tue, 23 May 2000 18:33:11 -0700 (PDT) (envelope-from randyk@iohost.com) Received: (from randyk@localhost) by iohost.com (8.9.3/8.9.3) id SAA12140; Tue, 23 May 2000 18:33:03 -0700 Date: Tue, 23 May 2000 18:33:03 -0700 From: Randy Katz To: Scott - Laptop Cc: questions@FreeBSD.ORG, Randy Katz Subject: Re: FreeBSD vs. Linux? Message-ID: <20000523183303.A8062@ccsales.com> Reply-To: Randy Katz References: <000801bfc51d$8296af20$7e87b7d1@default> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4us In-Reply-To: <000801bfc51d$8296af20$7e87b7d1@default>; from Scott - Laptop on Tue, May 23, 2000 at 09:15:07PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, This one points to FreeBSD and lot of the Linux "issues" seem to be out of date: http://www.futuresouth.com/~fullermd/freebsd/bsdvlin.html On Tue, May 23, 2000 at 09:15:07PM -0400, Scott - Laptop wrote: > Greetings, > > I recently bought a server inwhich Im going to be hosting my webpage which gets thousands of hits a day and Im still pondering what Operating System to put on it. I've been looking at Redhat Linux but just been recently introduced to FreeBSD and I was wondering if you could point out some of the major differences between the two rival OS's for using it for such a purpose as mine. > > Thanks, > > Scott > scott@ultra-sonic.net > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 18:35:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id C63FA37BBAB for ; Tue, 23 May 2000 18:35:35 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id LAA96371; Wed, 24 May 2000 11:05:21 +0930 (CST) Date: Wed, 24 May 2000 11:05:21 +0930 From: Greg Lehey To: Brad Waite Cc: questions@FreeBSD.ORG Subject: Re: problem newfsing vinum volume Message-ID: <20000524110521.B96290@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 23 May 2000 at 7:51:55 -0600, Brad Waite wrote: > Okay, I finally got my drives installed and partitioned as follows: > > ad0: > a: 7473152 0 4.2BSD 0 0 0 # (Cyl. 0 - 465*) > b: 524288 7473152 swap # (Cyl. 465*- 497*) > c: 80035767 0 unused 0 0 # (Cyl. 0 - 4981*) > e: 72038327 7997440 vinum # (Cyl. 497*- 4981*) > > ad1: > c: 80041248 0 unused 0 0 # (Cyl. 0 - 635247) > e: 80041248 0 vinum # (Cyl. 0 - 635247) > > ad2: > c: 80041248 0 unused 0 0 # (Cyl. 0 - 635247) > e: 80041248 0 vinum # (Cyl. 0 - 635247) > > 4 gigs of ad0 are used for FBSD and swap. The rest of ad0 and all of ad1 & ad2 > are intended for vinum. Since, as I understand it, vinum requires all the > subdisks to be the same size, I split the drives into 3908MB subdisks, 10 sd's > on ad1 & ad2, and 9 on ad0 for a total of 29 subdisks. > > Here's my vinum cfg file: > drive a device /dev/ad0s1e > drive b device /dev/ad1s1e > drive c device /dev/ad2s1e > volume whopper > plex org raid5 512k > sd length 3908m drive a > sd length 3908m drive b > sd length 3908m drive c > [ all 3 lines repeated 8 times ] > sd length 3908m drive b > sd length 3908m drive c > > Now I try to do a newfs: > > # newfs -v /dev/vinum/whopper > newfs: /dev/vinum/whopper: Input/output error > # vinum l whopper > V whopper State: down Plexes: 1 Size: 106 GB > > > Why can't I newfs the volume? Because it's down. It's difficult to know why, since you haven't supplied the information asked for in the man page and http://www.lemis.com/vinum/how-to-debug.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 Tue May 23 18:55:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id AD33637BB23 for ; Tue, 23 May 2000 18:55:45 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id SAA05911 for ; Tue, 23 May 2000 18:55:44 -0700 (PDT) (envelope-from jim@freeze.org) Date: Tue, 23 May 2000 18:55:44 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: questions@freebsd.org Subject: Can I affect changes in rc.firewall w/o rebooting? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The title says it all. I have recently added ipfw to my system and have customized /etc/rc.firewall. However, I cannot seem to get these rules updated without rebooting. And, I have been unsuccessful in my searches for this information. If anyone knows, I would appreciate the tip. Thanks ============================================ Jim Freeze jim@freeze.org www.freeze.org -------------- Save on CDs, DVDs and Books till May 31 2000 $10 Off a purchase of $30 and $33 Off a purchase of $100. Visit www.freeze.org ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 19:14:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 066F637B6AD for ; Tue, 23 May 2000 19:14:18 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id TAA06796 for ; Tue, 23 May 2000 19:14:17 -0700 (PDT) (envelope-from jim@freeze.org) Date: Tue, 23 May 2000 19:14:17 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: questions@freebsd.org Subject: Help: Mysterious network hangs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using FBSD 3.4R and am setup with @home cable network. I have had this setup for about a week and things were mostly fine. But yesterday, I started getting network hangs (netscape 4.72 was running in each case). I believe that netscape is the culprate, but I am not sure why. No-one else has reported this problem, so maybe I have a bad config somewhere. Anyway, when it occurs, all network activity seems to stop. Cannot ping anything (but localhost) and netstat stops after the first line of output. I thought the problem might be with @home, but they were no help on the phone - once they found out I was not on a windows box their brain froze up. I can solve the problem by rebooting fbsd. One time it only worked for about 1 minute after rebooting. One time it worked for about 1 hour after rebooting. One thing I don't like is that I have to reboot. I shouldn't have to reboot - is that right? One time I was able to recover by performing: killall -HUP swapper inetd but since it has not consistently worked, I am thinking it was a coincidence (self fixing problem if I wait long enough) or I am close to solving the problem but have not pinpointed it. Is there some test that I can perform to monitor the health of my network? Does anyone have a clue as to why this is happening? Thanks ============================================ Jim Freeze jim@freeze.org www.freeze.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 19:14:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 2B6F737B94D for ; Tue, 23 May 2000 19:14:33 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA50496 for ; Tue, 23 May 2000 19:14:32 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Tue, 23 May 2000 19:14:32 -0700 (PDT) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: freebsd-questions@freebsd.org Subject: fxp not "Etherexpress" any more? Message-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 through online stores to try and find a good deal on our old friend "Intel Etherexpress Pro/100+" and it seems that Intel has dropped the "Etherexpress" word from the name, yes? I looked through the mail archives and this is the conclusion I come to, although I couldn't find an e-mail where someone came right out and said it. It's the 82559 chip, and it's listed on Intel's web site as their top of the line, whereas I could not find any references to "Etherexpress". Thanks, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 19:21:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id DB8E837B9FF for ; Tue, 23 May 2000 19:21:12 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000524022109.OOEH22611.mail.rdc1.va.home.com@john.baldwin.cx>; Tue, 23 May 2000 19:21:09 -0700 Content-Length: 757 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 23 May 2000 22:21:09 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Jim Freeze Subject: RE: Can I affect changes in rc.firewall w/o rebooting? Cc: questions@FreeBSD.ORG Message-Id: <20000524022109.OOEH22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-May-00 Jim Freeze wrote: > The title says it all. > > I have recently added ipfw to my system and have customized > /etc/rc.firewall. However, I cannot seem to get these rules updated > without rebooting. And, I have been unsuccessful in my searches for this > information. > > If anyone knows, I would appreciate the tip. > Thanks You can use ipfw to update the rules manually, or just type 'sh /etc/rc.firewall' at a shell prompt _on_ _the_ _console_. If you do this remotely over a net connection it won't work unless you direct all output to /dev/null. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 19:25:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.avantgo.com (ws1.avantgo.com [207.214.200.194]) by hub.freebsd.org (Postfix) with ESMTP id 753AA37BB7A for ; Tue, 23 May 2000 19:25:31 -0700 (PDT) (envelope-from scott@avantgo.com) Received: from river.avantgo.com (river.avantgo.com [10.0.128.30]) by hermes.avantgo.com (Postfix) with ESMTP id DC2F62E; Tue, 23 May 2000 19:25:29 -0700 (PDT) Date: Tue, 23 May 2000 19:25:36 -0700 (PDT) From: Scott Hess To: Lehquin@aol.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: firewall, how much horsepower? In-Reply-To: <9f.5b1fdb1.265b3b7a@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000 Lehquin@aol.com wrote: > I'm thinking about a network connection to the internet, either ISDN > or DSL router. If I want to setup a firewall using FreeBSD, how much > horsepower does the box need? I'm thinking that it won't need much > power to just pass IP packets back and forth. It will need just need > 2 ethernet cards right? Would a 486 66 w/ pentium upgrade chip and > 64Meg Ram be enough? Long long ago, I used a 66Mhz 486 w/32M of RAM as a firewall/NAT box, under RedHat4.2. It was way overpowered for that job. The primary reason I upgraded it was that: a) the 486 was very loud and big, and b) if I ever wanted to rebuild a kernel or something to try out a wacky new feature related to what the box did, it took literally forever. > Regardless of the horsepower, what about other services. Can I run > sendmail, and DNS on the same box that's the firewall. How do I > makesure that the "Server Services" are protected behind the firewall > eventhough they are on the same box. Would this mean that the > server services would answer TCP/IP packets only on the ethernet > interface that is on my side of the firewall. You can do all of this, the question is whether you should. If you aren't running any services on the firewall box, then those services cannot be used to break into the firewall box. If you run sendmail, someone can still crack the box sendmail is running on, but you can still have a working firewall (instead of turning off the firewalling, the cracker can poke a port back out - but at least other people can't just waltz in at that point). My feeling for home networks is that it doesn't really make much difference. After all, once they've broken into one of your machines, they _most_ likely can break the others at their leasure, anyhow. That said, you can certainly arrange so that services only listen on internal ports, and you can arrange that the firewalling rules do not forward packets from the outside world to your selected services. Either option is probably sufficient, but I'd try hard to do both, if I could. Later, scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 19:39: 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 340E537B6AD for ; Tue, 23 May 2000 19:38:55 -0700 (PDT) (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 WAA40529; Tue, 23 May 2000 22:38:17 -0400 (EDT) (envelope-from cjc) Date: Tue, 23 May 2000 22:38:17 -0400 From: "Crist J. Clark" To: Doug Silver Cc: dsilver@mail.quantified.com, freebsd-questions@FreeBSD.ORG Subject: Re: Second hard drive problems Message-ID: <20000523223817.B40441@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000523142642.B38825@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 dsilver@quantified.com on Tue, May 23, 2000 at 12:49:07PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 12:49:07PM -0700, Doug Silver wrote: > # fdisk wd1 > ******* Working on device /dev/rwd1 ******* > parameters extracted from in-core disklabel are: > cylinders=2112 heads=16 sectors/track=63 (1008 blks/cyl) > > Figures below won't work with BIOS for partitions not in cyl 1 > parameters to be used for BIOS calculations are: > cylinders=2112 heads=16 sectors/track=63 (1008 blks/cyl) > > fdisk: invalid fdisk partition table found > Media sector size is 512 > Warning: BIOS sector numbering starts with sector 1 > Information from DOS bootblock is: > The data for partition 1 is: > sysid 5,(Extended DOS) > start 3490185221, size 3493855237 (1705984 Meg), flag 5 > beg: cyl 975/ sector 32/ head 0; > end: cyl 975/ sector 40/ head 0 > The data for partition 2 is: > sysid 5,(Extended DOS) > start 90701829, size 7 (0 Meg), flag 5 > beg: cyl 464/ sector 16/ head 0; > end: cyl 464/ sector 24/ head 0 > The data for partition 3 is: > sysid 0,(unused) > start 70254592, size 835452928 (407936 Meg), flag 0 > beg: cyl 0/ sector 0/ head 0; > end: cyl 0/ sector 0/ head 0 > The data for partition 4 is: > sysid 165,(FreeBSD/NetBSD/386BSD) > start 1, size 2128895 (1039 Meg), flag 80 (active) > beg: cyl 0/ sector 2/ head 0; > end: cyl 63/ sector 63/ head 15 > > > So it sees the 4th partition, is there a way to get anything off of it? You should be able to access it like, # disklabel -r wd1s4 But you really should clean up those other entries. Any idea how the DOS MBR got scrambled like that? -- 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 May 23 20: 1:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from procyon.meridian-enviro.com (thunder.meridian-enviro.com [207.109.234.227]) by hub.freebsd.org (Postfix) with ESMTP id E5AE937BB5D for ; Tue, 23 May 2000 20:01:09 -0700 (PDT) (envelope-from rand@meridian-enviro.com) Received: from deneb.meridian-enviro.com (deneb.meridian-enviro.com [10.10.10.32]) by procyon.meridian-enviro.com (8.9.2/8.9.2) with ESMTP id WAA26844; Tue, 23 May 2000 22:01:08 -0500 (CDT) Received: (from rand@localhost) by deneb.meridian-enviro.com (8.9.2/8.9.2) id WAA94672; Tue, 23 May 2000 22:01:07 -0500 (CDT) To: kline@tera.com (Gary Kline) Cc: questions@FreeBSD.ORG Subject: Re: running headless References: <200005231848.LAA22982@tera.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: rand@meridian-enviro.com (Douglas K. Rand) Date: 23 May 2000 22:01:07 -0500 In-Reply-To: kline@tera.com's message of "Tue, 23 May 100 11:48:13 -0700 (PDT)" Message-ID: <87n1lgzm6k.fsf@deneb.meridian-enviro.com> Lines: 25 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/21.1 (20 Minutes to Nikko) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ** Gary Kline on Tue, 23 May 100 11:48:13 -0700 (PDT) ** in [running headless] writes: Gary> Can anyone give me the kernel configuration for running my [...] Gary> box headless? There are just a few things to do: o create a /etc/boot.config file that contains the line: -P This will cause the boot blocks to probe for a keyboard and use it if it is detected, else use the serial port. o Make sure that ttyd0 is turned on in /etc/ttys. Thats it, no kernel mods necessary. If you find the default 9600 baud too slow, you can change the BOOT_COMCONSOLE_SPEED line in /etc/make.conf to the speed you wish. (We use 115200 bps) But then you need to remake and install the boot blocks. Don't forget to adjust /etc/ttys (and perhaps /etc/gettytab too) for the new speed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 20:18:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from luxsonor.com (mail.luxsonor.com [208.206.39.226]) by hub.freebsd.org (Postfix) with ESMTP id 97CE337BB69 for ; Tue, 23 May 2000 20:18:36 -0700 (PDT) (envelope-from hunter@luxsonor.com) Received: from hunter ([202.108.17.82]) by luxsonor.com (8.8.8/8.8.8) with SMTP id UAA26935 for ; Tue, 23 May 2000 20:18:02 -0700 (PDT) From: "hunter" To: Date: Wed, 24 May 2000 11:19:09 +0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01BFC571.E26AF560" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MS-TNEF-Correlator: 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_0000_01BFC571.E26AF560 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 VGhlcmUgYXJlIG9ubHkgdHdvIGZpbGVzKHBwcC5kZW55ICAgcHBwLnNoZWxscy5zYW1wbGUpIGlu IG15IC9ldGMvcHBwDQpkaXJlY3RvcnkgYWZ0ZXIgSSBpbnN0YWxsIGZyZWVic2QuDQpXb3VsZCB5 b3UgdGVsbCBtZSB3aGF0oa90IHByb2JsZW0gd2l0aCBpdCBhbmQgaG93IGNhbiBJIGdldCBvdGhl ciBmaWxlcz8NClRoYW5rIHlvdSB2ZXJ5IG11Y2guICANCg== ------=_NextPart_000_0000_01BFC571.E26AF560 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgoDAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAAqAMAAAAAAACrAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANAHBQAYAAsACQAAAAMACwEB A5AGAEwiAAAkAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADADYAAAAAAAIBcQAB AAAAFgAAAAG/xS1vmRimYQIxYhHUi7pSVKsUbcYAAAIBHQwBAAAAGQAAAFNNVFA6SFVOVEVSQExV WFNPTk9SLkNPTQAAAAALAAEOAAAAAEAABg4A7hNoLcW/AQIBCg4BAAAAGAAAAAAAAADKs5qz6h3U EYu6UlSrFG3GwoAAAAsAHw4BAAAAAgEJEAEAAAAeHgAAGh4AAKR4AABMWkZ19wBZswMACgByY3Bn OTM2OQxgYzIDMAEHC2BuZ5AxMDMzDwZmZQHQPDUyAfcCpANjAgBjaBEKwHNldALRcHJxJRCRKgqh bm8SQCAwmwHQAdA2D5AQcDA0FBHzAdAUADR9B20CgwBQA9T7Ee8S+2IT0RRAE6IY5BTAbwcTAoAK gAHxMgRGFq0x9RLsNxPxOROTFGIUQBTA9whVB7IV1DQC4xanGmEXbpMUICE/fVcLgGdkInHKcxXU Nx8cMTMfARdvfjAPgBPgIUAUAA+AJjV92FwnYwwwJuBlJtEA4GgnZTUS4mYHQAVAU+EHcFN1bn0Z 9hYhI4+nJJ8lryayYmEm0GQtAeEnf21IZWkowRoyI1+3Km8rfyaDQCbeLtQ4L09fMF8xbzJ1LPwZ 9jkRfjIWMzQhNWIgB20gQ0U/AoMUADlPFDA6fzuFeXLnPAQaYRGcMTYWIT3PA4L6RwnRazwED7A/ zx/1QU/eVAhwGfU1Ij/dNy8xRG+VA4IoLpBiCXB3KTwE+jVGfzc6b0imBxABoA3gd0mFDkBDLjhN gUtfA4JC/yghDeA8BC8xFlw6SAcTO9f/NCFRLT2HUqU/IhoTFEAWPvdAuFKkQlg0Fi9EGFKkRbO/ VgIaYVZ9R4dSpEkbNEMB91veUixMqzQfAVZ9TqdSpN9QNlXkSfEanTpGMTvQHgh9O9Y0TYFkrj2F Zh0/JTT/NCEanUC2ZhxYWTkxar8f9P9mHFsWFCBtz0d2ZhxJGBoT/jVZAXD/Zb9zEky6EIB0X19O lmYcUDYCkQjmOwlvMPt7XxBQNTOwfJl9oX1ffmn/fHR+knz/gM98cAqBgiqAD/N+P3yPZTE0EIZ6 h5GHT/+IWXx0iIKG74q/in2J/4gv/Yv0OXegj0SQoYjDkKACglBzdHlsB5BoCeB0ynsKgXEDIWxp AUAFEMMBQAPwZGN0bAqxAGAecwqwlAAW0JRCbnVtISgBYXV0bwBgZGrGdZIQBRBnaHSTYQoBy5Mw CgFpAZBwMAOyDAG3D0cQCJMgbxbAFgJoDeBlmVBhAEFkYpnELzBj5wnAk8CX025wmCmbcBBi4QMw c25leBcgB7AFsJsAwAJzcwBQkvpzYjUgzZ6hYQ+gnqFsNUsRn4BUbXUoMDEKgWsJ4HB/oHMLkJO/ lM4IYKFwC4Bl/ZJAdqOgAUCVz5baDDAD0P9hcZfvd5GggASgInGmMpk/35pPm1+cZSzwFwBkAiCX Yc+cxZJwpCAicSAxkdN3oN2eDDIT4J8RruNsWPAOQP+f76D/og+jHQBRpD+lTT+R/6ZvmP+pKClB qf+rD6wfrST/kcQPsK4Prx+wL7E/sk+jWf93oLQvtT+2T7dfqQ+5f7qPu7ufrUIzkdMfAL1tOL5j /x0Qn3FQ4L8vwD/BT8JfD7D/w4+lPjQRxc/G37iPyP/KD/vLH61gNJHTSfDMz83fzu//z//RD6NZ HwDS79P/1Q/WH7/Hz9g/2U/aX61CM7NzDkD7vW2e8zYfAN2hDAHeD98f/+Avox1J8OJP41+mT+V/ 1y/v55/or+m/rUI2kdMvMOuP/+yf7a/uv+/Po2gOQPGf8q9/87/0z+aP9u/3//kPrUI3/5HTNCD6 3/vv/P/+D/8fo2j/LzAA75bdAw8EH/XfBj8HT/8IX61CiSCR4m2wCi8LPwxP/w1fDm+jaDQgED+W 3RUgEl+/E28UfxWPFp8Xr61gOUXk/TXAY53Ql2GtIK0wY8Cj0J8ZcSGfxaQlH5yBRGWVUGkbUSBQ HOBhgpACYGg0IEYmwHSdlNwEZml+Laag3RGTMC6jk3xzcGTecjRwMEJWsDBCd2Rhc3D/HSCXsCjR HS+VfyAmLqOXJP+SwSE/Ik8E/yRvJX8mjC4AaZdwJ2JosCckMDvwZOFDACdhMS074nIAPMDXPGE4 QDwxZTvwY3WAPiD0Yjo74WMycDyASfA9r+88cU2APEA9QWM/YYYwPpOLPkE/EmNAgWRhOp2U/+tk Ln8vj5LBMK8xvzLPM9//lweSYK0jiQBwsOP1xa823/837zj/Og8msTvCO3aSwTwPvT4RZkERcMA9 I1ICYkHi71IRgNBR4TyhYzyhTgCdlP/6tENPRF9Fj0afHc+jn0jvLUn9MF6gesBiHNB0OP81UgKz NcYSJacwYDRM/04N5G5veRBvb1MwTv9QD39fMDtlZeFR9FNyPkFSAC9/PHE9Qj7hPTY8kj7SP1Zi /yRQQSA+4UD0nZQKBFZPV1//WG9Zc5LBWd9ID1zfIP9ML/9hj05PZC86r2ZfZ289YT6S/z0/PkhB r5LBKKAZPBx/b4/3cJ8CCV7jOZd/c390j3Wf93avd7+DUESFIICQjLAssP5NAmAoGFmTKQc8UYOP Kl8Hh79Qlp0QSFRNTCBQQ29kZYqpMSjaaS+Mn42vjr+PyVZ/kGlh/mJbsIqpiIGLj5JPk1+Ub0GP yVR5cGV3gZB0/6ewrZS9TH8vgD+BTwIIffH/kjCYX4Sfha+Gv5qPJoydYIWQFEEpAHJlc3OKqf40 kX+i/6Yfmv+QBSxRAgD/KSEmwIqpO9GXj6svrD+tT0GPyUtleWJvnsBkfYqpNijfsf+zD7QfqNRj 0WNwbnltiqk3sG23f4e4j7mfj9hTYW1wloL/nTIKDJ5fn2+gfyCMsY+juf+9QKSFvUClH76/pzR9 8qe+C18wkCNQqVBmb3Jt/18QnOC16oNRqn+9v8p/v9+XkCSc0S2zMzTgcWMZf/8agMK/w89bP8UP oZoCshrg/8/fo8+k38ov0g8myNRAnGD7NQCWijORayyQKIC9P9DP398/j6ecgW1gAgBr0/TjYP/C H9Y/xD/ZPzUZxu/cL90/795P5Z8mu8EwbOqgXxCvc//UEp1/6Q/qH+sv7D/tT+5fn+9v8H/xj+Cm qLBFLc3gqmkZYFP3gG5fEHWpUB/T9BIw9E/1Un3xdHg0m2uxAmA51bECYDE0GkG9AyE5+SECYBox A+M4ApPT4+AC8zM4A2M0GuJjQC5jnLCCsGMxb9iAcmb9+pB39pZjQBfggrDYIvxT//cfEU/5X8gf yS/8j/2Z4NPvqkDN4LtRfcUzLhQBL/Wf/wdvCH8Jj/kP+h/7Lw3P/U//4D1RoCvQ2IFjULdAqVAA If/zshDDQuQRfxKPE58UrxW//xbAavEXHxgvGT8aTxtf4IiztqDNsG90Y0Cc4CCc4J9RcOGZvGsk n+SRc3XnIX8n3yjvj/Eqp82RnPAvkGP/0+XB9l6RHy8gP/bfcVehpfuLEOMQaV/AXqD4zyUfJi9f Jz8u/ylf4QBfMEM5kHP/SqHT9H5Ea2E4IBXiP8IzH/80LzU/I1Q/wjbmP5Q3zzjfPznvOv88Dz0f 4QCJwExp/yKwVYMDYT9bMt9BP0JPNg//RGk3NET/Rg9HH0gvST9KT9d4gQNgS6MgapQ0VXBMf/9N j06fT69Qv1HKBDFSv1PPf1TfVe9W/1gPWRCRYFlTM/9L9Of0Wn9bj1yfXa9ev1IG/9WwYG9hf2KP Y59kr2W/WQH7c3BZUzRL9PQkaD9pT2pf/2tvbH9SBgSwbi9vP3BPcV/fcm9zf1kBqLBZUzVL9ADE n0SxBRIe8AUSdsxqYx7w/yKwI+DawATh1bCK4nhQFqCReFBsdmy1oGR5I8D/hvEV4SRQhoEd8CrA oaB4UP+QkNSAirF3n3ilh9J5HwnR/wUSRD18L30/fk9/X4BvWD6rqkBZU054cGKc9TQRFP2DtzcE sYSPhZeVwYZVEMH/ht+NcIgOiS+KN+Ngiu8J0f+VwnqfUmSNX45vj3+Qj5Gf31g+sFCTyVmTEMI0 HpSDt/4xQC+FW6gChl+HZ+Pwmb//ms+KVePwnG82ckP/X+ifX/+gb6F/oo/K76SPpwClu2dl+7TQ pzw2sdGoX6loumGqP/+HZwrAq/+tD4pVCsCurzZy/7pisD9t77I/s0+0X7VvpC//WMUsIKXKdSUy VIO3xEADYf+6r4WXzKK8j4dnERCIH78//4o3ERDA/0PDA2HCj3ukxB//xS/GP8dPyF9YPj5ApcqC 4s+mwz80YCG6dXNhqAF2///SH9NvCdHeojbp1j/XT9hf/9lv2n/bj1kQS5Q+UP6QLJD34OAAUhDC NUxUe6HMxd8v/+A/4U8jNgWCNuixb+TP5d9/5u/n/+kP/xDroOpcpnc1/1oUp+KEVey/7c/u369o jDn/w5Txj/Kf86/0v/XP9t5m9f/4R2di62Nn1LoyldX6f/uP//yfwbidudYPAA8BHwIvAz//BE/3 g3S1+Ed1IutjdZQ3ZP8H/wkPCh9DLDaselENDw4ffw8vED8RTxJfFPD37YLkNf+DX3atpsGFb87/ h4WnEL5P/xcvilWnEBiPi/+NDxvPHN9/He8e/yAP95KToBYBGEF1lHBkWURCUlBsZUvi/+tjlN/M 35b/Jh+HlC/wJ6//KL+KVS/wKl+df56PLQ8uH/8vLzA/ti/2/KWgMz80QlmV/jWnH6gvqT84H4d2 y7A5z/8634pVy7A8f6+/X68/f0CP/0GfQq8xH/btuBBF/0cDZ2T+Nblvun+7j0r/h3beINCf/02f ijfeIE9fwg/DHFJ/U4//VJ9Vr1a/9t7KYFjvRwN1JP41y7/MziTNzp+HLF/yTM//YO+KdCuwYm/U f9WPZZ9mr/9nv2jPad/3C9ywa9imwEaa/yJV3iZb3nO/GC92Jyu1eG//eX96j3uffK/pPpMSa/aD kP1gUDGmlSNh3kyBv4LPg9//4r94T4Zvh3+Ij4mfiq+Lv/2mhjb5Zuw2jl+Pb5B/8E//kp+Tr5S/ lc+W35fvmP8Gpv9bsPl+m5+cr52//g9lL6Dfv6Hvov+kD6Ufpi8UZzYVBv8Ht6jvqf+rDwvfeD+u P69P37BfsW+yf7OP3Yc2IsQVaf+2T7dfuG8Zrxq/u4+8n72v776/v8/A32BQNozWNQSSYf/NMMNP xF/Fb3Y30JLHSZKPP8kPyh/LL8w/zU/OXyA394zWR8SSYTmbL9G/0s92KP/eAsdJn8/Wf9eP2J/Z r9q/+dvPIDiM1lq0I5Ejv98f/+AvKvkrmluC4u/j/+UP5h/35y/oP+lPOYzWbaSBP+yP/+2fhG/w f/GP8p/zr/S/fb7tB8Ag/XBfwWEGQBLAjHCvBWEiYAbgcOJjjTA5/PDl+0BkK9BpdhRQ/QL/kD/9 b/5yAM8B3cfgA2pyZaP+MApgbmNlImM3jVb/+N/57/r//A5SVCLABj/+d/8rsP8lK7D/vwePAd8g 5AtAICBOb3JtDQAgKPBXZWIpCvSalgvfDO//Df8PD1JjBh/+WhNQ/yX+gI8S3xPvFP8WBTEgUBzg +VAgIFQEMwsSp9fDPxk//xpPUAjHG8byUk8db/7/H5+vIK8hvxZQLrBTT8BuA8CmdQpgBGg3MwUq aSn/pwc/Li8JVEVtJfFzRqB/CvTCliSPJZ8mrye/khY1fylfKm8rfyyPM88ur/aTRP8DwArl0AY3 TzhfOW8bbzw//z1PPl8/b0B/QY9ryVAgYDD+eIyzCyHddzc/RM9F33Yp/5HOR/9JD0ofSy9MP01P Tl//mfMLIerm4tFQn1GvUr+RNv/HG+LSVV9Wb1d/WI9Zn1qv/1u/pzMLIfhW8EFd/18PYB//q8Vr IqyMYr9jz2TfZe9m//9oD2kftJMLIYDWuoFrX2xv/21/nnbHG7qCcB9xL3I/c0//dF91b3Z/wfOC wLXRNsd4r/95v3rPOnnHL31/fo9/n4Cv/4G/gs+D389jhTGaltVShi//hz+IT6vHiexVH4vfjO+N //+PD5AfkS9PI9zihTGn113P/5Sfla+rmWGc4sOYn5mvmr//m8+c353vnv/qQ4UxtTihL/+iP6NP uQmJ7G/fpv+oD6kf/6ovqz+sT08j98KFMcKWrs/vr9+w70b/wlBis9+077X/l7cPuB8VfjVPBWhl vpD9pHBnhQRDQc9Qu/cCQBBQxcjxYeuBc2wz1VDJsfptmBB0wyC8j72ezuDK4NGkcGVsZQWgbMMg vp9Zv69zMzNkwT5rCpBu/cehMvhQwj/DT8RfxW8C5HPIIDAAdWIKEMrgCuQ4+912yLYxwgFOgPAx yp/Lr//Nn0dPwN/B79KaHLHTj9SfPblNY5fAChKFBOrkZmn8LTTdQnhwyUG8T9n/2w//e/XJQZem 5KFUMlTf3Y/en1/Sz+C/4c+5mJewYs0gIGhvZiDkoGcwcTY0OP/4X+Xv5vsJ0ALwl8DM4u4z/+fP 3E/rH+wv7T/uT+9f1cq7A1D9AGQJ0QWwBCw4BRv/+L/Ykk7QCpD7//0PCYH+xvUKbDmFZzTlQwbT 2MH4gf/zf+bP9owG06Sz6RmFwBZg/5fipAAMYfgv+T/6T/tfAw+l/X90BkAgQg7hayNWnw0hBjCS 966/COBwZxZgafWQeGMWsnnAgPFAc7BoLTE5hVEXgXd38KENcWR4ZnL/QjGFUVJkGNBtdCKweBk5 ef8YAQiv9T/2Tzqfpaw2oA2v3w6/D88Q3xHvEvgx/rHNQfpvAmAgMYHyATY0GHDkVp+JwIVRhcKF UfM8YnIm4OukQCnCcymzd9iAKbEa4PcNcDIAKcJsKh8rKMCAK+/9KzdywFItvytCGt8Jrx3p/4VR 6Uk74W+DO+Ik8DFAx5L/VDG6ER/fIO8h/yMPJB8SraU7ME0nAWFnANBIx3HzBZD/iDkzAE823jnv A8+qIMziIDGhYj1bND4638CAPv9AD0EfBJNTlmDGMN3HxDnIMfLPCFJ0yFBKcLx4NNiANvBKgEph eK4A/jBP4DDvG+8c//dPDUEZMH9EvzePOJ85r0bvEunWgGb2bwUhPWo2Pj9FH1P/Rz//CFA84ULG BhLkQchpKSwtj/8rFUqPS59Mr02/Ts9P31Dv31H/Uw9Z/1UvE1I3x1M9W//+oFfJmBBpIGhgz99Z b2pfUQR1Rm9sZ4B3xhBI9nkCYaSxawX0eAbk0vM//2HfMi+khOTSl6jqf2afZ6+faL9wL2rf8N12 YWhvpAD/46DyFRVS160Hz3WPdp9k/z82T3pve398j32ffq5vYf/HWx5wkvTkoOTUdE+DP4RP/4Vd 6ZN434cviD+JT4pfi29TxpKN0SBOgGBtkAAg+kmfwW4UQoECoIbItQev/4//kQ+Fb5OvlL+Vz5bf l+/DmP+loEJvZHkUBoEC/64UjlycT51fnm+SD+mxHnH/oG+hf6KPo5+krwQapaKZpPc+IKcXciBp XxC1QJqbu6b/dCapX6pvq393f3iPro+vn7+wr7G/ss+ZWUPQtMgygNX/SQSTIR5wtu+3/7kPuh+7 LP+TI7vfvO+9/78PwB/BLwSh/0PRmZXWgLTPmqPDl9eNxZPYc2w0KLHUwG0fIBkg/8Xfxu/H/5/P yz/MT81fzm/vz3+ZO1egww8w5ESo39Xf/9bv1/9lW2GA2f/bD9wf3S/v3j+ZWWww0ZgzgNXylsUM /9TP4q/jv8g/u1/Zf+df6G//6X/qj+ufKCHRidKdc67iH//w//IP8x/0LOaf9h/3L/g/+/lPmSw5 +0/tdsSxXS/+n///r+Tv2S8DfwSPBZ8Grwe//38lmiBWwD0DjVM9lgrAJhD/V8kPw25hEU8SWEGr FOBy0Q5zJWCaYRTgY29tcEtjIFhARZpQaWxIQHn/f8AXcScwJ0E90ChwMpB/k/cnUB3yHeRlHFAQ EFbAEzB0MjhgsDa2cW6RHgFzfmkfUR51f8AmUf0wIYJuvGZjAUEh5QEyIYJqIkb/I3Ai9laQclIi VTKQDDAB4MfwESUkDCBjZTAPkSFzewEg0rIwHoEhglbAPEBc5iebUShgMC5IoiHUQtPvXyAoYB1x EvBoXoJfM2MQv0KQXzNuYVhQGRA1YGQQML0CEWhuYAwg8BEscWIssscU0e+AxHEtMzYBQg/gvjQB sCNwHfVgcS5yICjyex4BY0BtWEAqIR3yEzAt+DEzMi/VHu0xIO+ALhH+MleQZiEgjyGfIq4mtiQP /yUfJicm3yfvKP8qDysfLC//LTcS4C3nAwAP4S7KQYIvz/0w1jExbx+DAwAKwcSgCsD+NiayM580 ryKvNu83/zkP/zofOy88Pz1PPl8/by1kYYB/QPjKEkHb9HJXA0MfMRIw50R/MnUUoDcyxKEukUav /0e/SM9J30rvS/9ND04fTy9/UD9RSA+RUf8s+8QgLec3/++RLspnsULfMNUzMFefMnV5WTEyNi6Q hqJZz1raMv8QgVvGboZcv13PXt9f72D2pw+RYxEdsHVjEkB1LgDkOTj7MD99Yg5jQRIwn4awY39R f2W/GTBiaRrQvRVyNS3PLt9pD2oUOGqP2TJ0NzNAwGxAOVlAbJ//ba9uvzaPcL9xz3LfYNt03/91 73b/eA95H3ouQN9B731PPWoUN1Xnav8y8LaANTX+OVmfgc+C32+/hR+GL4c//4hPiV+Kb4t/ZI+N f3pbU9/3VO+Rf2oUNn7PMnRscO3w/DY5CsCAv5Yfly+YP5lP/5pfm29z/51vnn+fj4xvoc/feltn D2gfpe9qMjWnT2uW9jeUgFlAN5UPWq9bv6yK/ya2ra+uv6/PYR9iL2M/tM//td9AVmyAe0d7cnwq e3G5v+dp9lePH3Q3NRBgH/DTcP+pOlX2ql+rb6x/wZ/Cr8O//5yPse+y/8dfyG+2L3qIyr+3y81V /zDVMWpwHadvvoD6chMhZR454vbNieKrHDD+dddR/TDt0Myl5C8zMOVfv+ZjMVbnP5Sg6G/mYzPp 3/dD5+t/5mM04KftXzFA7o//5mO7RvCP4jDxv+Zjpzbzn/+7MPTP5mOS4PZPpsb33+Zj/362+b+S 0Prv5mNqcPAPfiiv/f/mZM4gHaNyvnB0HlAgIHtVbmvbgHdu7R2BXAwgG4F34iHP8AQkHmhGUDLw M2AcwHJnbPeUgKRxBbJyBgcJAMqgBjRaYgdDZw2QxQByFXFm+eEgYmoMUBRgF9AZABkwuG9ybdyA DdDbsGgJsPJ6CWJkZwWy1xAKsdxw9yZiBgEKsXYLhKORC1EJsP8OQNcQEtDG8AwCDQXZAGyA3wtS CkDU8QwSDtEywTHTcPscQQMAc8bACWEdEBuAqTDgdmlld2vXEWyAEQIfHCAb4B1ApHEbcGx5dJ8D 0NcQoIAIwRKXaHQcwP8IQBtw2IAa4LDgGsC/AAkQ/78AAzHXEbhQEqAR8RCQHlB+dxWTAzHVoAaA uFAI4HL4a3J1HTAIoeNgsHEd0AEfNiBDOlxcUHLmbwaA4UAgRhzgEDAZEDhNaWMZQBuwCMAgT75m o8AmgBkQGsblMDWpMKpcH0BhGcAuCWB0xyD7FIAWEGShEtcB2ACkgAkx/G5oxqCggBzSHWIGgFjQ 83tyHNNlZhQQsOB8MANgyQLRcG4c0Wx2BfAgcf/YkAnAIHLVgiEC1xRZMKSA/yCACfDcsALAIIB8 wNWAynDkZGLa0CAuAqQghqkw/yEisODbICGfIq8jvyCkg4D/IIDmASW/Js8n2uCyIGhsgN8ggBYA JY8qryeqKSRMt9DXKX8u3yuUYif1KAKxL/9/IFkE0S2/Mt8z7zT/JFs3/8ExNvIhbzhfOW86fyB3 BZD/Nv89Xz5vP38kTPSwPF9Cr/9Dv0TPBBLb4AQgWJDXEKESvnEDULhRpIDz0KSAd1jQ/x6BSyEJ ENZRTRAJ8E1S2fGV3gBhFBFvCRBkahRwv0HQDSAT4Exx1CJPomnVgL5wCJLpsOthL6FZYDODgf8v oRfgG8PU0NrQCRCg8Aow3xowUmQoElJyj1BjHuJQ47xucFE5VJAbwiAxY+agfwSQ2sDcIlLP/eFS QqDxVL0eEiAHoJIAoGASkCASsPxvIKPAGdECsVX4wTFWr+1XuChaz1epcF5QHHCwQP9ZIFyfV6lg kF5SWdte71ep59yA1VACYC5z4UC90WEPf2IfV+UwwGR/ZY9gRUuhbZdZIFqvV4sv42BjL15R+CBk aQMAFhAJsFkgZw/Pam9X5VKACGEgSWmR1XGH1MBZcAMAZWJzZG0fe24vV+UuPCIHoHHfV5pXr3Ef dG9X5QIAbB0QeQIA71kwY7FpwJIAdwnwzpFSRsdTWHbT3CJycXUckBex73bfV7gaoBAQb+ORGZBM wF50KEBQMG+Q1yAgDtEg9xHwS7BwAGfjYHX/fF9gNv8ckB4RWXNZ34D/YwiAD4R/v1fl2UCDXXPv V28voGt4w352ie9XqQohjH9Xx2zhbf3YkGhg/45fYCeQb5F/ko8biTkCoACXAJcwAAALAAGACCAG AAAAAADAAAAAAAAARgAAAAADhQAAAAAAAAMAA4AIIAYAAAAAAMAAAAAAAABGAAAAABCFAAAAAAAA AwAmgAggBgAAAAAAwAAAAAAAAEYAAAAAUoUAAFNrAQALADOACCAGAAAAAADAAAAAAAAARgAAAAAO hQAAAAAAAAMANYAIIAYAAAAAAMAAAAAAAABGAAAAABGFAAAAAAAAAwA2gAggBgAAAAAAwAAAAAAA AEYAAAAAGIUAAAAAAAADAFGACCAGAAAAAADAAAAAAAAARgAAAAABhQAAAAAAAB4AYoAIIAYAAAAA AMAAAAAAAABGAAAAAFSFAAABAAAABAAAADkuMAALAGOACCAGAAAAAADAAAAAAAAARgAAAAAGhQAA AAAAAB4AdoAIIAYAAAAAAMAAAAAAAABGAAAAADaFAAABAAAAAQAAAAAAAAAeAHeACCAGAAAAAADA AAAAAAAARgAAAAA3hQAAAQAAAAEAAAAAAAAAHgB4gAggBgAAAAAAwAAAAAAAAEYAAAAAOIUAAAEA AAABAAAAAAAAAAsAfoAIIAYAAAAAAMAAAAAAAABGAAAAAIKFAAABAAAAAgH4DwEAAAAQAAAAyrOa s+od1BGLulJUqxRtxgIB+g8BAAAAEAAAAMqzmrPqHdQRi7pSVKsUbcYCAfsPAQAAAIAAAAAAAAAA OKG7EAXlEBqhuwgAKypWwgAAUFNUUFJYLkRMTAAAAAAAAAAATklUQfm/uAEAqgA32W4AAABDOlxX SU45OFxMb2NhbCBTZXR0aW5nc1xBcHBsaWNhdGlvbiBEYXRhXE1pY3Jvc29mdFxPdXRsb29rXG91 dGxvb2sucHN0AAMA/g8FAAAAAwANNP03AAACAX8AAQAAADMAAAA8TkVCQklMTEtKSU9IREJLSElI TkxBRUFCQ0FBQS5odW50ZXJAbHV4c29ub3IuY29tPgAAAwAGEC4C+GIDAAcQnwAAAAMAEBAAAAAA AwAREAEAAAAeAAgQAQAAAGUAAABUSEVSRUFSRU9OTFlUV09GSUxFUyhQUFBERU5ZUFBQU0hFTExT U0FNUExFKUlOTVkvRVRDL1BQUERJUkVDVE9SWUFGVEVSSUlOU1RBTExGUkVFQlNEV09VTERZT1VU RUxMTUVXAAAAAGrm ------=_NextPart_000_0000_01BFC571.E26AF560-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 20:19:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id B526B37BBAB for ; Tue, 23 May 2000 20:19:29 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id UAA51691; Tue, 23 May 2000 20:19:07 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392B4A2B.A64C144B@gorean.org> Date: Tue, 23 May 2000 20:19:07 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: "G.B.Naidu" Cc: Willem Brown , freebsd-questions@FreeBSD.org Subject: Re: To install FreeBSD 3.3.... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "G.B.Naidu" wrote: > > Hi, > > I searched in the FreeBSD home page. I went through the > releases/i386/3.3-STABLE directory. In it there is only one directory > called packages. > > What I want is a tar zipped bundle of freebsd 3.3. Where can I get? It doesn't work like that. :) You should really be installing 4.0, or at worst, 3.4. Take a look at ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ then go into the directory you want to install. Once you're in there, take a look at INSTALL.TXT. It has all the information you need. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 20:20: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 24A7F37BBA9 for ; Tue, 23 May 2000 20:19:56 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) with ESMTP id VAA00774 for ; Tue, 23 May 2000 21:19:55 -0600 (MDT) (envelope-from handy@lambic.physics.montana.edu) Date: Tue, 23 May 2000 21:19:55 -0600 (MDT) From: Brian Handy To: freebsd-questions@freebsd.org Subject: SCSI Confusion Message-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 4.0-STABLE from about May 17. I have a strange situation here; I've got two sets of two disk drives chained to my SCSI bus here that I use for data drives. (Not currently using softupdates.) From a df: Filesystem 1024-blocks Used Avail Capacity Mounted on /dev/da1s1e 4050327 3644898 81403 98% /a /dev/da2s1e 4050327 2933727 792574 79% /b /dev/da3s1c 17253247 158881 15714107 1% /c /dev/da4s1c 17253247 9725925 6147063 61% /d They're connected like this, with "-->" representing cables connecting the boxes: (externalbox #1) (externalbox #2) PC --> [SCSI 3, SCSI 4] --> [SCSI 1, SCSI 2] Oh yea, dmesg might be useful. Attached at end. Anyway, here's the problem: When I dismount and disconnect that last box, remove it from fstab, put terminators after externalbox #1, I find that upon reboot FreeBSD screams mightily, says I need to do an fsck on drives 3 and 4, and dumps me in single-user mode. OK, re-attach the box, leave it off... and I still get wild complaints. Lastly, turn on box #2, but don't mount the drives -- and it boots up fine! I'm completely puzzled here. Any suggestions? Thanks, Brian -- Brian Handy Mail: handy@physics.montana.edu Department of Physics Phone: (406) 994-6317 Montana State University Fax: (406) 994-4452 -- sym0: <875> port 0xf800-0xf8ff mem 0xfedff000-0xfedfffff,0xfedfec00-0xfedfecff irq 11 at device 13.0 on pci0 sym0: Symbios NVRAM, ID 7, Fast-20, SE, parity checking sym0: open drain IRQ line driver, using on-chip SRAM da4 at sym0 bus 0 target 12 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da4: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) da3 at sym0 bus 0 target 11 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da3: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) da1 at sym0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 20.000MB/s transfers (20.000MHz, offset 15) da1: 4157MB (8515173 512 byte sectors: 255H 63S/T 530C) da2 at sym0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 20.000MB/s transfers (20.000MHz, offset 15) da2: 4157MB (8515173 512 byte sectors: 255H 63S/T 530C) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 20:23:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from prx1.livedoor.com (prx1.livedoor.com [203.104.128.67]) by hub.freebsd.org (Postfix) with SMTP id BCC9E37BBA2 for ; Tue, 23 May 2000 20:22:35 -0700 (PDT) (envelope-from paradaimshift@livedoor.com) Received: (qmail 6182 invoked from network); 24 May 2000 03:22:23 -0000 Received: from unknown (HELO fh0014) (63.12.70.81) by prx1.livedoor.com with SMTP; 24 May 2000 03:22:23 -0000 Message-ID: <000d01bfc52f$3f9dbc60$51460c3f@fh0014> From: "paradaimshift" To: Subject: =?iso-2022-jp?B?GyRCMj5FUE8/JE8jNjduIzVGfCReJEchKjojJEokaUFAJCgbKEI=?= =?iso-2022-jp?B?GyRCJGs3bjx9IzEjMiMwIzBLfBsoQg==?= Date: Wed, 24 May 2000 11:55:12 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BFC576.ED15B9A0" 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_0007_01BFC576.ED15B9A0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit $B2>EPO?$O#67n#5F|$^$G!*:#$J$iA@$($k7n<}#1#2#0#0K|!*(B $BFMA3%a!<%k$rAw$i$;$FD:$$$?$3$H$r?<$/$*OM$S$$$?$7$^$9!#(B $B6=L#$N$J$$J}$O$*5v$7$/$@$5$$!#$3$N$^$^:o=|$7$F$/$@$5$$!#(B $B$?$$$X$s?=$7Lu$4$6$$$^$;$s$G$7$?!#(B $B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B $B%$%s%?!<%M%C%H%S%8%M%9$G!"(B $B>o$K%"%a%j%+$KCY$l$r$H$C$F$$$?F|K\$G$b!"$D$$$K!"(B $B?.$8$i$l$J$$Bg4k6H$K$h$k;qK\!u5;=QDs7H$G@$3&@oN,$,%9%?!<%H$5$l$^$9!#(B $B$?$@$7>e5-$N;qK\;22C!u5;=QDs7H4k6HL>$O!"(B $B8=:_$O$^$@?eLL2<$N3hF0CJ3,$G$9$N$G!"@5<0$K$O30ItH/I=$5$l$F$$$^$;$s!#(B $B$O#S#T#A#R#W#E#B#2#1(B $B@5<0$J%S%8%M%9%9%?!<%H$O#2#0#0#0G/#77n#1F|$G$9!#(B $B8=:_$O>R2pEPO?$NpJs$rCN$C$F$$$kJ}$O!"$^$5$K4q@W$N%?%$%_%s%0$J$N$G$9!#(B $B:#$J$i$"$J$?$b2>EPO?$K;22C$G$-$k!J#67n#5F|Kx!K%S%C%0%A%c%s%9$G$9(B! $B$$$^2>EPO?$r$G$-$l$P!"$[$\2q7k$N>uBV$G$"$k$3$H$r$*EA$($7$F$*$-$^$9!#(B $B8=:_!"2>EPO?$N$?$a$N%"%/%;%9=8Cf$,$9$4$$>uBV$K$J$C$F$$$^$9$N$G!"(B $B>/$7A0Kx$O!"$J$+$J$+7R$,$j$^$;$s$G$7$?$,!"5pBg%5!<%P!<$KJQ99$5$l!"(B $B8=:_$O2wE,$KEPO?$9$k$3$H$,$G$-$^$9!#:#$,2>EPO?3MF@$N%A%c%s%9!*$G$9!#(B $B#M#L#M$N>o<1$G$9$,!"(B $B@h$KEPO?$G$-$l$P!"$=$l$@$1B?$/>!!$A$N>u67$G$9$N$G!"$_$J$5$sI,;`$G%"%/%;%9$5$l$F$$$^$9!#(B $B;d$NM'?M$O!"$3$N(B1$B=54V$@$1$G%@%&%s$,>!$r%*!<%P!<$7$^$7$?!#(B $BD>@\>R2p$7$?$N$O!"$[$s$N?tL>$G$"$k$N$K!&!&!&$G$9!#(B $B$^$5$K%$%s%?!<%M%C%H;~Be$N?7%S%8%M%9$G$9!#(B $B;d$O;vMh$N7r9/?)IJ4XO"$J$I$K$"$j$,$A$J!"(B $B$$$+$,$o$7$$OC$H$O0l@~$r2h$7$?$b$N$G$"$k$3$H$r$4M}2r$/$@$5$$!#(B $B$H$O8@$$$D$D$b!";d$K$b#M#L#M$X$N@hF~4Q$O$"$j$^$7$?!#(B $BEvA3$J$,$iM'?M$+$iOC$r?.H>5?$G$7$?!#(B $B$7$+$7:#$O0c$$$^$9!#7r9/?)IJ$H#e%3%^!<%9$G$O!"A4$/;v>p$,JQ2=$7$^$9!#(B $B$h$/$*9M$($/$@$5$$!#(B $B;v6H3HBg%9%T!<%I$,A4$F$r@)$9$k%$%s%?!<%M%C%H$N@$3&$K$*$$$F!"(B $B@$3&Cf$N8D?M$r:GBg8B3hMQ$G$-$k#M#L#M$[$I9gCW$7$?$b$N$O$"$j$^$;$s!#(B $B$A$J$_$K#47n#2#6F|H/Gd$N!c#B!]#i#n#g!d$H!c$H$i$P!<$f!d(B $B$=$7$F!!#57n#1#0F|H/Gd$N!c#B!]#i#n#g!d$G$b5a?M9-9p$,7G:\$5$l$^$7$?!#(B $B$$$+$,$o$7$$CDBN$N%S%8%M%9$G$O@dBP$K$J$$$3$H$N>ZL@$G$b$"$j$^$9!#(B $B$3$NR2pEPO?4|4V!d$N$?$a!"(B $BHs>o$K8B$i$l$?>pJs$NCf$GH=CG$7$F$$$?$@$/$7$+$"$j$^$;$s!#(B $B$=$l$G$b2r$C$F$$$?$@$1$kJ}$K$7$+%A%c%s%9$O$3$J$$$H$$$&$3$H$G$9!#(B $BEvA3$J$,$i#67n#5F|$^$G$N2>EPO?4|4VCf$OEPO?HqMQ$O$+$+$j$^$;$s!#(B $BL5NA$G2>EPO?$r:Q$^$;$F$*$-!"#77n#1F|%9%?!<%H$7$F$+$i$b!"(B $B$b$7!"ITK~$,$"$l$P%/!<%j%s%0%*%U!J#8F|4V!K$b$G$-$^$9!#(B $B8=CJ3,$G$O<+:n%[!<%`%Z!<%8Ey$G$N@kEA$O6X;_$5$l$F$^$9$7(B $B%i%j!<$d%_!<%F%#%s%0$N$h$&$J3hF0$b8=:_9T$o$l$F$$$^$;$s!#(B $B$f$($K8XBg$JI=8=$N4+M6$,HEMt$7$F$$$^$9$,OG$o$5$l$J$$$G$/$@$5$$!#(B $B$7$+$7$J$,$i!"%S%C%0%A%c%s%9$G$"$k$3$H$K$O4V0c$$$"$j$^$;$s!#(B $B$3$N%a!<%k$re$+$i9_$j$F$-$^$9!#(B $BA4$/EXNO$;$:$K@.8y$9$k$[$I!"4E$/$O$J$$$G$7$g$&$,!&!&!&(B $B%$%s%?!<%M%C%H$K$D$J$,$k4D6-$5$(;}$C$F$$$l$P@$3&E*%S%8%M%9$,2DG=$G$9!#(B $B#H#P%9%Z!<%9%l%s%?%kHNGd$K4X$7$F$N%3%_%C%7%g%s$O=5J'$$$G#3#0#0K|1_$^$G!#(B $BJs=7$N;YJ'J}K!$O%P%$%J%j!]$H%^%H%j%C%/%9!"$5$i$K%*!<%S%C%HJ}<0$G$9!#(B $B$o$+$k$R$H$K$O$o$+$k!"9M$($&$k:G9b$N%7%9%F%`$G$9!#(B ============================================================== $B%5!<%S%9$NFbMF$O(B $B%$%s%?!<%M%C%H=i?4e5ie$N%[!<%`%Z!<%8(B $B-"4JC1$G$*$7$c$l$J:n@.%D!<%k(B $B-#(BE$B%3%^!<%9(B $B-$%W%m%P%$%@!<%5!<%S%9(B $B-%40`z$J%+%9%?%^!<%5!<%S%9Ey(B $B$5$^$6$^$J6HBV$r4^$`Am9g%S%8%M%9$G$9!#(B $B2?EY$b?=$7>e$2$^$9$,(B $B8=:_$^$@2>EPO?$NJg=8$J$N$G$*6b$O$+$+$j$^$;$s!#(B $B$*;YJ'$$$O#67nCf=\$G$9!#2q5BzI,MW!K$NEPO?$b#O#K$G$9!#(B $B2>EPO?$GM-Mx$J%]%8%7%g%s$N3NJ]$r$7$F$*$$$FM_$7$$$N$G$9!#(B ============================================================= $BEPO?$N;EJ}$O4JC1$G$9!#(B $B$^$:$O!"%[!<%`%Z!<%8$r3+$$$F3NG'$7$F2<$5$$!#(B $BI,$:A4$F$r$*FI$_$$$?$@$-!"$4<+?H$N@UG$$G2>EPO?$K$*?J$_$/$@$5$$!#(B $B2qR2p$N#H#P(B http://www.starweb21.com/ $B$+$J$i$:$h$/$*FI$_$/$@$5$$!#4V0c$C$?>pJs$,HEMt$7$F$$$k$h$&$G$9!#(B $BF~$j8}%Z!<%8$N%*%l%s%8?'$N!c(BWARNING$B!d$OI,?\$G$9!#(B $B#H#P$N:8%5%$%I$K=D$K#5Ns$N%j%s%/$,$"$j$^$9!#(B $B>\:Y$NM}2r$O!"$3$A$i$+$i$*4j$$$7$^$9!#(B $BI,$:$9$Y$F$K4c$rDL$7$F2<$5$$!#(B $B$^$?#Q!u#A$O2EPO?MQ$N>R2pEPO?$O!">e5->R2pEPO?$O!"$3$A$i$+$i$*4j$$$7$^$9!#(B $BESCf$G!V1&!W!V:8!W$N7ONs$rA*Br$9$k>lLL$,=P$F$-$^$9$,!"(B $B8=:_!"Ev%0%k!<%W$O!V1&7ONs!W$r?d>)$7$F$$$^$9!#(B $B$^$:$OA40w$G!"1&7ONs$r6(NO$7$F?-$P$7$F$*$j$^$9!#(B $B$"$kDxEY$N1&7ONs$r8zN(E*$K3NJ]$G$-$?$HH=CG$5$l$?$i!"(B $B$"$J$?$N:87ONs$N3NJ]$K$*0\$j2<$5$$!#(B $B1&7ONs$G$N%@%&%s$,>!!C$7=hJ,$H$J$j$^$9!#(B $BF1$8=;=j$G$b!"$42HB2!"5Z$S!"?F8"EPO?$r$b$N$7$F!"$"$J$?$N?M@8$K?7$?$J%A%c%s%9$r2C$($F$/$@$5$$!#(B =============================================================== $B$^$:2<$N2>EPO?(B URL$B%U%)!<%`$h$j!V1&!W7ONs$G2>EPO?$r$7$F$/$@$5$$!#(B http://www.starweb21.com/cp/mame $B$"$H$O>e5-$N2>EPO?MQ#U#R#L$N1&C<$r!"(B $B$"$J$?$N%K%C%/%M!<%`$K=q$-49$($F!"(B $B$G$-$k$@$1Aa$/!"$G$-$k8B$jB?$/$N$*M'C#$K65$($F$"$2$^$7$g$&!#(B =============================================================== $B$V$7$D$1$JFMA3$N%a!<%k$K:G8e$^$G$*IU$-9g$$$$$?$@$-!"(B $B@?$K$"$j$,$H$&$4$6$$$^$7$?!#(B $B3'MM$N:#8e$N8fB?1?$r!"$*5'$j?=$7>e$2$^$9!#(B ------=_NextPart_000_0007_01BFC576.ED15B9A0 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
=1B$B2>EPO?$O#67n#5F|$^$G!*:#$J$iA@$($k7n<}#1#2#0#0K|!*=1B(B
 
=1B$BFMA3%a!<%k$rAw$i$;$FD:$$$?$3$H$r?<$/$*OM$S$$$?$7$^$9!#=1B(B=
=1B$B6=3DL#$N$J$$J}$O$*5v$7$/$@$5$$!#$3$N$^$^:o=3D|$7$F$/$@$5$$!#=1B(= B
=1B$B$?$$$X$s?=3D$7Lu$4$6$$$^$;$s$G$7$?!#=1B(B
 
=1B$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a=1B= (B=20
=1B$B%$%s%?!<%M%C%H%S%8%M%9$G!"=1B(B
=1B$B>o$K%"%a%j%+$KCY$l$r$H$C= $F$$$?F|K\$G$b!"$D$$$K!"=1B(B
=1B$B?.$8$i$l$J$$Bg4k6H$K$h$k;qK\!u5;=3D= QDs7H$G@$3&@oN,$,%9%?!<%H$5$l$^$9!#=1B(B=20
 
=1B$B$?$@$7>e5-$N;qK\;22C!u5;=3DQDs7H4k6HL>$O!"=1B(B
=1B$B8=3D= :_$O$^$@?eLL2<$N3hF0CJ3,$G$9$N$G!"@5<0$K$O30ItH/I=3D$5$l$F$$$^$;$s!#=1B(B=
=1B$B
 
=1B$B$=3D$7$F@oN,E*$KCmL\$9$Y$-$G$"$j!":#2s$*EA$($7$?$$$3$H$O!"=1B= (B
=1B$B$3$NATBg$J;v6H$,!"@$3&E*$J%l%Y%k$G$N;v6H3HBg%9%T!<%I$r:G=3DEMW= ;k$7!"=1B(B
=1B$B$J$s$H!"#M#L#M%7%9%F%`$G$N
 
=1B$B$D$^$j;qK\NO$N$J$$8D?M$G$b!"=1B(B
=1B$B$"$J$?$G$b!"$3$N;= v6H$K;22C$9$k$3$H$,$G$-$k$N$G$9!*=1B(B
=1B$B$b$A$m$sK!?M$G$N;v6H;22C$b= 2DG=3D$G$9!#%@%$%J%_%C%/$K3hF0$G$-$k$G$7$g$&!#=1B(B
 
=1B$B?72q$O#S#T#A#R#W#E#B#2#1=1B(B =
=1B$B@5<0$J%S%8%M%9%9%?!<%H$O#2#0#0#0G/#77n#1F|$G$9!#=1B(B=20
=1B$B8=3D:_$O>R2pEPO?$N
 
=1B$B$D$^$j:#$3$N>pJs$rCN$C$F$$$kJ}$O!"$^$5$K4q@W$N%?%$%_%s%0$J$= N$G$9!#=1B(B=20
=1B$B:#$J$i$"$J$?$b2>EPO?$K;22C$G$-$k!J#67n#5F|Kx!K%S%C%0%A%c%s%9$G$9= =1B(B! =
=1B$B$$$^2>EPO?$r$G$-$l$P!"$[$\2q7k$N>uBV$G$"$k$3$H$r$*EA$($7$F$*= $-$^$9!#=1B(B=20
 
=1B$B8=3D:_!"2>EPO?$N$?$a$N%"%/%;%9=3D8Cf$,$9$4$$>uBV$K$J$C$F$$$= ^$9$N$G!"=1B(B=20
=1B$B>/$7A0Kx$O!"$J$+$J$+7R$,$j$^$;$s$G$7$?$,!"5pBg%5!<%P!<$KJQ99$5$l= !"=1B(B =
=1B$B8=3D:_$O2wE,$KEPO?$9$k$3$H$,$G$-$^$9!#:#$,2>EPO?3MF@$N%A%c%s%9!*= $G$9!#=1B(B=20
 
=1B$B#M#L#M$N>o<1$G$9$,!"=1B(B
=1B$B@h$KEPO?$G$-$l$P!"$=3D$l$= @$1B?$/>!=1B$B:#$J$i$P!"$"$J$?$NEXNO
 
=1B$B$^$5$KAa$$$b$N>!$A$N>u67$G$9$N$G!"$_$J$5$sI,;`$G%"%/%;%9$5$= l$F$$$^$9!#=1B(B=20
=1B$B;d$NM'?M$O!"$3$N=1B(B1=1B$B=3D54V$@$1$G%@%&%s$,>!$r%= *!<%P!<$7$^$7$?!#=1B(B =
=1B$BD>@\>R2p$7$?$N$O!"$[$s$N?tL>$G$"$k$N$K!&!&!&$G$9!#=1B(B=20
 
=1B$B$^$5$K%$%s%?!<%M%C%H;~Be$N?7%S%8%M%9$G$9!#=1B(B=20
=1B$B;d$O;v=1B$B$A$J$_$K;d$O2a5n$K$*$$$F!"#M#L#M$K
 
=1B$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!= a!a!a=1B(B
=1B$B#M#L#M$@$+$i$H8@$C$F!"@hF~4Q$r$b$?$J$$$h$&$K$7$F$/$@$5= $$!#=1B(B
=1B$B$1$C$7$F=3D>Mh$N7r9/?)IJ4XO"$J$I$K$"$j$,$A$J!"=1B(B
= =1B$B$$$+$,$o$7$$OC$H$O0l@~$r2h$7$?$b$N$G$"$k$3$H$r$4M}2r$/$@$5$$!#=1B(B<= /FONT>
 
=1B$B$H$O8@$$$D$D$b!";d$K$b#M#L#M$X$N@hF~4Q$O$"$j$^$7$?!#=1B(B=1B$BEvA3$J$,$iM'?M$+$iOC$r?.H>5?$G$7$?!#=1B(B=1B$B$7$+$7:#$O0c$$$^$9!#7r9/?)IJ$H#e%3%^!<%9$G$O!"A4$/;v>p$,JQ2=3D$7$^$= 9!#=1B(B
 
=1B$B$h$/$*9M$($/$@$5$$!#=1B(B
=1B$B;v6H3HBg%9%T!<%I$,A4$F$r@= )$9$k%$%s%?!<%M%C%H$N@$3&$K$*$$$F!"=1B(B
=1B$B@$3&Cf$N8D?M$r:GBg8B3hMQ= $G$-$k#M#L#M$[$I9gCW$7$?$b$N$O$"$j$^$;$s!#=1B(B
 
=1B$B$A$J$_$K#47n#2#6F|H/Gd$N!c#B!]#i#n#g!d$H!c$H$i$P!<$f!d=1B(B= =20
=1B$B$=3D$7$F!!#57n#1#0F|H/Gd$N!c#B!]#i#n#g!d$G$b5a?M9-9p$,7G:\$5$l$^= $7$?!#=1B(B =
=1B$B$$$+$,$o$7$$CDBN$N%S%8%M%9$G$O@dBP$K$J$$$3$H$N>ZL@$G$b$"$j$^$9!#= =1B(B=20
 
=1B$B$3$N=1B$B5a?M9-9p$N=1B$B$h$[$I$N4k6H$G$J$1$l$P!"@dBP$KIT2DG=3D$J$3$H$@$H$$$&$3$H$G$9!#=1B= (B
 
=1B$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!= a!a!a!a!a=1B(B
=1B$B$3$N$h$&$K8=3D:_$O!c#C#P>R2pEPO?4|= 4V!d$N$?$a!"=1B(B=20
=1B$BHs>o$K8B$i$l$?>pJs$NCf$GH=3DCG$7$F$$$?$@$/$7$+$"$j$^$;$s!#=1B(B =
=1B$B$=3D$l$G$b2r$C$F$$$?$@$1$kJ}$K$7$+%A%c%s%9$O$3$J$$$H$$$&$3$H$G$9= !#=1B(B=20
 
=1B$BEvA3$J$,$i#67n#5F|$^$G$N2>EPO?4|4VCf$OEPO?HqMQ$O$+$+$j$^$;$= s!#=1B(B=20
=1B$BL5NA$G2>EPO?$r:Q$^$;$F$*$-!"#77n#1F|%9%?!<%H$7$F$+$i$b!"=1B(B =
=1B$B$b$7!"ITK~$,$"$l$P%/!<%j%s%0%*%U!J#8F|4V!K$b$G$-$^$9!#=1B(B =
 
=1B$B8=3DCJ3,$G$O<+:n%[!<%`%Z!<%8Ey$G$N@kEA$O6X;_$5$l$F$^$9$7=1B= (B=20
=1B$B%i%j!<$d%_!<%F%#%s%0$N$h$&$J3hF0$b8=3D:_9T$o$l$F$$$^$;$s!#=1B(B =
=1B$B$f$($K8XBg$JI=3D8=3D$N4+M6$,HEMt$7$F$$$^$9$,OG$o$5$l$J$$$G$/$@$5= $$!#=1B(B=20
 
=1B$B$7$+$7$J$,$i!"%S%C%0%A%c%s%9$G$"$k$3$H$K$O4V0c$$$"$j$^$;$s!= #=1B(B=20
=1B$B$3$N%a!<%k$r=1B$BEXNO$7$@$$$G!"7n<}#1#2#0#0K|1_$O=3D=3DJ,$K2DG=3D$J$O$:$G$9!#=1B(= B
 
=1B$B4pK\E*$K$O#H#P%9%Z!<%9$N%l%s%?%k$r$O$8$a=1B(B
=1B$B$"$j$= H$"$i$f$k#e%3%^!<%9%S%8%M%9$r=1B$B$=3D$l$,#M= #L#M%7%9%F%`$G:FG[J,$5$l$k$H$$$&2h4|E*$J%S%8%M%9$G$9!#=1B(B
 
= =1B$B%*%s%i%$%s%^%H%j%C%/%9$G$9$+$i!"%@%&%s$,$+$C$F$K>e$+$i9_$j$F$-$^$9!#= =1B(B=20
=1B$BA4$/EXNO$;$:$K@.8y$9$k$[$I!"4E$/$O$J$$$G$7$g$&$,!&!&!&=1B(B=20
=1B$B%$%s%?!<%M%C%H$K$D$J$,$k4D6-$5$(;}$C$F$$$l$P@$3&E*%S%8%M%9$,2DG=3D= $G$9!#=1B(B
 
=1B$B#H#P%9%Z!<%9%l%s%?%kHNGd$K4X$7$F$N%3%_%C%7%g%s$O=3D5J'$$$G#= 3#0#0K|1_$^$G!#=1B(B=20
=1B$BJs=3D7$N;YJ'J}K!$O%P%$%J%j!]$H%^%H%j%C%/%9!"$5$i$K%*!<%S%C%HJ}<0= $G$9!#=1B(B =
=1B$B$o$+$k$R$H$K$O$o$+$k!"9M$($&$k:G9b$N%7%9%F%`$G$9!#=1B(B=20
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=1B$B%5!<%S%9$NFbMF$O=1B(B =
=1B$B%$%s%?!<%M%C%H=3Di?4e5i=1B$B$3$l$@$1B7$C$FG/2qHq=1B(B\10,000=1B$B!JF~2qHq=1B(B\1,550=1B$BJL!= K$G$9!#=1B(B
 
=1B$B-!#2#0%a%,0J>e$N%[!<%`%Z!<%8=1B(B =
=1B$B-"4JC1$G$*$7$c$l$J:n@.%D!<%k=1B(B =
=1B$B-#=1B(BE=1B$B%3%^!<%9=1B(B=20
=1B$B-$%W%m%P%$%@!<%5!<%S%9=1B(B =
=1B$B-%40`z$J%+%9%?%^!<%5!<%S%9Ey=1B(B =
=1B$B$5$^$6$^$J6HBV$r4^$`Am9g%S%8%M%9$G$9!#=1B(B
 
=1B$B2?EY$b?=3D$7>e$2$^$9$,=1B(B =
=1B$B8=3D:_$^$@2>EPO?$NJg=3D8$J$N$G$*6b$O$+$+$j$^$;$s!#=1B(B=20
 
=1B$B$*;YJ'$$$O#67nCf=3D\$G$9!#2q=1B$B#77n$N@$3&0l@F%0%i%s%I%*!<%W%s;~$KEPO?$9$k$+$I$&$+7h$a$F2<$5$$!#= =1B(B
 
=1B$BK\EPO?$N:]$NEPO?HqMQ$O!o#1#1=1B(B,=1B$B#5#0#0$@$1!JG/4V!K0l= ?M0l8}8BDj$G$9!#=1B(B=20
=1B$B$?$@$7!"2q5BzI,MW!K$NEPO?$b#O#K$G$9!#=1B(B =
 
=1B$B2>EPO?$GM-Mx$J%]%8%7%g%s$N3NJ]$r$7$F$*$$$FM_$7$$$N$G$9!#=1B= (B
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=1B$BEPO?$N;EJ}$O4JC1$G$9!#=1B(B =
=1B$B$^$:$O!"%[!<%`%Z!<%8$r3+$$$F3NG'$7$F2<$5$$!#=1B(B =
=1B$BI,$:A4$F$r$*FI$_$$$?$@$-!"$4<+?H$N@UG$$G2>EPO?$K$*?J$_$/$@$5$$!#= =1B(B=20
 
=1B$B2qR2p$N#H#P=1B(B
http://www.starweb21.com/=20
=1B$B$+$J$i$:$h$/$*FI$_$/$@$5$$!#4V0c$C$?>pJs$,HEMt$7$F$$$k$h$&$G$9!#= =1B(B =
=1B$BF~$j8}%Z!<%8$N%*%l%s%8?'$N!c=1B(BWARNING=1B$B!d$OI,?\$G$9!#=1B(B= =20
 
=1B$B#H#P$N:8%5%$%I$K=3DD$K#5Ns$N%j%s%/$,$"$j$^$9!#=1B(B =
=1B$B>\:Y$NM}2r$O!"$3$A$i$+$i$*4j$$$7$^$9!#=1B(B=20 =1B$BI,$:$9$Y$F$K4c$rDL$7$F2<$5$$!#=1B(B =
=1B$B$^$?#Q!u#A$O2
 
=1B$B2>EPO?MQ$N>R2phttp://www.starweb21.com/cp/mam= e=20
=1B$B2>EPO?$O!">e5->R2p=1B$B$4<+?H$N@UG$$G!"2>EPO?$O!"$3$A$i$+$i$*4j$$$7$^$9!#=1B(B =
 
=1B$BESCf$G!V1&!W!V:8!W$N7ONs$rA*Br$9$k>lLL$,=3DP$F$-$^$9$,!"=1B= (B=20
=1B$B8=3D:_!"Ev%0%k!<%W$O!V1&7ONs!W$r?d>)$7$F$$$^$9!#=1B(B =
=1B$B$^$:$OA40w$G!"1&7ONs$r6(NO$7$F?-$P$7$F$*$j$^$9!#=1B(B =
 
=1B$B$"$kDxEY$N1&7ONs$r8zN(E*$K3NJ]$G$-$?$HH=3DCG$5$l$?$i!"=1B(B= =20
=1B$B$"$J$?$N:87ONs$N3NJ]$K$*0\$j2<$5$$!#=1B(B =
=1B$B1&7ONs$G
 
=1B$BEPO?$7$?=3DV4V$K?tL>$N%@%&%s$,>!=1B$B#1IC$r6%$&EPO??t$H$$$&$N$OK\Ev$NOC$G$9!#$9$4$$$3$H$K$J$j$^$9!#=1B= (B
=1B$B%@%&%s$,>!
 
=1B$B$J$*8f0l?M$NJ}$N#2=3DEEPO?$O$G$-$^$;$s!#=1B(B =
=1B$BH/3P$9$l$PEPO?C$7=3DhJ,$H$J$j$^$9!#=1B(B=20
=1B$BF1$8=3D;=3Dj$G$b!"$42HB2!"5Z$S!"?F8"
 
=1B$B$^$?!"K!?M$G$NJLEPO?$O2DG=3D$H$J$C$F$$$^$9!#=1B(B=20
=1B$B2>EPO?$r$b$N$7$F!"$"$J$?$N?M@8$K?7$?$J%A%c%s%9$r2C$($F$/$@$5$$!#= =1B(B
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=1B$B$^$:2<$N2>EPO?=1B(B = URL=1B$B%U%)!<%`$h$j!V1&!W7ONs$G2>EPO?$r$7$F$/$@$5$$!#=1B(B
http://www.starweb21.com/cp/mam= e=20
 
=1B$B$"$H$O>e5-$N2>EPO?MQ#U#R#L$N1&C<$r!"=1B(B =
=1B$B$"$J$?$N%K%C%/%M!<%`$K=3Dq$-49$($F!"=1B(B=20
=1B$B$G$-$k$@$1Aa$/!"$G$-$k8B$jB?$/$N$*M'C#$K65$($F$"$2$^$7$g$&!#=1B(= B
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
=1B$B$V$7$D$1$JFMA3$N%a!<%k$K:G8e$^$G$*IU$-9g$$$$$?$@$-!"=1B(B
=1B= $B@?$K$"$j$,$H$&$4$6$$$^$7$?!#=1B(B
=1B$B3'MM$N:#8e$N8fB?1?$r!"$*5'$j?= =3D$7>e$2$^$9!#=1B(B
= ------=_NextPart_000_0007_01BFC576.ED15B9A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 20:23:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 132E737BB69 for ; Tue, 23 May 2000 20:23:38 -0700 (PDT) (envelope-from oscars@mail.utexas.edu) Received: (qmail 18283 invoked by uid 0); 24 May 2000 03:23:28 -0000 Received: from dhcp-199-210.dsl.utexas.edu (HELO oscar-dsl) (128.83.199.210) by umbs-smtp-1 with SMTP; 24 May 2000 03:23:28 -0000 Message-Id: <4.2.2.20000523221706.00a9d600@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.2 Date: Tue, 23 May 2000 22:19:57 -0500 To: freebsd-questions@FreeBSD.ORG From: Oscar Ricardo Silva Subject: Re: Port 722 ? In-Reply-To: <4.2.2.20000523190214.00a976c0@mail.utexas.edu> References: <20000523193534.A57347@ecto.greenpeas.org> <4.2.2.20000523180523.00a8f680@mail.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG And just to clarify, I had installed SSH 1.2.27 but had never seen port 722 open. Before this, I only had ssh (port 22) and smtp (port 25) running. At 07:04 PM 5/23/00 -0500, Oscar Ricardo Silva, you wrote: >Thanks to Dave Kirchner and Alan Clegg for the incredibly fast and >completely useful responses. Using both methods, I found out this: > >amanda# /usr/local/sbin/lsof -i TCP:722 >COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME >sshd1 143 root 3u IPv6 0xcb8e7940 0t0 TCP *:722 >sshd1 143 root 5u IPv4 0xcb8e7720 0t0 TCP *:722 (LISTEN) > >Now the question is, where the hell did this come from? I hadn't seen >this before and I thought I'd checked my machine. > > >Oscar > >At 07:35 PM 5/23/00 -0400, Alan Clegg, you wrote: >>Out of the ether, David Kirchner spewed forth the following bitstream: >> >> > An easy way to find out what an unknown port is: >> > >> > First run 'netstat -aAn | grep LISTEN | grep \.portnum'. The -A flag will >> > display the address for the socket. You can then figure out which process >> > is using that address by running 'fstat | grep address': >> > >> > dpk@web2:/home/dpk$ netstat -aAn | grep LISTEN | grep \.25 >> > c6400180 tcp 0 0 *.25 *.* LISTEN >> > dpk@web2:/home/dpk$ fstat | grep c6400180 >> > root sendmail 94903 4* internet stream tcp c6400180 >> >>Easier way: >> >> lsof -i TCP:_portnum_ >> >>ecto 101} /usr/local/sbin/lsof -i TCP:25 >>COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME >>tcpserver 381 qmaild 3u IPv4 0xc735c500 0t0 TCP *:smtp (LISTEN) >> >>lsof from ports, btw... >> >>AlanC >>-- >> \ Alan B. Clegg >> Just because I can \ abc@firehouse.net >> does not mean I will. \ >> \ > > > > >"Don't believe the hype" > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message "Don't believe the hype" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 20:29:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hobbes.ssbaptist.net (linux.ssbaptist.net [216.17.141.70]) by hub.freebsd.org (Postfix) with ESMTP id C775037BBC6 for ; Tue, 23 May 2000 20:29:40 -0700 (PDT) (envelope-from brad@ssbaptist.net) Received: from localhost (brad@localhost) by hobbes.ssbaptist.net (8.9.3/8.8.7) with ESMTP id OAA30631; Tue, 23 May 2000 14:33:36 -0600 Date: Tue, 23 May 2000 14:33:36 -0600 (MDT) From: Brad Waite X-Sender: brad@hobbes To: Greg Lehey Cc: questions@FreeBSD.ORG Subject: Re: problem newfsing vinum volume In-Reply-To: <20000524110521.B96290@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 May 2000, Greg Lehey wrote: > > Now I try to do a newfs: > > > > # newfs -v /dev/vinum/whopper > > newfs: /dev/vinum/whopper: Input/output error > > # vinum l whopper > > V whopper State: down Plexes: 1 Size: 106 GB > > > > > > Why can't I newfs the volume? > > Because it's down. > > It's difficult to know why, since you haven't supplied the information > asked for in the man page and http://www.lemis.com/vinum/how-to-debug.html. It's difficult to supply the information asked for, since I wasn't aware of that url. :) As it turns out, it's happily newfsing now. I hadn't init'ed it, so it couldn't be up, and couldn't be newfsed. I read the part about a raid starting in the init state, but couldn't find anything about the init command until I stumbled across it in the list archives. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 20:38:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 00A5237BBBB for ; Tue, 23 May 2000 20:38:31 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id NAA97311; Wed, 24 May 2000 13:08:13 +0930 (CST) Date: Wed, 24 May 2000 13:08:13 +0930 From: Greg Lehey To: Brad Waite Cc: questions@FreeBSD.ORG Subject: Re: problem newfsing vinum volume Message-ID: <20000524130813.D96680@freebie.lemis.com> References: <20000524110521.B96290@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 23 May 2000 at 14:33:36 -0600, Brad Waite wrote: > On Wed, 24 May 2000, Greg Lehey wrote: > >>> Now I try to do a newfs: >>> >>> # newfs -v /dev/vinum/whopper >>> newfs: /dev/vinum/whopper: Input/output error >>> # vinum l whopper >>> V whopper State: down Plexes: 1 Size: 106 GB >>> >>> >>> Why can't I newfs the volume? >> >> Because it's down. >> >> It's difficult to know why, since you haven't supplied the information >> asked for in the man page and http://www.lemis.com/vinum/how-to-debug.html. > > It's difficult to supply the information asked for, since I wasn't aware of > that url. :) That was only one of the alternatives. It's also in vinum(4). > As it turns out, it's happily newfsing now. I hadn't init'ed it, so > it couldn't be up, and couldn't be newfsed. I read the part about a > raid starting in the init state, but couldn't find anything about > the init command until I stumbled across it in the list archives. From vinum(8): init [-S] size [-w] plex | subdisk vinum init initializes a subdisk by writing zeroes to it. You can initialize all subdisks in a plex by specifying the plex name. This is the only way to ensure consistent data in a plex. You must perform this initialization before using a RAID-5 plex. It is also recommended for other new plexes. vinum initializes all subdisks of a plex in parallel. Since this operation can take a long time, it is normally performed in the background. If you want to wait for completion of the command, use the -w (wait) option. Specify the -S option if you want to write blocks of a different size from the default value of 16 kB. vinum prints a console message when the initialization is complete. 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 May 23 20:41:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id 686D337BB84 for ; Tue, 23 May 2000 20:41:10 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id UAA03625; Tue, 23 May 2000 20:37:41 -0700 (PDT) Message-ID: <392B4F63.ADD52F7C@telocity.com> Date: Tue, 23 May 2000 23:41:23 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug Barton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fxp not "Etherexpress" any more? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Maybe that's why I got such a great deal on mine. About 2-3 months ago, I found Intel having 2/$39 offer (shipping included). I took them up on it, but it was limited to one pair per person. I still see them on the shelves in Comp USA... I haven't heard any word about them being phased out, but i wondered why they were so cheap. I've had *NO* problems with these. And I've looked on Intel's site since you mentioned it. I can't find any Ether Express items either. -Otter Doug Barton wrote: > > I'm looking through online stores to try and find a good deal on > our old friend "Intel Etherexpress Pro/100+" and it seems that Intel has > dropped the "Etherexpress" word from the name, yes? I looked through the > mail archives and this is the conclusion I come to, although I couldn't > find an e-mail where someone came right out and said it. It's the 82559 > chip, and it's listed on Intel's web site as their top of the line, > whereas I could not find any references to "Etherexpress". > > Thanks, > > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 23 20:49: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out1.bellatlantic.net (smtp-out1.bellatlantic.net [199.45.39.156]) by hub.freebsd.org (Postfix) with ESMTP id 968B237BA76 for ; Tue, 23 May 2000 20:48:59 -0700 (PDT) (envelope-from zicc@bellatlantic.net) Received: from bellatlantic.net (adsl-151-201-20-104.bellatlantic.net [151.201.20.104]) by smtp-out1.bellatlantic.net (8.9.1/8.9.1) with ESMTP id XAA07288 for ; Tue, 23 May 2000 23:48:13 -0400 (EDT) Message-ID: <392B5138.44E39607@bellatlantic.net> Date: Tue, 23 May 2000 23:49:12 -0400 From: Chad Ziccardi X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: SB Live! X-Gamer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I cvsup'd to 4.0-Stable, and made the devices, it plays normally, but only thru the front speaker out, is there a way to enable to play out both the front&rear speaker outs at the same time? The machine has 2 HDs, and currently when I want to play games, I simple switch the HD cable to the Win2k drive to play. (Ya I know I could multi-boot, but I dislike boot managers with drives I frequently reinstall (win). Anyways, in summary, I'm looking for a way to enable sound out both front & rear speaker ports on the SB Live! X-Gamer. Thanks in advance, --Chad Ziccardi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 21: 7:28 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 7AC5B37B91B for ; Tue, 23 May 2000 21:07:24 -0700 (PDT) (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 AAA40759; Wed, 24 May 2000 00:06:47 -0400 (EDT) (envelope-from cjc) Date: Wed, 24 May 2000 00:06:46 -0400 From: "Crist J. Clark" To: Gary Kline Cc: Troy Settle , questions@FreeBSD.ORG Subject: Re: running headless Message-ID: <20000524000646.D40441@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <200005231855.LAA22995@tera.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200005231855.LAA22995@tera.com>; from kline@tera.com on Tue, May 23, 2000 at 11:55:16AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 11:55:16AM -0700, Gary Kline wrote: > According to Troy Settle: > > > > I've got 5 or 6 boxes running headless. I don't do anything special with > > the kernel. > > > > Do you do anything to getty or anything else in /etc so > that getty isn't continually trying to spawn a tty for > the console? > > Seems to me that I got complaints trying to boot without > a keyboard once... > > It'd be nice if I could move my othre CRT//keyboard away > and boot without things blowing up (!) That's your BIOS. It has nothing to do with the kernel (since you never actually get to booting it). Go into the BIOS and try to find an option to "Boot on error" or something about booting without keyboards. -- 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 May 23 21:14:41 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 7C2D637B91B for ; Tue, 23 May 2000 21:14:37 -0700 (PDT) (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 AAA40823; Wed, 24 May 2000 00:13:57 -0400 (EDT) (envelope-from cjc) Date: Wed, 24 May 2000 00:13:57 -0400 From: "Crist J. Clark" To: ken@mui.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sendmail 8.10 and search options Message-ID: <20000524001357.E40441@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <392A4146.22581.22F9B33@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392A4146.22581.22F9B33@localhost>; from ken@mui.net on Tue, May 23, 2000 at 08:28:54AM -1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 08:28:54AM -1000, ken@mui.net wrote: > I've noticed a few things that puzzle me. Perhaps someone can > help enlighten me on this: [snip] > 2- there doesn't seem to be listed certain version changes, ie, > sendmail versions. what I mean is it would be nice to have a place > where we could tell if sendmail is up to date or not, other than > doing a telnet hostname smtp. You can just look at the header of any mail you receive. For example, take a look at the top of this one. Or if I take a look at the top of the one I am replying to here, Received: from localhost (localhost.ewndsr1.nj.home.com [127.0.0.1]) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) with ESMTP id OAA39333 for ; Tue, 23 May 2000 14:36:34 -0400 (EDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Looks like I'm runing 8.9.3; the one that comes with 3.4-STABLE. In case you were still curious, looks like that's what you have too, Received: from lihing ([12.36.98.244]) by rocksalt.mui.net (8.9.3/8.9.3) with ESMTP id IAA02048 for ; Tue, 23 May 2000 08:33:34 -1000 (HST) (envelope-from ken@rocksalt.mui.net) -- 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 May 23 21:24:58 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 0709737BA15 for ; Tue, 23 May 2000 21:24:55 -0700 (PDT) (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 AAA40907; Wed, 24 May 2000 00:24:22 -0400 (EDT) (envelope-from cjc) Date: Wed, 24 May 2000 00:24:21 -0400 From: "Crist J. Clark" To: Brian Handy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI Confusion Message-ID: <20000524002421.F40441@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 handy@lambic.physics.montana.edu on Tue, May 23, 2000 at 09:19:55PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 09:19:55PM -0600, Brian Handy wrote: > Hi, > > I'm running 4.0-STABLE from about May 17. I have a strange situation > here; I've got two sets of two disk drives chained to my SCSI bus here > that I use for data drives. (Not currently using softupdates.) From a > df: > > Filesystem 1024-blocks Used Avail Capacity Mounted on > /dev/da1s1e 4050327 3644898 81403 98% /a > /dev/da2s1e 4050327 2933727 792574 79% /b > /dev/da3s1c 17253247 158881 15714107 1% /c > /dev/da4s1c 17253247 9725925 6147063 61% /d You should not use the c-partition. > > They're connected like this, with "-->" representing cables connecting the > boxes: > > (externalbox #1) (externalbox #2) > PC --> [SCSI 3, SCSI 4] --> [SCSI 1, SCSI 2] > > Oh yea, dmesg might be useful. Attached at end. Anyway, here's the > problem: When I dismount and disconnect that last box, remove it from > fstab, put terminators after externalbox #1, I find that upon reboot > FreeBSD screams mightily, says I need to do an fsck on drives 3 and 4, > and dumps me in single-user mode. OK, re-attach the box, leave it > off... and I still get wild complaints. Lastly, turn on box #2, but don't > mount the drives -- and it boots up fine! > > I'm completely puzzled here. Any suggestions? Are you _absolutely_ sure that the drives in box #1 are equivalent to da3 and da4 (the 17.4 GB drives) and that box #2 contains the two 4 GB drives? When you are in that single user mode, what does, # camcontrol devlist -v Show? As an aside, am I the only one with no sym(4) manpage? > -- > sym0: <875> port 0xf800-0xf8ff mem 0xfedff000-0xfedfffff,0xfedfec00-0xfedfecff irq 11 at device 13.0 on pci0 > sym0: Symbios NVRAM, ID 7, Fast-20, SE, parity checking > sym0: open drain IRQ line driver, using on-chip SRAM > da4 at sym0 bus 0 target 12 lun 0 > da4: Fixed Direct Access SCSI-2 device > da4: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled > da4: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) > da3 at sym0 bus 0 target 11 lun 0 > da3: Fixed Direct Access SCSI-2 device > da3: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled > da3: 17366MB (35566480 512 byte sectors: 255H 63S/T 2213C) > da1 at sym0 bus 0 target 1 lun 0 > da1: Fixed Direct Access SCSI-2 device > da1: 20.000MB/s transfers (20.000MHz, offset 15) > da1: 4157MB (8515173 512 byte sectors: 255H 63S/T 530C) > da2 at sym0 bus 0 target 2 lun 0 > da2: Fixed Direct Access SCSI-2 device > da2: 20.000MB/s transfers (20.000MHz, offset 15) > da2: 4157MB (8515173 512 byte sectors: 255H 63S/T 530C) -- 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 May 23 21:32: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id 91B9037BA15 for ; Tue, 23 May 2000 21:32:05 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) with ESMTP id WAA01382; Tue, 23 May 2000 22:30:52 -0600 (MDT) (envelope-from handy@lambic.physics.montana.edu) Date: Tue, 23 May 2000 22:30:52 -0600 (MDT) From: Brian Handy To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI Confusion In-Reply-To: <20000524002421.F40441@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 >> Filesystem 1024-blocks Used Avail Capacity Mounted on >> /dev/da1s1e 4050327 3644898 81403 98% /a >> [...] > >You should not use the c-partition. Huh? Oh. What partition should I be using? >> (#1) (#2) >> PC --> [SCSI 3, SCSI 4] --> [SCSI 1, SCSI 2] >Are you _absolutely_ sure that the drives in box #1 are equivalent to >da3 and da4 (the 17.4 GB drives) and that box #2 contains the two 4 GB >drives? Yes. Had to think about that for a second. > # camcontrol devlist -v scbus0 on sym0 bus 0: at scbus0 target 0 lun 0 (pass0,da0) at scbus0 target 1 lun 0 (pass1,da1) at scbus0 target 2 lun 0 (pass2,da2) at scbus0 target 5 lun 0 (pass3,cd0) at scbus0 target 11 lun 0 (pass4,da3) at scbus0 target 12 lun 0 (pass5,da4) < > at scbus0 target -1 lun -1 () scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) >As an aside, am I the only one with no sym(4) manpage? I don't have one either. Next round... Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 22: 0:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id 22A0637BBB9 for ; Tue, 23 May 2000 22:00:56 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.10.0/8.10.0) with ESMTP id e4O4x3p19974; Tue, 23 May 2000 22:59:03 -0600 (MDT) Message-Id: <200005240459.e4O4x3p19974@fedde.littleton.co.us> To: Greg Lehey Cc: "Bill A. K." , questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition In-Reply-To: <20000522183912.B78939@freebie.lemis.com> From: Chris Fedde Date: Tue, 23 May 2000 22:59:03 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 22 May 2000 18:39:12 +0930 Greg Lehey wrote: +------------------ | The worst problem I could encounter would be that some new extension | might redefine the meaning of one of my headers. I suspect that's not | going to happen in the immediate future. +------------------ At best these headers are useless -- except as fodder for a mailing list argument. At worst they can increse your mobile phone bill. :-) My origional point was to state that you are violating a convention (use a X-) just as the ob-poster's line length choice was. Messages are divided into lines of characters. A line is a series of characters that is delimited with the two characters carriage-return and line-feed; that is, the carriage return (CR) character (ASCII value 13) followed immediately by the line feed (LF) character (ASCII value 10). (The carriage-return/line-feed pair is usually written in this document as "CRLF".) Each line of characters MUST be limited to 998 characters, and SHOULD be limited to 78 characters, excluding the CRLF. +------------------ | > Current convention appears to be to slap these into a xcard or vcard | > format encapsulated in MIME. | | Do you have an RFC for this convention? The format suggests | Microsoft. +------------------ http://www.ietf.org/rfc/rfc2426.txt This is tedious and has taken on the flavor of a spelling argument. chris -- Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 22:38:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vicosa.dpi.ufv.br (vicosa.dpi.ufv.br [200.17.74.1]) by hub.freebsd.org (Postfix) with ESMTP id B030237BBDC for ; Tue, 23 May 2000 22:38:49 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br (port28.tdnet.com.br [200.236.148.128]) by vicosa.dpi.ufv.br (AIX4.2/UCB 8.7/8.7) with ESMTP id CAA15086 for ; Wed, 24 May 2000 02:38:18 -0200 (GRNLNDDT) Message-ID: <392B6B88.5AA0013A@tdnet.com.br> Date: Wed, 24 May 2000 02:41:28 -0300 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: eXtreme Mylex RAID Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I heard that ftp.cdrom.com uses mylex raid eXtreme. is that true ? If yes, how can it be if this hardware is not listed as supported by 4.0 Release Notes. Thanks for your answer. -- Your mouse has moved. Windows NT must be restarted for the change to take effect! Reboot now? [ OK] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 22:44:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 3A1C437BBE7 for ; Tue, 23 May 2000 22:44:07 -0700 (PDT) (envelope-from dg@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id WAA03937; Tue, 23 May 2000 22:38:11 -0700 (PDT) Message-Id: <200005240538.WAA03937@implode.root.com> To: Gustavo Vieira Goncalves Coelho Rios Cc: questions@FreeBSD.ORG Subject: Re: eXtreme Mylex RAID In-reply-to: Your message of "Wed, 24 May 2000 02:41:28 -0300." <392B6B88.5AA0013A@tdnet.com.br> From: David Greenman Reply-To: dg@root.com Date: Tue, 23 May 2000 22:38:11 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >I heard that ftp.cdrom.com uses mylex raid eXtreme. >is that true ? >If yes, how can it be if this hardware is not listed as supported by 4.0 >Release Notes. No, it's not true. ftp.cdrom.com uses an external Mylex DAC960SXI. It's rather slow, however, compared to more modern stuff. ftp.freesoftware.com uses a RAID system manufactured by TeraSolutions (my company). -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 22:49:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 0667837BBFB for ; Tue, 23 May 2000 22:49:33 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id WAA52975; Tue, 23 May 2000 22:49:31 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392B6D6B.F429C4AE@gorean.org> Date: Tue, 23 May 2000 22:49:31 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Oscar Ricardo Silva Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Port 722 ? References: <4.2.2.20000523180523.00a8f680@mail.utexas.edu> <4.2.2.20000523190214.00a976c0@mail.utexas.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Oscar Ricardo Silva wrote: > > Thanks to Dave Kirchner and Alan Clegg for the incredibly fast and > completely useful responses. Using both methods, I found out this: > > amanda# /usr/local/sbin/lsof -i TCP:722 > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > sshd1 143 root 3u IPv6 0xcb8e7940 0t0 TCP *:722 > sshd1 143 root 5u IPv4 0xcb8e7720 0t0 TCP *:722 (LISTEN) > > Now the question is, where the hell did this come from? I hadn't seen this > before and I thought I'd checked my machine. Unfortunately, it's included in the sshd_config file. I never saw a satisfactory explanation as to why they did it, but the latest version of the port has a patch that comments it out. In more recent versions of freebsd you can do the steps outlined by previous posters all in one by using sockstat, FYI. Another way to solve this problem is to use openssh & openssl that are included in 4.0. It's good stuff. :) Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 23: 4: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 3DA0337BBE7; Tue, 23 May 2000 23:04:01 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA53040; Tue, 23 May 2000 23:04:00 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392B70D0.927881A4@gorean.org> Date: Tue, 23 May 2000 23:04:00 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin Cc: Jim Freeze , questions@FreeBSD.org Subject: Re: Can I affect changes in rc.firewall w/o rebooting? References: <20000524022109.OOEH22611.mail.rdc1.va.home.com@john.baldwin.cx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 24-May-00 Jim Freeze wrote: > > The title says it all. > > > > I have recently added ipfw to my system and have customized > > /etc/rc.firewall. However, I cannot seem to get these rules updated > > without rebooting. And, I have been unsuccessful in my searches for this > > information. > > > > If anyone knows, I would appreciate the tip. > > Thanks > > You can use ipfw to update the rules manually, > or just type 'sh /etc/rc.firewall' at a shell > prompt _on_ _the_ _console_. If you do this > remotely over a net connection it won't work > unless you direct all output to /dev/null. Or use the default to accept option in the kernel. I realize that for "serious" firewalls this is not an option, but it's very useful for less stringent uses of ipfw. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue May 23 23:57:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wartch.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id 2143937BA98 for ; Tue, 23 May 2000 23:57:32 -0700 (PDT) (envelope-from peterh@wartch.sapros.com) Received: from wartch.sapros.com (localhost [127.0.0.1]) by wartch.sapros.com (8.9.3/8.9.3) with ESMTP id XAA38561 for ; Tue, 23 May 2000 23:56:38 -0700 (PDT) (envelope-from peterh@wartch.sapros.com) Message-Id: <200005240656.XAA38561@wartch.sapros.com> To: freebsd-questions@freebsd.org Subject: Disappearing disk space. Date: Tue, 23 May 2000 23:56:38 -0700 From: Peter Haight Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a server with at small disk of about 350MB. It keeps filling up and I am having trouble tracking down the culprit. This is a FreeBSD 3.1 machine. Using 'df -k' I estimated the available space at about 30MB a week ago. Today 'df -k' reports 15MB avaliable. Last week, I did a 'du -k -s' at / and today I did it again. Here are the results: This Week Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0s1a 352271 308817 15273 95% / Last Week This Week 4 COPYRIGHT 4 COPYRIGHT 3002 bin 3002 bin 159 boot 159 boot 1 cdrom 1 cdrom 0 compat 0 compat 47 dev 47 dev 1 dist 1 dist 2 dumps 2 dumps 595 etc 595 etc 0 home 0 home 1 host 1 host 1560 kernel 1560 kernel 2200 kernel.GENERIC 2200 kernel.GENERIC 1 kernel.config 1 kernel.config 1552 kernel.old 1552 kernel.old 1 lkm 1 lkm 3 mnt 3 mnt 1429 modules 1429 modules 5409 proc 5036 proc 17 root 17 root 7247 sbin 7247 sbin 1282 stand 1282 stand 0 sys 0 sys 2 tmp 3 tmp 131840 usr 132221 usr 4004 var 4190 var I don't see a 15 MB difference. What's going on? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 0:36:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 89CE437B681 for ; Wed, 24 May 2000 00:36:47 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA53824; Wed, 24 May 2000 00:35:34 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392B8646.43EBFA0F@gorean.org> Date: Wed, 24 May 2000 00:35:34 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Willem Brown Cc: questions@freebsd.org Subject: Re: DNS and e-mail. References: <392A6565.B3E2FDD8@brwn.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Willem Brown wrote: > > Hi, > > I'm running a secondary DNS for my domain which is > hosted by Granitecanyon. The idea was that whenever the two > main DNS servers are unavailable that mine will be used so > I don't get cut off from the world completely. unfortunately, DNS does not work that way. > What then causes my DNS to be queried when I send an > e-mail to the list? Any ideas? The fact that you have it listed in the NS records for your domain. The terms "primary" and "secondary" are only relative to where you update the files. Secondary (or slave) nameservers pick up their updates from the primary or master nameservers. Every nameserver listed in the NS records will be queried on a more or less equal basis. You see an increase in traffic because the overall number of queries for your domain has gone up. The only way to resolve this problem is to remove your nameserver from the NS records. HTH, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 0:39:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 0D93E37B721 for ; Wed, 24 May 2000 00:39:37 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA53861; Wed, 24 May 2000 00:39:35 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392B8737.CE9A3B15@gorean.org> Date: Wed, 24 May 2000 00:39:35 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: valentin strasser Cc: freebsd-questions@freebsd.org Subject: Re: a question about sharing References: <20000523115250.86319.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 valentin strasser wrote: > > Hello > I'm an university Net administrator. The net works under FreeBSD UNIX. We > are connected to our ISP via a cable with a limited traffic. We want to give > our students some access to the Internet in such a way that each student > will have his/hers account with a limited amount of Mbytes per month of > traffic. I would gladly appreciate if anyone tells me where to find a free > software that can solve the problem. Our ISP wants to change FreeBSD on > Linux. FreeBSD can do this, assuming that I understand the question correctly. I believe the dummynet and bridging capabilities are what you're looking for. Unfortunately I can't help get you up and running, since I haven't worked with them, but there is a lot of information in the mail archives and the on line FAQ and handbook. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 0:42:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 298F037B5EA for ; Wed, 24 May 2000 00:42:37 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA53879; Wed, 24 May 2000 00:42:19 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392B87DB.9FBB2C68@gorean.org> Date: Wed, 24 May 2000 00:42:19 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: "G.B.Naidu" Cc: freebsd-questions@FreeBSD.org Subject: Re: Help on vresion numbers... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "G.B.Naidu" wrote: > > Hi, > > I would like to know which of the FreeBSD 4.x line of releases are stable > and good to use. I need to know which version is safe to use to develop a > commercial device driver. Can some body help me which stable? Is it 4.0 or > some new version is available? With all due respect, if you're going to be developing drivers, you need to take some time to familiarize yourself with how freebsd works. I would suggest at minimum that you read through the FAQ and Handbook that are on the web page. That'll give you a good start. -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 0:52:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-63-194-112-53.dsl.snlo01.pacbell.net (adsl-63-194-112-53.dsl.snlo01.pacbell.net [63.194.112.53]) by hub.freebsd.org (Postfix) with SMTP id 9D1FA37B938 for ; Wed, 24 May 2000 00:52:29 -0700 (PDT) (envelope-from BSD@hankandheather.com) Received: (qmail 39154 invoked from network); 24 May 2000 07:58:46 -0000 Received: from unknown (HELO ibix) (192.168.1.3) by adsl-63-194-112-53.dsl.snlo01.pacbell.net with SMTP; 24 May 2000 07:58:46 -0000 From: "Hank" To: "BSD" Subject: Help with proxy setup Date: Wed, 24 May 2000 00:52:10 -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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am setting up a box to route for my internal network using NAT. The box is set up with DSL coming in on one NIC and going to the network hub using a second NIC. The internal ips are all in the 192.168.1.X with the BSD box being .1 (I know everyone probably realizes this...) Of course all web requests are traveling through the BSD gateway, but what I would like to change is that the BSD box instead of going strait to the internet for the web page, is to go through a proxy server so that porn can be blocked to internal web traffic. I can set it up so each machine uses the proxy in it's web browser, but that is too easy to get around. I know this can't be the first question on this, but I could find no distinct answers in the archives. The only thing I have seen so far is squid, but it seems way overboard for what I need, is there an easier way to just have NAT route the packets? You're help in this matter is very appreciated. Hank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 0:57:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from optics.tdyc.com (tdyc.optics.arizona.edu [128.196.206.206]) by hub.freebsd.org (Postfix) with ESMTP id 8B1E437B78D for ; Wed, 24 May 2000 00:57:21 -0700 (PDT) (envelope-from chris.smith@raytheon.co.uk) Received: (from www-data@localhost) by optics.tdyc.com (8.10.1/8.10.1/Debian 8.10.1-1) id e4O7vJY07521 for freebsd-questions@freebsd.org; Wed, 24 May 2000 00:57:19 -0700 X-Authentication-Warning: optics.tdyc.com: www-data set sender to chris.smith@raytheon.co.uk using -f To: Subject: AT&T theived my USD+SMM+PSD... Message-ID: <959155039.392b8b5f1234f@www.tdyc.com> Date: Wed, 24 May 2000 00:57:19 -0700 From: Chris Smith MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Does anyone know where I can get the missing sections of the BSD 4.4 SMM, USD and PSD without paying AT&T money. I have printed the full set (probably rather pointlessly considering the quality of FreeBSD's docs), and am missing the 'ex AT&T sections'. Cheers, ----------------------------------------------------------- Chris Smith IS Dept - Raytheon Systems Limited [chris.smith@raytheon.co.uk] +44 1279 407 103 ----------------------------------------------------------- Programmers are busy writing the next best idiot proof software. The universe, in the meantine, is busy making the next best idiot. The universe is winning... =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 1: 7:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [213.212.29.17]) by hub.freebsd.org (Postfix) with ESMTP id 2222F37B733 for ; Wed, 24 May 2000 01:07:27 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from enigmatic (dan [192.168.1.20]) by hq1.tyfon.net (Postfix) with SMTP id 1FAF41C5C8; Wed, 24 May 2000 10:07:24 +0200 (CEST) From: "Dan Larsson" To: "Hank" , "BSD" Subject: RE: Help with proxy setup Date: Wed, 24 May 2000 10:09:06 +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: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG | The only thing I have seen so far is squid, but it seems way overboard for | what I need, is there an easier way to just have NAT route the packets? All the above is answered in the Squid FAQ at http://www.squid-cache.org/. However, in short, use ip forwarding, install squid as a transparent cache then use redirectors as squidguard or squirm to filter out unwanted content. | Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 1: 8:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from brutus.eur.nl (brutus.eur.nl [130.115.15.3]) by hub.freebsd.org (Postfix) with ESMTP id A22EF37B9B7 for ; Wed, 24 May 2000 01:08:20 -0700 (PDT) (envelope-from 165866ho@student.eur.nl) Received: from student.eur.nl (rem-254-129.remote.eur.nl [130.115.254.129]) by brutus.eur.nl (8.10.1/8.10.1) with ESMTP id e4O88Ff15174 for ; Wed, 24 May 2000 10:08:15 +0200 (MET DST) Message-ID: <3928EAEF.36437C81@student.eur.nl> Date: Mon, 22 May 2000 10:08:16 +0200 From: Jochem van Ommen <165866ho@student.eur.nl> X-Mailer: Mozilla 4.7 [nl] (Win95; U) X-Accept-Language: nl MIME-Version: 1.0 To: questions@FreeBSD.org Subject: trouble installing 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 seem to have trouble installing FreeBSD 3.3. I just bought the Power Pak (I know, things come a little later in Holland), and things are not going the way I'd want them to go. Installation goes fine, I get to set everything the way I want it, but when everything's installed, I'm sent back to the Main Installation Menu. The only choices there (in my opinion; Am I not looking good enough?) are to start a new installation together with the possibility to change some config, or to Exit Install. So I reasonably tend to choose the latter, when all install is done. When I do so, the system reboots, and nicely gives me the Boot Manager I asked for. When I select FreeBSD, the message "no ufs" appears, and I'm sent to the "boot: " prompt. Typing "-v" after the prompt will result in another no ufs no /kernel message. I own a 486 DX/4-100 with 16 Mb RAM, a Diamond Stealth 64 DRAM 2Mb, a 1.44M floppy drive, a Iomega ZIP100-drive, a genuine doublespeed Mitsumi CD-ROM drive attached to my Gravis UltraSound Classic (which is located at 220h) through address 360h. Windows 95 is installed, and works the way it is expected to work. I have a 3.2 Gb harddisk, divided by the Ontrack Disk Manager into a 2.1 Gb partition, a 850 Mb and a 250 Mb one. (DOS C:, D:, and E:) I used Partition Magic To Reduce C: (2.1 Gb) to 20 Mb, because Windows 95 is on my D: drive, and since the system boots from C:, it has to have the information on C:. So I now have about 2 Gb left between C: and D:, which Windows or DOS will not notice. The partition editor recognizes everything, so you'd think everything would go fine. Installing apparently goes well, but when rebooting, FreeBSD doesn't find the UFS filesystem. Do you have any thoughts on what's going on? sincerely, Jochem van Ommen Rivierstraat 188 Rotterdam 3016 CH - the Netherlands +31.10.4405.295 165866ho@student.eur.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 1:30:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id D64AE37B733 for ; Wed, 24 May 2000 01:30:46 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id NAA01652 for ; Wed, 24 May 2000 13:59:03 +0530 (IST) Received: from pcd75.sasi.com ([10.0.16.75]) by sasi.com; Wed, 24 May 2000 13:59:02 +0000 (IST) Received: from localhost (gbnaidu@localhost) by pcd75.sasi.com (8.9.3/8.9.3) with ESMTP id OAA00896; Wed, 24 May 2000 14:02:07 +0530 Date: Wed, 24 May 2000 14:02:07 +0530 (IST) From: "G.B.Naidu" To: Doug Barton Cc: freebsd-questions@FreeBSD.org Subject: Re: Help on vresion numbers... In-Reply-To: <392B87DB.9FBB2C68@gorean.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, Thanks for the reply. I have been working on FreeBSD from a quite some time. I went through the Handbook and will go throguh FAQs as you have suggested. I would like to know which of the 4.x train of FreeBSD is stable and good to use. thanks --gb On Wed, 24 May 2000, Doug Barton wrote: > "G.B.Naidu" wrote: > > > > Hi, > > > > I would like to know which of the FreeBSD 4.x line of releases are stable > > and good to use. I need to know which version is safe to use to develop a > > commercial device driver. Can some body help me which stable? Is it 4.0 or > > some new version is available? > > With all due respect, if you're going to be developing drivers, you > need to take some time to familiarize yourself with how freebsd works. I > would suggest at minimum that you read through the FAQ and Handbook that > are on the web page. That'll give you a good start. > > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 1:44:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 7960B37B8D9 for ; Wed, 24 May 2000 01:44:36 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12uWgz-000PBE-00; Wed, 24 May 2000 10:39:05 +0200 Date: Wed, 24 May 2000 10:39:05 +0200 From: Marc Silver To: Ilia Chipitsine Cc: questions@FreeBSD.ORG Subject: Re: user-ppp and "set filter" Message-ID: <20000524103905.E92261@draenor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from ilia@cgu.chel.su on Tue, May 23, 2000 at 10:00:46PM +0600 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You'de probably be better off taking a look at /usr/share/examples/ppp/ppp.conf.sample if you would like to see an example of how to use the PPP filters. Good luck, Cheers, Marc On Tue, May 23, 2000 at 10:00:46PM +0600, Ilia Chipitsine wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Dear Sirs, > > I'm a bit confused, I read through "man ppp" and I'm lost inside it :-) > How can "set filter" that denies any connection with certain IP src ? > > Regards, (Nailucsie pozelanij) > Ilia Chipitsine (Il%j Sipicin) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 1:46:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 3D80637BBFB for ; Wed, 24 May 2000 01:46:53 -0700 (PDT) (envelope-from martin@garants.kiev.ua) Received: from citadel.ncc.icyb.kiev.ua (uucp@citadel.ncc.icyb.kiev.ua [193.193.216.140]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id LSA21042 for ; Wed, 24 May 2000 11:46:48 +0300 (EEST) (envelope-from martin@garants.kiev.ua) Received: (from uucp@localhost) by citadel.ncc.icyb.kiev.ua (8.8.8/ICyb-2.3exp) with UUCP id LAA12235 for freebsd-questions@FreeBSD.org; Wed, 24 May 2000 11:46:47 +0300 (EEST) (envelope-from martin@garants.kiev.ua) Received: from martin by garants.kiev.ua (UUPC/extended 1.13f) with SMTP for freebsd-questions@FreeBSD.org; Wed, 24 May 2000 10:37:16 +0200 Message-ID: <000801bfc55b$5effc720$060101c8@martin> From: "martin" To: Subject: ISA Card Date: Wed, 24 May 2000 11:37:54 +0300 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0005_01BFC574.80117850" 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_01BFC574.80117850 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Hi all. I have to made some simple ISA card to work under the FreeBSD 3.3 RELEASE. It have two ports: 0x300 - readonly control and 0x302 read/write data. How can I do this? ------=_NextPart_000_0005_01BFC574.80117850 Content-Type: application/octet-stream; name="Nick Strebkov.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Nick Strebkov.vcf" BEGIN:VCARD VERSION:2.1 N:Strebkov;Nick FN:Nick Strebkov NICKNAME:Seal ORG:UP "Garant-Service" TITLE:Programmer TEL;WORK;VOICE:(+38-044)220-0590, 220-0281 TEL;WORK;FAX:(+38-044)227-1128 ADR;WORK:;;;Kyiv;;;Ukraine LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Kyiv=0D=0AUkraine X-WAB-GENDER:2 BDAY:19771223 EMAIL;PREF;INTERNET:martin@garants.kiev.ua REV:20000524T083754Z END:VCARD ------=_NextPart_000_0005_01BFC574.80117850-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 1:49:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from optics.tdyc.com (tdyc.optics.arizona.edu [128.196.206.206]) by hub.freebsd.org (Postfix) with ESMTP id A83AC37BC04 for ; Wed, 24 May 2000 01:49:31 -0700 (PDT) (envelope-from chris.smith@raytheon.co.uk) Received: (from www-data@localhost) by optics.tdyc.com (8.10.1/8.10.1/Debian 8.10.1-1) id e4O8nUB08042 for freebsd-questions@freebsd.org; Wed, 24 May 2000 01:49:30 -0700 X-Authentication-Warning: optics.tdyc.com: www-data set sender to chris.smith@raytheon.co.uk using -f To: Subject: HELP! - Clearing screen on logout Message-ID: <959158168.392b97980978e@www.tdyc.com> Date: Wed, 24 May 2000 01:49:28 -0700 From: Chris Smith MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Can anyone tell me _explicitly_ how to clear the screen when a user logs out (or when a getty starts)? I know it's in the gettytab man page, but I cant get it to work. I've probably incorrectly played with the cl option?!? Any ideas? Cheers, ----------------------------------------------------------- Chris Smith IS Dept - Raytheon Systems Limited [chris.smith@raytheon.co.uk] +44 1279 407 103 ----------------------------------------------------------- Programmers are busy writing the next best idiot proof software. The universe, in the meantine, is busy making the next best idiot. The universe is winning... =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 1:55:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.spotmail.COM (trouble.directnet.co.za [196.25.205.226]) by hub.freebsd.org (Postfix) with ESMTP id B099437BC04 for ; Wed, 24 May 2000 01:54:51 -0700 (PDT) (envelope-from odette@spotmail.com) Received: from spotmail.com (local8.spotmail.com [10.10.10.8]) by mail.spotmail.COM (8.9.3/8.9.1) with ESMTP id KAA25512 for ; Wed, 24 May 2000 10:34:07 GMT (envelope-from odette@spotmail.com) Message-ID: <392B97FF.E0E4AEEF@spotmail.com> Date: Wed, 24 May 2000 10:51:11 +0200 From: Odette X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: questions@FreeBSD.org Subject: PCMCIA Ethernet card... HELP!!!! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir My name is Odette. Im from Port Elizabeth in South Africa. My boss asked me to look on the internet for a consultant to help him with his problem (If you can help him you will be paid for your trouble, of course). He has a PCM CIA Ethernet card in his notebook/laptop, but its not working. He cant seem to get the configuration right. Is there anything you can do for him? Please let me know if you can help him. It will be much appreciated. Sincerely Odette Weideman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 2: 2:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.spotmail.COM (trouble.directnet.co.za [196.25.205.226]) by hub.freebsd.org (Postfix) with ESMTP id 4F94E37BD6C for ; Wed, 24 May 2000 02:02:28 -0700 (PDT) (envelope-from odette@spotmail.com) Received: from spotmail.com (local8.spotmail.com [10.10.10.8]) by mail.spotmail.COM (8.9.3/8.9.1) with ESMTP id KAA25538 for ; Wed, 24 May 2000 10:41:09 GMT (envelope-from odette@spotmail.com) Message-ID: <392B99A5.72D0AFC3@spotmail.com> Date: Wed, 24 May 2000 10:58:13 +0200 From: Odette X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: PCMCIA Ethernet card.... HELP!!! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir My name is Odette. Im from Port Elizabeth in South Africa. My boss asked me to look on the internet for a consultant to help him with his problem (If you can help him you will be paid for your trouble, of course). He has a PCM CIA Ethernet card in his notebook/laptop, but its not working. He cant seem to get the configuration right. Is there anything you can do for him? Please let me know if you can help him. It will be much appreciated. Sincerely Odette Weideman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 2:12:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 3173137BA8D for ; Wed, 24 May 2000 02:12:40 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12uXD7-000PCx-00; Wed, 24 May 2000 11:12:17 +0200 Date: Wed, 24 May 2000 11:12:17 +0200 From: Marc Silver To: Chris Smith Cc: FreeBSD Questions Subject: Re: HELP! - Clearing screen on logout Message-ID: <20000524111217.F92261@draenor.org> References: <959158168.392b97980978e@www.tdyc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <959158168.392b97980978e@www.tdyc.com>; from chris.smith@raytheon.co.uk on Wed, May 24, 2000 at 01:49:28AM -0700 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, This depends on your shell. If tcsh: echo clear > .logout If bash: echo clear > .bash_logout That'll do it for you. :) Cheers, Marc On Wed, May 24, 2000 at 01:49:28AM -0700, Chris Smith wrote: > Hi, > > Can anyone tell me _explicitly_ how to clear the screen > when a user logs out (or when a getty starts)? I know it's > in the gettytab man page, but I cant get it to work. I've > probably incorrectly played with the cl option?!? > > Any ideas? > > Cheers, > > ----------------------------------------------------------- > Chris Smith IS Dept - Raytheon Systems Limited > [chris.smith@raytheon.co.uk] +44 1279 407 103 > ----------------------------------------------------------- > Programmers are busy writing the next best idiot proof > software. The universe, in the meantine, is busy making the > next best idiot. The universe is winning... > =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 2:19:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.deadbbs.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id 59D0637BB6B for ; Wed, 24 May 2000 02:19:01 -0700 (PDT) (envelope-from Kahn@deadbbs.com) Received: from curly (mongo.sdccd.cc.ca.us [209.129.16.5]) by hermes.deadbbs.com (8.9.3/8.9.3) with SMTP id OAA00910 for ; Tue, 23 May 2000 14:52:09 -0700 (PDT) From: "Erin" To: Subject: HTML acrhive for emails. Date: Tue, 23 May 2000 14:51:57 -0700 Message-ID: <002601bfc501$1e39b200$8914820a@curly.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.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does any one know of a HTML archiver for emails? Maybe one with a built-in search feature? Thanks, Erin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 2:22:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bumper.jellybaby.net (bumper.jellybaby.net [194.159.247.1]) by hub.freebsd.org (Postfix) with ESMTP id 000B937BC04 for ; Wed, 24 May 2000 02:22:32 -0700 (PDT) (envelope-from simond@bumper.jellybaby.net) Received: (from simond@localhost) by bumper.jellybaby.net (8.9.2/8.9.2) id KAA64120; Wed, 24 May 2000 10:22:22 +0100 (BST) (envelope-from simond) Date: Wed, 24 May 2000 10:22:22 +0100 From: simond@irrelevant.org To: Erin Cc: questions@FreeBSD.ORG Subject: Re: HTML acrhive for emails. Message-ID: <20000524102222.B63489@irrelevant.org> References: <002601bfc501$1e39b200$8914820a@curly.sdccd.cc.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <002601bfc501$1e39b200$8914820a@curly.sdccd.cc.ca.us>; from Kahn@deadbbs.com on Tue, May 23, 2000 at 02:51:57PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 02:51:57PM -0700, Erin wrote: > > > Does any one know of a HTML archiver for emails? Maybe one with a built-in > search feature? Try /usr/ports/www/hypermail -- Simon Dick simond@irrelevant.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 3:45:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ockle.dev.nanoteq.co.za (ockle.dev.nanoteq.co.za [196.7.114.28]) by hub.freebsd.org (Postfix) with ESMTP id 71AE437BCB7; Wed, 24 May 2000 03:44:50 -0700 (PDT) (envelope-from johan@ockle.dev.nanoteq.co.za) Received: (from johan@localhost) by ockle.dev.nanoteq.co.za (8.9.3/8.9.3) id MAA75813; Wed, 24 May 2000 12:50:16 +0200 (SAST) (envelope-from johan) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Disposition-Notification-To: jkruger@oskar.dev.nanoteq.co.za X-Chameleon-Return-To: jkruger@oskar.dev.nanoteq.co.za X-XFmail-Return-To: jkruger@oskar.dev.nanoteq.co.za Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 24 May 2000 12:50:16 +0200 (SAST) Organization: Nanoteq From: Johan Kruger To: FreeBSD Current , FreeBSD-Questions Subject: buildworld and/or release error -> /usr/src/sys/boot/i386/btx/btx Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What's with the following ? ( Buiding a release - got the same error with world ) try and do a --> m4 btx.m4 btx.s | as -o btx.o in the directory --> /usr/src/sys/boot/i386/btx/btx It give numerious warnings and errors ---{standard input}: Assembler messages: {standard input}:136: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:138: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:139: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:199: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:204: Error: suffix or operands invalid for `ltr' {standard input}:222: Error: suffix or operands invalid for `push' {standard input}:248: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:249: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:250: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:251: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:252: Warning: using `%ecx' instead of `%cx' due to `l' suffix {standard input}:260: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:261: Warning: using `%eax' instead of `%ax' due to `l' suffix {standard input}:308: Error: suffix or operands invalid for `push' {standard input}:310: Error: suffix or operands invalid for `push etc ... etc -------------------------------------------------- cc -fno-builtin -Os -DKZIP -I/usr/obj/usr/src/i386/usr/include -c /usr/src/sys/boot/i386/kgzldr/lib.c (cd /usr/src/sys/boot/i386/kgzldr; m4 -DSIOPRT=0x3f8 /usr/src/sys/boot/i386/kgzldr/crt.s) | as -o crt.o (cd /usr/src/sys/boot/i386/kgzldr; m4 -DSIOPRT=0x3f8 /usr/src/sys/boot/i386/kgzldr/sio.s) | as -o sio.o cc -nostdlib -static -r -o kgzldr.o start.o boot.o inflate.o lib.o crt.o sio.o ===> sys/boot/i386/btx ===> sys/boot/i386/btx/btx (cd /usr/src/sys/boot/i386/btx/btx; m4 btx.m4 btx.s) | as -o btx.o *** Error code 1 Stop in /usr/src/sys/boot/i386/btx/btx. *** Error code 1 ---------------------------------- E-Mail: Johan Kruger Date: 24-May-00 Time: 12:43:38 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 May 24 3:47:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id ABB2A37BC57 for ; Wed, 24 May 2000 03:47:05 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id 5863F3ACA; Wed, 24 May 2000 12:47:01 +0200 (SAST) Message-ID: <392BB325.98F067B1@brwn.org> Date: Wed, 24 May 2000 12:47:01 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: Doug Barton Cc: questions@freebsd.org Subject: Re: DNS and e-mail. References: <392A6565.B3E2FDD8@brwn.org> <392B8646.43EBFA0F@gorean.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Well, since it's doing exactly what it should be, I shouldn't complain about it. Thanks for explaining it to me. Regards Willem Brown Doug Barton wrote: > > Willem Brown wrote: > > > > Hi, > > > > I'm running a secondary DNS for my domain which is > > hosted by Granitecanyon. The idea was that whenever the two > > main DNS servers are unavailable that mine will be used so > > I don't get cut off from the world completely. > > unfortunately, DNS does not work that way. > > > What then causes my DNS to be queried when I send an > > e-mail to the list? Any ideas? > > The fact that you have it listed in the NS records for your domain. The > terms "primary" and "secondary" are only relative to where you update > the files. Secondary (or slave) nameservers pick up their updates from > the primary or master nameservers. Every nameserver listed in the NS > records will be queried on a more or less equal basis. You see an > increase in traffic because the overall number of queries for your > domain has gone up. > > The only way to resolve this problem is to remove your nameserver from > the NS records. > > HTH, > > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 4: 3:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theo.namodn.com (anyhosting.com [209.0.100.50]) by hub.freebsd.org (Postfix) with ESMTP id 988CD37BC67 for ; Wed, 24 May 2000 04:03:18 -0700 (PDT) (envelope-from robert@theo.namodn.com) Received: (from robert@localhost) by theo.namodn.com (8.9.3/8.9.3) id EAA24792 for freebsd-questions@freebsd.org; Wed, 24 May 2000 04:13:29 -0700 Date: Wed, 24 May 2000 04:13:29 -0700 From: Rob To: freebsd-questions@freebsd.org Subject: sendmail delays Message-ID: <20000524041329.A24750@theo.namodn.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i Organization: Namodn Artists - http://www.namodn.com X-OS-Type: Debian GNU/Linux 2.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, We are experiencing delays with local delivery on our mail server. I looked up the message ID's on a couple of the ones I found, and I did not see anything odd. Here's an example ( names blotted out to protect the guilty ;) maillog.2:May 21 01:05:52 smtp sendmail[79637]: TAA13399: to=,,,,,,, ctladdr= (1143/1143), delay=1+05:40:10, xdelay=00:00:00, mailer=local, relay=local, stat=Sent This seems like a very long delay to me, considering that it was sent from the same domain. I have tried cross-referencing the approx. timestamp in other logs, but I don't see anything out of the ordinary. What could be causing delays like this? Thanks, Rob ( Namodn ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 4: 7:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rhenium.btinternet.com (rhenium.btinternet.com [194.73.73.93]) by hub.freebsd.org (Postfix) with ESMTP id ACAE937BC2D for ; Wed, 24 May 2000 04:07:34 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [213.1.164.88] (helo=parish.my.domain) by tantalum with esmtp (Exim 2.05 #1) id 12uIeF-00005o-00; Tue, 23 May 2000 18:39:20 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id SAA00970; Tue, 23 May 2000 18:38:45 +0100 (BST) (envelope-from mark) Date: Tue, 23 May 2000 18:38:45 +0100 From: Mark Ovens To: Rahul Siddharthan Cc: Daniel Killingsworth , questions@freebsd.org Subject: Re: Netscape configuration Message-ID: <20000523183845.A233@parish> References: <20000523144238.95459.qmail@hotmail.com> <20000523201708.A26619@physics.iisc.ernet.in> <20000523202516.C26619@physics.iisc.ernet.in> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000523202516.C26619@physics.iisc.ernet.in>; from rsidd@physics.iisc.ernet.in on Tue, May 23, 2000 at 08:25:16PM +0530 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 23, 2000 at 08:25:16PM +0530, Rahul Siddharthan wrote: > Rahul Siddharthan said on May 23, 2000 at 20:17:09: > > Edit /etc/resolv.conf, and insert the IP address of your ISP's DNS server. > > Should have been clearer: insert a line like the following > nameserver 12.34.56.78 > replacing the number with the IP address of your nameserver. > If you have the line enable dns in /etc/ppp/ppp.conf then /etc/resolv.conf will get updated with the correct nameserver IPs automatically everytime you connect to your ISP. Well, it will with most ISPs, I did have one where it didn't work. > R. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 4:18:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 4ED8137BC2D; Wed, 24 May 2000 04:18:51 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000524111850.RLZM22611.mail.rdc1.va.home.com@john.baldwin.cx>; Wed, 24 May 2000 04:18:50 -0700 Content-Length: 560 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, 24 May 2000 07:18:50 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Johan Kruger Subject: RE: buildworld and/or release error -> /usr/src/sys/boot/i386/bt Cc: FreeBSD-Questions , Cc: FreeBSD-Questions , FreeBSD Current Message-Id: <20000524111850.RLZM22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-May-00 Johan Kruger wrote: > What's with the following ? > ( Buiding a release - got the same error with world ) You need to cvsup to the latest -current. Specifically: # ident /usr/release/usr/src/sys/boot/i386/btx/btx/btx.s /usr/release/usr/src/sys/boot/i386/btx/btx/btx.s: $FreeBSD: src/sys/boot/i386/btx/btx/btx.s,v 1.17 2000/05/23 12:18:48 jhb Exp $ -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 4:32:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sirius.hq.netzmarkt.de (a-194-24-217-99.easynet.de [194.24.217.99]) by hub.freebsd.org (Postfix) with ESMTP id 1947837BCA4 for ; Wed, 24 May 2000 04:32:31 -0700 (PDT) (envelope-from shu@sirius.hq.netzmarkt.de) Received: by sirius.hq.netzmarkt.de (Postfix, from userid 1001) id 88274150; Wed, 24 May 2000 13:32:47 +0200 (CEST) Date: Wed, 24 May 2000 13:32:47 +0200 From: Sven Huster To: freebsd-questions@FreeBSD.ORG Subject: Re: running headless Message-ID: <20000524133247.A37808@sirius.hq.netzmarkt.de> Reply-To: shup@netzmarkt.de Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200005231855.LAA22995@tera.com> <20000524000646.D40441@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000524000646.D40441@cc942873-a.ewndsr1.nj.home.com>; from cjc@cc942873-a.ewndsr1.nj.home.com on Wed, May 24, 2000 at 12:06:46AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG by the way, does anybody knew about a x86-based motherboard, which supports serial access to BIOS etc. so it could be run completely without any keyboard and graphics even on installation. thanks sven On Wed, May 24, 2000 at 12:06:46AM -0400, Crist J. Clark wrote: > On Tue, May 23, 2000 at 11:55:16AM -0700, Gary Kline wrote: > > According to Troy Settle: > > > > > > I've got 5 or 6 boxes running headless. I don't do anything special with > > > the kernel. > > > > > > > Do you do anything to getty or anything else in /etc so > > that getty isn't continually trying to spawn a tty for > > the console? > > > > Seems to me that I got complaints trying to boot without > > a keyboard once... > > > > It'd be nice if I could move my othre CRT//keyboard away > > and boot without things blowing up (!) > > That's your BIOS. It has nothing to do with the kernel (since you > never actually get to booting it). Go into the BIOS and try to find an > option to "Boot on error" or something about booting without > keyboards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 4:36:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3502.mail.yahoo.com (web3502.mail.yahoo.com [204.71.203.69]) by hub.freebsd.org (Postfix) with SMTP id 563E337BC96 for ; Wed, 24 May 2000 04:36:31 -0700 (PDT) (envelope-from sgagl15150@yahoo.com) Message-ID: <20000524113630.21951.qmail@web3502.mail.yahoo.com> Received: from [207.3.111.254] by web3502.mail.yahoo.com; Wed, 24 May 2000 04:36:30 PDT Date: Wed, 24 May 2000 04:36:30 -0700 (PDT) From: Salvatore Gagliano Subject: Installation 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 I have freeBSD. The VErsion is as of May 1999. i do not know the version number offhand. I have tried to install FreeBsd several times ondce from the hard Drive and the rest from the cd i have 50X CD-ROM.could you please Help. __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts 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 May 24 4:59:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nexus.plymovent.se (nexus.plymovent.se [212.247.77.253]) by hub.freebsd.org (Postfix) with ESMTP id 0E1EA37BCCA for ; Wed, 24 May 2000 04:59:16 -0700 (PDT) (envelope-from thomas.uhrfelt@plymovent.se) Received: from tu ([192.168.1.249]) by nexus.plymovent.se (8.9.3/8.9.3) with SMTP id OAA23446; Wed, 24 May 2000 14:44:24 +0200 (CEST) (envelope-from thomas.uhrfelt@plymovent.se) Received: by localhost with Microsoft MAPI; Wed, 24 May 2000 13:54:26 +0200 Message-ID: <01BFC587.92EFA920.thomas.uhrfelt@plymovent.se> From: Thomas Uhrfelt Reply-To: "thomas.uhrfelt@plymovent.se" To: "'Salvatore Gagliano'" Cc: "freebsd-questions@FreeBSD.ORG" Subject: SV: Installation help Date: Wed, 24 May 2000 13:54:25 +0200 Organization: PlymoVent AB 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I have freeBSD. The VErsion is as of May 1999. i do > not know the version number offhand. I have tried to > install FreeBsd several times ondce from the hard > Drive and the rest from the cd i have 50X CD-ROM.could > you please Help. I am sure we could help you, if only you give us enough detail of the problem. What happened and where is a good start. Regards, Thomas Uhrfelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 5:31:54 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 88AC637B56A for ; Wed, 24 May 2000 05:31:51 -0700 (PDT) (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.3) id HAA43316; Wed, 24 May 2000 07:31:42 -0500 (CDT) (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: Wed, 24 May 2000 07:31:42 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Doug Barton Subject: RE: fxp not "Etherexpress" any more? Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-May-00 Doug Barton wrote: > I'm looking through online stores to try and find a good deal on > our old friend "Intel Etherexpress Pro/100+" and it seems that Intel has > dropped the "Etherexpress" word from the name, yes? I looked through the > mail archives and this is the conclusion I come to, although I couldn't > find an e-mail where someone came right out and said it. It's the 82559 > chip, and it's listed on Intel's web site as their top of the line, > whereas I could not find any references to "Etherexpress". I'm using the Intel PRO/100+ Management Adapter, which appears to be what the EtherExpress is called now. :-) Works fine as the fxp device. -- 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 Wed May 24 5:41:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fwse.teligent.se (gateway.teligent.se [194.17.198.3]) by hub.freebsd.org (Postfix) with SMTP id 8018737BCC2 for ; Wed, 24 May 2000 05:41:44 -0700 (PDT) (envelope-from niklas@teligent.se) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Wed, 24 May 2000 14:43:02 +0200 To: freebsd-questions@FreeBSD.ORG Subject: panic bounce memory out of range Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" From: Niklas Message-Id: <200005241241.OAA07853@teligent.se> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! When I am trying to install 2.2.8 on a computer with 1 GB RAM the message "panic bounce memory out of range" is displayed. One solution is to take away some simms, install everything, relink the kernel without the option bounce buffers, reboot the computer, attach the simms and start up again. That works....but I have many computers to install... Can anyone help me // Niklas Birgersson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 5:48:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tel.netraam.com (node13c7b.a2000.nl [24.132.60.123]) by hub.freebsd.org (Postfix) with ESMTP id 9D9CC37B91B for ; Wed, 24 May 2000 05:48:27 -0700 (PDT) (envelope-from maarten@netraam.com) Received: from maarten (helo=localhost) by tel.netraam.com with local-esmtp (Exim 3.13 #1) id 12uaaC-0007LB-00; Wed, 24 May 2000 14:48:20 +0200 Date: Wed, 24 May 2000 14:48:20 +0200 (CEST) From: Maarten de Vries To: Niklas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: panic bounce memory out of range In-Reply-To: <200005241241.OAA07853@teligent.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 On Wed, 24 May 2000, Niklas wrote: > When I am trying to install 2.2.8 on a computer with 1 GB RAM the message > "panic bounce memory out of range" is displayed. May I kindly ask why you would want to use such an old version? Does this error occur when you use a more current distribution as well? -- maarten@netraam.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 5:53: 7 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 16C3F37BA12 for ; Wed, 24 May 2000 05:53:03 -0700 (PDT) (envelope-from Mark.Hummel@hurlburt.af.mil) Received: from shepherd.hurlburt.af.mil (root@localhost) by shepherd.hurlburt.af.mil with ESMTP id HAA19140 for ; Wed, 24 May 2000 07:50:44 -0500 (CDT) From: Mark.Hummel@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 HAA19136 for ; Wed, 24 May 2000 07:50:44 -0500 (CDT) Received: by exwncc01.hurlburt.af.mil with Internet Mail Service (5.5.2448.0) id ; Wed, 24 May 2000 07:52:57 -0500 Message-ID: <856532CB07BED3118FE300204840E28A01107537@vexwncc02.hurlburt.af.mil> To: freebsd-questions@FreeBSD.ORG Subject: Drive Access??? Date: Wed, 24 May 2000 07:52:52 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, issue #1) How do set up the 3.5" FDD, 100 Mb internal Zip drive, and CD ROM drive so I can access them when BSD boots? I especially need access to my distribution CD ROM so I can install more of the software that came with the OS. The OS does recognize these drives and I, of course, know the OS designation for them from dmseg. issue #2) I would also like to know how to set up my Crystal 128 Wave Table sound card. The OS does not recognize what it is although it does identify the ISA slot, memory address range, IRQ, and DMA channels. You all have been great and very patient with me (a 2 week newbie) so thank you all in advance. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 6:21:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out1.bellatlantic.net (smtp-out1.bellatlantic.net [199.45.39.156]) by hub.freebsd.org (Postfix) with ESMTP id 1C70A37B80D; Wed, 24 May 2000 06:21:45 -0700 (PDT) (envelope-from zicc@bellatlantic.net) Received: from bellatlantic.net (adsl-151-201-20-104.bellatlantic.net [151.201.20.104]) by smtp-out1.bellatlantic.net (8.9.1/8.9.1) with ESMTP id JAA21697; Wed, 24 May 2000 09:21:37 -0400 (EDT) Message-ID: <392BD76A.56E77FA8@bellatlantic.net> Date: Wed, 24 May 2000 09:21:46 -0400 From: Chad Ziccardi X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: [Fwd: Re: Xfree-4 WAS: Re: Proper method of updating XFree86] 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 he meant this to goto the list, my apologies if I X-post to the wrong one. --CZ -------- Original Message -------- Subject: Re: Xfree-4 WAS: Re: Proper method of updating XFree86 Date: Wed, 24 May 2000 08:13:59 -0500 From: "Thomas T. Veldhouse" To: "Chad Ziccardi" References: <392B638E.3F319B16@dccnet.com> <392B6647.887DCBBA@bellatlantic.net> Can anybody point me to a link that describes this "Hole"? I have not found any such report anywhere, as of about two weeks ago. Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: Chad Ziccardi To: Sent: Wednesday, May 24, 2000 12:19 AM Subject: Xfree-4 WAS: Re: Proper method of updating XFree86 > "Kevin G. Eliuk" wrote: > > > > Hello, > > > > Installed "X" during a fresh install of 3.4, and have since sup-graded to > > 4.0-STABLE. I would like to update with the ports to XFree86-4.0 from 3.3.5. > > > > Being it is not a registered pkg, I cannot do a make deinstall or a pkg_delete. > > > > What is the best way to update and be able to not leave anything from the old > > distibution that can affect the performance or stability of the update? > > > > Or > > > > Is there an issue to worry about? > > I just cvsup'd to 4-stable, currently under the new ports as well, > /usr/ports/x11/Xfree-4 is forbidden (yup I could comment the line out, and > I have, since no one can reach that computer (rarely attached to my > network)) > > If the port maintainer knows the problem and thus it's marked forbidden, > why not just fix it? Maybe I'm off base here, and thus I apologize. > > --CZ > > > 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 May 24 6:33:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.walshsimmons.co.uk (www.walshsimmons.co.uk [194.200.209.2]) by hub.freebsd.org (Postfix) with ESMTP id C42D837B80D for ; Wed, 24 May 2000 06:33:12 -0700 (PDT) (envelope-from paul@walshsimmons.co.uk) Received: from cesar.nationnet.com (mag.nation-net.com [194.200.209.123]) by www.walshsimmons.co.uk (8.8.8/8.8.8) with SMTP id OAA04274; Wed, 24 May 2000 14:46:03 +0100 (BST) From: "Paul Walsh" To: "Lowell Gilbert" Cc: Subject: RE: MAXMEM on freeBSD3.4-RELEASE Date: Wed, 24 May 2000 14:33:25 +0100 Message-ID: <010c01bfc584$a38dd700$7bd1c8c2@nationnet.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 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: <44vh04uluw.fsf@lowellg.ne.mediaone.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks. It was quicker to recompile - kernels are now built and humming .... Great OS - been using it for 5 years. Regards, Paul Walsh WALSH SIMMONS The Old Bank, 247 Chapel St, Manchester, UK T:01618399337 F:01618399336 ISDN:01618346884 www.walshsimmons.co.uk Paul mobile: 07714 523312 Sweet dreams at http://www.laterooms.com -----Original Message----- From: lowell@lowellg.ne.mediaone.net [mailto:lowell@lowellg.ne.mediaone.net]On Behalf Of Lowell Gilbert Sent: 24 May 2000 14:19 To: Paul Walsh Subject: Re: MAXMEM on freeBSD3.4-RELEASE paul@walshsimmons.co.uk (Paul Walsh) writes: > Only seeing 64M on a Dell P550 with 384M of ram > > Have tried: > > boot -MAXMEM=393216 > > from loader - any suggestions for a temp fix? > > Could I use kernel_options in /boot/defaults/loader.conf - if so what > syntax? > > I have RT'd every FM by the way ;-) > > I intend to rebuild kernel first chance I get ... As a rule, that *is* the recommended temporary fix. None of the other things you mentioned have any chance of working that I can see; MAXMEM is a compile-time variable, and thus can't be set at runtime. There are some references to a hw.maxmem variable, but I can't track it down quickly; you might play with "set hw.maxmem=393216", but it may not help... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 6:33:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 4CF9A37B80D for ; Wed, 24 May 2000 06:33:28 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id GAA35499 for ; Wed, 24 May 2000 06:33:28 -0700 (PDT) (envelope-from jim@freeze.org) Date: Wed, 24 May 2000 06:33:28 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: questions@freebsd.org Subject: Does apache package support mysql? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed apache via /stand/sysinstall. Later, I installed mysql from the mysql-...tgz packages found at ftp.freebsd.org. When I try to access a mysql function like mysql_pconnect() I get the undefined or unsupported function error. I checked the mailings and they said that mysql must be installed first--so uninstall apache and re-install. I did this with pkg_delete and /stand/sysinstall, but still no mysql support. Now I have had this working in the past, but I don't remember having to compile apache (or install from ports). Where did I go wrong? (FBSD 3.4R) Thanks ============================================ Jim Freeze jim@freeze.org www.freeze.org -------------- Save on CDs, DVDs and Books till May 31 2000 $10 Off a purchase of $30 and $33 Off a purchase of $100. Visit www.freeze.org ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 6:39:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 5201037BBDD for ; Wed, 24 May 2000 06:39:19 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12ubMN-000PVe-00; Wed, 24 May 2000 15:38:07 +0200 Date: Wed, 24 May 2000 15:38:07 +0200 From: Marc Silver To: Jim Freeze Cc: FreeBSD Questions Subject: Re: Does apache package support mysql? Message-ID: <20000524153807.Q92261@draenor.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from jim@freeze.org on Wed, May 24, 2000 at 06:33:28AM -0700 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, You should have installed the apache with PHP support. Standard apache does not have support built in for mySQL. You can either install this with /stand/sysintall or install the port from /usr/ports/www/apache13-php3 or /usr/ports/www/apache13-php4, depending on which version of php you want to use. Cheers, Marc On Wed, May 24, 2000 at 06:33:28AM -0700, Jim Freeze wrote: > I installed apache via /stand/sysinstall. > > Later, I installed mysql from the mysql-...tgz packages found at > ftp.freebsd.org. > > When I try to access a mysql function like mysql_pconnect() I get the > undefined or unsupported function error. I checked the mailings and they > said that mysql must be installed first--so uninstall apache and > re-install. > > I did this with pkg_delete and /stand/sysinstall, but still no mysql > support. > > Now I have had this working in the past, but I don't remember having to > compile apache (or install from ports). > > Where did I go wrong? > (FBSD 3.4R) > > Thanks > > ============================================ > Jim Freeze > jim@freeze.org > www.freeze.org > -------------- > Save on CDs, DVDs and Books till May 31 2000 > $10 Off a purchase of $30 and > $33 Off a purchase of $100. > Visit www.freeze.org > ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 6:55:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id B564B37BC3D for ; Wed, 24 May 2000 06:55:41 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id GAA36960; Wed, 24 May 2000 06:55:23 -0700 (PDT) (envelope-from jim@freeze.org) Date: Wed, 24 May 2000 06:55:23 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Marc Silver Cc: FreeBSD Questions Subject: Re: Does apache package support mysql? In-Reply-To: <20000524153807.Q92261@draenor.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: marcs@draenor.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 May 2000, Marc Silver wrote: > Hey there, > > You should have installed the apache with PHP support. Yes, I had the apache-1.3.9+php3 installed. The php was working. The php calls to mysql_pconnect were not. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 7: 3:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bfm.org (mail.bfm.org [216.127.218.26]) by hub.freebsd.org (Postfix) with ESMTP id 7806637B829 for ; Wed, 24 May 2000 07:03:17 -0700 (PDT) (envelope-from Ryugen@palaver.org) Received: from primo.bfm.org ([216.127.218.20]) by mail.bfm.org (Post.Office MTA v3.5.3 release 223 ID# 0-52399U2500L250S0V35) with SMTP id org for ; Wed, 24 May 2000 09:04:40 -0500 Received: from porta-pad.palaver.org (unverified [24.217.51.231]) by primo.bfm.org (EMWAC SMTPRS 0.83) with SMTP id ; Wed, 24 May 2000 09:03:15 -0500 Message-Id: <4.3.1.2.20000524085651.00a91100@mail.palaver.org> X-Sender: rfisher@mail.palaver.org X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 24 May 2000 09:01:06 -0500 To: freebsd-questions@freebsd.org From: Ryugen@palaver.org (Ryugen C. Fisher) Subject: Apache + FP + SSL Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have had pretty good luck with the Apache w/ mod SSL installed... (on ver 3.4-stable) I believe it is 1.3.9... Now a few clients want the FP extensions added.... Q: Is there an Apache that has BOTH the SSL and the FP mods or am I going to have to choose one or the other Q: Are the any "newbie caveats" I need to be aware of before dealing with the FP mods? TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 7: 8:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id DBD5E37B99A; Wed, 24 May 2000 07:08:23 -0700 (PDT) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e4OE8LR19931; Wed, 24 May 2000 10:08:21 -0400 (EDT) Date: Wed, 24 May 2000 10:08:21 -0400 (EDT) From: Trevor Johnson To: Chad Ziccardi Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG, "Thomas T. Veldhouse" Subject: Re: [Fwd: Re: Xfree-4 WAS: Re: Proper method of updating XFree86] In-Reply-To: <392BD76A.56E77FA8@bellatlantic.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 > Can anybody point me to a link that describes this "Hole"? I have not > found > any such report anywhere, as of about two weeks ago. > Tom Veldhouse http://jpj.net/~trevor/xfree.html > From: Chad Ziccardi > > > Being it is not a registered pkg, I cannot do a make deinstall or a > pkg_delete. > > > > > > What is the best way to update and be able to not leave anything from > the old > > > distibution that can affect the performance or stability of the update? > > > > > > Or > > > > > > Is there an issue to worry about? I've noticed these problems: - the format of XF86Config has changed, so I had to make minor changes to the working one I had. - the xterm that comes with XFree86 4.0 doesn't display colors correctly when I do set prompt="%{\e[32;43m%}%~%{\e[37;40m%} " in tcsh. Saving the 3.3.6 xterm or using one from Thomas Dickey's site might do the trick. Someone was working on a port of the latter. - I haven't figured out how to get the 4.0 X server to play nicely with moused. I had Device "/dev/sysmouse" in my old XF86Config file and was able to use the mouse both in X and in text mode. XFree86 4.0 won't use that. What I'm doing at the moment is killing moused before switching to X, then running it again when I switch back to text mode. If I switch into X while moused is running, I'll have to log in over the network to kill moused, because the keyboard becomes unusable (of course, the power switch still works). > > I just cvsup'd to 4-stable, currently under the new ports as well, > > /usr/ports/x11/Xfree-4 is forbidden (yup I could comment the line out, and > > I have, since no one can reach that computer (rarely attached to my > > network)) > > > > If the port maintainer knows the problem and thus it's marked forbidden, > > why not just fix it? Maybe I'm off base here, and thus I apologize. I've prepared a patch that fixes it for me. I e-mailed it yesterday to the person who reported the problem on BUGTRAQ, the maintainer of the XFree86-4 port, the person who marked the port forbidden, and the freebsd-ports mailing list, asking them to review it. So far there has been no response. The message is archived at http://www.geocrawler.com/lists/3/FreeBSD/167/25/3781546/ and the patch itself is at http://jpj.net/~trevor/freebsd/ports/xfree.diff . -- Trevor Johnson http://jpj.net/~trevor/gpgkey.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 7:12:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from citadel.cequrux.com (citadel.cdsec.com [192.96.22.18]) by hub.freebsd.org (Postfix) with ESMTP id E117B37BC1D for ; Wed, 24 May 2000 07:12:22 -0700 (PDT) (envelope-from gram@cequrux.com) Received: (from nobody@localhost) by citadel.cequrux.com (8.8.8/8.6.9) id QAA22284 for ; Wed, 24 May 2000 16:12:19 +0200 (SAST) Received: by citadel.cequrux.com via recvmail id 22205; Wed May 24 16:11:43 2000 Message-ID: <392BE36B.A79C1B39@cequrux.com> Date: Wed, 24 May 2000 16:12:59 +0200 From: Graham Wheeler Organization: Cequrux Technologies X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Problems compiling FreeBSD stable Content-Type: multipart/mixed; boundary="------------66B809FE13CF81681B53D2DA" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------66B809FE13CF81681B53D2DA Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi all I am trying to do a `make world' after cvsup'ing my whole /usr/src tree to the latest stable release. I'm getting a whole load of errors when it gets to compiling gcc though. I have attached the tail end of my make output. Does anyone have any suggestions as to how I can proceed? TIA gram --------------66B809FE13CF81681B53D2DA Content-Type: text/plain; charset=us-ascii; name="make.out" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="make.out" cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/xref.c cc -O -pipe -DFREEBSD_NATIVE -DIN_GCC -DHAVE_CONFIG_H -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -I/usr/obj/usr/src/i386/usr/include -static -o cc1plus parse.o call.o class.o cvt.o decl.o decl2.o errfn.o error.o except.o expr.o friend.o init.o lex.o method.o pt.o ptree.o repo.o rtti.o search.o semantics.o sig.o spew.o tree.o typeck.o typeck2.o xref.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `finish_struct': c-decl.o(.text+0x6ae8): multiple definition of `finish_struct' class.o(.text+0x4f94): first defined here /usr/libexec/elf/ld: Warning: size of symbol `finish_struct' changed from 286 to 1572 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o)(.data+0x58): multiple definition of `dollars_in_ident' decl2.o(.data+0x3c): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `print_lang_identifier': c-decl.o(.text+0xe7c): multiple definition of `print_lang_identifier' ptree.o(.text+0x3e0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `print_lang_identifier' changed from 202 to 125 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `shadow_label': c-decl.o(.text+0x2cc8): multiple definition of `shadow_label' decl.o(.text+0x49ac): first defined here /usr/libexec/elf/ld: Warning: size of symbol `shadow_label' changed from 102 to 126 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `xref_tag': c-decl.o(.text+0x68c8): multiple definition of `xref_tag' decl.o(.text+0xecdc): first defined here /usr/libexec/elf/ld: Warning: size of symbol `xref_tag' changed from 957 to 204 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `init_decl_processing': c-decl.o(.text+0x2f5c): multiple definition of `init_decl_processing' decl.o(.text+0x6000): first defined here /usr/libexec/elf/ld: Warning: size of symbol `init_decl_processing' changed from 7570 to 5366 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `define_label': c-decl.o(.text+0x2d48): multiple definition of `define_label' decl.o(.text+0x4a14): first defined here /usr/libexec/elf/ld: Warning: size of symbol `define_label' changed from 687 to 135 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `poplevel': c-decl.o(.text+0x10e8): multiple definition of `poplevel' decl.o(.text+0x6e0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `poplevel' changed from 1427 to 706 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `shadow_tag': c-decl.o(.text+0x44f0): multiple definition of `shadow_tag' decl.o(.text+0x8090): first defined here /usr/libexec/elf/ld: Warning: size of symbol `shadow_tag' changed from 109 to 21 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `finish_decl': c-decl.o(.text+0x4888): multiple definition of `finish_decl' decl.o(.text+0x97bc): first defined here /usr/libexec/elf/ld: Warning: size of symbol `finish_decl' changed from 29 to 1082 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `maybe_build_cleanup': c-decl.o(.text+0x4cc4): multiple definition of `maybe_build_cleanup' decl.o(.text+0x118dc): first defined here /usr/libexec/elf/ld: Warning: size of symbol `maybe_build_cleanup' changed from 25 to 7 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `start_enum': c-decl.o(.text+0x713c): multiple definition of `start_enum' decl.o(.text+0xf5d0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `start_enum' changed from 180 to 171 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `store_parm_decls': c-decl.o(.text+0x7aa0): multiple definition of `store_parm_decls' decl.o(.text+0x104d0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `store_parm_decls' changed from 704 to 1650 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `insert_block': c-decl.o(.text+0x13e8): multiple definition of `insert_block' decl.o(.text+0xcb0): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `getdecls': c-decl.o(.text+0x2dd0): multiple definition of `getdecls' decl.o(.text+0x4e04): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `lookup_name_current_level': c-decl.o(.text+0x2f18): multiple definition of `lookup_name_current_level' decl.o(.text+0x5cb8): first defined here /usr/libexec/elf/ld: Warning: size of symbol `lookup_name_current_level' changed from 143 to 65 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `copy_lang_decl': c-decl.o(.text+0x86b4): multiple definition of `copy_lang_decl' lex.o(.text+0x6b18): first defined here /usr/libexec/elf/ld: Warning: size of symbol `copy_lang_decl' changed from 169 to 5 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `start_decl': c-decl.o(.text+0x4668): multiple definition of `start_decl' decl.o(.text+0x8128): first defined here /usr/libexec/elf/ld: Warning: size of symbol `start_decl' changed from 1206 to 541 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `gettags': c-decl.o(.text+0x2ddc): multiple definition of `gettags' decl.o(.text+0x4e10): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `keep_next_level': c-decl.o(.text+0xf88): multiple definition of `keep_next_level' decl.o(.text+0x220): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o)(.data+0x5c): multiple definition of `debug_temp_inits' decl.o(.data+0x24): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `build_enumerator': c-decl.o(.text+0x741c): multiple definition of `build_enumerator' decl.o(.text+0xf894): first defined here /usr/libexec/elf/ld: Warning: size of symbol `build_enumerator' changed from 486 to 385 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `delete_block': c-decl.o(.text+0x13ac): multiple definition of `delete_block' decl.o(.text+0xc74): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `finish_enum': c-decl.o(.text+0x71e8): multiple definition of `finish_enum' decl.o(.text+0xf684): first defined here /usr/libexec/elf/ld: Warning: size of symbol `finish_enum' changed from 528 to 563 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o)(.data+0x34): multiple definition of `flag_signed_bitfields' decl2.o(.data+0x0): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `lookup_name': c-decl.o(.text+0x2ef0): multiple definition of `lookup_name' decl.o(.text+0x5ca0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `lookup_name' changed from 23 to 37 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `complete_array_type': c-decl.o(.text+0x4d70): multiple definition of `complete_array_type' decl.o(.text+0x9a64): first defined here /usr/libexec/elf/ld: Warning: size of symbol `complete_array_type' changed from 361 to 283 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `pushdecl': c-decl.o(.text+0x239c): multiple definition of `pushdecl' decl.o(.text+0x36c8): first defined here /usr/libexec/elf/ld: Warning: size of symbol `pushdecl' changed from 2371 to 1611 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `declare_parm_level': c-decl.o(.text+0xfd4): multiple definition of `declare_parm_level' decl.o(.text+0x260): first defined here /usr/libexec/elf/ld: Warning: size of symbol `declare_parm_level' changed from 18 to 14 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `print_lang_decl': c-decl.o(.text+0xe6c): multiple definition of `print_lang_decl' ptree.o(.text+0x0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `print_lang_decl' changed from 236 to 5 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `print_lang_type': c-decl.o(.text+0xe74): multiple definition of `print_lang_type' ptree.o(.text+0xec): first defined here /usr/libexec/elf/ld: Warning: size of symbol `print_lang_type' changed from 753 to 5 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `groktypename': c-decl.o(.text+0x4628): multiple definition of `groktypename' decl.o(.text+0x8100): first defined here /usr/libexec/elf/ld: Warning: size of symbol `groktypename' changed from 37 to 32 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `grokfield': c-decl.o(.text+0x6a4c): multiple definition of `grokfield' decl2.o(.text+0x1934): first defined here /usr/libexec/elf/ld: Warning: size of symbol `grokfield' changed from 1204 to 83 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `pushlevel': c-decl.o(.text+0xff4): multiple definition of `pushlevel' decl.o(.text+0x2bc): first defined here /usr/libexec/elf/ld: Warning: size of symbol `pushlevel' changed from 129 to 165 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o)(.data+0x3c): multiple definition of `warn_long_long' decl2.o(.data+0x14): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `start_function': c-decl.o(.text+0x75a0): multiple definition of `start_function' decl.o(.text+0xfa7c): first defined here /usr/libexec/elf/ld: Warning: size of symbol `start_function' changed from 2619 to 1264 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `pushdecl_top_level': c-decl.o(.text+0x29e8): multiple definition of `pushdecl_top_level' decl.o(.text+0x4104): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `implicitly_declare': c-decl.o(.text+0x2a18): multiple definition of `implicitly_declare' decl.o(.text+0x4698): first defined here /usr/libexec/elf/ld: Warning: size of symbol `implicitly_declare' changed from 189 to 245 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `kept_level_p': c-decl.o(.text+0xf98): multiple definition of `kept_level_p' decl.o(.text+0x230): first defined here /usr/libexec/elf/ld: Warning: size of symbol `kept_level_p' changed from 47 to 59 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `lookup_label': c-decl.o(.text+0x2c1c): multiple definition of `lookup_label' decl.o(.text+0x4860): first defined here /usr/libexec/elf/ld: Warning: size of symbol `lookup_label' changed from 331 to 169 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `set_block': c-decl.o(.text+0x1414): multiple definition of `set_block' decl.o(.text+0xcdc): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `pushtag': c-decl.o(.text+0x15a0): multiple definition of `pushtag' decl.o(.text+0x20a0): first defined here /usr/libexec/elf/ld: Warning: size of symbol `pushtag' changed from 727 to 132 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `global_bindings_p': c-decl.o(.text+0xf70): multiple definition of `global_bindings_p' decl.o(.text+0x1b4): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o)(.data+0x54): multiple definition of `warn_multichar' decl2.o(.data+0x30): first defined here /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `finish_function': c-decl.o(.text+0x8360): multiple definition of `finish_function' decl.o(.text+0x10880): first defined here /usr/libexec/elf/ld: Warning: size of symbol `finish_function' changed from 3003 to 565 in c-decl.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `implicitly_declare': c-decl.o(.text+0x2a81): undefined reference to `maybe_objc_check_decl' /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `finish_decl': c-decl.o(.text+0x4b1c): undefined reference to `maybe_objc_check_decl' c-decl.o(.text+0x4b51): undefined reference to `maybe_objc_check_decl' c-decl.o(.text+0x4bce): undefined reference to `maybe_objc_check_decl' /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o): In function `grokfield': c-decl.o(.text+0x6a92): undefined reference to `maybe_objc_check_decl' /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libcc_int.a(c-decl.o)(.text+0x7077): more undefined references to `maybe_objc_check_decl' follow *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc1plus. *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. --------------66B809FE13CF81681B53D2DA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 7:14:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 8269B37BA12 for ; Wed, 24 May 2000 07:14:16 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12ubty-000PYZ-00; Wed, 24 May 2000 16:12:50 +0200 Date: Wed, 24 May 2000 16:12:50 +0200 From: Marc Silver To: Jim Freeze Cc: FreeBSD Questions Subject: Re: Does apache package support mysql? Message-ID: <20000524161250.S92261@draenor.org> References: <20000524153807.Q92261@draenor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from jim@freeze.org on Wed, May 24, 2000 at 06:55:23AM -0700 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hrm... Did it install mySQL-client (or -server) as a dependancy?? When I compile, that's one of the dependancies, so I'm assuming you need it. Otherwise I'd suggest recompiling 1.3.12 with php 3.0.16 or php 4. :) Let me know, Cheers, Marc On Wed, May 24, 2000 at 06:55:23AM -0700, Jim Freeze wrote: > > On Wed, 24 May 2000, Marc Silver wrote: > > > Hey there, > > > > You should have installed the apache with PHP support. > Yes, I had the apache-1.3.9+php3 installed. > The php was working. The php calls to mysql_pconnect were not. > > Jim > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Lovers don't finally meet somewhere, They're in each other all along... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 7:52:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id 22CEC37BC1A for ; Wed, 24 May 2000 07:52:23 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id JAA11099 for freebsd-questions@freebsd.org; Wed, 24 May 2000 09:52:20 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005241452.JAA11099@sullivan.realtime.net> Subject: Re: [Fwd: Re: Xfree-4 WAS: Re: Proper method of updating XFree86] To: freebsd-questions@freebsd.org (Freebsd Questions) Date: Wed, 24 May 2000 09:52:20 -0500 (CDT) 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 > > http://jpj.net/~trevor/xfree.html > > - the format of XF86Config has changed, so I had to make minor changes to > the working one I had. > Well, hardly a "problem". :-) The documentation at the XF86 site are fairly good, once you track them down. > > - I haven't figured out how to get the 4.0 X server to play nicely with > moused. I had > > Device "/dev/sysmouse" > Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "MouseSystems" Option "Device" "/dev/sysmouse" Option "Emulate3Buttons" "TRUE" EndSection RTFM. :-) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 7:56:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id C7EEC37BCB0 for ; Wed, 24 May 2000 07:56:56 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: from localhost (handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) with ESMTP id IAA00667; Wed, 24 May 2000 08:56:54 -0600 (MDT) (envelope-from handy@lambic.physics.montana.edu) Date: Wed, 24 May 2000 08:56:54 -0600 (MDT) From: Brian Handy To: cjclark@home.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI Confusion In-Reply-To: <20000524002421.F40441@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 >> Oh yea, dmesg might be useful. Attached at end. Anyway, here's the >> problem: When I dismount and disconnect that last box, remove it from >> fstab, put terminators after externalbox #1, I find that upon reboot >> FreeBSD screams mightily, says I need to do an fsck on drives 3 and 4, >> and dumps me in single-user mode. I figured it out. I just got a practical lesson in CAM: SCSI devices aren't wired down to specific IDs, e.g. when I turned off the one set of drives, the other two drives went from devices 3 and 4 to ... 1 and 2: /dev/da2s1c /c ufs rw 1 2 /dev/da1s1c /d ufs rw 1 2 ^^^ So, thanks for the help. Still unclear why partition 'c' is so bad, please let me know. Happy trails, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 7:58:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from if.scientech.com (if.scientech.com [198.60.85.3]) by hub.freebsd.org (Postfix) with ESMTP id 2612337BCB7 for ; Wed, 24 May 2000 07:58:53 -0700 (PDT) (envelope-from cmott@scientech.com) Received: from if.scientech.com (IDENT:cmott@if.scientech.com [10.128.1.6] (may be forged)) by if.scientech.com (8.9.3/8.9.3) with ESMTP id IAA21808 for ; Wed, 24 May 2000 08:58:51 -0600 Date: Wed, 24 May 2000 08:58:50 -0600 (MDT) From: Charles Mott To: freebsd-questions@freebsd.org Subject: Win98 replaces Boot Manager. How to Recover? Message-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 was forced to re-install Win98 on a system with a FreeBSD partition. As expected, the Win98 install did away with the FreeBSD Boot Manager. How do I re-install the Boot Manager and access the FreeBSD partition once again? I've looked in the archives and the floppy install menus with no luck. Charles Mott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 8: 5: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.cinar.com (gateway.cinar.com [207.107.104.128]) by hub.freebsd.org (Postfix) with SMTP id 37EF937BCC2 for ; Wed, 24 May 2000 08:05:05 -0700 (PDT) (envelope-from freebsdlist@freebsd.cinar.com) Received: (qmail 99350 invoked by uid 85); 24 May 2000 15:05:04 -0000 Received: from freebsdlist@freebsd.cinar.com by gateway.cinar.com with scan4virus-0.19 (. Clean. Processed in 0.041802 secs); 24/05/2000 11:05:03 Received: from unknown (HELO freebsd.cinar.com) (172.16.1.134) by gateway.cinar.com with SMTP; 24 May 2000 15:05:03 -0000 Received: from greenwich ([172.16.7.2]) by freebsd.cinar.com (8.9.3/8.9.3) with SMTP id LAA37150; Wed, 24 May 2000 11:05:01 -0400 (EDT) (envelope-from freebsdlist@freebsd.cinar.com) Message-ID: <001101bfc591$6ff46280$020710ac@greenwich> From: "Martin Gignac" To: "Charles Mott" , References: Subject: Re: Win98 replaces Boot Manager. How to Recover? Date: Wed, 24 May 2000 11:05:01 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 believe you want to use BOOTINST.EXE and the BOOT.BIN file on FreeBSD CD-ROM #1. -Martin ----- Original Message ----- From: "Charles Mott" To: Sent: Wednesday, May 24, 2000 10:58 AM Subject: Win98 replaces Boot Manager. How to Recover? > I was forced to re-install Win98 on a system > with a FreeBSD partition. As expected, the Win98 > install did away with the FreeBSD Boot Manager. > How do I re-install the Boot Manager and access > the FreeBSD partition once again? > > I've looked in the archives and the floppy > install menus with no luck. > > Charles Mott > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 24 8:17:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 6633237BC74 for ; Wed, 24 May 2000 08:17:23 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Wed, 24 May 2000 16:17:13 +0100 Received: from localhost (cmjg@localhost) by mail.ilrt.bris.ac.uk (8.8.7/8.8.8) with ESMTP id QAA19463; Wed, 24 May 2000 16:17:12 +0100 (BST) Date: Wed, 24 May 2000 16:17:12 +0100 (BST) From: Jan Grant To: James Clifford Cc: Jan Grant , "Alagiya, Sudarsanan" , "'questions@FreeBSD.org'" Subject: Re: SRC In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 23 May 2000, James Clifford wrote: > Forgive my ignorance, but what are the advantages of runlevels? I know > that Linux has them, but I'd never noticed the lack of them in FreeBSD > until you mentioned it. A high-level and granular control over the services you're running is something you don't miss until you've been exposed to it; unfortunately, after that you (at least, I) do tend to notice it's not there. The SRC stuff from AIX is a case in point; admittedly, however, there it's a case of IBM wrapping something vaguely unix-flavoured around their one true OS :-) You might have a look at the page I was referred to recently when I queried the lack of structured shutdown scripts to mirror the startup ones; the feature list there reads pretty much like the service managers from any unix you pay for. jan PS. Don't get me wrong; I'm not being intentionally belligerent or knocking fbsd for the sake of it. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Unfortunately, I have a very good idea how fast my keys are moving. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 8:34:43 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 F08CA37BCE2 for ; Wed, 24 May 2000 08:34:40 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id KAA17204; Wed, 24 May 2000 10:34:10 -0500 (CDT) (envelope-from dan) Date: Wed, 24 May 2000 10:34:10 -0500 From: Dan Nelson To: Jan Grant Cc: James Clifford , "Alagiya, Sudarsanan" , "'questions@FreeBSD.org'" Subject: Re: SRC Message-ID: <20000524103410.A15527@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from "Jan Grant" on Wed May 24 16:17:12 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), Jan Grant said: > On Tue, 23 May 2000, James Clifford wrote: > > Forgive my ignorance, but what are the advantages of runlevels? I know > > that Linux has them, but I'd never noticed the lack of them in FreeBSD > > until you mentioned it. > > A high-level and granular control over the services you're running is > something you don't miss until you've been exposed to it; unfortunately, > after that you (at least, I) do tend to notice it's not there. > You might have a look at the page I was referred to recently when I > queried the lack of structured shutdown scripts to mirror the startup > ones; the feature list there reads pretty much like the service managers > from any unix you pay for. Note that these are two different things; runlevels, I think, have been agreed on as pretty much useless. A way to cleanly startup and shutdown the system (or parts of a system) with correct dependency handling is useful. I have never seen anyone on a SysV system actually use any runlevel except 3 (multiuser+network) and 5 (power off). What is done a lot, though, is running "/etc/init.d/arbitraryservice start|stop". -- 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 May 24 8:36:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from www.walshsimmons.co.uk (www.walshsimmons.co.uk [194.200.209.2]) by hub.freebsd.org (Postfix) with ESMTP id C4D9E37BCC3 for ; Wed, 24 May 2000 08:36:51 -0700 (PDT) (envelope-from paul@walshsimmons.co.uk) Received: from cesar.nationnet.com (mag.nation-net.com [194.200.209.123]) by www.walshsimmons.co.uk (8.8.8/8.8.8) with SMTP id QAA07086 for ; Wed, 24 May 2000 16:37:11 +0100 (BST) From: "Paul Walsh" To: Subject: unsubscribe Date: Wed, 24 May 2000 16:37:03 +0100 Message-ID: <012801bfc595$e8df23c0$7bd1c8c2@nationnet.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 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG unsubscribe Regards, Paul Walsh WALSH SIMMONS The Old Bank, 247 Chapel St, Manchester, UK T:01618399337 F:01618399336 ISDN:01618346884 www.walshsimmons.co.uk Paul mobile: 07714 523312 Sweet dreams at http://www.laterooms.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 8:38:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 3674437BCE2 for ; Wed, 24 May 2000 08:38:07 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id LAA92853 for ; Wed, 24 May 2000 11:42:04 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392BF758.628901A8@wmptl.com> Date: Wed, 24 May 2000 11:38:00 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: FrontPage extensions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What is entailed in setting up an apache server to handle 'frontpage extensions' ? is it just a mime type or will it require more than that? -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 8:38:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id EF23337BCC3 for ; Wed, 24 May 2000 08:38:31 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id IAA43801; Wed, 24 May 2000 08:38:16 -0700 (PDT) (envelope-from jim@freeze.org) Date: Wed, 24 May 2000 08:38:16 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Marc Silver Cc: FreeBSD Questions Subject: Re: Does apache package support mysql? In-Reply-To: <20000524161250.S92261@draenor.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: marcs@draenor.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 May 2000, Marc Silver wrote: > Otherwise I'd suggest recompiling 1.3.12 with php 3.0.16 or php 4. :) > > Let me know, > Cheers, > Marc > Well, I did have to compile it (via ports). And it works fine now. Wasn't much of a hassle, I was just expecting to get it for free (via packages, that is). Thanks much. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9: 0:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from federation.addy.com (federation.addy.com [208.11.142.20]) by hub.freebsd.org (Postfix) with ESMTP id CA3F137BCFC for ; Wed, 24 May 2000 09:00:44 -0700 (PDT) (envelope-from jim@federation.addy.com) Received: from localhost (jim@localhost) by federation.addy.com (8.9.3/8.9.3) with ESMTP id MAA12481 for ; Wed, 24 May 2000 12:00:43 -0400 (EDT) (envelope-from jim@federation.addy.com) Date: Wed, 24 May 2000 12:00:43 -0400 (EDT) From: Jim Sander Cc: freebsd-questions@FreeBSD.ORG Subject: Perplexing Printer and Printing Prioblems In-Reply-To: <001101bfc591$6ff46280$020710ac@greenwich> Message-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, here's the situation- haven't been able to find usefull documentation anywhere so I'm hoping someone can point me in the right direction, or at least put some semi-usefull text into the list archives in case someone else is looking for what little I already puzzled out. I have a 4.0R box that I'm running as a print server. I have a SIIG Parallel Pro Dual (model IO1828) - I'm hoping to add a second card in the near future to handle (duh) two more printers, but am having quite a time of actually getting things to work with the existing printers. Here's a boatload of info for you to peruse. If I'm missing something, please let me know and I'll make amendmends as needed. ========================================================================== uname: FreeBSD 4.0-RELEASE FreeBSD 4.0-RELEASE #2: parallel related kernal configs... -------------------------------------------------------------------- # Parallel port device ppc0 at isa? irq 7 device ppc1 at isa? irq 9 device ppc2 at isa? irq 12 device ppc3 at isa? irq 15 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da dmesg | grep ^pp ---------------------------------------------------------- ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: IEEE1284 device found /NIBBLE/ECP/ECP_RLE ppbus0: RASTER ppi0: on ppbus0 ppc1: at port 0x278-0x27f irq 9 on isa0 ppc1: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus1: IEEE1284 device found /NIBBLE/ECP ppbus1: PCL,MLC,PML ppi1: on ppbus1 ppc2: parallel port not found. ppc3: parallel port not found. dmesg | grep ^lp ----------------------------- lpt0: on ppbus0 lpt0: Interrupt-driven port lpt1: on ppbus1 lpt1: Interrupt-driven port /etc/printcap ------------------------------------------ xerox:\ :sh:\ :lp=/dev/lpt0:\ :sd=/var/spool/output/lpt0:\ :lf=/var/log/xerox-errs:\ :if=/var/spool/output/filter: color:\ :sh:\ :lp=/dev/lpt1:\ :sd=/var/spool/output/lpt1:\ :lf=/var/log/color-errs:\ :if=/var/spool/output/filter: the filter -------------------------------------------------------------------------- #!/bin/sh # # Simply copies stdin to stdout. Ignores all filter arguments. # Tells printer to treat LF as CR+LF. Writes a form feed character # after printing job. printf "\033&k2G" && cat && printf "\f" && exit 0 exit 2 ========================================================================== The printers I currently have attatched are an HP-2000C (color inkjet) and a Xerox-XD130df (copier/printer) which may be most of the problem. The Xerox seems to imply that it requires bidirectional support to function. (which makes little sense, but that's nothing new in the windows world) The HP seems to recommend not using NT's LPR-Port support. (they don't have anything to say about LPR in general though) Their manuals are even less clear, and of course the web site doesn't have anything except "Click on 'Add Printer' and follow the directions." I can echo directly to the device and print to the color, but not the xerox. There is definitely some sort of "issue" with the filter I'm using, but I'm having bigger problems than can be explained that way. Anyone have any insight for me here? I've also been playing with printer support under SAMBA, but that doesn't seem to be getting me any further. (which isn't terribly surprising since lpr in general isn't working) Thanks for your time and effort. -=Jim=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9: 3: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 7678F37BCE8 for ; Wed, 24 May 2000 09:02:56 -0700 (PDT) (envelope-from martin@garants.kiev.ua) Received: from citadel.ncc.icyb.kiev.ua (uucp@citadel.ncc.icyb.kiev.ua [193.193.216.140]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id TBD79161 for ; Wed, 24 May 2000 19:02:54 +0300 (EEST) (envelope-from martin@garants.kiev.ua) Received: (from uucp@localhost) by citadel.ncc.icyb.kiev.ua (8.8.8/ICyb-2.3exp) with UUCP id TAA26931 for freebsd-questions@freebsd.org; Wed, 24 May 2000 19:02:53 +0300 (EEST) (envelope-from martin@garants.kiev.ua) Received: from martin by garants.kiev.ua (UUPC/extended 1.13f) with SMTP for freebsd-questions@freebsd.org; Wed, 24 May 2000 18:01:52 +0200 Message-ID: <003801bfc599$7b0693c0$060101c8@martin> From: "martin" To: Subject: Traffic limitation Date: Wed, 24 May 2000 19:02:17 +0300 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_002D_01BFC5B2.94822170" 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_002D_01BFC5B2.94822170 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Hi. I have the machine with 3 network interfaces: to my ISP and to two internal subnets. How can I to limit the traffic from one of its? ------=_NextPart_000_002D_01BFC5B2.94822170 Content-Type: application/octet-stream; name="Nick Strebkov.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Nick Strebkov.vcf" BEGIN:VCARD VERSION:2.1 N:Strebkov;Nick FN:Nick Strebkov NICKNAME:Seal X-WAB-GENDER:2 BDAY:19771223 EMAIL;PREF;INTERNET:martin@garants.kiev.ua REV:20000524T160217Z END:VCARD ------=_NextPart_000_002D_01BFC5B2.94822170-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9:14: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [213.212.29.17]) by hub.freebsd.org (Postfix) with ESMTP id EE92037B614 for ; Wed, 24 May 2000 09:14:04 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from enigmatic (dan [192.168.1.20]) by hq1.tyfon.net (Postfix) with SMTP id 8F9391C5C8; Wed, 24 May 2000 18:14:02 +0200 (CEST) From: "Dan Larsson" To: "martin" Cc: Subject: RE: Traffic limitation Date: Wed, 24 May 2000 18:15:45 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <003801bfc599$7b0693c0$060101c8@martin> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG | | I have the machine with 3 network interfaces: to my ISP and to two | internal subnets. How can I to limit the traffic from one of its? Either by a commercial product such as bwmgr from ETInc or by using DUMMYNET. for info on dummynet see the man pages for ipfw and dummynet or for info on bwmgr see http://www.etinc.com/ There are dozens of other similar products out there; the above are just examples. | Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9:16:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from janus.hosting4u.net (janus.hosting4u.net [209.15.2.37]) by hub.freebsd.org (Postfix) with SMTP id 3892137B674 for ; Wed, 24 May 2000 09:16:49 -0700 (PDT) (envelope-from andy@friends-tv.net) Received: (qmail 20439 invoked from network); 24 May 2000 16:16:48 -0000 Received: from jupiter.hosting4u.net (HELO friends-tv.net) (209.15.2.9) by janus.hosting4u.net with SMTP; 24 May 2000 16:16:48 -0000 Received: from blade ([212.41.32.42]) by friends-tv.net ; Wed, 24 May 2000 11:16:44 -0500 Message-ID: <000701bfc59b$b6092a80$2a2029d4@blade> From: "Andy Coates" To: Subject: Help! :( Date: Wed, 24 May 2000 17:05:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've just settled down and finally happy with my FreeBSD machine. Got everything working the way I want it now, and has been up for 23 days without any problems. Today I had to move the server, so shut down the server, unplugged it and took it back home with me. When I got home and plugged it back in, I presumed it would just boot up fine and everything would be good to go again.... not so. It appears to hang on the initialization parts, when rc files are loading/configuring the system - stops on: Local package initialization: and thats it. Being new to FreeBSD, I'm not sure how to find out what has gone wrong. The situation here is that I am not at home at the moment, so I have no access to any bootdisks or CDroms. Does anyone know what might have caused this? The only difference in setup is that the network cable to my windows machine is no longer present (NIC card still there). I'm running FreeBSD3.4-STABLE, having installed a quite a few programs over the 23 days uptime, but all seem to have installed and working fine. Oh, and i've left it in that state now for 10 minutes before presuming something is wrong and emailing the list - will post again if it decides to boot up eventually :-) Can anyone help me out here and suggest a plan of action? Thanks for any help, Andy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9:21:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 2250537B614 for ; Wed, 24 May 2000 09:21:27 -0700 (PDT) (envelope-from martin@garants.kiev.ua) Received: from citadel.ncc.icyb.kiev.ua (uucp@citadel.ncc.icyb.kiev.ua [193.193.216.140]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id TIF81477; Wed, 24 May 2000 19:21:19 +0300 (EEST) (envelope-from martin@garants.kiev.ua) Received: (from uucp@localhost) by citadel.ncc.icyb.kiev.ua (8.8.8/ICyb-2.3exp) with UUCP id TAA27328; Wed, 24 May 2000 19:21:19 +0300 (EEST) (envelope-from martin@garants.kiev.ua) Received: from martin by garants.kiev.ua (UUPC/extended 1.13f) with SMTP for multiple addresses; Wed, 24 May 2000 18:13:55 +0200 Message-ID: <004e01bfc59b$29ff1950$060101c8@martin> From: "martin" To: "Lucas" Cc: References: <003801bfc599$7b0693c0$060101c8@martin> <001d01bfc59a$4c697b80$0401a8c0@in.einteraction.com> Subject: Re: Traffic limitation Date: Wed, 24 May 2000 19:14:20 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > > I have the machine with 3 network interfaces: to my ISP and to two > > internal subnets. How can I to limit the traffic from one of its? > > you can use dummynet. If you please, give me more detailed answer: what is the dummynet. What I have to read about it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9:25: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [213.212.29.17]) by hub.freebsd.org (Postfix) with ESMTP id 04C5037B777 for ; Wed, 24 May 2000 09:25:00 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from enigmatic (dan [192.168.1.20]) by hq1.tyfon.net (Postfix) with SMTP id F152C1C5C8; Wed, 24 May 2000 18:24:57 +0200 (CEST) From: "Dan Larsson" To: "Andy Coates" , Subject: RE: Help! :( Date: Wed, 24 May 2000 18:26:40 +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: <000701bfc59b$b6092a80$2a2029d4@blade> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG | Can anyone help me out here and suggest a plan of action? I've experienced this in the past. A hit on CTRL + C resumes the boot. I found the problem to be name resolution issues. | Regards ------------ Dan Larsson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9:28:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.sun.ac.za (mail.sun.ac.za [146.232.128.1]) by hub.freebsd.org (Postfix) with ESMTP id 448F737B674 for ; Wed, 24 May 2000 09:28:33 -0700 (PDT) (envelope-from avisagie@dsp.sun.ac.za) Received: from kiss-of-x.dsp.sun.ac.za ([146.232.147.151] helo=dsp.sun.ac.za) by mail.sun.ac.za with esmtp (Exim 2.10 #1) id 12udcp-0007gq-00 for freebsd-questions@freebsd.org; Wed, 24 May 2000 18:03:15 +0200 Message-ID: <392BFEAD.645971CC@dsp.sun.ac.za> Date: Wed, 24 May 2000 18:09:18 +0200 From: Albert Visagie X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.15-Al2 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: 4.0-release Rebooting more often than W*? 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've just installed FreeBSD 4.0 Release, and the box has been rebooting at least once every two hours or so. It isn't doing anything, or running any strange daemons that wasn't there after the install, and it does this regardless of whether or any users (me) are logged in or anything. I couldn't work out how to get hold of the panic message thingie, but it looks a lot like some on the mailing list archives, eg.: fatal trap 12 page fault while in kernel mode fault virtual address 0x0 fault code =supervisor read, page not present instruction pointer 0x8:0xf01a5b26 stack pointer 0x10:0xefbffe34 frame pointer 0x10:0xefbffe80 code segment base 0x0, limit 0xfffff, type 0x1b DPL 0, pres 1, def 32 1, gran 1 processor flags interrupt enabled, resume IOPL=0 current process 321 (pkg_add) interrupt mask ufs panic page fault I've done some browsing through the mailing list archives, and \emph{many} have had this problem. The link down here is the only definitive answer I managed to find. http://www.freebsd.org/cgi/getmsg.cgi?fetch=13516+0+/usr/local/www/db/text/1996/freebsd-questions/19960526.freebsd-questions I'll do as it says, but does anyone have any other ideas? this was a really disappointing start to a new toy. Thanks in advance! Albert Visagie -- http://www.espresso.ee.sun.ac.za/~avisagie "What men are poets, who could speak if Jupiter where like a man, but if he were an immense spinning sphere of methane and ammonia must be silent?" - Richard Feynman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9:38: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infdmz01.cus-strasbourg.net (infdmz01.cus-strasbourg.net [212.95.68.82]) by hub.freebsd.org (Postfix) with ESMTP id 58E0037B674 for ; Wed, 24 May 2000 09:38:01 -0700 (PDT) (envelope-from JGUILLAUME@cus-strasbourg.net) Received: by infdmz01.cus-strasbourg.net with Internet Mail Service (5.5.2448.0) id ; Wed, 24 May 2000 18:43:41 +0200 Message-ID: <57F400E054E7D211AEF40004AC36979DEDE8F3@infcab22.cus.fr> From: GUILLAUME Julien To: "'freebsd-questions@FreeBSD.ORG'" Subject: And what about music ? Date: Wed, 24 May 2000 18:38:14 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, Free BSD is a real Unix and a powerful server, but what about music ? Can current sound softwares such as Cubase, Cakewalk, Acid or Soundforge be run on that OS ? Otherwise is it reasonably possible to build efficient drivers for these ? Thanks in advance for your help. Julien GUILLAUME To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9:53:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 5A62E37BC28 for ; Wed, 24 May 2000 09:53:09 -0700 (PDT) (envelope-from martin@garants.kiev.ua) Received: from citadel.ncc.icyb.kiev.ua (uucp@citadel.ncc.icyb.kiev.ua [193.193.216.140]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id TUK84984 for ; Wed, 24 May 2000 19:53:04 +0300 (EEST) (envelope-from martin@garants.kiev.ua) Received: (from uucp@localhost) by citadel.ncc.icyb.kiev.ua (8.8.8/ICyb-2.3exp) with UUCP id TAA28041 for freebsd-questions@freebsd.org; Wed, 24 May 2000 19:53:03 +0300 (EEST) (envelope-from martin@garants.kiev.ua) Received: from martin by garants.kiev.ua (UUPC/extended 1.13f) with SMTP for freebsd-questions@freebsd.org; Wed, 24 May 2000 18:50:47 +0200 Message-ID: <009601bfc5a0$5090a840$060101c8@martin> From: "martin" To: Subject: Simple ISA card Date: Wed, 24 May 2000 19:51:12 +0300 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0093_01BFC5B9.69F0BEB0" 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_0093_01BFC5B9.69F0BEB0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Hi. I have to made the simple ISA card to work under the FreeBSD 3.3R . It works with two ports: 0x300 as control port and 0x302 as data port. Card was developed for special reasons. Is this mean, that I have to write my own driver? Or I can use one of the existing? ------=_NextPart_000_0093_01BFC5B9.69F0BEB0 Content-Type: application/octet-stream; name="Nick Strebkov.vcf" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Nick Strebkov.vcf" BEGIN:VCARD VERSION:2.1 N:Strebkov;Nick FN:Nick Strebkov NICKNAME:Seal X-WAB-GENDER:2 BDAY:19771223 EMAIL;PREF;INTERNET:martin@garants.kiev.ua REV:20000524T165112Z END:VCARD ------=_NextPart_000_0093_01BFC5B9.69F0BEB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 9:53:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bsd.cln.megared.net.mx (customer-CLN-176-19.megared.net.mx [200.52.176.19]) by hub.freebsd.org (Postfix) with ESMTP id 930BE37B8A9 for ; Wed, 24 May 2000 09:53:15 -0700 (PDT) (envelope-from finukai@aguamodelo.com.mx) Received: from dkafis ([10.4.109.145]) by bsd.cln.megared.net.mx (8.9.3/8.9.3) with SMTP id KAA38909 for ; Wed, 24 May 2000 10:42:09 -0500 (CDT) (envelope-from finukai@aguamodelo.com.mx) Message-ID: <004301bfc5a9$4cd16740$679a68ce@dkafis> From: "Ing. Fernando Inukai" To: Subject: RV: modelo.modelo.int security check output Date: Wed, 24 May 2000 10:55:50 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG why do I keep getting error messages from last month? How do I stop it > modelo.modelo.int login failures: > Apr 19 12:12:01 modelo login: 1 LOGIN FAILURE FROM 206.104.154.116 > Apr 19 12:12:01 modelo login: 1 LOGIN FAILURE FROM 206.104.154.116, fis > > > modelo.modelo.int refused connections: > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 10:15: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from siteserver.mvs.net.mx (mail1.mex.mvs.net.mx [200.39.223.31]) by hub.freebsd.org (Postfix) with ESMTP id 35FBD37BD00 for ; Wed, 24 May 2000 10:15:02 -0700 (PDT) (envelope-from rvaltierra@mvs.net.mx) Received: from mvs354 ([200.39.221.149]) by siteserver.mvs.net.mx (Post.Office MTA v3.5.3 release 223 ID# 605-58142U3000L300S0V35) with SMTP id mx for ; Wed, 24 May 2000 11:11:22 -0600 Message-ID: <002a01bfc5ab$d85323b0$95dd27c8@unforgettable.com> From: "Rogelio Valtierra" To: Subject: Date: Wed, 24 May 2000 12:13:48 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0027_01BFC579.84041D00" 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_0027_01BFC579.84041D00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi!=20 Where can I find a FreeBSD Release 2.0??/ Thanks ! ------=_NextPart_000_0027_01BFC579.84041D00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi!
 
Where can I find a FreeBSD Release = 2.0??/
 
Thanks !
------=_NextPart_000_0027_01BFC579.84041D00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 10:41: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lexis-nexis.com (mx02.lexis-nexis.com [207.25.178.45]) by hub.freebsd.org (Postfix) with ESMTP id 6441837BD21 for ; Wed, 24 May 2000 10:40:57 -0700 (PDT) (envelope-from matthew.temple@lexis-nexis.com) Received: from lexis-nexis.com (mailgate [138.12.44.45]) by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id NAA08669 for ; Wed, 24 May 2000 13:40:56 -0400 (EDT) Received: from lnxdayexch05.lexis-nexis.com by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id NAA07148 for ; Wed, 24 May 2000 13:40:47 -0400 (EDT) Received: by lnxdayexch05.lexis-nexis.com with Internet Mail Service (5.5.2650.21) id ; Wed, 24 May 2000 13:39:57 -0400 Message-ID: <27E4B476932BD211945B00805FE67AF5089DE1D7@lnxdayexch05.lexis-nexis.com> From: "TEMPLE, MATTHEW (LNG)" To: "'freebsd-questions@freebsd.org'" Subject: uuidgen or other GUID-generating utility Date: Wed, 24 May 2000 13:39:47 -0400 X-Mailer: Internet Mail Service (5.5.2650.21) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is there a uuidgen or other GUID-generating utility in FreeBSD? I don't see anything on my web server called uuidgen? Do I have to make it myself? Is it just called something different in FreeBSD? Any help will be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 10:42:17 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 E697337BD22 for ; Wed, 24 May 2000 10:42:07 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id MAA05692; Wed, 24 May 2000 12:42:02 -0500 (CDT) (envelope-from dan) Date: Wed, 24 May 2000 12:42:02 -0500 From: Dan Nelson To: "TEMPLE, MATTHEW (LNG)" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: uuidgen or other GUID-generating utility Message-ID: <20000524124202.A5229@dan.emsphone.com> References: <27E4B476932BD211945B00805FE67AF5089DE1D7@lnxdayexch05.lexis-nexis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <27E4B476932BD211945B00805FE67AF5089DE1D7@lnxdayexch05.lexis-nexis.com>; from "TEMPLE, MATTHEW (LNG)" on Wed May 24 13:39:47 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), TEMPLE, MATTHEW (LNG) said: > Is there a uuidgen or other GUID-generating utility in FreeBSD? I don't see > anything on my web server called uuidgen? Do I have to make it myself? Is > it just called something different in FreeBSD? Any help will be > appreciated. would jot do? you just need random numbers, or what? -- 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 May 24 10:43: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailserver.ecircles.com (smtp-mailhost.ecircles.com [207.181.245.158]) by hub.freebsd.org (Postfix) with ESMTP id 58CD437BD21 for ; Wed, 24 May 2000 10:43:03 -0700 (PDT) (envelope-from raja@ecircles.com) Received: from ecircles.com ([172.24.1.74]) by mailserver.ecircles.com (Netscape Messaging Server 4.15) with ESMTP id FV2RVQ00.LAE for ; Wed, 24 May 2000 10:43:02 -0700 Message-ID: <392C153A.9C381580@ecircles.com> Date: Wed, 24 May 2000 10:45:30 -0700 From: "Basavaraju Rajasekhar" X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: How to add router Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HI, Ho to add IP address in freeBSD 4.0 through command line. thx, raja. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 10:47:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from janus.hosting4u.net (janus.hosting4u.net [209.15.2.37]) by hub.freebsd.org (Postfix) with SMTP id 1D5B537B743 for ; Wed, 24 May 2000 10:47:17 -0700 (PDT) (envelope-from andy@friends-tv.net) Received: (qmail 8537 invoked from network); 24 May 2000 17:47:16 -0000 Received: from jupiter.hosting4u.net (HELO friends-tv.net) (209.15.2.9) by janus.hosting4u.net with SMTP; 24 May 2000 17:47:16 -0000 Received: from blade ([212.41.35.134]) by friends-tv.net ; Wed, 24 May 2000 12:47:13 -0500 Message-ID: <006e01bfc5a8$59c2cee0$2a2029d4@blade> From: "Andy Coates" To: "Dan Larsson" , References: Subject: Re: Help! :( Date: Wed, 24 May 2000 18:46: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.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Dan Larsson" To: "Andy Coates" ; Sent: Wednesday, May 24, 2000 5:26 PM Subject: RE: Help! :( > | Can anyone help me out here and suggest a plan of action? > > I've experienced this in the past. A hit on CTRL + C > resumes the boot. I found the problem to be name resolution > issues. Hey, Turned out to be apache.sh script, as I installed apache with SSL recently and it turns out the default .sh file has a line similar to: apachectl startssl > /dev/null So I started this myself, without the redirect to null, and it starts up asking for my secure pass phrase to decrypt my SSL keys - so thats where it was stopping and because it was being redirected to null I couldn't see it asking this. Removed the redirection, rebooted to make sure it was that and now as it starts asks me for my phrase to start SSL, so I can enter it and it continues booting happily :-) At least I can see whats happening now, although I don't like having to enter the phrase on bootup as I might restart this machine remotely. I'll go read the docs and see if there's anyway around this apart from not running it at boot. Thanks for everyone's help... Andy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 10:48:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wasp.eng.ufl.edu (wasp.eng.ufl.edu [128.227.116.1]) by hub.freebsd.org (Postfix) with ESMTP id A60B037BD4E for ; Wed, 24 May 2000 10:48:07 -0700 (PDT) (envelope-from bob@eng.ufl.edu) Received: from eng.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by wasp.eng.ufl.edu (8.9.3/8.9.3) with ESMTP id NAA03918; Wed, 24 May 2000 13:48:02 -0400 (EDT) Message-ID: <392C15CB.73E6B4A9@eng.ufl.edu> Date: Wed, 24 May 2000 13:47:55 -0400 From: Bob Johnson Organization: University of Florida X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: dankilling@hotmail.com Cc: questions@freebsd.org Subject: Re: Netscape configuration Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Date: Tue, 23 May 2000 20:17:09 +0530 > From: Rahul Siddharthan > Subject: Re: Netscape configuration > > Daniel Killingsworth said on May 23, 2000 at 10:42:38: > > Hi all, > > > > I have finally gotten a stable connection to my ISP via modem, and am having > > difficulties accessing the web with Netscape. I keep getting server not > > found errors, and I am fairly certain that this is because the DNS server is > > not listed in my IP address list....they use DHCP on the PPP connection, but > > I still cannot use my browser. I can ftp using an IP address, so I know the > > connection is good, but can anyone help me configure my browser to function > > properly? > > Edit /etc/resolv.conf, and insert the IP address of your ISP's DNS server. > > Rahul. > > Or edit your /etc/ppp.conf file and add "enable dns", which should then cause ppp to attempt to get the nameserver addresses from the ISP when the connection is negotiated, and it will adjust /etc/resolv.conf accordingly. Or do both! -- Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11: 0:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lexis-nexis.com (mx02.lexis-nexis.com [207.25.178.45]) by hub.freebsd.org (Postfix) with ESMTP id 95DE237B743 for ; Wed, 24 May 2000 11:00:09 -0700 (PDT) (envelope-from matthew.temple@lexis-nexis.com) Received: from lexis-nexis.com (mailgate [138.12.44.45]) by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id OAA13851; Wed, 24 May 2000 14:00:05 -0400 (EDT) Received: from lnxdayexch05.lexis-nexis.com by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id NAA15480; Wed, 24 May 2000 13:59:19 -0400 (EDT) Received: by lnxdayexch05.lexis-nexis.com with Internet Mail Service (5.5.2650.21) id ; Wed, 24 May 2000 13:58:29 -0400 Message-ID: <27E4B476932BD211945B00805FE67AF5089DE1D9@lnxdayexch05.lexis-nexis.com> From: "TEMPLE, MATTHEW (LNG)" To: "'Dan Nelson'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: uuidgen or other GUID-generating utility Date: Wed, 24 May 2000 13:58:20 -0400 X-Mailer: Internet Mail Service (5.5.2650.21) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need a globally unique ID, like 28eea00e-a872-491e-8848-a9b8daf3314b. Linux and Solaris have a utility called uuidgen that spits them out. > -----Original Message----- > From: Dan Nelson [SMTP:dnelson@emsphone.com] > Sent: Wednesday, May 24, 2000 1:42 PM > To: TEMPLE, MATTHEW (LNG) > Cc: 'freebsd-questions@freebsd.org' > Subject: Re: uuidgen or other GUID-generating utility > > In the last episode (May 24), TEMPLE, MATTHEW (LNG) said: > > Is there a uuidgen or other GUID-generating utility in FreeBSD? I don't > see > > anything on my web server called uuidgen? Do I have to make it myself? > Is > > it just called something different in FreeBSD? Any help will be > > appreciated. > > would jot do? you just need random numbers, or what? > > -- > 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 May 24 11: 0:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wondermutt.net (host75-157.student.udel.edu [128.175.75.157]) by hub.freebsd.org (Postfix) with ESMTP id 4A98437BC04 for ; Wed, 24 May 2000 11:00:16 -0700 (PDT) (envelope-from papalia@udel.edu) Received: from morgaine.udel.edu (morgaine.1.168.192.IN-ADDR.ARPA [192.168.1.2] (may be forged)) by wondermutt.net (8.9.3/8.9.3) with ESMTP id NAA00404; Wed, 24 May 2000 13:59:53 -0400 (EDT) (envelope-from papalia@udel.edu) Message-Id: <4.3.1.2.20000524140050.00ad7b10@mail.udel.edu> X-Sender: papalia@mail.udel.edu X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Wed, 24 May 2000 14:02:55 -0400 To: "Andy Coates" , "Dan Larsson" , From: John Subject: Re: Help! :( In-Reply-To: <006e01bfc5a8$59c2cee0$2a2029d4@blade> 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 > > | Can anyone help me out here and suggest a plan of action? > > > > I've experienced this in the past. A hit on CTRL + C > > resumes the boot. I found the problem to be name resolution > > issues. > >Hey, > >Turned out to be apache.sh script, as I installed apache with SSL recently >and it turns out the default .sh file has a line similar to: > >apachectl startssl > /dev/null > >So I started this myself, without the redirect to null, and it starts up >asking for my secure pass phrase to decrypt my SSL keys - so thats where it >was stopping and because it was being redirected to null I couldn't see it >asking this. Removed the redirection, rebooted to make sure it was that and >now as it starts asks me for my phrase to start SSL, so I can enter it and >it continues booting happily :-) > >At least I can see whats happening now, although I don't like having to >enter the phrase on bootup as I might restart this machine remotely. I'll go >read the docs and see if there's anyway around this apart from not running >it at boot. I had this same exact problem a few months back, and the 'best' solution I got from someone was to set up ssl without a passphrase (if you're worried about remote reboots). This isn't exactly the best solution, which is why I opted to keep the passphrase and not reboot remotely :) Also, the version I was playing around with would *not* let you put in null (carriage return) as your passphrase. Might be different now. Hope that helps, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11: 2: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iteso.mx (iteso.mx [148.201.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 14E3C37BD22 for ; Wed, 24 May 2000 11:01:58 -0700 (PDT) (envelope-from eric@iteso.mx) Received: from localhost (eric@localhost) by iteso.mx (8.9.3/8.9.3) with ESMTP id NAA13842; Wed, 24 May 2000 13:01:53 -0500 (CDT) (envelope-from eric@iteso.mx) Date: Wed, 24 May 2000 13:01:53 -0500 (CDT) From: De la Cruz Lugo Eric To: Rogelio Valtierra Cc: questions@FreeBSD.ORG Subject: ANSWER IN SPANISH HERE. Re: your mail In-Reply-To: <002a01bfc5ab$d85323b0$95dd27c8@unforgettable.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 Rogelio: La version 2.0 de FreeBSD dejo de exisitir hace mas de 2 a~os la version mas antigua que pdrias conseguir es la 3.4 o 3.3 quizas, la version actual es la 4.0. Puedes verificarlo en el sitio de www.freebsd.org saludos desde Merida, Yucatan, Mexico. Eric De La Cruz Lugo. ----------- On Wed, 24 May 2000, Rogelio Valtierra wrote: > Hi! > > Where can I find a FreeBSD Release 2.0??/ > > Thanks ! > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11: 9: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from intranet.com.mx (intranet.com.mx [200.33.246.7]) by hub.freebsd.org (Postfix) with ESMTP id 5CAEF37BD32 for ; Wed, 24 May 2000 11:08:58 -0700 (PDT) (envelope-from jbiquez@icsmx.com) Received: from mipc (200.33.246.4) by intranet.com.mx with SMTP (Eudora Internet Mail Server 2.2.2); Wed, 24 May 2000 13:09:04 -0500 Message-Id: <3.0.6.32.20000524130855.01252d40@intranet.com.mx> X-Sender: jbiquez@intranet.com.mx X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Wed, 24 May 2000 13:08:55 -0500 To: questions@FreeBSD.ORG From: Jorge Biquez Subject: Re: ANSWER IN SPANISH HERE. Re: your mail In-Reply-To: References: <002a01bfc5ab$d85323b0$95dd27c8@unforgettable.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 have version 2.5 if you need it..... I'm located in Mexico City. JB At 01:01 p.m. 24/05/00 -0500, you wrote: >Rogelio: La version 2.0 de FreeBSD dejo de exisitir hace mas de 2 a~os >la version mas antigua que pdrias conseguir es la 3.4 o 3.3 quizas, la >version actual es la 4.0. > >Puedes verificarlo en el sitio de www.freebsd.org > >saludos desde Merida, Yucatan, Mexico. > >Eric De La Cruz Lugo. >----------- > >On Wed, 24 May 2000, Rogelio Valtierra wrote: > >> Hi! >> >> Where can I find a FreeBSD Release 2.0??/ >> >> Thanks ! >> > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11:32:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iteso.mx (iteso.mx [148.201.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 03C3B37BD5A for ; Wed, 24 May 2000 11:32:37 -0700 (PDT) (envelope-from eric@iteso.mx) Received: from localhost (eric@localhost) by iteso.mx (8.9.3/8.9.3) with ESMTP id NAA35750 for ; Wed, 24 May 2000 13:32:33 -0500 (CDT) (envelope-from eric@iteso.mx) Date: Wed, 24 May 2000 13:32:33 -0500 (CDT) From: De la Cruz Lugo Eric To: questions@FreeBSD.ORG Subject: Any acurate OCR software under FreeBSD? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Some one out htere knows about a reliable OCR software that works on FreeBSD?, or maybe a Linux program that runs quite well under Linux Emulation? greetings from Merida, Yucatan, Mexico, The Maya Land. Eric De La Cruz Lugo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11:33:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bobino.chemcomp.com (bobino.sefmedia.com [207.164.6.2]) by hub.freebsd.org (Postfix) with ESMTP id 3240A37BD2A for ; Wed, 24 May 2000 11:33:49 -0700 (PDT) (envelope-from abeaupre@chemcomp.com) Received: from ip20.montreal40.dialup.canada.psi.net (ip20.montreal40.dialup.canada.psi.net [154.5.51.20]) by bobino.sefmedia.com (NTMail 5.05.0002/NT6102.00.ff403942) with ESMTP id hlrgaaaa for freebsd-questions@freebsd.org; Wed, 24 May 2000 14:34:16 -0400 Received: from chemcomp.com (sylvester.chemcomp.com [192.1.1.19]) by hermes.chemcomp.com (Postfix) with ESMTP id B8D3C16804; Wed, 24 May 2000 14:25:15 -0400 (EDT) Message-ID: <392C1EDB.B7371C9D@chemcomp.com> Date: Wed, 24 May 2000 14:26:35 -0400 From: Sys Admin X-Mailer: Mozilla 4.04 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: beaupran@iro.umontreal.ca Subject: How to make PPP redial without outgoing packets Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. From the ppp(8): "If the connect fails, the default behavior is to wait 30 seconds and then attempt to connect when another outgoing packet is detected. This behavior can be changed with the "set redial" command." How can the "set redial" command change the behavior of attempting to connect only _when another outgoing packet is detected_? My problem is that I use a crontab to make PPP dial at certain intervals, and PPP then calls "fetchmail" as part of its ppp.linkup script. So it won't try to redial if the connection fail, as there is no outgoing packet yet! I'm using FreeBSD 4.0 Release on a Pentium 166MHz. Thanks! Antoine Beaupre Sys Admin Chemical Computing Group To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11:36:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.iran.com (smtp2.iran.com [195.200.225.123]) by hub.freebsd.org (Postfix) with SMTP id 7AEF537BD4E for ; Wed, 24 May 2000 11:36:31 -0700 (PDT) (envelope-from hamid@morva.net) Received: from morva.net([195.200.226.147]) (1202 bytes) by smtp2.iran.com via sendmail with P:smtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Wed, 24 May 2000 23:05:55 +0430 (IRST) (Smail-3.2.0.101 1997-Dec-17 #21 built 1998-Jul-17) Received: (qmail 9649 invoked from network); 24 May 2000 18:34:36 -0000 Received: from unknown (HELO hashemi) (192.168.2.144) by yaghut.morva.net with SMTP; 24 May 2000 18:34:36 -0000 Message-ID: <000501bfc5af$aab21750$051414c8@hashemi> From: "Hamid Reza Hashemi Golpayegani" To: Subject: 256M of RAM ! Date: Wed, 24 May 2000 23:11:24 +0430 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi , I have installed FreeBSD 4.0 on an i386 paltform machine with PIII 500 CPU . I have installed 256 M of RAM but freebsd basically know only 64 M of it's ram . When I add this line : options MAXMEM="(256*1024)" and recomplie the kernel and install the new kernel it find 128 M of RAM . I want a setting to find the whole 256 M of ram. Can any one help me with my problem ? Thank You Hamid Hashemi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11:44:31 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 AA09C37BD76 for ; Wed, 24 May 2000 11:44:22 -0700 (PDT) (envelope-from Peter.Losher@nominum.com) Received: by svalbard.nominum.com (Postfix, from userid 10188) id 479208714; Wed, 24 May 2000 11:44:10 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by svalbard.nominum.com (Postfix) with ESMTP id 406EC708A; Wed, 24 May 2000 11:44:10 -0700 (PDT) Date: Wed, 24 May 2000 11:44:10 -0700 (PDT) From: Peter Losher To: Jon Hamilton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Text-based message archiving system... In-Reply-To: <20000512220430.78E1C187@woodstock.monkey.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 Thanks for the suggestion; it works great! Best Wishes - Peter Losher On Fri, 12 May 2000, Jon Hamilton wrote: > } Thanks (to you and the others) for their suggestions, while I am on the > } topic, is there a way to archive the messages individually (instead of > } making a mbox file). > > :0c: > Mail/archivedir/ > > Note the trailing slash. This will cause procmail to put the mail in > an "MH folder", which is simply a directory with each message in a > separate file. It'll start with a file named "1" and count upwards > from there. Of course, make sure Mail/archivedir is a directory :) -- 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 Wed May 24 11:53:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vivaldi.labinca.com.ar (host074162.arnet.net.ar [200.45.74.162]) by hub.freebsd.org (Postfix) with ESMTP id 0BB6A37BD49 for ; Wed, 24 May 2000 11:53:34 -0700 (PDT) (envelope-from mhenriquez@labinca.com.ar) Received: by VIVALDI with Internet Mail Service (5.5.2448.0) id ; Wed, 24 May 2000 15:52:45 -0300 Message-ID: <31E2310B1A68D2118F5300805F6FF6A21FFCA1@VIVALDI> From: mhenriquez@labinca.com.ar To: freebsd-questions@freebsd.org Subject: Consultas Date: Wed, 24 May 2000 15:52:43 -0300 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.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 Quisiera informarme sobre algunos aspectos de dicho S.O. como ser: * Cu=E1les son las caracter=EDsticas principales * Ambito de aplicaci=F3n * Las capas o los niveles del S.O. * Hardware soportado * Software requerido * Tipo de servicio, mantenimiento y soporte t=E9cnico que brindan * File system * Interfase Toda la informaci=F3n que me puedan mandar, se la voy a agradecer = much=EDsimo. Mari=E1ngeles Henriquez Depto. de Sistemas Labinca S.A. Argentina To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11:57:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id CFE1037BD2A for ; Wed, 24 May 2000 11:57:27 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12ugKb-000Pn6-00; Wed, 24 May 2000 20:56:37 +0200 Date: Wed, 24 May 2000 20:56:37 +0200 From: Marc Silver To: Nathan Vidican Cc: questions@freebsd.org Subject: Re: FrontPage extensions Message-ID: <20000524205637.T92261@draenor.org> References: <392BF758.628901A8@wmptl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392BF758.628901A8@wmptl.com>; from webmaster@wmptl.com on Wed, May 24, 2000 at 11:38:00AM -0400 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, You will need to install apache AND the Frontpage Server extensions. You can either use the FreeBSD port for this (/usr/ports/www/apache13-fp) or you can find out more information from http://www.rtr.com/fpsupport/ Good luck, Marc On Wed, May 24, 2000 at 11:38:00AM -0400, Nathan Vidican wrote: > What is entailed in setting up an apache server to handle 'frontpage > extensions' ? is it just a mime type or will it require more than that? > -- > Nathan Vidican > webmaster@wmptl.com > Windsor Match Plate & Tool Ltd. > http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 11:58:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iteso.mx (iteso.mx [148.201.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 64C1E37BD2A for ; Wed, 24 May 2000 11:58:05 -0700 (PDT) (envelope-from eric@iteso.mx) Received: from localhost (eric@localhost) by iteso.mx (8.9.3/8.9.3) with ESMTP id NAA53110; Wed, 24 May 2000 13:57:38 -0500 (CDT) (envelope-from eric@iteso.mx) Date: Wed, 24 May 2000 13:57:38 -0500 (CDT) From: De la Cruz Lugo Eric To: mhenriquez@labinca.com.ar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Consultas In-Reply-To: <31E2310B1A68D2118F5300805F6FF6A21FFCA1@VIVALDI> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sr. Enriquez: =20 La informacion se puede localizar en esta pagina: =20 http://www.freebsd.org saludos! =20 Desde Merida, Yucatan, Mexico Eric De La Cruz Lugo. ------------- On Wed, 24 May 2000 mhenriquez@labinca.com.ar wrote: > Quisiera informarme sobre algunos aspectos de dicho S.O. como ser: > * Cu=E1les son las caracter=EDsticas principales > * Ambito de aplicaci=F3n > * Las capas o los niveles del S.O. > * Hardware soportado > * Software requerido > * Tipo de servicio, mantenimiento y soporte t=E9cnico que brindan > * File system > * Interfase >=20 > Toda la informaci=F3n que me puedan mandar, se la voy a agradecer much=ED= simo. >=20 > Mari=E1ngeles Henriquez > Depto. de Sistemas > Labinca S.A. > Argentina >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 12: 5: 2 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 56EC237BD57 for ; Wed, 24 May 2000 12:04:58 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA16886; Wed, 24 May 2000 14:04:48 -0500 (CDT) (envelope-from dan) Date: Wed, 24 May 2000 14:04:48 -0500 From: Dan Nelson To: "TEMPLE, MATTHEW (LNG)" Cc: "'freebsd-questions@freebsd.org'" Subject: Re: uuidgen or other GUID-generating utility Message-ID: <20000524140448.A15434@dan.emsphone.com> References: <27E4B476932BD211945B00805FE67AF5089DE1D9@lnxdayexch05.lexis-nexis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <27E4B476932BD211945B00805FE67AF5089DE1D9@lnxdayexch05.lexis-nexis.com>; from "TEMPLE, MATTHEW (LNG)" on Wed May 24 13:58:20 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), TEMPLE, MATTHEW (LNG) said: > I need a globally unique ID, like 28eea00e-a872-491e-8848-a9b8daf3314b. > Linux and Solaris have a utility called uuidgen that spits them out. Solaris doesn't have anything like that (on 2.6 at least), and Linux's uuidgen simply generates a random string. This should do what you want: printf "%s%s-%s-%s-%s-%s%s%s\n" `jot -r -w "%04x" 8 0 65536` -- 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 May 24 12: 8:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from moonlight.hinz-consulting.de (moonnlight.hinz-consulting.de [194.123.36.73]) by hub.freebsd.org (Postfix) with ESMTP id 9E57737BD59 for ; Wed, 24 May 2000 12:08:28 -0700 (PDT) (envelope-from marco@hinz-consulting.de) Received: from mastermarco (demo.dialup.intrail.de [194.123.36.103]) by moonlight.hinz-consulting.de (8.9.3/8.9.3) with SMTP id UAA24649 for ; Wed, 24 May 2000 20:51:12 GMT Message-ID: <000801bfc5b3$f28fee40$0100a8c0@mastermarco> From: "Marco Hinz" To: Subject: samba Date: Wed, 24 May 2000 21:12:02 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC5C4.B4EA9E80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC5C4.B4EA9E80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi hi people i have found and missing tag in the Makefile of the samba 2.0.7 port you have to add the distname or the port will not be installed ok=20 bye bye marco ------=_NextPart_000_0005_01BFC5C4.B4EA9E80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi hi people
 
i have found and missing tag in the = Makefile of the=20 samba 2.0.7 port
you have to add the distname or the = port will not=20 be installed
 
ok
 
bye bye
 
marco
------=_NextPart_000_0005_01BFC5C4.B4EA9E80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 12: 9:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from viva.vivacenet.com (w005.z208036016.sjc-ca.dsl.cnc.net [208.36.16.5]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9437BD57 for ; Wed, 24 May 2000 12:09:29 -0700 (PDT) (envelope-from paula.atchison@vivacenet.com) Received: from vivacenet.com [10.2.0.182] by viva.vivacenet.com with ESMTP (SMTPD32-5.05) id A0E715502F0; Thu, 25 May 2000 00:06:15 -0700 Message-ID: <392C291C.BD428009@vivacenet.com> Date: Wed, 24 May 2000 12:10:20 -0700 From: Paula Atchison X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CD ROM Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Madame's and Sirs, Help, please. I've purchased your FreeBSD 4.0 CD's with the intent of looking at the INET (C) source code. I don't want to install the operating system on my PC (currently running NT, ick). Is it possible to install the software without installing the OS on my PC, thus extracting the source code? If not, are the source code files extractable from the CD in some other manner? (I've had no luck with the *.tgz files in \packages\all directory using winzip) Thank you for your time and help. Warm Regards, Paula To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 12:14:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id 960A837B760 for ; Wed, 24 May 2000 12:14:20 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.38]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Wed, 24 May 2000 12:14:32 -0700 Message-ID: <392C29E8.24CEE186@3-cities.com> Date: Wed, 24 May 2000 12:13:44 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Albert Visagie Cc: freebsd-questions@freebsd.org Subject: Re: 4.0-release Rebooting more often than W*? References: <392BFEAD.645971CC@dsp.sun.ac.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Albert Visagie wrote: > > Hi all! > > I've just installed FreeBSD 4.0 Release, and the box has been rebooting > at least once every two hours or so. It isn't doing anything, or > running any strange daemons that wasn't there after the install, and it > does this regardless of whether or any users (me) are logged in or > anything. I couldn't work out how to get hold of the panic message > thingie, but it looks a lot like some on the mailing list archives, eg.: > > fatal trap 12 page fault while in kernel mode > fault virtual address 0x0 > fault code =supervisor read, page not present > instruction pointer 0x8:0xf01a5b26 > stack pointer 0x10:0xefbffe34 > frame pointer 0x10:0xefbffe80 > code segment base 0x0, limit 0xfffff, type 0x1b > DPL 0, pres 1, def 32 1, gran 1 > processor flags interrupt enabled, resume IOPL=0 > current process 321 (pkg_add) > interrupt mask ufs > panic page fault > > I've done some browsing through the mailing list archives, and > \emph{many} have had this problem. The link down here is the only > definitive answer I managed to find. > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=13516+0+/usr/local/www/db/text/1996/freebsd-questions/19960526.freebsd-questions > > I'll do as it says, but does anyone have any other ideas? this was a > really disappointing start to a new toy. My first questions is "why haven't you upgraded to 4.0-Stable". I personally can't imagine running a server with any release. Even the /usr/src/UPDATING has you cvsup'ing to 4.0-Stable before you begin the upgrade because of things that were fixed in the early release of 4.0. Kent > > Thanks in advance! > > Albert Visagie > > -- > http://www.espresso.ee.sun.ac.za/~avisagie > > "What men are poets, who could speak if Jupiter where like a man, but if > he were an immense spinning sphere of methane and ammonia must be > silent?" - Richard Feynman > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 12:28:56 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 4FC7437BD5E for ; Wed, 24 May 2000 12:28:53 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4OK2wU02579; Wed, 24 May 2000 13:02:58 -0700 (PDT) Date: Wed, 24 May 2000 13:02:58 -0700 From: Alfred Perlstein To: Paula Atchison Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD ROM Message-ID: <20000524130257.Y28097@fw.wintelcom.net> References: <392C291C.BD428009@vivacenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392C291C.BD428009@vivacenet.com>; from paula.atchison@vivacenet.com on Wed, May 24, 2000 at 12:10:20PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Paula Atchison [000524 12:44] wrote: > Dear Madame's and Sirs, > > Help, please. > > I've purchased your FreeBSD 4.0 CD's with the intent of looking at the > INET (C) source code. > I don't want to install the operating system on my PC (currently running > NT, ick). > > Is it possible to install the software without installing the OS on my > PC, thus extracting the > source code? > > If not, are the source code files extractable from the CD in some other > manner? > (I've had no luck with the *.tgz files in \packages\all directory using > winzip) try copying them to your disk and naming them .tar.gz then retry winzip. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 12:29:28 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 005F437B7F9 for ; Wed, 24 May 2000 12:29:19 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id PAA63599 for questions@freebsd.org; Wed, 24 May 2000 15:29:16 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <200005241929.PAA63599@blackhelicopters.org> Subject: weird routing table entry To: questions@freebsd.org Date: Wed, 24 May 2000 15:29:16 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Anyone know what this is, and how to get rid of it? #netstat -nr Internet: Destination Gateway Flags Netif Expire default 207.206.68.1 UGSc fxp1 10 link#3 UC fxp2 => 127.0.0.1 127.0.0.1 UH lo0 132.145.2&0x87910b81 255.255.255.0 UGSc fxp1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Thanks, ==ml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 12:35:40 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 0B78E37B532 for ; Wed, 24 May 2000 12:35:37 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA22760; Wed, 24 May 2000 14:35:28 -0500 (CDT) (envelope-from dan) Date: Wed, 24 May 2000 14:35:28 -0500 From: Dan Nelson To: De la Cruz Lugo Eric Cc: questions@FreeBSD.ORG Subject: Re: Any acurate OCR software under FreeBSD? Message-ID: <20000524143528.C15434@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from "De la Cruz Lugo Eric" on Wed May 24 13:32:33 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), De la Cruz Lugo Eric said: > Some one out htere knows about a reliable OCR software that works on > FreeBSD?, or maybe a Linux program that runs quite well under Linux > Emulation? Try www.vividata.com; their OCRShop uses the Caere (OmniPage) scan engine, and comes in Linux format. -- 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 May 24 12:38:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lexis-nexis.com (mx02.lexis-nexis.com [207.25.178.45]) by hub.freebsd.org (Postfix) with ESMTP id 42D5237B591 for ; Wed, 24 May 2000 12:38:10 -0700 (PDT) (envelope-from matthew.temple@lexis-nexis.com) Received: from lexis-nexis.com (mailgate [138.12.44.45]) by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id PAA11145; Wed, 24 May 2000 15:38:09 -0400 (EDT) Received: from lnxdayexch05.lexis-nexis.com by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id PAA00850; Wed, 24 May 2000 15:37:57 -0400 (EDT) Received: by lnxdayexch05.lexis-nexis.com with Internet Mail Service (5.5.2650.21) id ; Wed, 24 May 2000 15:37:07 -0400 Message-ID: <27E4B476932BD211945B00805FE67AF5089DE1E1@lnxdayexch05.lexis-nexis.com> From: "TEMPLE, MATTHEW (LNG)" To: "'Dan Nelson'" Cc: "'freebsd-questions@freebsd.org'" , "MITZKA, JOHN (LNG)" Subject: RE: uuidgen or other GUID-generating utility Date: Wed, 24 May 2000 15:36:58 -0400 X-Mailer: Internet Mail Service (5.5.2650.21) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok...SunOS 5.5.1 does have a uuidgen and Linux's uuidgen does not simply spit out a random string. Included below is an excerpt from the Linux man page for uuidgen. I need to generate a GUID of comparable quality on a FreeBSD web server. Does anyone on this list know if FreeBSD has equivalent functionality or, if not, where I might find source code for a uuidgen utility? Thanks... ---------------------------------------------------------------------------- ----------------------------------------------------------- UUIDGEN(1) UUIDGEN(1) NAME uuidgen - command-line utility to create a new UUID value SYNOPSIS uuidgen [ -r | -t ] DESCRIPTION The uuidgen program creates a new universally unique iden¡ tifier (UUID) using the libuuid(3) library. The new UUID can reasonably be considered unique among all UUIDs cre¡ ated on the local system, and among UUIDs created on other systems in the past and in the future. There are two types of UUID's which uuidgen can generate: time-based UUID's and random-based UUID's. By default uuidgen will generate a random-based UUID if a high-qual¡ ity random number generator is present. Otherwise, it will chose a time-based UUID. It is possible to force the generation of one of these two UUID types by using the -r or -t options. OPTIONS -r Generate a random-based UUID. This method creates a UUID consisting mostly of random bits. It requires that the operating system have a high quality random number generator, such as /dev/ran¡ dom. -t Generate a time-based UUID. This method creates a UUID based on the system clock plus the system's ethernet hardware address, if present. ... > -----Original Message----- > From: Dan Nelson [SMTP:dnelson@emsphone.com] > Sent: Wednesday, May 24, 2000 3:05 PM > To: TEMPLE, MATTHEW (LNG) > Cc: 'freebsd-questions@freebsd.org' > Subject: Re: uuidgen or other GUID-generating utility > > In the last episode (May 24), TEMPLE, MATTHEW (LNG) said: > > I need a globally unique ID, like 28eea00e-a872-491e-8848-a9b8daf3314b. > > Linux and Solaris have a utility called uuidgen that spits them out. > > Solaris doesn't have anything like that (on 2.6 at least), and Linux's > uuidgen simply generates a random string. > > This should do what you want: > > printf "%s%s-%s-%s-%s-%s%s%s\n" `jot -r -w "%04x" 8 0 65536` > > -- > 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 May 24 12:41:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 3705337B591 for ; Wed, 24 May 2000 12:41:42 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA23333; Wed, 24 May 2000 14:41:20 -0500 (CDT) (envelope-from dan) Date: Wed, 24 May 2000 14:41:20 -0500 From: Dan Nelson To: Hamid Reza Hashemi Golpayegani Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 256M of RAM ! Message-ID: <20000524144120.D15434@dan.emsphone.com> References: <000501bfc5af$aab21750$051414c8@hashemi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000501bfc5af$aab21750$051414c8@hashemi>; from "Hamid Reza Hashemi Golpayegani" on Wed May 24 23:11:24 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), Hamid Reza Hashemi Golpayegani said: > Hi , > > I have installed FreeBSD 4.0 on an i386 paltform machine with PIII > 500 CPU . I have installed 256 M of RAM but freebsd basically know > only 64 M of it's ram . When I add this line : > > options MAXMEM="(256*1024)" 4.0 shouldn't need any MAXMEM or similar options to detect memory, except on broken hardware that doesn't report memory correctly (many Compaqs). BTW, a kernel recompile is no longer needed. Just put this in /boot/loader.conf instead: hw.physmem="256M" -- 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 May 24 12:44:14 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 08D2937B591 for ; Wed, 24 May 2000 12:44:12 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id OAA23642; Wed, 24 May 2000 14:44:09 -0500 (CDT) (envelope-from dan) Date: Wed, 24 May 2000 14:44:09 -0500 From: Dan Nelson To: "TEMPLE, MATTHEW (LNG)" Cc: "'freebsd-questions@freebsd.org'" , "MITZKA, JOHN (LNG)" Subject: Re: uuidgen or other GUID-generating utility Message-ID: <20000524144409.E15434@dan.emsphone.com> References: <27E4B476932BD211945B00805FE67AF5089DE1E1@lnxdayexch05.lexis-nexis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <27E4B476932BD211945B00805FE67AF5089DE1E1@lnxdayexch05.lexis-nexis.com>; from "TEMPLE, MATTHEW (LNG)" on Wed May 24 15:36:58 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), TEMPLE, MATTHEW (LNG) said: > Ok...SunOS 5.5.1 does have a uuidgen and Linux's uuidgen does not > simply spit out a random string. Included below is an excerpt from > the Linux man page for uuidgen. I need to generate a GUID of > comparable quality on a FreeBSD web server. Does anyone on this list > know if FreeBSD has equivalent functionality or, if not, where I > might find source code for a uuidgen utility? I quote your excerpt: > time-based UUID's and random-based UUID's. By default > uuidgen will generate a random-based UUID if a high-qual! > ity random number generator is present. Otherwise, it On Linux, /dev/random is the random number generator and is always present. So my 'jot' line is the equivalent. -- 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 May 24 12:44:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from galaxy.mantech-wva.com (galaxy.mantech-wva.com [209.114.130.20]) by hub.freebsd.org (Postfix) with ESMTP id 0433F37B591 for ; Wed, 24 May 2000 12:44:21 -0700 (PDT) (envelope-from bondp@mantech-wva.com) Received: from mantech-wva.com (bond.mantech-wva.com [208.237.138.192]) by galaxy.mantech-wva.com (8.9.3/8.9.1) with ESMTP id PAA07317; Wed, 24 May 2000 15:33:38 -0400 (EDT) Message-ID: <392C310D.28D6CB36@mantech-wva.com> Date: Wed, 24 May 2000 15:44:13 -0400 From: "C. Paul Bond" X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Sendmail 8.10.X Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I need to upgrade to sendmail 8.10.x (I need the SMTP Authentication). It looks like sendmail 8.9.X is the version currently in CVS. Is anyone working on doing an update? Before I try to build it myself I thought I would ask. -- C. Paul Bond, 304-368-4236, bondp@mantech-wva.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 12:56: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from caip.rutgers.edu (caip.rutgers.edu [128.6.236.10]) by hub.freebsd.org (Postfix) with ESMTP id A8F8437BE8E for ; Wed, 24 May 2000 12:56:00 -0700 (PDT) (envelope-from mihaii@caip.rutgers.edu) Received: from ogre (caip-dhcp-37-111.rutgers.edu [128.6.37.111]) by caip.rutgers.edu (8.9.3/8.9.3) with SMTP id PAA12469 for ; Wed, 24 May 2000 15:55:59 -0400 (EDT) Message-ID: <011601bfc5b9$df137840$6f250680@rutgers.edu> From: "Mihai Ionescu" To: Subject: Booting with no boot manager Date: Wed, 24 May 2000 15:54:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.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'm relatively new in Free-BSD and I want to know if it is possible to boot the FreeBSD OS without installing any boot manager in the MBR. With Linux it exists a program called LoadLin which is a DOS program and allows to boot Linux from DOS, if Linux is installed on the hard-disk of course. Is it also available something like this for FreeBSD? Thanks, Mihai To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 13: 0:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 229FA37BD75 for ; Wed, 24 May 2000 13:00:32 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id UAA17179; Wed, 24 May 2000 20:59:09 +0200 Message-ID: <392C09E6.770D4CB3@i-clue.de> Date: Wed, 24 May 2000 18:57:10 +0200 From: Christoph Sold Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: GUILLAUME Julien Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: And what about music ? References: <57F400E054E7D211AEF40004AC36979DEDE8F3@infcab22.cus.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG GUILLAUME Julien wrote: > OK, Free BSD is a real Unix and a powerful server, but what about music ? Well, Peugeot builds wonderful cars, but what about music? (Pun intended.) > Can current sound softwares such as Cubase, Cakewalk, Acid or Soundforge be > run on that OS ? No. > Otherwise is it reasonably possible to build efficient > drivers for these ? No. > Thanks in advance for your help. You're welcome. Look at it this way: if you already decided which application to use, use the operating system the application developer said you should. On the other hand, if you're courageous, you may struggle into the wonderland of Unix. Less comfort, less crashes. Some sound software exists -- although probably not at the point-and-click level it seems you are used to. HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 13: 0:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 83B8437BD6E for ; Wed, 24 May 2000 13:00:41 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id OAA14868; Wed, 24 May 2000 14:13:47 +0200 Message-ID: <392BAAE5.32EA380C@i-clue.de> Date: Wed, 24 May 2000 12:11:49 +0200 From: Christoph Sold Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Marc Silver Cc: Chris Smith , FreeBSD Questions Subject: Re: HELP! - Clearing screen on logout References: <959158168.392b97980978e@www.tdyc.com> <20000524111217.F92261@draenor.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Or, after the fact, you may press ^L to clear the screen in almost any text screen. HTH -Christoph Sold Marc Silver wrote: > Hey there, > > This depends on your shell. > > If tcsh: > > echo clear > .logout > > If bash: > > echo clear > .bash_logout > > That'll do it for you. :) > > Cheers, > Marc > > On Wed, May 24, 2000 at 01:49:28AM -0700, Chris Smith wrote: > > Hi, > > > > Can anyone tell me _explicitly_ how to clear the screen > > when a user logs out (or when a getty starts)? I know it's > > in the gettytab man page, but I cant get it to work. I've > > probably incorrectly played with the cl option?!? > > > > Any ideas? > > > > Cheers, > > > > ----------------------------------------------------------- > > Chris Smith IS Dept - Raytheon Systems Limited > > [chris.smith@raytheon.co.uk] +44 1279 407 103 > > ----------------------------------------------------------- > > Programmers are busy writing the next best idiot proof > > software. The universe, in the meantine, is busy making the > > next best idiot. The universe is winning... > > =========================================================== > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 24 13: 0:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 663BB37BD44 for ; Wed, 24 May 2000 13:00:46 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA09199; Tue, 23 May 2000 16:39:21 +0200 Message-ID: <392A7B83.5B14A8CF@i-clue.de> Date: Tue, 23 May 2000 14:37:23 +0200 From: Christoph Sold Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "G.B.Naidu" Cc: Willem Brown , freebsd-questions@FreeBSD.ORG Subject: Re: To install FreeBSD 3.3.... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "G.B.Naidu" wrote: > Hi, > > I searched in the FreeBSD home page. I went through the > releases/i386/3.3-STABLE directory. In it there is only one directory > called packages. > > What I want is a tar zipped bundle of freebsd 3.3. Where can I get? It's not that simple. If this is the first time you install FreeBSD let me suggest to use FreeBSD-Stable, which is currently at version 4.0. If you need 3.3 for some specific reason.. - you may search the BSD mirror sites for the 3.3-RELEASE tag marking the d/l floppies, then install from those - you may search the mirror sites for an older ISO CD-ROM image - you may use a running copy of FreeBSD to get the 3.3-RELEASE sources from CVS HTH -Christoph Sold > > > thanks > --gb > > On Tue, 23 May 2000, Willem Brown wrote: > > > Hi, > > > > Have a look at http://www.freebsd.org/, goto the "Getting FreeBSD" > > section and then look for a mirror site near you. The FreeBSD Handbook > > has got a Installation Guide which you'll find helpfull. This you can > > also > > find on the main FreeBSD page. > > > > Regards > > Willem Brown > > > > "G.B.Naidu" wrote: > > > > > > HI, > > > > > > I want to install FreeBSD 3.3. where will I get the whore tar zipped > > > sources? > > > > > > thanks > > > --gb > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > > |--------------LINUX & *BSD, the CHOICE is yours--------------| > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 24 13: 0:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 3E61337BDB6 for ; Wed, 24 May 2000 13:00:52 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id PAA08921; Tue, 23 May 2000 15:57:13 +0200 Message-ID: <392A71A2.487BEF4F@i-clue.de> Date: Tue, 23 May 2000 13:55:14 +0200 From: Christoph Sold Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Willem Brown Cc: questions@FreeBSD.ORG Subject: Re: DNS and e-mail. References: <392A6565.B3E2FDD8@brwn.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Willem, sendmail in recent versions checks the the sender's domain resolves both forward ("mail.expample.org" -> 1.2.3.4) and backwards ("4.3.2.1.in-addr.arpa." -> "mail.example.org"), to make life more difficult for spammers. Some other MTAs may check this, too. -Christoph Sold Willem Brown wrote: > Hi, > > I'm running a secondary DNS for my domain which is > hosted by Granitecanyon. The idea was that whenever the two > main DNS servers are unavailable that mine will be used so > I don't get cut off from the world completely. > > Every time I send a e-mail to the questions mail list, > it would seem that every mail server that receives that e-mail > queries my puny DNS server. Practically DOSsing it, well > maybe not quite. > > Normally I don't see much DNS traffic if any at all > because the main servers is far better connected and capable. > > What then causes my DNS to be queried when I send an > e-mail to the list? Any ideas? > > Regards > Willem Brown > -- > |--------------LINUX & *BSD, the CHOICE is yours--------------| > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 24 13: 3:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tupac.portal.v.pl (tupac.portal.v.pl [212.160.101.190]) by hub.freebsd.org (Postfix) with ESMTP id 02BBE37BC53 for ; Wed, 24 May 2000 13:03:29 -0700 (PDT) (envelope-from mleczo@tupac.portal.v.pl) Received: from localhost (mleczo@localhost) by tupac.portal.v.pl (8.9.3/8.9.3) with ESMTP id WAA06841 for ; Wed, 24 May 2000 22:10:16 +0200 (CEST) (envelope-from mleczo@tupac.portal.v.pl) Date: Wed, 24 May 2000 22:10:16 +0200 (CEST) From: "www.bsd.szn.pl | we sell SheLLs" To: freebsd-questions@freebsd.org Subject: cc1 Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1839548566-959199016=:5182" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1839548566-959199016=:5182 Content-Type: TEXT/PLAIN; charset=US-ASCII while doing make ( for example make eggdrop lately even while making ports) cc1 crashes, core dumped... Directly after reboot everything is fine...later ( about 5 houres ) somethign happends and cc makes core dump I got FreeBSD4.0 My freebsd kernel configuration file is attached If i should give more details about that crash please tell me what to include Thank You ..::: http://www.bsd.szn.pl :::.. --0-1839548566-959199016=:5182 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=MINE Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=MINE Iw0KIyBHRU5FUklDIC0tIEdlbmVyaWMga2VybmVsIGNvbmZpZ3VyYXRpb24g ZmlsZSBmb3IgRnJlZUJTRC9pMzg2DQojDQojIEZvciBtb3JlIGluZm9ybWF0 aW9uIG9uIHRoaXMgZmlsZSwgcGxlYXNlIHJlYWQgdGhlIGhhbmRib29rIHNl Y3Rpb24gb24NCiMgS2VybmVsIENvbmZpZ3VyYXRpb24gRmlsZXM6DQojDQoj ICAgIGh0dHA6Ly93d3cuRnJlZUJTRC5vcmcvaGFuZGJvb2sva2VybmVsY29u ZmlnLWNvbmZpZy5odG1sDQojDQojIFRoZSBoYW5kYm9vayBpcyBhbHNvIGF2 YWlsYWJsZSBsb2NhbGx5IGluIC91c3Ivc2hhcmUvZG9jL2hhbmRib29rDQoj IGlmIHlvdSd2ZSBpbnN0YWxsZWQgdGhlIGRvYyBkaXN0cmlidXRpb24sIG90 aGVyd2lzZSBhbHdheXMgc2VlIHRoZQ0KIyBGcmVlQlNEIFdvcmxkIFdpZGUg V2ViIHNlcnZlciAoaHR0cDovL3d3dy5GcmVlQlNELm9yZy8pIGZvciB0aGUN CiMgbGF0ZXN0IGluZm9ybWF0aW9uLg0KIw0KIyBBbiBleGhhdXN0aXZlIGxp c3Qgb2Ygb3B0aW9ucyBhbmQgbW9yZSBkZXRhaWxlZCBleHBsYW5hdGlvbnMg b2YgdGhlDQojIGRldmljZSBsaW5lcyBpcyBhbHNvIHByZXNlbnQgaW4gdGhl IC4vTElOVCBjb25maWd1cmF0aW9uIGZpbGUuIElmIHlvdSBhcmUNCiMgaW4g ZG91YnQgYXMgdG8gdGhlIHB1cnBvc2Ugb3IgbmVjZXNzaXR5IG9mIGEgbGlu ZSwgY2hlY2sgZmlyc3QgaW4gTElOVC4NCiMNCiMgJEZyZWVCU0Q6IHNyYy9z eXMvaTM4Ni9jb25mL0dFTkVSSUMsdiAxLjI0Ni4yLjQgMjAwMC8wNS8xNCAx MDo0MDoyNyBncm91ZGllciBFeHAgJA0KDQptYWNoaW5lCQlpMzg2DQpjcHUJ CUkzODZfQ1BVDQpjcHUJCUk0ODZfQ1BVDQpjcHUJCUk1ODZfQ1BVDQpjcHUJ CUk2ODZfQ1BVDQppZGVudAkJR0VORVJJQw0KbWF4dXNlcnMJMzINCg0KI21h a2VvcHRpb25zCURFQlVHPS1nCQkjQnVpbGQga2VybmVsIHdpdGggZ2RiKDEp IGRlYnVnIHN5bWJvbHMNCg0Kb3B0aW9ucyAJTUFUSF9FTVVMQVRFCQkjU3Vw cG9ydCBmb3IgeDg3IGVtdWxhdGlvbg0Kb3B0aW9ucyAJSU5FVAkJCSNJbnRl ck5FVHdvcmtpbmcNCm9wdGlvbnMgCUlORVQ2CQkJI0lQdjYgY29tbXVuaWNh dGlvbnMgcHJvdG9jb2xzDQpvcHRpb25zIAlGRlMJCQkjQmVya2VsZXkgRmFz dCBGaWxlc3lzdGVtDQpvcHRpb25zIAlGRlNfUk9PVAkJI0ZGUyB1c2FibGUg YXMgcm9vdCBkZXZpY2UgW2tlZXAgdGhpcyFdDQpvcHRpb25zIAlNRlMJCQkj TWVtb3J5IEZpbGVzeXN0ZW0NCm9wdGlvbnMgCU1EX1JPT1QJCQkjTUQgaXMg YSBwb3RlbnRpYWwgcm9vdCBkZXZpY2UNCm9wdGlvbnMgCU5GUwkJCSNOZXR3 b3JrIEZpbGVzeXN0ZW0NCm9wdGlvbnMgCU5GU19ST09UCQkjTkZTIHVzYWJs ZSBhcyByb290IGRldmljZSwgTkZTIHJlcXVpcmVkDQpvcHRpb25zIAlNU0RP U0ZTCQkJI01TRE9TIEZpbGVzeXN0ZW0NCm9wdGlvbnMgCUNEOTY2MAkJCSNJ U08gOTY2MCBGaWxlc3lzdGVtDQpvcHRpb25zIAlDRDk2NjBfUk9PVAkJI0NE LVJPTSB1c2FibGUgYXMgcm9vdCwgQ0Q5NjYwIHJlcXVpcmVkDQpvcHRpb25z IAlQUk9DRlMJCQkjUHJvY2VzcyBmaWxlc3lzdGVtDQpvcHRpb25zIAlDT01Q QVRfNDMJCSNDb21wYXRpYmxlIHdpdGggQlNEIDQuMyBbS0VFUCBUSElTIV0N Cm9wdGlvbnMgCVNDU0lfREVMQVk9MTUwMDAJI0RlbGF5IChpbiBtcykgYmVm b3JlIHByb2JpbmcgU0NTSQ0Kb3B0aW9ucyAJVUNPTlNPTEUJCSNBbGxvdyB1 c2VycyB0byBncmFiIHRoZSBjb25zb2xlDQpvcHRpb25zIAlVU0VSQ09ORklH CQkjYm9vdCAtYyBlZGl0b3INCm9wdGlvbnMgCVZJU1VBTF9VU0VSQ09ORklH CSN2aXN1YWwgYm9vdCAtYyBlZGl0b3INCm9wdGlvbnMgCUtUUkFDRQkJCSNr dHJhY2UoMSkgc3VwcG9ydA0Kb3B0aW9ucyAJU1lTVlNITQkJCSNTWVNWLXN0 eWxlIHNoYXJlZCBtZW1vcnkNCm9wdGlvbnMgCVNZU1ZNU0cJCQkjU1lTVi1z dHlsZSBtZXNzYWdlIHF1ZXVlcw0Kb3B0aW9ucyAJU1lTVlNFTQkJCSNTWVNW LXN0eWxlIHNlbWFwaG9yZXMNCm9wdGlvbnMgCVAxMDAzXzFCCQkjUG9zaXgg UDEwMDNfMUIgcmVhbC10aW1lIGV4dGVuc2lvbnMNCm9wdGlvbnMgCV9LUE9T SVhfUFJJT1JJVFlfU0NIRURVTElORw0Kb3B0aW9ucwkJSUNNUF9CQU5ETElN CQkjUmF0ZSBsaW1pdCBiYWQgcmVwbGllcw0KDQojIFRvIG1ha2UgYW4gU01Q IGtlcm5lbCwgdGhlIG5leHQgdHdvIGFyZSBuZWVkZWQNCiNvcHRpb25zIAlT TVAJCQkjIFN5bW1ldHJpYyBNdWx0aVByb2Nlc3NvciBLZXJuZWwNCiNvcHRp b25zIAlBUElDX0lPCQkJIyBTeW1tZXRyaWMgKEFQSUMpIEkvTw0KIyBPcHRp b25hbGx5IHRoZXNlIG1heSBuZWVkIHR3ZWFrZWQsIChkZWZhdWx0cyBzaG93 bik6DQojb3B0aW9ucyAJTkNQVT0yCQkJIyBudW1iZXIgb2YgQ1BVcw0KI29w dGlvbnMgCU5CVVM9NAkJCSMgbnVtYmVyIG9mIGJ1c3Nlcw0KI29wdGlvbnMg CU5BUElDPTEJCQkjIG51bWJlciBvZiBJTyBBUElDcw0KI29wdGlvbnMgCU5J TlRSPTI0CQkjIG51bWJlciBvZiBJTlRzDQoNCmRldmljZQkJaXNhDQpkZXZp Y2UJCWVpc2ENCmRldmljZQkJcGNpDQoNCiMgRmxvcHB5IGRyaXZlcw0KZGV2 aWNlCQlmZGMwCWF0IGlzYT8gcG9ydCBJT19GRDEgaXJxIDYgZHJxIDINCmRl dmljZQkJZmQwCWF0IGZkYzAgZHJpdmUgMA0KZGV2aWNlCQlmZDEJYXQgZmRj MCBkcml2ZSAxDQoNCiMgQVRBIGFuZCBBVEFQSSBkZXZpY2VzDQpkZXZpY2UJ CWF0YTAJYXQgaXNhPyBwb3J0IElPX1dEMSBpcnEgMTQNCmRldmljZQkJYXRh MQlhdCBpc2E/IHBvcnQgSU9fV0QyIGlycSAxNQ0KZGV2aWNlCQlhdGENCmRl dmljZQkJYXRhZGlzawkJCSMgQVRBIGRpc2sgZHJpdmVzDQpkZXZpY2UJCWF0 YXBpY2QJCQkjIEFUQVBJIENEUk9NIGRyaXZlcw0KZGV2aWNlCQlhdGFwaWZk CQkJIyBBVEFQSSBmbG9wcHkgZHJpdmVzDQpkZXZpY2UJCWF0YXBpc3QJCQkj IEFUQVBJIHRhcGUgZHJpdmVzDQpvcHRpb25zIAlBVEFfU1RBVElDX0lECQkj U3RhdGljIGRldmljZSBudW1iZXJpbmcNCiNvcHRpb25zIAlBVEFfRU5BQkxF X0FUQVBJX0RNQQkjRW5hYmxlIERNQSBvbiBBVEFQSSBkZXZpY2VzDQoNCiMg U0NTSSBDb250cm9sbGVycw0KZGV2aWNlCQlhaGIJCSMgRUlTQSBBSEExNzQy IGZhbWlseQ0KZGV2aWNlCQlhaGMJCSMgQUhBMjk0MCBhbmQgb25ib2FyZCBB SUM3eHh4IGRldmljZXMNCmRldmljZQkJYW1kCQkjIEFNRCA1M0M5NzQgKFRl Y2tyYW0gREMtMzkwKFQpKQ0KZGV2aWNlCQlkcHQJCSMgRFBUIFNtYXJ0Y2Fj aGUgLSBTZWUgTElOVCBmb3Igb3B0aW9ucyENCmRldmljZQkJaXNwCQkjIFFs b2dpYyBmYW1pbHkNCmRldmljZQkJbmNyCQkjIE5DUi9TeW1iaW9zIExvZ2lj DQpkZXZpY2UJCXN5bQkJIyBOQ1IvU3ltYmlvcyBMb2dpYyAobmV3ZXIgY2hp cHNldHMpDQpvcHRpb25zCQlTWU1fU0VUVVBfTFBfUFJPQkVfTUFQPTB4NDAN CgkJCQkjIEFsbG93IG5jciB0byBhdHRhY2ggbGVnYWN5IE5DUiBkZXZpY2Vz IHdoZW4gDQoJCQkJIyBib3RoIHN5bSBhbmQgbmNyIGFyZSBjb25maWd1cmVk DQoNCmRldmljZQkJYWR2MAlhdCBpc2E/DQpkZXZpY2UJCWFkdw0KZGV2aWNl CQlidDAJYXQgaXNhPw0KZGV2aWNlCQlhaGEwCWF0IGlzYT8NCmRldmljZQkJ YWljMAlhdCBpc2E/DQoNCiMgU0NTSSBwZXJpcGhlcmFscw0KZGV2aWNlCQlz Y2J1cwkJIyBTQ1NJIGJ1cyAocmVxdWlyZWQpDQpkZXZpY2UJCWRhCQkjIERp cmVjdCBBY2Nlc3MgKGRpc2tzKQ0KZGV2aWNlCQlzYQkJIyBTZXF1ZW50aWFs IEFjY2VzcyAodGFwZSBldGMpDQpkZXZpY2UJCWNkCQkjIENEDQpkZXZpY2UJ CXBhc3MJCSMgUGFzc3Rocm91Z2ggZGV2aWNlIChkaXJlY3QgU0NTSSBhY2Nl c3MpDQoNCiMgUkFJRCBjb250cm9sbGVycw0KZGV2aWNlCQlpZGEJCSMgQ29t cGFxIFNtYXJ0IFJBSUQNCmRldmljZQkJYW1yCQkjIEFNSSBNZWdhUkFJRA0K ZGV2aWNlCQltbHgJCSMgTXlsZXggREFDOTYwIGZhbWlseQ0KDQojIGF0a2Jk YzAgY29udHJvbHMgYm90aCB0aGUga2V5Ym9hcmQgYW5kIHRoZSBQUy8yIG1v dXNlDQpkZXZpY2UJCWF0a2JkYzAJYXQgaXNhPyBwb3J0IElPX0tCRA0KZGV2 aWNlCQlhdGtiZDAJYXQgYXRrYmRjPyBpcnEgMQ0KZGV2aWNlCQlwc20wCWF0 IGF0a2JkYz8gaXJxIDEyDQoNCmRldmljZQkJdmdhMAlhdCBpc2E/DQoNCiMg c3BsYXNoIHNjcmVlbi9zY3JlZW4gc2F2ZXINCnBzZXVkby1kZXZpY2UJc3Bs YXNoDQoNCiMgc3lzY29ucyBpcyB0aGUgZGVmYXVsdCBjb25zb2xlIGRyaXZl ciwgcmVzZW1ibGluZyBhbiBTQ08gY29uc29sZQ0KZGV2aWNlCQlzYzAJYXQg aXNhPw0KDQojIEVuYWJsZSB0aGlzIGFuZCBQQ1ZUX0ZSRUVCU0QgZm9yIHBj dnQgdnQyMjAgY29tcGF0aWJsZSBjb25zb2xlIGRyaXZlcg0KI2RldmljZQkJ dnQwCWF0IGlzYT8NCiNvcHRpb25zIAlYU0VSVkVSCQkJIyBzdXBwb3J0IGZv ciBYIHNlcnZlciBvbiBhIHZ0IGNvbnNvbGUNCiNvcHRpb25zIAlGQVRfQ1VS U09SCQkjIHN0YXJ0IHdpdGggYmxvY2sgY3Vyc29yDQojIElmIHlvdSBoYXZl IGEgVGhpbmtQQUQsIHVuY29tbWVudCB0aGlzIGFsb25nIHdpdGggdGhlIHJl c3Qgb2YgdGhlIFBDVlQgbGluZXMNCiNvcHRpb25zIAlQQ1ZUX1NDQU5TRVQ9 MgkJIyBJQk0ga2V5Ym9hcmRzIGFyZSBub24tc3RkDQoNCiMgRmxvYXRpbmcg cG9pbnQgc3VwcG9ydCAtIGRvIG5vdCBkaXNhYmxlLg0KZGV2aWNlCQlucHgw CWF0IG5leHVzPyBwb3J0IElPX05QWCBpcnEgMTMNCg0KIyBQb3dlciBtYW5h Z2VtZW50IHN1cHBvcnQgKHNlZSBMSU5UIGZvciBtb3JlIG9wdGlvbnMpDQpk ZXZpY2UJCWFwbTAgICAgYXQgbmV4dXM/IGRpc2FibGUgZmxhZ3MgMHgyMCAj IEFkdmFuY2VkIFBvd2VyIE1hbmFnZW1lbnQNCg0KIyBQQ0NBUkQgKFBDTUNJ QSkgc3VwcG9ydA0KZGV2aWNlCQljYXJkDQpkZXZpY2UJCXBjaWMwCWF0IGlz YT8gaXJxIDEwIHBvcnQgMHgzZTAgaW9tZW0gMHhkMDAwMA0KZGV2aWNlCQlw Y2ljMQlhdCBpc2E/IGlycSAxMSBwb3J0IDB4M2UyIGlvbWVtIDB4ZDQwMDAg ZGlzYWJsZQ0KDQojIFNlcmlhbCAoQ09NKSBwb3J0cw0KZGV2aWNlCQlzaW8w CWF0IGlzYT8gcG9ydCBJT19DT00xIGZsYWdzIDB4MTAgaXJxIDQNCmRldmlj ZQkJc2lvMQlhdCBpc2E/IHBvcnQgSU9fQ09NMiBpcnEgMw0KZGV2aWNlCQlz aW8yCWF0IGlzYT8gZGlzYWJsZSBwb3J0IElPX0NPTTMgaXJxIDUNCmRldmlj ZQkJc2lvMwlhdCBpc2E/IGRpc2FibGUgcG9ydCBJT19DT000IGlycSA5DQoN CiMgUGFyYWxsZWwgcG9ydA0KZGV2aWNlCQlwcGMwCWF0IGlzYT8gaXJxIDcN CmRldmljZQkJcHBidXMJCSMgUGFyYWxsZWwgcG9ydCBidXMgKHJlcXVpcmVk KQ0KZGV2aWNlCQlscHQJCSMgUHJpbnRlcg0KZGV2aWNlCQlwbGlwCQkjIFRD UC9JUCBvdmVyIHBhcmFsbGVsDQpkZXZpY2UJCXBwaQkJIyBQYXJhbGxlbCBw b3J0IGludGVyZmFjZSBkZXZpY2UNCiNkZXZpY2UJCXZwbwkJIyBSZXF1aXJl cyBzY2J1cyBhbmQgZGENCg0KDQojIFBDSSBFdGhlcm5ldCBOSUNzLg0KZGV2 aWNlCQlkZQkJIyBERUMvSW50ZWwgREMyMXg0eCAoYGBUdWxpcCcnKQ0KZGV2 aWNlCQlmeHAJCSMgSW50ZWwgRXRoZXJFeHByZXNzIFBSTy8xMDBCICg4MjU1 NywgODI1NTgpDQpkZXZpY2UJCXR4CQkjIFNNQyA5NDMyVFggKDgzYzE3MCBg YEVQSUMnJykNCmRldmljZQkJdngJCSMgM0NvbSAzYzU5MCwgM2M1OTUgKGBg Vm9ydGV4JycpDQpkZXZpY2UJCXd4CQkjIEludGVsIEdpZ2FiaXQgRXRoZXJu ZXQgQ2FyZCAoYGBXaXNlbWFuJycpDQoNCiMgUENJIEV0aGVybmV0IE5JQ3Mg dGhhdCB1c2UgdGhlIGNvbW1vbiBNSUkgYnVzIGNvbnRyb2xsZXIgY29kZS4N CmRldmljZQkJbWlpYnVzCQkjIE1JSSBidXMgc3VwcG9ydA0KZGV2aWNlCQlk YwkJIyBERUMvSW50ZWwgMjExNDMgYW5kIHZhcmlvdXMgd29ya2FsaWtlcw0K ZGV2aWNlCQlybAkJIyBSZWFsVGVrIDgxMjkvODEzOQ0KZGV2aWNlCQlzZgkJ IyBBZGFwdGVjIEFJQy02OTE1IChgYFN0YXJmaXJlJycpDQpkZXZpY2UJCXNp cwkJIyBTaWxpY29uIEludGVncmF0ZWQgU3lzdGVtcyBTaVMgOTAwL1NpUyA3 MDE2DQpkZXZpY2UJCXN0ZQkJIyBTdW5kYW5jZSBTVDIwMSAoRC1MaW5rIERG RS01NTBUWCkNCmRldmljZQkJdGwJCSMgVGV4YXMgSW5zdHJ1bWVudHMgVGh1 bmRlckxBTg0KZGV2aWNlCQl2cgkJIyBWSUEgUmhpbmUsIFJoaW5lIElJDQpk ZXZpY2UJCXdiCQkjIFdpbmJvbmQgVzg5Qzg0MEYNCmRldmljZQkJeGwJCSMg M0NvbSAzYzkweCAoYGBCb29tZXJhbmcnJywgYGBDeWNsb25lJycpDQoNCiMg SVNBIEV0aGVybmV0IE5JQ3MuDQpkZXZpY2UJCWVkMAlhdCBpc2E/IHBvcnQg MHgyODAgaXJxIDEwIGlvbWVtIDB4ZDgwMDANCmRldmljZQkJZXgNCmRldmlj ZQkJZXANCiMgV2F2ZUxBTi9JRUVFIDgwMi4xMSB3aXJlbGVzcyBOSUNzLiBO b3RlOiB0aGUgV2F2ZUxBTi9JRUVFIHJlYWxseQ0KIyBleGlzdHMgb25seSBh cyBhIFBDTUNJQSBkZXZpY2UsIHNvIHRoZXJlIGlzIG5vIElTQSBhdHRhdGVt ZW50IG5lZWRlZA0KIyBhbmQgcmVzb3VyY2VzIHdpbGwgYWx3YXlzIGJlIGR5 bmFtaWNhbGx5IGFzc2lnbmVkIGJ5IHRoZSBwY2NhcmQgY29kZS4NCmRldmlj ZQkJd2kNCiMgQWlyb25ldCA0NTAwLzQ4MDAgODAyLjExIHdpcmVsZXNzIE5J Q3MuIE5vdGU6IHRoZSBkZWNsYXJhdGlvbiBiZWxvdyB3aWxsDQojIHdvcmsg Zm9yIFBDTUNJQSBhbmQgUENJIGNhcmRzLCBhcyB3ZWxsIGFzIElTQSBjYXJk cyBzZXQgdG8gSVNBIFBuUA0KIyBtb2RlICh0aGUgZmFjdG9yeSBkZWZhdWx0 KS4gSWYgeW91IHNldCB0aGUgc3dpdGNoZXMgb24geW91ciBJU0ENCiMgY2Fy ZCBmb3IgYSBtYW51YWxseSBjaG9zZW4gSS9PIGFkZHJlc3MgYW5kIElSUSwg eW91IG11c3Qgc3BlY2lmeQ0KIyB0aG9zZSBwYXJlbWV0ZXJzIGhlcmUuDQpk ZXZpY2UJCWFuDQojIFRoZSBwcm9iZSBvcmRlciBvZiB0aGVzZSBpcyBwcmVz ZW50bHkgZGV0ZXJtaW5lZCBieSBpMzg2L2lzYS9pc2FfY29tcGF0LmMuDQpk ZXZpY2UJCWllMAlhdCBpc2E/IHBvcnQgMHgzMDAgaXJxIDEwIGlvbWVtIDB4 ZDAwMDANCmRldmljZQkJZmUwCWF0IGlzYT8gcG9ydCAweDMwMA0KZGV2aWNl CQlsZTAJYXQgaXNhPyBwb3J0IDB4MzAwIGlycSA1IGlvbWVtIDB4ZDAwMDAN CmRldmljZQkJbG5jMAlhdCBpc2E/IHBvcnQgMHgyODAgaXJxIDEwIGRycSAw DQpkZXZpY2UJCWNzMAlhdCBpc2E/IHBvcnQgMHgzMDANCmRldmljZQkJc24w CWF0IGlzYT8gcG9ydCAweDMwMCBpcnEgMTANCg0KIyBQc2V1ZG8gZGV2aWNl cyAtIHRoZSBudW1iZXIgaW5kaWNhdGVzIGhvdyBtYW55IHVuaXRzIHRvIGFs bG9jYXRlZC4NCnBzZXVkby1kZXZpY2UJbG9vcAkJIyBOZXR3b3JrIGxvb3Bi YWNrDQpwc2V1ZG8tZGV2aWNlCWV0aGVyCQkjIEV0aGVybmV0IHN1cHBvcnQN CnBzZXVkby1kZXZpY2UJc2wJMQkjIEtlcm5lbCBTTElQDQpwc2V1ZG8tZGV2 aWNlCXBwcAkxCSMgS2VybmVsIFBQUA0KcHNldWRvLWRldmljZQl0dW4JCSMg UGFja2V0IHR1bm5lbC4NCnBzZXVkby1kZXZpY2UJcHR5CQkjIFBzZXVkby10 dHlzICh0ZWxuZXQgZXRjKQ0KcHNldWRvLWRldmljZQltZAkJIyBNZW1vcnkg ImRpc2tzIg0KcHNldWRvLWRldmljZQlnaWYJNAkjIElQdjYgYW5kIElQdjQg dHVubmVsaW5nDQpwc2V1ZG8tZGV2aWNlCWZhaXRoCTEJIyBJUHY2LXRvLUlQ djQgcmVsYXlpbmcgKHRyYW5zbGF0aW9uKQ0KDQojIFRoZSBgYnBmJyBwc2V1 ZG8tZGV2aWNlIGVuYWJsZXMgdGhlIEJlcmtlbGV5IFBhY2tldCBGaWx0ZXIu DQojIEJlIGF3YXJlIG9mIHRoZSBhZG1pbmlzdHJhdGl2ZSBjb25zZXF1ZW5j ZXMgb2YgZW5hYmxpbmcgdGhpcyENCnBzZXVkby1kZXZpY2UJYnBmCQkjQmVy a2VsZXkgcGFja2V0IGZpbHRlcg0KDQojIFVTQiBzdXBwb3J0DQojZGV2aWNl CQl1aGNpCQkjIFVIQ0kgUENJLT5VU0IgaW50ZXJmYWNlDQojZGV2aWNlCQlv aGNpCQkjIE9IQ0kgUENJLT5VU0IgaW50ZXJmYWNlDQojZGV2aWNlCQl1c2IJ CSMgVVNCIEJ1cyAocmVxdWlyZWQpDQojZGV2aWNlCQl1Z2VuCQkjIEdlbmVy aWMNCiNkZXZpY2UJCXVoaWQJCSMgIkh1bWFuIEludGVyZmFjZSBEZXZpY2Vz Ig0KI2RldmljZQkJdWtiZAkJIyBLZXlib2FyZA0KI2RldmljZQkJdWxwdAkJ IyBQcmludGVyDQojZGV2aWNlCQl1bWFzcwkJIyBEaXNrcy9NYXNzIHN0b3Jh Z2UgLSBSZXF1aXJlcyBzY2J1cyBhbmQgZGENCiNkZXZpY2UJCXVtcwkJIyBN b3VzZQ0KIyBVU0IgRXRoZXJuZXQsIHJlcXVpcmVzIG1paQ0KI2RldmljZQkJ YXVlCQkjIEFETXRlayBVU0IgZXRoZXJuZXQNCiNkZXZpY2UJCWN1ZQkJIyBD QVRDIFVTQiBldGhlcm5ldA0KI2RldmljZQkJa3VlCQkjIEthd2FzYWtpIExT SSBVU0IgZXRoZXJuZXQNCm9wdGlvbnMJCVFVT1RBDQpvcHRpb25zCQlJUEZJ UkVXQUxMDQpvcHRpb25zCQlJUEZJUkVXQUxMX0RFRkFVTFRfVE9fQUNDRVBU DQpvcHRpb25zCQlJUERJVkVSVA0Kb3B0aW9ucwkJRFVNTVlORVQNCm9wdGlv bnMJCUNQVV9XVF9BTExPQw0Kb3B0aW9ucwkJTk9fTUVNT1JZX0hPTEUNCm9w dGlvbnMJCVZFU0ENCnBzZXVkby1kZXZpY2UJdHVuCTIJIyBQYWNrZXQgdHVu bmVsLg0KcHNldWRvLWRldmljZQlzbnAJMw0KcHNldWRvLWRldmljZQl2bg0K DQoNCg== --0-1839548566-959199016=:5182-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 13: 9: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from aphex.peterson.org (aphex.peterson.org [209.228.7.160]) by hub.freebsd.org (Postfix) with ESMTP id 45A2737BD89; Wed, 24 May 2000 13:08:59 -0700 (PDT) (envelope-from matt@peterson.org) Received: from aphex.peterson.org (aphex.peterson.org [209.228.7.160]) by aphex.peterson.org (8.9.3/8.9.3) with ESMTP id NAA29632; Wed, 24 May 2000 13:08:58 -0700 (PDT) Date: Wed, 24 May 2000 13:08:58 -0700 (PDT) From: Matt Peterson To: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: digital output sound cards? Message-ID: X-URL: http://matt.peterson.org/ X-UIN: 1998182 X-AIM: lardcm 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 wondering (if any at all) sound cards have drivers which output digital (ie: S/PDIF connector)? Such as the Sound Blaster Live, Xitel Storm Platinum, Maudio Dio, etc. I know the Live has only recently gotten analog output, what about us who want to record to minidisc and stuff. Thx. -- Matt Peterson another.geek.without.a.life matt@peterson.org http://matt.peterson.org/ ------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 13:17:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lexis-nexis.com (mx02.lexis-nexis.com [207.25.178.45]) by hub.freebsd.org (Postfix) with ESMTP id 3228A37B603 for ; Wed, 24 May 2000 13:17:34 -0700 (PDT) (envelope-from matthew.temple@lexis-nexis.com) Received: from lexis-nexis.com (mailgate [138.12.44.45]) by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id QAA21147; Wed, 24 May 2000 16:17:33 -0400 (EDT) Received: from lnxdayexch05.lexis-nexis.com by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id QAA05485; Wed, 24 May 2000 16:17:17 -0400 (EDT) Received: by lnxdayexch05.lexis-nexis.com with Internet Mail Service (5.5.2650.21) id ; Wed, 24 May 2000 16:16:27 -0400 Message-ID: <27E4B476932BD211945B00805FE67AF5089DE1E3@lnxdayexch05.lexis-nexis.com> From: "TEMPLE, MATTHEW (LNG)" To: "'Dan Nelson'" Cc: "'freebsd-questions@freebsd.org'" , "MITZKA, JOHN (LNG)" Subject: RE: uuidgen or other GUID-generating utility Date: Wed, 24 May 2000 16:16:24 -0400 X-Mailer: Internet Mail Service (5.5.2650.21) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Clearly, someone wanting to generate a true universally unique identifier (someone like myself, for instance) would be using the time-based option of a Linux uuidgen. It is this type of securely-generated UUID that I am interested in. Does anyone on this list know if FreeBSD has such a utility/libraries, or am I simply doomed to be subjected to more of Mr. Nelson's tangental smarty-pants replies about jot random number generation? > -----Original Message----- > From: Dan Nelson [SMTP:dnelson@emsphone.com] > Sent: Wednesday, May 24, 2000 3:44 PM > To: TEMPLE, MATTHEW (LNG) > Cc: 'freebsd-questions@freebsd.org'; MITZKA, JOHN (LNG) > Subject: Re: uuidgen or other GUID-generating utility > > In the last episode (May 24), TEMPLE, MATTHEW (LNG) said: > > Ok...SunOS 5.5.1 does have a uuidgen and Linux's uuidgen does not > > simply spit out a random string. Included below is an excerpt from > > the Linux man page for uuidgen. I need to generate a GUID of > > comparable quality on a FreeBSD web server. Does anyone on this list > > know if FreeBSD has equivalent functionality or, if not, where I > > might find source code for a uuidgen utility? > > I quote your excerpt: > > > time-based UUID's and random-based UUID's. By default > > uuidgen will generate a random-based UUID if a high-qual! > > ity random number generator is present. Otherwise, it > > On Linux, /dev/random is the random number generator and is always > present. So my 'jot' line is the equivalent. > > -- > 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 May 24 13:26:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from members.activetech.net (members.activetech.net [216.203.160.6]) by hub.freebsd.org (Postfix) with ESMTP id A4F6937B73A for ; Wed, 24 May 2000 13:26:11 -0700 (PDT) (envelope-from kris@activetech.net) Received: from activetech.net (blackbox.activetech.net [216.203.160.20]) by members.activetech.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id PAA05147; Wed, 24 May 2000 15:26:59 -0500 (CDT) Message-ID: <392C3AD8.C4FC6249@activetech.net> Date: Wed, 24 May 2000 15:26:00 -0500 From: Kris Kedzierski Organization: Activetech X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "www.bsd.szn.pl | we sell SheLLs" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: cc1 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Looking at your kernel I don't belive you gave much thought to customizing your system to fit particular application. I also noticed that you are from Poland, so if you would like to communicate in Polish let me know and we can do it off-list as to not bog down it much more with a different language. And yes the more details about errors the better. Kris Kedzierski Activetech "www.bsd.szn.pl | we sell SheLLs" wrote: > while doing make ( for example make eggdrop lately even while making > ports) cc1 crashes, core dumped... > Directly after reboot everything is fine...later ( about 5 houres ) > somethign happends and cc makes core dump > I got FreeBSD4.0 > My freebsd kernel configuration file is attached > If i should give more details about that crash please tell me > what to include > > Thank You > > ..::: http://www.bsd.szn.pl :::.. > // snip // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 13:42:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 8BF7A37B629 for ; Wed, 24 May 2000 13:42:10 -0700 (PDT) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id NAA04569; Wed, 24 May 2000 13:42:40 -0700 (PDT) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id NAA19899; Wed, 24 May 2000 13:42:07 -0700 (PDT) Date: Wed, 24 May 2000 13:42:07 -0700 From: Gary Kline To: Paula Atchison Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CD ROM Message-ID: <20000524134207.B24045@athena.sea.tera.com> References: <392C291C.BD428009@vivacenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95us In-Reply-To: <392C291C.BD428009@vivacenet.com>; from Paula Atchison on Wed, May 24, 2000 at 12:10:20PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 24, 2000 at 12:10:20PM -0700, Paula Atchison wrote: > Dear Madame's and Sirs, > > Help, please. > > I've purchased your FreeBSD 4.0 CD's with the intent of looking at the > INET (C) source code. > I don't want to install the operating system on my PC (currently running > NT, ick). > > Is it possible to install the software without installing the OS on my > PC, thus extracting the > source code? > > If not, are the source code files extractable from the CD in some other > manner? > (I've had no luck with the *.tgz files in \packages\all directory using > winzip) > Unless there is a new Micro$oft FreeBSD emulator out there, you will need to install the Berkeley OS itself to run FBSD binaries. If you have expertise in software porting you could try porting the source, or parts of it. Dunno how you can gunzip and untar the tarballs, but the source is probably on the Life Filesystem CD. ---Anybody else? gary -- Gary Kline Cray Inc Seattle, Washington To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 13:43:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from talisker.channelpoint.com (talisker.channelpoint.com [208.226.244.33]) by hub.freebsd.org (Postfix) with ESMTP id 8202637B629 for ; Wed, 24 May 2000 13:43:07 -0700 (PDT) (envelope-from mage@channelpoint.com) Received: from cpex1.channelpoint.com (cpex1.channelpoint.com [10.112.2.7]) by talisker.channelpoint.com (8.9.3+Sun/8.9.1) with ESMTP id OAA00772 for ; Wed, 24 May 2000 14:42:57 -0600 (MDT) Received: by cpex1.channelpoint.com with Internet Mail Service (5.5.2650.21) id ; Wed, 24 May 2000 14:41:01 -0600 Message-ID: <03E742431696D311BD1B000629382517D434F9@cpex1.channelpoint.com> From: John Lawson To: "'freebsd-questions@freebsd.org'" Subject: Can't login to the GUI ... login box comes right back Date: Wed, 24 May 2000 14:40:58 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed FreeBSD (current) on a 1Gb vmware virtual disk, and realized before very long that I'd run out of space very quiickly. Rather than go to two virtual disks, I decided to create a new empty 2Gb virtual disk, and copy the contents of the original disk to the new disk, eventually deleting the old disk. I did this ... the trickier parts were easy to accomplish using /stand/systeminstall (nice utility!). The actual copying of the files I did with the following command (I had only one, the root, filesystem): find -x / -print | cpio -pdamv /mnt/root I can boot just fine off the new disk, and have since deleted the old virtual disk. The trouble I'm having, however, is with the GUI. If I comment out the launch of xdm on ttyv8 in /etc/ttys, and log into the console, and then type startx, I get a nice GUI and everything seems to be working fine ... but, I want the GUI to launch at boot time, of course. So ... I put the line for ttyv8 and xdm back into /etc/ttys (as documented somewhere on http://www.freebsd.org/, and now I get the login/password window just after booting. When I log into that window, however, the window disappears (as you'd expect), the system thinks for a little while (20 seconds), and then the login box comes right back. I can't find a log file anywhere which might be displaying the error ... Can anyone give me a pointer to where to look? If this were VMS, I could definitely chase down the various log files to find the solution, but, alas, I am new to this U*ix world, and need some help. John Lawson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 13:53:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.advertising.com (machine15.teknosurf.com [206.136.228.15]) by hub.freebsd.org (Postfix) with ESMTP id 5F54E37BAAD for ; Wed, 24 May 2000 13:53:41 -0700 (PDT) (envelope-from jmsteel@advertising.com) Received: by machine15.teknosurf.com with Internet Mail Service (5.5.2650.21) id ; Wed, 24 May 2000 16:52:30 -0400 Message-ID: From: Jason Steel To: "'freebsd-questions@FreeBSD.ORG.'" Subject: Advertising.com Date: Wed, 24 May 2000 16:52:27 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, My name is Jason Steel and I represent Advertising.com. I recently visited freebsd.org and would like to express Advertising.com's interest in purchasing advertising space. Please Give me a call or shoot me an email. Thank you Jason Steel Media Buyer Advertising.com V. 410-244-1697 F.410-244-8860 jmsteel@advertising.com http://adnetwork.advertising.com/jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 13:58:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from talisker.channelpoint.com (talisker.channelpoint.com [208.226.244.33]) by hub.freebsd.org (Postfix) with ESMTP id 783D937B710 for ; Wed, 24 May 2000 13:58:06 -0700 (PDT) (envelope-from mage@channelpoint.com) Received: from cpex1.channelpoint.com (cpex1.channelpoint.com [10.112.2.7]) by talisker.channelpoint.com (8.9.3+Sun/8.9.1) with ESMTP id OAA07142 for ; Wed, 24 May 2000 14:58:03 -0600 (MDT) Received: by cpex1.channelpoint.com with Internet Mail Service (5.5.2650.21) id ; Wed, 24 May 2000 14:56:08 -0600 Message-ID: <03E742431696D311BD1B000629382517D434FC@cpex1.channelpoint.com> From: John Lawson To: "'freebsd-questions@freebsd.org'" Subject: Can't login to the GUI ... login box comes right back Date: Wed, 24 May 2000 14:56:05 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I installed FreeBSD (current) on a 1Gb vmware virtual disk, and realized before very long that I'd run out of space very quiickly. Rather than go to two virtual disks, I decided to create a new empty 2Gb virtual disk, and copy the contents of the original disk to the new disk, eventually deleting the old disk. I did this ... the trickier parts were easy to accomplish using /stand/systeminstall (nice utility!). The actual copying of the files I did with the following command (I had only one, the root, filesystem): find -x / -print | cpio -pdamv /mnt/root I can boot just fine off the new disk, and have since deleted the old virtual disk. The trouble I'm having, however, is with the GUI. If I comment out the launch of xdm on ttyv8 in /etc/ttys, and log into the console, and then type startx, I get a nice GUI and everything seems to be working fine ... but, I want the GUI to launch at boot time, of course. So ... I put the line for ttyv8 and xdm back into /etc/ttys (as documented somewhere on http://www.freebsd.org/, and now I get the login/password window just after booting. When I log into that window, however, the window disappears (as you'd expect), the system thinks for a little while (20 seconds), and then the login box comes right back. I can't find a log file anywhere which might be displaying the error ... Can anyone give me a pointer to where to look? If this were VMS, I could definitely chase down the various log files to find the solution, but, alas, I am new to this U*ix world, and need some help. John Lawson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 14: 1: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from straynet.com (voyager.straynet.com [208.185.24.8]) by hub.freebsd.org (Postfix) with SMTP id AB92A37BAAD for ; Wed, 24 May 2000 14:01:05 -0700 (PDT) (envelope-from greg@straynet.com) Received: (qmail 493 invoked by uid 1013); 24 May 2000 21:01:01 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 24 May 2000 21:01:01 -0000 Date: Wed, 24 May 2000 17:00:42 -0400 (EDT) From: Greg Prosser X-Sender: xyst@voyager.straynet.com Reply-To: Greg Prosser To: freebsd-questions@freebsd.org Subject: PCI FreeBSD audio / Yamaha on-board card. Message-ID: X-Sysadmin-Nolife: True X-BOFH: Yes 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 rather recent Dell desktop from the Dimension V series. (V350 to be exact) It came with a on-motherboard sound card that is supposed to be a member of the Yamaha DS-XG family. I can't find a FreeBSD kernel device to add to support this PCI device in 3.4-STABLE, I have heard that 4.0-STABLE currently has PCI support for the pcm driver, and was wondering if any of that can be moved into the 3.x tree since I'm holding off on 4.0 considering I was told 3.5 will be released eventually, and that the RELENG_3 tree is still being worked on afaik. More information is available on request. Oh, and I'm trying to avoid using OSS as it is a non-free solution and has panic()'d my kernel the last few times I've attempted it. I know for a fact that OSS works, but I'm looking for a kernel option/module that I can use instead. /gp PS: Thanks in advance. .... .. . ... . . . . . g r e g @ s t r a y n e t . c o m .-----.----.-----.-----. senior administrator, straynet online | _ | _| -__| _ | head network administrator, wen dot net |___ |__| |_____|___ | staff consultant, micro web company |_____| |_____| icq: 10405504 / aol im: xysters To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 14: 3: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.hushmail.com (mail3.hushmail.com [216.18.8.73]) by hub.freebsd.org (Postfix) with ESMTP id DCC7837BAAD for ; Wed, 24 May 2000 14:02:58 -0700 (PDT) (envelope-from cooldoug@hushmail.com) Received: (from root@localhost) by mail3.hushmail.com (8.8.7/8.8.7) id OAA29574; Wed, 24 May 2000 14:03:01 -0700 From: cooldoug@hushmail.com Message-Id: <200005242103.OAA29574@mail3.hushmail.com> Date: Wed, 24 May 2000 14:02:20 -0800 (PDT) Subject: Re: CD ROM To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG At Wed, 24 May 2000 13:42:07 -0700, Gary Kline wrote: >> I've purchased your FreeBSD 4.0 CD's with the intent of looking >at the >> INET (C) source code. >> I don't want to install the operating system on my PC (currently running >> NT, ick). >> >> Is it possible to install the software without installing the OS >on my >> PC, thus extracting the >> source code? >> >> If not, are the source code files extractable from the CD in some >other >> manner? >> (I've had no luck with the *.tgz files in \packages\all directory >using >> winzip) >> > > Unless there is a new Micro$oft FreeBSD emulator out there, > you will need to install the Berkeley OS itself to run FBSD > binaries. > > If you have expertise in software porting you could try > porting the source, or parts of it. > > Dunno how you can gunzip and untar the tarballs, but the > source is probably on the Life Filesystem CD. > > ---Anybody else? Sure. I don't think he wants to run the binaries. And winzip on win32 will unzip gnuzipped stuff. So will java's jar, interestingly enough. But probably the simplest solution would be to ftp to "the site" and simply browse through whatever he wants, wouldn't it? IMPORTANT NOTICE: If you are not using HushMail, this message could have been read easily by the many people who have access to your open personal email messages. Get your FREE, totally secure email address at http://www.hushmail.com. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 14:15:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id 56C1B37BD81 for ; Wed, 24 May 2000 14:15:36 -0700 (PDT) (envelope-from jpr@vcnet.com) Received: (qmail 42001 invoked from network); 24 May 2000 21:15:36 -0000 Received: from joff.vc.net (HELO ?209.239.239.22?) (209.239.239.22) by mail.vcnet.com with SMTP; 24 May 2000 21:15:36 -0000 Mime-Version: 1.0 Message-Id: In-Reply-To: <4.3.1.2.20000524085651.00a91100@mail.palaver.org> References: <4.3.1.2.20000524085651.00a91100@mail.palaver.org> Date: Wed, 24 May 2000 14:15:40 -0700 To: Ryugen@palaver.org (Ryugen C. Fisher), freebsd-questions@freebsd.org From: Jon Rust Subject: Re: Apache + FP + SSL Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There's a new kind of Apache port floating around out there. The author submitted for inclusion in the port structure, but it's been like 3 months and I haven't see it appear yet. Basically it builds apache ready to accept SSL, PHP, and FP as DSO's using apxs. Works beautifully. It was, at one point, at this URL: http://www.westbend.net/~hetzels/mod_apache13.tgz Jon At 9:01 AM -0500 5/24/00, Ryugen C. Fisher wrote: >I have had pretty good luck with the Apache w/ mod SSL installed... >(on ver 3.4-stable) >I believe it is 1.3.9... > >Now a few clients want the FP extensions added.... > >Q: Is there an Apache that has BOTH the SSL and the FP mods or am I >going to have to choose one or the other > >Q: Are the any "newbie caveats" I need to be aware of before dealing >with the FP mods? > >TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 14:17:43 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 D80B737BD84 for ; Wed, 24 May 2000 14:17:39 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id QAA05888; Wed, 24 May 2000 16:17:37 -0500 (CDT) (envelope-from dan) Date: Wed, 24 May 2000 16:17:37 -0500 From: Dan Nelson To: "TEMPLE, MATTHEW (LNG)" Cc: "'freebsd-questions@freebsd.org'" , "MITZKA, JOHN (LNG)" Subject: Re: uuidgen or other GUID-generating utility Message-ID: <20000524161737.A2307@dan.emsphone.com> References: <27E4B476932BD211945B00805FE67AF5089DE1E3@lnxdayexch05.lexis-nexis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <27E4B476932BD211945B00805FE67AF5089DE1E3@lnxdayexch05.lexis-nexis.com>; from "TEMPLE, MATTHEW (LNG)" on Wed May 24 16:16:24 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), TEMPLE, MATTHEW (LNG) said: > Clearly, someone wanting to generate a true universally unique > identifier (someone like myself, for instance) would be using the > time-based option of a Linux uuidgen. It is this type of > securely-generated UUID that I am interested in. Does anyone on this > list know if FreeBSD has such a utility/libraries, or am I simply > doomed to be subjected to more of Mr. Nelson's tangental smarty-pants > replies about jot random number generation? nyah nyah :) No, FreBSD doesn't have a program to pull the ethernet address and print a guid formatted like Linux's "uuidgen -t". I don't imagine that the program would be hard to port to FreeBSD, though. -- 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 May 24 14:20: 4 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 814B537BD83 for ; Wed, 24 May 2000 14:19:58 -0700 (PDT) (envelope-from erik@usishealth.com) Received: from usishealth.com (gargamel [192.168.1.2]) by ns.usishealth.com (Postfix) with ESMTP id AC53C1AE86 for ; Wed, 24 May 2000 16:26:55 -0500 (CDT) Message-ID: <392C47F9.63B61F6C@usishealth.com> Date: Wed, 24 May 2000 16:22:01 -0500 From: Erik de Zeeuw X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-20000430-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: where is linux procfs ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The VMWare port is asking me for the linux proc filesystem. It used to be in another port, which refuse, under 4.0-STABLE, to install because it is too old. A brief search on the lists seems to indicate that the support for it has been removed ... ( -current list ). I need to test some server config from an NT box, but I don't have any spare pc to install NT, and I can't reinstall my system to have a multiboot. Does someone know where I can find the linux procfs ? Thanks in advance, Erik de Zeeuw To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 14:26:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hermes.deadbbs.com (hermes.cpetc.com [207.137.157.132]) by hub.freebsd.org (Postfix) with ESMTP id E7DA437B99D for ; Wed, 24 May 2000 14:26:08 -0700 (PDT) (envelope-from Kahn@deadbbs.com) Received: from curly (mongo.sdccd.cc.ca.us [209.129.16.5]) by hermes.deadbbs.com (8.9.3/8.9.3) with SMTP id OAA06437 for ; Wed, 24 May 2000 14:26:05 -0700 (PDT) From: "Erin" To: Subject: News to email and email to news. Date: Wed, 24 May 2000 14:25:51 -0700 Message-ID: <000801bfc5c6$a3abb940$8914820a@curly.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.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does anyone know of or recomend and tool for news to email and email to news? Thanks, Erin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 15: 1:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id B7D9837B6F8 for ; Wed, 24 May 2000 15:01:22 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.9.3/8.9.3) id SAA13590; Wed, 24 May 2000 18:01:20 -0400 (EDT) (envelope-from lowell) From: Lowell Gilbert To: freebsd-questions@freebsd.org Subject: Re: uuidgen or other GUID-generating utility References: <27E4B476932BD211945B00805FE67AF5089DE1E3@lnxdayexch05.lexis-nexis.com> <20000524161737.A2307@dan.emsphone.com> Date: 24 May 2000 18:01:20 -0400 In-Reply-To: Dan Nelson's message of "Wed, 24 May 2000 16:17:37 -0500" Message-ID: <44bt1v7glr.fsf@lowellg.ne.mediaone.net> Lines: 32 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Nelson writes: > No, FreBSD doesn't have a program to pull the ethernet address and > print a guid formatted like Linux's "uuidgen -t". I don't imagine that > the program would be hard to port to FreeBSD, though. Well, you could do that from the command line, too, using ifconfig(8) to get the ethernet address, and date(1) to get the time, and an assortment of text utilities to grab just the pieces you want. Ten minutes gave me the following shell script, which isn't *guaranteed* to be unique, but the odds are against getting a collision in many times the remaining life of the universe (of course, so does using jot -r, but I only wanted to blow ten minutes on this -- note that you could cut it up and use the data literally instead of doing an md5, but that would probably take *another* ten minutes I don't feel like spending): foo () { baz1=`date +%s` baz2=`ifconfig -a|grep ether|head -1|cut -f 2-3 -d " "` bar=`md5 -q -s "$baz1 $baz2"` a=`echo -n $bar |cut -c 1-8` b=`echo -n $bar|cut -c 9-12` c=`echo -n $bar|cut -c 13-16` d=`echo -n $bar|cut -c 17-20` e=`echo -n $bar|cut -c 21-32` echo ${a}-${b}-${c}-${d}-${e} } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 15: 8: 5 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 8B67D37BD86 for ; Wed, 24 May 2000 15:08:01 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id JAA28704; Thu, 25 May 2000 09:15:22 +1000 From: Danny To: Marc Silver , Jim Freeze Subject: Re: Does apache package support mysql? Date: Fri, 26 May 2000 08:13:10 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain Cc: FreeBSD Questions References: <20000524153807.Q92261@draenor.org> MIME-Version: 1.0 Message-Id: <00052608144200.00354@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you want apache - mysql -php3 support you need to compile apache and php3 manually - Get the latest php_xx_xx.tar.gz - zcat the file - cd php-XX-XX - pico INSTALL This will answer your questions regarding php/mysql/apcahe. On Wed, 24 May 2000, Marc Silver wrote: > Hey there, > > You should have installed the apache with PHP support. Standard apache > does not have support built in for mySQL. You can either install this > with /stand/sysintall or install the port from /usr/ports/www/apache13-php3 > or /usr/ports/www/apache13-php4, depending on which version of php you > want to use. > > Cheers, > Marc > > On Wed, May 24, 2000 at 06:33:28AM -0700, Jim Freeze wrote: > > I installed apache via /stand/sysinstall. > > > > Later, I installed mysql from the mysql-...tgz packages found at > > ftp.freebsd.org. > > > > When I try to access a mysql function like mysql_pconnect() I get the > > undefined or unsupported function error. I checked the mailings and they > > said that mysql must be installed first--so uninstall apache and > > re-install. > > > > I did this with pkg_delete and /stand/sysinstall, but still no mysql > > support. > > > > Now I have had this working in the past, but I don't remember having to > > compile apache (or install from ports). > > > > Where did I go wrong? > > (FBSD 3.4R) > > > > Thanks > > > > ============================================ > > Jim Freeze > > jim@freeze.org > > www.freeze.org > > -------------- > > Save on CDs, DVDs and Books till May 31 2000 > > $10 Off a purchase of $30 and > > $33 Off a purchase of $100. > > Visit www.freeze.org > > ============================================ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 15:12:10 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 575E937BD86 for ; Wed, 24 May 2000 15:12:07 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id JAA28838; Thu, 25 May 2000 09:19:54 +1000 From: Danny To: webmaster@wmptl.com, Nathan Vidican , questions@FreeBSD.ORG Subject: Re: FrontPage extensions Date: Fri, 26 May 2000 08:17:58 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <392BF758.628901A8@wmptl.com> MIME-Version: 1.0 Message-Id: <00052608191701.00354@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG - You need apache_1.3.6 If you are running apache_1.3.9 you can't use the frontpage extensipons On Thu, 25 May 2000, Nathan Vidican wrote: > What is entailed in setting up an apache server to handle 'frontpage > extensions' ? is it just a mime type or will it require more than that? > -- > Nathan Vidican > webmaster@wmptl.com > Windsor Match Plate & Tool Ltd. > http://www.wmptl.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 15:16:48 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 781AF37B99D for ; Wed, 24 May 2000 15:16:44 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id JAA29011; Thu, 25 May 2000 09:24:26 +1000 From: Danny To: GUILLAUME Julien , "'freebsd-questions@FreeBSD.ORG'" Subject: Re: And what about music ? Date: Fri, 26 May 2000 08:21:29 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <57F400E054E7D211AEF40004AC36979DEDE8F3@infcab22.cus.fr> MIME-Version: 1.0 Message-Id: <00052608234902.00354@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG With X windows you can have :- CD Music Play Mp3 Play RealAudio/RealVideo with the RealPlayer port You can play *.wav files etc Just add "device pcm0" to your kernel file and recompile your kernel Check out www.freebsd.org for more details On Thu, 25 May 2000, GUILLAUME Julien wrote: > OK, Free BSD is a real Unix and a powerful server, but what about music ? > Can current sound softwares such as Cubase, Cakewalk, Acid or Soundforge be > run on that OS ? Otherwise is it reasonably possible to build efficient > drivers for these ? > Thanks in advance for your help. > Julien GUILLAUME > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 24 15:29:27 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 DA9F537BD90 for ; Wed, 24 May 2000 15:29:23 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id RAA23830; Wed, 24 May 2000 17:29:20 -0500 (CDT) (envelope-from dan) Date: Wed, 24 May 2000 17:29:20 -0500 From: Dan Nelson To: Lowell Gilbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: uuidgen or other GUID-generating utility Message-ID: <20000524172920.A19867@dan.emsphone.com> References: <27E4B476932BD211945B00805FE67AF5089DE1E3@lnxdayexch05.lexis-nexis.com> <20000524161737.A2307@dan.emsphone.com> <44bt1v7glr.fsf@lowellg.ne.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <44bt1v7glr.fsf@lowellg.ne.mediaone.net>; from "Lowell Gilbert" on Wed May 24 18:01:20 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 24), Lowell Gilbert said: > Dan Nelson writes: > > No, FreBSD doesn't have a program to pull the ethernet address and > > print a guid formatted like Linux's "uuidgen -t". I don't imagine > > that the program would be hard to port to FreeBSD, though. > > Well, you could do that from the command line, too, using ifconfig(8) > to get the ethernet address, and date(1) to get the time, and an > assortment of text utilities to grab just the pieces you want. Ten After a bit of digging I found that a uuid has an internal structure. http://www.ics.uci.edu/pub/ietf/webdav/uuid-guid/draft-leach-uuids-guids-01.txt tells you how you have to format one, and includes sample code. Put your MAC address in the file called "nodeid" and you're set. Side note: Considering the fact that MS uses UUIDs almost everywhere, it's amazing that nowhere on Microsoft's development site could I find a description of a UUID more detailed than "unique 128-bit identifier". -- 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 May 24 15:36:20 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 C4B4837BD90 for ; Wed, 24 May 2000 15:36:15 -0700 (PDT) (envelope-from drew@planetwe.com) Received: from dorado.planetwe.com ([24.2.113.200]) by mail.rdc1.tn.home.com (InterMail vM.4.01.02.00 201-229-116) with SMTP id <20000524223614.JOCE26552.mail.rdc1.tn.home.com@dorado.planetwe.com>; Wed, 24 May 2000 15:36:14 -0700 From: Drew Sanford Reply-To: drew@planetwe.com Organization: PlanetWe To: Danny , GUILLAUME Julien , "'freebsd-questions@FreeBSD.ORG'" Subject: Re: And what about music ? Date: Wed, 24 May 2000 17:35:02 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <57F400E054E7D211AEF40004AC36979DEDE8F3@infcab22.cus.fr> <00052608234902.00354@freebsd.freebsd.org> In-Reply-To: <00052608234902.00354@freebsd.freebsd.org> MIME-Version: 1.0 Message-Id: <0005241738250C.00410@dorado.planetwe.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, the software that Julien mentions is editing software, for things like mixing, and overtracking. I would be curious to know if there is any software for any of the unix OS's that do this, pretty interface or not. On Thu, 25 May 2000, Danny wrote: > With X windows you can have :- > > CD Music > Play Mp3 > Play RealAudio/RealVideo with the RealPlayer port > You can play *.wav files > > etc > > Just add "device pcm0" to your kernel file and recompile your kernel > Check out www.freebsd.org for more details > > > On Thu, 25 May 2000, GUILLAUME Julien wrote: > > OK, Free BSD is a real Unix and a powerful server, but what about music ? > > Can current sound softwares such as Cubase, Cakewalk, Acid or Soundforge be > > run on that OS ? Otherwise is it reasonably possible to build efficient > > drivers for these ? > > Thanks in advance for your help. > > Julien GUILLAUME > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > -- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Drew Sanford Systems Administrator Planetwe.com Email: drew@planetwe.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 15:47:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.nce.smtp.psi.net (relay1.nce.smtp.psi.net [38.9.152.2]) by hub.freebsd.org (Postfix) with ESMTP id E621037BD9E for ; Wed, 24 May 2000 15:47:21 -0700 (PDT) (envelope-from kevin@coomers.com) Received: from www.dealersales.com ([38.209.182.2]) by relay1.nce.smtp.psi.net with esmtp (Exim 3.13 #3) id 12ujvs-00054N-00 for questions@FreeBSD.org; Wed, 24 May 2000 18:47:21 -0400 Received: from 216-215-73-156.flash.net by www.dealersales.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id LHWP1SPX; Wed, 24 May 2000 17:46:15 -0500 Message-ID: <000801bfc5d2$46639a80$0101a8c0@kevin> From: "Kevin Bowen" To: Subject: Mouse Date: Wed, 24 May 2000 17:49:05 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC5A8.5ACE2460" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC5A8.5ACE2460 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I don't know if I am emailing the right department. I am currently running FreeBSD 3.3 and i have installed it and i have = X-Windows running fine. I even ahve Window Maker working as my Manager. My problem is this, my mouse doesn't show up as a normal pointer. It is = a white box and it kinda looks weird when u move it like it has "snow" = from a TV in it. help?? kevin ------=_NextPart_000_0005_01BFC5A8.5ACE2460 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I don't know if I am emailing the right=20 department.
 
I am currently running FreeBSD 3.3 and i have = installed it and=20 i have X-Windows running fine. I even ahve Window Maker working as my=20 Manager.
 
My problem is this, my mouse doesn't show up as a = normal=20 pointer. It is a white box and it kinda looks weird when u move it like = it has=20 "snow" from a TV in it.
 
help??
 
 
kevin
------=_NextPart_000_0005_01BFC5A8.5ACE2460-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 15:49:49 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 63F7F37BCC2 for ; Wed, 24 May 2000 15:49:35 -0700 (PDT) (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 12uix0-000JXQ-00; Wed, 24 May 2000 22:44:26 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12uiwz-000H5Q-00; Wed, 24 May 2000 22:44:25 +0100 Date: Wed, 24 May 2000 22:44:25 +0100 From: Ben Smithurst To: "TEMPLE, MATTHEW (LNG)" Cc: 'Dan Nelson' , freebsd-questions@FreeBSD.ORG, "MITZKA, JOHN (LNG)" Subject: Re: uuidgen or other GUID-generating utility Message-ID: <20000524224425.B40480@strontium.scientia.demon.co.uk> References: <27E4B476932BD211945B00805FE67AF5089DE1E3@lnxdayexch05.lexis-nexis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <27E4B476932BD211945B00805FE67AF5089DE1E3@lnxdayexch05.lexis-nexis.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG TEMPLE, MATTHEW (LNG) wrote: > Does anyone on this list know if FreeBSD has such a utility/libraries, Not that I know of. I don't see it in the ports either. The source code for the Linux version is available. Why don't you make a port of it yourself and submit it using send-pr? > or am I simply doomed to be subjected to more of Mr. Nelson's > tangental smarty-pants replies about jot random number generation? As that gives similar results to the Linux version, it's unclear why you're complaining about it. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 15:53:59 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 DD48A37B636 for ; Wed, 24 May 2000 15:53:55 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.10.0/8.10.0) with ESMTP id e4OMrtt65329 for ; Wed, 24 May 2000 15:53:55 -0700 (PDT) Date: Wed, 24 May 2000 15:53:54 -0700 (PDT) From: "Eric J. Schwertfeger" To: freebsd-questions@freebsd.org Subject: Commercial version of PGP for 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 Thanks to salespeople that think that getting the contract signed is the hard part (they were so desperate to sign that the only specifications in the contract were "to [the customer]'s specifications)" we're now in a position of needing to PGP encrypt data that we're sending to a customer (using PGP 2.7.1) from a FreeBSD box. Assuming that we can't convince the customer to upgrade to something that can handle both the older and newer algorithms, does anyone have any experience running Network Associates' PGP for Linux under FreeBSD's linux emulation? Does anyone else sell PGP licensed so that our company doesn't have to worry about the patent issues (RSA and IDEA)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 15:57:29 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 AD57337B86B for ; Wed, 24 May 2000 15:57:24 -0700 (PDT) (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 SAA43114; Wed, 24 May 2000 18:56:44 -0400 (EDT) (envelope-from cjc) Date: Wed, 24 May 2000 18:56:44 -0400 From: "Crist J. Clark" To: Brian Handy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI Confusion Message-ID: <20000524185644.A42970@cc942873-a.ewndsr1.nj.home.com> Reply-To: cjclark@home.com References: <20000524002421.F40441@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 handy@lambic.physics.montana.edu on Wed, May 24, 2000 at 08:56:54AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 24, 2000 at 08:56:54AM -0600, Brian Handy wrote: > >> Oh yea, dmesg might be useful. Attached at end. Anyway, here's the > >> problem: When I dismount and disconnect that last box, remove it from > >> fstab, put terminators after externalbox #1, I find that upon reboot > >> FreeBSD screams mightily, says I need to do an fsck on drives 3 and 4, > >> and dumps me in single-user mode. > > I figured it out. I just got a practical lesson in CAM: SCSI devices > aren't wired down to specific IDs, e.g. when I turned off the one set of > drives, the other two drives went from devices 3 and 4 to ... 1 and 2: > > /dev/da2s1c /c ufs rw 1 2 > /dev/da1s1c /d ufs rw 1 2 > ^^^ Always seems so obvious once you figure it out. You can wire down devices if you wish. From the LINT kernel, # The syntax for wiring down devices is: # device scbus0 at ahc0 # Single bus device # device scbus1 at ahc1 bus 0 # Single bus device # device scbus3 at ahc2 bus 0 # Twin bus device # device scbus2 at ahc2 bus 1 # Twin bus device # device da0 at scbus0 target 0 unit 0 # device da1 at scbus3 target 1 # device da2 at scbus2 target 3 # device sa1 at scbus1 target 6 > So, thanks for the help. Still unclear why partition 'c' is so bad, > please let me know. For hitorical reasons, the c-partition is assumed to contain the entire disk. The fstype should be 'unused.' Making the c-partition less than the whole disk could really mess things up. I'm really not sure how much damage making it have a fstype other than 'unused' could cause, but I'd rather not try that experiment. -- 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 May 24 16:17: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from proxy.vgsinc.com (proxy.vgsinc.com [209.48.221.10]) by hub.freebsd.org (Postfix) with ESMTP id 2781037B96F for ; Wed, 24 May 2000 16:16:56 -0700 (PDT) (envelope-from APendleton@vgsinc.com) Received: by PROXY with Internet Mail Service (5.5.2650.21) id ; Wed, 24 May 2000 19:12:24 -0400 Message-ID: From: Adam Pendleton To: 'Danny' , webmaster@wmptl.com, Nathan Vidican , questions@FreeBSD.ORG Subject: RE: FrontPage extensions Date: Wed, 24 May 2000 19:12:24 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FrontPage 2000 Extensions from http://www.microsoft.com/frontpage says that it works with version 1.3.12. I have also compiled and used FrontPage extensions with Apache 1.3.11, although I was never able to conquer the creating virtual web problem with that version. With 1.3.12 though, if you follow the directions, including running the change_server script, it works like a charm Adam H. Pendleton Security Engineer VGS, Inc. Fairfax, Virginia Si hoc legere scis nimium eruditionis habes. > -----Original Message----- > From: Danny [mailto:dannyh@idx.com.au] > Sent: Thursday, May 25, 2000 6:18 PM > To: webmaster@wmptl.com; Nathan Vidican; questions@FreeBSD.ORG > Subject: Re: FrontPage extensions > > > > - You need apache_1.3.6 > > If you are running apache_1.3.9 you can't use the frontpage > extensipons > > On Thu, 25 May 2000, Nathan Vidican wrote: > > What is entailed in setting up an apache server to handle 'frontpage > > extensions' ? is it just a mime type or will it require > more than that? > > -- > > Nathan Vidican > > webmaster@wmptl.com > > Windsor Match Plate & Tool Ltd. > > http://www.wmptl.com/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > -- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 24 16:28: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clockwork.csudsu.com (clockwork.csudsu.com [209.249.57.100]) by hub.freebsd.org (Postfix) with ESMTP id 1510137B9B8 for ; Wed, 24 May 2000 16:27:58 -0700 (PDT) (envelope-from stefan@csudsu.com) Received: from localhost (stefan@localhost) by clockwork.csudsu.com (8.9.3/8.9.3) with ESMTP id QAA46793; Wed, 24 May 2000 16:27:50 -0700 (PDT) (envelope-from stefan@csudsu.com) Date: Wed, 24 May 2000 16:27:50 -0700 (PDT) From: Stefan Molnar To: Greg Prosser Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PCI FreeBSD audio / Yamaha on-board card. 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 That sound chip is not supported in pcm. Yamaha is not releasing the programing docs. My laptop has this chip. So back porting can not happen. Stefan On Wed, 24 May 2000, Greg Prosser wrote: > > I have a rather recent Dell desktop from the Dimension V series. (V350 to > be exact) It came with a on-motherboard sound card that is supposed to be > a member of the Yamaha DS-XG family. > > I can't find a FreeBSD kernel device to add to support this PCI device in > 3.4-STABLE, I have heard that 4.0-STABLE currently has PCI support for the > pcm driver, and was wondering if any of that can be moved into the 3.x > tree since I'm holding off on 4.0 considering I was told 3.5 will be > released eventually, and that the RELENG_3 tree is still being worked on > afaik. > > More information is available on request. > > Oh, and I'm trying to avoid using OSS as it is a non-free solution and has > panic()'d my kernel the last few times I've attempted it. I know for a > fact that OSS works, but I'm looking for a kernel option/module that I can > use instead. > > /gp > > PS: Thanks in advance. > > .... .. . ... . . . . . > g r e g @ s t r a y n e t . c o m > .-----.----.-----.-----. senior administrator, straynet online > | _ | _| -__| _ | head network administrator, wen dot net > |___ |__| |_____|___ | staff consultant, micro web company > |_____| |_____| icq: 10405504 / aol im: xysters > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 24 16:37:58 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 8456037BD98 for ; Wed, 24 May 2000 16:37:57 -0700 (PDT) (envelope-from jim@luna.cdrom.com) Received: by luna.cdrom.com (Postfix, from userid 1000) id 90A5A31EE; Wed, 24 May 2000 16:37:57 -0700 (PDT) Date: Wed, 24 May 2000 16:37:57 -0700 From: Jim Mock To: Stefan Molnar Cc: Greg Prosser , freebsd-questions@FreeBSD.ORG Subject: Re: PCI FreeBSD audio / Yamaha on-board card. Message-ID: <20000524163757.B460@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.2i In-Reply-To: ; from stefan@csudsu.com on Wed, May 24, 2000 at 04:27:50PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 24 May 2000 at 16:27:50 -0700, Stefan Molnar wrote: > That sound chip is not supported in pcm. Yamaha is not releasing the > programing docs. My laptop has this chip. So back porting can not > happen. Supposedly Cameron has now got the documentation (at least, that's what he said on IRC last week), so hopefully it won't be long before something exists in -CURRENT to make this thing work (and I'll have sound on my VAIO, woo!). - 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 - - editor - The FreeBSDzine - www.freebsdzine.org - jim@freebsdzine.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 16:40:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from clockwork.csudsu.com (clockwork.csudsu.com [209.249.57.100]) by hub.freebsd.org (Postfix) with ESMTP id 6A48437BD98 for ; Wed, 24 May 2000 16:40:12 -0700 (PDT) (envelope-from stefan@csudsu.com) Received: from localhost (stefan@localhost) by clockwork.csudsu.com (8.9.3/8.9.3) with ESMTP id QAA46819; Wed, 24 May 2000 16:39:58 -0700 (PDT) (envelope-from stefan@csudsu.com) Date: Wed, 24 May 2000 16:39:58 -0700 (PDT) From: Stefan Molnar To: Jim Mock Cc: Greg Prosser , freebsd-questions@FreeBSD.ORG Subject: Re: PCI FreeBSD audio / Yamaha on-board card. In-Reply-To: <20000524163757.B460@luna.cdrom.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 Well Kiss My Grits. My VAIO will be happy. On Wed, 24 May 2000, Jim Mock wrote: > On Wed, 24 May 2000 at 16:27:50 -0700, Stefan Molnar wrote: > > That sound chip is not supported in pcm. Yamaha is not releasing the > > programing docs. My laptop has this chip. So back porting can not > > happen. > > Supposedly Cameron has now got the documentation (at least, that's what > he said on IRC last week), so hopefully it won't be long before > something exists in -CURRENT to make this thing work (and I'll have > sound on my VAIO, woo!). > > - 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 - > - editor - The FreeBSDzine - www.freebsdzine.org - jim@freebsdzine.org - > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 16:52:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vicosa.dpi.ufv.br (vicosa.dpi.ufv.br [200.17.74.1]) by hub.freebsd.org (Postfix) with ESMTP id BB41C37BDAE for ; Wed, 24 May 2000 16:52:14 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br (port01.tdnet.com.br [200.236.148.101]) by vicosa.dpi.ufv.br (AIX4.2/UCB 8.7/8.7) with ESMTP id UAA21426; Wed, 24 May 2000 20:50:57 -0200 (GRNLNDDT) Message-ID: <392C6BA1.F9914432@tdnet.com.br> Date: Wed, 24 May 2000 20:54:09 -0300 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: De la Cruz Lugo Eric , questions@freebsd.org Subject: Re: Consultas 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 De la Cruz Lugo Eric wrote: > > Sr. Enriquez: > > La informacion se puede localizar en esta pagina: > > http://www.freebsd.org > > saludos! > > Desde Merida, Yucatan, Mexico > Eric De La Cruz Lugo. > > ------------- > > On Wed, 24 May 2000 mhenriquez@labinca.com.ar wrote: > > > Quisiera informarme sobre algunos aspectos de dicho S.O. como ser: > > * Cuáles son las características principales > > * Ambito de aplicación > > * Las capas o los niveles del S.O. > > * Hardware soportado > > * Software requerido > > * Tipo de servicio, mantenimiento y soporte técnico que brindan > > * File system > > * Interfase > > > > Toda la información que me puedan mandar, se la voy a agradecer muchísimo. > > > > Mariángeles Henriquez > > Depto. de Sistemas > > Labinca S.A. > > Argentina > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message isn't that a english posting list? -- Your mouse has moved. Windows NT must be restarted for the change to take effect! Reboot now? [ OK] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 17: 2:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by hub.freebsd.org (Postfix) with ESMTP id B5DB837BDAE for ; Wed, 24 May 2000 17:02:25 -0700 (PDT) (envelope-from Dean.Brundage@EBay.Sun.COM) Received: from ebaymail2.EBay.Sun.COM ([129.150.111.20]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id RAA16669 for ; Wed, 24 May 2000 17:02:24 -0700 (PDT) Received: from ha1mil.EBay.Sun.COM (phys-ha1mila.EBay.Sun.COM [129.150.179.210]) by ebaymail2.EBay.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with SMTP id RAA21719 for ; Wed, 24 May 2000 17:02:23 -0700 (PDT) Received: from malfunction by ha1mil.EBay.Sun.COM (SMI-8.6/SMI-SVR4) id RAA17346; Wed, 24 May 2000 17:02:23 -0700 Message-Id: <200005250002.RAA17346@ha1mil.EBay.Sun.COM> Date: Wed, 24 May 2000 17:02:23 -0700 (PDT) From: Dean Brundage Reply-To: Dean Brundage Subject: 4.0 and npx0 To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-MD5: 41qnAP5UtFCT6FjDt95lQQ== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4 SunOS 5.8 sun4u sparc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just installed 4.0 in my 486/75 but am running into problems. It's a crappy motherboard and I need to disable npx0 for my 486/75 to start up without panic'ing. (I've tried kernels with and without options MATH_EMULATE). The machine prevously had 3.4 on it and I was able to disable npx0 in kernel.conf or the config editor. Now, no matter where I try to disable npx0, it is still probed on boot and the machine panic's. I have verified that it is disabled by doing a ls in the config editor (boot -c). I'm looking for some advice on how to get this box back up and running. Please include me in the reply. TIA, --Dean Unscrambler of eggs. IT Ops aka ITPS aka SunIT aka SunIR aka ENS aka Desktop Support -------------------------------------------------------------------------------- Some men like the fishing, and some men like the fowling. Some men like to hear the cannon balls roaring. Me, I like sleeping, especially in my Adie's chamber. -- Old Irsh folk song To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 17: 5: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from MexComUSA.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by hub.freebsd.org (Postfix) with ESMTP id 02C2137BD6D for ; Wed, 24 May 2000 17:05:05 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by MexComUSA.Net (8.9.3/8.9.3) with ESMTP id RAA42580 for ; Wed, 24 May 2000 17:04:46 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <392C6E1E.EE5599AB@EnContacto.Net> Date: Wed, 24 May 2000 17:04:46 -0700 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: A second Linksys LNE100TX card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I started using LNE100TX dc0 cards for internal networks and have kept using intel 10/100 fxp0 for external connections. I decided to try two Linksys LNE100TX cards together and only one is recognized, dc0. Could someone please give me a hint as to what I should do to get the other card recognized. I am running current, last world on Sunday. I have device miibus and device dc in my configuration file and I assumed that it was going to be like the fxp and all the cards would be automatically detected Thanks, ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 17: 9:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cmailg1.svr.pol.co.uk (cmailg1.svr.pol.co.uk [195.92.195.171]) by hub.freebsd.org (Postfix) with ESMTP id 6C62F37BD6D for ; Wed, 24 May 2000 17:09:21 -0700 (PDT) (envelope-from jmdupx@yahoo.com) Received: from [195.92.198.123] (helo=mail17.svr.pol.co.uk) by cmailg1.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 12ulDD-0003eC-00 for freebsd-questions@freebsd.org; Thu, 25 May 2000 01:09:19 +0100 Received: from modem-95.anarion.dialup.pol.co.uk ([62.136.106.223] helo=jmdupx.surreynet.com) by mail17.svr.pol.co.uk with smtp (Exim 3.13 #0) id 12ulDC-0002wW-00 for freebsd-questions@freebsd.org; Thu, 25 May 2000 01:09:18 +0100 From: jmdupx@yahoo.com To: freebsd-questions@freebsd.org Date: Thu, 25 May 2000 01:09:53 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: X-mailer: Pegasus Mail for Win32 (v3.11) Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG subscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 17:13:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 0AD0E37B624 for ; Wed, 24 May 2000 17:13:47 -0700 (PDT) (envelope-from stuyman@confusion.net) Received: from confusion.net (user-2ive73c.dialup.mindspring.com [165.247.28.108]) by granger.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id UAA11694; Wed, 24 May 2000 20:13:38 -0400 (EDT) Message-ID: <392C6FCA.BF160F4@confusion.net> Date: Wed, 24 May 2000 20:11:54 -0400 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: John Lawson Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Can't login to the GUI ... login box comes right back References: <03E742431696D311BD1B000629382517D434FC@cpex1.channelpoint.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG very cursory guess...does the user logging in (presumably you) have a .xsession file? What's in it? That's the first thing that comes to mind. Also, permissions on the file... Laurence John Lawson wrote: > > I installed FreeBSD (current) on a 1Gb vmware virtual disk, and realized > before very long that I'd run out of space very quiickly. Rather than go to > two virtual disks, I decided to create a new empty 2Gb virtual disk, and > copy the contents of the original disk to the new disk, eventually deleting > the old disk. > > I did this ... the trickier parts were easy to accomplish using > /stand/systeminstall (nice utility!). The actual copying of the files I did > with the following command (I had only one, the root, filesystem): > > find -x / -print | cpio -pdamv /mnt/root > > I can boot just fine off the new disk, and have since deleted the old > virtual disk. The trouble I'm having, however, is with the GUI. > > If I comment out the launch of xdm on ttyv8 in /etc/ttys, and log into the > console, and then type startx, I get a nice GUI and everything seems to be > working fine ... but, I want the GUI to launch at boot time, of course. > > So ... I put the line for ttyv8 and xdm back into /etc/ttys (as documented > somewhere on http://www.freebsd.org/, and now I get the login/password > window just after booting. > > When I log into that window, however, the window disappears (as you'd > expect), the system thinks for a little while (20 seconds), and then the > login box comes right back. > > I can't find a log file anywhere which might be displaying the error ... > > Can anyone give me a pointer to where to look? If this were VMS, I could > definitely chase down the various log files to find the solution, but, alas, > I am new to this U*ix world, and need some help. > > John Lawson > > 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 Wed May 24 17:33: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.pa.home.com (ha1.rdc2.pa.home.com [24.12.106.194]) by hub.freebsd.org (Postfix) with ESMTP id 5923F37B679 for ; Wed, 24 May 2000 17:32:47 -0700 (PDT) (envelope-from DRCrowder@home.com) Received: from cc746196a ([24.4.200.196]) by mail.rdc2.pa.home.com (InterMail vM.4.01.02.17 201-229-119) with SMTP id <20000525003246.QEUK10629.mail.rdc2.pa.home.com@cc746196a> for ; Wed, 24 May 2000 17:32:46 -0700 Reply-To: "David R Crowder" From: "David Crowder" To: Subject: Getting a "read error" after install Date: Wed, 24 May 2000 20:32:34 -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) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running a Dell dimension D300 pII 300mhz, 128 ram, 4G HDD, 8G HDD Ninvida 128 video, Sound Blaster AWE 64, atapi ide CD-ROM, Standard floppy, 3Com 3C509 network card ps/2 mouse The 8G HDD is on the primary IDE with the CD as a slave the 4G HDD is the master on the secondary IDE without a slave FreeBSD 4.0 detects all of my hardware I set up my disks to be dedicated FreeBSD and included the following mounts / 200M /var 200M swap 512M /usr 7123M (whatever the rest of the 8G HDD is) /home 4000M (whatever the 4g HDD comes out to be in Megs) I did set the primary HDD as bootable The install goes fine, all packages installed. I reboot and get a black screen with "read error" in the top left corner I have gone as far to remove all hardware except 1 HDD and the CD (did that twice, one for each HDD) - same error I removed the CD - Same error I tried a whole host of different install and HDD configs - same error I have been all over the CMOS to ensure there wasn't any "Windows" type settings I have tried everything that I could think of Windows 98 worked fine on the box just prior to install. I just fdisked and reformatted the HDD's the installed windows to ensure that I didn't have a hardware error. Please help! I just installed FreeBSD to be the OS on our production Web server at work and I love it! I would really like to use this at home. Thank you, David R. Crowder Project Manager ThomComp, INC 610-834-1120 x341 dcrowder@thomcomp.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 17:41:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f18.law9.hotmail.com [64.4.9.18]) by hub.freebsd.org (Postfix) with SMTP id E945737B7AE for ; Wed, 24 May 2000 17:41:43 -0700 (PDT) (envelope-from dankilling@hotmail.com) Received: (qmail 54606 invoked by uid 0); 25 May 2000 00:41:43 -0000 Message-ID: <20000525004143.54605.qmail@hotmail.com> Received: from 207.16.155.26 by www.hotmail.com with HTTP; Wed, 24 May 2000 17:41:43 PDT X-Originating-IP: [207.16.155.26] From: "Daniel Killingsworth" To: questions@freebsd.org Subject: PPPD crashing Date: Wed, 24 May 2000 20:41:43 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am having difficulties configuring my modem for use with FreeBSD, and was interested in dome help- I am willing to re-install if necessary, as this is my first (serious) venture out the 'Windows'. I have been successful installing the Kernel, in generic mode, and getting X up and running. I cannot, however, seem to get my modem (USR 56k fax int. PnP) to respond to the ppp dialup utility in Gnome...any suggestions? Also, while reading the manual(gasp), it suggests adding some lines to my /sys/dev/conf/generic file and re-compiling the kernel....how does one re-compile the kernel? Is there a command for this or do you simply re-start the system? Thanks, /Dan ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 May 24 17:45:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id 8A63A37B557 for ; Wed, 24 May 2000 17:45:10 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id TAA04188 for freebsd-questions@freebsd.org; Wed, 24 May 2000 19:45:10 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005250045.TAA04188@sullivan.realtime.net> Subject: Re: Mouse In-Reply-To: <000801bfc5d2$46639a80$0101a8c0@kevin> from Kevin Bowen at "May 24, 2000 05:49:05 pm" To: freebsd-questions@freebsd.org (Freebsd Questions) Date: Wed, 24 May 2000 19:45:10 -0500 (CDT) 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 > My problem is this, my mouse doesn't show up as a normal pointer. It > is a white box and it kinda looks weird when u move it like it has > "snow" from a TV in it. > Please provide the relevant sections from your XF86Config file and /etc/rc.(local.)conf file. Then I suspect we can solve your problem. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 17:47:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1004.mail.yahoo.com (web1004.mail.yahoo.com [128.11.23.94]) by hub.freebsd.org (Postfix) with SMTP id B89B737B63B for ; Wed, 24 May 2000 17:47:24 -0700 (PDT) (envelope-from gregfjohnson@yahoo.com) Received: (qmail 19859 invoked by uid 60001); 25 May 2000 00:47:19 -0000 Message-ID: <20000525004719.19858.qmail@web1004.mail.yahoo.com> Received: from [4.3.128.199] by web1004.mail.yahoo.com; Wed, 24 May 2000 17:47:19 PDT Date: Wed, 24 May 2000 17:47:19 -0700 (PDT) From: Greg Johnson Subject: AnyPoint Phoneline Home Network drivers? 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 A useful hardware hack is the ability to create a LAN using phone lines. These days they are up to 10 mbs speeds. One example I've seen is the Intel AnyPoint Phoneline Home Network PCI card. Does FreeBSD have drivers for any of these cards? By any chance, would a standard NE2000 or Intel NIC driver work with these cards? Thanks in advance for any info, Greg Johnson gregfjohnson@yahoo.com __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.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 May 24 18: 0: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.pioneernet.net [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id C92B737B557 for ; Wed, 24 May 2000 17:59:58 -0700 (PDT) (envelope-from chip@wiegand.org) Received: from chip.wiegand.org [208.194.173.26] by pioneernet.net (SMTPD32-6.00) id ACAA12A9027E; Wed, 24 May 2000 18:06:50 -0700 From: chip To: drew@planetwe.com, Drew Sanford , Danny , GUILLAUME Julien , "'freebsd-questions@FreeBSD.ORG'" Subject: Re: And what about music ? Date: Wed, 24 May 2000 17:58:12 -0700 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <57F400E054E7D211AEF40004AC36979DEDE8F3@infcab22.cus.fr> <00052608234902.00354@freebsd.freebsd.org> <0005241738250C.00410@dorado.planetwe.com> In-Reply-To: <0005241738250C.00410@dorado.planetwe.com> MIME-Version: 1.0 Message-Id: <00052418012101.03190@chip.wiegand.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Look for a program called Rosegarden, it is similar to MidiSoft. Also if you are into mods, s3m's etc, one of the best is soundtracker and it is on the FreeBSD 4.0 cd in the ports. -- Chip Wiegand ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ visit Alternative Operating Systems www.wiegand.org On Wed, 24 May 2000, Drew Sanford wrote: > Actually, the software that Julien mentions is editing software, for things > like mixing, and overtracking. I would be curious to know if there is any > software for any of the unix OS's that do this, pretty interface or not. > > > On Thu, 25 May 2000, Danny wrote: > > With X windows you can have :- > > > > CD Music > > Play Mp3 > > Play RealAudio/RealVideo with the RealPlayer port > > You can play *.wav files > > > > etc > > > > Just add "device pcm0" to your kernel file and recompile your kernel > > Check out www.freebsd.org for more details > > > > > > On Thu, 25 May 2000, GUILLAUME Julien wrote: > > > OK, Free BSD is a real Unix and a powerful server, but what about music ? > > > Can current sound softwares such as Cubase, Cakewalk, Acid or Soundforge be > > > run on that OS ? Otherwise is it reasonably possible to build efficient > > > drivers for these ? > > > Thanks in advance for your help. > > > Julien GUILLAUME > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > -- > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > -- > Drew Sanford > Systems Administrator > Planetwe.com > Email: drew@planetwe.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 18: 5:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 9AAD437B6F8 for ; Wed, 24 May 2000 18:05:41 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA05581; Thu, 25 May 2000 10:35:32 +0930 (CST) Date: Thu, 25 May 2000 10:35:32 +0930 From: Greg Lehey To: Daniel Killingsworth Cc: questions@FreeBSD.ORG Subject: Re: PPPD crashing Message-ID: <20000525103532.F5074@freebie.lemis.com> References: <20000525004143.54605.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000525004143.54605.qmail@hotmail.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 24 May 2000 at 20:41:43 -0400, Daniel Killingsworth wrote: > I am having difficulties configuring my modem for use with FreeBSD, > and was interested in dome help- I am willing to re-install if > necessary, as this is my first (serious) venture out the 'Windows'. We don't consider reinstallation a way of solving this kind of problem. > I have been successful installing the Kernel, in generic mode, and > getting X up and running. I cannot, however, seem to get my modem > (USR 56k fax int. PnP) to respond to the ppp dialup utility in > Gnome...any suggestions? Don't use Gnome. Or at least, not for system functions. > Also, while reading the manual(gasp), it suggests adding some lines > to my /sys/dev/conf/generic file and re-compiling the kernel.... I don't know which manual you've been reading: I can't think of much you can do in the kernel config to get PPP working. In addition, that *should* read /sys/i386/conf/GENERIC. But even then, you shouldn't change it, you should make a copy with a different name. > how does one re-compile the kernel? Is there a command for this or > do you simply re-start the system? It's described in the online handbook: # cd /sys/i386/conf # cp GENERIC MYKERNEL # vi MYKERNEL (make what changes you want) # config -g MYKERNEL # cd ../../compile/MYKERNEL # make all install # shutdown -r now The last command restarts the system with the new kernel. Back to your original problem: the subject says something about pppd crashing, but you don't mention it (or too many other details) in the text. What's really going on? What kind of hardware is it? Is this modem a winmodem? If so, you won't be able to use it with 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 Wed May 24 18:19:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 5456037B6F8 for ; Wed, 24 May 2000 18:19:09 -0700 (PDT) (envelope-from djclarke@cm-solutions.co.nz) Received: from eskimo (smtp.epizza.co.nz [203.96.144.146]) by deborah.paradise.net.nz (8.10.0/8.10.0) with SMTP id e4P1J6X31843 for ; Thu, 25 May 2000 13:19:06 +1200 Message-ID: <00f201bfc5e7$a2c06be0$0201a8c0@eskimo.cm-solutions.co.nz> Reply-To: "David Clarke" From: "David Clarke" To: Subject: unsibscribe Date: Thu, 25 May 2000 13:22:03 +1200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00EF_01BFC64C.36F1E5A0" 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_00EF_01BFC64C.36F1E5A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable unsubscribe freebsd-questions ------=_NextPart_000_00EF_01BFC64C.36F1E5A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
unsubscribe = freebsd-questions
 
------=_NextPart_000_00EF_01BFC64C.36F1E5A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 18:41:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo13.mx.aol.com (imo13.mx.aol.com [152.163.225.3]) by hub.freebsd.org (Postfix) with ESMTP id 0938137B50B for ; Wed, 24 May 2000 18:41:48 -0700 (PDT) (envelope-from Fravlahua@aol.com) Received: from Fravlahua@aol.com by imo13.mx.aol.com (mail_out_v27.9.) id n.aa.5816f63 (4399) for ; Wed, 24 May 2000 21:41:34 -0400 (EDT) From: Fravlahua@aol.com Message-ID: Date: Wed, 24 May 2000 21:41:33 EDT Subject: x windows problem To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 104 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. My names Josh, I recently installed Freebsd 3.4 Release on my computer. I downloaded everything from the ftp site and and installed it through a dos partition. After installing FreeBSD i tried to install the ports. That didn't want to install because it said that it wasn't found on the dos partition, but it's there because I see it everytime I am in windows. How can I get the ports to install? Also I have another much more important question. I tried to configure the XFree86 and it seems that it will not be configured right. I tried to run the XF86Setup but it would not work. Everytime i tried to run startx to see if it would work i would get the message "(errno2)" what can I do to solve this problem? I live in Grand Rapids Michigan and it seems that there are not many people here that know about how to configure Xwindows or that even know what UNIX is. I would appreciate all the help that you could give me. Thank you for your time. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 18:52:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ece.cmu.edu (ECE.CMU.EDU [128.2.236.200]) by hub.freebsd.org (Postfix) with ESMTP id 6869B37B59B for ; Wed, 24 May 2000 18:52:25 -0700 (PDT) (envelope-from inacio@ece.cmu.edu) Received: from ece.cmu.edu (BOORADLEY.REM.CMU.EDU [128.2.81.114]) by ece.cmu.edu (8.9.2/8.8.8) with ESMTP id VAA23139 for ; Wed, 24 May 2000 21:52:22 -0400 (EDT) Message-ID: <392C8754.97AA95A9@ece.cmu.edu> Date: Wed, 24 May 2000 21:52:20 -0400 From: Chris Inacio Organization: Carnegie Mellon University X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: can't boot 4.0-RELEASE boot floppies Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I would like to install 4.0-RELEASE, but I can't boot the install floppies. (Presumably I can't boot the actual FreeBSD 4.0 kernel either.) The machine I want to install this one was running FreeBSD 3.2 on it, which installed without too many problems. I tried to install 3.4 on it, and that kernel also failed. On the 4.0 kernel it stops at "md1: malloc disk", at which the machine is locked hard (requires the reset button or the power switch.) I admit that my hardware is a little strange. I have three SCSI (two SCA) drives on two different SCSI controllers. (I also have a SCSI CD-ROM drive, which I tried to boot off of, but that didn't work.) Anyway, the machine has two 7870 controller chips (along with the unused IDE controllers,) built onto the motherboard. It's a dual processor pentium pro machine, actually a 133 MHz. It's actually an Intel engineering sample machine -- so the hardware could be pretty strange, although it has generally worked reasonably well. I installed a DOS boot partition with the SCSI and CD-ROM drivers enough so that I can access the drive, although I have no idea how that can help me. Any help or ideas would be greatly appreciated, (please send email if you can....) thanks in advance, Chris Inacio inacio@ece.cmu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 19:21:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wartch.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id B54F137BBBF for ; Wed, 24 May 2000 19:21:55 -0700 (PDT) (envelope-from peterh@wartch.sapros.com) Received: from wartch.sapros.com (localhost [127.0.0.1]) by wartch.sapros.com (8.9.3/8.9.3) with ESMTP id TAA42220; Wed, 24 May 2000 19:21:00 -0700 (PDT) (envelope-from peterh@wartch.sapros.com) Message-Id: <200005250221.TAA42220@wartch.sapros.com> To: Lowell Gilbert Cc: freebsd-questions@freebsd.org Subject: Re: Disappearing disk space. Date: Wed, 24 May 2000 19:21:00 -0700 From: Peter Haight Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >It may be files that are unlinked but still open. The space won't be >available until the fiiles are closed. fstat(1) may help you track >them down. You'll find everything settled out next time you reboot, >of course, because *all* tasks are forced to let go of their files >then. Yep, it turned out it was natd that was the culprit. The log file had gotten deleted while it was running. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 19:51: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mailstart.com (mail.mailstart.com [207.231.76.67]) by hub.freebsd.org (Postfix) with ESMTP id 5A71037BD6D for ; Wed, 24 May 2000 19:50:58 -0700 (PDT) (envelope-from gafntaf@usa.net) Received: from tope [207.231.76.94] by mail.mailstart.com (SMTPD32-5.05) id A50495B008E; Wed, 24 May 2000 19:50:47 -0700 To: djclarke@cm-solutions.co.nz, freebsd-questions@freebsd.org Cc: From: "Greg Fischer" Subject: RE: unsibscribe Message-Id: <240500145.71449@webbox.com> Mime-Version: 1.0 Content-Type: text/plain content-length: 457 Date: Wed, 24 May 2000 19:50:58 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG whatcha gotta do is send the same message to majordomo@freebsd.org... that should take care of 'er. >--- Original Message --- >From: "David Clarke" >To: >Date: 5/25/00 1:22:03 AM > unsubscribe freebsd-questions > > > ---------------- Sent from a WebBox - http://www.webbox.com FREE Web based Email, Files, Bookmarks, Calendar, People and Great Ways to Share them with Others! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 19:52:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 70B1437BDDB for ; Wed, 24 May 2000 19:52:07 -0700 (PDT) (envelope-from djclarke@cm-solutions.co.nz) Received: from eskimo (smtp.epizza.co.nz [203.96.144.146]) by deborah.paradise.net.nz (8.10.0/8.10.0) with SMTP id e4P2q3X13702 for ; Thu, 25 May 2000 14:52:03 +1200 Message-ID: <012101bfc5f4$9de84400$0201a8c0@eskimo.cm-solutions.co.nz> Reply-To: "David Clarke" From: "David Clarke" To: Subject: SUNIX PCI Parallel Card with FreeBSD 4.0 Date: Thu, 25 May 2000 14:54:59 +1200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_011E_01BFC659.32DA0080" 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_011E_01BFC659.32DA0080 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, =20 Does anyone know how to get a SUNIX dual PCI parallel port card, model = 4018A, recognised under FreeBSD 4.0. =20 The card documentation says it installs under linux using 'more = /proc/pci' to find the cards IO port address, but FreeBSD does not have = this file. =20 I assume I need to specify some lpt device in the Kernel config file and = rebuild, but I do not know what to specify. =20 Output from dmesg: pci0: (vendor=3D0x1409, dev=3D0x7268) at 10.0 irq 9 Thanks Dave David Clarke www.cm-solutions.co.nz www.sportsnz.co.nz Director - Technology Custom Made Solutions Ltd PO Box 10-819, Wellington Tel +64-4-384-7922 Fax +64-4-384-7924 ------=_NextPart_000_011E_01BFC659.32DA0080 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
Does anyone know how to get a SUNIX dual PCI = parallel port=20 card, model 4018A, recognised under FreeBSD 4.0.
 
The card documentation says it installs under linux = using=20 'more /proc/pci' to find the cards IO port address, but FreeBSD does not = have=20 this file.
 
I assume I need to specify some lpt = device in=20 the Kernel config file and rebuild, but I do not know what to=20 specify.
 
Output from dmesg:
pci0: <unknown card> (vendor=3D0x1409, = dev=3D0x7268) at 10.0=20 irq 9
 
Thanks
Dave
 
David Clarke   www.cm-solutions.co.nz  = www.sportsnz.co.nz
Director -=20 Technology
 
Custom Made Solutions Ltd
PO Box = 10-819,=20 Wellington
Tel = +64-4-384-7922        Fax=20 +64-4-384-7924
------=_NextPart_000_011E_01BFC659.32DA0080-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 19:55:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.millennium20.com (smtp.thecyberguys.net [209.79.190.13]) by hub.freebsd.org (Postfix) with ESMTP id 14B7537BDC6 for ; Wed, 24 May 2000 19:55:33 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (1Cust102.tnt2.covington.la.da.uu.net [63.31.31.102]) by smtp.millennium20.com (8.10.0/8.10.0) with SMTP id e4P1s0313713; Wed, 24 May 2000 18:54:01 -0700 Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id VAA02211; Wed, 24 May 2000 21:55:11 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Wed, 24 May 2000 21:55:10 -0500 To: Chris Smith Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP! - Clearing screen on logout Message-ID: <20000524215510.A981@gforce.johnson.home> References: <959158168.392b97980978e@www.tdyc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <959158168.392b97980978e@www.tdyc.com>; from chris.smith@raytheon.co.uk on Wed, May 24, 2000 at 01:49:28AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 24, 2000 at 01:49:28AM -0700, Chris Smith wrote: > Hi, > > Can anyone tell me _explicitly_ how to clear the screen when a user > logs out (or when a getty starts)? I know it's in the gettytab man > page, but I cant get it to work. I've probably incorrectly played > with the cl option?!? Put a "\f" after the "im=" for the default entry in /etc/gettytab. So it would look like this: default:\ :cb:ce:ck:lc:fd#1000:im=\f\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200: The \f does a form feed. -- Glenn Johnson glennpj@bayouhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 19:56:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pilot014.cl.msu.edu (pilot014.cl.msu.edu [35.9.5.114]) by hub.freebsd.org (Postfix) with ESMTP id 1AFF337BDCA for ; Wed, 24 May 2000 19:55:57 -0700 (PDT) (envelope-from carls107@msu.edu) Received: from msu.edu (c683804-a.elnsng1.mi.home.com [24.19.88.190]) by pilot014.cl.msu.edu (8.9.3/8.9.1) with ESMTP id WAA39986 for ; Wed, 24 May 2000 22:55:54 -0400 Message-ID: <392C9681.ADFF1D32@msu.edu> Date: Wed, 24 May 2000 22:57:05 -0400 From: "B. Carlson" X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Drive Geometry Problem with BSD4.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 using FreeBSD 4.0 and this is a new installation. I have a Maxtor 91728D8 which is a 17 gig drive. The label on the drive says this: cylinder 16383 head 16 sectors 63 When I boot up with the cd and do the Disk label it says this: cylinder 4096 head 16 sectors 63 Which is now only giving me like maybe a little less than 2 gigs. There is nothing physically wrong with the drive. I boot up in dos and it does the same thing on an Fdisk, tells me there is only about a gig or so of space. I tried fixing it with setting the geometry in BSD, which when I set the geometry to the listing on the outside of the drive it shows up correctly, but I write the information out and reboot and it's back to 4096 cylinders. The Bios is correctly identifying the drive as you can see above in the drive ID, what can I do to get my 16 gigs of space back? B. Carlson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 20:10: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from public.szptt.net.cn (mail1-smtp.szptt.net.cn [202.96.136.221]) by hub.freebsd.org (Postfix) with SMTP id 21C5837BA56 for ; Wed, 24 May 2000 20:09:49 -0700 (PDT) (envelope-from @public.szptt.net.cn:morgan@szonline.net) Received: from morganpc([202.96.191.124]) by public.szptt.net.cn(JetMail 2.3.2.6) with SMTP id /m0/aimcque/jmail.rcv/9/jm0392ca0bd; Thu, 25 May 2000 03:09:10 -0000 Message-ID: <000601bfc5f6$4cd2bfd0$2600a8c0@morganpc> From: "morgan lin" To: Subject: Date: Thu, 25 May 2000 11:05:53 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC639.317CEF10" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC639.317CEF10 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 DQo= ------=_NextPart_000_0005_01BFC639.317CEF10 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0PWdi MjMxMiIgaHR0cC1lcXVpdj1Db250ZW50LVR5cGU+DQo8TUVUQSBjb250ZW50PSJNU0hUTUwgNS4w MC4yOTIwLjAiIG5hbWU9R0VORVJBVE9SPg0KPFNUWUxFPjwvU1RZTEU+DQo8L0hFQUQ+DQo8Qk9E WSBiZ0NvbG9yPSNmZmZmZmY+DQo8RElWPiZuYnNwOzwvRElWPjwvQk9EWT48L0hUTUw+DQo= ------=_NextPart_000_0005_01BFC639.317CEF10-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 21: 3:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pooky.bmk.com.au (pooky.bmk.com.au [203.36.170.246]) by hub.freebsd.org (Postfix) with ESMTP id D2DE137BDD9 for ; Wed, 24 May 2000 21:03:52 -0700 (PDT) (envelope-from brendan@bmk.com.au) Received: from garfield (gateway.ozi.nu [203.36.170.241]) by pooky.bmk.com.au (8.8.7/8.8.7) with SMTP id OAA17593 for ; Thu, 25 May 2000 14:01:07 +1000 Date: Thu, 25 May 2000 14:05:51 +1000 (EST) From: Brendan Kosowski X-Sender: brendan@garfield To: FreeBSD Questions Subject: How do I set up a swap file ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My system requires extra virtual memory. What is the correct procedure for setting up a swap file and then adding it to the systems memory pool ? Thanks and Regards, Brendan... ------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 21: 6:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wcug.wwu.edu (sloth.wcug.wwu.edu [140.160.164.200]) by hub.freebsd.org (Postfix) with SMTP id 7EE2A37BDDA for ; Wed, 24 May 2000 21:06:08 -0700 (PDT) (envelope-from doc@wcug.wwu.edu) Received: (qmail 25479 invoked by uid 1074); 25 May 2000 04:06:03 -0000 Date: Wed, 24 May 2000 21:06:03 -0700 (PDT) From: David Daugherty X-Sender: doc@sloth Reply-To: David Daugherty To: questions@freebsd.org Subject: OpenSSL Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone point me to a page explaining OpenSSL setup on fbsd 4.0? Everthing I found on fbsd's site was too broad. I tried using the one on devshed but it crashed on make after I did ./config --prefix=/usr/local/ssl -L`pwd`/../rsaref-2.0/local/ rsaref -fPIC The output after make was: gcc -o openssl -DMONOLITH -I../include -DRSAref -fPIC -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o dsa.o dsaparam.o x509.o genrsa.o gendsa.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o spkac.o smime.o -L. -L.. -L../.. -L../../.. -L.. -lssl -L.. -lcrypto -L/usr/home/davidd/tmp/openssl-0.9.5/../rsaref-2.0/local/ -lRSAglue -lrsaref /usr/libexec/elf/ld: cannot open -lrsaref: No such file or directory *** Error code 1 David Software Eng. - NetManage Work email: david.daugherty@netmanage.com Home email: doc@wcug.wwu.edu ICQ 21106703 Washington State Resident To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 21:35:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id 8A97F37B66E for ; Wed, 24 May 2000 21:35:55 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id XAA11347 for freebsd-questions@freebsd.org; Wed, 24 May 2000 23:35:54 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005250435.XAA11347@sullivan.realtime.net> Subject: Re: PPPD crashing In-Reply-To: <20000525004143.54605.qmail@hotmail.com> from Daniel Killingsworth at "May 24, 2000 08:41:43 pm" To: freebsd-questions@freebsd.org (Freebsd Questions) Date: Wed, 24 May 2000 23:35:54 -0500 (CDT) 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 > > > installing the Kernel, in generic mode, and getting X up and running. I > cannot, however, seem to get my modem (USR 56k fax int. PnP) to respond to > the ppp dialup utility in Gnome...any suggestions? > As Greg said, if this is a winmodem, you are SOL. If this model card won't work with DOS or Win 3.x, I expect it is a win modem, and that requires secret support from the CPU. And, nobody outside the Windows world seems to know that that hand- shake is... > > Also, while reading the > manual(gasp), it suggests adding some lines to my /sys/dev/conf/generic file > and re-compiling the kernel....how does one re-compile the kernel? Is there > a command for this or do you simply re-start the system? > Greg gave you the rudiments, and they will get the job done. This question is asked often, so a visit to the mailing list archives at www.freebsd.org will shed even more light for your answer. I have pppd running by reading "The Complete FreeBSD", and looking at the pppd(8) and chat(8) man pages. The man pages will tell you all you need to know to get pppd running. And, yes, it really is that simple. Of course, the background in "The Complete FreeBSD" helped, but v2.0 contained some errors the man page had right. You don't need any utilities from Gnome to do this. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 21:48: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mongkok.pacific.net.hk (mongkok.pacific.net.hk [202.14.67.46]) by hub.freebsd.org (Postfix) with ESMTP id 0F6FC37B66E for ; Wed, 24 May 2000 21:48:03 -0700 (PDT) (envelope-from alexkwan@pacific.net.hk) Received: from tsingyi.pacific.net.hk (tsingyi.pacific.net.hk [202.14.67.240]) by mongkok.pacific.net.hk with ESMTP id MAA18872 for ; Thu, 25 May 2000 12:48:02 +0800 (HKT) Received: from alexkwan (ppp231.dyn8.pacific.net.hk [202.64.8.231]) by tsingyi.pacific.net.hk with SMTP id MAA23737 for ; Thu, 25 May 2000 12:48:01 +0800 (HKT) Message-ID: <000901bfc606$41204300$e70840ca@alexkwan> From: "Alex Kwan" To: "FreeBSD-Questions" Subject: Re: PPP dial-In Server and PPP dial-up Client on same FreeBSD Box Date: Thu, 25 May 2000 13:01:13 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! 1) Can I setup PPP dial-in Server and PPP dial-up on same FreeBSD Box? PPP dial-in for remote access when I am not in office. PPP dial-up for connect to my ISP. 2) If can, do I must have two modems and phono lines? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 22:11:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo16.mx.aol.com (imo16.mx.aol.com [152.163.225.6]) by hub.freebsd.org (Postfix) with ESMTP id 1B34E37B69B for ; Wed, 24 May 2000 22:11:29 -0700 (PDT) (envelope-from Funtonio@aol.com) Received: from Funtonio@aol.com by imo16.mx.aol.com (mail_out_v27.9.) id n.39.586e086 (4011) for ; Thu, 25 May 2000 01:11:23 -0400 (EDT) From: Funtonio@aol.com Message-ID: <39.586e086.265e0ffb@aol.com> Date: Thu, 25 May 2000 01:11:23 EDT Subject: splash screen To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 105 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, how do i go about getting a splash screen in FreeBSD 4.0 like how windows has their's at boot time? Thanks. Tony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 22:57:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id 6E7D737B67A for ; Wed, 24 May 2000 22:57:50 -0700 (PDT) (envelope-from ertr1013@student.csd.uu.se) Received: from regulus.student.UU.SE ([130.238.5.2]:50835 "HELO ertr1013.student.csd.uu.se") by merganser.its.uu.se with SMTP id ; Thu, 25 May 2000 07:57:33 +0200 Received: (qmail 1089 invoked by uid 1001); 25 May 2000 05:57:34 -0000 Date: Thu, 25 May 2000 07:57:34 +0200 From: Erik Trulsson To: David Daugherty Cc: questions@FreeBSD.ORG Subject: Re: OpenSSL Message-ID: <20000525075734.A1073@student.csd.uu.se> Mail-Followup-To: David Daugherty , questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from doc@wcug.wwu.edu on Wed, May 24, 2000 at 09:06:03PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 24, 2000 at 09:06:03PM -0700, David Daugherty wrote: > Can anyone point me to a page explaining OpenSSL setup on fbsd 4.0? > Everthing I found on fbsd's site was too broad. I tried using the one on > devshed but it crashed on make after I did ./config Since OpenSSL is included by default in FreeBSD 4.0 and later you shouldn't need to do anything. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 23: 1:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fusion.unixfreak.org (cx272244-a.orng1.occa.home.com [24.1.177.149]) by hub.freebsd.org (Postfix) with ESMTP id 6B6B737B67A for ; Wed, 24 May 2000 23:01:38 -0700 (PDT) (envelope-from bhishan@fusion.unixfreak.org) Received: (from bhishan@localhost) by fusion.unixfreak.org (8.10.1/8.9.3) id e4P61Gm06928; Wed, 24 May 2000 23:01:16 -0700 (PDT) (envelope-from bhishan) From: Bhishan Hemrajani Message-Id: <200005250601.e4P61Gm06928@fusion.unixfreak.org> Subject: Re: splash screen In-Reply-To: <39.586e086.265e0ffb@aol.com> from "Funtonio@aol.com" at "May 25, 2000 01:11:23 am" To: Funtonio@aol.com Date: Wed, 24 May 2000 23:01:16 -0700 (PDT) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (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 man loader.conf /boot/loader.conf --bhishan > Hi, > how do i go about getting a splash screen in FreeBSD 4.0 like how windows > has their's at boot time? Thanks. > Tony > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Bhishan Hemrajani / bhishan@fusion.unixfreak.org / PGP: 0xFAC75561 Finger bhishan@fusion.unixfreak.org for more information. If they ever discover a way to harness sarcasm as an energy source you people are going to owe me big. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 23: 6:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fusion.unixfreak.org (cx272244-a.orng1.occa.home.com [24.1.177.149]) by hub.freebsd.org (Postfix) with ESMTP id 4D38537B67A for ; Wed, 24 May 2000 23:06:15 -0700 (PDT) (envelope-from bhishan@fusion.unixfreak.org) Received: (from bhishan@localhost) by fusion.unixfreak.org (8.10.1/8.9.3) id e4P65x907019; Wed, 24 May 2000 23:05:59 -0700 (PDT) (envelope-from bhishan) From: Bhishan Hemrajani Message-Id: <200005250605.e4P65x907019@fusion.unixfreak.org> Subject: Re: Traffic limitation In-Reply-To: <004e01bfc59b$29ff1950$060101c8@martin> from martin at "May 24, 2000 07:14:20 pm" To: martin Date: Wed, 24 May 2000 23:05:58 -0700 (PDT) Cc: Lucas , freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (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 man dummynet --bhishan [Charset koi8-r unsupported, filtering to ASCII...] > > > I have the machine with 3 network interfaces: to my ISP and to two > > > internal subnets. How can I to limit the traffic from one of its? > > > > you can use dummynet. > > If you please, give me more detailed answer: what is the dummynet. What I > have to read about it? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Bhishan Hemrajani / bhishan@fusion.unixfreak.org / PGP: 0xFAC75561 Finger bhishan@fusion.unixfreak.org for more information. A diplomat is someone who can tell you to go to hell in such a way that you will look forward to the trip. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 23:16:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.prod.itd.earthlink.net [207.217.121.85]) by hub.freebsd.org (Postfix) with ESMTP id 6D6E637B637 for ; Wed, 24 May 2000 23:16:42 -0700 (PDT) (envelope-from pfcrosby@earthlink.net) Received: from earthlink.net (ip191.los-angeles17.ca.pub-ip.psi.net [38.29.86.191]) by gull.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id XAA19067 for ; Wed, 24 May 2000 23:16:41 -0700 (PDT) Message-ID: <392CC631.1FB0CC95@earthlink.net> Date: Wed, 24 May 2000 23:20:33 -0700 From: Patrick Crosby X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Hard Drive/cdrom/controller support in 4.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 a 2 year old Dataexpert TX430II motherboard, supposedly with a UDMA on board ide controller, but which 4.0 does not support. (3.2 and 3.3 are no problem on this and still older hardware-- I never tried 3.4). Will the next cdrom release be any less stringent in its requirements? If not, is there any motherboard I can buy today (preferably a lower cost socket 7) that I can be sure will work with 4.x? Alternatively, is there still going to be a 3.5 release, which hopefully would work with older hardware requiring a western digital driver? (I'm a home user mainly interested in running applications on a stable UNIX platform, so I prefer not to get into configuring and compiling kernels, at least not at the moment). Thanks, Patrick Crosby PS: I have "Walnut Creek" cdroms, but at the moment they are not providing free installation support. It is at the moment unclear whether BSDi is going to have a change of heart on this or not. Latest word from Steve Hinkle their head of tech support is that there will be no more free tech support of any kind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 23:43:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id E6B1137BDE1 for ; Wed, 24 May 2000 23:43:28 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA65057; Wed, 24 May 2000 23:43:17 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392CCB85.ACDAF4C3@gorean.org> Date: Wed, 24 May 2000 23:43:17 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Glenn Johnson Cc: Chris Smith , freebsd-questions@FreeBSD.ORG Subject: Re: HELP! - Clearing screen on logout References: <959158168.392b97980978e@www.tdyc.com> <20000524215510.A981@gforce.johnson.home> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Glenn Johnson wrote: > > On Wed, May 24, 2000 at 01:49:28AM -0700, Chris Smith wrote: > > > Hi, > > > > Can anyone tell me _explicitly_ how to clear the screen when a user > > logs out (or when a getty starts)? I know it's in the gettytab man > > page, but I cant get it to work. I've probably incorrectly played > > with the cl option?!? > > Put a "\f" after the "im=" for the default entry in /etc/gettytab. So it > would look like this: > > default:\ > :cb:ce:ck:lc:fd#1000:im=\f\r\n%s/%m (%h) (%t)\r\n\r\n:sp#1200: > > The \f does a form feed. FWIW, that's fine if all you want to do is clear what's visible on the screen. This technique does not clear the scrollback buffer. There was a thread about how to do that a while back... unfortunately I don't remember what the most efficient way to do it was. I think that adding a lot of \f's would probably do it, but I seem to recall someone coming up with a more elegant solution.... HTH, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 23:44:30 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 006B237BDE2 for ; Wed, 24 May 2000 23:44:29 -0700 (PDT) (envelope-from calebwalker@netzero.net) Received: from netzero.net (1Cust11.tnt15.lax3.da.uu.net [63.23.94.11]) by hawk.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id XAA25458 for ; Wed, 24 May 2000 23:44:26 -0700 (PDT) Message-ID: <392CCB07.A09139E7@netzero.net> Date: Wed, 24 May 2000 23:41:11 -0700 From: Caleb Walker Organization: PowerCom Energy & Communications X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Modem 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 configure a USRobotics Sportster Internal 33.6 modem on my FreeBSD 3.4 machine. Is this possible? I am trying everything I can read about but it doesnt seem to work. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed May 24 23:52:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 008F437BDE1 for ; Wed, 24 May 2000 23:52:12 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id QAA08111; Thu, 25 May 2000 16:22:00 +0930 (CST) Date: Thu, 25 May 2000 16:22:00 +0930 From: Greg Lehey To: Caleb Walker Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Modem Message-ID: <20000525162200.J5074@freebie.lemis.com> References: <392CCB07.A09139E7@netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <392CCB07.A09139E7@netzero.net> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wednesday, 24 May 2000 at 23:41:11 -0700, Caleb Walker wrote: > I am trying to configure a USRobotics Sportster Internal 33.6 modem on > my FreeBSD 3.4 machine. > > Is this possible? Yes. > I am trying everything I can read about but it doesnt seem to work. You'd be more successful if you described what you have, what you did, and what happened. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 0: 1: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 373D937B583 for ; Thu, 25 May 2000 00:01:07 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA65203; Thu, 25 May 2000 00:00:55 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392CCFA7.EBFF292B@gorean.org> Date: Thu, 25 May 2000 00:00:55 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Brendan Kosowski Cc: FreeBSD Questions Subject: Re: How do I set up a swap file ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brendan Kosowski wrote: > > My system requires extra virtual memory. > > What is the correct procedure for setting up a swap file and then adding > it to the systems memory pool ? The procedure is described in detail in the handbook. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 0:11: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 6016237B98A for ; Thu, 25 May 2000 00:11:05 -0700 (PDT) (envelope-from rjoseph@manatee.mammalia.org) Received: (from rjoseph@localhost) by manatee.mammalia.org (8.9.3/8.9.3) id AAA07339 for freebsd-questions@FreeBSD.org; Thu, 25 May 2000 00:11:04 -0700 (PDT) (envelope-from rjoseph) Date: Thu, 25 May 2000 00:11:04 -0700 From: R Joseph Wright To: freebsd-questions@FreeBSD.org Subject: fifos and sockets Message-ID: <20000525001104.A7319@manatee.mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I copied the contents of /var to /usr/var using tar. Then I did # diff -r /var /usr/var It says this: # File /var/run/log is a socket while /usr/var/run/log is a fifo What is a fifo? And how do I create a socket for /usr/var/run/log? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 0:16: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from seed.pacific.net.sg (seed.pacific.net.sg [203.120.90.77]) by hub.freebsd.org (Postfix) with ESMTP id 6C99237BDF2 for ; Thu, 25 May 2000 00:15:54 -0700 (PDT) (envelope-from tanjk@pacific.net.sg) Received: from pop1.pacific.net.sg (pop1.pacific.net.sg [203.120.90.85]) by seed.pacific.net.sg with ESMTP id PAA18468 for ; Thu, 25 May 2000 15:15:51 +0800 (SGT) Received: from tanjkvaio ([203.126.116.227]) by pop1.pacific.net.sg with SMTP id PAA01168 for ; Thu, 25 May 2000 15:15:51 +0800 (SGT) From: "Tan Juay Kwang" To: Subject: building /usr/src/sys with DEBUG_FLAGS on 4.0-RELEASE Date: Thu, 25 May 2000 15:12:10 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone, to cut short a long story, I'm trying to build everything with debugging infomation intact. I ran through the make files and realize that I need to define DEBUG_FLAGS in order for install not to strip the symbol tables. So I happily define DEBUG_FLAGS=-ggdb and do a 'make buildworld'. However, the process bombs out at /usr/src/sys, specifically :- btxld -v -E 0x1000 -f bin -b /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin kernel: ver=1.01 size=720 load=9000 entry=9010 map=16M pgctl=1:1 client: fmt=bin size=17c5 text=0 data=0 bss=0 entry=0 output: fmt=bin size=20e5 text=200 data=1ee5 og=0 entry=0 -741 bytes available *** Error code 1 Stop in /usr/src/sys/boot/i386/boo2. *** Error code 1 Stop in /usr/src/sys/boot/i386. *** Error code 1 Stop in /usr/src/sys/boot. *** Error code 1 Stop in /usr/src/sys. The machine is a PIII 600 w/128MB ram and running 4.0-RELEASE. Building without the DEBUG_FLAGS is fine. I get the same error even if I only define DEBUG_FLAGS. Is there any workaround? Thanks and best regards, Juay Kwang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 0:18: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.capax.se (server2.capax.se [194.213.84.28]) by hub.freebsd.org (Postfix) with SMTP id 4940137B9F1 for ; Thu, 25 May 2000 00:17:53 -0700 (PDT) (envelope-from hs@capax.se) Received: by mail.capax.se(Lotus SMTP MTA v4.6.6 (890.1 7-16-1999)) id C12568EA.00286D68 ; Thu, 25 May 2000 09:21:34 +0200 X-Lotus-FromDomain: CAPAX_SW From: "Henrik Stolpe" To: freebsd-questions@FreeBSD.org Message-ID: Date: Thu, 25 May 2000 09:21:31 +0200 Subject: Adaptec 2940UW and BSD 2.2.2 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 We are running Free BSD 2.2.2 with Adaptec 2940UW SCSI cards. We are experiencing problems when the systems are working under increased load and sometimes even under normal load. Have anyone else experienced the same problem? Best Regards Henrik Stolpe CAPAX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 0:30:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 5C75837BBD8 for ; Thu, 25 May 2000 00:30:33 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id AAA65339; Thu, 25 May 2000 00:30:27 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392CD693.131A2C76@gorean.org> Date: Thu, 25 May 2000 00:30:27 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Andy Coates Cc: Dan Larsson , freebsd-questions@freebsd.org Subject: Re: Help! :( References: <006e01bfc5a8$59c2cee0$2a2029d4@blade> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andy Coates wrote: > > ----- Original Message ----- > From: "Dan Larsson" > To: "Andy Coates" ; > Sent: Wednesday, May 24, 2000 5:26 PM > Subject: RE: Help! :( > > > | Can anyone help me out here and suggest a plan of action? > > > > I've experienced this in the past. A hit on CTRL + C > > resumes the boot. I found the problem to be name resolution > > issues. > > Hey, > > Turned out to be apache.sh script, as I installed apache with SSL recently > and it turns out the default .sh file has a line similar to: > > apachectl startssl > /dev/null > > So I started this myself, without the redirect to null, and it starts up > asking for my secure pass phrase to decrypt my SSL keys - so thats where it > was stopping and because it was being redirected to null I couldn't see it > asking this. Removed the redirection, rebooted to make sure it was that and > now as it starts asks me for my phrase to start SSL, so I can enter it and > it continues booting happily :-) > > At least I can see whats happening now, although I don't like having to > enter the phrase on bootup as I might restart this machine remotely. I'll go > read the docs and see if there's anyway around this apart from not running > it at boot. You can decrypt the server key. This is dangerous if it's possible for some unauthorized user to get your key and your certificate and possibly sniff your traffic, or worse spoof your server and convince unsuspecting users that they are you. If this is an acceptable risk, knock yourself out. Be sure to obey the warnings to put the key and cert in a directory only root can read. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 0:33: 5 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 4DA7E37BB4F for ; Thu, 25 May 2000 00:33:03 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id AAA19048 for ; Thu, 25 May 2000 00:33:02 -0700 Date: Thu, 25 May 2000 00:33:02 -0700 (PDT) From: To: freebsd-questions@freebsd.org Subject: SMTP/mailbag Message-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 got a request to setup a SMTP mailbag. I've never heard of it although it sounds like something eerily Microsoftish. Can someone please tell me what a SMTP mailbag is. My first thought is that it's some term to mean a catchall for a particular domain. Thanks Keith ================================= Keith W. At the helm ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 0:41: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 208C737BBF0 for ; Thu, 25 May 2000 00:41:00 -0700 (PDT) (envelope-from dpk@nwserv.com) Received: from localhost (dpk@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id AAA97571; Thu, 25 May 2000 00:40:53 -0700 (PDT) (envelope-from dpk@nwserv.com) Date: Thu, 25 May 2000 00:40:53 -0700 (PDT) From: David Kirchner X-Sender: dpk@web2.sea.nwserv.com To: Oscar Ricardo Silva Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Port 722 ? In-Reply-To: <4.2.2.20000523190214.00a976c0@mail.utexas.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: oscars@mail.utexas.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just looked at the new default config file, from today's cvsup. In the conf file there's a: #Port 722 # Secondary port to listen on It might not have been commented out in earlier versions of the port/tarball, not sure. The README explains why the option is available - basically it's an example of a new feature patched in to help you prioritize traffic with your router. -- David Kirchner - dpk@nwserv.com Northwest Web Services - http://www.nwserv.com/ On Tue, 23 May 2000, Oscar Ricardo Silva wrote: > Thanks to Dave Kirchner and Alan Clegg for the incredibly fast and > completely useful responses. Using both methods, I found out this: > > amanda# /usr/local/sbin/lsof -i TCP:722 > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > sshd1 143 root 3u IPv6 0xcb8e7940 0t0 TCP *:722 > sshd1 143 root 5u IPv4 0xcb8e7720 0t0 TCP *:722 (LISTEN) > > Now the question is, where the hell did this come from? I hadn't seen this > before and I thought I'd checked my machine. > > > Oscar > > At 07:35 PM 5/23/00 -0400, Alan Clegg, you wrote: > >Out of the ether, David Kirchner spewed forth the following bitstream: > > > > > An easy way to find out what an unknown port is: > > > > > > First run 'netstat -aAn | grep LISTEN | grep \.portnum'. The -A flag will > > > display the address for the socket. You can then figure out which process > > > is using that address by running 'fstat | grep address': > > > > > > dpk@web2:/home/dpk$ netstat -aAn | grep LISTEN | grep \.25 > > > c6400180 tcp 0 0 *.25 *.* LISTEN > > > dpk@web2:/home/dpk$ fstat | grep c6400180 > > > root sendmail 94903 4* internet stream tcp c6400180 > > > >Easier way: > > > > lsof -i TCP:_portnum_ > > > >ecto 101} /usr/local/sbin/lsof -i TCP:25 > >COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > >tcpserver 381 qmaild 3u IPv4 0xc735c500 0t0 TCP *:smtp (LISTEN) > > > >lsof from ports, btw... > > > >AlanC > >-- > > \ Alan B. Clegg > > Just because I can \ abc@firehouse.net > > does not mean I will. \ > > \ > > > > > "Don't believe the hype" > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 25 1:35:31 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 F3EE837B517 for ; Thu, 25 May 2000 01:35:28 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.169]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Thu, 25 May 2000 01:35:37 -0700 Message-ID: <392CE5A4.B1F079CB@3-cities.com> Date: Thu, 25 May 2000 01:34:44 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: R Joseph Wright Cc: freebsd-questions@FreeBSD.org Subject: Re: fifos and sockets References: <20000525001104.A7319@manatee.mammalia.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG R Joseph Wright wrote: > > I copied the contents of /var to /usr/var using tar. Then I did > # diff -r /var /usr/var > > It says this: > # File /var/run/log is a socket while /usr/var/run/log is a fifo > > What is a fifo? And how do I create a socket for /usr/var/run/log? Did you try this in multi-user mode or did you boot single user and mount before you did the tar. There are things in use when you are still in multi-user. For example, I have a /var/run/internet local domain socket that is open when I have user-ppp running. You can't copy something like that with tar. It didn't start in single user mode. A FIFO is First In First Out. Some terms like this are explained in the Jargon file from the ports. You can also look expressions like the story about the use of a "dead chicken". I moved /var out of / in single user mode. There somethings that can go wild and will chew up /var. When you have it soft linked to /usr, it will be /usr that you fill up. 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 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 Thu May 25 1:38:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from neptun.pixel.co.il (neptun.pixel.co.il [212.77.143.5]) by hub.freebsd.org (Postfix) with ESMTP id CDEFF37B517 for ; Thu, 25 May 2000 01:38:16 -0700 (PDT) (envelope-from pauln@worldimaging.com) Received: from pauln ([212.77.143.120]) by neptun.pixel.co.il (8.9.3/8.9.3) with SMTP id LAA03105 for ; Thu, 25 May 2000 11:43:38 +0300 Message-ID: <000801bfc62c$8caad5d0$788f4dd4@pauln> From: "Paul Nemirovsky" To: Subject: Help Date: Thu, 25 May 2000 11:35:22 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC63D.4F9AC130" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC63D.4F9AC130 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hello. We want to create a new server with FreeBSD and we would like to add to = our server=20 Mylex Raid Controller and 2 card Intel Express 100 plus. I want to know does FreeBSD support this hardware. Thanks a lot! Paul Nemirovsky _________________________________________________________________________= ________ ------=_NextPart_000_0005_01BFC63D.4F9AC130 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hello.
 
We want to create a new server = with FreeBSD=20 and we would like to add to our server
Mylex Raid Controller and 2 card = Intel=20 Express 100 plus.
I want to know does FreeBSD = support this=20 hardware.
 
Thanks a lot!
 
Paul Nemirovsky
________________________________________________________________= _________________
 
------=_NextPart_000_0005_01BFC63D.4F9AC130-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 1:44:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id AAFFF37B527 for ; Thu, 25 May 2000 01:44:15 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12utEH-0000Th-00; Thu, 25 May 2000 10:42:57 +0200 Date: Thu, 25 May 2000 10:42:57 +0200 From: Marc Silver To: Paul Nemirovsky Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Help Message-ID: <20000525104257.E99805@draenor.org> References: <000801bfc62c$8caad5d0$788f4dd4@pauln> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000801bfc62c$8caad5d0$788f4dd4@pauln>; from pauln@worldimaging.com on Thu, May 25, 2000 at 11:35:22AM +0200 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there Paul, I stand corrected, but from the Release Notes for 4.0 I found [ Please note that BusLogic/Mylex "Flashpoint" adapters are NOT yet supported ] -- I do know for a fact though that the Intel cards are supported and work great under FreeBSD. Cheers, Marc On Thu, May 25, 2000 at 11:35:22AM +0200, Paul Nemirovsky wrote: > Hello. > > We want to create a new server with FreeBSD and we would like to add > to our server Mylex Raid Controller and 2 card Intel Express 100 plus. > I want to know does FreeBSD support this hardware. > > Thanks a lot! > > Paul Nemirovsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 2:27:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pooky.bmk.com.au (pooky.bmk.com.au [203.36.170.246]) by hub.freebsd.org (Postfix) with ESMTP id 9060137B5E8 for ; Thu, 25 May 2000 02:27:37 -0700 (PDT) (envelope-from brendan@bmk.com.au) Received: from garfield (gateway.ozi.nu [203.36.170.241]) by pooky.bmk.com.au (8.8.7/8.8.7) with SMTP id TAA17826; Thu, 25 May 2000 19:24:44 +1000 Date: Thu, 25 May 2000 19:29:30 +1000 (EST) From: Brendan Kosowski X-Sender: brendan@garfield To: Doug Barton Cc: FreeBSD Questions Subject: Re: How do I set up a swap file ? In-Reply-To: <392CCFA7.EBFF292B@gorean.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 Actually, there was nothing in the Handbook on this subject. I found something in the tutorials on swap space but this only mentioned setting up swap partitions. I want to set up a swap file ( ie. a file on an exisiting ufs ) to be used as additional swap space. Regards, Brendan... -------------------- On Thu, 25 May 2000, Doug Barton wrote: > Brendan Kosowski wrote: > > > > My system requires extra virtual memory. > > > > What is the correct procedure for setting up a swap file and then adding > > it to the systems memory pool ? > > The procedure is described in detail in the handbook. > > Good luck, > > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 3: 7:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.web.de (pop3.cinetic.de [194.45.170.160]) by hub.freebsd.org (Postfix) with SMTP id 2F71C37B60E for ; Thu, 25 May 2000 03:07:27 -0700 (PDT) (envelope-from daniel.haischt@web.de) Received: from abysstwo by smtp.web.de with smtp (freemail 4.0.1 #1298) id m12uuY1-003xgbC; Thu, 25 May 2000 12:07 +0200 Message-ID: <003b01bfb80c$abb5cd00$b5bcfcc3@abysstwo> From: "Daniel Haischt" To: Subject: kernel build Date: Sun, 7 May 2000 12:11:54 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 Disposition-Notification-To: "Daniel Haischt" 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 trying to rebuild my kernel on my new freebsd 4.0 system. unfortunatly i'm getting a error message during 'make depend'. ------->8------>8------ ../../pci/if_xl.c:133: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/ABYSSONE. -------8<------8<------ my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') i did this lots of times on several 3.x systems, never ever went into some trouble, though. finaly i hope some of you could help me solving this problem, cause running a computer without a network card is somehow dump ;-) regards daniel haischt -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 3:14:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id C182E37B506 for ; Thu, 25 May 2000 03:14:15 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12uue2-0000XV-00; Thu, 25 May 2000 12:13:38 +0200 Date: Thu, 25 May 2000 12:13:38 +0200 From: Marc Silver To: Daniel Haischt Cc: freebsd-questions@freebsd.org Subject: Re: kernel build Message-ID: <20000525121338.F99805@draenor.org> References: <003b01bfb80c$abb5cd00$b5bcfcc3@abysstwo> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <003b01bfb80c$abb5cd00$b5bcfcc3@abysstwo>; from daniel.haischt@web.de on Sun, May 07, 2000 at 12:11:54PM +0200 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, Make sure that in your kernel file you have: device miibus device xl You need the miibus device as the xl device depends on it. Also, make sure you did a /usr/sbin/config KERNELNAME before you started the make depend. :) Hope this helps, Cheers, Marc On Sun, May 07, 2000 at 12:11:54PM +0200, Daniel Haischt wrote: > hi, > > i'm trying to rebuild my kernel on my new freebsd 4.0 system. > > unfortunatly i'm getting a error message during 'make depend'. > > ------->8------>8------ > ../../pci/if_xl.c:133: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/sys/compile/ABYSSONE. > -------8<------8<------ > > my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. > > > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > > > i did this lots of times on several 3.x systems, never ever > went into some trouble, though. > > finaly i hope some of you could help me > solving this problem, cause running > a computer without a network card is somehow dump ;-) > > regards > > daniel haischt > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 3:24:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cip1.melaten.rwth-aachen.de (cip1.melaten.RWTH-Aachen.DE [134.130.92.100]) by hub.freebsd.org (Postfix) with ESMTP id B3B7C37B506 for ; Thu, 25 May 2000 03:24:40 -0700 (PDT) (envelope-from tg@melaten.rwth-aachen.de) Received: from cip12.melaten.rwth-aachen.de (cip12.melaten.rwth-aachen.de [134.130.92.12]) by cip1.melaten.rwth-aachen.de (8.9.3/8.8.8) with ESMTP id MAA10301; Thu, 25 May 2000 12:23:46 +0200 Received: (from tg@localhost) by cip12.melaten.rwth-aachen.de (8.9.3/8.9.3) id MAA32636; Thu, 25 May 2000 12:30:58 +0200 (CEST) (envelope-from tg@melaten.rwth-aachen.de) X-Authentication-Warning: cip12.melaten.rwth-aachen.de: tg set sender to tg@melaten.rwth-aachen.de using -f To: Dru Cc: questions@freebsd.org Subject: Re: python dumping core References: From: Thomas Gellekum In-Reply-To: Dru's message of "Sun, 21 May 2000 17:59:47 -0400 (EDT)" Date: 25 May 2000 12:30:58 +0200 Message-ID: Lines: 16 User-Agent: Gnus/5.0806 (Gnus v5.8.6) XEmacs/21.1 (Canyonlands) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dru writes: > Running FreeBSD 4.0 on an AMD-K6 200 Mhz with 32 MB of RAM and a 67 MB > swap file. Built Pysol-4.20 from the package along with its ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Did you use the packages or did you build it from the ports (`cd /usr/ports/games/pysol; make install')? > dependencies. Whenever I go to start pysol, python-1.5.2 dumps core. Do you have problems with other programs dumping core at random? Needless to say, I haven't seen a problem with pysol or python ever since the time someone broke libc_r. But that's been a long time ago. tg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 3:27:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id 9E07937B506 for ; Thu, 25 May 2000 03:27:26 -0700 (PDT) (envelope-from generic@unitedtamers.com) Received: from x ([24.68.108.236]) by mail.rdc2.on.home.com (InterMail vM.4.01.02.17 201-229-119) with SMTP id <20000525102725.FQBW23706.mail.rdc2.on.home.com@x> for ; Thu, 25 May 2000 03:27:25 -0700 Message-ID: <003101bfc633$d9850b30$ec6c4418@x> From: "Generic Player" To: Subject: getting sound with an SB AWE64 on FreeBSD 4.0-release Date: Thu, 25 May 2000 06:27:38 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002E_01BFC612.524D4590" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_002E_01BFC612.524D4590 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey, I have seen a few people having trouble with getting sound working, and = seen people tell them just "add device pcm and ./MAKEDEV snd0". And I = have found a few places online that show how to set it up using an = outdated method that doesn't work, using "controller pnp0" and stuff = like that. Problem is, neither is working. I went into /dev and did an = sh MAKEDEV snd0, and then sh MAKEDEV snd1. I added to my kernel device = pcm. No dice. My card is an ISA pnp AWE64. On boot up, I get the = following for my sound card: sbc0 at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 = drq 1,5 on isa0 sbc0 setting card to irq 5 drq 1,5 pcm0 on sbc0 I'm new at this, but that looks like its detecting and assigning = resources to my card like it should. But any program I run just tells = me my sound card isn't found or isn't configured or another program is = using it. Any and all help is much appreciated, Generic Player ------=_NextPart_000_002E_01BFC612.524D4590 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hey,
 
I have seen a few people having trouble = with=20 getting sound working, and seen people tell them just "add device pcm = and=20 ./MAKEDEV snd0".  And I have found a few places online that show = how to set=20 it up using an outdated method that doesn't work, using "controller = pnp0" and=20 stuff like that.  Problem is, neither is working.  I went into = /dev=20 and did an sh MAKEDEV snd0, and then sh MAKEDEV snd1.  I added to = my kernel=20 device pcm.  No dice.  My card is an ISA pnp AWE64.  On = boot up,=20 I get the following for my sound card:
 
sbc0 <creative AWE64> at port=20 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0
sbc0 setting card to irq 5 drq = 1,5
pcm0 <SB DSP 4.16> on = sbc0
 
I'm new at this, but that looks like = its detecting=20 and assigning resources to my card like it should.  But any program = I run=20 just tells me my sound card isn't found or isn't configured or another = program=20 is using it.
 
Any and all help is much = appreciated,
Generic = Player
------=_NextPart_000_002E_01BFC612.524D4590-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 3:36: 0 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 128F737BD6C for ; Thu, 25 May 2000 03:35:57 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.71]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Thu, 25 May 2000 03:36:10 -0700 Message-ID: <392D0221.AF58F2F6@3-cities.com> Date: Thu, 25 May 2000 03:36:17 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Generic Player Cc: freebsd-questions@freebsd.org Subject: Re: getting sound with an SB AWE64 on FreeBSD 4.0-release References: <003101bfc633$d9850b30$ec6c4418@x> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Generic Player wrote: > > Hey, > > I have seen a few people having trouble with getting sound working, > and seen people tell them just "add device pcm and ./MAKEDEV snd0". > And I have found a few places online that show how to set it up > using an outdated method that doesn't work, using "controller pnp0" > and stuff like that. Problem is, neither is working. I went into > /dev and did an sh MAKEDEV snd0, and then sh MAKEDEV snd1. I added > to my kernel device pcm. No dice. My card is an ISA pnp AWE64. On > boot up, I get the following for my sound card: > > sbc0 at port 0x220-0x22f,0x330-0x331,0x388-0x38b > irq 5 drq 1,5 on isa0 > sbc0 setting card to irq 5 drq 1,5 > pcm0 on sbc0 > > I'm new at this, but that looks like its detecting and assigning > resources to my card like it should. But any program I run just > tells me my sound card isn't found or isn't configured or another > program is using it. You have to run the makedev after you boot the kernel with the driver in it. I have an isa AWE64 and I added # pcm Sound Device Driver device pcm # For non-PnP cards: device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 I don't do sound out side of KDE and once you get the kernel and the /dev done, you can check by running mixer. What I see is ruby# mixer Mixer vol is currently set to 77:77 Mixer pcm is currently set to 78:78 Mixer speaker is currently set to 80:80 Mixer line is currently set to 78:78 Mixer mic is currently set to 0:0 Mixer cd is currently set to 78:78 Mixer rec is currently set to 0:0 Mixer line1 is currently set to 78:78 Mixer video is currently set to 78:78 Then, you know you have sound. Kent > > Any and all help is much appreciated, > Generic Player -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 3:54:47 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 DEF2837B5F2 for ; Thu, 25 May 2000 03:54:44 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.71]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Thu, 25 May 2000 03:54:58 -0700 Message-ID: <392D0689.91E54F59@3-cities.com> Date: Thu, 25 May 2000 03:55:05 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Generic Player , freebsd-questions@freebsd.org Subject: Re: getting sound with an SB AWE64 on FreeBSD 4.0-release References: <003101bfc633$d9850b30$ec6c4418@x> <392D0221.AF58F2F6@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: > > > Generic Player wrote: > > > > Hey, > > > > I have seen a few people having trouble with getting sound working, > > and seen people tell them just "add device pcm and ./MAKEDEV snd0". > > And I have found a few places online that show how to set it up > > using an outdated method that doesn't work, using "controller pnp0" > > and stuff like that. Problem is, neither is working. I went into > > /dev and did an sh MAKEDEV snd0, and then sh MAKEDEV snd1. I added > > to my kernel device pcm. No dice. My card is an ISA pnp AWE64. On > > boot up, I get the following for my sound card: > > > > sbc0 at port 0x220-0x22f,0x330-0x331,0x388-0x38b > > irq 5 drq 1,5 on isa0 > > sbc0 setting card to irq 5 drq 1,5 > > pcm0 on sbc0 > > > > I'm new at this, but that looks like its detecting and assigning > > resources to my card like it should. But any program I run just > > tells me my sound card isn't found or isn't configured or another > > program is using it. > > You have to run the makedev after you boot the kernel with the driver > in it. I have an isa AWE64 and I added > > # pcm Sound Device Driver > device pcm > > # For non-PnP cards: > device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 Wrong system. I have an AWE32 in one of my systems and all I did was add the "device pcm" and do the makedev after booting the new kernel. Since you have a kernel with the "device pcm" in it, have you just tried redoing the MAKEDEV. Kent > > I don't do sound out side of KDE and once you get the kernel and the > /dev done, you can check by running mixer. What I see is > > ruby# mixer > Mixer vol is currently set to 77:77 > Mixer pcm is currently set to 78:78 > Mixer speaker is currently set to 80:80 > Mixer line is currently set to 78:78 > Mixer mic is currently set to 0:0 > Mixer cd is currently set to 78:78 > Mixer rec is currently set to 0:0 > Mixer line1 is currently set to 78:78 > Mixer video is currently set to 78:78 > > Then, you know you have sound. > > Kent > > > > > Any and all help is much appreciated, > > Generic Player -- 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 Thu May 25 4:14:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from q4.quik.com (q4.quik.com [216.176.28.1]) by hub.freebsd.org (Postfix) with ESMTP id 36F1F37B52A for ; Thu, 25 May 2000 04:14:40 -0700 (PDT) (envelope-from cdemers@wincom.net) Received: from unspecified.host (ipa136.windsor.quik.com [216.94.149.136]) by q4.quik.com (8.9.3/8.9.3) with SMTP id EAA62614 for ; Thu, 25 May 2000 04:14:29 -0700 Received: from 192.168.2.12 ([192.168.2.12]) by 192.168.1.10 (WinRoute Pro 4.1) with SMTP; Thu, 25 May 2000 07:18:43 -0400 Message-ID: <392D0B9B.14F7B7D1@wincom.net> Date: Thu, 25 May 2000 07:16:43 -0400 From: Chris Demers X-Mailer: Mozilla 4.73 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: System Transfer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a question, I hope that someone can help me out with. I have a system setup running FreeBSD 3.4 with two small hard disks, I have recently received a 4GB drive that I would like to transfer the whole system over to as my main boot drive combined from the two smaller drives and remove the two smaller drives. (I have only some sym links that I know will have to be corrected, but that is not a problem.) I have gone though all the documentation that I could find and have not been able to find a way to go about this. If anyone can please point me in the proper direction as to where I can find this information or a quick description of how it is best done I would really appreciate it. -- Chris Demers cdemers@wincom.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= "Who else'd be playin' cat-and-mouse with a starship?" Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 4:20:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.unibe.ch (mailhub.unibe.ch [130.92.254.109]) by hub.freebsd.org (Postfix) with ESMTP id 5F33137B6C5 for ; Thu, 25 May 2000 04:20:08 -0700 (PDT) (envelope-from roth@iamexwi.unibe.ch) Received: from CONVERSION-DAEMON by mailhub.unibe.ch (PMDF V5.2-32 #42480) id <0FV4003014OI34@mailhub.unibe.ch> for freebsd-questions@FreeBSD.ORG; Thu, 25 May 2000 13:17:07 +0200 (MET DST) Received: from iamexwi.unibe.ch (haegar.unibe.ch [130.92.71.10]) by mailhub.unibe.ch (PMDF V5.2-32 #42480) with ESMTP id <0FV40028U4OIQ7@mailhub.unibe.ch>; Thu, 25 May 2000 13:17:06 +0200 (MET DST) Received: from klimt.unibe.ch (klimt [130.92.62.21]) by iamexwi.unibe.ch (8.8.8+Sun/8.8.8) with ESMTP id NAA14855; Thu, 25 May 2000 13:20:00 +0200 (MET DST) Received: from localhost (roth@localhost) by klimt.unibe.ch (8.9.1b+Sun/8.9.1) with ESMTP id NAA17825; Thu, 25 May 2000 13:19:58 +0200 (MET DST) Date: Thu, 25 May 2000 13:19:57 +0200 (MET DST) From: Tobias Roth Subject: Re: System Transfer In-reply-to: <392D0B9B.14F7B7D1@wincom.net> X-Sender: roth@klimt To: Chris Demers Cc: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT X-Authentication-warning: klimt.unibe.ch: roth owned process doing -bs Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > recently received a 4GB drive that I would like to transfer the whole > system over to as my main boot drive combined from the two smaller > drives and remove the two smaller drives. man mount, man cp, man fstab, man reboot ;) Just format and partition the new disk the way you want it, copy the whole stuff over, check your symlinks, make sure there is a /proc, tweak /etc/fstab and you're set. cheers, Tobe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 4:33: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cerebro.xu.edu (CEREBRO.XU.EDU [205.133.160.240]) by hub.freebsd.org (Postfix) with ESMTP id ADA2237B74C for ; Thu, 25 May 2000 04:32:55 -0700 (PDT) (envelope-from lewandow@cerebro.xu.edu) Received: from localhost (localhost [127.0.0.1]) by cerebro.xu.edu (8.9.3/8.9.3) with ESMTP id HAA21236 for ; Thu, 25 May 2000 07:44:54 -0400 (EDT) (envelope-from lewandow@cerebro.xu.edu) Date: Thu, 25 May 2000 07:44:54 -0400 (EDT) From: Gary Lewandowski To: freebsd-questions@freebsd.org Subject: Freebsd as NIS server to Solaris Clients Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Our CS program has been running on a FreeBSD server for several years; we received an NSF grant to (among other things) put in a lab of Sparcs. I want to cause little or no disruption to my students so the plan is to run our freebsd box as the NIS (and NFS) server to the lab. Freebsd's ypserv restricts clients to using ports under 1024. Solaris NIS clients happily use all ports when they talk to ypserv. The unhappy result is that my Solaris boxes (Solaris 7) give "login incorrect" all the time. Does anyone know a way to either tell ypserv to allow ports above 1024 (this isn't my preference of course) or how to make Solaris NIS restrict itself? I see one solution may be to (ugh) copy master.passwd.* to passwd.* Is there a better/nicer/prettier way? Thanks for any help or advice :-) gary =========================================================================== Gary Lewandowski lewandow@cerebro.xu.edu http://cerebro.xu.edu/~lewandow Xavier University Mathematics and Computer Science =========================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 4:34: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 2AAD837BE25 for ; Thu, 25 May 2000 04:33:57 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id PAA21736; Thu, 25 May 2000 15:36:15 +0200 Message-ID: <392D0FB9.E9D2CFD7@i-clue.de> Date: Thu, 25 May 2000 13:34:17 +0200 From: Christoph Sold Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: keith@mail.telestream.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SMTP/mailbag References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here a mailbag is a catch-all mail folder for a whole domain; often used for domains featuring a virtual website only. This folder receives all mail addressed to that (virtual) domain. HTH -Christoph Sold keith@mail.telestream.com wrote: > I've got a request to setup a SMTP mailbag. I've never heard of it > although it sounds like something eerily Microsoftish. Can someone please > tell me what a SMTP mailbag is. My first thought is that it's some term > to mean a catchall for a particular domain. > > Thanks > > Keith > > ================================= > Keith W. > > At the helm > ================================= > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 25 4:39:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from styx.astrom.net (astrom.net [193.15.98.30]) by hub.freebsd.org (Postfix) with ESMTP id 6E86C37BE14 for ; Thu, 25 May 2000 04:39:17 -0700 (PDT) (envelope-from patrik@astrom.net) Received: from localhost (astrom@localhost) by styx.astrom.net (8.9.3/8.9.3) with ESMTP id NAA34926 for ; Thu, 25 May 2000 13:39:10 +0200 (CEST) Date: Thu, 25 May 2000 13:39:10 +0200 (CEST) From: Patrik Astrom X-Sender: astrom@styx.astrom.net To: freebsd-questions@freebsd.org Subject: Unable to install on Compaq ProLiant 1850 w. Array 221 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 Hi! Im trying to install FreeBSD 4.0-Release (From Walnutcreek cdrom) on a Compaq ProLiant 1850 with a Compaq SmartArray 221 RAID controller. My problem is that when FreeBSD boots from the cd and I have done the Visual config and begin to boot the system the system crashes and says: sym0: <875> at devuce 6.0 on pcib0 sym0: failed to allocate MMIO resources Fatal trap 12: Page fault while in kernel mode. fault virtual adress = 0x0 fault code = supervisor read, page not present. instruction pointer = 0x8:0xc0229eed stack pointer = 0x10:0xc05fbce8 frame pointer = 0x10:0xc05fbcf8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enables, resume, IOPL = 0 current proccess = 0 (swapper) interrupt mask = net tty bio cam trap numer = 12 panic: page fault Uptime: 0s This is on a Compaq ProLiant 1850R with 2x500 Mhz PII with 512 MB of ram, the Array is configured using the SmartStart CD and is configured with 3x9,1 Gb Ultra2 disk. Using 2 for a mirror and the last as "Hot standby". I have done this before using FBSD 3.4 but needed to make a custom bootdisk, under FBSD 4.0 it seems like "ida" array with disks are found without this. I have also tried to make a custom install disk without the sym0 driver and when I did that I was able to install FBSD 4.0 without problems, but when Im trying to boot the new system the bootloader says: Unable to load kernel: Aborted! / can't load 'kernel' Do I need to do something special to be able to boot from the Array ?, on 3.4 you needed to fool the bootloader to think that the IDA array was a IDE drive, must I do this on 4.0 too ?, and if so how do I do this ?. I was unable to find any info off this in /sys/i386/conf/LINT. Regards Patrik Astrom, Stockholm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 4:43:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.on.home.com (ha1.rdc2.on.home.com [24.9.0.15]) by hub.freebsd.org (Postfix) with ESMTP id BA37037BE4E for ; Thu, 25 May 2000 04:43:18 -0700 (PDT) (envelope-from generic@unitedtamers.com) Received: from unitedtamers.com ([24.68.108.236]) by mail.rdc2.on.home.com (InterMail vM.4.01.02.17 201-229-119) with ESMTP id <20000525114314.GVDK23706.mail.rdc2.on.home.com@unitedtamers.com>; Thu, 25 May 2000 04:43:14 -0700 Message-ID: <392D11DE.E421A5A0@unitedtamers.com> Date: Thu, 25 May 2000 07:43:26 -0400 From: Generic Player X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Kent Stewart , freebsd-questions@freebsd.org Subject: Re: getting sound with an SB AWE64 on FreeBSD 4.0-release References: <003101bfc633$d9850b30$ec6c4418@x> <392D0221.AF58F2F6@3-cities.com> <392D0689.91E54F59@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: > Kent Stewart wrote: > > > > > Generic Player wrote: > > > > > > Hey, > > > > > > I have seen a few people having trouble with getting sound working, > > > and seen people tell them just "add device pcm and ./MAKEDEV snd0". > > > And I have found a few places online that show how to set it up > > > using an outdated method that doesn't work, using "controller pnp0" > > > and stuff like that. Problem is, neither is working. I went into > > > /dev and did an sh MAKEDEV snd0, and then sh MAKEDEV snd1. I added > > > to my kernel device pcm. No dice. My card is an ISA pnp AWE64. On > > > boot up, I get the following for my sound card: > > > > > > sbc0 at port 0x220-0x22f,0x330-0x331,0x388-0x38b > > > irq 5 drq 1,5 on isa0 > > > sbc0 setting card to irq 5 drq 1,5 > > > pcm0 on sbc0 > > > > > > I'm new at this, but that looks like its detecting and assigning > > > resources to my card like it should. But any program I run just > > > tells me my sound card isn't found or isn't configured or another > > > program is using it. > > > > You have to run the makedev after you boot the kernel with the driver > > in it. I have an isa AWE64 and I added > > > > # pcm Sound Device Driver > > device pcm > > > > # For non-PnP cards: > > device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 > > Wrong system. I have an AWE32 in one of my systems and all I did was > add the "device pcm" and do the makedev after booting the new kernel. > > Since you have a kernel with the "device pcm" in it, have you just > tried redoing the MAKEDEV. > Kent > OK, I tried that now and I have sound. Glad it was that simple. Now, you said you don't use sound in KDE, but do you know much about it? When I startx I get the error from KDE: Could not find mime type audio/x-playlist in /usr/local/share/applnk/Multimedia/KMp3.kdelnk And if I run xmms all I get is scratchy noises, but mp3blaster will play mp3s just fine. Any ideas? Thanks Generic Player > > > > > > I don't do sound out side of KDE and once you get the kernel and the > > /dev done, you can check by running mixer. What I see is > > > > ruby# mixer > > Mixer vol is currently set to 77:77 > > Mixer pcm is currently set to 78:78 > > Mixer speaker is currently set to 80:80 > > Mixer line is currently set to 78:78 > > Mixer mic is currently set to 0:0 > > Mixer cd is currently set to 78:78 > > Mixer rec is currently set to 0:0 > > Mixer line1 is currently set to 78:78 > > Mixer video is currently set to 78:78 > > > > Then, you know you have sound. > > > > Kent > > > > > > > > Any and all help is much appreciated, > > > Generic Player > > -- > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 4:53:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id C13FA37B52E for ; Thu, 25 May 2000 04:53:24 -0700 (PDT) (envelope-from sirabyss@gmx.net) Received: (qmail 14797 invoked by uid 0); 25 May 2000 10:06:43 -0000 Received: from a1as08-p181.stg.tli.de (HELO abysstwo) (195.252.188.181) by mail05.rzmi.gmx.net with SMTP; 25 May 2000 10:06:43 -0000 Message-ID: <003501bfb80c$9280dbe0$b5bcfcc3@abysstwo> From: "Daniel Haischt" To: Subject: kernel build Date: Sun, 7 May 2000 12:11:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 Disposition-Notification-To: "Daniel Haischt" 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 trying to rebuild my kernel on my new freebsd 4.0 system. unfortunatly i'm getting a error message during 'make depend'. ------->8------>8------ ../../pci/if_xl.c:133: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/ABYSSONE. -------8<------8<------ my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') i did this lots of times on several 3.x systems, never ever went into some trouble, though. finaly i hope some of you could help me solving this problem, cause running a computer without a network card is somehow dump ;-) regards daniel haischt -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 5: 2:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wuli.nu (cc853245-a.chmbl1.ga.home.com [24.4.126.37]) by hub.freebsd.org (Postfix) with ESMTP id D238E37BEB2 for ; Thu, 25 May 2000 05:02:19 -0700 (PDT) (envelope-from dolemite@wuli.nu) Received: from [192.168.1.119] (account ) by wuli.nu (CommuniGate Pro WebUser 3.3b5) with HTTP id 520869 for ; Thu, 25 May 2000 03:02:52 -0500 From: Subject: Raid over the network To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.3b5 Date: Thu, 25 May 2000 03:02:52 -0500 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 Currently I am experimenting with vinum and was wondering how I could get raid working over multiple network drives. For instance could I make a dev that would actually be a remote nfs drive so that vinum integration would be simple? Would vinum work in that case? Furthermore I was thinking about starting with nfs. Does anyone have any suggestions? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 5: 3:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ben.profero.com (ben.profero.com [212.36.157.130]) by hub.freebsd.org (Postfix) with ESMTP id 92B9337BEBF for ; Thu, 25 May 2000 05:03:18 -0700 (PDT) (envelope-from darren@profero.com) Received: from vindaloo (host169.profero.com [212.36.157.169] (may be forged)) by ben.profero.com (8.9.3/8.9.1) with SMTP id NAA02221 for ; Thu, 25 May 2000 13:00:19 +0100 (BST) (envelope-from darren@profero.com) Reply-To: From: "Darren Evans" To: Subject: copying from a nfs mounted filesystem onto a vinum volume crashes Date: Thu, 25 May 2000 13:03:53 +0100 Message-ID: <001501bfc641$4bf1b990$a99d24d4@vindaloo.profero.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.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Greg, what if a remote volume is nfs mounted not on the vinum volume (actually mounted on /mnt) and then a cp -r /mnt/software /raid/software/ is performed. /raid obviously being the vinum raid directory in a 1+0 configuration. This actually crashes our box. I cannot SIGKILL the cp command and have to /sbin/reboot to restore the system. Are there any nfs/vinum issues at present? Or am I being stupid? I'm running 3.4-STABLE/SMP with the latest kernel tree and 2 Adaptec aic7895 Ultra SCSI adapter controllers. cvsup'd yesterday with *default release=cvs tag=RELENG_3. I'm led to believe this tag is correct for 3.4-STABLE but not 100% confident about that. The drives are SEAGATE ST118273LW. Here's my vinum.conf darren@bod darren$ cat /etc/vinum.conf drive d1 device /dev/da1e drive d2 device /dev/da2e drive d3 device /dev/da3e drive d4 device /dev/da4e volume raid setupstate plex org striped 256K sd drive d1 size 0 sd drive d2 size 0 plex org striped 256K sd drive d3 size 0 sd drive d4 size 0 I've been reading / writing / deleting a 70 meg archive onto the RAID volume without any problems at all. It's just NFS that causes the headache and put it into a loop of hangs :-( Once i've "rebooted" and try to copy files onto /raid after the system crash, it hangs again in a loop :-( I have no idea what or when this loop is reset. vinum list -r also shows everything up as ok. On Friday, 28 April 2000 at 20:32:44 +0530, Rahul Siddharthan wrote: > Hi, > We need to set up an NFS fileserver which will serve around 10-20 machines. > The hardware would preferably be Intel, for cost reasons, though > fairly high-end (say a Pentium III 550+ MHz, 256 MB RAM, SCSI disks). > The expected exported volume would be perhaps 50-60 GB. > Is it a good idea to export a vinum volume over NFS? Greg Wrote... >NFS doesn't know about the volume, it just knows about the file >system. There's no reason why it shouldn't be on a Vinum volume. many thanks, Darren -- Darren Evans Tel: +44(0)20 7700 9960 Systems, Profero Ltd Fax: +44(0)20 7700 9961 -- Darren Evans Tel: +44(0)20 7700 9960 Systems, Profero Ltd Fax: +44(0)20 7700 9961 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 5: 7:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id EE32A37BEFC for ; Thu, 25 May 2000 05:07:36 -0700 (PDT) (envelope-from sirabyss@gmx.net) Received: (qmail 32627 invoked by uid 0); 24 May 2000 17:20:54 -0000 Received: from a1as08-p163.stg.tli.de (HELO abysstwo) (195.252.188.163) by mail04.rzmi.gmx.net with SMTP; 24 May 2000 17:20:54 -0000 Message-ID: <002e01bfb780$0e628de0$a3bcfcc3@abysstwo> From: "Daniel Haischt" To: Cc: Subject: kernel build Date: Sat, 6 May 2000 19:25:19 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 Disposition-Notification-To: "Daniel Haischt" 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 trying to rebuild my kernel on my new freebsd 4.0 system. unfortunatly i'm getting a error message during 'make depend'. ------->8------>8------ ../../pci/if_xl.c:133: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/ABYSSONE. -------8<------8<------ my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') i did this lots of times on several 3.x systems, never ever went into some trouble, though. finaly i hope some of you could help me solving this problem, cause running a computer without a network card is somehow dump ;-) regards daniel haischt -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 5:12:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 9721C37BF14 for ; Thu, 25 May 2000 05:12:44 -0700 (PDT) (envelope-from sirabyss@gmx.net) Received: (qmail 9769 invoked by uid 0); 24 May 2000 17:26:03 -0000 Received: from a1as08-p163.stg.tli.de (HELO abysstwo) (195.252.188.163) by mail04.rzmi.gmx.net with SMTP; 24 May 2000 17:26:03 -0000 Message-ID: <005601bfb780$c6563aa0$a3bcfcc3@abysstwo> From: "Daniel Haischt" To: Subject: kernel build Date: Sat, 6 May 2000 19:30:28 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 Disposition-Notification-To: "Daniel Haischt" 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 trying to rebuild my kernel on my new freebsd 4.0 system. unfortunatly i'm getting a error message during 'make depend'. ------->8------>8------ ../../pci/if_xl.c:133: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/ABYSSONE. -------8<------8<------ my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') i did this lots of times on several 3.x systems, never ever went into some trouble, though. finaly i hope some of you could help me solving this problem, cause running a computer without a network card is somehow dump ;-) regards daniel haischt -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 5:19: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from styx.astrom.net (astrom.net [193.15.98.30]) by hub.freebsd.org (Postfix) with ESMTP id 0FE6837BF9D for ; Thu, 25 May 2000 05:19:04 -0700 (PDT) (envelope-from patrik@astrom.net) Received: from localhost (astrom@localhost) by styx.astrom.net (8.9.3/8.9.3) with ESMTP id OAA35305; Thu, 25 May 2000 14:18:55 +0200 (CEST) Date: Thu, 25 May 2000 14:18:55 +0200 (CEST) From: Patrik Astrom X-Sender: astrom@styx.astrom.net To: Daniel Haischt Cc: freebsd-questions@freebsd.org Subject: Re: kernel build In-Reply-To: <005601bfb780$c6563aa0$a3bcfcc3@abysstwo> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Do you have. device miibus device xl You need to have the miibus device aswell, this I think is new for FBSD 4.0. Regards Patrik Astrom, Stockholm On May 6, 2000 at 19:30, Daniel Haischt wrote: > Date: Sat, 6 May 2000 19:30:28 +0200 > From: Daniel Haischt > To: questions@FreeBSD.ORG > Subject: kernel build > > hi, > > i'm trying to rebuild my kernel on my new freebsd 4.0 system. > > unfortunatly i'm getting a error message during 'make depend'. > > ------->8------>8------ > ../../pci/if_xl.c:133: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/sys/compile/ABYSSONE. > -------8<------8<------ > > my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. > > > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > > > i did this lots of times on several 3.x systems, never ever > went into some trouble, though. > > finaly i hope some of you could help me > solving this problem, cause running > a computer without a network card is somehow dump ;-) > > regards > > daniel haischt > -- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 25 5:45:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.surf1.de (mail.surf1.de [194.25.165.21]) by hub.freebsd.org (Postfix) with ESMTP id BE02D37C062 for ; Thu, 25 May 2000 05:45:31 -0700 (PDT) (envelope-from nils@nightcastleproductions.org) Received: from sundance.ncptiddische.net (pC19F69B1.dip0.t-ipconnect.de [193.159.105.177]) by mail.surf1.de (8.9.3/8.9.3) with ESMTP id OAA10513 for ; Thu, 25 May 2000 14:45:07 +0200 Received: from tempest.ncptiddische.net (tempest.ncptiddische.net [192.168.0.2]) by sundance.ncptiddische.net (8.9.3/8.9.3) with ESMTP id OAA00535 for ; Thu, 25 May 2000 14:45:52 +0200 (CEST) (envelope-from nils@nightcastleproductions.org) Received: from tempest.ncptiddische.net (tempest.ncptiddische.net [192.168.0.2]) by tempest.ncptiddische.net (8.9.3/8.9.3) with ESMTP id OAA00161 for ; Thu, 25 May 2000 14:46:59 +0200 (CEST) (envelope-from nils@nightcastleproductions.org) Date: Thu, 25 May 2000 14:46:59 +0200 (CEST) From: Nils Holland X-Sender: nils@tempest.ncptiddische.net To: questions@freebsd.org Subject: NFS problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, today for the first time I wanted to use NFS in order to update a few FreeBSD machines on my network. So I've first built and installed the latest sources on that machine. Then, according to the FreeBSD handbook, I tried to mount the filesystem of the next machine to be updated. I entered: mount -t nfs sundance:/ /mnt I got the following message: Cannot MNT RPC: RPC: Programm not registered. I looked through various configuration files and manpages but I wasn't able to find out what's wrong. Possibly someone can help me... See ya, Nils To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 5:49:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lexis-nexis.com (mx02.lexis-nexis.com [207.25.178.45]) by hub.freebsd.org (Postfix) with ESMTP id 2C3D837C094 for ; Thu, 25 May 2000 05:49:15 -0700 (PDT) (envelope-from matthew.temple@lexis-nexis.com) Received: from lexis-nexis.com (mailgate [138.12.44.45]) by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id IAA12126; Thu, 25 May 2000 08:49:15 -0400 (EDT) Received: from lnxdayexch05.lexis-nexis.com by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id IAA03296; Thu, 25 May 2000 08:48:42 -0400 (EDT) Received: by lnxdayexch05.lexis-nexis.com with Internet Mail Service (5.5.2650.21) id ; Thu, 25 May 2000 08:47:51 -0400 Message-ID: <27E4B476932BD211945B00805FE67AF5089DE1E7@lnxdayexch05.lexis-nexis.com> From: "TEMPLE, MATTHEW (LNG)" To: "'Dan Nelson'" Cc: "'freebsd-questions@freebsd.org'" , "MITZKA, JOHN (LNG)" Subject: RE: uuidgen or other GUID-generating utility Date: Thu, 25 May 2000 08:47:45 -0400 X-Mailer: Internet Mail Service (5.5.2650.21) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, thanks. =) And thanks for taking my ribbing so well...I was in a nasty mood yesterday and I was apparently having trouble keeping it to myself. > -----Original Message----- > From: Dan Nelson [SMTP:dnelson@emsphone.com] > Sent: Wednesday, May 24, 2000 5:18 PM > To: TEMPLE, MATTHEW (LNG) > Cc: 'freebsd-questions@freebsd.org'; MITZKA, JOHN (LNG) > Subject: Re: uuidgen or other GUID-generating utility > > In the last episode (May 24), TEMPLE, MATTHEW (LNG) said: > > Clearly, someone wanting to generate a true universally unique > > identifier (someone like myself, for instance) would be using the > > time-based option of a Linux uuidgen. It is this type of > > securely-generated UUID that I am interested in. Does anyone on this > > list know if FreeBSD has such a utility/libraries, or am I simply > > doomed to be subjected to more of Mr. Nelson's tangental smarty-pants > > replies about jot random number generation? > > nyah nyah :) > > No, FreBSD doesn't have a program to pull the ethernet address and > print a guid formatted like Linux's "uuidgen -t". I don't imagine that > the program would be hard to port to FreeBSD, though. > > -- > Dan Nelson > dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 5:50:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lexis-nexis.com (mx02.lexis-nexis.com [207.25.178.45]) by hub.freebsd.org (Postfix) with ESMTP id D7C4D37C0A1 for ; Thu, 25 May 2000 05:50:09 -0700 (PDT) (envelope-from matthew.temple@lexis-nexis.com) Received: from lexis-nexis.com (mailgate [138.12.44.45]) by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id IAA12804; Thu, 25 May 2000 08:50:08 -0400 (EDT) Received: from lnxdayexch05.lexis-nexis.com by lexis-nexis.com (8.9.3/8.9.3) with ESMTP id IAA03990; Thu, 25 May 2000 08:49:40 -0400 (EDT) Received: by lnxdayexch05.lexis-nexis.com with Internet Mail Service (5.5.2650.21) id ; Thu, 25 May 2000 08:48:47 -0400 Message-ID: <27E4B476932BD211945B00805FE67AF5089DE1E8@lnxdayexch05.lexis-nexis.com> From: "TEMPLE, MATTHEW (LNG)" To: "'Ben Smithurst'" , "TEMPLE, MATTHEW (LNG)" Cc: "'Dan Nelson'" , freebsd-questions@FreeBSD.ORG Subject: RE: uuidgen or other GUID-generating utility Date: Thu, 25 May 2000 08:48:45 -0400 X-Mailer: Internet Mail Service (5.5.2650.21) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Good idea. I think I will. What's send-pr? > -----Original Message----- > From: Ben Smithurst [SMTP:ben@scientia.demon.co.uk] > Sent: Wednesday, May 24, 2000 5:44 PM > To: TEMPLE, MATTHEW (LNG) > Cc: 'Dan Nelson'; freebsd-questions@FreeBSD.ORG; MITZKA, JOHN (LNG) > Subject: Re: uuidgen or other GUID-generating utility > > TEMPLE, MATTHEW (LNG) wrote: > > > Does anyone on this list know if FreeBSD has such a utility/libraries, > > Not that I know of. I don't see it in the ports either. The source > code for the Linux version is available. Why don't you make a port of > it yourself and submit it using send-pr? > > > or am I simply doomed to be subjected to more of Mr. Nelson's > > tangental smarty-pants replies about jot random number generation? > > As that gives similar results to the Linux version, it's unclear why > you're complaining about it. > > -- > Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 5:51: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 7C26837C0A7 for ; Thu, 25 May 2000 05:51:01 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id QAA22143; Thu, 25 May 2000 16:53:15 +0200 Message-ID: <392D21C4.60EF83BB@i-clue.de> Date: Thu, 25 May 2000 14:51:16 +0200 From: Christoph Sold Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: "G.B.Naidu" Cc: Doug Barton , freebsd-questions@FreeBSD.ORG Subject: Re: Help on vresion numbers... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "G.B.Naidu" wrote: > Hi, > > Thanks for the reply. I have been working on FreeBSD from a quite some > time. I went through the Handbook and will go throguh FAQs as you have > suggested. > > I would like to know which of the 4.x train of FreeBSD is stable and good > to use. Read http://www.freebsd.org/handbook/current-stable.html At this time, FreeBSD-3.4-RELEASE is evolving slowly into 3.5-RELEASE under the CVS tag 3.4-STABLE. The 3.x-Track of FreeBSD receives only major bugfixes now, there is no new development on this branch, no new features will be backported from the more advanced branches of development. FreeBSD-4.0-R is evolving into 4.1-R, the CVS tag of this evolution tree is 4.0-STABLE. This branch is actively developing now, although... FreeBSD 5.0-CURRENT is the CVS tag for the version used for experimental changes, which is the most advanced of the three active source trees right now. If you're looking for a stable target to develop against, I'd recommend 4.0-STABLE. To install it, follow the procedure shown at http://www.freebsd.org/handbook/install.html HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 6: 1: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 63FF837C0F0 for ; Thu, 25 May 2000 06:01:05 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id JAA02912 for ; Thu, 25 May 2000 09:05:24 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392D2409.B9629D4B@wmptl.com> Date: Thu, 25 May 2000 09:00:57 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: /etc/raddb 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 attempting to setup a radiusd server. I am using the Cistron radius package found in the ports collection. I will need to serve as a radiusd server for four Lucent Portmaster 3's, (48ports each). What I'm not sure of, is how to go about the radiusd daemon's setup? Could anyone send me a sample of the following, (obviously changing anything they don't want me to see): ls -la /etc/raddb (so I can see what files are neccessary) cat /etc/raddb/* (just to see the files) I'm reading all I can here, but I'm also running out of time; we need this server up soon. I am willing to just 'copy' someone else's setup for the time being, and modify it to match what we need. But I cannot find any example config's, and documentation on radiusd configuration seems quite vague. -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 6: 2:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id E5D8437C0F0 for ; Thu, 25 May 2000 06:02:46 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000525130245.COJW22611.mail.rdc1.va.home.com@john.baldwin.cx>; Thu, 25 May 2000 06:02:45 -0700 Content-Length: 397 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: <39.586e086.265e0ffb@aol.com> Date: Thu, 25 May 2000 09:02:45 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Funtonio@aol.com Subject: RE: splash screen Cc: questions@FreeBSD.ORG Message-Id: <20000525130245.COJW22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 25-May-00 Funtonio@aol.com wrote: > Hi, > how do i go about getting a splash screen in FreeBSD 4.0 like how windows > has their's at boot time? Thanks. > Tony http://www.cslab.vt.edu/~jobaldwi/splash/ -- 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 May 25 6:15:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 9E15237C129 for ; Thu, 25 May 2000 06:15:23 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000525131522.CRAF22611.mail.rdc1.va.home.com@john.baldwin.cx>; Thu, 25 May 2000 06:15:22 -0700 Content-Length: 1621 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 25 May 2000 09:15:21 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Tan Juay Kwang Subject: RE: building /usr/src/sys with DEBUG_FLAGS on 4.0-RELEASE Cc: questions@FreeBSD.ORG Message-Id: <20000525131522.CRAF22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 25-May-00 Tan Juay Kwang wrote: > Hello everyone, to cut short a long story, I'm trying to build > everything with debugging infomation intact. I ran through the make > files and realize that I need to define DEBUG_FLAGS in order for install > not to strip the symbol tables. So I happily define DEBUG_FLAGS=-ggdb > and do a 'make buildworld'. However, the process bombs out at > /usr/src/sys, specifically :- > > btxld -v -E 0x1000 -f bin -b > /usr/obj/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o > boot2.ld -P 1 boot2.bin > kernel: ver=1.01 size=720 load=9000 entry=9010 map=16M pgctl=1:1 > client: fmt=bin size=17c5 text=0 data=0 bss=0 entry=0 > output: fmt=bin size=20e5 text=200 data=1ee5 og=0 entry=0 > -741 bytes available > *** Error code 1 > > Stop in /usr/src/sys/boot/i386/boo2. > *** Error code 1 > > Stop in /usr/src/sys/boot/i386. > *** Error code 1 > > Stop in /usr/src/sys/boot. > *** Error code 1 > > Stop in /usr/src/sys. > > The machine is a PIII 600 w/128MB ram and running 4.0-RELEASE. Building > without the DEBUG_FLAGS is fine. I get the same error even if I only > define DEBUG_FLAGS. > > Is there any workaround? Yeah, don't use DEBUG_FLAGS with the boot code. A) There is no room for debugging code here as we only have a limited amount of space to work with, and B) you can't get a core dump or use gdb on any of these programs anyway. > Thanks and best regards, > Juay Kwang -- 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 May 25 6:49:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 3C1E737C188 for ; Thu, 25 May 2000 06:49:21 -0700 (PDT) (envelope-from sirabyss@gmx.net) Received: (qmail 27763 invoked by uid 0); 24 May 2000 16:02:36 -0000 Received: from a1as03-p9.stg.tli.de (HELO abysstwo) (195.252.186.9) by mail03.rzmi.gmx.net with SMTP; 24 May 2000 16:02:36 -0000 Message-ID: <00a601bfb775$1dcb90c0$09bafcc3@abysstwo> From: "Daniel Haischt" To: Cc: Subject: kernel build Date: Sat, 6 May 2000 18:07:01 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 Disposition-Notification-To: "Daniel Haischt" 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 trying to rebuild my kernel on my new freebsd 4.0 system. unfortunatly i'm getting a error message during 'make depend'. ------->8------>8------ ../../pci/if_xl.c:133: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/ABYSSONE. -------8<------8<------ my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') i did this lots of times on several 3.x systems, never ever went into some trouble, though. finaly i hope some of you could help me solving this problem, cause running a computer without a network card is somehow dump ;-) regards daniel haischt -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 6:57:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id E87E437C1C2; Thu, 25 May 2000 06:57:07 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000525135708.CZAU22611.mail.rdc1.va.home.com@john.baldwin.cx>; Thu, 25 May 2000 06:57:08 -0700 Content-Length: 1051 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: <00a601bfb775$1dcb90c0$09bafcc3@abysstwo> Date: Thu, 25 May 2000 09:57:07 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Daniel Haischt Subject: RE: kernel build Cc: question@FreeBSD.ORG, questions@FreeBSD.ORG Message-Id: <20000525135708.CZAU22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 06-May-00 Daniel Haischt wrote: > hi, > > i'm trying to rebuild my kernel on my new freebsd 4.0 system. > > unfortunatly i'm getting a error message during 'make depend'. > > ------->8------>8------ > ../../pci/if_xl.c:133: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/sys/compile/ABYSSONE. > -------8<------8<------ > > my 3COM EtherLink XL (3C900-Combo) seems to cause those troubles. > > > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > From GENERIC: # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support ... device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') You have to have 'device miibus' in your kernel config to use xl. -- 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 May 25 7:12:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 63EE137C224 for ; Thu, 25 May 2000 07:12:19 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id JAA47680; Thu, 25 May 2000 09:10:51 -0500 (CDT) Date: Thu, 25 May 2000 09:10:51 -0500 (CDT) From: Brennan W Stehling To: Generic Player Cc: Mark Ovens , questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition In-Reply-To: <000901bfc4f7$21df1ee0$0100a8c0@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 I use MacOS and FreeBSD as an alternative to Windows and Microsoft software because I prefer it. I also do it to avoid MS software because I do not wnat to support that company in any way. Conversely, I purchase (not pirate) copies of MacOS to support Apple. I also purchase FreeBSD products from cdrom.com and clothing from copyleft.net. It is all about voting with my dollar bill. The reason MS stays on top is that people keep on buying and using their software. The create proprietary formats and people call them the standards (Excel for spreadsheets and Word for word processing). With that in place it is hard to alternatives to gain ground unless there is an element which simply does not use MS software and uses alternatives like Star Office, Gnome or KDE applications. Having IE on the FreeBSD platform would allow MS to extend it's hold into Unix world. They want to control the development of HTML to the next revision and add on their own proprietary extensions regardless of what the W3C has to say or what specs they publish. And when IE takes up 80% of the market, there is no need for them to listen to a standards body, they become the standards body and can lead the rest of the industry wherever they want to take, always leaving everyone behind because they suddenly make their extensions proprietary and do not publish them. (ala kerberos) In order for the future of the software industry to become balanced under real standards the users of the software must vote _with their dollars_ and tell MS and others who hope to be MS (AOL) that they will not tolerate being abused any longer. (high priced, low quality software which is full of security holes that they claim are features.) Sure the "MS Sux" attitude is childish, but if these people presented themselves in a better way, perhaps you would agree with them. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? http://www.greasydaemon.com/noms/ <- Why avoid MS? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 7:24:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ipamzlx.physik.uni-mainz.de (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by hub.freebsd.org (Postfix) with ESMTP id C9F8237C22A for ; Thu, 25 May 2000 07:24:22 -0700 (PDT) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Received: from ipamzlx.Physik.Uni-Mainz.DE (ipamzlx.Physik.Uni-Mainz.DE [134.93.180.54]) by ipamzlx.physik.uni-mainz.de (8.9.3/8.9.3) with ESMTP id QAA20097 for ; Thu, 25 May 2000 16:25:48 +0200 (CEST) (envelope-from ohartman@ipamzlx.physik.uni-mainz.de) Date: Thu, 25 May 2000 16:25:48 +0200 (CEST) From: "O. Hartmann" To: freebsd-questions@freebsd.org Subject: Printeraccounting, traycontrol, resolution control Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sirs. We use a FreeBSD 4.0 box as our printer server. As printerfilter we use APSfilter and seem to work well. But we have some problems: - we want to do accounting on each printer - we want to do some tray control on each printer - we want switch on or off the duplexer attached to one of the printers I think to do tray- and duplexer control is something like printing on different printers configured differently in /etc/printcap. All printers are attached to parallel ports and are native PS printers. So, my mainly intention was to prepend a string which initialize by PS commands the used tray or to use duplexer or not, but how is it realized in /etc/printcap? Is there a possibility to prepend something like an "opening" string for PS printers? The other problem is related to do accounting. Normal lpd seems not to be able to do accounting as standard. So, how could this be realized? I would appreciate any hint, any tip, any suggestion! Thanks in advance, Gruss O. Hartmann ------------------------------------------------------------------- ohartman@ipamzlx.physik.uni-mainz.de Klimadatenserver des IPA, Universitaet Mainz Netzwerk- und Systembetreuung To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 7:37:33 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 C08B137C2E6 for ; Thu, 25 May 2000 07:37:30 -0700 (PDT) (envelope-from jonathan@skygod.cns.ksu.edu) Received: from skygod.cns.ksu.edu (localhost.cns.ksu.edu [127.0.0.1]) by skygod.cns.ksu.edu (8.9.3/8.9.3) with ESMTP id IAA06566; Thu, 25 May 2000 08:58:22 GMT (envelope-from jonathan@skygod.cns.ksu.edu) Message-ID: <392CEB2D.F09A3463@skygod.cns.ksu.edu> Date: Thu, 25 May 2000 08:58:22 +0000 From: Jonathan Feldkamp X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Jim Freeze Cc: questions@FreeBSD.ORG Subject: Re: Ethernet card: 'auto select'? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Freeze wrote: > I have a cable modem and am using a 3COM ethernet card with no problems. > However, dmesg reports that I need to disable the 'auto select' > feature of my vx0 card. > > chip0: rev 0x04 on pci0.0.0 > chip1: rev 0x00 on pci0.1.0 > chip2: rev 0x47 on pci0.7.0 > ide_pci0: rev 0x06 on > pci0.7.1 > chip3: rev 0x10 on pci0.7.3 > vx0: <3COM 3C595 Fast Etherlink III PCI> rev 0x00 int a irq 10 on pci0.9.0 > utp/tx[*utp*]: disable 'auto select' with DOS util! address > 00:60:97:4f:aa:a0 > Probing for devices on PCI bus 1: > > Can someone tell me what this means. It appears to be innocuous. Is it? There is a DOS utility on driver disk 1, with it you can turn off auto-negotiate and lock the card down to either 10 or 100 MB, i am pretty sure that is what this is referring to. If you don't have the disk, download http://support.3com.com/infodeli/tools/nic/3c59x/3c59xn.exe the EXE you will need to run is 3C59XCFG.EXE hope this helps Jonathan Feldkamp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 7:55:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.184.128]) by hub.freebsd.org (Postfix) with ESMTP id 944B037C3B2 for ; Thu, 25 May 2000 07:55:32 -0700 (PDT) (envelope-from lowell@be-well.ilk.org) Received: (from lowell@localhost) by be-well.ilk.org (8.9.3/8.9.3) id KAA42906; Thu, 25 May 2000 10:55:30 -0400 (EDT) (envelope-from lowell) From: Lowell Gilbert To: freebsd-questions@freebsd.org Subject: Re: How do I set up a swap file ? References: <392CCFA7.EBFF292B@gorean.org> Date: 25 May 2000 10:55:30 -0400 In-Reply-To: Doug Barton's message of "Thu, 25 May 2000 00:00:55 -0700" Message-ID: <44u2fm65nh.fsf@lowellg.ne.mediaone.net> Lines: 12 X-Mailer: Gnus v5.7/Emacs 20.6 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Doug Barton writes: > Brendan Kosowski wrote: > > > > My system requires extra virtual memory. > > > > What is the correct procedure for setting up a swap file and then adding > > it to the systems memory pool ? > > The procedure is described in detail in the handbook. I believe you meant to type "FAQ" rather than handbook. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 7:59:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from moonlight.hinz-consulting.de (moonnlight.hinz-consulting.de [194.123.36.73]) by hub.freebsd.org (Postfix) with ESMTP id 1B4E137C3D8 for ; Thu, 25 May 2000 07:59:20 -0700 (PDT) (envelope-from marco@hinz-consulting.de) Received: from mastermarco (demo.dialup.intrail.de [194.123.36.103]) by moonlight.hinz-consulting.de (8.9.3/8.9.3) with SMTP id QAA27339 for ; Thu, 25 May 2000 16:42:12 GMT Message-ID: <000801bfc65a$525dd2a0$0100a8c0@mastermarco> From: "Marco Hinz" To: Subject: help !! please !! Date: Thu, 25 May 2000 17:02:59 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC66B.14862840" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC66B.14862840 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hello i need help very important sorry for my english but i am from germany so my prob is i want to do something like an changerootenviroment so when a user logged in that he can not get out of his home directory=20 so i really hope that you can help me or give me a adress where i can = read some stuff about my prob thanks marco ------=_NextPart_000_0005_01BFC66B.14862840 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hello
 
i need help very important
sorry for my english but i am from=20 germany
so my prob is
i want to do something like an=20 changerootenviroment
so when a user logged in that he can = not get out of=20 his home directory
so i really hope that you can help me = or give me a=20 adress where i can read some stuff about my prob
 
thanks
 
marco
------=_NextPart_000_0005_01BFC66B.14862840-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8: 2:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from marsh.owlnet.rice.edu (marsh-49.owlnet.rice.edu [128.42.49.222]) by hub.freebsd.org (Postfix) with ESMTP id 9AA7C37C4DA for ; Thu, 25 May 2000 08:02:04 -0700 (PDT) (envelope-from skoe@owlnet.rice.edu) Received: from jungle.owlnet.rice.edu (jungle.owlnet.rice.edu [128.42.49.103]) by marsh.owlnet.rice.edu (8.9.0/8.9.0) with ESMTP id KAA06367 for ; Thu, 25 May 2000 10:02:03 -0500 (CDT) Received: from localhost (skoe@localhost) by jungle.owlnet.rice.edu (8.9.0/8.9.0) with ESMTP id KAA19606 for ; Thu, 25 May 2000 10:02:03 -0500 (CDT) X-Authentication-Warning: jungle.owlnet.rice.edu: skoe owned process doing -bs Date: Thu, 25 May 2000 10:02:03 -0500 (CDT) From: "Anders Chr. Skoe" To: questions@freebsd.org Subject: Still trouble with 10baseT/UTP on 21140 (Znyx ZX346) Message-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 browsed through a good number of the old postings now, but still haven't found anything that fully resolves my problem... I'm trying to force my Znyx ZX346 21140A to run at 10mbs, NOT 100mbs, but things just aren't working out for me. I'm running 3.2., and using if_de.c - last modified by 'luigi' on 1999/03/18. As far as I know, the command "ifconfig de1 media 10baseT/UTP" should change the speed, but nope, that doesn't work. 'ifconfig de1' shows that this media type should be supported (the output below is for a successful 100mbs link): de1: flags=8843 mtu 1500 inet 192.168.10.2 netmask 0xffffff00 broadcast 192.168.10.255 ether 00:c0:95:e0:61:79 media: 100baseTX status: active supported media: autoselect 100baseTX 10baseT/UTP I'm connecting my host directly to another machine (with the same setup) - specifying 10baseT/UTP at both ends doesn't help. The connection works fine at 100mbs. Funny thing is, if I connect either of the machines to "the wall" (our local 10baseT network), is works happily at 10mbs. Previous posts suggest that there are bugs in older versions of the if_de.c driver, but as far as I can tell I have the latest version. Is there something I'm missing - or is there a newer driver? Thanks for any input... Anders To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8: 3:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 2248737C463 for ; Thu, 25 May 2000 08:03:48 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id LAA04825; Thu, 25 May 2000 11:07:41 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392D408D.2913985A@wmptl.com> Date: Thu, 25 May 2000 11:02:37 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Marco Hinz Cc: questions@freebsd.org Subject: Re: help !! please !! References: <000801bfc65a$525dd2a0$0100a8c0@mastermarco> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Marco Hinz wrote: > > hello > > i need help very important > sorry for my english but i am from germany > so my prob is > i want to do something like an changerootenviroment > so when a user logged in that he can not get out of his home directory > so i really hope that you can help me or give me a adress where i can > read some stuff about my prob > > thanks > > marco man chroot vi /etc/ftpusers -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:18:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id D9A5D37C4F4 for ; Thu, 25 May 2000 08:18:42 -0700 (PDT) (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 12uxlB-000KLj-00; Thu, 25 May 2000 14:33:13 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12uxlA-000KFq-00; Thu, 25 May 2000 14:33:12 +0100 Date: Thu, 25 May 2000 14:33:12 +0100 From: Ben Smithurst To: "TEMPLE, MATTHEW (LNG)" Cc: 'Dan Nelson' , freebsd-questions@FreeBSD.ORG Subject: Re: uuidgen or other GUID-generating utility Message-ID: <20000525143312.C40480@strontium.scientia.demon.co.uk> References: <27E4B476932BD211945B00805FE67AF5089DE1E8@lnxdayexch05.lexis-nexis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <27E4B476932BD211945B00805FE67AF5089DE1E8@lnxdayexch05.lexis-nexis.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG TEMPLE, MATTHEW (LNG) wrote: > Good idea. I think I will. What's send-pr? "man send-pr". :-) send-pr is a tool used to submit problem reports (PRs) to a central support site. In most cases the correct site will be the default. This argument indicates the support site which is responsible for the category of problem involved. Some sites may use a local address as a default. site values are defined by using the aliases(5). -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:24:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01ffm.de.uu.net (smtp01ffm.de.uu.net [192.76.144.150]) by hub.freebsd.org (Postfix) with ESMTP id EAF0D37C547 for ; Thu, 25 May 2000 08:24:40 -0700 (PDT) (envelope-from p.reichmuth@gtw-bonn.de) Received: from exsrv01.gtw-bonn.de ([195.127.106.2]) by smtp01ffm.de.uu.net (5.5.5/5.5.5) with ESMTP id RAA11118 for ; Thu, 25 May 2000 17:24:35 +0200 (MET DST) Message-ID: <9107ABB800B3D311A45D0008C72492E52A00EB@EXSRV01> From: "Reichmuth, Philipp" To: "'questions@freebsd.org'" Subject: Solaris binary compatibility Date: Thu, 25 May 2000 17:24:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello FreeBSD_Questions team! Does FreeBSD execute Solaris binaries? (Since Solaris has a very BSD-esque concept, I was just intrigued because it would allow me to run programs like Java or possibly the Solaris port of the MS Internet exploder on a FreeBSD machine.) Would Solaris binary compatibility be difficult to implement or is it even scheduled for a given point in the near or distant future? Philipp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:30:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hindenburg.eboai.org (hindenburg.eboai.org [205.181.254.190]) by hub.freebsd.org (Postfix) with ESMTP id 8199337C687 for ; Thu, 25 May 2000 08:30:10 -0700 (PDT) (envelope-from chip@chocobo.cx) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id 460C43D5C; Thu, 25 May 2000 11:30:09 -0400 (EDT) Date: Thu, 25 May 2000 11:30:09 -0400 From: Chip Marshall To: freebsd-questions@freebsd.org Subject: RS-485 and setting RTS Message-ID: <20000525113009.A52865@setzer.chocobo.cx> Reply-To: chip@chocobo.cx Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.4i X-URL: http://www.chocobo.cx/chip/ X-OS: FreeBSD 3.4-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am currently working on a project that involves using an Advantech PCM-4823 single board computer to talk to a bunch of devices over RS-485. One of the serial ports on the PCM-4823 can talk RS-485, but it requires that the RTS bit of the handshake control register be set high when sending and low when not. I've found that under FreeBSD 4.0-RELEASE, I can transmit information from the port just fine, however it seems that the port gets stuck in transmit mode, making it so none of the other devices on the 485 chain can talk. I think this is happening because the RTS bit never goes back to low when I'm done sending data. I've tried using stty to set crtscts on the serial port, but that causes my program to lock up when it goes to send anything. I think this happens because the CTS bit never gets set, but I'm not sure. Is there any way to manually set the RTS bit on a serial port? -- Chip Marshall http://www.chocobo.cx/chip/ Finger for PGP GCM/CS d+(-) s+:++ a18>? C++ UB++++$ P+++$ L- E--- W++ N+@ o K- w O M+ V-- PS PE Y? PGP++ t+@ 5 X R>+ tv+() b++>+++ DI++++ D(-) G++ e>++ h!>++ r-- y- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:30:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 2582D37C691 for ; Thu, 25 May 2000 08:30:35 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id LAA05295 for ; Thu, 25 May 2000 11:34:57 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392D4713.7CC6286A@wmptl.com> Date: Thu, 25 May 2000 11:30:27 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: BSDI vs Linux 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 looking at using Livingston's radiusd, for several Lucent Portmaster 3's. They have a binarie distribution for BSDi, and for Linux. I'm assuming FreeBSD will run either, but which would be best suited for binary compatability? -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:36:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.southwind.net (jasper.southwind.net [206.53.103.7]) by hub.freebsd.org (Postfix) with ESMTP id 9AEC437C5EF for ; Thu, 25 May 2000 08:36:23 -0700 (PDT) (envelope-from gmains@southwind.net) Received: from localhost (gmains@localhost) by jasper.southwind.net (8.10.1/8.10.1) with ESMTP id e4PFaM502024 for ; Thu, 25 May 2000 10:36:22 -0500 (CDT) X-Authentication-Warning: jasper.southwind.net: gmains owned process doing -bs Date: Thu, 25 May 2000 10:36:22 -0500 (CDT) From: Gabriel To: questions@FreeBSD.ORG Subject: Stupid permissions 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 When I try and access my CDROM in KDE's CD Player program, it gives me a permissions error saying I don't have access to /dev/cd0c (I am in my gmains account, not root, obviously). Should I chmod /devcd0c so that my gmains account can access it or is there a better way? Thanks, Gabriel =============================================================================== ------------------------------------------------------------------------------- Gabriel SouthWind Internet Access, Inc. Department Manager 120 S. Market SouthWind Technical Support 800-525-7963 ------------------------------------------------------------------------------- =============================================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:38:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 7E55A37C60E for ; Thu, 25 May 2000 08:38:29 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id KAA48203 for ; Thu, 25 May 2000 10:38:28 -0500 (CDT) Date: Thu, 25 May 2000 10:38:28 -0500 (CDT) From: Brennan W Stehling To: freebsd-questions@freebsd.org Subject: colors in telnet? Message-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 BetterTelnet, the continuation of the NCSA telnet project for the Macintosh. (I use to to talk to FreeBSD) It has support VT100 and VT220, but I am not sure how to do the colors. With a default install of some linux distros "ls" listings and other applications have color coding for all kinds of useful things, but I am not sure how to turn that on for FreeBSD. I have tried in the past, but was not successful. Anyone know of how to do this? Anyone care to share a useful .profile? :) Thanks, Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? http://www.greasydaemon.com/noms/ <- Why avoid MS? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:40:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hobbes.ssbaptist.net (linux.ssbaptist.net [216.17.141.70]) by hub.freebsd.org (Postfix) with ESMTP id 7122937C664 for ; Thu, 25 May 2000 08:40:10 -0700 (PDT) (envelope-from brad@ssbaptist.net) Received: from localhost (brad@localhost) by hobbes.ssbaptist.net (8.9.3/8.8.7) with ESMTP id CAA04911; Thu, 25 May 2000 02:45:27 -0600 Date: Thu, 25 May 2000 02:45:27 -0600 (MDT) From: Brad Waite X-Sender: brad@hobbes To: Gabriel Cc: questions@FreeBSD.ORG Subject: Re: Stupid permissions 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 Gabriel, My first action would be to chmod 4755 the CD Player, assuming it's owned by root. I dunno about security issues on that one, but I'm pretty sure it'll work. On Thu, 25 May 2000, Gabriel wrote: > > When I try and access my CDROM in KDE's CD Player program, it gives me a > permissions error saying I don't have access to /dev/cd0c (I am in my > gmains account, not root, obviously). Should I chmod /devcd0c so that my > gmains account can access it or is there a better way? > > Thanks, > Gabriel > > =============================================================================== > ------------------------------------------------------------------------------- > Gabriel SouthWind Internet Access, Inc. > Department Manager 120 S. Market > SouthWind Technical Support 800-525-7963 > ------------------------------------------------------------------------------- > =============================================================================== > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 25 8:42:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jasper.southwind.net (jasper.southwind.net [206.53.103.7]) by hub.freebsd.org (Postfix) with ESMTP id 2709D37C66E for ; Thu, 25 May 2000 08:42:43 -0700 (PDT) (envelope-from gmains@southwind.net) Received: from localhost (gmains@localhost) by jasper.southwind.net (8.10.1/8.10.1) with ESMTP id e4PFgek03241; Thu, 25 May 2000 10:42:40 -0500 (CDT) X-Authentication-Warning: jasper.southwind.net: gmains owned process doing -bs Date: Thu, 25 May 2000 10:42:40 -0500 (CDT) From: Gabriel To: Brad Waite Cc: questions@FreeBSD.ORG Subject: Re: Stupid permissions 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 Groovy, that worked like a charm. Thanks! =============================================================================== ------------------------------------------------------------------------------- Gabriel SouthWind Internet Access, Inc. Department Manager 120 S. Market SouthWind Technical Support 800-525-7963 ------------------------------------------------------------------------------- =============================================================================== On Thu, 25 May 2000, Brad Waite wrote: > Gabriel, > > My first action would be to chmod 4755 the CD Player, assuming it's owned by > root. I dunno about security issues on that one, but I'm pretty sure it'll > work. > > On Thu, 25 May 2000, Gabriel wrote: > > > > > When I try and access my CDROM in KDE's CD Player program, it gives me a > > permissions error saying I don't have access to /dev/cd0c (I am in my > > gmains account, not root, obviously). Should I chmod /devcd0c so that my > > gmains account can access it or is there a better way? > > > > Thanks, > > Gabriel > > > > =============================================================================== > > ------------------------------------------------------------------------------- > > Gabriel SouthWind Internet Access, Inc. > > Department Manager 120 S. Market > > SouthWind Technical Support 800-525-7963 > > ------------------------------------------------------------------------------- > > =============================================================================== > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" 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 May 25 8:43:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nhj.nlc.net.au (nhj.nlc.net.au [203.24.133.1]) by hub.freebsd.org (Postfix) with SMTP id 17E0E37C682 for ; Thu, 25 May 2000 08:43:01 -0700 (PDT) (envelope-from john@nlc.net.au) Received: (qmail 21567 invoked by uid 1000); 26 May 2000 01:42:57 +1000 Date: 26 May 2000 01:42:57 +1000 Message-ID: <20000525154257.21566.qmail@nhj.nlc.net.au> From: john@nlc.net.au To: freebsd-questions@freebsd.org Subject: Re: FrontPage extensions X-Newsgroups: nlc.lists.freebsd-questions In-Reply-To: User-Agent: tin/pre-1.4-980818 ("Laura") (UNIX) (Linux/2.0.37 (i686)) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > FrontPage 2000 Extensions from http://www.microsoft.com/frontpage says that > it works with version 1.3.12. I have also compiled and used FrontPage > extensions with Apache 1.3.11, although I was never able to conquer the > creating virtual web problem with that version. With 1.3.12 though, if you > follow the directions, including running the change_server script, it works > like a charm Yep, I agree with that. "Server: Apache/1.3.12 (Unix) PHP/3.0.16 FrontPage/4.0.4.3 mod_ssl/2.6.2 OpenSSL/0.9.3a" > > What is entailed in setting up an apache server to handle 'frontpage > > extensions' ? is it just a mime type or will it require more than that? It's a bunch of files that live inside _vti_* directories inside the web space. When you create a root-web/virtual/subweb, the fpsrvadm program basically accesses your apache.conf file to find the directory of the web space, it then proceeds to create and populate the _vti_* directories with files and .htaccess options. Note: fpadmin doesn't like double quotes around the .conf file directives that it looks at, i.e. anything like a path or directory name. Using frontpage against the site basically runs the _vti_bin programs as Apache would any normal CGI program. If you have mod-frontpage installed, Apache runs them from the frontpage install directory via a suid root stub called fpexe. Also fpsrvadm doesn't copy the binary .exe files into the _vti_bin directory. If you use suexec with mod-frontpage, then be prepared for a clash between the two suid root stub programs (suexec and fpexe.exe). It needs to be patched to co-exist with frontpage. ...and that's about all there is to frontpage. -- +------------------------------------------------------------+ . | John Saunders - mailto:john@nlc.net.au (EMail) | ,--_|\ | - http://www.nlc.net.au/ (WWW) | / Oz \ | - 1800-445-100 or 04-1822-3814 (Phone) | \_,--\_/ | NORTHLINK COMMUNICATIONS P/L - Supplying a professional, | v | and above all friendly, internet connection service. | +------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:44:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fischbach.saarnet.de (fischbach.saarnet.de [212.89.130.209]) by hub.freebsd.org (Postfix) with ESMTP id 3AE2037C6AB for ; Thu, 25 May 2000 08:44:07 -0700 (PDT) (envelope-from doehrm@aubi.de) Received: from igate.aubi.de (IDENT:root@igate.aubi.de [212.89.130.136]) by fischbach.saarnet.de (8.9.3/8.9.3) with ESMTP id RAA05092 for ; Thu, 25 May 2000 17:44:04 +0200 Received: from soraya.aubi.de (soraya.aubi.de [170.56.121.252]) by igate.aubi.de (8.9.1a/8.9.1) with ESMTP id RAA09525 for ; Thu, 25 May 2000 17:44:02 +0200 Received: from exchange.aubi.de (exchange.aubi.de [170.56.121.4]) by soraya.aubi.de (8.9.1/8.9.1) with ESMTP id SAA22588; Thu, 25 May 2000 18:29:41 +0200 (CEST) Received: by exchange.aubi.de with Internet Mail Service (5.5.2650.21) id ; Thu, 25 May 2000 17:48:22 +0200 Message-ID: <506F47B83476D311975D00805FCC45E2018163@exchange.aubi.de> From: =?iso-8859-1?Q?Markus_D=F6hr?= To: "'Reichmuth, Philipp'" , "'questions@freebsd.org'" Subject: RE: Solaris binary compatibility Date: Thu, 25 May 2000 17:48:21 +0200 Importance: high X-Priority: 1 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Does FreeBSD execute Solaris binaries? (Since Solaris has a=20 > very BSD-esque > concept, I was just intrigued because it would allow me to=20 > run programs like > Java or possibly the Solaris port of the MS Internet exploder=20 > on a FreeBSD > machine.) Try this link: (from the FreeBSD Projects list) http://slash.dotat.org/~newton/freebsd-svr4/ --=20 Markus Doehr Tel: +49 6503 917 152 IT Admin Fax: +49 6503 917 190 SAP R/3 Basis e-Mail: doehrm@aubi.de AUBI Baubeschl=E4ge GmbH http://www.aubi.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:50:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bloor.torfree.net (bloor.torfree.net [199.71.188.18]) by hub.freebsd.org (Postfix) with ESMTP id A4BDB37C6EC for ; Thu, 25 May 2000 08:50:40 -0700 (PDT) (envelope-from dc121@torfree.net) Received: from LocalHost by bloor.torfree.net (Smail-3.2.0.97 1997-Aug-19 #9; 1998-Jan-28) (453 bytes) via sendmail with /P:stdio/R:inet_hosts/T:smtp id (sender ) for freebsd-questions@freebsd.org; Thu, 25 May 2000 11:50:35 -0400 (EDT) Date: Thu, 25 May 2000 11:50:35 -0400 (EDT) From: Jim Demetrios Kapakos Subject: boot disks To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having a hell of a time making boot disks, this maybe a stupid question. But how do you make boot disks for BSD? jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:53:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id A5D6737C6F3 for ; Thu, 25 May 2000 08:53:16 -0700 (PDT) (envelope-from tomg@mailhost.nrnet.org) Received: from mailhost.nrnet.org (mailhost.nrnet.org [166.84.192.39]) by mail1.panix.com (Postfix) with ESMTP id 55F4530FAE; Thu, 25 May 2000 11:53:11 -0400 (EDT) Received: from localhost (tomg@localhost) by mailhost.nrnet.org (8.8.7/8.8.4) with SMTP id LAA27474; Thu, 25 May 2000 11:10:52 -0400 Date: Thu, 25 May 2000 11:10:52 -0400 (EDT) From: Thomas Good To: Marco Hinz Cc: questions@FreeBSD.org Subject: Re: help !! please !! In-Reply-To: <000801bfc65a$525dd2a0$0100a8c0@mastermarco> Message-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, 25 May 2000, Marco Hinz wrote: > hello > > i need help very important > sorry for my english but i am from germany > so my prob is > i want to do something like an changerootenviroment > so when a user logged in that he can not get out of his home directory > so i really hope that you can help me or give me a adress where > i can read some stuff about my prob > > thanks > > marco Hallo Marco, Wie geht's? What is your real purpose - to prevent the user from getting to a shell prompt? If so, this is what I do: Add to /home/marco/.profile: /usr/local/bin/menu exit And I don't let end users near vi or other programs where they can escape to the shell. Viel erfolg, Tom ------- North Richmond Community Mental Health Center ------- Thomas Good MIS Coordinator Vital Signs: tomg@ { admin | q8 } .nrnet.org Phone: 718-354-5528 Fax: 718-354-5056 /* Member: Computer Professionals For Social Responsibility */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 8:54:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 0E1B537C703 for ; Thu, 25 May 2000 08:54:29 -0700 (PDT) (envelope-from troy@picus.com) Received: from arcadia [209.100.20.198] by durango.picus.com (SMTPD32-5.05) id AC4473D011C; Thu, 25 May 2000 11:52:36 -0400 From: "Troy Settle" To: "Jim Demetrios Kapakos" , Subject: RE: boot disks Date: Thu, 25 May 2000 11:56:01 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >From the handbook (http://www.freebsd.org/handbook/install-guide.html): If you are installing from an MS-DOS partition, download the fdimage.exe program or get it from tools\fdimage.exe on the CDROM and then run it like so: E:\> tools\fdimage floppies\kern.flp a: The fdimage program will format the A: drive and then copy kern.flp to it (assuming that you are at the top level of a FreeBSD distribution and the floppy images live in a floppies subdirectory, which is typically the case). If you are using a UNIX-based system to create the boot floppies, do the following: # dd if=kern.flp of=disk_device disk_device is the /dev entry for the floppy drive. On FreeBSD, this is /dev/rfd0 for the A: drive and /dev/rfd1 for the B: drive. -Troy ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jim Demetrios ** Kapakos ** Sent: Thursday, May 25, 2000 11:51 AM ** To: freebsd-questions@freebsd.org ** Subject: boot disks ** ** ** I'm having a hell of a time making boot disks, this maybe a stupid ** question. But how do you make boot disks for BSD? ** ** jim ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org ** with "unsubscribe freebsd-questions" 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 May 25 9:12:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from search.sparks.net (search.sparks.net [208.5.188.60]) by hub.freebsd.org (Postfix) with ESMTP id EA3BD37C77B for ; Thu, 25 May 2000 09:12:09 -0700 (PDT) (envelope-from dmiller@search.sparks.net) Received: by search.sparks.net (Postfix, from userid 100) id A7C2FDC01; Thu, 25 May 2000 12:10:10 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id 98801DC00; Thu, 25 May 2000 12:10:10 -0400 (EDT) Date: Thu, 25 May 2000 12:10:10 -0400 (EDT) From: David Miller To: Nathan Vidican Cc: questions@freebsd.org Subject: Re: BSDI vs Linux In-Reply-To: <392D4713.7CC6286A@wmptl.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, 25 May 2000, Nathan Vidican wrote: > I'm looking at using Livingston's radiusd, for several Lucent Portmaster > 3's. They have a binarie distribution for BSDi, and for Linux. I'm > assuming FreeBSD will run either, but which would be best suited for > binary compatability? Neither. Download and compile the source and be done with it:) --- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 9:34:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns.crynwr.com (ns1.crynwr.com [192.203.178.14]) by hub.freebsd.org (Postfix) with SMTP id 733BF37C835 for ; Thu, 25 May 2000 09:34:45 -0700 (PDT) (envelope-from nelson@crynwr.com) Received: (qmail 32712 invoked from network); 25 May 2000 16:35:11 -0000 Received: from desk.crynwr.com (qmailr@206.150.82.98) by ns.crynwr.com with SMTP; 25 May 2000 16:35:11 -0000 Received: (qmail 5561 invoked by uid 501); 25 May 2000 16:35:10 -0000 From: Russell Nelson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 25 May 2000 12:35:09 -0400 (EDT) To: dewaz Cc: osi@opensource.org, freebsd-questions@FreeBSD.ORG Subject: Re: what about clauses? In-Reply-To: <392DD1E3.D9B97147@ran.es> References: <392DD1E3.D9B97147@ran.es> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14637.21827.71483.478077@desk.crynwr.com> X-Face: $K'YURj"g6ImvqTS_=]8)gqh!5;ElY<[.Rao%j8r+]iUfE{%|v%F<=mcq<6l{K=~mf&#:?" nslS]U~|x{2V=Eex_I#"9K~9)>?m7Lm={(j_&)SX~fzg&ST~P%QUhc{1p]c3@Zn1u*PZlkHM**X^vV l>GkB5y^Kz%w5p~^uDue]hL&ke,N;+Q Hi again! > What I don't understand about changing BSD to propietary is how is that > possible,I mean that if Peter gets the BSD licensed program from Tom > ,and modifies and distributes it, Peter should do it according to the > license that Tom joined the program(BSD) > That license says that Peter can distribute a modified version if he > includes in that distribution the copyright notice,those two clauses and > the disclaimer.Right? Yup. > Thus the new Peter's program gets the second clause which says that you > can distribute the program with some conditions.Right? > So,Why not Tom could distributes his modified program? > Thanks again for your knowledge and patience. Good question. Anybody else know the answer? License reproduced below. I speculate that it keys off the distinction between "retain" and "reproduce". -russ Copyright 1994-1999 FreeBSD, Inc. 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. THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``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. -- -russ nelson http://russnelson.com Crynwr sells support for free software | PGPok | "Ask not what your country 521 Pleasant Valley Rd. | +1 315 268 1925 voice | can force other people to Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | do for you..." -Perry M. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 9:39:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mcbi-32.med.nyu.edu (mcs01-ext.med.nyu.edu [128.122.2.2]) by hub.freebsd.org (Postfix) with ESMTP id 2B0E137C86D for ; Thu, 25 May 2000 09:39:46 -0700 (PDT) (envelope-from xuc@mcbi-32.med.nyu.edu) Received: (from xuc@localhost) by mcbi-32.med.nyu.edu (8.9.3/8.9.3) id LAA13720 for freebsd-questions@FreeBSD.ORG; Thu, 25 May 2000 11:39:13 -0400 Date: Thu, 25 May 2000 11:39:13 -0400 From: Chen Xu To: freebsd-questions Subject: help! ctm problem with 4.0 Message-ID: <20000525113913.A13652@saturn.med.nyu.edu> Reply-To: xuc@mcbi-34.med.nyu.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Arbitrary-Number-Of-The-Day: 42 X-Sender: xuc@saturn.med.nyu.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi ALL, I have been using 2.2.7 and 3.2 for a quite while. This week I did a fresh install from CD (iso image downloaded from the site ftp.nl.freebsd.org). The installation seems OK. My machine: Cyrix 200 64M memory SMC Easy PCI network card with 10/100Mb 8.2gig IDE drive(Western Digit) However, I am having several problems with this 4.0(hostname=tiger, ip=192.168.1.2). 1) Telnet and rlogin etc are very slow. I have a LAN with another 486 running 3.2 (hostname=rabbit, ip=192.168.1.1), I use it as the gateway of my LAN using ppp dailup. a. 'tiger' can ping 'rabbit' and vice versa. b. 'rabbit' can telnet into 'tiger', get instant login prompt. c. 'tiger' telnet into 'rabbit' VERY slow, like 2-3 mins. d. if I do ^^^^^ tiger%telnet 192.168.1.1 that's fine, I get instant login prompt. e. If 'rabbit' is in dialup connection with outside, tiger%telnet rabbit is working fine (in normal speed). I thought there were problem with the system, and I wanted to upgrade it to stable. I downloaded the 4.0 stable CTM **Emplty.gz and all the deltas into /usr/ctm-src. But 2) I noticed that there only directroy 'sys' under /usr/src, nothing else. 3) when I do %cd /usr/src %ctm -v -v -l /usr/ctm-src it seems to be worked, but I couldn't get anything from it. Nothing updated!!! I do it in an emply dir like below. %cd /mnt %ctm -v -v -l /usr/ctm-src first it seems working, but finally it exits with message "src not exits" Any suggestions?????? -- Chen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 9:47:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A3F237B756 for ; Thu, 25 May 2000 09:47:07 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.162.41]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id LAA08020; Thu, 25 May 2000 11:48:24 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <039d01bfc668$c1453560$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Kirk McDonald" , Cc: "Doug Barton" References: <392889BB.9919C098@optusnet.com.au> <3928D82F.790A5850@gorean.org> <3929DAF7.9C6557B3@optusnet.com.au> Subject: Re: master.password problem Date: Thu, 25 May 2000 11:46:20 -0500 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, Try "/var/backups/master.passwd.bak" there you will find a backup of this file. Have Fun... Ales ----- Original Message ----- From: "Kirk McDonald" To: Cc: "Doug Barton" Sent: Monday, May 22, 2000 8:12 PM Subject: Re: master.password problem > > I have done something really stupid, I removed the master.passwd file. > Is there anyway I can recreate it? > The trials and tribulation of learning. > > > Doug Barton wrote: > > > > Kirk McDonald wrote: > > > > > > Can somebody help me out with this problem please? > > > > > > su-2.03# adduser > > > Use option ``-silent'' if you don't want to see all warnings and > > > questions. > > > > > > pwd_mkdb: line too long > > > pwd_mkdb: /etc/master.passwd: Inappropriate file type or format > > > > > > Invalid /etc/master.passwd - cannot add any users! > > > > You have to find the bad line in master.passwd and fix it. Compare the > > lines you've added to the ones already in the file, and try to figure > > out how they are different. Use 'pwd_mkdb -C /etc/master.passwd' to > > figure out if you've fixed it or not. > > > > Good luck, > > > > Doug > > -- > > "Live free or die" > > - State motto of my ancestral homeland, New Hampshire > > > > Do YOU Yahoo!? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" 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 May 25 9:57: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from loki.ideaglobal.com (loki.ideaglobal.com [194.36.20.54]) by hub.freebsd.org (Postfix) with ESMTP id 76E9037B545 for ; Thu, 25 May 2000 09:56:59 -0700 (PDT) (envelope-from kiril@loki.ideaglobal.com) Received: (from kiril@localhost) by loki.ideaglobal.com (8.9.3/8.9.3) id RAA52802 for freebsd-questions@freebsd.org; Thu, 25 May 2000 17:04:34 GMT (envelope-from kiril) From: Kiril Mitev Message-Id: <200005251704.RAA52802@loki.ideaglobal.com> Subject: linux compat problems To: freebsd-questions@freebsd.org Date: Thu, 25 May 2000 17:04:34 +0000 (GMT) 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 run a Linux executable, which fails (as far as I can tell) due to some sort of memory problem.... the system is FreeBSD loki.ideaglobal.com 4.0-STABLE FreeBSD 4.0-STABLE #0: Wed May 17 15:27:35 GMT 2000 root@loki.ideaglobal.com:/usr/build/obj/usr/build/src/sys/LOKI i386 and the relevant ( i think ) part of ktrace's output is: 52756 dataserver RET write 16/0x10 52756 dataserver CALL close(0x5) 52756 dataserver RET close 0 52756 dataserver CALL getrusage(0x17,0x11c6467,0xb69000,0x780,0) 52756 dataserver RET getrusage -1 errno -12 Unknown error: -12 52756 dataserver CALL mincore(0xbfbfdfac,0) 52756 dataserver RET mincore 0 52756 dataserver CALL write(0x1,0xbfbfe018,0x52) 52756 dataserver GIO fd 1 wrote 82 bytes "00:2000/05/25 16:50:49.12 kernel os_create_region: can't allocate 11964416 bytes " 52756 dataserver RET write 82/0x52 52756 dataserver CALL write(0x3,0xbfbfe018,0x52) 52756 dataserver GIO fd 3 wrote 82 bytes "00:2000/05/25 16:50:49.12 kernel os_create_region: can't allocate 11964416 bytes " any ideas wrt getting it to work, or am I barking up the wrong tree completely ? Please CC: me on any replies -- Kiril Mitev, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10: 1:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 4970437B8CD for ; Thu, 25 May 2000 10:01:30 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id KAA68180; Thu, 25 May 2000 10:01:11 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392D5C57.78A4E88A@gorean.org> Date: Thu, 25 May 2000 10:01:11 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Brendan Kosowski Cc: FreeBSD Questions Subject: Re: How do I set up a swap file ? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brendan Kosowski wrote: > > Actually, there was nothing in the Handbook on this subject. It's in the FAQ. You need to learn how to use the search engine on the web site. :) http://www.FreeBSD.ORG/FAQ/admin.html#AEN2149 -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10: 4:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from insws8502.gs.com (insws8502.gs.com [204.4.182.11]) by hub.freebsd.org (Postfix) with ESMTP id 6338937B601 for ; Thu, 25 May 2000 10:04:36 -0700 (PDT) (envelope-from stephen.chan@gs.com) Received: from insmo8501.inz.gs.com (insmo8501.inz.gs.com [192.168.116.25]) by insws8502.gs.com (Postfix) with ESMTP id 2626F1BE6E for ; Thu, 25 May 2000 13:04:35 -0400 (EDT) Received: from gsny17a.wan.gs.com (gsny17a.wan.gs.com [138.8.220.64]) by insmo8501.inz.gs.com (Postfix) with SMTP id 169DE2E84A for ; Thu, 25 May 2000 13:04:35 -0400 (EDT) Received: from 138.8.220.34 by gsny17a.wan.gs.com (InterScan E-Mail VirusWall NT); Thu, 25 May 2000 13:04:34 -0400 (Eastern Daylight Time) Received: from gsny15e.et.gs.com (gsny15e.et.gs.com [148.86.94.24]) by nbcppsh01.wan.gs.com (8.9.1a/8.9.0/postoffice1) with ESMTP id NAA22204 for ; Thu, 25 May 2000 13:04:29 -0400 (EDT) Received: by gsny15e.et.gs.com with Internet Mail Service (5.5.2448.0) id ; Thu, 25 May 2000 13:04:18 -0400 Message-ID: <6BCBBDF4762DD311815000902762CD4901971B7D@gsny15e.et.gs.com> From: "Chan, Stephen (IT)" To: "'freebsd-questions@freebsd.org'" Subject: Almost there but can't get serial console login to work on FreeBS D 4.0 Date: Thu, 25 May 2000 13:04:17 -0400 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 need help getting login to work from a serial console. If anyone has ideas, I would appreciate a reply via email. Thanks! Setup: - FreeBSD 4.0 - COM 1 as the login - /etc/ttys: "ttyd0 "/usr/libexec/getty std.9600" vt100 on secure" - boot with -p, and FreeBSD detects a serial console - I get the boot up messages on the screen - no keyboard plugged in - Dell Optiplex GX1 Problem: I get the login prompt on my serial console. I type in a userid (root or non-root) hit and I get the password prompt. When i type in the password and hit things just hang. After a few minutes I get the login prompt again. When i do a ps -auxww (by plugging in a monitor and a keyboard), I see a login -p and also a login -p . It seems like the passwd that I had typed was used as another login id and that the login process never really got my passwd. Strange... -Steve Stephen Chan Goldman Sachs Group Inc. Tel: 212-902-5475 Fax: 212-428-9899 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10: 9:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from antipater.hosting.pacbell.net (antipater.hosting.pacbell.net [216.100.99.13]) by hub.freebsd.org (Postfix) with ESMTP id 3E3FF37B52A for ; Thu, 25 May 2000 10:09:20 -0700 (PDT) (envelope-from lrosen@rosenlaw.com) Received: from ADSL (adsl-63-198-97-2.dsl.snfc21.pacbell.net [63.198.97.2]) by antipater.hosting.pacbell.net id NAA04716; Thu, 25 May 2000 13:08:45 -0400 (EDT) [ConcentricHost SMTP Relay 1.7] From: "Lawrence E. Rosen" To: "Russell Nelson" , "dewaz" Cc: , Subject: RE: what about clauses? Date: Thu, 25 May 2000 09:56:24 -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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: <14637.21827.71483.478077@desk.crynwr.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The BSD license establishes a copyright in and to certain software and imposes conditions on its use and distribution. It does not, however, require that those same conditions be imposed on portions of any derivative work of the original software that are distinct from the original copyrighted software. For example, suppose I write a new program and distribute it under the BSD license. My program is then included in a new release of Microsoft Windows. The BSD license does not say that Windows must now be distributed under the BSD license, only that my original program must still be distributed (redistributed) under the BSD license. If the author of software distributed under an open source license wants to "pollute" derivative works with open source conditions, that requirement must be made explicit. /Larry Rosen >-----Original Message----- >From: Russell Nelson [mailto:nelson@crynwr.com] >Sent: Thursday, May 25, 2000 9:35 AM >To: dewaz >Cc: osi@opensource.org; freebsd-questions@FreeBSD.ORG >Subject: Re: what about clauses? > > >dewaz writes: > > Hi again! > > What I don't understand about changing BSD to propietary is how is that > > possible,I mean that if Peter gets the BSD licensed program from Tom > > ,and modifies and distributes it, Peter should do it according to the > > license that Tom joined the program(BSD) > > That license says that Peter can distribute a modified version if he > > includes in that distribution the copyright notice,those two clauses and > > the disclaimer.Right? > >Yup. > > > Thus the new Peter's program gets the second clause which says that you > > can distribute the program with some conditions.Right? > > So,Why not Tom could distributes his modified program? > > Thanks again for your knowledge and patience. > >Good question. Anybody else know the answer? License reproduced >below. I speculate that it keys off the distinction between "retain" >and "reproduce". >-russ > >Copyright 1994-1999 FreeBSD, Inc. 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. > >THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``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. > >-- >-russ nelson http://russnelson.com >Crynwr sells support for free software | PGPok | "Ask not what >your country >521 Pleasant Valley Rd. | +1 315 268 1925 voice | can force other people to >Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | do for you..." -Perry M. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10: 9:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from plexus.cst.ca (plexus.CST.CA [207.139.176.42]) by hub.freebsd.org (Postfix) with ESMTP id E98E437B6B9 for ; Thu, 25 May 2000 10:09:37 -0700 (PDT) (envelope-from simonv@cst.ca) Received: from apollo.cst.ca (apollo.cst.ca [193.77.49.44]) by plexus.cst.ca (8.9.3/1.0.1) with ESMTP id NAA00876 for ; Thu, 25 May 2000 13:09:36 -0400 Received: from pc175 (pc-175.CST.CA [193.77.49.91]) by apollo.cst.ca with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id K0ZKZLLA; Thu, 25 May 2000 13:09:35 -0400 Message-ID: <05fe01bfc66b$c5a97280$5b314dc1@cst.ca> From: "Simon Vaillancourt" To: Subject: inetd/identd question Date: Thu, 25 May 2000 13:07:56 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.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 would like to know if there is a way to use the "internal" identd deamon without it being started by inetd? Maybe it's not the right question to ask, here's my problem instead and I'm open to any suggestions you might have... I have FreeBSD v4.0, with ipfw, natd, socks5 installed, 2 network interface (ed0 = internet, ed1 = intranet(192.168.1.*)), I set up inetd so it only listens to my internal network, I don't want anything in inetd (telnetd, ftpd etc..) to take requests from the internet, anything except for identd. I downloaded and installed pidentd 2.8.5 so i could make it listen on all interfaces, it works from inetd but not from the command line with the '-b' switch. So with pidentd not working, i was wondering if the internal identd provided by freebsd could work standalone. Or maybe I should make inetd listen to all interfaces but block the ports i don't want with ipfw rules? I just installed FreeBSD for the 1st time last week and I'm not fammiliar with most applications, what would a rule to "deny access to telnet port from the interface ed0 (Cable modem dynamic ip address)" would look like with ipfw? I did read the man page but couldn't find an answer to that question... I hope this message isn't too confusing... Thank you Simon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:11:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from atlrel1.hp.com (atlrel1.hp.com [156.153.255.210]) by hub.freebsd.org (Postfix) with ESMTP id E15A237B52A for ; Thu, 25 May 2000 10:11:07 -0700 (PDT) (envelope-from charles_dinkey@non.hp.com) Received: from omgw2.boi.hp.com (omgw2.boi.hp.com [15.56.8.102]) by atlrel1.hp.com (Postfix) with ESMTP id 9541E7E for ; Thu, 25 May 2000 13:11:06 -0400 (EDT) Received: from xboibrg1.boi.hp.com (xboibrg1.boi.hp.com [15.56.8.167]) by omgw2.boi.hp.com (8.9.3 (PHNE_18979)/8.9.3 SMKit6.0.6 OpenMail) with ESMTP id LAA16653 for ; Thu, 25 May 2000 11:11:04 -0600 (MDT) Received: by xboibrg1.boi.hp.com with Internet Mail Service (5.5.2650.21) id ; Thu, 25 May 2000 11:11:04 -0600 Message-ID: From: "DINKEY,GENE (Non-HP-Loveland,ex1)" To: freebsd-questions@FreeBSD.ORG Subject: RE: what about clauses? Date: Thu, 25 May 2000 11:11:02 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Good question. Anybody else know the answer? License reproduced >below. I speculate that it keys off the distinction between "retain" >and "reproduce". >-russ > >Copyright 1994-1999 FreeBSD, Inc. 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. I believe tyhat what they mean by reproduce is that you are free to distribute only a binary but that binary must display (reproduce) the notice when it is run. Or perhaps in something like a help->about box. Don't quote me on that though, I'm not a lawer :) Gene (reply to address is messed up, please send reply's to gene_dinkey@hp.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:26:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 30C8537B506 for ; Thu, 25 May 2000 10:26:06 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id KAA70039; Thu, 25 May 2000 10:26:00 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392D6228.C8D68754@gorean.org> Date: Thu, 25 May 2000 10:26:00 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Henrik Stolpe Cc: freebsd-questions@FreeBSD.org Subject: Re: Adaptec 2940UW and BSD 2.2.2 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Henrik Stolpe wrote: > > We are running Free BSD 2.2.2 with Adaptec 2940UW SCSI cards. > We are experiencing problems when the systems are working under increased load > and sometimes even under normal load. > > Have anyone else experienced the same problem? I'm sure that someone has, somewhere. But your question is way too broad. What kind of system do you have? How much ram, disk, cpu, etc. does it have? What is it doing? What is it doing when it binds up? And most importantly, why are you still running a prehistoric version of freebsd? :) Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:27: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id F05DB37B66F for ; Thu, 25 May 2000 10:26:46 -0700 (PDT) (envelope-from ertr1013@student.csd.uu.se) Received: from regulus.student.UU.SE ([130.238.5.2]:54969 "HELO ertr1013.student.csd.uu.se") by merganser.its.uu.se with SMTP id ; Thu, 25 May 2000 19:26:22 +0200 Received: (qmail 1291 invoked by uid 1001); 25 May 2000 17:26:23 -0000 Date: Thu, 25 May 2000 19:26:23 +0200 From: Erik Trulsson To: Russell Nelson Cc: dewaz , osi@opensource.org, freebsd-questions@FreeBSD.ORG Subject: Re: what about clauses? Message-ID: <20000525192623.A1249@student.csd.uu.se> Mail-Followup-To: Russell Nelson , dewaz , osi@opensource.org, freebsd-questions@FreeBSD.ORG References: <392DD1E3.D9B97147@ran.es> <14637.21827.71483.478077@desk.crynwr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <14637.21827.71483.478077@desk.crynwr.com>; from nelson@crynwr.com on Thu, May 25, 2000 at 12:35:09PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 12:35:09PM -0400, Russell Nelson wrote: > dewaz writes: > > Hi again! > > What I don't understand about changing BSD to propietary is how is that > > possible,I mean that if Peter gets the BSD licensed program from Tom > > ,and modifies and distributes it, Peter should do it according to the > > license that Tom joined the program(BSD) > > That license says that Peter can distribute a modified version if he > > includes in that distribution the copyright notice,those two clauses and > > the disclaimer.Right? > > Yup. > > > Thus the new Peter's program gets the second clause which says that you > > can distribute the program with some conditions.Right? > > So,Why not Tom could distributes his modified program? > > Thanks again for your knowledge and patience. > > Good question. Anybody else know the answer? License reproduced > below. I speculate that it keys off the distinction between "retain" > and "reproduce". > -russ > [snip BSD-license] Those clauses (the BSD-license) do not apply to the modifications that Peter made. They are distributed under whatever license Peter wants. So yes, the "BSD-parts" can be distributed freely, but not necessarily any modifications. (And seperating them can be very difficult since the distribution might be in binary form only.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:28:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theory1.physics.iisc.ernet.in (theory1.physics.iisc.ernet.in [144.16.71.20]) by hub.freebsd.org (Postfix) with SMTP id 65AE737B506 for ; Thu, 25 May 2000 10:28:08 -0700 (PDT) (envelope-from rsidd@physics.iisc.ernet.in) Received: (qmail 74879 invoked by uid 211); 25 May 2000 17:27:53 -0000 Date: Thu, 25 May 2000 22:57:53 +0530 From: Rahul Siddharthan To: "Lawrence E. Rosen" Cc: Russell Nelson , dewaz , osi@opensource.org, freebsd-questions@FreeBSD.ORG Subject: Re: what about clauses? Message-ID: <20000525225753.D74623@physics.iisc.ernet.in> Mail-Followup-To: "Lawrence E. Rosen" , Russell Nelson , dewaz , osi@opensource.org, freebsd-questions@FreeBSD.ORG References: <14637.21827.71483.478077@desk.crynwr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from lrosen@rosenlaw.com on Thu, May 25, 2000 at 09:56:24AM -0700 X-Operating-System: FreeBSD 3.4-STABLE i386 X-Question: Do you enjoy reading pointless headers? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Lawrence E. Rosen said on May 25, 2000 at 09:56:24: > The BSD license establishes a copyright in and to certain software and > imposes conditions on its use and distribution. It does not, however, > require that those same conditions be imposed on portions of any derivative > work of the original software that are distinct from the original > copyrighted software. > > For example, suppose I write a new program and distribute it under the BSD > license. My program is then included in a new release of Microsoft Windows. > The BSD license does not say that Windows must now be distributed under the > BSD license, only that my original program must still be distributed > (redistributed) under the BSD license. But suppose Microsoft borrows your code and uses it inside one of their own programs (which is what I believe they do with BSD code), rather than keep your program aside as a separate work. What license will apply to their program, ie how exactly will they satisfy the conditions of the license below without making those clauses apply to the entire program -- which includes both your code and their code? R. > If the author of software distributed under an open source license wants to > "pollute" derivative works with open source conditions, that requirement > must be made explicit. > > /Larry Rosen > > >-----Original Message----- > >From: Russell Nelson [mailto:nelson@crynwr.com] > >Sent: Thursday, May 25, 2000 9:35 AM > >To: dewaz > >Cc: osi@opensource.org; freebsd-questions@FreeBSD.ORG > >Subject: Re: what about clauses? > > > > > >dewaz writes: > > > Hi again! > > > What I don't understand about changing BSD to propietary is how is that > > > possible,I mean that if Peter gets the BSD licensed program from Tom > > > ,and modifies and distributes it, Peter should do it according to the > > > license that Tom joined the program(BSD) > > > That license says that Peter can distribute a modified version if he > > > includes in that distribution the copyright notice,those two clauses and > > > the disclaimer.Right? > > > >Yup. > > > > > Thus the new Peter's program gets the second clause which says that you > > > can distribute the program with some conditions.Right? > > > So,Why not Tom could distributes his modified program? > > > Thanks again for your knowledge and patience. > > > >Good question. Anybody else know the answer? License reproduced > >below. I speculate that it keys off the distinction between "retain" > >and "reproduce". > >-russ > > > >Copyright 1994-1999 FreeBSD, Inc. 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. > > > >THIS SOFTWARE IS PROVIDED BY THE FREEBSD PROJECT ``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. > > > >-- > >-russ nelson http://russnelson.com > >Crynwr sells support for free software | PGPok | "Ask not what > >your country > >521 Pleasant Valley Rd. | +1 315 268 1925 voice | can force other people to > >Potsdam, NY 13676-3213 | +1 315 268 9201 FAX | do for you..." -Perry M. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 25 10:30:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web210.mail.yahoo.com (web210.mail.yahoo.com [128.11.68.110]) by hub.freebsd.org (Postfix) with SMTP id 8212437BF5E for ; Thu, 25 May 2000 10:30:38 -0700 (PDT) (envelope-from manuel_garrison@yahoo.com) Received: (qmail 233 invoked by uid 60001); 25 May 2000 17:30:37 -0000 Message-ID: <20000525173037.232.qmail@web210.mail.yahoo.com> Received: from [139.87.11.231] by web210.mail.yahoo.com; Thu, 25 May 2000 10:30:37 PDT Date: Thu, 25 May 2000 10:30:37 -0700 (PDT) From: Manuel Garrison Subject: install problem, help! To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, I'm having problem with 3.4 release install. tryig to use 3c589d for ftp install, no cd rom on my laptop. I've tried using both zp0 and ep0 drivers with kern.flp and mfsroot.flp, but the card isn't being detected. any ideas? thans, Manny __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.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 May 25 10:33:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from socrates.i-pi.com (Socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id 6F0C237BF67 for ; Thu, 25 May 2000 10:33:13 -0700 (PDT) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.3/8.9.3) id LAA05886 for questions@freebsd.org; Thu, 25 May 2000 11:32:58 -0600 (MDT) (envelope-from ingham) Date: Thu, 25 May 2000 11:32:58 -0600 From: Kenneth Ingham To: questions@freebsd.org Subject: dc0: couldn't map ports/memory Message-ID: <20000525113258.C5648@socrates.i-pi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a Linksys LNE100TX version 2.0 in a HP Brio Celeron 433. I just installed 4.0 on it. At boot time, I get the messages: dc0: at device 13.0 on pci1 dc0: couldn't map ports/memory Any suggestions? Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:37:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from seic3.seu.edu.cn (seic3.seu.edu.cn [202.119.24.13]) by hub.freebsd.org (Postfix) with ESMTP id D40DE37B683 for ; Thu, 25 May 2000 10:37:20 -0700 (PDT) (envelope-from bxgu@seu.edu.cn) Received: from seu.edu.cn ([202.119.11.184]) by seic3.seu.edu.cn (8.10.0/8.10.0) with ESMTP id e4PHagf23188 for ; Fri, 26 May 2000 01:36:44 +0800 (CST) Message-ID: <392EB79D.EE29BA9E@seu.edu.cn> Date: Sat, 27 May 2000 01:42:53 +0800 From: Alexander Gu Reply-To: bxgu@seu.edu.cn Organization: High Performance Network Research Group X-Mailer: Mozilla 4.05 [en] (Win95; I) MIME-Version: 1.0 To: freebsd Subject: what is the steps in the programing of device driver in freebsd? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hello! recently,I read the kernel source code of freebsd,I want to write device driver program,I want to use ioctl to control my device how can I do ?what is the steps?:) Sincerely! Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:46:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from funnel.cisco.com (funnel.cisco.com [161.44.131.24]) by hub.freebsd.org (Postfix) with ESMTP id 0994737B54D for ; Thu, 25 May 2000 10:46:10 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [161.44.133.25]) by funnel.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id NAA16792; Thu, 25 May 2000 13:46:08 -0400 (EDT) Received: from bmcgover-pc.cisco.com (localhost [127.0.0.1]) by bmcgover-pc.cisco.com (8.9.3/8.9.3) with ESMTP id NAA52096; Thu, 25 May 2000 13:46:06 -0400 (EDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <200005251746.NAA52096@bmcgover-pc.cisco.com> To: brendan@bmk.com.au Cc: questions@freebsd.org Subject: Re: How do I set up a swap file ? Date: Thu, 25 May 2000 13:46:06 -0400 From: Brian McGovern Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I want to set up a swap file ( ie. a file on an existing ufs ) to be > used as additional swap space. > The easiest (and only) way I can think of doing it is to use the vn device, so you'd do something like: dd if=/dev/zero of=//swapfile bs=1024 count=262144 vnconfig /dev/vn0 //swapfile swapon /dev/vn0c In short, the first line creates a swap file. In this case, it should be ~256MB, unless I did my path wrong (possible). The second like uses the vn driver to map your file to the /dev/vn* devices. The third line tells swapon to add this "device" as swap space. Overall, it'll work, as I've used this method before. However, there will be quite a performance hit over a native swap partition. -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:46:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 05D8F37B52C for ; Thu, 25 May 2000 10:46:26 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [170.1.70.5]) by quack.kfu.com (8.9.2/8.9.3) with ESMTP id KAA94366 for ; Thu, 25 May 2000 10:46:24 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: (from nsayer@localhost) by medusa.kfu.com (8.9.3/8.8.8) id KAA19817 for freebsd-questions@freebsd.org; Thu, 25 May 2000 10:46:23 -0700 (PDT) (envelope-from nsayer) Date: Thu, 25 May 2000 10:46:23 -0700 (PDT) From: Nick Sayer Message-Id: <200005251746.KAA19817@medusa.kfu.com> To: freebsd-questions@freebsd.org Subject: IPv6 web mirror Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is a mirror of www.freebsd.org available on IPv6 at http://mirror.sftw.com/ (I have written to ask that a CNAME be put in the freebsd.org zone, but no word yet). I am also hoping to put up an ftp mirror on IPv6 as well, but am having trouble finding a suitable ftp daemon and ftp mirroring software (believe it or not). Any help would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:48:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stupid.weirdo.net (stupid.weirdo.net [207.207.215.210]) by hub.freebsd.org (Postfix) with ESMTP id DF65C37B683 for ; Thu, 25 May 2000 10:48:07 -0700 (PDT) (envelope-from smirks@console.org) Received: from localhost (smirks@localhost) by stupid.weirdo.net (8.10.0/stupid-antispam) with ESMTP id e4PHlv305820 for ; Thu, 25 May 2000 13:47:58 -0400 Date: Thu, 25 May 2000 13:47:57 -0400 (EDT) From: Smirks X-Sender: smirks@stupid.weirdo.net To: questions@freebsd.org Subject: 3.2-RELEASE kernel sources Message-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 an old 486 running FreeBSD 3.2-RELEASE quite successfully for the past year or so. The time has come that I need to rebuild the kernel to add ipfw support. The problem lies that I didn't or don't have enough disk space for the kernel sources. I have setup an nfs export on my linux box and mounted the export on the freebsd box as /usr/src, no problems there. The problem is, I can't find the kernel sources on any of the FreeBSD ftp sites or its mirrors. Does anyone know where I can find the kernel sources for 3.2-RELEASE? Thanks in advance, Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 10:49:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id CCB4537B646 for ; Thu, 25 May 2000 10:49:29 -0700 (PDT) (envelope-from kline@tera.com) Received: from tera.com (athena.sea.tera.com [207.224.230.169]) by gershwin.tera.com (8.9.3/8.9.3) with ESMTP id KAA29837; Thu, 25 May 2000 10:49:59 -0700 (PDT) Received: by tera.com (8.8.8+Sun/SMI-SVR4) id KAA04562; Thu, 25 May 2000 10:49:27 -0700 (PDT) Date: Thu, 25 May 2000 10:49:27 -0700 From: Gary Kline To: Brennan W Stehling Cc: Generic Player , Mark Ovens , questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition Message-ID: <20000525104927.C4538@athena.sea.tera.com> References: <000901bfc4f7$21df1ee0$0100a8c0@x> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95us In-Reply-To: ; from Brennan W Stehling on Thu, May 25, 2000 at 09:10:51AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 09:10:51AM -0500, Brennan W Stehling wrote: > I use MacOS and FreeBSD as an alternative to Windows and Microsoft > software because I prefer it. I also do it to avoid MS software because I > do not wnat to support that company in any way. > > Conversely, I purchase (not pirate) copies of MacOS to support Apple. I > also purchase FreeBSD products from cdrom.com and clothing from > copyleft.net. It is all about voting with my dollar bill. > > The reason MS stays on top is that people keep on buying and using their > software. The create proprietary formats and people call them the > standards (Excel for spreadsheets and Word for word processing). With > that in place it is hard to alternatives to gain ground unless there is an > element which simply does not use MS software and uses alternatives like > Star Office, Gnome or KDE applications. > [[ ... ]] > > Sure the "MS Sux" attitude is childish, but if these people presented > themselves in a better way, perhaps you would agree with them. > > Brennan Stehling - web developer and sys admin > projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com > I believe this says it as succiently as possible! Some of you may have read about my Unix-bigotry in DaemonNews years ago. The main reason to support this paradigm is simply becausee of its superiority; another reason is to knock M$oft down a few notches. Supporting the Freenix movement by shelling out a few dollars/year for CD's is a start; volunteering your time and labor is that much better; buying CD's and volunteering is better still. gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 11:26:17 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 716AB37B5A0 for ; Thu, 25 May 2000 11:26:09 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.153]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Thu, 25 May 2000 11:26:22 -0700 Message-ID: <392D7052.9C94A5E5@3-cities.com> Date: Thu, 25 May 2000 11:26:26 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Generic Player Cc: freebsd-questions@freebsd.org Subject: Re: getting sound with an SB AWE64 on FreeBSD 4.0-release References: <003101bfc633$d9850b30$ec6c4418@x> <392D0221.AF58F2F6@3-cities.com> <392D0689.91E54F59@3-cities.com> <392D11DE.E421A5A0@unitedtamers.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Generic Player wrote: > > Kent Stewart wrote: > > > Kent Stewart wrote: > > > > > > > Generic Player wrote: > > > > > > > > Hey, > > > > > > > > I have seen a few people having trouble with getting sound working, > > > > and seen people tell them just "add device pcm and ./MAKEDEV snd0". > > > > And I have found a few places online that show how to set it up > > > > using an outdated method that doesn't work, using "controller pnp0" > > > > and stuff like that. Problem is, neither is working. I went into > > > > /dev and did an sh MAKEDEV snd0, and then sh MAKEDEV snd1. I added > > > > to my kernel device pcm. No dice. My card is an ISA pnp AWE64. On > > > > boot up, I get the following for my sound card: > > > > > > > > sbc0 at port 0x220-0x22f,0x330-0x331,0x388-0x38b > > > > irq 5 drq 1,5 on isa0 > > > > sbc0 setting card to irq 5 drq 1,5 > > > > pcm0 on sbc0 > > > > > > > > I'm new at this, but that looks like its detecting and assigning > > > > resources to my card like it should. But any program I run just > > > > tells me my sound card isn't found or isn't configured or another > > > > program is using it. > > > > > > You have to run the makedev after you boot the kernel with the driver > > > in it. I have an isa AWE64 and I added > > > > > > # pcm Sound Device Driver > > > device pcm > > > > > > # For non-PnP cards: > > > device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x15 > > > > Wrong system. I have an AWE32 in one of my systems and all I did was > > add the "device pcm" and do the makedev after booting the new kernel. > > > > Since you have a kernel with the "device pcm" in it, have you just > > tried redoing the MAKEDEV. > > > Kent > > > > > OK, I tried that now and I have sound. Glad it was that simple. Now, you > said you don't use sound in KDE, but do you know much about it? When Getting sound on FreeBSD really is simple but you have a 1, 2, and 3 sequence that you have to follow. You missed what I meant, I think. The only time I use sound is in KDE. > I startx I get the error from KDE: > > Could not find mime type > audio/x-playlist > in /usr/local/share/applnk/Multimedia/KMp3.kdelnk Sound like you have a setup problem in KDE but I don't know what. I installed KDE from the port. I know I had to tell KDE to use system sounds from the KDE control panel. I went to sound > system sounds > "enable system sounds". When I did that and matched up the sounds with the appropriate wav, I had sound in KDE. You might find what the quality of sound on your system is by playing with the system sounds. What I get is as good as I get from Windows 2000. Making kscd run was a matter of telling it to use the proper device. I have an ATA cdrom, which is /dev/acd0c from the setup. You get into kscd setup by clicking the button with the screwdriver and the hammer on it. You select your CDROM dev from the kscd option tab. Getting cddb to work is more trouble. You have to be online and "enable remote cddb". Then you have to modify the cddb server from www.cddb.com to "us.cddb.com" and tell it to update. It thinks a bit and suddenly you have 6 CDDB Servers. I kind of wonder if it is a KDE version problem. I'm running kde-1.1.2, kdebase-1.1.2, and kdelibs-1.1.2.1. I haven't tried to do any MP3. You might find it is scratchy because of your network connection. I've been trying to learn spanish and playing shouted MP3 streams over my 56kb modem is not as good as I expected. I have one radio station from Oaxaca, Mexico that I can listen to with out noise. It only broadcasts mono but I haven't tried to run it on FreeBSD. I use Winamp on W2K. In the room where I spend most of my time, I have a P-III 450 - W2K machine on one side and a P-II 400 running FreeBSD on the other. I'm usually want all of the system and I run my audio on the W2K machine. If I were doing big, long builds on W2K, I would play the audio on the FreeBSD system. It doesn't matter to me if the sound comes from the front or the back. I'm doing a buildworld right now but will try to do MP3 when I get through. I have number of wav audios that I have on my server. I nfs_mount the drive and play the wav from KDE. It is Kmedia. They sound great. > > And if I run xmms all I get is scratchy noises, but mp3blaster will play > mp3s just fine. Any ideas? No idea. I think I installed xmms on one of my machines but have never run it. Kent > > Thanks > Generic Player -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 11:35:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gradwell.com (mail.gradwell.com [194.205.225.96]) by hub.freebsd.org (Postfix) with SMTP id 9752337B5CE for ; Thu, 25 May 2000 11:35:19 -0700 (PDT) (envelope-from webmaster@onsea.com) Received: (qmail 24926 invoked by uid 527); 25 May 2000 18:35:10 -0000 Date: Thu, 25 May 2000 19:35:10 +0100 From: Cliff Rowley To: kevin@coomers.com Cc: freebsd-questions@freebsd.org Subject: RE: Mouse Message-ID: <20000525193510.A24541@onsea.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Organisation: Onsea Software Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Are you by any chance using an S3 Trio3D/2X? Unforunately, if you're using the correct driver, and the correct settings, there is nothing you can do about the static. You can, however, fix the mouse by adding: Option swcursor to the device section of the XFree86 configuration file. HTH Cliff Rowley P.S. If you are using the S3, get rid of it... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 11:38:57 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 130EB37B5CE for ; Thu, 25 May 2000 11:38:47 -0700 (PDT) (envelope-from jim@luna.cdrom.com) Received: by luna.cdrom.com (Postfix, from userid 1000) id C746331F8; Thu, 25 May 2000 11:38:46 -0700 (PDT) Date: Thu, 25 May 2000 11:38:46 -0700 From: Jim Mock To: Brennan W Stehling Cc: freebsd-questions@FreeBSD.ORG Subject: Re: colors in telnet? Message-ID: <20000525113846.B500@luna.cdrom.com> Reply-To: jim@luna.cdrom.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.2i In-Reply-To: ; from brennan@offwhite.net on Thu, May 25, 2000 at 10:38:28AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 May 2000 at 10:38:28 -0500, Brennan W Stehling wrote: > I use a BetterTelnet, the continuation of the NCSA telnet project for > the Macintosh. (I use to to talk to FreeBSD) > > It has support VT100 and VT220, but I am not sure how to do the > colors. With a default install of some linux distros "ls" listings > and other applications have color coding for all kinds of useful > things, but I am not sure how to turn that on for FreeBSD. I have > tried in the past, but was not successful. > > Anyone know of how to do this? Anyone care to share a useful > .profile? Install gnuls (which Linux uses as the default ls) or colorls from /usr/ports/misc. Then RTFM for the options you want :-) - jim -- - jim mock - bsdi - freebsd documentation project - 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 May 25 12: 7:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.megared.net.mx (megamail.megared.com.mx [200.52.207.52]) by hub.freebsd.org (Postfix) with ESMTP id 8875A37B742 for ; Thu, 25 May 2000 12:07:37 -0700 (PDT) (envelope-from ales@megared.net.mx) Received: from ales (ales.megared.net.mx [207.249.162.41]) by unix.megared.net.mx (8.9.3/8.9.3) with SMTP id OAA59580; Thu, 25 May 2000 14:08:51 -0500 (CDT) (envelope-from ales@megared.net.mx) Message-ID: <077501bfc67c$606158a0$d2630a0a@megared.net.mx> From: "Alejandro Ramirez" To: "Gustavo Vieira Goncalves Coelho Rios" , References: <392B6B88.5AA0013A@tdnet.com.br> Subject: Re: eXtreme Mylex RAID Date: Thu, 25 May 2000 14:06:46 -0500 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, Take a look at http://people.freebsd.org/~msmith/RAID/index.html , he has added support for a lot of RAID cards in FreeBSD, and yes a lot of Mylex Raid Cards are supported on 4.0-stable, I dont know why they arent named in the Release Notes. Good Luck... Ales ----- Original Message ----- From: "Gustavo Vieira Goncalves Coelho Rios" To: Sent: Wednesday, May 24, 2000 12:41 AM Subject: eXtreme Mylex RAID > I heard that ftp.cdrom.com uses mylex raid eXtreme. > is that true ? > If yes, how can it be if this hardware is not listed as supported by 4.0 > Release Notes. > > Thanks for your answer. > > > -- > Your mouse has moved. > Windows NT must be restarted for the change to take effect! > > Reboot now? [ OK] > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 25 12:19:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from antipater.hosting.pacbell.net (antipater.hosting.pacbell.net [216.100.99.13]) by hub.freebsd.org (Postfix) with ESMTP id 8D53D37B64E for ; Thu, 25 May 2000 12:19:34 -0700 (PDT) (envelope-from lrosen@rosenlaw.com) Received: from ADSL (adsl-63-198-97-2.dsl.snfc21.pacbell.net [63.198.97.2]) by antipater.hosting.pacbell.net id PAA10803; Thu, 25 May 2000 15:17:30 -0400 (EDT) [ConcentricHost SMTP Relay 1.7] From: "Lawrence E. Rosen" To: "Rahul Siddharthan" Cc: "Russell Nelson" , "dewaz" , , Subject: RE: what about clauses? Date: Thu, 25 May 2000 12:04:58 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal In-Reply-To: <20000525225753.D74623@physics.iisc.ernet.in> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >But suppose Microsoft borrows your code and uses it inside one of >their own programs (which is what I believe they do with BSD code), >rather than keep your program aside as a separate work. What >license will apply to their program, ie how exactly will they satisfy >the conditions of the license below without making those clauses >apply to the entire program -- which includes both your code and >their code? I still don't believe the BSD license can be reasonably interpreted to transform the entire portion of a derivative work into an open source program. Whether the particular routines that incorporate the BSD code would have to be distributed under the BSD license is probably dependent upon the facts as well as a court's interpretation of the requirements of the BSD license language. My recommendation is, be perfectly clear what you mean by your license agreements.... Don't rely on ambiguities. /Larry Rosen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 12:20:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nscache2.x-treme.gr (mail1.x-treme.gr [212.120.196.23]) by hub.freebsd.org (Postfix) with ESMTP id 3A58537B64E for ; Thu, 25 May 2000 12:20:26 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (pat51.x-treme.gr [212.120.197.243]) by nscache2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id WAA21221; Thu, 25 May 2000 22:20:08 +0300 Received: (from charon@localhost) by hades.hell.gr (8.10.1/8.10.1) id e4P0gmG76245; Thu, 25 May 2000 03:42:48 +0300 (EEST) Date: Thu, 25 May 2000 03:42:48 +0300 From: Giorgos Keramidas To: "C. Paul Bond" Cc: freebsd-questions Subject: Re: Sendmail 8.10.X Message-ID: <20000525034248.A76162@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <392C310D.28D6CB36@mantech-wva.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392C310D.28D6CB36@mantech-wva.com>; from bondp@mantech-wva.com on Wed, May 24, 2000 at 03:44:13PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG C. Paul Bond wrote: > I need to upgrade to sendmail 8.10.x (I need the SMTP Authentication). > It looks like sendmail 8.9.X is the version currently in CVS. Is anyone > working on doing an update? Before I try to build it myself I thought I > would ask. I updated it manually, myself. Just copied sendmail_8.10.1.tar.gz into /tmp/build and run a few commands: # cd /tmp/build # tar xzvf sendmail_8.10.1.tar.gz # cd sendmail_8.10.1/ # sh Build # sh Build install After this was finished, I edited /etc/make.conf and NO_SENDMAIL was added, along with NO_MAILWRAPPER. Then I updated my configuration in /etc/mail/sendmail.cf myself. If you still want to use the mailwrapper, after running: # sh Build install You have to move /usr/sbin/sendmail into /usr/libexec/sendmail and link mailwrapper to /usr/sbin/sendmail: # mv /usr/sbin/sendmail /usr/libexec/sendmail # cd /usr/sbin # ln -s mailwrapper sendmail That's all. Then you have your own up to date version. - giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 12:38:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f172.law8.hotmail.com [216.33.241.172]) by hub.freebsd.org (Postfix) with SMTP id BFE4337B56C for ; Thu, 25 May 2000 12:38:44 -0700 (PDT) (envelope-from f_oslage@hotmail.com) Received: (qmail 61641 invoked by uid 0); 25 May 2000 19:38:43 -0000 Message-ID: <20000525193843.61640.qmail@hotmail.com> Received: from 195.93.25.150 by www.hotmail.com with HTTP; Thu, 25 May 2000 12:38:43 PDT X-Originating-IP: [195.93.25.150] From: "Friedrich Oslage" To: freebsd-questions@FreeBSD.ORG Subject: downloading freeBSD Date: Thu, 25 May 2000 21:38:43 CEST Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can you sned me the exact link for downloading because on the FTP-Server ther are so much file and I don't know wich to downlod... So please write back... ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 May 25 12:41:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id B528C37B778 for ; Thu, 25 May 2000 12:41:42 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id OAA49846; Thu, 25 May 2000 14:41:22 -0500 (CDT) Date: Thu, 25 May 2000 14:41:22 -0500 (CDT) From: Brennan W Stehling To: Doug Barton Cc: Brendan Kosowski , FreeBSD Questions Subject: Re: How do I set up a swap file ? In-Reply-To: <392D5C57.78A4E88A@gorean.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 Or use a different search engine... http://www.greasydaemon.com/cgi-bin/htsearch?words=swap+file+freebsd&method=and&format=long&config=greasydaemon I searched for "swap file freebsd" and got plenty of results. The first two results looked to have useful information from freebsd.org. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? http://www.greasydaemon.com/noms/ <- Why avoid MS? On Thu, 25 May 2000, Doug Barton wrote: > Brendan Kosowski wrote: > > > > Actually, there was nothing in the Handbook on this subject. > > It's in the FAQ. You need to learn how to use the search engine on the > web site. :) > > http://www.FreeBSD.ORG/FAQ/admin.html#AEN2149 > > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 25 12:42: 6 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 944A137B742 for ; Thu, 25 May 2000 12:42:03 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id MAA31167 for ; Thu, 25 May 2000 12:42:01 -0700 Date: Thu, 25 May 2000 12:42:01 -0700 (PDT) From: To: freebsd-questions@freebsd.org Subject: Sendmail Build generic-bsd4.4.mc Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG After editing my .mc file I try running ./Build generic-bsd4.4.mc and I get the following error. Any clue as to why, or how I can correct this? # pwd /usr/src/contrib/sendmail/cf/cf # ./Build generic-bsd4.4.mc ../../BuildTools/bin/find_m4.sh: Can't open ../../BuildTools/bin/find_m4.sh: No such file or directory # There is no BuildTools directory. Do I need to just uninstall sendmail and do a source install or something? FreeBSD 4.0-RELEASE sendmail 8.9.3 installed at OS install time by default. Keith ================================= Keith W. At the helm ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 12:44:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cybernetics.com (cyborg.cybernetics.com [206.246.200.18]) by hub.freebsd.org (Postfix) with ESMTP id ACF3537B50D for ; Thu, 25 May 2000 12:44:38 -0700 (PDT) (envelope-from corinnep@cybernetics.com) Received: by cyborg.cybernetics.com id <115203>; Thu, 25 May 2000 15:42:36 -0400 Reply-To: From: "Corinne Picataggi" To: Subject: Ecrix V33 SCSI 8mm Tape Drive Message-Id: <00May25.154236edt.115203@cyborg.cybernetics.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.2314.1300 Date: Thu, 25 May 2000 15:42:35 -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Does freeBSD support the Ecrix V33 8m scsi tape drive? If yes, can someone provide the correct config info? Thank you, Corinne Picataggi Testing Manger Cybernetics To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 12:45:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id E49BB37B72E for ; Thu, 25 May 2000 12:45:45 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id PAA09422; Thu, 25 May 2000 15:50:07 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392D82DD.8C4C7EFF@wmptl.com> Date: Thu, 25 May 2000 15:45:33 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Friedrich Oslage Cc: questions@freebsd.org Subject: Re: downloading freeBSD References: <20000525193843.61640.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 Friedrich Oslage wrote: > > Can you sned me the exact link for downloading because on the FTP-Server > ther are so much file and I don't know wich to downlod... > > So please write back... > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386//bin/*.* ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386//floppies/kern.flp ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386//floppies/mfsroot.flp ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386// If you've got a decent connection to the internet, you might just want to download kern.flp/mfsroot.flp, use the fdimage, or the rawwrite utility to copy them to floppy disks, boot said floppies, and let the installation program pick all the files you need as it installs them, (Install over FTP). -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 12:48:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 4786637B64E for ; Thu, 25 May 2000 12:48:45 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id OAA49915; Thu, 25 May 2000 14:48:43 -0500 (CDT) Date: Thu, 25 May 2000 14:48:43 -0500 (CDT) From: Brennan W Stehling To: Friedrich Oslage Cc: freebsd-questions@FreeBSD.ORG Subject: Re: downloading freeBSD In-Reply-To: <20000525193843.61640.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Choose the ISO file you want if you want to create your own CDROM. ftp://ftp.FreeBSD.org/pub/FreeBSD/releases/i386/ISO-IMAGES/ But the friendlier way to go is purchase one from cdrom.com to support the project if you can. Downloading this extremely large file can take a very long time, and then you need to burn it to disc. It is nice to avoid the extra work have official disks on hand... value added service in a way. And the price is so low! Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? http://www.greasydaemon.com/noms/ <- Why avoid MS? On Thu, 25 May 2000, Friedrich Oslage wrote: > Can you sned me the exact link for downloading because on the FTP-Server > ther are so much file and I don't know wich to downlod... > > > So please write back... > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail 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 May 25 12:49: 1 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 05D6D37B64E for ; Thu, 25 May 2000 12:48:56 -0700 (PDT) (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 HAA16049 for ; Fri, 26 May 2000 07:48:57 +1200 (NZST) From: "Dan Langille" Organization: The FreeBSD Diary To: freebsd-questions@freebsd.org Date: Fri, 26 May 2000 07:48:52 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: wd boot floppies Reply-To: dan@freebsddiary.org Message-ID: <392E2C64.16795.6BAE8960@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Recently we've found several people who can't install 4.0-R because they have wd drives. Is creating a wd-capable set of boot floppies an option? Or how should they be installing? -- Dan Langille - DVL Software Limited FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 12:50:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iteso.mx (iteso.mx [148.201.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 2DC5337B67F for ; Thu, 25 May 2000 12:50:17 -0700 (PDT) (envelope-from eric@iteso.mx) Received: from localhost (eric@localhost) by iteso.mx (8.9.3/8.9.3) with ESMTP id OAA18016 for ; Thu, 25 May 2000 14:50:13 -0500 (CDT) (envelope-from eric@iteso.mx) Date: Thu, 25 May 2000 14:50:13 -0500 (CDT) From: De la Cruz Lugo Eric To: freebsd-questions@FreeBSD.ORG Subject: RE: OCR Pixel!, for FreeBSD platform. (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 Check this!, sound pretty interesting. I got this as a response to the Mentalix company asking for support on their OCR software on FreeBSD. Eric De LA Cruz Lugo. Meida, Yucatan, mexico, The maya Land ---------- Forwarded message ---------- Date: Thu, 25 May 2000 13:16:26 -0500 From: Sonia Holland To: eric@iteso.mx Subject: RE: OCR Pixel!, for FreeBSD platform. Hello Eric, Thanks for your mail and for your interest in Mentalix products. I spoke with our Engineering department about your questions regarding FreeBSD in Linux emulation mode. They stated that, while we don't "officially" support that combination, that Pixel!OCR capabilities appear to be functional and that we do have customers running under that configuration. What company are you with and what kind of application are you putting together? Any details you can provide regarding your workflow will also help me to guide you toward the product that will most effectively meet your needs. In particular, are you seeking to integrate the OCR into an application and thus need command line or scripting capabilities? Is using another platform an option and how many systems are involved? I look forward to hearing further details about your system and requirements so that I'm better enabled to provide product information going forward. When you respond, don't hesitate to let me know if you have any additional questions as well. In the meantime, have a great weekend in "The Maya Land." (I've been to the Yucatan Peninsula- It's beautiful!) Best regards, Sonia Holland Mentalix, Inc. 1700 Alma Drive Suite 110 Plano, TX 75075 phone: (972) 423-9377 ext. 28 fax: (972) 423-1145 Email: SHolland@mentalix.com -----Original Message----- From: De la Cruz Lugo Eric [mailto:eric@iteso.mx] Sent: Wednesday, May 24, 2000 2:15 PM To: info@mentalix.com Subject: OCR Pixel!, for FreeBSD platform. Do you have plnas to release a version of your software (OCR Pixel!) for the FreeBSD platform in the short time?, if not, do you know how it perform on FreeBSD under Linux emulation? thanks in advance. Eric De La Cruz Lugo Merida, Yucatan, Mexico. The Maya Land. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 13: 4:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mb03.swip.net (mb03.swip.net [193.12.122.217]) by hub.freebsd.org (Postfix) with ESMTP id C739237B53A for ; Thu, 25 May 2000 13:04:13 -0700 (PDT) (envelope-from mikael.sundberg@mbox336.swipnet.se) Received: from mbox336.swipnet.se (d212-151-114-229.swipnet.se [212.151.114.229]) by mb03.swip.net (8.8.8/8.8.8) with ESMTP id WAA03663 for ; Thu, 25 May 2000 22:03:59 +0200 (MET DST) Message-ID: <392D876A.383281F9@mbox336.swipnet.se> Date: Thu, 25 May 2000 22:04:58 +0200 From: Mikael Sundberg X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: sv MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: What it the difference between CheepBSD1 FreeBSD 4.0 and FreeBSD 4.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What it the difference between CheepBSD1 FreeBSD 4.0 and FreeBSD 4.0? FreeBSD 4.0 is 3 times more expensive than CheepBSD FreeBSD 4.0. Please help!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 13: 6:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from moonlight.hinz-consulting.de (moonnlight.hinz-consulting.de [194.123.36.73]) by hub.freebsd.org (Postfix) with ESMTP id 28AB737B8FA for ; Thu, 25 May 2000 13:06:04 -0700 (PDT) (envelope-from marco@hinz-consulting.de) Received: from mastermarco (demo.dialup.intrail.de [194.123.36.103]) by moonlight.hinz-consulting.de (8.9.3/8.9.3) with SMTP id VAA28374 for ; Thu, 25 May 2000 21:48:53 GMT Message-ID: <001f01bfc685$2a09d260$0100a8c0@mastermarco> From: "Marco Hinz" To: Subject: help? Date: Thu, 25 May 2000 22:09:40 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001C_01BFC695.EC5CE180" 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_001C_01BFC695.EC5CE180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi hi everybody can you give me the synatax of chroot i do not get it=20 i will when marco loged in that he can only be in his homedirectory and = nowhere else but i do not check it how to so and you have a fail in your pkg samba-2.0.7=20 in the makefile ist the distname parameter missing you have to edit that ok bye marco ------=_NextPart_000_001C_01BFC695.EC5CE180 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi hi everybody
 
can you give me the synatax of chroot i = do not get=20 it
i will when marco loged in that he can = only be in=20 his homedirectory and nowhere else
but i do not check it how = to
 
so and you have a fail in your pkg = samba-2.0.7=20
in the makefile ist the distname = parameter missing=20 you have to edit that
 
ok bye
 
marco
------=_NextPart_000_001C_01BFC695.EC5CE180-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 13:18:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.sitesnow.com (ns0.sitesnow.com [63.166.182.130]) by hub.freebsd.org (Postfix) with ESMTP id 1644B37B6B6 for ; Thu, 25 May 2000 13:18:47 -0700 (PDT) (envelope-from gskouby@ns0.sitesnow.com) Received: from gskouby (helo=localhost) by ns0.sitesnow.com with local-esmtp (Exim 2.12 #1) id 12v45d-000KUT-00 for freebsd-questions@freebsd.org; Thu, 25 May 2000 16:18:45 -0400 Date: Thu, 25 May 2000 16:18:45 -0400 (EDT) From: Greg Skouby To: freebsd-questions@freebsd.org Subject: /dev missing/corrupt Message-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 what I am running: # uname -a FreeBSD 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 13:40:35 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 I have no idea what caused this problem. I had just finished doing some heavy duty compiling so that is the only thing that was going on with this machine that I could think of. I was trying to su to root and it was just saying "sorry" with out letting me type in my password. I looked in the logs and found this error: May 25 13:53:37 sshd[36102]: error: open /dev/tty failed - could not set controlling tty: No such file or directory I went into my /dev directory and found that this is the only thing that showed up when I did an ls: # ls ude/ctype.h?metaphone.c?/usr/include/ctype.h?metaphone.c?/usr/include/ctype.h?metaphone.c?/usr/include/ctype. I did some more monkeying around with MAKEDEV and mknod to finally reach this point: # ls -la ls: ude/ctype.h: No such file or directory total 34 -rwxr-xr-x 1 root wheel 33316 May 25 14:46 MAKEDEV crw-rw-rw- 1 root wheel 6, 0 May 25 16:13 ptyp0 crw-rw-rw- 1 root wheel 6, 1 May 25 16:13 ptyp1 crw-rw-rw- 1 root wheel 6, 2 May 25 16:13 ptyp2 crw-rw-rw- 1 root wheel 6, 3 May 25 16:13 ptyp3 crw-rw-rw- 1 root wheel 6, 4 May 25 16:13 ptyp4 crw-rw-rw- 1 root wheel 6, 5 May 25 16:13 ptyp5 crw-rw-rw- 1 root wheel 6, 6 May 25 16:13 ptyp6 crw-rw-rw- 1 root wheel 6, 7 May 25 16:13 ptyp7 crw-rw-rw- 1 root wheel 6, 8 May 25 16:13 ptyp8 crw-rw-rw- 1 root wheel 6, 9 May 25 16:13 ptyp9 crw-rw-rw- 1 root wheel 6, 10 May 25 16:13 ptypa crw-rw-rw- 1 root wheel 6, 11 May 25 16:13 ptypb -rw-r--r-- 1 root wheel 10 May 25 16:12 tty crw-rw-rw- 1 root wheel 5, 0 May 25 16:13 ttyp0 crw-rw-rw- 1 root wheel 5, 1 May 25 16:13 ttyp1 crw-rw-rw- 1 root wheel 5, 2 May 25 16:13 ttyp2 crw-rw-rw- 1 root wheel 5, 3 May 25 16:13 ttyp3 crw-rw-rw- 1 root wheel 5, 4 May 25 16:13 ttyp4 crw-rw-rw- 1 root wheel 5, 5 May 25 16:13 ttyp5 crw-rw-rw- 1 root wheel 5, 6 May 25 16:13 ttyp6 crw-rw-rw- 1 root wheel 5, 7 May 25 16:13 ttyp7 crw-rw-rw- 1 root wheel 5, 8 May 25 16:13 ttyp8 crw-rw-rw- 1 root wheel 5, 9 May 25 16:13 ttyp9 crw-rw-rw- 1 root wheel 5, 10 May 25 16:13 ttypa crw-rw-rw- 1 root wheel 5, 11 May 25 16:13 ttypb However, the devices for the hard drive and such are in them because this is what happens when I list them by name: # ls -la /dev/wd0s1a brw-r----- 1 root operator 0, 0x00020000 Oct 25 1999 /dev/wd0s1a # ls -la /dev/wd0s1b brw-r----- 1 root operator 0, 0x00020001 Oct 25 1999 /dev/wd0s1b Any hints or ideas of how to fix or what caused it? Thanks..bye To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 13:30:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ux1.schottle.net (ux1.schottle.net [199.88.145.11]) by hub.freebsd.org (Postfix) with ESMTP id 4694837B72E for ; Thu, 25 May 2000 13:30:19 -0700 (PDT) (envelope-from tom@schottle.net) Received: from schottle.net (ntw1.schottle.net [199.88.145.20]) by ux1.schottle.net (8.9.3/8.9.3) with ESMTP id QAA05687 for ; Thu, 25 May 2000 16:30:18 -0400 (EDT) (envelope-from tom@schottle.net) Message-ID: <392D8D5A.32584CA5@schottle.net> Date: Thu, 25 May 2000 16:30:18 -0400 From: Tom Schottle X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: Promise Ultra66 and wdc2/wdc3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a stack of old Pentiums and IDE drives. I'm trying to build a few cheap file servers (thank you ccd(4)!). I put the Promise controller into the machine, added drives to it (which the controller recognized), made the following changes to the kernel config (straight from LINT) controller wdc2 at isa? port "0" bio irq ? flags 0xa0ffa0ff disk wd4 at wdc2 drive 0 disk wd5 at wdc2 drive 1 controller wdc3 at isa? port "0" bio irq ? flags 0xa0ffa0ff disk wd6 at wdc3 drive 0 disk wd7 at wdc3 drive 1 rebuilt the kernel, and rebooted. loader(8) sees the drives but the kernel says the following: wdc2 not found at 0 wdc3 not found at 0 I tried changing both "0" to ? but then the kernel says: wdc2: not found wdc3: not found I've looked in all the usual places and have found no docs that helped. Any help you can give would be much appreciated. TIA, Tom Schottle tom@schottle.net P.S. Anybody ever use the Promise FastTrak66. Does it work under FreeBSD? Does it work as advertised? P.P.S. Forgot the particulars: 3.4-STABLE (cvsup(1) last night. I know, I know. 4.0-STABLE.) Pentium 233MHz MMX, 64MB Tyan S1571 Western Digital Caviar 22100 (only a test drive) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 13:34:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (zoom0-065.telepath.com [216.14.0.65]) by hub.freebsd.org (Postfix) with SMTP id AB61837B690 for ; Thu, 25 May 2000 13:34:32 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 1698 invoked by uid 100); 25 May 2000 20:04:23 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14637.34631.134285.68412@guru.mired.org> Date: Thu, 25 May 2000 15:04:23 -0500 (CDT) To: questions@freebsd.org Subject: Audio capture with PCM driver? X-Mailer: VM 6.72 under 21.1 (patch 3) "Acadia" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm hoping someone can help me with audio capture using the FreeBSD 4.0-RELEASE audio drivers. I have a soundblaster AWE64 ISA sound card. Under 3.4-RELEASE, everything worked fine - or at least everything I used. The 3.4 config file looked like: # sound cards controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? drq 5 device opl0 at isa? port 0x388 device sbmidi0 at isa? port 0x330 device awe0 at isa? port 0x620 The awe device wasn't found at boot time, but this didn't particularly bother me. After upgrading to 4.0-RELASE, audio capture quit working. In particular, it seemed that capture only worked in 8 bit mono mode, and the captured sound had *very* low volumes. Everything except capture seems to work fine - I can play back the microphone, CD player, and line in no problems. The config file for 4.0 was: device pcm device sbc The dmesg output for that is: sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 sbc0: setting card to irq 5, drq 1, 5 pcm0: on sbc0 joy1: at port 0x208-0x20f on isa0 unknown0: at port 0x620-0x623 on isa0 Figuring the problem might be poor bridge support, I bought a Jaton SonicWave 4D, which uses the Trident 4DWave chip (and I'm always glad to drop an ISA device in favor of a PCI one). I deleted "device sbc" from the config file, and rebuilt the kernel. The dmesg output is now just: pcm0: port 0xe400-0xe4ff mem 0xffafe000-0xffafefff irq 11 at device 15.0 on pci0 The results are, if anything, worse. My tools for recording audio lock up when they start recording. The system keeps running, but I've got to kill the audio programs from another window. If anyone can provide any hints or tips on getting either card to capture audio, I'd appreciate hearing them. If you need more info (complete config or dmesg output), let me know. Thanx, ; Thu, 25 May 2000 13:37:39 -0700 (PDT) (envelope-from derek@zettlergroup.com) Received: from zettlergroup.com by wodc7mr4.ffx.ops.us.uu.net with ESMTP (peer crosschecked as: [205.229.171.105]) id QQiqte13521 for ; Thu, 25 May 2000 20:37:28 GMT Message-ID: <392D8F06.BABEFEB6@zettlergroup.com> Date: Thu, 25 May 2000 16:37:26 -0400 From: Derek Nielsen X-Mailer: Mozilla 4.72 (Macintosh; I; PPC) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Problems with 'make' and 'man' and groff Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am using Mac OS-X Server, which, I've been told is FreeBSD. During the past day or two I have been trying to install PHP and MySQL. I had both of them installed, then realized that I needed to change some things in the configuration of PHP, so I trashed it and set about making it again. This time, when I type 'make' I get this message: make: execvp: rm: Not a directory make: *** [language-parser.tab.o] Error 127 Also, now when I use 'man', as in 'man chmod', I get this error: man: formatting manual page... groff: couldn't execute troff: Not a directory groff: couldn't execute grotty: Not a directory What is going on here? I can type 'man' by itself, and it explains the usage, so I assume the PATH info is correct. Any ideas? Thanks... Derek Nielsen derek@zettlergroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 13:48:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from socrates.i-pi.com (Socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id BB9AF37B557 for ; Thu, 25 May 2000 13:48:22 -0700 (PDT) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.3/8.9.3) id OAA14930 for questions@freebsd.org; Thu, 25 May 2000 14:48:10 -0600 (MDT) (envelope-from ingham) Date: Thu, 25 May 2000 14:48:09 -0600 From: Kenneth Ingham To: questions@freebsd.org Subject: More on dc0: couldn't map ports/memory Message-ID: <20000525144809.A14911@socrates.i-pi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This appears to be something hardware related. I went out and purchased a D-Link enet card and I'm getting a similar error meessage: rl0: at device 13.0 on pci1 rl0: couldn't map ports/memory device_probe_and_attach: rl0 attach returned 6 (6 is ENXIO, no such device or address) I assume that there must be a CMOS problem, becuase I find it hard to believe that both enet cards are bad. Any ideas what it could be? Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14: 1:18 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 BE9BA37B66C for ; Thu, 25 May 2000 14:01:13 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.153]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Thu, 25 May 2000 14:01:27 -0700 Message-ID: <392D947D.C76C56B7@3-cities.com> Date: Thu, 25 May 2000 14:00:45 -0700 From: Kent Stewart X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Gary Kline Cc: Brennan W Stehling , Generic Player , Mark Ovens , questions@FreeBSD.ORG Subject: Re: IE for FreeBSD Petition References: <000901bfc4f7$21df1ee0$0100a8c0@x> <20000525104927.C4538@athena.sea.tera.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gary Kline wrote: > > On Thu, May 25, 2000 at 09:10:51AM -0500, Brennan W Stehling wrote: > > I use MacOS and FreeBSD as an alternative to Windows and Microsoft > > software because I prefer it. I also do it to avoid MS software because I > > do not wnat to support that company in any way. > > > > Conversely, I purchase (not pirate) copies of MacOS to support Apple. I > > also purchase FreeBSD products from cdrom.com and clothing from > > copyleft.net. It is all about voting with my dollar bill. > > > > The reason MS stays on top is that people keep on buying and using their > > software. The create proprietary formats and people call them the > > standards (Excel for spreadsheets and Word for word processing). With > > that in place it is hard to alternatives to gain ground unless there is an > > element which simply does not use MS software and uses alternatives like > > Star Office, Gnome or KDE applications. > > > [[ ... ]] > > > > > Sure the "MS Sux" attitude is childish, but if these people presented > > themselves in a better way, perhaps you would agree with them. > > > > Brennan Stehling - web developer and sys admin > > projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com > > > > I believe this says it as succiently as possible! Some of > you may have read about my Unix-bigotry in DaemonNews years > ago. The main reason to support this paradigm is simply > becausee of its superiority; another reason is to knock > M$oft down a few notches. I don't completely agree but getting 8 out of 10 point from me is pretty good. You can always find fault with something. Whether it matters or not depends on whether it impacts you in some way. I try to go with the least irritation setup. I've semi-seriously joked that if a product has 3 or more bugs, I will see one of them. Timing wise, it is better to have that occur during beta testing. Having to boot Win98 to listen to a training video works but it still bugs me. None of the companies I've worked with ever used a (i)Mac but if that was their main desktop computer I would have one. MS has gotten to the point that there really isn't any competition. I think this point is reached at 60% of a market and they are well beyond that. The iMac has changed that but I don't have any idea about the amount. I think they need competition and that is why I have started devoting my time to FreeBSD. They can't buy and kill a free product. The response time from a developer is much better. You can even trade email with them. When is the last time you talked to a MS developer. I found a bug in Win98 two weeks after it was released but it wasn't fixed until 98se. System Information thought I had 12 126TB disk drives when I tried to print my system information. I encountered others but someone else already had credit for finding them. It doesn't do any good to complain about the lack of contact because you are bashing MS at that point and their hearing protector's flap shut. I occasionly run IE5 on my Windows systems because I can leave it up for hours. Netscape goes catatonic after 3 or 4 hours and you have to kill the process and restart it. You only loose your in memory bookmarks. A minor irritant mostly. When it occurs a couple of times in a single session, it is more than a minor irritant and up comes IE5. I still like Navigator's look and feel better than IE5 and it looks almost the same on FreeBSD. > > Supporting the Freenix movement by shelling out a few dollars/year > for CD's is a start; volunteering your time and labor is that > much better; buying CD's and volunteering is better still. I have a subscription to the CD's. The real question at this point is whether I renew my MSDN Enterprise subscription. I've used FreeBSD a lot more this year and I'm close to being satisfied with the environment :). At this point, I've made thing run on FreeBSD because of access to both gdb and MS' visual debugger. Neither one could find one of my conversion problems (an old CF77 program with 277 subroutines) in a timely matter but between them, I figure I saved days. Kent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14: 6:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from beachpdc1.beachassociates.com (beachpdc1.beachassociates.com [208.246.80.6]) by hub.freebsd.org (Postfix) with ESMTP id 59A7837B6D7 for ; Thu, 25 May 2000 14:06:41 -0700 (PDT) (envelope-from cday@beachassociates.com) Received: by beachpdc1.beachassociates.com with Internet Mail Service (5.5.2448.0) id ; Thu, 25 May 2000 17:06:31 -0400 Message-ID: From: Chad Day To: "'freebsd-questions@freebsd.org'" Subject: Date: Thu, 25 May 2000 17:06:26 -0400 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 subscribe freebsd-questions Chad Day Beach Associates When I speak german... I think german in my head... but like...Do skript kiddies see a w40l3 8uncha 1's and 0's and 3's and 4's and 7's in their h34d'5 w43n t43y R +a1k1n6 ? -- SirStanley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14: 7: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from socrates.i-pi.com (Socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id ED1A237B800 for ; Thu, 25 May 2000 14:06:56 -0700 (PDT) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.3/8.9.3) id PAA15046 for questions@freebsd.org; Thu, 25 May 2000 15:06:56 -0600 (MDT) (envelope-from ingham) Date: Thu, 25 May 2000 15:06:56 -0600 From: Kenneth Ingham To: questions@freebsd.org Subject: resolved: dc0: couldn't map ports/memory Message-ID: <20000525150655.A15032@socrates.i-pi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Duh. I should have caught this one. Turn off plug and play OS in the CMOS and the ethernet cards both work. Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14:11:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from beachpdc1.beachassociates.com (beachpdc1.beachassociates.com [208.246.80.6]) by hub.freebsd.org (Postfix) with ESMTP id 1DCB237B5E9 for ; Thu, 25 May 2000 14:11:43 -0700 (PDT) (envelope-from cday@beachassociates.com) Received: by beachpdc1.beachassociates.com with Internet Mail Service (5.5.2448.0) id ; Thu, 25 May 2000 17:11:41 -0400 Message-ID: From: Chad Day To: "'freebsd-questions@freebsd.org'" Subject: Looking for a server.. Date: Thu, 25 May 2000 17:11:38 -0400 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 I'm looking for a server with the following specs: 1 pIII 450 or higher processor 128 MB RAM 9GB HD Tape Drive CD Drive All hardware compatible with FreeBSD. :) Does anyone have any good/bad experiences that they could let me know of? I've priced some stuff online and generally I'm coming up with around $2,500, which is fine, but I want to be certain that I won't run into problems with hardware compatibility.. Chad Day Beach Associates When I speak german... I think german in my head... but like...Do skript kiddies see a w40l3 8uncha 1's and 0's and 3's and 4's and 7's in their h34d'5 w43n t43y R +a1k1n6 ? -- SirStanley To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14:26:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monica.et.bocholt.fh-gelsenkirchen.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by hub.freebsd.org (Postfix) with ESMTP id 244F637B519 for ; Thu, 25 May 2000 14:26:51 -0700 (PDT) (envelope-from hank@musashi.et.bocholt.fh-ge.de) Received: from musashi.et.bocholt.fh-ge.de (reserve.et.bocholt.fh-gelsenkirchen.de [193.175.197.95] (may be forged)) by monica.et.bocholt.fh-gelsenkirchen.de (8.9.3/8.9.3) with ESMTP id WAA18849 for ; Thu, 25 May 2000 22:33:19 +0200 Received: from localhost (localhost.et.bocholt.fh-ge.de [127.0.0.1]) by musashi.et.bocholt.fh-ge.de (8.9.3/8.9.3) with ESMTP id WAA08210 for ; Thu, 25 May 2000 22:33:20 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-ge.de) Message-Id: <200005252033.WAA08210@musashi.et.bocholt.fh-ge.de> From: gouders@et.bocholt.fh-gelsenkirchen.de To: freebsd-questions@freebsd.org Subject: ping -R Reply-To: gouders@et.bocholt.fh-gelsenkirchen.de Date: Thu, 25 May 2000 22:33:20 +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, currently I am reading Richard Steven's book TCP/IP Illustrated Vol.1 and recognized that one of the examples in the book - ping -R - cannot be performed from (and to) my FreeBSD machines: FreeBSD musashi 3.4-RELEASE FreeBSD 3.4-RELEASE #4: Tue Apr 11 12:12:17 CEST 2000 root@musashi:/usr/src/sys/compile/MUSASHI i386 as well as FreeBSD karga 4.0-RELEASE FreeBSD 4.0-RELEASE #5: Wed May 17 22:00:01 CEST 2000 root@karga:/usr/src/sys/compile/KARGA i386 ping seems to transmit packets but produces no output and after cancelling the program it tells me about a loss of all sent packets... Does anyone know about that problem? Dirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14:36: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.iran.com (smtp2.iran.com [195.200.225.123]) by hub.freebsd.org (Postfix) with SMTP id 8170437BE39 for ; Thu, 25 May 2000 14:35:53 -0700 (PDT) (envelope-from hamid@morva.net) Received: from morva.net([195.200.226.147]) (1196 bytes) by smtp2.iran.com via sendmail with P:smtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Fri, 26 May 2000 02:05:19 +0430 (IRST) (Smail-3.2.0.101 1997-Dec-17 #21 built 1998-Jul-17) Received: (qmail 21223 invoked from network); 25 May 2000 21:33:50 -0000 Received: from unknown (HELO hashemi) (213.29.22.44) by yaghut.morva.net with SMTP; 25 May 2000 21:33:50 -0000 Message-ID: <000d01bfc691$e8e8c630$051414c8@hashemi> From: "Hamid Reza Hashemi Golpayegani" To: Subject: 256M of RAM ! Date: Fri, 26 May 2000 02:10:54 +0430 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi , I have posted a message and want to know why my whole ram was not propertly detected in freebsd when I add this : options MAXMEM="(256*1024)" line to my kernel conf file and recompile the kernel . Dan Nelson message me that no longer needed and I can put this line : hw.physmem="256M" in /boot/loader.conf and find whole ram . But this is not worked tooo . Any idea ? Thank You Hamid Hashemi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14:38: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tel.netraam.com (node13c7b.a2000.nl [24.132.60.123]) by hub.freebsd.org (Postfix) with ESMTP id BDD9837BDB3 for ; Thu, 25 May 2000 14:37:59 -0700 (PDT) (envelope-from maarten@netraam.com) Received: from maarten (helo=localhost) by tel.netraam.com with local-esmtp (Exim 3.13 #1) id 12v5KG-000862-00 for questions@freebsd.org; Thu, 25 May 2000 23:37:56 +0200 Date: Thu, 25 May 2000 23:37:56 +0200 (CEST) From: Maarten de Vries To: questions@freebsd.org Subject: xntpd in 4.0-R In-Reply-To: <14637.34631.134285.68412@guru.mired.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, Maybe the answer to this one is obvious and known to you all: Where has xntpd gone in FreeBSD 4?! I've been running 4.0-R for nearly two months now, and am still in the dark about this. Cheers, -- maarten@netraam.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14:39:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 02FC937B70D for ; Thu, 25 May 2000 14:39:30 -0700 (PDT) (envelope-from mhumm@ispchannel.com) Received: from ispchannel.com ([208.170.159.57]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000525214051.XMNQ17546.smtp2a@ispchannel.com> for ; Thu, 25 May 2000 14:40:51 -0700 Message-ID: <392D9D8A.435A6134@ispchannel.com> Date: Thu, 25 May 2000 16:39:22 -0500 From: "Mark A. Hummel" Organization: Innovative Solutions X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Setting Time and Date??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, How do I set the current local time and date? Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14:42: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 082E837B70D for ; Thu, 25 May 2000 14:42:09 -0700 (PDT) (envelope-from drew@planetwe.com) Received: from dorado.planetwe.com ([24.2.113.200]) by mail.rdc1.tn.home.com (InterMail vM.4.01.02.00 201-229-116) with SMTP id <20000525214208.OCHP26552.mail.rdc1.tn.home.com@dorado.planetwe.com> for ; Thu, 25 May 2000 14:42:08 -0700 From: Drew Sanford Reply-To: drew@planetwe.com Organization: PlanetWe To: questions@freebsd.org Subject: Sound on Dell inspiron Date: Thu, 25 May 2000 16:36:32 -0500 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00052516442100.00324@dorado.planetwe.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have FreeBSD 4.0 (from the CD) on a Dell Inspiron laptop. I'm running the KDE desktop, and was wondering how to fix an error with the mixer. When trying to start the mixer I get the following error: kmix: could not open mixer. Perhaps you have no permission to access the mixer device. Login as root and do a 'chmod a+rw /dev/mixer*' to allow the access. Well, I can't find /dev/mixer* ect...I am assuming that since I never actually did it, that sound on this laptop is not configured. I'm familiar with linux, and alot of stuff in BSD looks "the same, only different", so I'm assuming I'm going to have to configure the sound. My questions are these: Is the configuration process for sound on FreeBSD and Linux basicly the same, or is this one of the things thats different? Has anyone configured sound on one of these beasts before, and can they provide some clues? I'm not sure what sort of card is in this laptop either (I suppose I could boot NT and look, but I'd really rather not.) TIA for any help. -- Drew Sanford Systems Administrator Planetwe.com Email: drew@planetwe.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 14:55:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web1301.mail.yahoo.com (web1301.mail.yahoo.com [128.11.23.151]) by hub.freebsd.org (Postfix) with SMTP id 3F8E837B514 for ; Thu, 25 May 2000 14:55:16 -0700 (PDT) (envelope-from thedhli@yahoo.com) Received: (qmail 28317 invoked by uid 60001); 25 May 2000 21:55:16 -0000 Message-ID: <20000525215516.28316.qmail@web1301.mail.yahoo.com> Received: from [139.87.165.222] by web1301.mail.yahoo.com; Thu, 25 May 2000 14:55:16 PDT Date: Thu, 25 May 2000 14:55:16 -0700 (PDT) From: hedhli toufik Subject: Question To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I am new user of freebsd. I installed frebsd. When I biult the kernel it was for only 1 ethrenet card. Now I added a second one. So when I boot me PC the card sounds to be detected but it tells me "Kernel build for only one card" I would like to know what to do to have the second crad working. I have freebsd 2.2.4 and applications running on it... Could you please help me out with this issue I would really appreciate it. Thank you Toufik new user. __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.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 May 25 14:57:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from firewall.symark.com (firewall.symark.westlake.iswest.net [207.178.203.34]) by hub.freebsd.org (Postfix) with ESMTP id CD79C37B6FD for ; Thu, 25 May 2000 14:57:30 -0700 (PDT) (envelope-from ggross@symark.com) Received: (from mailer@localhost) by firewall.symark.com (8.9.3/8.9.3) id OAA04654 for ; Thu, 25 May 2000 14:57:30 -0700 Received: from camel.symark.com(128.1.1.97) by firewall.symark.com via smap (V2.1/2.1+anti-relay+anti-spam) id xma004637; Thu, 25 May 00 14:57:26 -0700 Received: by localhost with Microsoft MAPI; Thu, 25 May 2000 14:57:43 -0700 Message-ID: <01BFC659.943FC760.ggross@symark.com> From: Glen Gross Reply-To: "ggross@symark.com" To: "'freebsd-questions@freebsd.org'" Subject: Kernel upgrade question Date: Thu, 25 May 2000 14:57:41 -0700 Organization: Symark Software 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 Is there an easy way to convert a kernel config file for 3.4 over to 4.0? that's the one step in the upgrade process I don't understand. Thanks in advance. Glen Gross Unix Technical Support Specialist SYMARK SOFTWARE 5716 Corsa Avenue, Suite 200 Westlake Village, CA 91362 Main: 818-865-6100 FAX: 818-889-1894 http://www.symark.com Technical Support: unix-support@symark.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 15: 2:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dns2.seanet.com (dns2.seanet.com [199.181.164.2]) by hub.freebsd.org (Postfix) with ESMTP id 134D837B7C3 for ; Thu, 25 May 2000 15:02:33 -0700 (PDT) (envelope-from goodleaf@goodleaf.net) Received: from clyde.goodleaf.net (piscator.seanet.com [199.181.165.218]) by dns2.seanet.com (8.9.3/8.9.0) with ESMTP id PAA01699; Thu, 25 May 2000 15:02:03 -0700 (PDT) Date: Thu, 25 May 2000 15:12:04 -0700 (PDT) From: "J. Goodleaf" To: Hamid Reza Hashemi Golpayegani Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 256M of RAM ! In-Reply-To: <000d01bfc691$e8e8c630$051414c8@hashemi> Message-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 the BIOS accurately detect the RAM? (Could you have mixed RAM types, ECC and non-ECC?) -J On Fri, 26 May 2000, Hamid Reza Hashemi Golpayegani wrote: > Hi , > > I have posted a message and want to know why my whole ram was not propertly > detected in freebsd when I add this : > options MAXMEM="(256*1024)" > line to my kernel conf file and recompile the kernel . > Dan Nelson message me that no longer needed and I can put this line : > hw.physmem="256M" > in /boot/loader.conf and find whole ram . But this is not worked tooo . > Any idea ? > > Thank You > Hamid Hashemi > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 25 15: 8:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from almazs.pacex.net (dns1.pacex.net [209.189.111.246]) by hub.freebsd.org (Postfix) with ESMTP id CA5DA37B80E for ; Thu, 25 May 2000 15:08:16 -0700 (PDT) (envelope-from danielb@pacex.net) Received: from almazs.pacex.net (almazs.pacex.net [209.189.111.246]) by almazs.pacex.net (8.9.3/8.9.3) with ESMTP id PAA13670 for ; Thu, 25 May 2000 15:08:17 -0700 (PDT) Date: Thu, 25 May 2000 15:08:17 -0700 (PDT) From: "Dan B. " To: freebsd-questions@freebsd.org Subject: Remote POP3 management tool Message-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; Is there a tool out there I can use to manage POP3 accounts for virtual domains i.e add/delete POP3 accounts and change passwords e.t.c I am running FreeBSD 3.4-STABLE/Sendmail 8.9.3 /Qpopper. Dan Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 15: 8:47 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 3190237BE22 for ; Thu, 25 May 2000 15:08:42 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-210.alpha.net.au [203.41.44.210] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id JAA24942; Fri, 26 May 2000 09:16:33 +1000 From: Danny To: webmaster@wmptl.com, Nathan Vidican , questions@FreeBSD.ORG Subject: Re: BSDI vs Linux Date: Sat, 27 May 2000 08:15:36 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <392D4713.7CC6286A@wmptl.com> MIME-Version: 1.0 Message-Id: <00052708160200.00349@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you checked for a port for this product? On Fri, 26 May 2000, Nathan Vidican wrote: > I'm looking at using Livingston's radiusd, for several Lucent Portmaster > 3's. They have a binarie distribution for BSDi, and for Linux. I'm > assuming FreeBSD will run either, but which would be best suited for > binary compatability? > > > -- > Nathan Vidican > webmaster@wmptl.com > Windsor Match Plate & Tool Ltd. > http://www.wmptl.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 15:10:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.cinar.com (gateway.cinar.com [207.107.104.128]) by hub.freebsd.org (Postfix) with SMTP id 479CA37B80E for ; Thu, 25 May 2000 15:10:22 -0700 (PDT) (envelope-from mgignac@cinar.com) Received: (qmail 21434 invoked by uid 85); 25 May 2000 22:10:21 -0000 Received: from mgignac@cinar.com by gateway.cinar.com with scan4virus-0.19 (. Clean. Processed in 0.043436 secs); 25/05/2000 18:10:21 Received: from unknown (HELO freebsd.cinar.com) (172.16.1.134) by gateway.cinar.com with SMTP; 25 May 2000 22:10:20 -0000 Received: from greenwich ([172.16.7.2]) by freebsd.cinar.com (8.9.3/8.9.3) with SMTP id SAA80322; Thu, 25 May 2000 18:10:19 -0400 (EDT) (envelope-from mgignac@cinar.com) Message-ID: <007001bfc696$0408e8b0$020710ac@greenwich> From: "Martin Gignac" To: "Mark A. Hummel" , "freebsd-questions" References: <392D9D8A.435A6134@ispchannel.com> Subject: Re: Setting Time and Date??? Date: Thu, 25 May 2000 18:10:19 -0400 Organization: Cinar Corporation 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 'man date' I believe. -Martin ----- Original Message ----- From: "Mark A. Hummel" To: "freebsd-questions" Sent: Thursday, May 25, 2000 5:39 PM Subject: Setting Time and Date??? > Greetings, > > How do I set the current local time and date? > > Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 15:14:12 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 C35DD37BE47 for ; Thu, 25 May 2000 15:14:04 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-210.alpha.net.au [203.41.44.210] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id JAA25131; Fri, 26 May 2000 09:21:59 +1000 From: Danny To: "Mark A. Hummel" , freebsd-questions Subject: Re: Setting Time and Date??? Date: Sat, 27 May 2000 08:20:52 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <392D9D8A.435A6134@ispchannel.com> MIME-Version: 1.0 Message-Id: <00052708212801.00349@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG do a "man date" On Fri, 26 May 2000, Mark A. Hummel wrote: > Greetings, > > How do I set the current local time and date? > > Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 15:22:22 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 CA93F37BDCC for ; Thu, 25 May 2000 15:22:17 -0700 (PDT) (envelope-from sky_tracker@yahoo.com) Received: from unknown (HELO tracker) (216.191.74.247) by smtp.mail.yahoo.com with SMTP; 25 May 2000 15:22:01 -0700 X-Apparently-From: Message-ID: <392D6F04.41C67EA6@yahoo.com> Date: Thu, 25 May 2000 14:20:52 -0400 From: David Banning Organization: Sky-Tracker of Canada Inc. X-Mailer: Mozilla 3.04Gold (X11; I; FreeBSD 3.4-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: Hylafax compatible modem? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have been using a usr faxmodem with Hylafax with some difficulty. What would be a good modem compatible with Hylafax. -- Stupidity got us into this mess -- why can't it get us out? __________________________________________________ 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 May 25 15:25:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from laurin.munich.netsurf.de (laurin.munich.netsurf.de [194.64.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 0A4C337B702 for ; Thu, 25 May 2000 15:25:05 -0700 (PDT) (envelope-from thomas.nitschke@munich.netsurf.de) Received: from munich.netsurf.de (ns1099.munich.netsurf.de [195.180.235.99]) by laurin.munich.netsurf.de (8.9.3/8.9.3) with ESMTP id AAA23347 for ; Fri, 26 May 2000 00:24:55 +0200 (MET DST) Message-ID: <392DA794.E9BACE49@munich.netsurf.de> Date: Fri, 26 May 2000 00:22:12 +0200 From: Thomas Nitschke Reply-To: thomas@captainf.de Organization: http://www.captainf.de X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Adaptec U160 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG greetings, is it possible to use one of the new Adaptec Controllers 19160, 29160, 39160 with one of the existing drivers? Thanks Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 15:43:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id 6CA8C37B702 for ; Thu, 25 May 2000 15:43:50 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id PAA21439; Thu, 25 May 2000 15:43:19 -0700 (PDT) Message-ID: <392DAD57.49FB6CED@telocity.com> Date: Thu, 25 May 2000 18:46:47 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: thomas@captainf.de Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adaptec U160 References: <392DA794.E9BACE49@munich.netsurf.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thomas Nitschke wrote: > > greetings, > > is it possible to use one of the new Adaptec Controllers > 19160, 29160, 39160 with one of the existing drivers? > > Thanks Tom > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message From "man ahc": DESCRIPTION This driver provides access to the SCSI bus(es) connected to Adaptec AIC7770, AIC7850, AIC7860, AIC7870, AIC7880, AIC7890, AIC7891, AIC7892, AIC7895, AIC7896, AIC7897 and AIC7899 host adapter chips. These chips are found on many motherboards as well as the following Adaptec SCSI con- troller cards: 274X(W), 274X(T), 284X, 2910, 2915, 2920, 2930C, 2930U2, 2940, 2940U, 2940AU, 2940UW, 2940UW Dual, 2940UW Pro, 2940U2W, 2940U2B, 2950U2W, 2950U2B, 19160B, 29160B, 29160N, 3940, 3940U, 3940AU, 3940UW, 3940AUW, 3940U2W, 3950U2, 3960, 39160, 3985, and 4944UW. ... ... SEE ALSO aha(4), ahb(4), cd(4), da(4), sa(4), scsi(4) AUTHORS The ahc driver, the AIC7xxx sequencer-code assembler, and the firmware running on the aic7xxx chips was written by Justin T. Gibbs. HISTORY The ahc driver appeared in FreeBSD 2.0. FreeBSD February 13, 2000 Hope this is what you're looking for. -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 15:51:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 7E6B937B702 for ; Thu, 25 May 2000 15:51:15 -0700 (PDT) (envelope-from dg@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id PAA09621; Thu, 25 May 2000 15:44:43 -0700 (PDT) Message-Id: <200005252244.PAA09621@implode.root.com> To: thomas@captainf.de Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adaptec U160 In-reply-to: Your message of "Fri, 26 May 2000 00:22:12 +0200." <392DA794.E9BACE49@munich.netsurf.de> From: David Greenman Reply-To: dg@root.com Date: Thu, 25 May 2000 15:44:43 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >is it possible to use one of the new Adaptec Controllers >19160, 29160, 39160 with one of the existing drivers? They're supported in 4.x-stable and -current via the ahc driver. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 15:51:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from front3.grolier.fr (front3.grolier.fr [194.158.96.53]) by hub.freebsd.org (Postfix) with ESMTP id 9A08A37B702 for ; Thu, 25 May 2000 15:51:20 -0700 (PDT) (envelope-from ehret_f@club-internet.fr) Received: from spoutnik (nas4-18-55.kdel.club-internet.fr [213.44.18.55]) by front3.grolier.fr (8.9.3/No_Relay+No_Spam_MGC990224) with SMTP id AAA13154 for ; Fri, 26 May 2000 00:51:14 +0200 (MET DST) Message-ID: <000801bfc699$fa6e6ce0$0101a8c0@spoutnik> From: "Ehret-Franck Florent" To: Subject: please help Date: Fri, 26 May 2000 00:38:40 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC6AA.BCFCFE60" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC6AA.BCFCFE60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi this is the first time he try to install netbsd 1.4.2 in my computer. I have a 2940U2W SCSI adaptec host adaptator and when ,in the sysinst = program, i try to begin the installation i get the following message: = "can't find a hard drive on your system". I have already windows98 installed on my computer and 2gb of free disk = space. I hope you could help Thanks ,bye. ------=_NextPart_000_0005_01BFC6AA.BCFCFE60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi this is the first time he try to = install netbsd=20 1.4.2 in my computer.
I have a 2940U2W SCSI adaptec host = adaptator and=20 when ,in the sysinst program, i try to begin the installation i get the=20 following message: "can't find a hard drive on your = system".
I have already windows98 installed on = my computer=20 and 2gb of free disk space.
I hope you could help
Thanks ,bye.
------=_NextPart_000_0005_01BFC6AA.BCFCFE60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 16:40:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.prod.itd.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id 9CD6737BE37 for ; Thu, 25 May 2000 16:40:09 -0700 (PDT) (envelope-from dmehler22@earthlink.net) Received: from hellraiser (ip206.dayton8.oh.pub-ip.psi.net [38.31.110.206]) by avocet.prod.itd.earthlink.net (8.9.3/8.9.3) with SMTP id QAA13797 for ; Thu, 25 May 2000 16:40:07 -0700 (PDT) Message-ID: <001401bfc6a3$fce1f960$0400a8c0@davemehler.tzo.com> Reply-To: "dave" From: "dave" To: Subject: making a freebsd module. Date: Thu, 25 May 2000 19:50:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, Is there any documentation somewhere on programming a kernel module for freebsd? Thanks. Dave. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 16:52:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fusion.unixfreak.org (cx272244-a.orng1.occa.home.com [24.1.177.149]) by hub.freebsd.org (Postfix) with ESMTP id 5A3B637B555 for ; Thu, 25 May 2000 16:52:18 -0700 (PDT) (envelope-from bhishan@fusion.unixfreak.org) Received: (from bhishan@localhost) by fusion.unixfreak.org (8.10.1/8.9.3) id e4PNq3F12880; Thu, 25 May 2000 16:52:03 -0700 (PDT) (envelope-from bhishan) From: Bhishan Hemrajani Message-Id: <200005252352.e4PNq3F12880@fusion.unixfreak.org> Subject: Re: wd boot floppies In-Reply-To: <392E2C64.16795.6BAE8960@localhost> from Dan Langille at "May 26, 2000 07:48:52 am" To: dan@freebsddiary.org Date: Thu, 25 May 2000 16:52:03 -0700 (PDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (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 Bruce sent me this reply to the same question: > > Use ata0 (disk) and ata1 (cdrom). I expect your machine is old > > enough (like my P90 Toshiba) to require the "legacy" wd mode, which > > is ata0 and ata1. > > How would I do this with the FreeBSD-4.0-RELEASE floppies? > The ata0 and ata1 entries are a standard part of the GENERIC kernel that you will boot from. So, if you are installing from CDROM/floppy/etc., simply comment out everything except for these entries. > > How would I do this when I'm doing a make world to upgrade from 3.4-RELEASE > to 4.0-STABLE? > First, you need to follow the instructons in /etc/src/UPDATING to go from 3.x to 4.0. One think that I _strongly_ advise you do is _leave the wd entries in your configuration file, /dev and /etc/fstab_. DO NOT delete them until you are sure everything is working with the ad entries! You can recover with the fixit disks, but it is a pain! Note that the 4.0 config will tell you to use the ata devices. Leave your wd devices present for the moment, and make sure you can boot the 4.0 kernel before you add in ata0 and ata1. These entries are clearly marked in the /sys/i386/conf/LINT file as the "legacy" ata entries, and have IRQ 14 and 15 assigned to them. Rebuild and install your kernel, _copy_ and change your /etc/fstab file, and then run MAKEDEV to create the ad* entries. Remember to run MAKEDEV ads1a to get the a-g partitions created. If you have any trouble, boot your "old" kernel, swap your /etc/fstab file, and figure what went wrong, generally be comapring your wd* entries to the ad* entries in /dev/. Bruce > Recently we've found several people who can't install 4.0-R because > they have wd drives. Is creating a wd-capable set of boot floppies an > option? Or how should they be installing? > -- > Dan Langille - DVL Software Limited > FreshPorts - http://freshports.org/ - the place for ports > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Bhishan Hemrajani / bhishan@fusion.unixfreak.org / PGP: 0xFAC75561 Finger bhishan@fusion.unixfreak.org for more information. Computers come in two styles: prototype and obsolete! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 17: 6:22 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 ADA4337B555 for ; Thu, 25 May 2000 17:06:16 -0700 (PDT) (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 12v6KB-000Kmr-00; Thu, 25 May 2000 23:41:55 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12v6KB-000EaM-00; Thu, 25 May 2000 23:41:55 +0100 Date: Thu, 25 May 2000 23:41:55 +0100 From: Ben Smithurst To: Mikael Sundberg Cc: freebsd-questions@FreeBSD.ORG Subject: Re: What it the difference between CheepBSD1 FreeBSD 4.0 and FreeBSD 4.0 Message-ID: <20000525234155.F40480@strontium.scientia.demon.co.uk> References: <392D876A.383281F9@mbox336.swipnet.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392D876A.383281F9@mbox336.swipnet.se> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mikael Sundberg wrote: > What it the difference between CheepBSD1 FreeBSD 4.0 and FreeBSD 4.0? > FreeBSD 4.0 is 3 times more expensive than CheepBSD FreeBSD 4.0. If you told us what CheepBSD is, someone might know. The likely explanation is that the money you pay for the offical FreeBSD CDs from cdrom.com or freebsdmall.com go towards funding the FreeBSD, so you feel as if you've done something useful. If you can afford it, I'd recommend you get the official CDs. Another difference is that this CheapBSD may be only one CD, if you get the official CDs you get four CDs with loads of packages on them. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 17: 8:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 7D1A337B677 for ; Thu, 25 May 2000 17:08:16 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA13773; Fri, 26 May 2000 09:38:13 +0930 (CST) Date: Fri, 26 May 2000 09:38:13 +0930 From: Greg Lehey To: dolemite@wuli.nu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Raid over the network Message-ID: <20000526093813.B13702@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 25 May 2000 at 3:02:52 -0500, dolemite@wuli.nu wrote: > Currently I am experimenting with vinum and was wondering how I > could get raid working over multiple network drives. For instance > could I make a dev that would actually be a remote nfs drive so that > vinum integration would be simple? Would vinum work in that case? I'm not sure what you're saying here. Vinum requires devices, so you can't build a plex on NFS. I also can't think of any good reason to want to do this. You can, of course, NFS export a Vinum volume. > Furthermore I was thinking about starting with nfs. Does anyone have > any suggestions? What do you mean by "starting with NFS"? 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 May 25 17:16:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 4B18937B716 for ; Thu, 25 May 2000 17:16:19 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA13850; Fri, 26 May 2000 09:46:09 +0930 (CST) Date: Fri, 26 May 2000 09:46:09 +0930 From: Greg Lehey To: Darren Evans Cc: freebsd-questions@FreeBSD.ORG Subject: Re: copying from a nfs mounted filesystem onto a vinum volume crashes Message-ID: <20000526094609.C13702@freebie.lemis.com> References: <001301bfc63b$c9bead70$a99d24d4@vindaloo.profero.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <001301bfc63b$c9bead70$a99d24d4@vindaloo.profero.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Format recovered--see http://www.lemis.com/email/email-format.html] On Thursday, 25 May 2000 at 12:24:27 +0100, Darren Evans wrote: > On Friday, 28 April 2000 at 20:32:44 +0530, Rahul Siddharthan wrote: >> Hi, >> We need to set up an NFS fileserver which will serve around 10-20 >> machines. The hardware would preferably be Intel, for cost >> reasons, though fairly high-end (say a Pentium III 550+ MHz, 256 MB >> RAM, SCSI disks). The expected exported volume would be perhaps >> 50-60 GB. Is it a good idea to export a vinum volume over NFS? > > Greg Wrote... >> NFS doesn't know about the volume, it just knows about the file >> system. There's no reason why it shouldn't be on a Vinum volume. > > Hi Greg, > > what if a remote volume is nfs mounted not on the vinum volume > (actually mounted on /mnt) and then a cp -r /mnt/software /raid/software/ > is performed. /raid obviously being the vinum raid directory in a 1+0 > configuration. This actually crashes our box. I cannot SIGKILL the cp > command and have to /sbin/reboot to restore the system. > > Are there any nfs/vinum issues at present? Or am I being stupid? You're at least being confusing. Are you saying you /mnt is a remotely mounted Vinum volume? Which box crashes? What does the dump say? > I'm running 3.4-STABLE/SMP with the latest kernel tree and 2 Adaptec > aic7895 Ultra SCSI adapter controllers. There are some issues with 3-STABLE, though none which would explain this particular issue. I've fixed a number of bugs in 4-STABLE and -CURRENT, but it'll take me a few days to get them fixed and tested in 3-STABLE. > cvsup'd yesterday with *default release=cvs tag=RELENG_3. I'm led > to believe this tag is correct for 3.4-STABLE but not 100% confident > about that. Yes, that's correct for 3-STABLE. > Here's my vinum.conf Looks OK. > I've been reading / writing / deleting a 70 meg archive onto the > RAID volume without any problems at all. It's just NFS that causes > the headache :-( Strange. Get me the dump info and I'll take a look. 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 May 25 17:21:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id 94A1837B716 for ; Thu, 25 May 2000 17:21:46 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id TAA51130 for freebsd-questions@freebsd.org; Thu, 25 May 2000 19:21:41 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005260021.TAA51130@sullivan.realtime.net> Subject: Re: Kernel upgrade question In-Reply-To: <01BFC659.943FC760.ggross@symark.com> from Glen Gross at "May 25, 2000 02:57:41 pm" To: freebsd-questions@freebsd.org (Freebsd Questions) Date: Thu, 25 May 2000 19:21:41 -0500 (CDT) 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 > > > Is there an easy way to convert a kernel config file for 3.4 over to 4.0? > that's the one step in the upgrade process I don't understand. Thanks in > advance. > Most of your changes will be "controller" --> "device" and removing "conflicts". It isn't difficult, but it can be a bit tedious to run config until you get all of the things config will complain about changed. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 17:47:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 3482037BE1A for ; Thu, 25 May 2000 17:47:33 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA14167; Fri, 26 May 2000 10:17:18 +0930 (CST) Date: Fri, 26 May 2000 10:17:18 +0930 From: Greg Lehey To: Drew Sanford Cc: questions@FreeBSD.ORG Subject: Re: Sound on Dell inspiron Message-ID: <20000526101718.F13702@freebie.lemis.com> References: <00052516442100.00324@dorado.planetwe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <00052516442100.00324@dorado.planetwe.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thursday, 25 May 2000 at 16:36:32 -0500, Drew Sanford wrote: > Hi, > I have FreeBSD 4.0 (from the CD) on a Dell Inspiron laptop. I'm running > the KDE desktop, and was wondering how to fix an error with the mixer. When > trying to start the mixer I get the following error: > > kmix: could not open mixer. > Perhaps you have no permission to access the mixer device. > Login as root and do a 'chmod a+rw /dev/mixer*' to allow the access. > > Well, I can't find /dev/mixer* ect...I am assuming that since I never actually > did it, that sound on this laptop is not configured. I'm familiar with linux, > and alot of stuff in BSD looks "the same, only different", so I'm assuming I'm > going to have to configure the sound. My questions are these: > > Is the configuration process for sound on FreeBSD and Linux basicly the > same, or is this one of the things thats different? I don't think there's anything in common, but I don't know Linux. > Has anyone configured sound on one of these beasts before, and > can they provide some clues? In order to answer that question, we need to know what kind of laptop you have. "Inspiron" isn't enough: they have model numbers as well. Also, the output of dmesg is important. > I'm not sure what sort of card is in this laptop either (I suppose I > could boot NT and look, but I'd really rather not.) I might be able to find that out if I knew what model you have. 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 May 25 17:48:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.mx.voyager.net (mail2.mx.voyager.net [216.93.66.201]) by hub.freebsd.org (Postfix) with ESMTP id E46CA37BE2A for ; Thu, 25 May 2000 17:48:45 -0700 (PDT) (envelope-from katerina@voyager.net) Received: from voyager.net (d127.rback0.flnt.mi.voyager.net [216.93.101.129]) by mail2.mx.voyager.net (8.10.1/Voyager) with ESMTP id e4Q0qIp00182 for ; Thu, 25 May 2000 20:52:22 -0400 (EDT) Message-ID: <392DC8FB.F0F6A76D@voyager.net> Date: Thu, 25 May 2000 20:44:43 -0400 From: Katerina van Mourik X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ipfw/natd and irc dcc 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 just set up ipfw/natd on fbsd4 and I am able to get everything working except outgoing irc DCCs (chat and send). I have natd configured with -m and -s is there anything else I need to set? -- C. J. A. Katerina van Mourik katerina@voyager.net "I live each day as if it were my last, which is why I don't have any clean clothes because who wants to do laundry on the last day of their life?" --Deep Thoughts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 18: 1:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id E189037B581 for ; Thu, 25 May 2000 18:01:45 -0700 (PDT) (envelope-from djkanter@nwu.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id UAA09402 for ; Thu, 25 May 2000 20:01:40 -0500 (CDT) Received: from localhost.localdomain (areca-14-028082.nuts.nwu.edu [165.124.28.82]) by hecky.acns.nwu.edu via smap (V2.0) id xma009320; Thu, 25 May 00 20:01:34 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id SAA17266 for freebsd-questions@freebsd.org; Thu, 25 May 2000 18:02:40 -0500 (CDT) (envelope-from david) Date: Thu, 25 May 2000 18:02:40 -0500 From: "David J. Kanter" To: FreeBSD questions Subject: MAKEDEV question Message-ID: <20000525180240.A17255@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 3.4-STABLE FreeBSD 3.4-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I would like to use multiple tun devices, but am a bit confused on how to set them up properly. I've added tun 3 to my kernel (originally tun 1), but only /dev/tun0 shows up. Must I run MAKEDEV to make all the tunX "official"? But I read in the handbook that you don't MAKEDEV for pseudo-devices, so I'm a little lost here. -- David Kanter djkanter@nwu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 18:26:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.prod.itd.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 6E56637B79B for ; Thu, 25 May 2000 18:26:24 -0700 (PDT) (envelope-from calebwalker@netzero.net) Received: from netzero.net (1Cust64.tnt35.lax3.da.uu.net [63.30.166.64]) by goose.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id SAA15716; Thu, 25 May 2000 18:26:17 -0700 (PDT) Message-ID: <392DD1F8.68E019FA@netzero.net> Date: Thu, 25 May 2000 18:23:04 -0700 From: Caleb Walker Organization: PowerCom Energy & Communications X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Modem References: <392CCB07.A09139E7@netzero.net> <20000525162200.J5074@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have no Idea. What I have done is out of a book and I dont think it is even touching the icing on the cake. I have in KPPP all cuaaX's but i think my modem is tun0, but it is not configured either. I dont seem to have good info on making modems work. I am not very good at UNIX yet, but I am getting better. Greg Lehey wrote: > On Wednesday, 24 May 2000 at 23:41:11 -0700, Caleb Walker wrote: > > I am trying to configure a USRobotics Sportster Internal 33.6 modem on > > my FreeBSD 3.4 machine. > > > > Is this possible? > > Yes. > > > I am trying everything I can read about but it doesnt seem to work. > > You'd be more successful if you described what you have, what you did, > and what happened. > > Greg > -- > When replying to this message, please copy the original recipients. > For more information, see http://www.lemis.com/questions.html > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 18:43:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-2.mdc.net (smtp-2.mdc.net [209.251.64.26]) by hub.freebsd.org (Postfix) with ESMTP id B98E837B7C1 for ; Thu, 25 May 2000 18:43:41 -0700 (PDT) (envelope-from dsmith@netway.com) Received: from tower (nas-74-49.boston.navipath.net [216.67.74.49]) by smtp-2.mdc.net (8.9.3/8.9.1) with SMTP id VAA39960; Thu, 25 May 2000 21:45:48 -0400 (EDT) (envelope-from dsmith@netway.com) Message-ID: <002601bfc6b3$622068c0$9c0dfea9@tower> From: "Douglas Smith" To: , Subject: Help with "/kernel: calcru..." error on 4.0R Date: Thu, 25 May 2000 21:40:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG May 25 21:38:13 news2 /kernel: calcru: negative time of 1492193679 usec for pid 172 (dnews) May 25 21:38:13 news2 /kernel: calcru: negative time of 1492194174 usec for pid 172 (dnews) May 25 21:38:13 news2 /kernel: calcru: negative time of 1492194692 usec for pid 172 (dnews) May 25 21:38:13 news2 /kernel: calcru: negative time of 1492195422 usec for pid 172 (dnews) May 25 21:38:13 news2 /kernel: calcru: negative time of 1492195973 usec for pid 172 (dnews) May 25 21:38:13 news2 /kernel: calcru: negative time of 1492196513 usec for pid 172 (dnews) At a rate of about 120 a second. Also the time moves MUCH faster... An hour takes about 10 minutes or even less than that. The system can be up for anywhere from 10 minutes to 90 minutes before this error starts... [I am NOT on the BSD list so please if anyone responds please make sure to CC me in email.] I'm hoping someone can give me with some pointers in resolving this problem. I will start out by saying what I HAVE done before someone decides to FLAME me. Searched freebsd.org and found: > >Q: My machine prints "calcru: negative time..." > >A: This can be caused by various hardware and/or software ailments relating to >interrupts. It may be due to bugs but can also happen by nature of certain >devices. Running TCP/IP over the parallel port using a large MTU is one good >way to provoke this problem. Graphics accelerators can also get you here, in >which case you should check the interrupt setting of the card first. > >A side effect of this problem are dying processes with the message "SIGXCPU >exceeded cpu time limit". > >For FreeBSD 3.0 and later from Nov 29, 1998 forward: If the problem cannot be >fixed otherwise the solution is to set this sysctl variable: > > sysctl -w kern.timecounter.method=1 > >This means a performance impact, but considering the cause of this problem, >you probably will not notice. If the problem persists, keep the sysctl set to one >and set the "NTIMECOUNTER" option in your kernel to increasingly large values. >If by the time you have reached "NTIMECOUNTER=20" the problem isn't solved, >interrupts are too hosed on your machine for reliable timekeeping > I did the sysctl and it did not resolve the problem. I built three different kernel's using NTIMECOUNTER=[10,15,20] without it helping at all. Since none helped I am back to the GENERIC Kernel. I contacted dnews support... They telnet'ed into the site and built a dnews specific to my machine so that I would not be running a strange binary. No help. They looed around and could not find out why this was happening. They are sure it is not the software. Here is my system: AMD Athlon 800Mhz Abit KA7 Motherboard (4) 256Meg PC133 DIMM's Intel EtherExpress PRO/100+ "Management Adapter" Ethernet Card Trident PCI Video Card Adaptec 39160 PCI SCSI Controller (2) 9 Gig Quantum Atlas V ultra160 Drives (Set to 80Mbps) (6) 18Gig Quantum Atlas V ultra160 Drives (Set to 80Mbps) news2# uname -a FreeBSD news2.mdc.net 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(tm) Processor (800.03-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x621 Stepping = 1 Features=0x183f9ff AMD Features=0xc0400000 real memory = 1073676288 (1048512K bytes) config> di psm0 config> di sio1 config> di sio0 config> di ppc0 config> di sn0 config> di lnc0 config> di le0 config> di ie0 config> di fe0 config> di ed0 config> di cs0 config> di bt0 config> di ata1 config> di ata0 config> di aic0 config> di aha0 config> di adv0 config> q avail memory = 1038553088 (1014212K bytes) Preloaded elf kernel "kernel" at 0xc03c0000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc03c009c. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xd000-0xd00f at device 7.1 on pci0 fxp0: port 0xdc00-0xdc3f mem 0xd5200000-0xd52fffff,0xd5311000-0xd53 11fff irq 10 at device 9.0 on pci0 fxp0: Ethernet address 00:d0:b7:83:f2:13 fxp0: supplying EUI64: 00:d0:b7:ff:fe:83:f2:13 ahc0: port 0xe000-0xe0ff mem 0xd5312000-0xd5312fff irq 15 at device 15. 0 on pci0 ahc0: aic7899 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: port 0xe400-0xe4ff mem 0xd5310000-0xd5310fff irq 11 at device 15. 1 on pci0 ahc1: aic7899 Wide Channel B, SCSI Id=7, 16/255 SCBs pci0: at 17.0 irq 12 pcib1: on motherboard pci2: on pcib1 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> ahc1: Data Parity Error Detected during address or write data phase ahc0: Data Parity Error Detected during address or write data phase Waiting 15 seconds for SCSI devices to settle da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing Enabled da0: 8755MB (17930694 512 byte sectors: 255H 63S/T 1116C) da4 at ahc1 bus 0 target 0 lun 0 da4: Fixed Direct Access SCSI-3 device da4: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing Enabled da4: 8755MB (17930694 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 63, 16bit), Tagged Queueing Enabled da1: 17510MB (35861388 512 byte sectors: 255H 63S/T 2232C) da5 at ahc1 bus 0 target 1 lun 0 da5: Fixed Direct Access SCSI-3 device da5: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing Enabled da5: 17510MB (35861388 512 byte sectors: 255H 63S/T 2232C) da2 at ahc0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-3 device da2: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing Enabled da2: 17510MB (35861388 512 byte sectors: 255H 63S/T 2232C) da6 at ahc1 bus 0 target 2 lun 0 da6: Fixed Direct Access SCSI-3 device da6: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing Enabled da6: 17510MB (35861388 512 byte sectors: 255H 63S/T 2232C) da3 at ahc0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-3 device da3: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing Enabled da3: 17510MB (35861388 512 byte sectors: 255H 63S/T 2232C) da7 at ahc1 bus 0 target 3 lun 0 da7: Fixed Direct Access SCSI-3 device da7: 80.000MB/s transfers (40.000MHz, offset 63, 16bit), Tagged Queueing Enabled da7: 17510MB (35861388 512 byte sectors: 255H 63S/T 2232C) Mounting root from ufs:/dev/da0s1a fxp0: starting DAD for fe80:0001::02d0:b7ff:fe83:f213 fxp0: DAD complete for fe80:0001::02d0:b7ff:fe83:f213 - no duplicates found Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 19: 0:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 1882937B5B1 for ; Thu, 25 May 2000 19:00:50 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA73909; Thu, 25 May 2000 19:00:36 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 25 May 2000 19:00:36 -0700 (PDT) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: Smirks Cc: questions@freebsd.org Subject: Re: 3.2-RELEASE kernel sources 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, 25 May 2000, Smirks wrote: > Hi- > > I have an old 486 running FreeBSD 3.2-RELEASE quite successfully for the > past year or so. The time has come that I need to rebuild the kernel to > add ipfw support. The problem lies that I didn't or don't have enough > disk space for the kernel sources. I have setup an nfs export on my linux > box and mounted the export on the freebsd box as /usr/src, no problems > there. The problem is, I can't find the kernel sources on any of the > FreeBSD ftp sites or its mirrors. Does anyone know where I can find the > kernel sources for 3.2-RELEASE? You can check them out with cvsup. There's lots of info on this in the website documentation and the mail archives. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 19: 8:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 6BBAE37B7B8 for ; Thu, 25 May 2000 19:08:44 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA73916; Thu, 25 May 2000 19:08:31 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 25 May 2000 19:08:31 -0700 (PDT) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: Maarten de Vries Cc: questions@freebsd.org Subject: Re: xntpd in 4.0-R In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 May 2000, Maarten de Vries wrote: > Hi, > > Maybe the answer to this one is obvious and known to you all: Where has > xntpd gone in FreeBSD 4?! I've been running 4.0-R for nearly two months > now, and am still in the dark about this. This question has been asked and answered many times... all you had to do was look in the mail archives. :) -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 19:10:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id EEFDB37B7C1 for ; Thu, 25 May 2000 19:10:31 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from slave (doug@slave [10.0.0.1]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id TAA73939; Thu, 25 May 2000 19:10:29 -0700 (PDT) (envelope-from Doug@gorean.org) Date: Thu, 25 May 2000 19:10:29 -0700 (PDT) From: Doug Barton X-Sender: doug@dt051n0b.san.rr.com To: Glen Gross Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Kernel upgrade question In-Reply-To: <01BFC659.943FC760.ggross@symark.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, 25 May 2000, Glen Gross wrote: > Is there an easy way to convert a kernel config file for 3.4 over to 4.0? Start with the GENERIC kernel from 4.0 and work from there. Double check LINT to make sure that any options you add from your 3.4 kernel are still valid, and that the syntax is the same. There are _many_ differences. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 19:58:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id DDE8D37B668 for ; Thu, 25 May 2000 19:58:33 -0700 (PDT) (envelope-from kblguy@ispchannel.com) Received: from keithlongman ([208.131.31.22]) by smtp1a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with SMTP id <20000526025946.LFFN23460.smtp1a@keithlongman> for ; Thu, 25 May 2000 19:59:46 -0700 Message-ID: <000801bfc6ce$d81e72e0$161f83d0@sparldil.mediacom.ispchannel.com> From: "Keith Longman" To: Subject: how to configure a dhcp based network to gain access to the internet via a cable modem Date: Thu, 25 May 2000 21:57:05 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC694.2A9AA2E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01BFC694.2A9AA2E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello my name is Keith and i am a cable modem installer.I have run into = a couple of installations where i am hooking into a small residential = hub and trying to gain access to the internet with multiple machines. = Our isp provider uses DHCP to gain a ip address. How do you configure = this?.My company wants us to just configure one pc to gain access but I = want to learn more about this topic. can it be done easily or at all?. = Help if you can thank you keith ------=_NextPart_000_0005_01BFC694.2A9AA2E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello my name is Keith and i am a cable = modem=20 installer.I have run into a couple of installations where i am hooking = into a=20 small residential hub and trying to gain access to the internet with = multiple=20 machines.  Our isp provider uses DHCP to gain a ip address. How do = you=20 configure this?.My company wants us to just configure one pc to gain = access but=20 I want to learn more about this topic. can it be done easily or at all?. = Help if=20 you can    thank you keith
------=_NextPart_000_0005_01BFC694.2A9AA2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20: 1:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cctinc.net (colocation-cybercom2.citywalk.net [209.118.223.2]) by hub.freebsd.org (Postfix) with ESMTP id E344737B7B8 for ; Thu, 25 May 2000 20:01:29 -0700 (PDT) (envelope-from hostmaster@cctinc.net) Received: from cctinc.net (host-209-214-14-205.pbi.bellsouth.net [209.214.14.205]) by server1.cctinc.net (8.9.3/8.9.3) with ESMTP id XAA21609 for ; Thu, 25 May 2000 23:06:32 -0400 (EDT) Message-ID: <392DE930.44D35E6@cctinc.net> Date: Thu, 25 May 2000 23:02:08 -0400 From: Mike Alich Organization: Web Hosting Technologies, Inc. X-Mailer: Mozilla 4.73 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: apache-jserv port 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 hoping someone has an answer to this problem. I have written the maintainer of the apache-jserv port and have not gotten any replies back. Maybe someone has used this port before. I have installed all necessary ports (ex. jdk, jdsk, libtool, apache etc..) did a 'make install' successfully installed the port. My only problems is, how do I implement this into my apache web server? Usually when a port is installed it is ready to go with minor configuration. I need to know how to I either add this as a DSO or a static link into apache. I am running apache-fp 1.3.9. I have added statically compiled modules into apache before. I tried the add_module line (not sure if that is the correct format) but any ways I added the correct line into the Configuration.tmpl in the apache source distribution and did the usual make install. I get many errors on the mod_jserv.c I added. My guess is I am missing libraries. I am not sure what or where to put the jserv libraries or headers. Can some that has used this ports please help me? I am on a 4 day deadline with a large client that needs this feature on my server. Many thanks in advance! -Mike Alich -- Mike Alich Web Hosting Technologies, Inc. Tel: 561.841.2669 / Toll Free: 877.841.2669 http://www.whtech.net mike@whtech.net * Web Hosting and Internet Solutions * Domain Name Hosting $19.95/Month * Web Designers Wanted! * Web Hosting Reseller Program To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20: 5:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 3A81937B7FA for ; Thu, 25 May 2000 20:05:22 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4Q3dfB16534; Thu, 25 May 2000 20:39:41 -0700 (PDT) Date: Thu, 25 May 2000 20:39:41 -0700 From: Alfred Perlstein To: Keith Longman Cc: questions@FreeBSD.ORG Subject: Re: how to configure a dhcp based network to gain access to the internet via a cable modem Message-ID: <20000525203940.Q28594@fw.wintelcom.net> References: <000801bfc6ce$d81e72e0$161f83d0@sparldil.mediacom.ispchannel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000801bfc6ce$d81e72e0$161f83d0@sparldil.mediacom.ispchannel.com>; from kblguy@ispchannel.com on Thu, May 25, 2000 at 09:57:05PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Keith Longman [000525 20:33] wrote: > Hello my name is Keith and i am a cable modem installer.I have > run into a couple of installations where i am hooking into a small > residential hub and trying to gain access to the internet with > multiple machines. Our isp provider uses DHCP to gain a ip address. > How do you configure this?.My company wants us to just configure > one pc to gain access but I want to learn more about this topic. > can it be done easily or at all?. Help if you can > Yup, the FreeBSD installer will ask you if you want to: "try to configure this interface using DHCP" answer yes. FreeBSD also has a network address traslation program called natd that can be setup to realize that the interface's IP address may change and react properly when it happens. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20: 7:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id B10CC37BE2A; Thu, 25 May 2000 20:06:55 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id TAA24272; Thu, 25 May 2000 19:55:11 -0700 (PDT) Message-ID: <392DE861.867E9418@telocity.com> Date: Thu, 25 May 2000 22:58:41 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: -current , -questions Subject: Kernel making problems Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Running 5.0 source from 5/19/00, I cvsupped tonight, as I have the last few nights. I'm able to do a make buildworld, but I get errors on doing at "make depend" for the kernel. Did I miss something recently with this aicasm_gram.y file or is this still in the works? error shown below is the last bits of my "make depend". I know it's barfing on SCSI code, but I need my ahc driver. -Otter cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c aicasm_gram.c In file included from ../../dev/aic7xxx/aicasm_gram.y:40: ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' In file included from ../../dev/aic7xxx/aicasm_gram.y:41: ../../dev/aic7xxx/aicasm_symbol.h:61: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:109: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:126: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:127: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:128: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:137: syntax error before `struct' ../../dev/aic7xxx/aicasm_symbol.h:138: syntax error before `struct' In file included from ../../dev/aic7xxx/aicasm_gram.y:42: ../../dev/aic7xxx/sequencer.h:72: syntax error before `struct' ../../dev/aic7xxx/aicasm_gram.y: In function `initialize_symbol': ../../dev/aic7xxx/aicasm_gram.y:1062: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `type_check': ../../dev/aic7xxx/aicasm_gram.y:1329: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:1331: structure has no member named `sle_next' ../../dev/aic7xxx/aicasm_gram.y: In function `make_expression': ../../dev/aic7xxx/aicasm_gram.y:1352: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `is_download_const': ../../dev/aic7xxx/aicasm_gram.y:1405: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:1406: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y: In function `yyparse': ../../dev/aic7xxx/aicasm_gram.y:410: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:446: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:596: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:691: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:693: structure has no member named `tqh_last' ../../dev/aic7xxx/aicasm_gram.y:716: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:718: structure has no member named `tqh_last' ../../dev/aic7xxx/aicasm_gram.y:737: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:746: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:746: structure has no member named `slh_first' ../../dev/aic7xxx/aicasm_gram.y:750: structure has no member named `slh_first' *** Error code 1 Stop in /usr/src/sys/compile/kashmir. *** Error code 1 Stop in /usr/src/sys/compile/kashmir. kashmir# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20: 9: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id C919637B7ED for ; Thu, 25 May 2000 20:09:03 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id UAA82133; Thu, 25 May 2000 20:08:58 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <05a401bfc6bf$bc2d45c0$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "Maarten de Vries" , Subject: Re: xntpd in 4.0-R Date: Thu, 25 May 2000 20:08:58 -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.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Maybe the answer to this one is obvious and known to you all: Where has >xntpd gone in FreeBSD 4?! I've been running 4.0-R for nearly two months >now, and am still in the dark about this. It's been superceded by ntpd. Just change your /etc/rc.conf: xntpd_program="ntpd" # path to xntpd, if you want a different one. xntpd_flags="-p /var/run/ntpd.pid" # Flags to xntpd (if enabled). --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20: 9:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.millennium20.com (smtp.thecyberguys.net [209.79.190.13]) by hub.freebsd.org (Postfix) with ESMTP id 327E737B807 for ; Thu, 25 May 2000 20:09:34 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (1Cust19.tnt2.covington.la.da.uu.net [63.31.31.19]) by smtp.millennium20.com (8.10.0/8.10.0) with SMTP id e4Q286311879; Thu, 25 May 2000 19:08:06 -0700 Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id WAA03105; Thu, 25 May 2000 22:09:14 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Thu, 25 May 2000 22:08:39 -0500 To: Maarten de Vries Cc: questions@FreeBSD.ORG Subject: Re: xntpd in 4.0-R Message-ID: <20000525220839.A2007@gforce.johnson.home> References: <14637.34631.134285.68412@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from maarten@netraam.com on Thu, May 25, 2000 at 11:37:56PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 11:37:56PM +0200, Maarten de Vries wrote: > Hi, > > Maybe the answer to this one is obvious and known to you all: Where > has xntpd gone in FreeBSD 4?! I've been running 4.0-R for nearly two > months now, and am still in the dark about this. xntpd is now ntpd. However, if you start it at boot time you set "xntpd_enable=YES" in /etc/rc.conf, which is a little confusing, but nonetheless the binary is now called ntpd. -- Glenn Johnson glennpj@bayouhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20:23:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mostgraveconcern.com (mostgraveconcern.com [216.82.145.240]) by hub.freebsd.org (Postfix) with ESMTP id BD91937B81C for ; Thu, 25 May 2000 20:23:36 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Received: from danco (danco.mostgraveconcern.com [10.0.0.2]) by mostgraveconcern.com (8.9.3/8.9.3) with SMTP id UAA82178 for ; Thu, 25 May 2000 20:23:32 -0700 (PDT) (envelope-from dan@mostgraveconcern.com) Message-ID: <05eb01bfc6c1$c4cfbe40$0200000a@danco> Reply-To: "Dan O'Connor" From: "Dan O'Connor" To: "freebsd-questions" Subject: Re: couldn't map ports/memory Date: Thu, 25 May 2000 20:23:29 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 >I have a Linksys LNE100TX version 2.0 in a HP Brio Celeron 433. >I just installed 4.0 on it. > >At boot time, I get the messages: >dc0: at device 13.0 on pci1 >dc0: couldn't map ports/memory I had a similar problem with a Kinston KNE110TX (device 'dc0') card. Turns out my Promise Ultra33 IDE card was getting probed first and hogged the port address that the NIC card wanted. Swapping the two cards in their PCI slots cleared this up, the NIC was probed first, and assigned it's port address, and the Ultra33 card happily used an alternate port address. Try booting with the -v flag and closely looking for what device is conflicting with your NIC. --Dan -- Dan O'Connor On Matters of Most Grave Concern http://www.mostgraveconcern.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20:24:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id F112137B7ED for ; Thu, 25 May 2000 20:24:20 -0700 (PDT) (envelope-from croyle@gelemna.org) Received: from gelemna.org ([24.17.49.208]) by mail.rdc1.il.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000526032420.HWAA29146.mail.rdc1.il.home.com@gelemna.org>; Thu, 25 May 2000 20:24:20 -0700 Received: (from croyle@localhost) by gelemna.org (8.9.3/8.9.3) id WAA23085; Thu, 25 May 2000 22:24:19 -0500 (EST) (envelope-from croyle@gelemna.org) To: "Keith Longman" Cc: questions@freebsd.org Subject: Re: how to configure a dhcp based network to gain access to the internet via a cable modem References: <000801bfc6ce$d81e72e0$161f83d0@sparldil.mediacom.ispchannel.com> From: Don Croyle Date: 25 May 2000 22:23:57 -0500 Organization: Minimal at best In-Reply-To: "Keith Longman"'s message of "Thu, 25 May 2000 21:57:05 -0700" Message-ID: <86aeheat9u.fsf@emerson.gelemna.org> Lines: 25 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 "Keith Longman" writes: > Hello my name is Keith and i am a cable modem installer.I have run > into a couple of installations where i am hooking into a small > residential hub and trying to gain access to the internet with > multiple machines.=A0 Our isp provider uses DHCP to gain a ip > address. How do you configure this?.My company wants us to just > configure one pc to gain access but I want to learn more about this > topic. can it be done easily or at all?. Help if you can=A0=A0=A0 tha= nk > you keith Doug Barton has a good page on this topic at http://freebsd.simplenet.com/dhcp.html. If you're dealing with a reasonably recent version of FreeBSD most of what he talks about installing is already there. The bit at the end about configuring dhclient for use on a Cox network works for Comcast as well, and probably any other @home reseller. You almost certainly don't want to plug the cable modem directly into a hub. I use an old machine as a gateway, with NATD/IPFW to translate packets between my home network (a network 10 subnet) and the outside world. --=20 I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20:40:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rmx602-mta.mail.com (rmx602-mta.mail.com [165.251.48.51]) by hub.freebsd.org (Postfix) with ESMTP id 7F19F37B7B8 for ; Thu, 25 May 2000 20:40:09 -0700 (PDT) (envelope-from dgerow@mad.scientist.com) Received: from web142-mc.mail.com (web142-mc.mail.com [165.251.48.167]) by rmx602-mta.mail.com (8.9.3/8.9.3) with SMTP id XAA19006 for ; Thu, 25 May 2000 23:40:08 -0400 (EDT) Message-ID: <386250817.959312406954.JavaMail.root@web142-mc.mail.com> Date: Thu, 25 May 2000 23:40:06 -0400 (EDT) From: Damian Gerow To: freebsd-questions@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 24.42.200.70 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG auth d2456ef6 unsubscribe freebsd-questions \ dgerow@mad.scientist.com ______________________________________________ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20:52:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stupid.weirdo.net (stupid.weirdo.net [207.207.215.210]) by hub.freebsd.org (Postfix) with ESMTP id 118E937B563 for ; Thu, 25 May 2000 20:52:46 -0700 (PDT) (envelope-from smirks@console.org) Received: from localhost (smirks@localhost) by stupid.weirdo.net (8.10.0/stupid-antispam) with ESMTP id e4Q3qbc09059; Thu, 25 May 2000 23:52:37 -0400 Date: Thu, 25 May 2000 23:52:37 -0400 (EDT) From: Smirks X-Sender: smirks@stupid.weirdo.net To: Doug Barton Cc: questions@freebsd.org Subject: Re: 3.2-RELEASE kernel sources 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 For starters I don't have enough disk space for cvsup. Second of all antother gracious soul was able to provide ftp space for the sources. So, I've gotten the files. ;) Thanks, Chris On Thu, 25 May 2000, Doug Barton wrote: > On Thu, 25 May 2000, Smirks wrote: > > > Hi- > > > > I have an old 486 running FreeBSD 3.2-RELEASE quite successfully for the > > past year or so. The time has come that I need to rebuild the kernel to > > add ipfw support. The problem lies that I didn't or don't have enough > > disk space for the kernel sources. I have setup an nfs export on my linux > > box and mounted the export on the freebsd box as /usr/src, no problems > > there. The problem is, I can't find the kernel sources on any of the > > FreeBSD ftp sites or its mirrors. Does anyone know where I can find the > > kernel sources for 3.2-RELEASE? > > You can check them out with cvsup. There's lots of info on this in > the website documentation and the mail archives. > > Good luck, > > Doug > -- > "Live free or die" > - State motto of my ancestral homeland, New Hampshire > > Do YOU Yahoo!? > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 20:54: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (edtnes12.telus.net [199.185.220.112]) by hub.freebsd.org (Postfix) with ESMTP id AFC0437B563 for ; Thu, 25 May 2000 20:53:59 -0700 (PDT) (envelope-from d_rfast@telus.net) Received: from alpha ([216.232.50.146]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000526035342.JMOU24791.priv-edtnes12-hme0.telusplanet.net@alpha> for ; Thu, 25 May 2000 21:53:42 -0600 Reply-To: From: "Donald and Rosalyn Fast" To: Subject: Widespread panics on install of 4.0 Date: Thu, 25 May 2000 20:52:23 -0700 Message-ID: <000601bfc6c5$ccbf2880$9232e8d8@bc.hsia.telus.net> 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.2377.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I hope someone can point out a way to install v4 on my machine. Either by: 1) fixing some error(s) I am making on config or install or 2 (distant) choice) hardware replacement suggestions. I have set of v3.1 CDs (which came with a recently purchased Complete FreeBSD 2nd ed). This version will install properly and work. But installing v4 seemed like a better place to start learning about FreeBSD. When attempting to install ( with msdos, ftp or CD-ROM) v4.0 various panic situations arise. All install methods will configure (both with and without an initial kernel config) and start the installation (of # 9 X-User ). At various points during the install the system panics and FreeBSD is then not bootable. try again (or boot into windows, search and reread information on the web). Kernel config consists of one or more of the following: (how much of this is necessary???) - removing non existent SCSI controllers - removing all network cards except NE2000 and the first one (name forgotten) - changing some/all I/O port usage to reflect win98 report Is there anything that needs to be changed for AMD K6(2)-400? the system runs win98 stably ( or at least as stable as win98 appears to be). CDROM (burned from ISO image of 4.0-RELEASE) panic: page fault syncing disks ... 471 [repeated 20 times] giving up on 246 buffers uptime: 10m47s MSDOS (4-20000520-stable, also tried 4.0-RELEASE) from c:\freeBSD folder panic: ffs_valloc: dup alloc syncing disks 188 162 12 1 1 1 1 1 1 (total of 17 x 1) uptime: 6m54s FTP (4.0-RELEASE, also tried 4-20000419-stable and 4-20000520-stable) panic: general protection fault (I thought this only happened in windows) syncing disks fatal trap 9: general protection fault while in kernel mode syncing disks.... fatal trap 9: general protection fault while in kernel mode instruction pointer =0x8:0xc017e487 stack pointer = 0x10:0xc5c209b8 frame pointer = 0x10:0xc5c209d4 code segment = base 0x0, limit 0xfffff, type=0x1b = DPL 0, pres 1, def32, gran 1 processor eflags = interrupt enabled, resume, IOPL-0 current process=151 (cpio) interrupt mask = net tty bio cam trap number = 9 uptime 19m12s ( I used to think my error message were 'anic:' (which made no sense), finally the last time I noticed a dangling 'p' on the right edge of the previous line. Ahh - 'panic' (at least the word now means something), perhaps somebody could introduce a newline before the 'p' ) Donald Fast a not-yet-successful user of FreeBSD attached below is system description: disk config (8 Gb HD, <5Gb for win98, >3Gb for FreeBSD): / 150m swap 150m /usr 3224m /var 150m (any changes to this config are welcome) Resource Summary Report [sorry! - win98] ******************** SYSTEM SUMMARY ******************** Windows version: 4.10.2222 Computer Name: Unknown System BUS Type: ISA BIOS Name: Award BIOS Date: 03/12/99 BIOS Version: Award Modular BIOS v4.51PG Machine Type: IBM PC/AT Processor Vendor: AuthenticAMD Processor Type: AMD-K6(tm) 3D processor Math Co-processor: Present ******************** IRQ SUMMARY ******************** IRQ Usage Summary: 00 - System timer 01 - Standard 101/102-Key or Microsoft Natural Keyboard 02 - Programmable interrupt controller 03 - Communications Port (COM2) 04 - Communications Port (COM1) 05 - Creative AWE64 16-bit Audio (SB16 compatible) 06 - Standard Floppy Disk Controller 07 - ECP Printer Port (LPT1) 08 - System CMOS/real time clock 09 - ALi PCI to USB Open Host Controller 09 - IRQ Holder for PCI Steering 10 - 32-Bit PCI Fast Ethernet Adapter [NDIS3] 10 - IRQ Holder for PCI Steering 11 - IRQ Holder for PCI Steering 11 - Matrox MGA Mystique 12 - TrackMan4 (PS/2) 13 - Numeric data processor 14 - ALi M5229 PCI Bus Master IDE Controller 14 - Primary IDE controller (dual fifo) 15 - Secondary IDE controller (dual fifo) 15 - ALi M5229 PCI Bus Master IDE Controller ******************** IO PORT SUMMARY ******************** I/O Port Usage Summary: 0000h-000Fh - Direct memory access controller 0020h-0021h - Programmable interrupt controller 0040h-0043h - System timer 0060h-0060h - Standard 101/102-Key or Microsoft Natural Keyboard 0061h-0061h - System speaker 0064h-0064h - Standard 101/102-Key or Microsoft Natural Keyboard 0070h-0071h - System CMOS/real time clock 0080h-0090h - Direct memory access controller 0094h-009Fh - Direct memory access controller 00A0h-00A1h - Programmable interrupt controller 00C0h-00DEh - Direct memory access controller 00F0h-00F0h - Numeric data processor 0170h-0177h - Secondary IDE controller (dual fifo) 0170h-0177h - ALi M5229 PCI Bus Master IDE Controller 01F0h-01F7h - ALi M5229 PCI Bus Master IDE Controller 01F0h-01F7h - Primary IDE controller (dual fifo) 0200h-0207h - Gameport Joystick 0220h-022Fh - Creative AWE64 16-bit Audio (SB16 compatible) 0274h-0277h - IO read data port for ISA Plug and Play enumerator 0290h-0297h - Motherboard resources 02F8h-02FFh - Communications Port (COM2) 0330h-0331h - Creative AWE64 16-bit Audio (SB16 compatible) 0376h-0376h - ALi M5229 PCI Bus Master IDE Controller 0376h-0376h - Secondary IDE controller (dual fifo) 0388h-038Bh - Creative AWE64 16-bit Audio (SB16 compatible) 03B0h-03BBh - Matrox MGA Mystique 03BCh-03BEh - ECP Printer Port (LPT1) 03C0h-03DFh - Matrox MGA Mystique 03F2h-03F5h - Standard Floppy Disk Controller 03F6h-03F6h - ALi M5229 PCI Bus Master IDE Controller 03F6h-03F6h - Primary IDE controller (dual fifo) 03F8h-03FFh - Communications Port (COM1) 040Bh-040Bh - Motherboard resources 0480h-049Fh - Motherboard resources 04D0h-04D1h - Programmable interrupt controller 04D6h-04D6h - Motherboard resources 0620h-0623h - Creative AWE64 Wavetable MIDI (AWE32 compatible) 07BCh-07BEh - ECP Printer Port (LPT1) 0A20h-0A23h - Creative AWE64 Wavetable MIDI (AWE32 compatible) 0CF8h-0CFFh - PCI bus 0E20h-0E23h - Creative AWE64 Wavetable MIDI (AWE32 compatible) D400h-D407h - Primary IDE controller (dual fifo) D400h-D40Fh - ALi M5229 PCI Bus Master IDE Controller D408h-D40Fh - Secondary IDE controller (dual fifo) D800h-D87Fh - 32-Bit PCI Fast Ethernet Adapter [NDIS3] E800h-E83Fh - Motherboard resources EC00h-EC3Fh - Motherboard resources ******************** UPPER MEMORY USAGE SUMMARY ******************** Memory Usage Summary: 00000000h-0009FFFFh - System board extension for PnP BIOS 000A0000h-000AFFFFh - Matrox MGA Mystique 000B0000h-000BFFFFh - Matrox MGA Mystique 000C0000h-000C7FFFh - Matrox MGA Mystique 000E8000h-000EFFFFh - System board extension for PnP BIOS 000F0000h-000F3FFFh - System board extension for PnP BIOS 000F4000h-000F7FFFh - System board extension for PnP BIOS 000F8000h-000FBFFFh - System board extension for PnP BIOS 000FC000h-000FFFFFh - System board extension for PnP BIOS 00100000h-03FFFFFFh - System board extension for PnP BIOS 04000000h-0400FFFFh - Matrox MGA Mystique DE000000h-DE7FFFFFh - Matrox MGA Mystique DE800000h-DE803FFFh - Matrox MGA Mystique DF000000h-DF00007Fh - 32-Bit PCI Fast Ethernet Adapter [NDIS3] DF800000h-DF800FFFh - ALi PCI to USB Open Host Controller E0000000h-E3FFFFFFh - ALi M1541 AGP System Controller E7800000h-E7FFFFFFh - Matrox MGA Mystique FFFE0000h-FFFFFFFFh - System board extension for PnP BIOS ******************** DMA USAGE SUMMARY ******************** DMA Channel Usage Summary: 01 - Creative AWE64 16-bit Audio (SB16 compatible) 02 - Standard Floppy Disk Controller 03 - ECP Printer Port (LPT1) 04 - Direct memory access controller 05 - Creative AWE64 16-bit Audio (SB16 compatible) ******************** MEMORY SUMMARY ******************** 640 KB Total Conventional Memory 64940 KB Total Extended Memory Donald Fast a not-yet-successful user of freeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 21:26:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id 4B1F637B81D for ; Thu, 25 May 2000 21:26:37 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id VAA23343; Thu, 25 May 2000 21:26:21 -0700 Date: Thu, 25 May 2000 21:26:21 -0700 From: Arun Sharma To: questions@freebsd.org Message-Id: Posted-To: mpc.lists.freebsd.questions,muc.lists.freebsd.questions Subject: Re: Commercial version of PGP for FreeBSD? References: Reply-To: adsharma@sharmas.dhs.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [This message has also been posted.] On Wed, 24 May 2000 15:53:54 -0700 (PDT), Eric J. Schwertfeger wrote: > > Does anyone else sell PGP licensed so that our company doesn't have to > worry about the patent issues (RSA and IDEA)? RSA patent expires in Sept. A European company holds the patent for IDEA - I'm not sure if it's valid in the US. In any case, buying a license (which gives you the patent rights) and then choosing a convenient implementation (openssl, m2crypto (python) etc) -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 21:34:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 5ED9537B56C for ; Thu, 25 May 2000 21:34:23 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id VAA74887 for ; Thu, 25 May 2000 21:34:12 -0700 (PDT) (envelope-from jim@freeze.org) Date: Thu, 25 May 2000 21:34:12 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: questions@freebsd.org Subject: Wierd Terminal Copy Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wow this is wierd. I am running 3.4R with KDE. I start kde. A kvt window comes up: kvt<7>. I open a terminal window: Terminal <5> I do a directory listing in kvt<7>. I open a vi session in Terminal<5> and ready it for input with 'i'. I select 50 lines of output from kvt<7> and and paste (both left and right buttons on my 2-button mouse) and Terminal<5> freezes up. Not text is pasted. Not only that, the window will not close (but it will minimize and maximize), kill -9 will not kill it and it will not repaint. However, if I past only 34 lines of text, then it works fine. 35 lines of text locks up. Has anyone had this problem before? Is this a kde bug? I haven't changed my system lately other than adding apache+php+mysql. Thanks for any help. ============================================ Jim Freeze jim@freeze.org www.freeze.org -------------- Save on CDs, DVDs and Books till May 31 2000 $10 Off a purchase of $30 and $33 Off a purchase of $100. Visit www.freeze.org ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 21:57:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id AE37137B570 for ; Thu, 25 May 2000 21:57:30 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id VAA77087; Thu, 25 May 2000 21:57:04 -0700 (PDT) (envelope-from jim@freeze.org) Date: Thu, 25 May 2000 21:57:04 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Donald and Rosalyn Fast Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Widespread panics on install of 4.0 In-Reply-To: <000601bfc6c5$ccbf2880$9232e8d8@bc.hsia.telus.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: d_rfast@telus.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 May 2000, Donald and Rosalyn Fast wrote: > Hi, > > I hope someone can point out a way to install v4 on my machine. > 2 (distant) choice) hardware replacement suggestions. > > I have set of v3.1 CDs (which came with a recently purchased Complete FreeBSD 2nd ed). > This version will install properly and work. Is this on the same hardware? > When attempting to install ( with msdos, ftp or CD-ROM) v4.0 various panic situations > arise. All install methods will configure (both with and without an initial kernel config) > and start the installation (of # 9 X-User ). At various points during the install the > system panics and FreeBSD is then not bootable. try again (or boot into windows, search > and reread information on the web). > > Is there anything that needs to be changed for AMD K6(2)-400? > > panic: page fault > syncing disks ... 471 [repeated 20 times] > giving up on 246 buffers > uptime: 10m47s > > MSDOS (4-20000520-stable, also tried 4.0-RELEASE) > from c:\freeBSD folder > panic: ffs_valloc: dup alloc > syncing disks 188 162 12 1 1 1 1 1 1 (total of 17 x 1) > uptime: 6m54s > Whoa, this is deja-vu. I built my own system. First I started with a K6/2-350, but the thing kept having problems. I replaced the motherboard, thought it was bad, still had panics. Then the sales guy noticed that I was running the bus speed at 95Mhz (which the K6 manual says to). He thought that was the cause of the problem since he had reports from 'those in the know' that the chip couldn't actually handle that speed. So I clocked it at 66MHz, still had problems. Finally I got fed up with that chip and bought a K6/2-450 (1 month later it was only $20 more). This chip was supposed to be better. But, still, panic problems. Now this computer guy was somewhat informed, but he wasn't an EE. He did not use thermal puddy between the chip and the fan. So I figure that the chip may be thermally challenged. Then I got some help from this list (can't remember who) who said that their K6 was frequency challenged, and clocked their 450 down to 300MHz and then it worked 100%. I decided to try it in stages, so I clocked mine down to 400MHz. It worked! The chip stabalized. Now, I did not take the time to verify if it was thermal and/or frequency problems--I didn't care as long as I could get it to work. > Donald Fast > a not-yet-successful user of FreeBSD So, short of getting a real pentium chip, lower the clock on your K6, make sure there is thermal compound between the fan and the cpu and give it a whirl. Hopefully this make you a successful FreeBSD user. > Processor Type: AMD-K6(tm) 3D processor For grins, I renamed my computer eeyore. Now I always remember that its a little slow. Good luck ============================================ Jim Freeze jim@freeze.org www.freeze.org -------------- Save on CDs, DVDs and Books till May 31 2000 $10 Off a purchase of $30 and $33 Off a purchase of $100. Visit www.freeze.org ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 22: 8:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from circuit.nofeeinc.net (circuit.nofeeinc.net [216.95.145.2]) by hub.freebsd.org (Postfix) with ESMTP id 2733F37B570 for ; Thu, 25 May 2000 22:08:49 -0700 (PDT) (envelope-from root@circuit.nofeeinc.net) Received: from localhost (root@localhost) by circuit.nofeeinc.net (8.9.3/8.9.3) with ESMTP id AAA06182 for ; Fri, 26 May 2000 00:09:37 -0600 (MDT) Date: Fri, 26 May 2000 00:09:37 -0600 (MDT) From: Charlie ROOT To: freebsd-questions@FreeBSD.ORG Subject: swap Message-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 just wondering if there is a way to add more swap to my system without repartitioning my whole suystem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 22:12:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (edtnes12.telus.net [199.185.220.112]) by hub.freebsd.org (Postfix) with ESMTP id 452F937B71A for ; Thu, 25 May 2000 22:12:38 -0700 (PDT) (envelope-from d_rfast@telus.net) Received: from alpha ([216.232.50.146]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000526051237.JUNR24791.priv-edtnes12-hme0.telusplanet.net@alpha> for ; Thu, 25 May 2000 23:12:37 -0600 Reply-To: From: "Donald and Rosalyn Fast" To: Subject: RE: Widespread panics on install of 4.0 Date: Thu, 25 May 2000 22:11:18 -0700 Message-ID: <000001bfc6d0$d2ce5ce0$9232e8d8@bc.hsia.telus.net> 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.2377.0 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim, Yes, it is all on the same hardware. Yes, there is adequate CPU cooling (there wasn't initially so I installed a new heatsink with thermal compound). Motherboard monitors and it runs around 45-49 deg C. (MB temp runs about 35 deg C) It is certainly worth a try (tomorrow) to lower the speed and see if it improves the installation. Right now, I don't remember the CPU speed x multiplier settings in use. thanks for pointing something to try (tomorrow). > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jim Freeze > Sent: Thursday, May 25, 2000 9:57 PM > To: Donald and Rosalyn Fast > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Widespread panics on install of 4.0 > > > > > On Thu, 25 May 2000, Donald and Rosalyn Fast wrote: > > > Hi, > > > > I hope someone can point out a way to install v4 on my machine. > > 2 (distant) choice) hardware replacement suggestions. > > > > I have set of v3.1 CDs (which came with a recently purchased Complete FreeBSD 2nd ed). > > This version will install properly and work. > > Is this on the same hardware? > > > When attempting to install ( with msdos, ftp or CD-ROM) v4.0 various panic situations > > arise. All install methods will configure (both with and without an initial kernel config) > > and start the installation (of # 9 X-User ). At various points during the install the > > system panics and FreeBSD is then not bootable. try again (or boot into windows, search > > and reread information on the web). > > > > Is there anything that needs to be changed for AMD K6(2)-400? > > > > panic: page fault > > syncing disks ... 471 [repeated 20 times] > > giving up on 246 buffers > > uptime: 10m47s > > > > MSDOS (4-20000520-stable, also tried 4.0-RELEASE) > > from c:\freeBSD folder > > panic: ffs_valloc: dup alloc > > syncing disks 188 162 12 1 1 1 1 1 1 (total of 17 x 1) > > uptime: 6m54s > > > > Whoa, this is deja-vu. I built my own system. > First I started with a K6/2-350, but the thing kept having problems. > I replaced the motherboard, thought it was bad, still had panics. Then the > sales guy noticed that I was running the bus speed at 95Mhz (which the > K6 manual says to). He thought that was the cause of the problem since he > had reports from 'those in the know' that the chip couldn't actually > handle that speed. So I clocked it at 66MHz, still had problems. > > Finally I got fed up with that chip and bought a K6/2-450 (1 month > later it was only $20 more). This chip was > supposed to be better. But, still, panic problems. Now this computer guy > was somewhat informed, but he wasn't an EE. He did not use thermal puddy > between the chip and the fan. So I figure that the chip may be thermally > challenged. Then I got some help from this list (can't remember who) who > said that their K6 was frequency challenged, and clocked their 450 down > to 300MHz and then it worked 100%. > > I decided to try it in stages, so I clocked mine down to 400MHz. It > worked! The chip stabalized. Now, I did not take the time to verify if it > was thermal and/or frequency problems--I didn't care as long as I could > get it to work. > > > Donald Fast > > a not-yet-successful user of FreeBSD > > So, short of getting a real pentium chip, lower the clock on your K6, make > sure there is thermal compound between the fan and the cpu and > give it a whirl. Hopefully this make you a successful FreeBSD user. > > > Processor Type: AMD-K6(tm) 3D processor > > For grins, I renamed my computer eeyore. Now I always remember that its a > little slow. > > Good luck > > ============================================ > Jim Freeze > jim@freeze.org > www.freeze.org > -------------- > Save on CDs, DVDs and Books till May 31 2000 > $10 Off a purchase of $30 and > $33 Off a purchase of $100. > Visit www.freeze.org > ============================================ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 22:27:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fusion.unixfreak.org (cx272244-a.orng1.occa.home.com [24.1.177.149]) by hub.freebsd.org (Postfix) with ESMTP id 4B8FC37B732 for ; Thu, 25 May 2000 22:27:38 -0700 (PDT) (envelope-from bhishan@fusion.unixfreak.org) Received: (from bhishan@localhost) by fusion.unixfreak.org (8.10.1/8.9.3) id e4Q5RaB14597; Thu, 25 May 2000 22:27:36 -0700 (PDT) (envelope-from bhishan) From: Bhishan Hemrajani Message-Id: <200005260527.e4Q5RaB14597@fusion.unixfreak.org> Subject: Re: how to configure a dhcp based network to gain access to the internet via a cable modem In-Reply-To: <000801bfc6ce$d81e72e0$161f83d0@sparldil.mediacom.ispchannel.com> from Keith Longman at "May 25, 2000 09:57:05 pm" To: Keith Longman Date: Thu, 25 May 2000 22:27:36 -0700 (PDT) Cc: questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (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 Please wrap your lines. http://www.freebsddiary.org/athome.html --bhishan [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hello my name is Keith and i am a cable modem installer.I have run into a couple of installations where i am hooking into a small residential hub and trying to gain access to the internet with multiple machines. Our isp provider uses DHCP to gain a ip address. How do you configure this?.My company wants us to just configure one pc to gain access but I want to learn more about this topic. can it be done easily or at all?. Help if you can thank you keith -- Bhishan Hemrajani / bhishan@fusion.unixfreak.org / PGP: 0xFAC75561 Finger bhishan@fusion.unixfreak.org for more information. I cna ytpe 300 wrods pre mniuet!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 22:36:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.visi.com (baal.visi.com [209.98.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 7113C37B779 for ; Thu, 25 May 2000 22:36:39 -0700 (PDT) (envelope-from orpheus@lemieux.hockey.net) Received: from lemieux.hockey.net (171-80.dynamic.visi.com [209.98.171.80]) by mail.visi.com (8.8.8/8.7.5) with ESMTP id AAA02613; Fri, 26 May 2000 00:36:34 -0500 (CDT) Posted-Date: Fri, 26 May 2000 00:36:34 -0500 (CDT) Received: (from orpheus@localhost) by lemieux.hockey.net (8.9.3/8.9.3) id WAA13816; Thu, 25 May 2000 22:50:47 -0500 Date: Thu, 25 May 2000 22:50:47 -0500 From: Jeffrey Dunitz To: Keith Longman Cc: questions@FreeBSD.ORG Subject: Re: how to configure a dhcp based network to gain access to the internet via a cable modem Message-ID: <20000525225047.A13530@lemieux.condolan.asn> Reply-To: orpheus@avalon.net References: <000801bfc6ce$d81e72e0$161f83d0@sparldil.mediacom.ispchannel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3us In-Reply-To: <000801bfc6ce$d81e72e0$161f83d0@sparldil.mediacom.ispchannel.com> X-Blargh: This message is Blargh. (lemieux) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Vers Thu, May 25, 2000 at 09:57:05PM -0700, Keith Longman disait quelque chose comme: > Hello my name is Keith and i am a cable modem installer.I have run into a > couple of installations where i am hooking into a small residential hub and > trying to gain access to the internet with multiple machines. Our isp > provider uses DHCP to gain a ip address. How do you configure this?.My com > wants us to just configure one pc to gain access but I want to learn more > about this topic. can it be done easily or at all?. Help if you can > thank you keith Normally, the easiest--and most secure--way to do this is to set up one machine as a NAT router and firewall/proxy for the others. Have the external ethernet interface on this firewall get it's DHCP address from the ISP, and have the inside address either serve its own range of DIFFERENT DHCP addresses, or use static addresses in the private range. Here's a diagram: 192.168.1.64 pc1 __ le0____le1 \ | | dhcp ( i ) [hub]---| FW |----- ( n ) / |_____| ( e ) 192.168.1.65 pc2 __/ ( t) So now note the following: le0 (internal interface on the firewall) is 192.168.1.1 All the PC's use 192.168.1.1 as their default gateway le1 on the firewall, is connected to the cable modem with the crossover cable--NOT plugged into the hub with the rest of the stuff. using ipf and NAT (documented elsewhere), you establish the following general rules: all 192.168.1.xxx addresses are translated to whatever is on the le1 side of the network no connections from the outside are allowed in (unless you want that...) Now, as far as the cable modem ISP is concerned, everything from the two PC's inside looks like it's coming from the outside interface of the firewall. If you turn on the firewall and it acquires the address 204.71.106.211, all traffic from 192.168.1.65 looks like it's coming from 204.71.106.211. OK, I'll break down, and give you the NAT rule to accommplish that: (these rules are from a NetBSD box, and may not be exactly right) map le0 192.168.1.0/24 -> le1 portmap tcp/udp 10000:40000 map le0 192.168.1.0/24 -> le1 proxy port http http/tcp map le0 192.168.1.0/24 -> le1 proxy port ftp ftp/tcp ----------- That pretty much does the outgoing stuff. Now, on my home net, I'm running my own DNS, which does two things: allows me to connect to machines at home by name when I'm not dialed up to the internet, and caches internet DNS requests, saving a little bandwidth. This is easy to set up, and I think it's worth it. Not necessary, though. However, one thing I consider to BE a necessity is a local caching web proxy. I use apache, simply because I'm too lazy to switch to squid. If I had to do it again, I'd use squid. This saves a TON of bandwidth. All you do is uncomment like 4 lines of stuff and tweak a couple numbers in the httpd.conf file (for apache). Squid is a little more involved, but not much. I allocate a couple hundred megs of cache at least. My formula is: cache size = (number of megabytes per hour the link is capable of * 24) That way, I can mirror entire websites, and beat on stuff all day long and it'll still be cached. Chances are I'm not going to be sucking stuff down full bore for 24 solid hours, so the cache actually retains a couple days worth of stuff. I hope that gives you a good introduction to the concepts; read up on the natd manpage (which gives a step by step tutorial using a method slightly different from mine) and also the manpages for ipf, httpd, and squid. Also, get the book "Building Linux and OpenBSD Firewalls", which gets mentioned on this list ocassionally. Of course, you're always encouraged to hire ENRGi to handle any kind of network/firewall situation. :) -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Jeffrey Dunitz | *** ENRGi.com *** | orpheus@avalon.net BOFH Emeritus, Avalon Networks | Network Engineer | (651) 686-9974 / http://www.avalon.net/~orpheus | Net/Sec/Dev/Arch | Eagan, MN _ / To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 22:44:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from maloca.oca.org.br (maloca.oca.org.br [164.41.38.242]) by hub.freebsd.org (Postfix) with ESMTP id 643AE37B581 for ; Thu, 25 May 2000 22:44:01 -0700 (PDT) (envelope-from root@maloca.oca.org.br) Received: from localhost (root@localhost) by maloca.oca.org.br (8.9.3/8.9.3) with ESMTP id CAA22962 for ; Fri, 26 May 2000 02:43:58 -0300 (EST) (envelope-from root@maloca.oca.org.br) Date: Fri, 26 May 2000 02:43:57 -0300 (EST) From: Paje da Oca To: questions@freebsd.org Subject: Alternative Install Floppies for 4.0? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Trying to install 4.0-RELEASE with the two installation floppies, I cannot label the disk. The error message says it cannot find /dev/ad0s1a (and b, e, etc). I managed to partition and label the disk using the 3.4 floppies, but when going back to installation of 4.0, the error repeats. The disk is seen, and its partitions are recognized and shown with the correct sizes. But when I try to mount any file system, the error repeats. Has anybody got a set of installation floppies for 4.0 which does NOT use the new driver, but the old one (the one which labeld particions like wd0a, not ad0a). Any ideas for a work around of this problem? I have read in this list that other people is having problems with this driver. Wouldnt it be better to leave the old one, at least until the new one stabilizes? Thanks in advance for any hints, Leonardo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 22:54:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cx75971-a.chnd1.az.home.com (cx75971-a.chnd1.az.home.com [24.15.50.234]) by hub.freebsd.org (Postfix) with SMTP id 7EE7637B581 for ; Thu, 25 May 2000 22:54:01 -0700 (PDT) (envelope-from adam@miscdebris.net) Received: by cx75971-a.chnd1.az.home.com from localhost (router,SLMail V2.7); Thu, 25 May 2000 22:51:24 -0700 Received: by cx75971-a.chnd1.az.home.com from adam (24.24.254.133::mail daemon; unverified,SLMail V2.7); Thu, 25 May 2000 22:51:24 -0700 Message-ID: <001301bfc6d6$a50480e0$85fe1818@socal.rr.com> From: "ap" To: "Keith Longman" Cc: "free bsd questions" References: <000801bfc6ce$d81e72e0$161f83d0@sparldil.mediacom.ispchannel.com> Subject: Re: how to configure a dhcp based network to gain access to the internet via a cable modem Date: Thu, 25 May 2000 22:52:53 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01BFC69B.F5C32260" 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_0010_01BFC69B.F5C32260 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I assume that you are a FreeBSD user? if so you would "dhclient" to = obtain a bootp or=20 dhcp lease...but generaly speaking cable modems are layer 2 bridges, and = in my=20 experience they allow only one mac in a register...meaning you can only = connect=20 one NIC to the bridge...I have heard of people who where able to pay a = premium=20 for being able to lease more then one address...I'm not sure if this is = correct or=20 not...I would check with your cable company (it should be easy...after = all you are an installer)...If indeed you are able to obtain only one lease (and you = are a FreeBSD user)=20 you can use NATD and a multihomed (two NICS)machine to share an internet = connection among multiple computers (the info for NATD can be found in = the freebsd handbook at www.freebsd.com/handbook I think) if you are using = windows,=20 you can use a program such as wingate (which is free for two users), or = if your running W2K you can use ICS which I think uses NAT. Adam ----- Original Message -----=20 From: Keith Longman=20 To: questions@FreeBSD.ORG=20 Sent: Thursday, May 25, 2000 9:57 PM Subject: how to configure a dhcp based network to gain access to the = internet via a cable modem Hello my name is Keith and i am a cable modem installer.I have run = into a couple of installations where i am hooking into a small = residential hub and trying to gain access to the internet with multiple = machines. Our isp provider uses DHCP to gain a ip address. How do you = configure this?.My company wants us to just configure one pc to gain = access but I want to learn more about this topic. can it be done easily = or at all?. Help if you can thank you keith ------=_NextPart_000_0010_01BFC69B.F5C32260 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I assume that you are a FreeBSD user? = if so you=20 would "dhclient" to obtain a bootp or
dhcp lease...but=20 generaly speaking cable modems are layer 2 bridges, and in my =
experience they allow only one mac in a = register...meaning=20 you can only connect
one NIC to the bridge...I have = heard of people = who where able=20 to pay a premium
for being able to lease more then = one address...I'm not sure if this=20 is correct or
not...I would check with your cable = company (it=20 should be easy...after all you are an
installer)...If indeed you are able to obtain = only one lease=20 (and you are a FreeBSD user)
you can use NATD and a = multihomed (two NICS)machine = to share an=20 internet
connection among multiple computers = (the info for=20 NATD can be found in the
freebsd handbook at www.freebsd.com/handbook  I = think) if you are using windows,
you can use a program such as wingate (which is free for two users), or if your=20 running
W2K you can use ICS which I think uses=20 NAT.
 
Adam
----- Original Message -----
From:=20 Keith=20 Longman
To: questions@FreeBSD.ORG
Sent: Thursday, May 25, 2000 = 9:57=20 PM
Subject: how to configure a = dhcp based=20 network to gain access to the internet via a cable modem

Hello my name is Keith and i am a = cable modem=20 installer.I have run into a couple of installations where i am hooking = into a=20 small residential hub and trying to gain access to the internet with = multiple=20 machines.  Our isp provider uses DHCP to gain a ip address. How = do you=20 configure this?.My company wants us to just configure one pc to gain = access=20 but I want to learn more about this topic. can it be done easily or at = all?.=20 Help if you can    thank you=20 keith
------=_NextPart_000_0010_01BFC69B.F5C32260-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 23: 0:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 5E6B337B7AA for ; Thu, 25 May 2000 23:00:32 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id XAA75529; Thu, 25 May 2000 23:00:26 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392E12FA.9B4A4BD1@gorean.org> Date: Thu, 25 May 2000 23:00:26 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Charlie ROOT Cc: freebsd-questions@FreeBSD.ORG Subject: Re: swap References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charlie ROOT wrote: > > hi i am just wondering if there is a way to add more swap to my system > without repartitioning my whole suystem. Yes, there is an entry in the FAQ about adding a swap file. Very easy. Good luck, Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 23:31:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.il.home.com (ha1.rdc1.il.home.com [24.2.1.66]) by hub.freebsd.org (Postfix) with ESMTP id 1D9E937B892 for ; Thu, 25 May 2000 23:31:18 -0700 (PDT) (envelope-from croyle@gelemna.org) Received: from gelemna.org ([24.17.49.208]) by mail.rdc1.il.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000526060616.QQAR29146.mail.rdc1.il.home.com@gelemna.org>; Thu, 25 May 2000 23:06:16 -0700 Received: (from croyle@localhost) by gelemna.org (8.9.3/8.9.3) id BAA27624; Fri, 26 May 2000 01:06:14 -0500 (EST) (envelope-from croyle@gelemna.org) To: Charlie ROOT Cc: questions@freebsd.org Subject: Re: swap References: From: Don Croyle Date: 26 May 2000 01:06:14 -0500 Organization: Minimal at best In-Reply-To: Charlie ROOT's message of "Fri, 26 May 2000 00:09:37 -0600 (MDT)" Message-ID: <86zopdalrd.fsf@emerson.gelemna.org> Lines: 17 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Charlie ROOT writes: > hi i am just wondering if there is a way to add more swap to my system > without repartitioning my whole suystem. You can create a swapfile. dd if=/dev/zero of=/fs_with_lots_of_room/swap bs=1m count=Size_in_MB and plug the filename into the swapfile variable in rc.conf. If you want to enable it without rebooting: vnconfig -e vn0b fs_with_lots_of_room/swap swap -- I've always wanted to be a dilettante, but I've never quite been ready to make the commitment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu May 25 23:54: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web220.mail.yahoo.com (web220.mail.yahoo.com [128.11.68.120]) by hub.freebsd.org (Postfix) with SMTP id 3782B37B9C0 for ; Thu, 25 May 2000 23:53:57 -0700 (PDT) (envelope-from jmdupx@yahoo.com) Message-ID: <20000526065354.4732.rocketmail@web220.mail.yahoo.com> Received: from [195.92.198.80] by web220.mail.yahoo.com; Thu, 25 May 2000 23:53:54 PDT Date: Thu, 25 May 2000 23:53:54 -0700 (PDT) From: Jean-Mark Dupoux Subject: version 2.05 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 this is an appeal for anybody who has a copy of release 2.05, which would really, really, really help me out. i am trying to install on a system which unfortunately only has 4mb of memory, so I can only run or upgrade past that release and not actually install on it. (it is a 486 no_longer_supported laptop, with upgraded HDD). would pay for someone to ship me floppies or prefer ftp, just basic bin+install.sh+boot_floppies should do the job I hope (and maybe just the man page for "upgrade") __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.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 May 26 0: 3:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (sunbay-10BASE-T.cris.net [212.110.130.67]) by hub.freebsd.org (Postfix) with ESMTP id 40F5C37B82D for ; Fri, 26 May 2000 00:03:19 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id KAA83896; Fri, 26 May 2000 10:02:53 +0300 (EEST) Date: Fri, 26 May 2000 10:02:53 +0300 From: Ruslan Ermilov To: gouders@et.bocholt.fh-gelsenkirchen.de Cc: freebsd-questions@freebsd.org Subject: Re: ping -R Message-ID: <20000526100253.D82793@sunbay.com> Mail-Followup-To: gouders@et.bocholt.fh-gelsenkirchen.de, freebsd-questions@freebsd.org References: <200005252033.WAA08210@musashi.et.bocholt.fh-ge.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200005252033.WAA08210@musashi.et.bocholt.fh-ge.de>; from gouders@et.bocholt.fh-gelsenkirchen.de on Thu, May 25, 2000 at 10:33:20PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 10:33:20PM +0200, gouders@et.bocholt.fh-gelsenkirchen.de wrote: > Hello, > > currently I am reading Richard Steven's book TCP/IP Illustrated Vol.1 > and recognized that one of the examples in the book - ping -R - cannot > be performed from (and to) my FreeBSD machines: > > FreeBSD musashi 3.4-RELEASE FreeBSD 3.4-RELEASE #4: Tue Apr 11 > 12:12:17 CEST 2000 root@musashi:/usr/src/sys/compile/MUSASHI i386 > > as well as > > FreeBSD karga 4.0-RELEASE FreeBSD 4.0-RELEASE #5: Wed May 17 > 22:00:01 CEST 2000 root@karga:/usr/src/sys/compile/KARGA i386 > > ping seems to transmit packets but produces no output and after > cancelling the program it tells me about a loss of all sent > packets... > > Does anyone know about that problem? > You probably have your firewall blocking IP packets with record-route option, do not you? -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 0:12:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwb.pacific.net.hk (cwb.pacific.net.hk [202.14.67.92]) by hub.freebsd.org (Postfix) with ESMTP id C13E037B82D for ; Fri, 26 May 2000 00:12:05 -0700 (PDT) (envelope-from alexkwan@pacific.net.hk) Received: from tsingyi.pacific.net.hk (tsingyi.pacific.net.hk [202.14.67.240]) by cwb.pacific.net.hk with ESMTP id PAA29865 for ; Fri, 26 May 2000 15:12:04 +0800 (HKT) Received: from alexkwan (ppp85.dyn12.pacific.net.hk [202.64.12.85]) by tsingyi.pacific.net.hk with SMTP id PAA27720 for ; Fri, 26 May 2000 15:12:03 +0800 (HKT) Message-ID: <000901bfc6e3$8c43e980$550c40ca@alexkwan> From: "Alex Kwan" To: "FreeBSD-Questions" Subject: Question about use Modem to Dialout Date: Fri, 26 May 2000 15:25:18 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I am trying use modem to dialout, when I execute "tip cuaa4" and have following message: can't open log file /var/log/aculog. connected. (1) I can dialout, but what is the meaning of "can't open log file /var/log/aculog." (2) How to terminate the connection? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 0:16: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (sunbay-10BASE-T.cris.net [212.110.130.67]) by hub.freebsd.org (Postfix) with ESMTP id 0DFCD37B88A for ; Fri, 26 May 2000 00:15:52 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id KAA84396; Fri, 26 May 2000 10:15:25 +0300 (EEST) Date: Fri, 26 May 2000 10:15:25 +0300 From: Ruslan Ermilov To: Katerina van Mourik Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw/natd and irc dcc Message-ID: <20000526101525.F82793@sunbay.com> Mail-Followup-To: Katerina van Mourik , freebsd-questions@FreeBSD.ORG References: <392DC8FB.F0F6A76D@voyager.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392DC8FB.F0F6A76D@voyager.net>; from katerina@voyager.net on Thu, May 25, 2000 at 08:44:43PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 08:44:43PM -0400, Katerina van Mourik wrote: > Hi, I have just set up ipfw/natd on fbsd4 and I am able to get > everything working except outgoing irc DCCs (chat and send). > > I have natd configured with -m and -s is there anything else I need to > set? > Being not an IRC guru, I remember of one problem report on this topic. Could you please look at PR bin/7669: http://www.FreeBSD.org/cgi/query-pr.cgi?7669 -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 0:29:12 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 AA7B937B88A for ; Fri, 26 May 2000 00:29:08 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4Q83NW24690; Fri, 26 May 2000 01:03:23 -0700 (PDT) Date: Fri, 26 May 2000 01:03:23 -0700 From: Alfred Perlstein To: Charlie ROOT Cc: freebsd-questions@FreeBSD.ORG Subject: Re: swap Message-ID: <20000526010322.R28594@fw.wintelcom.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from root@circuit.nofeeinc.net on Fri, May 26, 2000 at 12:09:37AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Charlie ROOT [000525 22:43] wrote: > hi i am just wondering if there is a way to add more swap to my system > without repartitioning my whole suystem. man vn man swapon -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 0:31:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vicosa.dpi.ufv.br (vicosa.dpi.ufv.br [200.17.74.1]) by hub.freebsd.org (Postfix) with ESMTP id B015237BE4A for ; Fri, 26 May 2000 00:31:10 -0700 (PDT) (envelope-from kernel@tdnet.com.br) Received: from tdnet.com.br (port31.tdnet.com.br [200.236.148.131]) by vicosa.dpi.ufv.br (AIX4.2/UCB 8.7/8.7) with ESMTP id EAA13544; Fri, 26 May 2000 04:28:17 -0200 (GRNLNDDT) Message-ID: <392E284E.47C36211@tdnet.com.br> Date: Fri, 26 May 2000 04:31:26 -0300 From: Gustavo Vieira Goncalves Coelho Rios X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Dan B." Cc: freebsd-questions@freebsd.org Subject: Re: Remote POP3 management tool References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Dan B." wrote: > > Hi Folks; > Is there a tool out there I can use to manage POP3 accounts for virtual > domains i.e add/delete POP3 accounts and change passwords e.t.c > I am running FreeBSD 3.4-STABLE/Sendmail 8.9.3 /Qpopper. > > Dan > > Thanks > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message I have wrote one tool. But currently, it only deals with qmail. As soon as i write a sedmail/Qpopper i'll let you know. -- Your mouse has moved. Windows NT must be restarted for the change to take effect! Reboot now? [ OK] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 0:46:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id EF52C37B85D for ; Fri, 26 May 2000 00:46:50 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id RAA19205; Fri, 26 May 2000 17:16:39 +0930 (CST) Date: Fri, 26 May 2000 17:16:39 +0930 From: Greg Lehey To: Michael Johnson Cc: FreeBSD Questions Subject: Re: Question about bsd4.4 Message-ID: <20000526171639.Q13702@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [Redirected to FreeBSD-questions; -doc is for people who write documentation] On Friday, 26 May 2000 at 3:31:23 -0400, Michael Johnson wrote: > Hey , > since FreeBSD is based on BSD4.4.. Does BSD update anymore ? No. > And if it does.. say bsd4.5 came out tomorrow , would you base fbsd > on bsd4.5? thanks No. 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 May 26 0:54:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from online.thecia.ie (online.thecia.ie [159.134.244.168]) by hub.freebsd.org (Postfix) with ESMTP id 0B70D37B85D; Fri, 26 May 2000 00:54:21 -0700 (PDT) (envelope-from careilly@thecia.ie) Received: from thecia.ie ([195.218.110.130]) by online.thecia.ie (8.9.3/8.8.5) with ESMTP id HAA00408; Fri, 26 May 2000 07:52:12 GMT Received: from localhost (localhost [127.0.0.1]) by thecia.ie (8.9.3/8.9.3) with ESMTP id JAA10560; Fri, 26 May 2000 09:56:52 +0100 (IST) (envelope-from careilly@thecia.ie) Message-Id: <200005260856.JAA10560@thecia.ie> X-Mailer: exmh version 2.1.1 02/28/2000 To: "James Halstead" Cc: freebsd-questions@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: Linux emu question In-Reply-To: Your message of "Fri, 26 May 2000 03:32:06 EDT." <012d01bfc6e4$7fa312e0$96c3d9d1@halste07> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==_Exmh_2041810484P"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Date: Fri, 26 May 2000 09:56:52 +0100 From: Colman Reilly Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --==_Exmh_2041810484P Content-Type: text/plain; charset=us-ascii I was asking this yesterday as well ... /usr/ports/emulators/vmware2 is a pretty new port as far as I can make out. I had to upgrade to 4.0-STABLE to make it work on my machine, but it does work, network, sound and all. Seems stable to me. You also *need* the linuxprocfs port installed and mounted for the thing to work. Currently I have it running Win 98. Thanks to everyone who put in the work to make this work! Colman [I've cc'ed this to -questions in the vague hope that future searches of the mail archive will pick it up ... I only worked this out by looking on freshports!] I noticed some people talking about the linux emulation and how good/bad i t can be and I just wondered, does anybody here have any experiences with th e vmware for linux software? I have been thinking of buying this, for those one or two windows programs that I need to use now and then. Just wondering, James. ------------------------------------------------------- ICQ #19675056 Public key available at: http://www.dreamscape.com/halstead/jh.asc ------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message --==_Exmh_2041810484P Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: Exmh version 2.1.1 02/28/2000 owGlVDuMHEUQ9Z0FEisNwilyUDZClqzdnsX4bN/xsbkDpEUIAXcI8Qt6Zmp3+nam a+jPzk2GHFiECEIEQo4RCQGIAJwCEQkJIUSkTogQ1T0zdo5ntZqe6qpXXfVe1yfJ 6a3tM1+/1t2y3/zwyNavf7tH56K2K7Fz9ZLAk7rcFc++eUDaoXazo67BPXB44tKm kko/A3kpjUX3nLczaXOlkkkyWUArLUi7VnoFrlQWOrQOTSE7tkKLVQVCCEi9NWlD xtkUa19JR8amm7qVBi8BR8lk0hh0rgONLQTHZMLxS2kCzAJyqaGWawTyTvB3KQtw BL5ZGVlgWF4W89nh0Qv7r74UvqKvctCSWQNxbJdMapmXSuMUMs/ovFkQ2ugx5ayu X1jyugAZ/lUl4BCxtmCdzKqYpUYRyn6HPO9bgosasbjIlSNUSvuTxlC+tLEAUJrj qgp7uJqBHa+XZKI7Nyu0jJJJSBxRD7wx3PqqiwVuYgHGax0c31Yadq8JOCqlXttw FNyg6UgjtCVB40O+CBxLDrixB5GTYDoXM1BVSx1W7y0ucII8v8BHij6MOPvQM3mK tB2xNnLlEUpqApB0sPTOGwSL0uQlN4+WwS2kUhUEm2LQVjHpjcrXySRU4JuogAXT wJWFo4wpmUvIOqiIonyYpqVBW0aZnPsgnBLCswBNTuUcZalGaJCaQIasYpTMAsw9 AqCXFxcRu15SCyuiIs1YMGoAdMM7iCrD6LeAY2+DXHSBBotprw2pu4yKDkq29Yyw BfCkQaNQ50E9ypWcfADE4d0LO1LdH8rS0gXT9ZHZDFFHCfSVL1mT3XiFpoNGyI54 geVgaokT6oJaVpghlj5rM/LCLULsb4RFblcbi+KmaHGvja/cL5AzTYP1zrfBLmu0 YnCa/b9nZOrgDXjiqd0rV3fmO1cG2+s+q1QOa+SBsGGZxJsk3d6wXTrX7KVp27ai MMgF5bJBkVOdlnzBHMoiPS4Fz5sHPWD/ixhHBG9p6zObG5XxkLMY7meQcJwcx2QK qunGywZx//BFQWY1BEa2z/v7sUGwmNliVsp8jcaeHy9OlE1/O3hmWCtXOB7h4+un H9oKk3YcxGe2v3v81FefvX/jzj/v/vnTzfn2p93Zp3/+8eHn16e+fHL++e+/Pfb9 5T9+Sb64vf9Revuvu//+Bw== =iOIi -----END PGP MESSAGE----- --==_Exmh_2041810484P-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 1: 9:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tel.netraam.com (node13c7b.a2000.nl [24.132.60.123]) by hub.freebsd.org (Postfix) with ESMTP id 7915937B73B for ; Fri, 26 May 2000 01:09:25 -0700 (PDT) (envelope-from maarten@netraam.com) Received: from maarten (helo=localhost) by tel.netraam.com with local-esmtp (Exim 3.13 #1) id 12vFBJ-0008Il-00; Fri, 26 May 2000 10:09:21 +0200 Date: Fri, 26 May 2000 10:09:21 +0200 (CEST) From: Maarten de Vries To: Doug Barton Cc: questions@freebsd.org Subject: Re: xntpd in 4.0-R In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 25 May 2000, Doug Barton wrote: > This question has been asked and answered many times... all you > had to do was look in the mail archives. :) Uhmm, yeah, I did actually- but I guess I gave up to easily when I couldn't find it right away. Sorry to have spammed you all with this :-( ntpd works nicely now, btw. -- maarten@netraam.com Wilco's hardrulende weblog: www.northernlake.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 1:21: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.web.de (pop3.cinetic.de [194.45.170.160]) by hub.freebsd.org (Postfix) with SMTP id 2057237B751 for ; Fri, 26 May 2000 01:20:58 -0700 (PDT) (envelope-from daniel.haischt@web.de) Received: from abysstwo by smtp.web.de with smtp (freemail 4.0.1 #1298) id m12vFMH-003xlaC; Fri, 26 May 2000 10:20 +0200 Message-ID: <002501bfb8c6$eee23220$70bcfcc3@abysstwo> From: "Daniel Haischt" To: "Mike Alich" Cc: References: <392DE930.44D35E6@cctinc.net> Subject: Re: apache-jserv port Date: Mon, 8 May 2000 10:25:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 Disposition-Notification-To: "Daniel Haischt" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, > I have installed all necessary ports (ex. jdk, jdsk, libtool, apache > etc..) did a 'make install' successfully installed the port. My only > problems is, how do I implement this into my apache web server? Usually > when a port is installed it is ready to go with minor configuration. I > need to know how to I either add this as a DSO or a static link into > apache. I am running apache-fp 1.3.9. I have added statically compiled > modules into apache before. I tried the add_module line (not sure if > that is the correct format) but any ways I added the correct line into > the Configuration.tmpl in the apache source distribution and did the > usual make install. I get many errors on the mod_jserv.c I added. My > guess is I am missing libraries. all you need should be a file called mod_jserv.so ... i added these module to apache via the following line to httpd.conf ... LoadModule jserv_module /usr/lib/apache/1.3/mod_jserv.so finally you need ... # The following line is for apacheconfig - DO NOT REMOVE! ApJServLogFile /var/log/apache/jserv.log Include /etc/jserv/jserv.conf in your httpd.conf file btw - I did this on my debian box but i hope i'm able to install apache + jserv on my freebsd box today, so i might give you a step by step instruction. > I am not sure what or where to put the > jserv libraries or headers. Can some that has used this ports please > help me? regards daniel haischt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 1:27:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goliath.apana.org.au (goliath.apana.org.au [202.12.88.44]) by hub.freebsd.org (Postfix) with ESMTP id 128C837BA4B for ; Fri, 26 May 2000 01:27:46 -0700 (PDT) (envelope-from dwamenae@gco.apana.org.au) Received: from gco.apana.org.au (cencoast.apana.org.au [202.12.88.7]) by goliath.apana.org.au (8.9.3/8.9.3/Debian/GNU) with ESMTP id SAA13534 for ; Fri, 26 May 2000 18:27:42 +1000 Message-ID: <392E3833.50079DBD@gco.apana.org.au> Date: Fri, 26 May 2000 18:39:15 +1000 From: Emmanuel Dwamena Organization: E. D. Systems Pty Ltd X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@FreeBSD.org Subject: Re: make install error in 3.1 upgrade Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear fellows, I have installed FreeBSD 3.1 and it has been working fine for the last 10 months. I like to upgrade to release 4.0. So I used cvs to update the src, doc and crypto. I started 'make world' after the source update. The process run for a while and then aborted with the following errors. The error message give here is the last lines displayed before the stop code. -----Error Message Begin here ----- install-info --quiet --defsection="Programming & development tools." --defentry="* libcom_err: (com_err). A common Error Description Library for UNIX. com_err.info /usr/share/info/dir install-info: unrecognised option `--defsection=Programming & development tools Try `install-info --help` for a complete list of options. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. hostname:username#_ ----Error message ends ----- Can anyone identify what is causing the problem. Because the 'make world' did not complete I only can boot into my old kernel. Any suggestions will be appreciated. Also is there any way I can capture the message displayed on the console screen so I can email it as attachment instead of typing the error message. Regards Emmanuel Dwamena To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 1:28:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from monica.et.bocholt.fh-gelsenkirchen.de (monica.et.bocholt.fh-gelsenkirchen.de [193.175.197.63]) by hub.freebsd.org (Postfix) with ESMTP id 42FE337BA97 for ; Fri, 26 May 2000 01:28:24 -0700 (PDT) (envelope-from hank@musashi.et.bocholt.fh-ge.de) Received: from musashi.et.bocholt.fh-ge.de (reserve.et.bocholt.fh-gelsenkirchen.de [193.175.197.95] (may be forged)) by monica.et.bocholt.fh-gelsenkirchen.de (8.9.3/8.9.3) with ESMTP id KAA19875; Fri, 26 May 2000 10:28:22 +0200 Received: from localhost (localhost.et.bocholt.fh-ge.de [127.0.0.1]) by musashi.et.bocholt.fh-ge.de (8.9.3/8.9.3) with ESMTP id KAA00484; Fri, 26 May 2000 10:28:21 +0200 (CEST) (envelope-from hank@musashi.et.bocholt.fh-ge.de) Message-Id: <200005260828.KAA00484@musashi.et.bocholt.fh-ge.de> To: Ruslan Ermilov , Glen Gross Cc: freebsd-questions@freebsd.org Subject: Re: ping -R In-reply-to: Your message of "Fri, 26 May 2000 10:02:53 +0300." <20000526100253.D82793@sunbay.com> Date: Fri, 26 May 2000 10:28:21 +0200 From: Dirk GOUDERS Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > You probably have your firewall blocking IP packets with record-route > option, do not you? I use a firewall, yes. But, even if I delete all rules except the default one 65535 allow ip from any to any ``ping -R'' will not work. Having read your remark I got ``ping -R'' working - but only after having removed any firewall options from my kernel configuration file. # # Firewall stuff # #options IPFIREWALL # firewall #options IPFIREWALL_VERBOSE # print information about #options "IPFIREWALL_VERBOSE_LIMIT=1" # limit verbosity #options IPFIREWALL_DEFAULT_TO_ACCEPT # allow everything by default #options IPFILTER # kernel ipfilter support #options IPFILTER_LOG # ipfilter logging #options IPDIVERT # divert sockets The manual page says that ipfw will always discard IP fragments with fragment offset of one but that should not affect packets sent by ``ping -R'' - doesn't it? Dirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 1:43:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from solaris.matti.ee (solaris.matti.ee [194.126.98.135]) by hub.freebsd.org (Postfix) with ESMTP id 5E3EA37B88A for ; Fri, 26 May 2000 01:43:28 -0700 (PDT) (envelope-from vallo@matti.ee) Received: from myhakas.matti.ee (myhakas.matti.ee [194.126.114.87]) by solaris.matti.ee (Postfix) with ESMTP id 828A52CE62; Fri, 26 May 2000 10:43:24 +0200 (EET) Received: by myhakas.matti.ee (Postfix, from userid 1000) id CB5C91C5760; Fri, 26 May 2000 10:43:21 +0200 (EET) Date: Fri, 26 May 2000 10:43:21 +0200 From: Vallo Kallaste To: Tom Schottle Cc: questions@freebsd.org Subject: Re: Promise Ultra66 and wdc2/wdc3 Message-ID: <20000526104321.A2648@myhakas.matti.ee> Reply-To: vallo@matti.ee References: <392D8D5A.32584CA5@schottle.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392D8D5A.32584CA5@schottle.net>; from tom@schottle.net on Thu, May 25, 2000 at 04:30:18PM -0400 Organization: =?UTF-8?Q?AS_Matti_B=C3=BCrootehnika?= Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 04:30:18PM -0400, Tom Schottle wrote: > controller wdc2 at isa? port "0" bio irq ? flags 0xa0ffa0ff > disk wd4 at wdc2 drive 0 > disk wd5 at wdc2 drive 1 > controller wdc3 at isa? port "0" bio irq ? flags 0xa0ffa0ff > disk wd6 at wdc3 drive 0 > disk wd7 at wdc3 drive 1 > > P.P.S. Forgot the particulars: > 3.4-STABLE (cvsup(1) last night. I know, I know. 4.0-STABLE.) > Pentium 233MHz MMX, 64MB > Tyan S1571 > Western Digital Caviar 22100 (only a test drive) I did install one Promise ATA-66 controller yesterday onto 4.0-STABLE system, ata driver. I had only put the card in and swap the cable. Really, upgrade. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 2:15: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ben.profero.com (ben.profero.com [212.36.157.130]) by hub.freebsd.org (Postfix) with ESMTP id B729537B9D7 for ; Fri, 26 May 2000 02:14:52 -0700 (PDT) (envelope-from darren@profero.com) Received: from vindaloo (host169.profero.com [212.36.157.169] (may be forged)) by ben.profero.com (8.9.3/8.9.1) with SMTP id KAA26423; Fri, 26 May 2000 10:11:35 +0100 (BST) (envelope-from darren@profero.com) Reply-To: From: "Darren Evans" To: "Greg Lehey" Cc: Subject: RE: copying from a nfs mounted filesystem onto a vinum volume crashes Date: Fri, 26 May 2000 10:15:21 +0100 Message-ID: <000301bfc6f2$eab74d90$a99d24d4@vindaloo.profero.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 In-Reply-To: <20000526094609.C13702@freebie.lemis.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Greg, sorry about the confusion. The box running software RAID aka provided by vinum has runaway processes. Anything that read's/ writes /raid becomes a runaway process. I cannot kill it. There's no kernel panic. I've also tried a ktrace on the "runaway" processes to see if there any system calls. There is no activity. No, the remote filesystem is not running under a RAID configuration. /mnt is not a RAID point, it's a local mount point that i've NFS mounted a remote filesystem onto. Then tried to copy from there onto the RAID filesystem. Hope i'm making sense :) thanks Darren -----Original Message----- From: Greg Lehey [mailto:grog@lemis.com] Sent: Friday, May 26, 2000 1:16 AM To: Darren Evans Cc: freebsd-questions@FreeBSD.ORG Subject: Re: copying from a nfs mounted filesystem onto a vinum volume crashes [Format recovered--see http://www.lemis.com/email/email-format.html] On Thursday, 25 May 2000 at 12:24:27 +0100, Darren Evans wrote: > On Friday, 28 April 2000 at 20:32:44 +0530, Rahul Siddharthan wrote: >> Hi, >> We need to set up an NFS fileserver which will serve around 10-20 >> machines. The hardware would preferably be Intel, for cost >> reasons, though fairly high-end (say a Pentium III 550+ MHz, 256 MB >> RAM, SCSI disks). The expected exported volume would be perhaps >> 50-60 GB. Is it a good idea to export a vinum volume over NFS? > > Greg Wrote... >> NFS doesn't know about the volume, it just knows about the file >> system. There's no reason why it shouldn't be on a Vinum volume. > > Hi Greg, > > what if a remote volume is nfs mounted not on the vinum volume > (actually mounted on /mnt) and then a cp -r /mnt/software /raid/software/ > is performed. /raid obviously being the vinum raid directory in a 1+0 > configuration. This actually crashes our box. I cannot SIGKILL the cp > command and have to /sbin/reboot to restore the system. > > Are there any nfs/vinum issues at present? Or am I being stupid? You're at least being confusing. Are you saying you /mnt is a remotely mounted Vinum volume? Which box crashes? What does the dump say? > I'm running 3.4-STABLE/SMP with the latest kernel tree and 2 Adaptec > aic7895 Ultra SCSI adapter controllers. There are some issues with 3-STABLE, though none which would explain this particular issue. I've fixed a number of bugs in 4-STABLE and -CURRENT, but it'll take me a few days to get them fixed and tested in 3-STABLE. > cvsup'd yesterday with *default release=cvs tag=RELENG_3. I'm led > to believe this tag is correct for 3.4-STABLE but not 100% confident > about that. Yes, that's correct for 3-STABLE. > Here's my vinum.conf Looks OK. > I've been reading / writing / deleting a 70 meg archive onto the > RAID volume without any problems at all. It's just NFS that causes > the headache :-( Strange. Get me the dump info and I'll take a look. 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 May 26 2:22:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from jmcl.gamesnow.ie (sega1.quay.ie [192.122.220.71]) by hub.freebsd.org (Postfix) with ESMTP id CDB8237B81F for ; Fri, 26 May 2000 02:22:33 -0700 (PDT) (envelope-from mclaughj@gamesnow.ie) Received: from jmcl.gamesnow.ie (localhost [127.0.0.1]) by jmcl.gamesnow.ie (8.9.3/8.9.3) with ESMTP id KAA44631; Fri, 26 May 2000 10:21:52 +0100 (IST) Message-Id: <200005260921.KAA44631@jmcl.gamesnow.ie> From: jmcl@ireland.com To: Mike Alich Cc: questions@freebsd.org Subject: Re: apache-jserv port Reply-To: jmcl@gamesnow.ie Date: Fri, 26 May 2000 10:21:52 +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Mike, Assuming mod_jserv has been installed in /usr/local/apache/libexec, then add the following to your httpd.conf: LoadModule jserv_module libexec/mod_jserv.so and then: AddModule mod_jserv.c to the end of your module list. Then incorporate the example/jserv.conf into your httpd.conf (or include it), and modify as necessary. I usually compile Apache manually these days as I usually have to roll out on Solaris eventually, plus have a few extra modules to be included. I have however used to port before, and it worked fine then, though it was probably Jserv 1.0. You might also try running `apachectl configtest' against your config file which will show up errors. If you've included jserv.conf, it'll barf on any of the JServ directives if you module hasn't loaded properly. It also should hightlight problems with the loading of the module. John You wrote: > I am hoping someone has an answer to this problem. I have written the > maintainer of the apache-jserv port and have not gotten any replies > back. Maybe someone has used this port before. > > I have installed all necessary ports (ex. jdk, jdsk, libtool, apache > etc..) did a 'make install' successfully installed the port. My only > problems is, how do I implement this into my apache web server? Usually > when a port is installed it is ready to go with minor configuration. I > need to know how to I either add this as a DSO or a static link into > apache. I am running apache-fp 1.3.9. I have added statically compiled > modules into apache before. I tried the add_module line (not sure if > that is the correct format) but any ways I added the correct line into > the Configuration.tmpl in the apache source distribution and did the > usual make install. I get many errors on the mod_jserv.c I added. My > guess is I am missing libraries. I am not sure what or where to put the > jserv libraries or headers. Can some that has used this ports please > help me? > > I am on a 4 day deadline with a large client that needs this feature on > my server. > > Many thanks in advance! > > - -Mike Alich > > - -- > Mike Alich > Web Hosting Technologies, Inc. > Tel: 561.841.2669 / Toll Free: 877.841.2669 > http://www.whtech.net > mike@whtech.net > > * Web Hosting and Internet Solutions > * Domain Name Hosting $19.95/Month > * Web Designers Wanted! > * Web Hosting Reseller Program > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 2:56:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peedub.muc.de (p3E9B8F0B.dip.t-dialin.net [62.155.143.11]) by hub.freebsd.org (Postfix) with ESMTP id A208137B751 for ; Fri, 26 May 2000 02:56:08 -0700 (PDT) (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 LAA22189; Fri, 26 May 2000 11:51:56 +0200 (CEST) Message-Id: <200005260951.LAA22189@peedub.muc.de> X-Mailer: exmh version 2.1.1 10/15/1999 To: Jean-Mark Dupoux Cc: freebsd-questions@FreeBSD.ORG Subject: Re: version 2.05 Reply-To: Gary Jennejohn In-reply-to: Your message of "Thu, 25 May 2000 23:53:54 PDT." <20000526065354.4732.rocketmail@web220.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 May 2000 11:51:56 +0200 From: Gary Jennejohn Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jean-Mark Dupoux writes: >this is an appeal for anybody who has a copy of >release 2.05, which would really, really, really help >me out. > >i am trying to install on a system which unfortunately >only has 4mb of memory, so I can only run or upgrade >past that release and not actually install on it. >(it is a 486 no_longer_supported laptop, with upgraded >HDD). > >would pay for someone to ship me floppies or prefer >ftp, just basic bin+install.sh+boot_floppies should do >the job I hope (and maybe just the man page for "upgrade") > ftpsearch.lycos.com is your friend :) Look at ftp://ftp.funet.fi/pub/mirrors/ftp.freebsd.org/pub/FreeBSD/eurocryp t/ \ 2.0.5-RELEASE. It seems to be complete. Use the boot.flp in UPDATES. --- Gary Jennejohn / garyj@muc.de 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 Fri May 26 3:40:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gradwell.com (mail.gradwell.com [194.205.225.96]) by hub.freebsd.org (Postfix) with SMTP id EBFFC37B569 for ; Fri, 26 May 2000 03:40:47 -0700 (PDT) (envelope-from webmaster@onsea.com) Received: (qmail 21146 invoked by uid 527); 26 May 2000 10:40:46 -0000 Date: Fri, 26 May 2000 11:40:46 +0100 From: Cliff Rowley To: ap Cc: freebsd-questions@freebsd.org Subject: Re: Mouse Message-ID: <20000526114046.A20845@onsea.com> References: <20000525193510.A24541@onsea.com> <000701bfc680$ee0b6160$92fe1818@socal.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <000701bfc680$ee0b6160$92fe1818@socal.rr.com>; from adam@miscdebris.net on Thu, May 25, 2000 at 12:39:23PM -0700 Organisation: Onsea Software Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 12:39:23PM -0700, ap wrote: > I have been trying for a few weeks now to figure that out...thank you...by > the way...what is the problem with the S3 chip? ...and is there a problem > with all S3 chips, or just the 3d/2x chipset? > Not entirely sure. I would hazard a guess at the S3 driver for that particular card, seeing as it works fine under Win* etc. I've not tried other S3 cards, and no longer have a need to. I went and got a Matrox G400. Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 3:45: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from TK147108.tuwien.teleweb.at (TK147108.tuwien.teleweb.at [195.34.147.108]) by hub.freebsd.org (Postfix) with ESMTP id E85D237B569 for ; Fri, 26 May 2000 03:45:00 -0700 (PDT) (envelope-from satyr@TK147108.tuwien.teleweb.at) Received: from satyr by TK147108.tuwien.teleweb.at with local (Exim 2.12 #1) id 12vHlI-0005IX-00 for freebsd-questions@FreeBSD.ORG; Fri, 26 May 2000 12:54:40 +0200 Date: Fri, 26 May 2000 12:54:39 +0200 From: "Marinos J . Yannikos" To: freebsd-questions@FreeBSD.ORG Subject: PR kern/16318 Message-ID: <20000526125439.B8362@TK147108.telekabel.at> Reply-To: nino@inode.at 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 PR 16318 has bitten me previously due to the configuration a colocated box requires. Is there a reason why this hasn't been fixed yet in 3.4-RELEASE? A patch has been filed, but I still have to apply it afer every cvsup. -mjy -- ***==> Marinos J. Yannikos ***==> http://pobox.com/~mjy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 5:18: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from server1.cctinc.net (colocation-cybercom2.citywalk.net [209.118.223.2]) by hub.freebsd.org (Postfix) with ESMTP id B629137B6CF for ; Fri, 26 May 2000 05:18:01 -0700 (PDT) (envelope-from hostmaster@cctinc.net) Received: from cctinc.net (host-209-214-14-205.pbi.bellsouth.net [209.214.14.205]) by server1.cctinc.net (8.9.3/8.9.3) with ESMTP id IAA23386 for ; Fri, 26 May 2000 08:23:03 -0400 (EDT) Message-ID: <392E6B9F.99F3329@cctinc.net> Date: Fri, 26 May 2000 08:18:39 -0400 From: Mike Alich Organization: Web Hosting Technologies, Inc. X-Mailer: Mozilla 4.73 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: apache-jserv port Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I wanted to say thank you for all the quick support I got on the problem I was having with the apache-jserv port. The is another reason I would run FreeBSD over any other OS. The support is great and in the past I have always gotten my problems resolved. Thanks again! p.s. it appears all is working fine now! -- Mike Alich Web Hosting Technologies, Inc. Tel: 561.841.2669 / Toll Free: 877.841.2669 http://www.whtech.net mike@whtech.net * Web Hosting and Internet Solutions * Domain Name Hosting $19.95/Month * Web Designers Wanted! * Web Hosting Reseller Program To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 5:35:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 61E9E37BE3E for ; Fri, 26 May 2000 05:35:23 -0700 (PDT) (envelope-from sue@phoenix.welearn.com.au) Received: (from sue@localhost) by phoenix.welearn.com.au (8.9.3/8.9.3) id WAA19955; Fri, 26 May 2000 22:35:03 +1000 (EST) (envelope-from sue) Date: Fri, 26 May 2000 22:34:58 +1000 From: Sue Blake To: Caleb Walker Cc: Greg Lehey , freebsd-questions@FreeBSD.ORG Subject: Re: Modem Message-ID: <20000526223456.A19718@welearn.com.au> References: <392CCB07.A09139E7@netzero.net> <20000525162200.J5074@freebie.lemis.com> <392DD1F8.68E019FA@netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <392DD1F8.68E019FA@netzero.net>; from Caleb Walker on Thu, May 25, 2000 at 06:23:04PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 06:23:04PM -0700, Caleb Walker wrote: > I have no Idea. What I have done is out of a book and I dont think it is > even touching the icing on the cake. I have in KPPP all cuaaX's but i think > > my modem is tun0, but it is not configured either. I dont seem to have good > info on making modems work. I am not very good at UNIX yet, but I am > getting better. It is too early to blame yourself, or the modem! I've seen a few people people ditch kppp, read 'man ppp' and do what it says, and have the thing up in a moment or two with no dramas. If you will try that, let us know how it works out. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 6:13: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.web.de (pop3.cinetic.de [194.45.170.160]) by hub.freebsd.org (Postfix) with SMTP id 301CF37B87C for ; Fri, 26 May 2000 06:12:58 -0700 (PDT) (envelope-from tobias.pirzer@web.de) Received: from entenpreis by smtp.web.de with smtp (freemail 4.0.1 #1298) id m12vJv2-003xvJC; Fri, 26 May 2000 15:12 +0200 From: tobias pirzer Reply-To: tobias.pirzer@web.de To: freebsd-questions@freebsd.org Subject: tun - interface ,4.0 stable Date: Fri, 26 May 2000 14:53:32 +0200 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00052615023400.00657@entenpreis> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Please help me, I'm just another idiotic guy who can't get a tun interface . The Line : pseudo-device tun exists in my Kernel I also did a ./MAKEDEV tun0 in /dev and I also compiled about 1000 kernels with different numbers of tun's (and also rebooted my machine), but ifconfig tun0 answered everytime i tried : interface tun does not exist ! Can anybody help me ??? Thanks Tobi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 6:19:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.rdc3.on.home.com (mail2.rdc3.on.home.com [24.2.9.41]) by hub.freebsd.org (Postfix) with ESMTP id 5912D37B9C0 for ; Fri, 26 May 2000 06:19:09 -0700 (PDT) (envelope-from mike@rockatronic.com) Received: from rockatronic.com ([24.114.50.29]) by mail2.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000526131908.EPGQ1114.mail2.rdc3.on.home.com@rockatronic.com>; Fri, 26 May 2000 06:19:08 -0700 Message-ID: <392E79D0.65DA3FEC@rockatronic.com> Date: Fri, 26 May 2000 09:19:12 -0400 From: Mike X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, gphoto@gphoto.org Subject: SOLUTION: Re: cuaa0 / ttyS0 -was [gphoto] Help!--> gPhoto 0.4.3 / HP Photosmart C30 / FreeBSD 4.0R] References: <39189DF6.6CDE7E9C@rockatronic.com> <3919EC38.194105E@surflinx.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FYI All: Solution re. gPhoto and the HP C30: Use hppsmtools (in the ports). Command line programs to download pics, control etc. the camera. Works pefectly. Mike Mike wrote: > > Thanks for responding, Kevin; > > /dev/cuaa0 is what FreeBSD 4.0R uses as com1, there is no ttyS0 as in linux. > At one point I symlinked ttyS0 to cuaa0 but it made no difference. I'm > still stumped!!! > Mike > > ----- Original Message ----- > From: "Kevin Penrose" > To: "Mike" > Sent: Wednesday, May 10, 2000 7:09 PM > Subject: Re: [gphoto] Help!--> gPhoto 0.4.3 / HP Photosmart C30 / FreeBSD > 4.0R] > > > Mike wrote: > > > > > Hi All; > > > > > > I'm going nuts trying to get this camera to work with gPhoto 0.4.3 and > > > FreeBSD 4.0R. I compiled gPhoto 0.4.3 from the ports - no probs. ; > > > fires up perfectly. In gPhoto (logged in as root), I selected the > > > camera and port (/dev/cuaa0). When gPhoto tries to communicate with the > > > > I use /dev/ttyS0. I think that /dev/cua0 is for output only; I don't > think > > it allows bi-directional communication. Try using /dev/ttyS0 and see what > > happens. > > > > -- Kevin > > > > > > > > > > > > > camera I see the camera status light blink once and thats it. Nothing > > > else and I have to kill gPhoto. > > > > > > Camera, cables etc. work under w98 and I had it working about 6 months > > > ago under RH 6.0 and gPhoto 0.4.0. > > > > > > Seems like a baud rate / permissions / handshaking kinda thang...but I'm > > > > > > really out of ideas. > > > > > > Any suggestions? > > > > > > Thanks, > > > Mike > > > > > > _______________________________________________ > > > gphoto maillist - gphoto@gphoto.org > > > http://lists.styx.net/mailman/listinfo/gphoto > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 6:30:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns0.sitesnow.com (ns0.sitesnow.com [63.166.182.130]) by hub.freebsd.org (Postfix) with ESMTP id 57BA837B7E8 for ; Fri, 26 May 2000 06:30:36 -0700 (PDT) (envelope-from gskouby@ns0.sitesnow.com) Received: from gskouby (helo=localhost) by ns0.sitesnow.com with local-esmtp (Exim 2.12 #1) id 12vKCB-0006dp-00 for freebsd-questions@freebsd.org; Fri, 26 May 2000 09:30:35 -0400 Date: Fri, 26 May 2000 09:30:35 -0400 (EDT) From: Greg Skouby To: freebsd-questions@freebsd.org Subject: fatal trap 12 when booting Message-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 posted a message yesterday about a machine that had the /dev directory somewhat corrupt. I could ls -la /dev/wd0* but when I was in the /dev director when I did an ls it was not showing any of the files. Now, today the machine was rebooting over and over again, freezing with this message: fatal trap 12: page fault while in kernel mode fault virtual address = 0xc33a3c6d fault code = supervisor read, page not present Instruction Pointer = 0x8:0xc022798F Stack Pointer = 0x 10: 0xc5dc6988 code segment = base 0 x0, limit 0xfffff type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL =0 current process = 5 (init) interrupt mask = trap number = 12 panic: page fault syncing disk 1 1 1 1 1 1 1 1 1 giving up rebooting in 15 seconds It does this over and over again. i am running 3.3-R..Is it a memory error? Thanks for any help or hints. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 6:43:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 2453837B8D3 for ; Fri, 26 May 2000 06:43:23 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id JAA17017 for ; Fri, 26 May 2000 09:48:07 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392E7F71.5FAB468A@wmptl.com> Date: Fri, 26 May 2000 09:43:13 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: telnet software Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG anyone know of a freeware/shareware telnet utility for M$ Windows, that will do a decent job of emulating a vt100 terminal? Something that will map the arroy keys correctly, (unlike M$ telnet.exe) ? -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 6:49: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 6E65137B8D8 for ; Fri, 26 May 2000 06:49:03 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id JAA17127 for ; Fri, 26 May 2000 09:53:48 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392E80C6.E3A47F59@wmptl.com> Date: Fri, 26 May 2000 09:48:54 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: removing pop3 messages Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I telnet into a POP3 server, I can do a 'dele 1' then 'dele 2' then 'dele 3', etc. etc. How do I accomplish a 'dele *' ? I want to flush all messages out; but I'm not sure of the command (or even if there is such a command?) -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 7: 1: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tel.netraam.com (node13c7b.a2000.nl [24.132.60.123]) by hub.freebsd.org (Postfix) with ESMTP id 9841737BE3C for ; Fri, 26 May 2000 07:00:59 -0700 (PDT) (envelope-from maarten@netraam.com) Received: from maarten (helo=localhost) by tel.netraam.com with local-esmtp (Exim 3.13 #1) id 12vKfY-0008Us-00; Fri, 26 May 2000 16:00:56 +0200 Date: Fri, 26 May 2000 16:00:56 +0200 (CEST) From: Maarten de Vries To: Nathan Vidican Cc: questions@freebsd.org Subject: Re: telnet software In-Reply-To: <392E7F71.5FAB468A@wmptl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Nathan Vidican wrote: > anyone know of a freeware/shareware telnet utility for M$ Windows, that > will do a decent job of emulating a vt100 terminal? Something that will > map the arroy keys correctly, (unlike M$ telnet.exe) ? SecureCRT, www.vandyke.com. Does ssh1 and ssh2 too. -- maarten@netraam.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 7:13:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from enterweb.enterit.com (enterweb.enterit.com [209.45.199.22]) by hub.freebsd.org (Postfix) with ESMTP id 58F3937BE2A for ; Fri, 26 May 2000 07:13:35 -0700 (PDT) (envelope-from jconner@enterit.com) Received: from KWAN [209.45.199.38] by enterweb.enterit.com with ESMTP (SMTPD32-5.04) id A67F5D30134; Fri, 26 May 2000 10:13:19 EST Message-Id: <4.2.0.58.20000526102307.00a65cc8@mail.enterit.com> X-Sender: jconner@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 26 May 2000 10:23:46 -0400 To: webmaster@wmptl.com, questions@freebsd.org From: Jim C Subject: Re: telnet software In-Reply-To: <392E7F71.5FAB468A@wmptl.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 09.43 26.05.00 -0400, Nathan Vidican wrote: >anyone know of a freeware/shareware telnet utility for M$ Windows, that >will do a decent job of emulating a vt100 terminal? Something that will >map the arroy keys correctly, (unlike M$ telnet.exe) ? qvt term by qpc www.qpc.com - jim >-- >Nathan Vidican >webmaster@wmptl.com >Windsor Match Plate & Tool Ltd. >http://www.wmptl.com/ > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 7:14:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id B548437BE1D for ; Fri, 26 May 2000 07:14:41 -0700 (PDT) (envelope-from tomg@mailhost.nrnet.org) Received: from mailhost.nrnet.org (mailhost.nrnet.org [166.84.192.39]) by mail1.panix.com (Postfix) with ESMTP id 11A813103E; Fri, 26 May 2000 10:14:32 -0400 (EDT) Received: from localhost (tomg@localhost) by mailhost.nrnet.org (8.8.7/8.8.4) with SMTP id JAA31638; Fri, 26 May 2000 09:05:44 -0400 Date: Fri, 26 May 2000 09:05:44 -0400 (EDT) From: Thomas Good To: Sue Blake Cc: Caleb Walker , Greg Lehey , freebsd-questions@FreeBSD.ORG Subject: Re: Modem In-Reply-To: <20000526223456.A19718@welearn.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, 26 May 2000, Sue Blake wrote: > On Thu, May 25, 2000 at 06:23:04PM -0700, Caleb Walker wrote: > > I have no Idea. What I have done is out of a book and I dont think it is > > even touching the icing on the cake. I have in KPPP all cuaaX's but i think > > > > my modem is tun0, but it is not configured either. I dont seem to have good > > info on making modems work. I am not very good at UNIX yet, but I am > > getting better. Actually your modem is a device like /dev/cuaa0 (an unfortunate name)... tun0 is tunnel-zero, another unfortunate name - this time for user ppp. All you need do is edit /etc/ppp/ppp.conf as root and add in your values. I just got this happening and would be happy to send my ppp.conf if you need a working model to compare with the distribution file (which I found a bit obtuse.) Once the file is happening you start ppp with: # ppp -background Documentation is available in Greg's book (on the cd as book.txt), however, I like two forms of docs: One that begins with 'remove the shrinkwrap, take a break...' or a working example. I prefer the latter. If such an example is of value, let me know. Cheers, Tom > It is too early to blame yourself, or the modem! I've seen a few people > people ditch kppp, read 'man ppp' and do what it says, and have the > thing up in a moment or two with no dramas. If you will try that, let us > know how it works out. ------- North Richmond Community Mental Health Center ------- Thomas Good MIS Coordinator Vital Signs: tomg@ { admin | q8 } .nrnet.org Phone: 718-354-5528 Fax: 718-354-5056 /* Member: Computer Professionals For Social Responsibility */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 7:22:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 1B55037BE3C for ; Fri, 26 May 2000 07:22:40 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Fri, 26 May 2000 15:22:34 +0100 Received: from localhost (cmjg@localhost) by mail.ilrt.bris.ac.uk (8.8.7/8.8.8) with ESMTP id PAA25603; Fri, 26 May 2000 15:22:33 +0100 (BST) Date: Fri, 26 May 2000 15:22:33 +0100 (BST) From: Jan Grant To: Nathan Vidican Cc: questions@freebsd.org Subject: Re: telnet software In-Reply-To: <392E7F71.5FAB468A@wmptl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Nathan Vidican wrote: > anyone know of a freeware/shareware telnet utility for M$ Windows, that > will do a decent job of emulating a vt100 terminal? Something that will > map the arroy keys correctly, (unlike M$ telnet.exe) ? TeraTerm Pro - supports ssh1 with ttssh.exe (including X tunnelling) and it's freeware. Also supports programmable keymaps. PuTTY's quite nice too. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Generalisation is never appropriate. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 7:54:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from stargate.clickcom.com (stargate.clickcom.com [209.198.22.4]) by hub.freebsd.org (Postfix) with ESMTP id 3C83037B5CC; Fri, 26 May 2000 07:54:23 -0700 (PDT) (envelope-from jks@clickcom.com) Received: from fishbowl (dhcp-2.clt.clickcom.com [209.198.22.66]) by stargate.clickcom.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id LV0X0NG9; Fri, 26 May 2000 10:51:13 -0400 From: "John Straiton" To: , Subject: RAID Controller + 4.0 Date: Fri, 26 May 2000 10:53:20 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG My assistant recently ordered a machine for our use here but failed to check the HCL for 4.0, and therefore ordered a 2400 series Dell Poweredge that uses the PERC 2/Si 64MB RAID controller. Now I've checked the mailing list archives and haven't been too happy with what I'm seeing. The only one with a smidgin of hope was: http://www.freebsd.org/cgi/getmsg.cgi?fetch=156897+159028+/usr/local/www/db/ text/2000/freebsd-questions/20000123.freebsd-questions However it seems to lend to 4.0-current (which I would imagine JAN's version of is now RELEASE) as having support for it but I can assure you that unless it's something you have to enable specifically during install, it's not. I would just try the 3.0 solution provided there however the Dell comes without IDE or UWSCSI ports on it, either of which I would have a HD for, instead only having a 50pin scsi port on it for which I do not have a drive to test with. I would ask if anyone has had any success with any workaround, if not, if you had any suggestions on things I could *try* as a workaround. And of course, lastly, if anyone has a simple recommendation as to which card they would buy right now in lieu of the PERC we existingly have I would be in your debt. John Straiton ClickCom, Inc. jks@clickcom.com (704)365-9970x101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 7:57:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Samizdat.uucom.com (samizdat.uucom.com [198.202.217.54]) by hub.freebsd.org (Postfix) with ESMTP id 31E2E37B894 for ; Fri, 26 May 2000 07:57:16 -0700 (PDT) (envelope-from cshenton@uucom.com) Received: (from cshenton@localhost) by Samizdat.uucom.com (8.9.3/8.9.3) id KAA00130; Fri, 26 May 2000 10:57:14 -0400 (EDT) To: questions@freebsd.org Subject: apsfilter: gamma correcting HP932c to be lighter? From: Chris Shenton Date: 26 May 2000 10:57:14 -0400 Message-ID: Lines: 16 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm using the wonderful "apsfilter" to transform .gif images I print from netscape to something my HP 932c color printer can understand. I believe under the covers it does a .gif to .ps, then uses ghostscript to convert from .ps to HPCL. Unfortunately, the images are too dark, the colors too saturated. The "gs" document "devices" talks about adjusting "gamma" by sending a small gamma-tweaking file along with the the target print file, and the apsfilter includes a "test.ps" which does some gamma twiddling. I can't figure out how to specify the gamma adjustment on a per job basis, or better, as a global config to "gs" and/or "apsfilter". Any clues? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 7:58:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from peedub.muc.de (p3E9B8F1F.dip.t-dialin.net [62.155.143.31]) by hub.freebsd.org (Postfix) with ESMTP id 7A9C737B744 for ; Fri, 26 May 2000 07:58:35 -0700 (PDT) (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 QAA57348; Fri, 26 May 2000 16:55:00 +0200 (CEST) Message-Id: <200005261455.QAA57348@peedub.muc.de> X-Mailer: exmh version 2.1.1 10/15/1999 To: tobias.pirzer@web.de Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tun - interface ,4.0 stable Reply-To: Gary Jennejohn In-reply-to: Your message of "Fri, 26 May 2000 14:53:32 +0200." <00052615023400.00657@entenpreis> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 May 2000 16:55:00 +0200 From: Gary Jennejohn Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tobias pirzer writes: >Hello > >Please help me, >I'm just another idiotic guy who can't get a tun interface . > >The Line : pseudo-device tun > >exists in my Kernel > >I also did a ./MAKEDEV tun0 in /dev >and I also compiled about 1000 kernels with different numbers of tun's >(and also rebooted my machine), >but > ifconfig tun0 >answered everytime i tried : > interface tun does not exist ! > >Can anybody help me ??? This was answered in the last few weeks, but here goes - the tun device is now automagically created when it's used by e.g. ppp. Before then it does not exist, so ifconfig will not work. --- Gary Jennejohn / garyj@muc.de 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 Fri May 26 8: 3: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.xecu.net (post.xecu.net [216.127.136.211]) by hub.freebsd.org (Postfix) with ESMTP id 3E7C637B744 for ; Fri, 26 May 2000 08:03:01 -0700 (PDT) (envelope-from andy@xecu.net) Received: from shell.xecu.net (shell.xecu.net [216.127.136.216]) by post.xecu.net (Postfix) with ESMTP id 38329474F for ; Fri, 26 May 2000 11:00:57 -0400 (EDT) Received: from localhost (andy@localhost) by shell.xecu.net (8.8.8+Sun/8.8.8) with ESMTP id LAA19655 for ; Fri, 26 May 2000 11:02:49 -0400 (EDT) X-Authentication-Warning: shell.xecu.net: andy owned process doing -bs Date: Fri, 26 May 2000 11:02:49 -0400 (EDT) From: Andy Dills To: freebsd-questions@FreeBSD.ORG Subject: promiscuous ethernet Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Ok, here's my situation: I have a switched network in an environment where we have people coming and going with random configurations on their laptops. I would like to set things up so that they don't have to change their configurations to access the net. So, I'm assuming I'll need to, upon an arp request for any given IP address, ifconfig that IP as an alias. I would run nat with -dynamic, so that the new ethernet alias would automatically be included in the table. So, my question is, how do I go about detecting the arp request, and then adding the neccessary alias? Or, is there a better way to do what I'm trying to do? Thanks, Andy xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Andy Dills 301-682-9972 Xecunet, LLC www.xecu.net xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Dialup * Webhosting * E-Commerce * High-Speed Access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8: 5:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mgw2.MEIway.com (mgw2.meiway.com [212.73.210.74]) by hub.freebsd.org (Postfix) with ESMTP id 13D6837BE98 for ; Fri, 26 May 2000 08:05:06 -0700 (PDT) (envelope-from lconrad@go2france.com) Received: from memphis.go2france.com (dnas-01-05.sat.idworld.net [209.142.68.213]) by mgw2.MEIway.com (Postfix Relay Hub) with ESMTP id 17CFD238 for ; Fri, 26 May 2000 19:23:30 +0200 (CEST) Message-Id: <4.3.1.0.20000526100724.00c6eac0@mail.go2france.com> X-Sender: lconrad%go2france.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 26 May 2000 10:09:21 +0200 To: freebsd-questions@FreeBSD.ORG From: Len Conrad Subject: Re: apsfilter: gamma correcting HP932c to be lighter? In-Reply-To: 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 lifted this ps -u postfix | awk '{print$4}' | sort | uniq -c from a mailing list but it gives error: ps: postfix: No such file or directory instead of nice little report. help Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8: 7: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ux1.schottle.net (ux1.schottle.net [199.88.145.11]) by hub.freebsd.org (Postfix) with ESMTP id E35F337BDE6 for ; Fri, 26 May 2000 08:06:57 -0700 (PDT) (envelope-from tom@schottle.net) Received: from schottle.net (ntw1.schottle.net [199.88.145.20]) by ux1.schottle.net (8.9.3/8.9.3) with ESMTP id LAA08475 for ; Fri, 26 May 2000 11:06:54 -0400 (EDT) (envelope-from tom@schottle.net) Message-ID: <392E930E.3D21567@schottle.net> Date: Fri, 26 May 2000 11:06:54 -0400 From: Tom Schottle X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Promise Ultra66 and wdc2/wdc3 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a stack of old Pentiums and IDE drives. I'm trying to build a few cheap file servers (thank you ccd(4)!). I put the Promise controller into the machine, added drives to it (which the controller recognized), made the following changes to the kernel config (straight from LINT) controller wdc2 at isa? port "0" bio irq ? flags 0xa0ffa0ff disk wd4 at wdc2 drive 0 disk wd5 at wdc2 drive 1 controller wdc3 at isa? port "0" bio irq ? flags 0xa0ffa0ff disk wd6 at wdc3 drive 0 disk wd7 at wdc3 drive 1 rebuilt the kernel, and rebooted. loader(8) sees the drives but the kernel says the following: wdc2 not found at 0 wdc3 not found at 0 I tried changing both "0" to ? but then the kernel says: wdc2: not found wdc3: not found I've looked in all the usual places and have found no docs that helped. Any help you can give would be much appreciated. TIA, Tom Schottle tom@schottle.net P.S. Anybody ever use the Promise FastTrak66. Does it work under FreeBSD? Does it work as advertised? P.P.S. Forgot the particulars: 3.4-STABLE (cvsup(1) last night. I know, I know. 4.0-STABLE.) Pentium 233MHz MMX, 64MB Tyan S1571 Western Digital Caviar 22100 (only a test drive) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:15: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id DB3E437B8EF for ; Fri, 26 May 2000 08:15:00 -0700 (PDT) (envelope-from bobj@atlantic.net) Received: from scanner.engnet.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by smtp.ufl.edu (8.9.3/8.9.3/2.2.1) with SMTP id LAA70504; Fri, 26 May 2000 11:13:47 -0400 From: Bob Johnson To: rsidd@physics.iisc.ernet.in Subject: RE: what about clauses? Date: Fri, 26 May 2000 10:24:19 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: lrosen@rosenlaw.com, questions@freebsd.org MIME-Version: 1.0 Message-Id: <00052611134200.20051@scanner.engnet.ufl.edu> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Date: Thu, 25 May 2000 12:04:58 -0700 >From: "Lawrence E. Rosen" >Subject: RE: what about clauses? >>[this author reference reinserted: ] >>[Date: Thu, 25 May 2000 22:57:53 +0530] >>[From: Rahul Siddharthan ] >>[Subject: Re: what about clauses?] >> >>But suppose Microsoft borrows your code and uses it inside one of >>their own programs (which is what I believe they do with BSD code), >>rather than keep your program aside as a separate work. What >>license will apply to their program, ie how exactly will they satisfy >>the conditions of the license below without making those clauses >>apply to the entire program -- which includes both your code and >>their code? > >I still don't believe the BSD license can be reasonably interpreted to >transform the entire portion of a derivative work into an open source >program. Whether the particular routines that incorporate the BSD code >would have to be distributed under the BSD license is probably There is no way you can interpret the BSD license to require that a derivative work be open source without being so unreasonable that a better word would be "insane". There is not even a hint of a requirement that derivative works must distribute their source code, or even the BSD source code. The only thing the license says is that if you use BSD code, you must display the BSD copyright and disclaimer. So the question you should be asking is "if I modify BSD code and use it in a commercial product, do I need to include the BSD copyright?" I would, if I were doing it, even if only to give them credit they deserve. The GPL used by Linux, on the other hand, very explicitly requires that derivative works must distribute ALL of their source, thus forcing an author to give his work away free whether he wants to or not. This discussion seems a lot like yet another example of someone with Linux experience expecting FreeBSD to be "the same thing as Linux, only different". >dependent >upon the facts as well as a court's interpretation of the >requirements of >the BSD license language. My recommendation is, be >perfectly clear what >you mean by your license agreements.... Don't rely >on ambiguities. > The BSD license _is_ perfectly clear, at least with regard to whether derivative works must be open source. If you (the original poster) are trying to write a NEW license agreement, you need the help of a specialist in copyright law. >/Larry Rosen -- Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:23:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from whale.sunbay.crimea.ua (sunbay-10BASE-T.cris.net [212.110.130.67]) by hub.freebsd.org (Postfix) with ESMTP id 351BF37B836 for ; Fri, 26 May 2000 08:23:04 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id SAA98168; Fri, 26 May 2000 18:22:13 +0300 (EEST) Date: Fri, 26 May 2000 18:22:13 +0300 From: Ruslan Ermilov To: Dirk GOUDERS Cc: Glen Gross , freebsd-questions@freebsd.org Subject: Re: ping -R Message-ID: <20000526182213.A97836@sunbay.com> Mail-Followup-To: Dirk GOUDERS , Glen Gross , freebsd-questions@freebsd.org References: <20000526100253.D82793@sunbay.com> <200005260828.KAA00484@musashi.et.bocholt.fh-ge.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200005260828.KAA00484@musashi.et.bocholt.fh-ge.de>; from hank@et.bocholt.fh-gelsenkirchen.de on Fri, May 26, 2000 at 10:28:21AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 10:28:21AM +0200, Dirk GOUDERS wrote: > > > You probably have your firewall blocking IP packets with record-route > > option, do not you? > > I use a firewall, yes. > But, even if I delete all rules except the default one > > 65535 allow ip from any to any > > ``ping -R'' will not work. > > Having read your remark I got ``ping -R'' working - but only after > having removed any firewall options from my kernel configuration > file. > > # > # Firewall stuff > # > #options IPFIREWALL # firewall > #options IPFIREWALL_VERBOSE # print information about > #options "IPFIREWALL_VERBOSE_LIMIT=1" # limit verbosity > #options IPFIREWALL_DEFAULT_TO_ACCEPT # allow everything by default > #options IPFILTER # kernel ipfilter support > #options IPFILTER_LOG # ipfilter logging > #options IPDIVERT # divert sockets > > The manual page says that ipfw will always discard IP fragments with > fragment offset of one but that should not affect packets sent by > ``ping -R'' - doesn't it? > I do not know what kind of firewall your were using, ipfirewall(4) or ipf(4). The ipfirewall(4) does not discard RR packets by default. But I do not know if this is also true for ipf(4). Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:25:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id B533A37B6AE for ; Fri, 26 May 2000 08:25:33 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Fri, 26 May 2000 16:25:31 +0100 Received: from localhost (cmjg@localhost) by mail.ilrt.bris.ac.uk (8.8.7/8.8.8) with ESMTP id QAA26728; Fri, 26 May 2000 16:25:30 +0100 (BST) Date: Fri, 26 May 2000 16:25:30 +0100 (BST) From: Jan Grant To: Andy Dills Cc: freebsd-questions@FreeBSD.ORG Subject: Re: promiscuous ethernet 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, 26 May 2000, Andy Dills wrote: > Or, is there a better way to do what I'm trying to do? DHCP? - automatic configuration of client machines, but you can specify their IP addresses, what gateway they should use (I'm guessing this is what you want it for) and get them to use a nearby DNS server, etc. As far as the client machines go, at most you need to turn their network configuration to use DHCP; a single checkbox on winders machines, and a lot of sites are using this these days so quite a significant number of laptops may already be configured to use DHCP. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Donate a signature: http://tribble.ilrt.bris.ac.uk/~cmjg/sig-submit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:27:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.xecu.net (post.xecu.net [216.127.136.211]) by hub.freebsd.org (Postfix) with ESMTP id 79DD137B6AE for ; Fri, 26 May 2000 08:27:44 -0700 (PDT) (envelope-from andy@xecu.net) Received: from shell.xecu.net (shell.xecu.net [216.127.136.216]) by post.xecu.net (Postfix) with ESMTP id AED434840; Fri, 26 May 2000 11:25:49 -0400 (EDT) Received: from localhost (andy@localhost) by shell.xecu.net (8.8.8+Sun/8.8.8) with ESMTP id LAA20578; Fri, 26 May 2000 11:27:41 -0400 (EDT) X-Authentication-Warning: shell.xecu.net: andy owned process doing -bs Date: Fri, 26 May 2000 11:27:41 -0400 (EDT) From: Andy Dills To: Jan Grant Cc: freebsd-questions@FreeBSD.ORG Subject: Re: promiscuous ethernet 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, 26 May 2000, Jan Grant wrote: > On Fri, 26 May 2000, Andy Dills wrote: > > > Or, is there a better way to do what I'm trying to do? > > DHCP? - automatic configuration of client machines, but you can specify > their IP addresses, what gateway they should use (I'm guessing this is > what you want it for) and get them to use a nearby DNS server, etc. > > As far as the client machines go, at most you need to turn their network > configuration to use DHCP; a single checkbox on winders machines, and a > lot of sites are using this these days so quite a significant number of > laptops may already be configured to use DHCP. This was the first thing out of my mouth when I was given this project. I was told that this isn't acceptable, as the powers that be feel that the people in question would be overwhelmed merely by being directed to open up the TCP/IP properties. It's the kind of deal where we _really_ have to cater to these people. Andy xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Andy Dills 301-682-9972 Xecunet, LLC www.xecu.net xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Dialup * Webhosting * E-Commerce * High-Speed Access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:30:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sullivan.realtime.net (sullivan.realtime.net [205.238.128.209]) by hub.freebsd.org (Postfix) with ESMTP id 1092837BE62 for ; Fri, 26 May 2000 08:30:34 -0700 (PDT) (envelope-from brucegb@sullivan.realtime.net) Received: (from brucegb@localhost) by sullivan.realtime.net (8.9.3/8.9.3) id KAA80172 for freebsd-questions@freebsd.org; Fri, 26 May 2000 10:30:30 -0500 (CDT) (envelope-from brucegb) From: Bruce Burden Message-Id: <200005261530.KAA80172@sullivan.realtime.net> Subject: Re: tun - interface ,4.0 stable In-Reply-To: <00052615023400.00657@entenpreis> from tobias pirzer at "May 26, 2000 02:53:32 pm" To: freebsd-questions@freebsd.org (Freebsd Questions) Date: Fri, 26 May 2000 10:30:30 -0500 (CDT) 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 > > I'm just another idiotic guy who can't get a tun interface . > > The Line : pseudo-device tun > I have a number following "tun": # The `tun' pseudo-device implements the User Process PPP (iijppp) pseudo-device tun 1 #Tunnel driver (user process ppp(8)) > > I also did a ./MAKEDEV tun0 in /dev > I only did a: MAKEDEV all MAKEDEV snd0 MAKEDEV da0s1a and I have: bash-2.04# ls -l /dev/tun* crw------- 1 uucp dialer 52, 0 May 17 22:31 /dev/tun0 crw------- 1 uucp dialer 52, 1 May 17 22:31 /dev/tun1 crw------- 1 uucp dialer 52, 2 May 17 22:31 /dev/tun2 crw------- 1 uucp dialer 52, 3 May 17 22:31 /dev/tun3 And note that May 17 is the date on all of my devices in /dev. What is the date of your 4.0 installation, and if you installed from cvsup, did you copy the MAKEDEV from /usr/src/etc to /dev? Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:42:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from infos1.casaccia.enea.it (INFOS1.casaccia.enea.it [192.107.71.175]) by hub.freebsd.org (Postfix) with ESMTP id C432237BBF0 for ; Fri, 26 May 2000 08:42:15 -0700 (PDT) (envelope-from leviathan.o@tiscalinet.it) Received: from studi7106.tiscalinet.it (STUDI7106.casaccia.enea.it [192.107.77.106]) by infos1.casaccia.enea.it (8.9.1/8.9.1) with ESMTP id RAA21946 for ; Fri, 26 May 2000 17:43:02 +0200 (MET DST) Message-Id: <4.3.1.0.20000527173339.00af9da0@pop.tiscalinet.it> X-Sender: leviathan.o@pop.tiscalinet.it X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sat, 27 May 2000 17:42:57 +0200 To: freebsd-questions@freebsd.org From: Fabrizio Poggi Subject: Boot Disk In-Reply-To: <00052708160200.00349@freebsd.freebsd.org> References: <392D4713.7CC6286A@wmptl.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 Hello, I'm trying to build a boot disk for my *installed* FreeBSD3.4. In Linux I can create a dos boot disk with loadlin.exe + vmlinuz inside, or put the same files in the win partition; in FreeBSD how can I do the same thing in a clean right way? Thanx in advance. Fabrizio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:42:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 9459737BE3C for ; Fri, 26 May 2000 08:42:16 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id IAA03989 for ; Fri, 26 May 2000 08:42:15 -0700 (PDT) (envelope-from jim@freeze.org) Date: Fri, 26 May 2000 08:42:15 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: questions@freebsd.org Subject: Help: Wierd Terminal Copy Problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wow this is wierd. I am running 3.4R with KDE. I start kde. A terminal window comes up: Terminal<1>. I open another terminal window: Terminal <2> I do a directory listing in Terminal<2>. I open a vi session in Terminal<1> and ready it for input with 'i'. If I select more than 34 lines of text from Terminal<2> and paste it into Terminal<1> (using both left and right buttons on my 2-button mouse) Terminal<1> freezes up. No text is pasted and the window will not repaint. However, if I past only 34 lines of text, then it works fine. 35 lines or more of text and it locks up. Has anyone had this problem before? Is this a kde bug? An xterm config problem? I also notice that his happens on both my home and my work machines. Both running FreeBSD kolob.lex.lexmark.com 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Thu Dec 30 02:57:15 GMT 1999 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC i386 Thanks for any help. ============================================ Jim Freeze jim@freeze.org www.freeze.org -------------- Save on CDs, DVDs and Books till May 31 2000 $10 Off a purchase of $30 and $33 Off a purchase of $100. Visit www.freeze.org ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:46: 7 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 BFBCA37BD99 for ; Fri, 26 May 2000 08:46:03 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.10.0/8.10.0) with ESMTP id e4QFk1t87695; Fri, 26 May 2000 08:46:01 -0700 (PDT) Date: Fri, 26 May 2000 08:46:00 -0700 (PDT) From: "Eric J. Schwertfeger" To: Arun Sharma Cc: questions@FreeBSD.ORG Subject: Re: Commercial version of PGP for FreeBSD? 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, 25 May 2000, Arun Sharma wrote: > [This message has also been posted.] > On Wed, 24 May 2000 15:53:54 -0700 (PDT), Eric J. Schwertfeger wrote: > > > > Does anyone else sell PGP licensed so that our company doesn't have to > > worry about the patent issues (RSA and IDEA)? > > RSA patent expires in Sept. A European company holds the patent for > IDEA - I'm not sure if it's valid in the US. I didn't think so until recently, but according to the GnuPG FAQ, IDEA is patented in the US (won't expire until 2011), and the customer won't wait until Sept. > In any case, buying a license (which gives you the patent rights) > and then choosing a convenient implementation (openssl, m2crypto (python) > etc) There's been enough debate about whether or not that that is legal that my current plan is to get the Linux version of PGP, and just go with it if it works without any problems, and to use PGP only for RSA compatibility, GnuPG for all else, if there are minor problems. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:47:18 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 EB57D37BE42 for ; Fri, 26 May 2000 08:47:12 -0700 (PDT) (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 12vKga-000LXM-00; Fri, 26 May 2000 15:02:00 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12vKga-000AAF-00; Fri, 26 May 2000 15:02:00 +0100 Date: Fri, 26 May 2000 15:02:00 +0100 From: Ben Smithurst To: Nathan Vidican Cc: questions@freebsd.org Subject: Re: removing pop3 messages Message-ID: <20000526150200.A3410@strontium.scientia.demon.co.uk> References: <392E80C6.E3A47F59@wmptl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392E80C6.E3A47F59@wmptl.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nathan Vidican wrote: > When I telnet into a POP3 server, I can do a 'dele 1' then 'dele 2' then > 'dele 3', etc. etc. How do I accomplish a 'dele *' ? I want to flush all > messages out; but I'm not sure of the command (or even if there is such > a command?) If you have netcat installed (program name "nc") you could try, ( echo USER foo echo PASS bar for i in $(jot 1 50); do echo DELE $i done echo QUIT ) | nc your.pop3.host 110 untested, but you get the idea. Replace "50" with the correct number, which you can get with the "STAT" command IIRC. There are probably programs to do this, but it seems like overkill when a simple script like the above should work. If you don't have netcat installed, install it, NOW! :-) It's in ports/net/netcat, unsurprisingly. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:47:23 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 79FB337BE42 for ; Fri, 26 May 2000 08:47:19 -0700 (PDT) (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 12vKha-000LXT-00; Fri, 26 May 2000 15:03:02 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12vKha-000BSh-00; Fri, 26 May 2000 15:03:02 +0100 Date: Fri, 26 May 2000 15:03:02 +0100 From: Ben Smithurst To: Nathan Vidican Cc: questions@freebsd.org Subject: Re: telnet software Message-ID: <20000526150302.B3410@strontium.scientia.demon.co.uk> References: <392E7F71.5FAB468A@wmptl.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392E7F71.5FAB468A@wmptl.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nathan Vidican wrote: > anyone know of a freeware/shareware telnet utility for M$ Windows, that > will do a decent job of emulating a vt100 terminal? Something that will > map the arroy keys correctly, (unlike M$ telnet.exe) ? TeraTerm Pro is quite nice, but I haven't used it for a while so I can't be sure if it gets everything right. There's also a SSH module for it, check your nearest Tucows mirror for more. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:47:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mgw2.MEIway.com (mgw2.meiway.com [212.73.210.74]) by hub.freebsd.org (Postfix) with ESMTP id 7B03B37BEBC for ; Fri, 26 May 2000 08:47:40 -0700 (PDT) (envelope-from lconrad@go2france.com) Received: from memphis.go2france.com (dnas-01-05.sat.idworld.net [209.142.68.213]) by mgw2.MEIway.com (Postfix Relay Hub) with ESMTP id B0FAB238 for ; Fri, 26 May 2000 20:06:14 +0200 (CEST) Message-Id: <4.3.1.0.20000526104846.00f444a0@mail.go2france.com> X-Sender: lconrad%go2france.com@mail.go2france.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 26 May 2000 10:52:05 +0200 To: freebsd-questions@FreeBSD.ORG From: Len Conrad Subject: ps -u ? 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 lifted this ps -u postfix | awk '{print$4}' | sort | uniq -c from a mailing list but it gives error: ps: postfix: No such file or directory instead of nice little report. I have two machines where postfix appears several times in the user column with 'ps aux' Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:52:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 1038C37BE3E for ; Fri, 26 May 2000 08:52:52 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Fri, 26 May 2000 16:52:44 +0100 Received: from localhost (cmjg@localhost) by mail.ilrt.bris.ac.uk (8.8.7/8.8.8) with ESMTP id QAA27373; Fri, 26 May 2000 16:52:43 +0100 (BST) Date: Fri, 26 May 2000 16:52:43 +0100 (BST) From: Jan Grant To: Andy Dills Cc: Jan Grant , freebsd-questions@FreeBSD.ORG Subject: Re: promiscuous ethernet 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, 26 May 2000, Andy Dills wrote: > This was the first thing out of my mouth when I was given this project. I > was told that this isn't acceptable, as the powers that be feel that the > people in question would be overwhelmed merely by being directed to open > up the TCP/IP properties. It's the kind of deal where we _really_ have to > cater to these people. I'm not sure you can do anything, then; the request seems to amount to asking you to proxy-arp the entire internet. Even if technically possible, there are all sorts of other issues (do you catch or forward DNS requests, for example; that occurs to me as the service which is most likely to suffer). Then you have to deal with laptops that are configured for use on private networks; you may be unable to get packets to their (mail,news,dns,exchange) server at all. Are you certain that the "powers that be" won't take "it's not technically feasable" as an answer? jan PS. You might try firing this question directly at the ipfilter lists too. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Unfortunately, I have a very good idea how fast my keys are moving. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 8:56:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id A18C337BDEA for ; Fri, 26 May 2000 08:56:36 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id TAA29298; Fri, 26 May 2000 19:59:05 +0200 Message-ID: <392E9ED3.F1F18C9D@i-clue.de> Date: Fri, 26 May 2000 17:57:07 +0200 From: Christoph Sold Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Jim Freeze Cc: questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Freeze wrote: > Wow this is wierd. > I am running 3.4R with KDE. > > I start kde. > A terminal window comes up: Terminal<1>. > I open another terminal window: Terminal <2> [snippety]...after copying more than 34 lines my xterms on both Linux and FreeBSD boxes still lived. Are you using xterm, or some other terminal application shipping with KDE? (Maybe Konsole or kvt) -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9: 2:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id BE62D37B55E for ; Fri, 26 May 2000 09:02:14 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Fri, 26 May 2000 17:02:07 +0100 Received: from localhost (cmjg@localhost) by mail.ilrt.bris.ac.uk (8.8.7/8.8.8) with ESMTP id RAA27559; Fri, 26 May 2000 17:02:05 +0100 (BST) Date: Fri, 26 May 2000 17:02:05 +0100 (BST) From: Jan Grant To: Len Conrad Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ps -u ? In-Reply-To: <4.3.1.0.20000526104846.00f444a0@mail.go2france.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Len Conrad wrote: > ps -u postfix | awk '{print$4}' | sort | uniq -c > > from a mailing list but it gives error: > > ps: postfix: No such file or directory That's a sysVism. "ps U postfix" oughtta work. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Goedel would be proud - I'm both inconsistent _and_ incomplete. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:14:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f259.law8.hotmail.com [216.33.240.134]) by hub.freebsd.org (Postfix) with SMTP id 2913737B55E for ; Fri, 26 May 2000 09:14:49 -0700 (PDT) (envelope-from jmd526@hotmail.com) Received: (qmail 19865 invoked by uid 0); 26 May 2000 16:14:49 -0000 Message-ID: <20000526161449.19864.qmail@hotmail.com> Received: from 209.220.228.2 by www.hotmail.com with HTTP; Fri, 26 May 2000 09:14:49 PDT X-Originating-IP: [209.220.228.2] From: "John Daniels" To: freebsd-questions@freebsd.org Subject: mergemaster Date: Fri, 26 May 2000 12:14:49 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi: I am preparing to update my system from 4.0-RELEASE to 4.0-STABLE. I am a newbie and am doing this for the first time, so anything that is unexpected makes me a little nervous. I have not installed mergemaster from the ports but when I type "mergemaster" it runs! Is mergemaster part of the base system in 4.0? If not, why would this happen? When I type "pkg_version" I get a list of installed programs but mergemaster is not one of them. Should I install (reinstall?) mergemaster from ports? John ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:21:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id 2E3A337BDA4 for ; Fri, 26 May 2000 09:21:52 -0700 (PDT) (envelope-from ertr1013@student.csd.uu.se) Received: from regulus.student.UU.SE ([130.238.5.2]:50001 "HELO ertr1013.student.csd.uu.se") by merganser.its.uu.se with SMTP id ; Fri, 26 May 2000 18:21:29 +0200 Received: (qmail 2256 invoked by uid 1001); 26 May 2000 16:21:33 -0000 Date: Fri, 26 May 2000 18:21:32 +0200 From: Erik Trulsson To: John Daniels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mergemaster Message-ID: <20000526182132.A2237@student.csd.uu.se> Mail-Followup-To: John Daniels , freebsd-questions@FreeBSD.ORG References: <20000526161449.19864.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000526161449.19864.qmail@hotmail.com>; from jmd526@hotmail.com on Fri, May 26, 2000 at 12:14:49PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 12:14:49PM -0400, John Daniels wrote: > Hi: > > I am preparing to update my system from 4.0-RELEASE to 4.0-STABLE. I am a > newbie and am doing this for the first time, so anything that is unexpected > makes me a little nervous. > > I have not installed mergemaster from the ports but when I type > "mergemaster" it runs! Is mergemaster part of the base system in 4.0? If Yes, mergemaster is part of the base system of 4.0 (and 3.4-stable as well) > not, why would this happen? When I type "pkg_version" I get a list of > installed programs but mergemaster is not one of them. Should I install > (reinstall?) mergemaster from ports? Nope. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:23: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 5B3FC37B55E for ; Fri, 26 May 2000 09:22:58 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.10.1/8.10.1) with ESMTP id e4QGMuR21390; Fri, 26 May 2000 18:22:57 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.10.1/8.10.1) with ESMTP id e4QGMu509806; Fri, 26 May 2000 18:22:56 +0200 (MET DST) Received: from alaska.cert.siemens.de (reims.mchp.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.10.1/8.10.1/Siemens CERT [ $Revision: 1.8 ]) with ESMTP id e4QGMuN01013; Fri, 26 May 2000 18:22:56 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.10.1/8.10.1/alaska [ $Revision: 1.5 ]) id e4QGMuL00630; Fri, 26 May 2000 16:22:56 GMT Date: Fri, 26 May 2000 18:22:56 +0200 From: Udo Schweigert To: John Daniels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mergemaster Message-ID: <20000526182256.A607@alaska.cert.siemens.de> References: <20000526161449.19864.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000526161449.19864.qmail@hotmail.com>; from jmd526@hotmail.com on Fri, May 26, 2000 at 12:14:49PM -0400 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 12:14:49 -0400, John Daniels wrote: > Hi: > > I am preparing to update my system from 4.0-RELEASE to 4.0-STABLE. I am a > newbie and am doing this for the first time, so anything that is unexpected > makes me a little nervous. > > I have not installed mergemaster from the ports but when I type > "mergemaster" it runs! Is mergemaster part of the base system in 4.0? If Yes it is (also in 3.X-STABLE). > not, why would this happen? When I type "pkg_version" I get a list of > installed programs but mergemaster is not one of them. Should I install > (reinstall?) mergemaster from ports? No. Regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 ZT IK 3, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : ust@cert.siemens.de PGP-2/5 fingerprint | D8 A5 DF 34 EC 87 E8 C6 E2 26 C4 D0 EE 80 36 B2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:24:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id ABFF737BDEA for ; Fri, 26 May 2000 09:24:22 -0700 (PDT) (envelope-from troy@picus.com) Received: from arcadia [209.100.20.198] by durango.picus.com (SMTPD32-5.05) id A4E2753014E; Fri, 26 May 2000 12:22:58 -0400 From: "Troy Settle" To: "Dan B. " , Subject: RE: Remote POP3 management tool Date: Fri, 26 May 2000 12:26:30 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you are working off the passwd file, then telnet or ssh would probably be your best bet for a remote managemnt tool. If you are authenticating out of some sort of database (MySQL), then you should be able to write a web-based interface fairly easy. For virtual domains, I'm currently employing both methods. All POP3 accounts are under one domain, authenticated through the passwd file. For the virtual domains, I use Postfix against a MySQL database to translate virtual addresses into real addresses. I have a simple PHP script that I use to manage the MySQL database. Works very well. -Troy ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Dan B. ** Sent: Thursday, May 25, 2000 6:08 PM ** To: freebsd-questions@freebsd.org ** Subject: Remote POP3 management tool ** ** ** Hi Folks; ** Is there a tool out there I can use to manage POP3 accounts for virtual ** domains i.e add/delete POP3 accounts and change passwords e.t.c ** I am running FreeBSD 3.4-STABLE/Sendmail 8.9.3 /Qpopper. ** ** ** Dan ** ** Thanks ** ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org ** with "unsubscribe freebsd-questions" in the body of the message ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:25:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.unibe.ch (mailhub.unibe.ch [130.92.254.109]) by hub.freebsd.org (Postfix) with ESMTP id 2F10E37BE3E for ; Fri, 26 May 2000 09:25:11 -0700 (PDT) (envelope-from roth@iamexwi.unibe.ch) Received: from CONVERSION-DAEMON by mailhub.unibe.ch (PMDF V5.2-32 #42480) id <0FV600L01DGZOY@mailhub.unibe.ch> for freebsd-questions@FreeBSD.ORG; Fri, 26 May 2000 18:22:15 +0200 (MET DST) Received: from iamexwi.unibe.ch (haegar.unibe.ch [130.92.71.10]) by mailhub.unibe.ch (PMDF V5.2-32 #42480) with ESMTP id <0FV600FIQDGZ9T@mailhub.unibe.ch>; Fri, 26 May 2000 18:22:11 +0200 (MET DST) Received: from klimt.unibe.ch (klimt [130.92.62.21]) by iamexwi.unibe.ch (8.8.8+Sun/8.8.8) with ESMTP id SAA29798; Fri, 26 May 2000 18:25:08 +0200 (MET DST) Received: from localhost (roth@localhost) by klimt.unibe.ch (8.9.1b+Sun/8.9.1) with ESMTP id SAA02137; Fri, 26 May 2000 18:25:04 +0200 (MET DST) Date: Fri, 26 May 2000 18:25:03 +0200 (MET DST) From: Tobias Roth Subject: Re: mergemaster In-reply-to: <20000526161449.19864.qmail@hotmail.com> X-Sender: roth@klimt To: John Daniels Cc: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT X-Authentication-warning: klimt.unibe.ch: roth owned process doing -bs Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I am preparing to update my system from 4.0-RELEASE to 4.0-STABLE. I am a > newbie and am doing this for the first time, so anything that is unexpected > makes me a little nervous. well, backing up all important data is always a good idea ;) > I have not installed mergemaster from the ports but when I type > "mergemaster" it runs! very well > Is mergemaster part of the base system in 4.0? obviously, yes. > Should I install (reinstall?) mergemaster from ports? definitely not. If it works, don't worry about it. good luck, Tobe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:30:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fs1.dnsonline.net (fs1.dnsonline.net [208.34.3.2]) by hub.freebsd.org (Postfix) with ESMTP id 1797537B563 for ; Fri, 26 May 2000 09:30:05 -0700 (PDT) (envelope-from b105@dnsonline.net) Received: from dnsonline.net (max2-45.dnsonline.net [208.34.3.201]) by fs1.dnsonline.net (8.9.3/8.9.3) with ESMTP id LAA19604 for ; Fri, 26 May 2000 11:32:59 -0500 Message-ID: <392EA677.10391526@dnsonline.net> Date: Fri, 26 May 2000 11:29:44 -0500 From: Barney and Sheila Beers X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: Sound Card Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Tech Support, Hello, I have FreeBSD 4.0 Release which I downloaded after I obtained bootdisks. Anyway, in the FreeBSD release before 4.0 (Not sure which) I could just use the Voxware sound drivers I believe and my MSS compatible sound card would have worked... what do I do? My sound card is MSS compatible and is on port 0X530 IRQ 10 DMA 1. Yes, and of course I used Kernel Building. (Sorry I know that's the only way to get sound to work in FreeBSD I just felt like giving the details.) Well thank you for your time. = ) One Happy FreeBSD User, Aaron L. Beers PS: Keep up the good work. = ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:31: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 6209337B8F2 for ; Fri, 26 May 2000 09:30:57 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id JAA07247; Fri, 26 May 2000 09:30:43 -0700 (PDT) (envelope-from jim@freeze.org) Date: Fri, 26 May 2000 09:30:43 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Christoph Sold Cc: questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem In-Reply-To: <392E9ED3.F1F18C9D@i-clue.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: so@server.i-clue.de Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Christoph Sold wrote: > [snippety]...after copying more than 34 lines my xterms on both Linux and > FreeBSD boxes still lived. > > Are you using xterm, or some other terminal application shipping with KDE? > (Maybe Konsole or kvt) I'm not really sure of the difference. I have tried it with window titles of Terminal and kvt-- and both fail. ps waux lists the following for a window titled Terminal: ps waux | grep kvt jfreeze 45983 0.0 2.8 4800 3624 v0 R 12:24PM 0:00.35 kvt -miniicon kvt.xpm -miniicon kvt.xpm -miniicon kvt.xpm ============================================ Jim Freeze jim@freeze.org www.freeze.org -------------- Save on CDs, DVDs and Books till May 31 2000 $10 Off a purchase of $30 and $33 Off a purchase of $100. Visit www.freeze.org ============================================ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:41:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from usc.edu (usc.edu [128.125.253.136]) by hub.freebsd.org (Postfix) with ESMTP id 3199837B563 for ; Fri, 26 May 2000 09:41:34 -0700 (PDT) (envelope-from abdulgha@usc.edu) Received: from scf-fs.usc.edu (root@scf-fs.usc.edu [128.125.253.183]) by usc.edu (8.9.3.1/8.9.3/usc) with ESMTP id JAA00663; Fri, 26 May 2000 09:41:33 -0700 (PDT) Received: from phoenix (res-3617.usc.edu [128.125.31.111]) by scf-fs.usc.edu (8.9.3.1/8.9.3/usc) with SMTP id JAA13313; Fri, 26 May 2000 09:41:32 -0700 (PDT) Message-ID: <009f01bfc731$4beea840$6f1f7d80@phoenix> Reply-To: "Khairuddin Abdul Ghani" From: "Khairuddin Abdul Ghani" To: "Brian" Cc: , Subject: mysterious shutdowns (cont.) Date: Fri, 26 May 2000 09:41:52 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. Here's the followup to the mysterious clean shutdowns that the machine was experiencing before. Looks like the last downtime was caused by those weird shutdowns again: reboot ~ Fri May 26 08:15 shutdown ~ Fri May 26 08:14 reboot ~ Fri May 26 05:39 shutdown ~ Fri May 26 05:33 reboot ~ Fri May 26 05:29 shutdown ~ Thu May 25 22:28 shutdown ~ Fri May 26 05:21 reboot ~ Fri May 26 05:11 shutdown ~ Fri May 26 05:09 reboot ~ Fri May 26 04:50 shutdown ~ Fri May 26 04:48 reboot ~ Fri May 26 04:42 shutdown ~ Fri May 26 04:31 I checked each shutdown instance against process accounting, and I found that each would contain at least the following (in sequence): date - root __ 0.00 secs Fri May 26 04:48 test - root __ 0.00 secs Fri May 26 04:48 sh - root __ 0.00 secs Fri May 26 04:48 [ - root __ 0.00 secs Fri May 26 04:48 stty - root __ 0.00 secs Fri May 26 04:48 cron -F root __ 0.00 secs Fri May 26 04:48 sh -S root __ 0.00 secs Fri May 26 04:48 perl -S root __ 0.02 secs Fri May 26 04:48 Then I found this in /bin: -r-xr-xr-x 2 root wheel 49016 May 17 20:21 [ I doubt that should be there.. so I'm taking it off for the moment. I don't know if I should take date/stty out too though. Running 4.0-RELEASE by the way. Thanks! Best regards, Rudy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:42:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id DF11137B91F for ; Fri, 26 May 2000 09:42:42 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id LAA66307; Fri, 26 May 2000 11:42:34 -0500 (CDT) Date: Fri, 26 May 2000 11:42:34 -0500 (CDT) From: Brennan W Stehling To: Nathan Vidican Cc: questions@FreeBSD.ORG Subject: Re: telnet software In-Reply-To: <392E7F71.5FAB468A@wmptl.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 freessh.org. They have links to SSH clients, which can also do simple telnet. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? http://www.greasydaemon.com/noms/ <- Why avoid MS? On Fri, 26 May 2000, Nathan Vidican wrote: > anyone know of a freeware/shareware telnet utility for M$ Windows, that > will do a decent job of emulating a vt100 terminal? Something that will > map the arroy keys correctly, (unlike M$ telnet.exe) ? > > > -- > Nathan Vidican > webmaster@wmptl.com > Windsor Match Plate & Tool Ltd. > http://www.wmptl.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:46: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from usc.edu (usc.edu [128.125.253.136]) by hub.freebsd.org (Postfix) with ESMTP id DABE437B660 for ; Fri, 26 May 2000 09:45:56 -0700 (PDT) (envelope-from abdulgha@usc.edu) Received: from scf-fs.usc.edu (root@scf-fs.usc.edu [128.125.253.183]) by usc.edu (8.9.3.1/8.9.3/usc) with ESMTP id JAA03164; Fri, 26 May 2000 09:45:41 -0700 (PDT) Received: from phoenix (res-3617.usc.edu [128.125.31.111]) by scf-fs.usc.edu (8.9.3.1/8.9.3/usc) with SMTP id JAA14368; Fri, 26 May 2000 09:45:39 -0700 (PDT) Message-ID: <00b101bfc731$dfb24370$6f1f7d80@phoenix> Reply-To: "Khairuddin Abdul Ghani" From: "Khairuddin Abdul Ghani" To: Cc: "Brian" Subject: Fw: mysterious shutdowns (cont.) Date: Fri, 26 May 2000 09:45:46 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Actually, I just found that "[" is a builtin command, so I won't actually be removing that. :\ ----- Original Message ----- From: "Khairuddin Abdul Ghani" Sent: Friday, May 26, 2000 9:41 AM Subject: mysterious shutdowns (cont.) > Hello. Here's the followup to the mysterious clean shutdowns > that the machine was experiencing before. > > Looks like the last downtime was caused by those weird shutdowns again: > reboot ~ Fri May 26 08:15 > shutdown ~ Fri May 26 08:14 > reboot ~ Fri May 26 05:39 > shutdown ~ Fri May 26 05:33 > reboot ~ Fri May 26 05:29 > shutdown ~ Thu May 25 22:28 > shutdown ~ Fri May 26 05:21 > reboot ~ Fri May 26 05:11 > shutdown ~ Fri May 26 05:09 > reboot ~ Fri May 26 04:50 > shutdown ~ Fri May 26 04:48 > reboot ~ Fri May 26 04:42 > shutdown ~ Fri May 26 04:31 > > I checked each shutdown instance against process accounting, > and I found that each would contain at least the following > (in sequence): > > date - root __ 0.00 secs Fri May 26 04:48 > test - root __ 0.00 secs Fri May 26 04:48 > sh - root __ 0.00 secs Fri May 26 04:48 > [ - root __ 0.00 secs Fri May 26 04:48 > stty - root __ 0.00 secs Fri May 26 04:48 > cron -F root __ 0.00 secs Fri May 26 04:48 > sh -S root __ 0.00 secs Fri May 26 04:48 > perl -S root __ 0.02 secs Fri May 26 04:48 > > Then I found this in /bin: > > -r-xr-xr-x 2 root wheel 49016 May 17 20:21 [ > > I doubt that should be there.. so I'm taking it off for the moment. > I don't know if I should take date/stty out too though. > > Running 4.0-RELEASE by the way. Thanks! > > Best regards, Rudy > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:49:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id E39F137B7B9 for ; Fri, 26 May 2000 09:49:17 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id JAA08380; Fri, 26 May 2000 09:49:09 -0700 (PDT) (envelope-from jim@freeze.org) Date: Fri, 26 May 2000 09:49:09 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Christoph Sold Cc: questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: so@server.i-clue.de Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Are you using xterm, or some other terminal application shipping with KDE? > > (Maybe Konsole or kvt) A little more info Christoph: I tried % kvt & from the command line and pasted into a vi session in the new window. It locked up. I tried % xterm & and pasted into a vi session in the new window and it WORKED. I also tried % kvt & and then killing the vi process. The window remained locked up. Does this look like a kde bug or config problem? Should I be talking to the KDE folks? Thanks Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:52:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cymru.basistech.com (cymru.basistech.com [199.88.205.23]) by hub.freebsd.org (Postfix) with SMTP id 9D5D237BDEA for ; Fri, 26 May 2000 09:52:14 -0700 (PDT) (envelope-from tree@cymru.basistech.com) Received: (qmail 18672 invoked by uid 5007); 26 May 2000 16:42:46 -0000 From: Tom Emerson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14638.43398.917480.537017@cymru.basistech.com> Date: Fri, 26 May 2000 12:42:46 -0400 (EDT) To: freebsd-questions@freebsd.org Subject: "incorrect super block" in 3.4 (attempting to) mounting a disk X-Mailer: VM 6.75 under Emacs 20.4.1 Reply-To: tree@basistech.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just added a new IDE disk to my FreeBSD 3.4 system. Following the steps outlined in the Handbook (and the tutorial) I have not had any luck getting the disk to actually mount. I'd appreciate it if someone could perhaps shed some light on this situation. I created a single dedicated slice, 'wd3s1', covering the entire disk. After creating the slice, I exit (but don't write the slite, per the warning about adding new disks to do that in the label editor) and go to the label editor. I [C]reate a new File System partition covering the entire disk, and give it a dummy mount-point. I then [W] the partition, get the expected error about mounting /dev/wd3s1e on the dummy mount point, then choose [Q]uit. I add the following entry to /etc/fstab: /dev/wd3s1e /d1 ufs rw 2 2 and attempt to mount the new disk: davis# /sbin/mount /d1 mount: /dev/wd3s1e on /d1: incorrect super block OK. I search the archives: the only question about a similar response from mount relates to CDs, which the answer was the specify the OS. So I try that: davis# /sbin/mount -t ufs /dev/wd3s1e /d1 mount: /dev/wd3s1e on /d1: incorrect super block Here is the output from disklabel: davis# /sbin/disklabel -r wd3 # /dev/rwd3c: type: ESDI disk: wd3s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 2482 sectors/unit: 39876480 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 39876480 0 unused 0 0 # (Cyl. 0 - 2482*) e: 39876480 0 4.2BSD 0 0 0 # (Cyl. 0 - 2482*) Any and all help is *greatly* appreciated. It would be really nice to have that 20G drive working. Thanks in advance, -tree -- Tom Emerson Basis Technology Corp. Language Hacker http://www.basistech.com "Beware the lollipop of mediocrity: lick it once and you suck forever" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 9:52:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from durango.picus.com (durango.picus.com [209.100.20.19]) by hub.freebsd.org (Postfix) with ESMTP id 63E4F37BE7D for ; Fri, 26 May 2000 09:52:35 -0700 (PDT) (envelope-from troy@picus.com) Received: from arcadia [209.100.20.198] by durango.picus.com (SMTPD32-5.05) id AB7EC0B011C; Fri, 26 May 2000 12:51:10 -0400 From: "Troy Settle" To: , Subject: RE: running headless Date: Fri, 26 May 2000 12:54:42 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: <20000524133247.A37808@sirius.hq.netzmarkt.de> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Intel has some... don't remember the exact models though. IIRC, they typically have video, ethernet, paralell, and 1 serial onboard. -Troy ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sven Huster ** Sent: Wednesday, May 24, 2000 7:33 AM ** To: freebsd-questions@FreeBSD.ORG ** Subject: Re: running headless ** ** ** by the way, does anybody knew about a x86-based motherboard, ** which supports serial access to BIOS etc. ** ** so it could be run completely without any keyboard and graphics ** even on installation. ** ** thanks ** sven ** ** On Wed, May 24, 2000 at 12:06:46AM -0400, Crist J. Clark wrote: ** > On Tue, May 23, 2000 at 11:55:16AM -0700, Gary Kline wrote: ** > > According to Troy Settle: ** > > > ** > > > I've got 5 or 6 boxes running headless. I don't do ** anything special with ** > > > the kernel. ** > > > ** > > ** > > Do you do anything to getty or anything else in /etc so ** > > that getty isn't continually trying to spawn a tty for ** > > the console? ** > > ** > > Seems to me that I got complaints trying to boot without ** > > a keyboard once... ** > > ** > > It'd be nice if I could move my othre CRT//keyboard away ** > > and boot without things blowing up (!) ** > ** > That's your BIOS. It has nothing to do with the kernel (since you ** > never actually get to booting it). Go into the BIOS and try to find an ** > option to "Boot on error" or something about booting without ** > keyboards. ** ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org ** with "unsubscribe freebsd-questions" 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 May 26 9:53:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.offwhite.net (home.offwhite.net [156.46.35.30]) by hub.freebsd.org (Postfix) with ESMTP id 02DA837BE98 for ; Fri, 26 May 2000 09:52:47 -0700 (PDT) (envelope-from brennan@offwhite.net) Received: from localhost (brennan@localhost) by home.offwhite.net (8.9.1/8.9.3) with ESMTP id LAA66374; Fri, 26 May 2000 11:52:44 -0500 (CDT) Date: Fri, 26 May 2000 11:52:44 -0500 (CDT) From: Brennan W Stehling To: Barney and Sheila Beers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound Card In-Reply-To: <392EA677.10391526@dnsonline.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 Try this link... http://www.greasydaemon.com/cgi-bin/htsearch?config=greasydaemon&restrict=&exclude=&method=and&format=long&sort=score&words=freebsd+voxware I think the first result link will cover what you need. Brennan Stehling - web developer and sys admin projects: www.greasydaemon.com | www.onmilwaukee.com | www.sncalumni.com Microsoft: Will you get a macro virus today? http://www.greasydaemon.com/noms/ <- Why avoid MS? On Fri, 26 May 2000, Barney and Sheila Beers wrote: > Dear Tech Support, > Hello, I have FreeBSD 4.0 Release which > I downloaded after I obtained bootdisks. Anyway, in the FreeBSD release > before 4.0 (Not sure which) I could just use the Voxware sound drivers > I believe and my MSS compatible sound card would have worked... what do > I do? My sound card is MSS compatible and is on port 0X530 IRQ 10 DMA 1. > Yes, and of course I used Kernel Building. (Sorry I know that's the only > way to get sound to work in FreeBSD I just felt like giving the > details.) Well thank you for your time. = ) > > > One Happy FreeBSD User, > > Aaron L. Beers > PS: Keep up the good work. = ) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 26 9:55:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.xecu.net (post.xecu.net [216.127.136.211]) by hub.freebsd.org (Postfix) with ESMTP id 1AE6137B660 for ; Fri, 26 May 2000 09:55:23 -0700 (PDT) (envelope-from andy@xecu.net) Received: from shell.xecu.net (shell.xecu.net [216.127.136.216]) by post.xecu.net (Postfix) with ESMTP id 540D84795; Fri, 26 May 2000 12:50:43 -0400 (EDT) Received: from localhost (andy@localhost) by shell.xecu.net (8.8.8+Sun/8.8.8) with ESMTP id MAA23587; Fri, 26 May 2000 12:52:35 -0400 (EDT) X-Authentication-Warning: shell.xecu.net: andy owned process doing -bs Date: Fri, 26 May 2000 12:52:35 -0400 (EDT) From: Andy Dills To: Jan Grant Cc: freebsd-questions@FreeBSD.ORG Subject: Re: promiscuous ethernet 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, 26 May 2000, Jan Grant wrote: > On Fri, 26 May 2000, Andy Dills wrote: > > > This was the first thing out of my mouth when I was given this project. I > > was told that this isn't acceptable, as the powers that be feel that the > > people in question would be overwhelmed merely by being directed to open > > up the TCP/IP properties. It's the kind of deal where we _really_ have to > > cater to these people. > > I'm not sure you can do anything, then; the request seems to amount to > asking you to proxy-arp the entire internet. Even if technically > possible, there are all sorts of other issues (do you catch or forward > DNS requests, for example; that occurs to me as the service which is > most likely to suffer). > > Then you have to deal with laptops that are configured for use on > private networks; you may be unable to get packets to their > (mail,news,dns,exchange) server at all. > > Are you certain that the "powers that be" won't take "it's not > technically feasable" as an answer? Well, that would be too easy :> I like challenges, which is why they dumped this on me and not one of the other guys. Anyhow, I'm just following up to let you guys know I've figured out how to do it, just in case somebody in the future looks through the archives. I'm writing a perl script which calls "tcpdump -n -q arp", and monitors output. When it (the script) sees a line such as: arp who-has () tell it will ifconfig as an alias to xl0. NAT, which will be run with -dynamic, will then begin address translation for the user. I'll redirect any and all DNS requests to the local DNS server. So, I belive I've at least accomplished the theory behind it. Can anybody point out a flaw? Thanks, Andy xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Andy Dills 301-682-9972 Xecunet, LLC www.xecu.net xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Dialup * Webhosting * E-Commerce * High-Speed Access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 10: 3:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from elnido.vasia.com (elnido.vasia.com [203.167.5.13]) by hub.freebsd.org (Postfix) with ESMTP id A537837BE8A for ; Fri, 26 May 2000 10:03:24 -0700 (PDT) (envelope-from descasa@techie.com) Received: from user76.vasia.com (user76.vasia.com [216.226.244.76]) by elnido.vasia.com (8.9.3/8.9.3) with SMTP id HAA30085 for ; Fri, 26 May 2000 07:04:01 -0800 Message-Id: <200005261504.HAA30085@elnido.vasia.com> Date: Sat, 27 May 2000 09:15:32 GMT From: "Daniel O. Escasa" To: questions@freebsd.org X-Mailer: J Street Mailer (build 98.6.3) Subject: Installing network card Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG OK, I've just about spent too much time on this so I thought it was time to ask for help. FreeBSD 3.0, upgraded to 3-stable (3.4? -- how can I tell?). 32MB, 266MHz AMD K6-2, 4.2GB hard drive, FreeBSD is on a 1.5GB partition. Inserted a 10Mbps LinkSys EtherPCI, been having trouble getting FreeBSD to see it. Recompiled the kernel, left all the possible PCI network card chipsets in there. FAQ says the EtherPCI is based on a DEC. I think the device is de0. The boot-up probe doesn't see it, although I *think* it used to see it as a ProLink NE2000, until I recompiled my kernel, at ed1 (?). What do I have to do to get FreeBSD to see my network card? Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 10:17: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 66E6437BE7C for ; Fri, 26 May 2000 10:17:41 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id MAA18731; Fri, 26 May 2000 12:17:37 -0500 (CDT) (envelope-from dan) Date: Fri, 26 May 2000 12:17:37 -0500 From: Dan Nelson To: Khairuddin Abdul Ghani Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mysterious shutdowns (cont.) Message-ID: <20000526121737.A8451@dan.emsphone.com> References: <009f01bfc731$4beea840$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <009f01bfc731$4beea840$6f1f7d80@phoenix>; from "Khairuddin Abdul Ghani" on Fri May 26 09:41:52 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 26), Khairuddin Abdul Ghani said: > Hello. Here's the followup to the mysterious clean shutdowns > that the machine was experiencing before. > > Looks like the last downtime was caused by those weird shutdowns again: > reboot ~ Fri May 26 08:15 > shutdown ~ Fri May 26 08:14 > reboot ~ Fri May 26 05:39 > shutdown ~ Fri May 26 05:33 Hmm. If a shutdown record got added, check /var/log/messages for a line like May 20 12:37:42 machine1 shutdown: reboot by user1: At least you'll find out who shut it down. > I checked each shutdown instance against process accounting, > and I found that each would contain at least the following > (in sequence): Did you find any "shutdown" or "reboot" commands in the accouting logs? -- 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 May 26 10:32: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from samxie.cl.msu.edu (samxie.cl.msu.edu [35.8.1.33]) by hub.freebsd.org (Postfix) with ESMTP id 16B5D37B8FF for ; Fri, 26 May 2000 10:31:59 -0700 (PDT) (envelope-from sam@samxie.cl.msu.edu) Received: (from sam@localhost) by samxie.cl.msu.edu (8.9.3/8.9.3) id OAA00463 for freebsd-questions@freebsd.org; Fri, 26 May 2000 14:32:44 -0400 (EDT) (envelope-from sam) Date: Fri, 26 May 2000 14:32:44 -0400 From: Sam Xie To: freebsd-questions@freebsd.org Subject: AFS: can't run klog? Message-ID: <20000526143244.B364@samxie.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-Operating-System: FreeBSD 5.0-CURRENT i386 WWW-Home-Page: http://samxie.cl.msu.edu Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello! There, I installed the port, net/arla, for entering our local AFS. Before this, I also installed kth-krb4 from www.stacken.kth.se. After I configured the files in /usr/local/etc, such as CellServDB and ThisCell, I run startarla successfully. However, whenever I run klog xxx, I got error as: klog: Unable to authenticate to Kerberos: Can't send request (send_to_kdc). Can anybody help me out of this problem? Many Thanks! Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 10:32: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 5860137BE92 for ; Fri, 26 May 2000 10:32:15 -0700 (PDT) (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 12vMW1-000Le1-00; Fri, 26 May 2000 16:59:13 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12vMW1-0001XU-00; Fri, 26 May 2000 16:59:13 +0100 Date: Fri, 26 May 2000 16:59:13 +0100 From: Ben Smithurst To: Len Conrad Cc: freebsd-questions@FreeBSD.ORG Subject: Re: apsfilter: gamma correcting HP932c to be lighter? Message-ID: <20000526165913.C3410@strontium.scientia.demon.co.uk> References: <4.3.1.0.20000526100724.00c6eac0@mail.go2france.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <4.3.1.0.20000526100724.00c6eac0@mail.go2france.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Len Conrad wrote: > I lifted this > > ps -u postfix | awk '{print$4}' | sort | uniq -c > > from a mailing list but it gives error: > > ps: postfix: No such file or directory > > instead of nice little report. help Are you sure it didn't say 'ps -U' instead of 'ps -u'? Actually, looking at what the output of what that would be, I don't think that's right. Perhaps they're using a different OS with weird flags to ps(1). If you showed us what the output should look like, someone might have a clue. What the hell has this got to do with "apsfilter: gamma correcting HP932c to be lighter?" by the way? Please use a more appropriate subject and don't just reply to someone elses mail (that's a pain for those of us with threaded mailers even if you do change the subject, BTW). -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 10:44:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chi1.nucleusconsulting.com (chi1.nucleusconsulting.com [207.250.168.11]) by hub.freebsd.org (Postfix) with ESMTP id BA73D37BFA1 for ; Fri, 26 May 2000 10:44:26 -0700 (PDT) (envelope-from parrothd@midwest.net) Received: from zippy2 (209.119.45.35 [209.119.45.35]) by chi1.nucleusconsulting.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id L4VLCNC2; Fri, 26 May 2000 12:41:11 -0500 Message-Id: <3.0.5.32.20000526124310.01304360@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 26 May 2000 12:43:10 -0500 To: freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: PPP & script execution Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Is there a way to make PPP execute a script each time it connects? I've been using cron, but I'd rather have this script run each time PPP needs to reconnect.. Thanks! Jonathan E. Lyons Nucleus Consulting parrothd@midwest.net www.nucleusconsulting.com ICQ # 14226912 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 Fri May 26 10:47: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pathlink.net (linda.pathlink.com [165.113.238.197]) by hub.freebsd.org (Postfix) with ESMTP id C007737C006 for ; Fri, 26 May 2000 10:46:45 -0700 (PDT) (envelope-from kachun@pathlink.com) Received: from dvl-1 (dvl-1.pathlink.com [207.211.168.211]) by pathlink.net (8.9.3/8.9.3) with SMTP id KAA11583; Fri, 26 May 2000 10:46:38 -0700 (PDT) (envelope-from kachun@pathlink.com) Message-Id: <200005261746.KAA11583@pathlink.net> To: freebsd-questions@freebsd.org Subject: Re: Promise Ultra66 and wdc2/wdc3 Cc: tom@schottle.net From: kachun@pathlink.com (Kachun Lee) Date: Fri, 26 May 2000 10:46:37 -0700 X-Mailer: WinVN 0.99.8 (x86 32bit) In-Reply-To: <392D8D5A.32584CA5@schottle.net> References: <392D8D5A.32584CA5@schottle.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <392D8D5A.32584CA5@schottle.net>, you say... > > [snip] > >P.S. Anybody ever use the Promise FastTrak66. Does it work under >FreeBSD? Does it work as advertised? > >P.P.S. Forgot the particulars: >3.4-STABLE (cvsup(1) last night. I know, I know. 4.0-STABLE.) >Pentium 233MHz MMX, 64MB >Tyan S1571 >Western Digital Caviar 22100 (only a test drive) > If you really do not want to upgrade to 4.0-S/ata, you can try the patch below. The wd drive depends on the Promise BIOS to initialize the DMA mode. For BIOS v1.02 and later, that did not seem working very reliablity. I had to add code to explicitly set the DMA xfer mode since I posted it several months ago. *** pci/ide_pci.c.00 Sun Aug 29 09:31:32 1999 --- pci/ide_pci.c Fri May 26 10:11:21 2000 *************** *** 61,66 **** --- 61,67 ---- #endif #define PROMISE_ULTRA33 0x4d33105a + #define PROMISE_ULTRA66 0x4d38105a struct ide_pci_cookie; /* structs vendor_fns, ide_pci_cookie are recursive */ *************** *** 243,248 **** --- 244,253 ---- udma_mode(struct wdparams *wp) { if ((wp->wdp_atavalid & 4) == 4) { + if ((wp->wdp_reserved92[1] & 0x2000) == 0x2000) { + if((wp->wdp_udmamode & 0x10) == 0x10) return 4; + if((wp->wdp_udmamode & 0x08) == 0x08) return 3; + } if ((wp->wdp_udmamode & 4) == 4) return 2; if ((wp->wdp_udmamode & 2) == 2) return 1; if ((wp->wdp_udmamode & 1) == 1) return 0; *************** *** 785,796 **** --- 790,868 ---- } } + /* + * Most of these are defined in wdreg.h... just reenter to be completed. + */ + #define XFER_PIO0 0x08 + #define XFER_PIO1 0x09 + #define XFER_PIO2 0x0a + #define XFER_PIO3 0x0b + #define XFER_PIO4 0x0c + + #define XFER_SDMA0 0x10 + #define XFER_SDMA1 0x11 + #define XFER_SDMA2 0x12 + + #define XFER_MDMA0 0x20 + #define XFER_MDMA1 0x21 + #define XFER_MDMA2 0x22 + + #define XFER_UDMA0 0x40 + #define XFER_UDMA1 0x41 + #define XFER_UDMA2 0x42 + #define XFER_UDMA3 0x43 + #define XFER_UDMA4 0x44 + + static int pio_xfer [] = { + XFER_PIO0, XFER_PIO1, XFER_PIO2, XFER_PIO3, XFER_PIO4 + }; + + static int + promise_dmainit(struct ide_pci_cookie *cookie, + struct wdparams *wp, + int (*wdcmd)(int, void *), + void *wdinfo) + { + int xfer; + + if(udma_mode(wp) >= 4) { + xfer = XFER_UDMA4; + } + else if(udma_mode(wp) >= 2) { + xfer = XFER_UDMA2; + } + else if(pio_mode(wp) >= 4 && mwdma_mode(wp) >= 2) { + xfer = XFER_MDMA2; + } + else if(pio_mode(wp) <=4) { + xfer = pio_xfer[pio_mode(wp)]; + } + else { + printf("promise_dmainit: bad pio_mode: %d\n", pio_mode(wp)); + return 0; + } + + if(!wdcmd(xfer, wdinfo)) { + printf("promise_dmainit: setting xfer mode failed\n"); + return 0; + } + + return 1; + } + + static struct vendor_fns vs_promise_u66 = + { + promise_dmainit, + promise_status + }; + static struct vendor_fns vs_promise = { generic_dmainit, promise_status }; + /* Intel PIIX, PIIX3, and PIIX4 IDE controller subfunctions */ static void intel_piix_dump_drive(char *ctlr, *************** *** 1217,1222 **** --- 1289,1295 ---- if ((data & PCI_CLASS_MASK) == PCI_CLASS_MASS_STORAGE && ((data & PCI_SUBCLASS_MASK) == 0x00010000 || + ((data & PCI_SUBCLASS_MASK) == 0x00800000) || ((data & PCI_SUBCLASS_MASK) == 0x00040000))) { if (type == 0x71118086) return ("Intel PIIX4 Bus-master IDE controller"); *************** *** 1226,1231 **** --- 1299,1306 ---- return ("Intel PIIX Bus-master IDE controller"); if (type == PROMISE_ULTRA33) return ("Promise Ultra/33 IDE controller"); + if (type == PROMISE_ULTRA66) + return ("Promise Ultra/66 IDE controller"); if (type == 0x05711106) return ("VIA 82C586x (Apollo) Bus-master IDE controller"); if (type == 0x01021078) *************** *** 1263,1269 **** /* set up vendor-specific stuff */ type = pci_conf_read(tag, PCI_ID_REG); ! if (type != PROMISE_ULTRA33) { /* is it busmaster capable? bail if not */ class = pci_conf_read(tag, PCI_CLASS_REG); if (!(class & 0x8000)) { --- 1338,1350 ---- /* set up vendor-specific stuff */ type = pci_conf_read(tag, PCI_ID_REG); ! switch(type) ! { ! case PROMISE_ULTRA33: ! case PROMISE_ULTRA66: ! break; ! ! default: /* is it busmaster capable? bail if not */ class = pci_conf_read(tag, PCI_CLASS_REG); if (!(class & 0x8000)) { *************** *** 1290,1300 **** vp = &vs_via_571; break; case PROMISE_ULTRA33: - /* Promise controllers */ vp = &vs_promise; break; case 0x01021078: /* cyrix 5530 */ printf("cyrix 5530\n"); vp = &vs_cyrix_5530; --- 1371,1385 ---- vp = &vs_via_571; break; + /* Promise controllers */ case PROMISE_ULTRA33: vp = &vs_promise; break; + case PROMISE_ULTRA66: + vp = &vs_promise_u66; + break; + case 0x01021078: /* cyrix 5530 */ printf("cyrix 5530\n"); vp = &vs_cyrix_5530; *************** *** 1308,1314 **** break; } ! if (type != PROMISE_ULTRA33) { if ((class & 0x100) == 0) { iobase_wd_1 = IO_WD1; altiobase_wd_1 = iobase_wd_1 + wd_altsts; --- 1393,1400 ---- break; } ! switch(type) { ! default: if ((class & 0x100) == 0) { iobase_wd_1 = IO_WD1; altiobase_wd_1 = iobase_wd_1 + wd_altsts; *************** *** 1324,1330 **** iobase_wd_2 = pci_conf_read(tag, 0x18) & 0xfffc; altiobase_wd_2 = pci_conf_read(tag, 0x1c) & 0xfffc; } ! } else { iobase_wd_1 = pci_conf_read(tag, 0x10) & 0xfffc; altiobase_wd_1 = pci_conf_read(tag, 0x14) & 0xfffc; iobase_wd_2 = pci_conf_read(tag, 0x18) & 0xfffc; --- 1410,1418 ---- iobase_wd_2 = pci_conf_read(tag, 0x18) & 0xfffc; altiobase_wd_2 = pci_conf_read(tag, 0x1c) & 0xfffc; } ! break; ! case PROMISE_ULTRA33: ! case PROMISE_ULTRA66: iobase_wd_1 = pci_conf_read(tag, 0x10) & 0xfffc; altiobase_wd_1 = pci_conf_read(tag, 0x14) & 0xfffc; iobase_wd_2 = pci_conf_read(tag, 0x18) & 0xfffc; ******************************************************************* If option ATAPI is set, the wd.c needs to be patched also: *** i386/isa/wd.c.00 Sun Aug 29 09:07:34 1999 --- i386/isa/wd.c Tue Feb 22 14:51:41 2000 *************** *** 2302,2310 **** --- 2302,2312 ---- #ifdef ATAPI if (wdwait(du, 0, TIMEOUT) != 0) err = 1; /* no IDE drive found */ + #if 0 /* Promise Ultra's would not pass this */ du->dk_error = inb(du->dk_port + wd_error); if (du->dk_error != 0x01) err = 1; /* the drive is incompatible */ + #endif #else if (wdwait(du, WDCS_READY | WDCS_SEEKCMPLT, TIMEOUT) != 0) { printf("wdreset: error1: 0x%x\n", du->dk_error); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 11:21:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from socrates.i-pi.com (Socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id B39DE37C29C for ; Fri, 26 May 2000 11:00:47 -0700 (PDT) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.3/8.9.3) id MAA26330; Fri, 26 May 2000 12:00:16 -0600 (MDT) (envelope-from ingham) Date: Fri, 26 May 2000 12:00:16 -0600 From: Kenneth Ingham To: Khairuddin Abdul Ghani Cc: Brian , exec@virtualmystic.com, freebsd-questions@FreeBSD.ORG Subject: /bin/[ (was Re: mysterious shutdowns (cont.)) Message-ID: <20000526120016.B26132@socrates.i-pi.com> References: <009f01bfc731$4beea840$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <009f01bfc731$4beea840$6f1f7d80@phoenix>; from abdulgha@usc.edu on Fri, May 26, 2000 at 09:41:52AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 09:41:52AM -0700, Khairuddin Abdul Ghani wrote: > Then I found this in /bin: > > -r-xr-xr-x 2 root wheel 49016 May 17 20:21 [ > > I doubt that should be there.. so I'm taking it off for the moment. /bin/[ is a link to /bin/test so you can do stuff (in sh-like shells) like: if [ "$a" -eq "$b" ] then foo else bar fi Removing it may break some shell scripts. Kenneth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 11:22: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from firehouse.net (rdu25-28-186.nc.rr.com [24.25.28.186]) by hub.freebsd.org (Postfix) with SMTP id D14E537C2FC for ; Fri, 26 May 2000 11:02:47 -0700 (PDT) (envelope-from abc@firehouse.net) Received: (qmail 14908 invoked by uid 1000); 26 May 2000 18:02:45 -0000 Date: Fri, 26 May 2000 14:02:45 -0400 From: Alan Clegg To: tree@basistech.com Cc: freebsd-questions@freebsd.org Subject: Re: "incorrect super block" in 3.4 (attempting to) mounting a disk Message-ID: <20000526140245.O11520@ecto.greenpeas.org> References: <14638.43398.917480.537017@cymru.basistech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <14638.43398.917480.537017@cymru.basistech.com>; from tree@cymru.basistech.com on Fri, May 26, 2000 at 12:42:46PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Out of the ether, Tom Emerson spewed forth the following bitstream: > and attempt to mount the new disk: you forgot to 'newfs' the drive. AlanC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 11:23: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hindenburg.eboai.org (hindenburg.eboai.org [205.181.254.190]) by hub.freebsd.org (Postfix) with ESMTP id 4586537C53A for ; Fri, 26 May 2000 11:10:29 -0700 (PDT) (envelope-from chip@chocobo.cx) Received: by hindenburg.eboai.org (Postfix, from userid 1000) id 89F703D5C; Fri, 26 May 2000 14:10:27 -0400 (EDT) Date: Fri, 26 May 2000 14:10:27 -0400 From: Chip Marshall To: "Jonathan E. Lyons" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPP & script execution Message-ID: <20000526141027.A69014@setzer.chocobo.cx> Reply-To: chip@chocobo.cx References: <3.0.5.32.20000526124310.01304360@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.4i In-Reply-To: <3.0.5.32.20000526124310.01304360@midwest.net>; from parrothd@midwest.net on Fri, May 26, 2000 at 12:43:10PM -0500 X-URL: http://www.chocobo.cx/chip/ X-OS: FreeBSD 3.4-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On May 26, 2000, Jonathan E. Lyons sent me the following: > Is there a way to make PPP execute a script each time it connects? I've > been using cron, but I'd rather have this script run each time PPP needs to > reconnect.. To quote ppp(8) : If the /etc/ppp/ppp.linkup file is available, its contents are executed when the PPP connection is established. See the provided ``pmdemand'' example in /usr/share/examples/ppp/ppp.conf.sample which runs a script in the background after the connection is established (refer to the ``shell'' and ``bg'' commands below for a description of possible substi- tution strings). Similarly, when a connection is closed, the contents of the /etc/ppp/ppp.linkdown file are executed. Both of these files have the same format as /etc/ppp/ppp.conf. -- Chip Marshall http://www.chocobo.cx/chip/ Finger for PGP GCM/CS d+(-) s+:++ a18>? C++ UB++++$ P+++$ L- E--- W++ N+@ o K- w O M+ V-- PS PE Y? PGP++ t+@ 5 X R>+ tv+() b++>+++ DI++++ D(-) G++ e>++ h!>++ r-- y- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 11:29:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.ufl.edu (sp28fe.nerdc.ufl.edu [128.227.128.108]) by hub.freebsd.org (Postfix) with ESMTP id 3A75C37B74F for ; Fri, 26 May 2000 11:29:35 -0700 (PDT) (envelope-from bobj@atlantic.net) Received: from scanner.engnet.ufl.edu (scanner.engnet.ufl.edu [128.227.152.221]) by smtp.ufl.edu (8.9.3/8.9.3/2.2.1) with SMTP id OAA168710; Fri, 26 May 2000 14:29:27 -0400 From: Bob Johnson To: webmaster@wmptl.com Subject: Re: telnet software Date: Fri, 26 May 2000 14:26:04 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain Cc: questions@freebsd.org MIME-Version: 1.0 Message-Id: <00052614292000.20215@scanner.engnet.ufl.edu> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Date: Fri, 26 May 2000 09:43:13 -0400 >From: Nathan Vidican >Subject: telnet software > >anyone know of a freeware/shareware telnet utility for M$ Windows, that >will do a decent job of emulating a vt100 terminal? Something that will >map the arroy keys correctly, (unlike M$ telnet.exe) ? I like SimpTerm. Not real fancy, but it has been reliable for me. http://www.iit.edu/~hujianq/simpterm.html -- Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 11:30:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.102.114]) by hub.freebsd.org (Postfix) with ESMTP id 39CF537BED9; Fri, 26 May 2000 11:30:23 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.3) id LAA64037; Fri, 26 May 2000 11:27:10 -0700 (PDT) (envelope-from mph) Date: Fri, 26 May 2000 11:27:10 -0700 From: Matthew Hunt To: Otter Cc: -current , -questions Subject: Re: Kernel making problems Message-ID: <20000526112710.A63950@wopr.caltech.edu> References: <392DE861.867E9418@telocity.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392DE861.867E9418@telocity.com>; from otterr@telocity.com on Thu, May 25, 2000 at 10:58:41PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > aicasm_gram.c > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' > ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' I had the same problem. It looks like the following procedure fixes it: Make sure your source tree is up to date. cd /usr/src make includes Do the config/make depend/make bit again. Matt -- Matthew Hunt * UNIX is a lever for the http://www.pobox.com/~mph/ * intellect. -J.R. Mashey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 11:39: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.aracnet.com (mail3.aracnet.com [216.99.193.38]) by hub.freebsd.org (Postfix) with ESMTP id 15B9A37B54F for ; Fri, 26 May 2000 11:39:03 -0700 (PDT) (envelope-from hamellr@aracnet.com) Received: from shell1.aracnet.com (shell1.aracnet.com [216.99.193.21]) by mail3.aracnet.com (8.9.3/8.9.3) with ESMTP id LAA29344; Fri, 26 May 2000 11:39:01 -0700 Received: by shell1.aracnet.com (8.9.3) id LAA14845; Fri, 26 May 2000 11:39:52 -0700 Date: Fri, 26 May 2000 11:39:52 -0700 (PDT) From: Rick Hamell To: Nathan Vidican Cc: questions@FreeBSD.ORG Subject: Re: telnet software In-Reply-To: <392E7F71.5FAB468A@wmptl.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 > anyone know of a freeware/shareware telnet utility for M$ Windows, that > will do a decent job of emulating a vt100 terminal? Something that will > map the arroy keys correctly, (unlike M$ telnet.exe) ? TerraTERM and it's plugin TSSH does great. It's Freeware and with TSSH you can of course do SSH connections too! I use it on all the Windows machines I'm forced to use. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 12: 0:20 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 0BA5A37B534 for ; Fri, 26 May 2000 11:59:37 -0700 (PDT) (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 12vOci-000Lkh-00; Fri, 26 May 2000 19:14:16 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12vOci-000Ij9-00; Fri, 26 May 2000 19:14:16 +0100 Date: Fri, 26 May 2000 19:14:16 +0100 From: Ben Smithurst To: Khairuddin Abdul Ghani Cc: Brian , exec@virtualmystic.com, freebsd-questions@FreeBSD.ORG Subject: Re: mysterious shutdowns (cont.) Message-ID: <20000526191416.D3410@strontium.scientia.demon.co.uk> References: <009f01bfc731$4beea840$6f1f7d80@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <009f01bfc731$4beea840$6f1f7d80@phoenix> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Khairuddin Abdul Ghani wrote: > Then I found this in /bin: > > -r-xr-xr-x 2 root wheel 49016 May 17 20:21 [ > > I doubt that should be there.. so I'm taking it off for the moment. ben@magnesium:~$ ls -li "/bin/[" /bin/test 1080 -r-xr-xr-x 2 root wheel 47124 Dec 12 00:53 /bin/[* 1080 -r-xr-xr-x 2 root wheel 47124 Dec 12 00:53 /bin/test* I'm not sure why you doubt it would be there, and removing it will probably break loads of scripts. (i.e. anything which uses "[ ... ]" style tests.) -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 12: 7:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.somersnet.net (rickm.iuinc.com [205.147.202.29]) by hub.freebsd.org (Postfix) with ESMTP id E052737B58E for ; Fri, 26 May 2000 12:07:43 -0700 (PDT) (envelope-from rick@somers.net) Received: from somers.net (calnet3-33.gtecablemodem.com [207.175.226.33]) by mail.somersnet.net (8.9.1/8.9.1) with ESMTP id OAA04176 for ; Fri, 26 May 2000 14:35:28 -0400 Message-ID: <392ECA9E.2E080EC@somers.net> Date: Fri, 26 May 2000 12:03:58 -0700 From: "rick - SomersNet, Inc." Organization: 123 Host It! - A Division of SomersNet, Inc. X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: suexec crashing.. signal 11 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am running FBSD-3.3 and Apache 1.3.11 with suexec enabled. The box runs as a virtual server and houses about 600 users/domains for about 6 months now. Over the last few weeks suexec has been crashing about once per day, and this is the error I get from /var/log/messages May 26 11:23:44 v3 /kernel: pid 1757 (suexec), uid 0: exited on signal 11 I have looked through the mailing list archive and some people are saying that "signal 11" means bad ram or processor. However I disagree in my case.. All of the archives that I saw with "signal 11" had multiple errors with multiple programs/apps, and I ONLY get errors with suexec. So that leaves me to believe that there is something else wrong, and not hardware. My only guess it that maybe suexec can not support the amount of traffic, or the amount of users. But I also think that can't be it since we only average about 100 simultaneous connections and I have boxes averaging 300+ and they too are running apache 1.3.11 with suexec.. So I'm puzzled.. Anyone have any thoughts on this? Thanks in Advance, ..rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 12:20:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id C85B637B94F for ; Fri, 26 May 2000 12:20:13 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id BAA28965 for ; Sat, 27 May 2000 01:19:49 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with UUCP id BAA05351 for questions@FreeBSD.ORG; Sat, 27 May 2000 01:22:45 +0600 (ESS) Received: from localhost (ilia@localhost) by jane.cgu.chel.su (8.9.3/8.9.2) with ESMTP id BAA00637 for ; Sat, 27 May 2000 01:11:38 +0600 (ESS) (envelope-from ilia@cgu.chel.su) X-Authentication-Warning: jane.cgu.chel.su: ilia owned process doing -bs Date: Sat, 27 May 2000 01:11:35 +0600 (ESS) From: Ilia Chipitsine To: questions@FreeBSD.ORG Subject: user-ppp and "set log" 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----- Dear Sirs, I put "set log phase" in /etc/ppp/ppp.conf, but after I connected to ppp using pppctl I see PPP ON jane> show log Log: Phase Warning Error Alert Local: Warning Error Alert PPP ON jane> How can I disable "Local: Warning Error Alert" ?! Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQB1AwUBOS7MaeRxlWKN2EXhAQHgtAL+PgEYrDY5HGuaWjsXbT+1PSmnNz56lWT2 CmlwQyLQ2lolnDoMAKGAZDEA/hLNFwdhi6ZpR2x7Y6+q7NUeppClwaEiZyoZAlHs c3WY8z7oyaP6RaxeuB7kM4s2ZXBiC2Ss =4im7 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 12:31:39 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 237EA37B6AE for ; Fri, 26 May 2000 12:31:37 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.65]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 26 May 2000 12:31:47 -0700 Message-ID: <392ED103.BFD79FD0@3-cities.com> Date: Fri, 26 May 2000 12:31:15 -0700 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Jim Freeze Cc: Christoph Sold , questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Freeze wrote: > > > > Are you using xterm, or some other terminal application shipping with KDE? > > > (Maybe Konsole or kvt) > > A little more info Christoph: > > I tried > > % kvt & > > from the command line and pasted into a vi session in the new window. > It locked up. > > I tried > % xterm & > and pasted into a vi session in the new window and it WORKED. > > I also tried > % kvt & > and then killing the vi process. The window remained locked up. > > Does this look like a kde bug or config problem? > Should I be talking to the KDE folks? I just cut and pasted 50 lines just fine from two terminals in KDE-1.1.2. I stretched out a terminal window to 50 lines and selected the text. I started vi in a second terminal and went into the input mode using the "i" command. Then, I pressed the middle button to do the paste. It pasted and then I pressed to get out of the input mode. I had a 50 line vi session at that point. Did you do something different? Kent > > Thanks > > Jim > > 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 Fri May 26 12:50:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id CF00737B8E7 for ; Fri, 26 May 2000 12:50:22 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id MAA22160; Fri, 26 May 2000 12:50:17 -0700 (PDT) (envelope-from jim@freeze.org) Date: Fri, 26 May 2000 12:50:17 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Kent Stewart Cc: Christoph Sold , questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem In-Reply-To: <392ED103.BFD79FD0@3-cities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: kstewart@3-cities.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Kent Stewart wrote: > I just cut and pasted 50 lines just fine from two terminals in > KDE-1.1.2. I stretched out a terminal window to 50 lines and selected > the text. I started vi in a second terminal and went into the input > mode using the "i" command. Then, I pressed the middle button to do > the paste. It pasted and then I pressed to get out of the input > mode. I had a 50 line vi session at that point. Did you do something > different? OK, this is what I have found. If I do a ls -a in a narrow window to get ~50 lines, then I can paste into the terminal window. (to open a vi session, I just do vi without a file name). Now, if I do ls -alF in a narrow window (ie, each file is not on its own line), then I can paste just fine. But, if I do ls -alF in a window that is wide enough to have each file on a separate line, (not sure if all this is necessary) and I copy from immediately following the ls commnad to the end (for me, thats 56 lines this time, but 35 is the minimum to get the same affect--my copy is listed below) then it freezes up. ls -alF ---- begin copy ------- total 5781 drwxr-xr-x 15 jfreeze wheel 1536 May 26 12:24 ./ drwxr-xr-x 5 root wheel 512 Apr 21 13:43 ../ -rw-r--r-- 1 root wheel 22197 May 17 08:19 .RealNetworks_RealMediaSDK_60 -rw-r--r-- 1 root wheel 1063 May 17 08:19 .RealNetworks_RealPlayer_60 -rw-r--r-- 1 root wheel 105 May 17 08:14 .RealNetworks_RealShared_00 -rw------- 1 jfreeze wheel 5574 May 26 15:38 .bash_history -rw-r--r-- 1 jfreeze wheel 48 Mar 28 06:50 .bash_profile -rw-r--r-- 1 jfreeze wheel 472 May 26 09:35 .bashrc drwxr-xr-x 4 jfreeze wheel 512 Apr 17 07:52 .bluefish/ drwxr--r-- 3 jfreeze wheel 512 Mar 30 15:24 .c-forge/ -rw-r--r-- 1 jfreeze wheel 490 Mar 22 02:51 .cshrc drwx------ 3 jfreeze wheel 512 Mar 30 15:24 .ddd/ -rw-r--r-- 1 jfreeze wheel 25 May 22 12:56 .gvimrc -rw------- 1 root wheel 26 May 25 12:20 .history drwxr-xr-x 3 jfreeze wheel 512 Mar 22 08:06 .kde/ -rw-r--r-- 1 jfreeze wheel 1041 May 26 15:37 .kderc -rw-r--r-- 1 jfreeze wheel 6 May 26 12:23 .kss-install.pid.kolob.lex.lexmark.com -rw-r--r-- 1 jfreeze wheel 5 Apr 6 14:22 .kss-install.pid.kolob.lexmark.com -rw-r--r-- 1 jfreeze wheel 585 Mar 22 02:51 .login -rw-r--r-- 1 jfreeze wheel 164 Mar 22 02:51 .login_conf -rw------- 1 jfreeze wheel 375 Mar 22 02:51 .mail_aliases -rw-r--r-- 1 root wheel 166 May 17 08:02 .mailcap -rw-r--r-- 1 jfreeze wheel 335 Mar 22 02:51 .mailrc -rw-r--r-- 1 root wheel 85 May 17 08:02 .mime.types -rw------- 1 jfreeze wheel 32 May 25 11:54 .mysql_history drwx------ 5 jfreeze wheel 512 May 26 15:30 .netscape/ -rw-r--r-- 1 jfreeze wheel 768 Mar 23 07:55 .profile -rw------- 1 jfreeze wheel 280 Mar 22 02:51 .rhosts -rw-r--r-- 1 jfreeze wheel 856 Mar 22 02:51 .shrc -rw-r--r-- 1 jfreeze wheel 56 Apr 18 08:16 .signature -rwxr-xr-x 1 jfreeze wheel 14 Mar 22 02:51 .xinitrc* -rwxr-xr-x 1 jfreeze wheel 14 Mar 22 02:51 .xsession* drwxr-xr-x 4 jfreeze wheel 512 Mar 30 15:21 C-ForgeWork/ drwx------ 5 jfreeze wheel 512 Mar 22 08:07 Desktop/ drwx------ 2 jfreeze wheel 512 Mar 28 10:31 Mail/ -rw-r--r-- 1 jfreeze wheel 559588 Mar 31 09:13 NPAGV001.PRN -rw-r--r-- 1 jfreeze wheel 35379 Jan 9 12:11 README -rw-r--r-- 1 jfreeze wheel 21151 Jan 9 12:11 RELNOTES -rw-r--r-- 1 jfreeze wheel 1543 May 19 12:14 RunTestServlet drwxr-xr-x 4 jfreeze wheel 512 May 20 14:37 SiteBackup/ -rw-r--r-- 1 jfreeze wheel 4636 May 12 09:46 XF86Config -rw-r--r-- 1 jfreeze wheel 535870 May 20 14:48 avi.bak.tar.z -rw-r--r-- 1 jfreeze wheel 328 Mar 28 12:14 fetch -rw-r--r-- 1 root wheel 636 Mar 22 13:49 gdb-transcript -rw-r--r-- 1 jfreeze wheel 363 Apr 17 13:57 goals.pdf -rw-r--r-- 1 jfreeze wheel 1836334 Mar 29 16:42 handbook.pdf -rw-r--r-- 1 jfreeze wheel 422 Mar 30 14:13 m -rw-r--r-- 1 jfreeze wheel 2665951 Mar 28 07:30 manual_m-x.pdf -rw------- 1 jfreeze wheel 2227 Apr 6 14:25 mbox -rw-r--r-- 1 jfreeze wheel 1604 Mar 28 14:38 mysql -rwxr-x--- 1 jfreeze wheel 140 May 10 09:51 mysql-server.sh* -rw-r--r-- 1 jfreeze wheel 5777 Apr 21 08:16 notes drwxr-xr-x 6 jfreeze wheel 512 May 25 15:04 personal/ drwxr-xr-x 2 jfreeze wheel 512 Mar 23 08:17 src/ -rw-r--r-- 1 jfreeze wheel 103964 May 19 08:47 the-big-qmail-picture-103-a4.ps drwxr-xr-x 6 jfreeze wheel 512 May 2 09:19 tmp/ -rw-r--r-- 1 jfreeze wheel 232 Apr 21 11:58 todo drwxr-xr-x 4 jfreeze wheel 512 Apr 25 06:49 web/ ----- end copy ----- Note, the wraps are due to pine. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 12:53:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from iceberg.web-walrus.com (24-216-79-68.hsacorp.net [24.216.79.68]) by hub.freebsd.org (Postfix) with ESMTP id 49CB737B87B for ; Fri, 26 May 2000 12:53:38 -0700 (PDT) (envelope-from root@web-walrus.com) Received: from localhost (root@localhost) by iceberg.web-walrus.com (8.9.3/8.9.3) with SMTP id OAA13627 for ; Fri, 26 May 2000 14:49:48 -0500 (CDT) (envelope-from root@web-walrus.com) Date: Fri, 26 May 2000 14:49:48 -0500 (CDT) From: Grandpa Walrus To: freebsd-questions@freebsd.org Subject: RAID and FreeBSD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I stumbled across a controller card that can support hot-swappable IDE drives (the card is from a company called Promise Technologies) URL for what I saw is http://www.365usa.com/promisetech.asp Have any of you ever used this product with FreeBSD successfully? If not, do you know of a good vendor for IDE hot-swap RAID controller cards and drive mounts? Any info, as always, would be greatly appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13: 5:15 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 7EA2037B5C1 for ; Fri, 26 May 2000 13:05:11 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.65]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 26 May 2000 13:05:27 -0700 Message-ID: <392ED8E7.30A887B2@3-cities.com> Date: Fri, 26 May 2000 13:04:55 -0700 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Jim Freeze Cc: Christoph Sold , questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Freeze wrote: > > On Fri, 26 May 2000, Kent Stewart wrote: > > > I just cut and pasted 50 lines just fine from two terminals in > > KDE-1.1.2. I stretched out a terminal window to 50 lines and selected > > the text. I started vi in a second terminal and went into the input > > mode using the "i" command. Then, I pressed the middle button to do > > the paste. It pasted and then I pressed to get out of the input > > mode. I had a 50 line vi session at that point. Did you do something > > different? > > OK, this is what I have found. > > If I do a > > ls -a > > in a narrow window to get ~50 lines, then I can paste into the terminal > window. > (to open a vi session, I just do vi without a file name). > > Now, if I do > ls -alF > > in a narrow window (ie, each file is not on its own line), then I can > paste > just fine. > > But, if I do > ls -alF > in a window that is wide enough to have each file on a separate line, (not > sure if all this is necessary) and I copy from immediately following the > ls commnad to the end (for me, thats 56 lines this time, but 35 is the > minimum to get the same affect--my copy is listed below) then it freezes > up. > > ls -alF > ---- begin copy ------- > total 5781 > drwxr-xr-x 15 jfreeze wheel 1536 May 26 12:24 ./ I tried this in a directory with around 500 files. The window I selected was 50 lines long. I started vi and went into the input mode and pasted. The terminal locked up. In a 3rd terminal, I watched it and it continued to consume cpu. After a minute of cpu or so, I did a "kill -9 pid" and the terminal went away. I tried Kedit and it pasted just fine. I guess vi has a problem but Kedit doesn't. I thought I had vim on that system but I didn't. 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 May 26 13:11:15 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 1248937B580 for ; Fri, 26 May 2000 13:11:05 -0700 (PDT) (envelope-from shawn@megadeth.org) Received: from shawn ([192.216.87.244]) by luke.cpl.net (8.9.3/8.9.3) with ESMTP id NAA79875; Fri, 26 May 2000 13:10:34 -0700 (PDT) Message-Id: <4.2.0.58.20000526131023.028422c8@mail.cpl.net> X-Sender: megadeth@mail.cpl.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 26 May 2000 13:11:03 -0700 To: Rick Hamell , Nathan Vidican From: Shawn Ramsey Subject: Re: telnet software Cc: questions@FreeBSD.ORG In-Reply-To: References: <392E7F71.5FAB468A@wmptl.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 11:39 AM 5/26/2000 -0700, Rick Hamell wrote: > > anyone know of a freeware/shareware telnet utility for M$ Windows, that > > will do a decent job of emulating a vt100 terminal? Something that will > > map the arroy keys correctly, (unlike M$ telnet.exe) ? > > > TerraTERM and it's plugin TSSH does great. It's Freeware and with >TSSH you can of course do SSH connections too! I use it on all the Windows >machines I'm forced to use. :) NetTerm is great, but it does not do SSH as far as I know. http://www.netterm.com for an eval copy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13:15:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cymru.basistech.com (cymru.basistech.com [199.88.205.23]) by hub.freebsd.org (Postfix) with SMTP id 390ED37B5A7 for ; Fri, 26 May 2000 13:15:34 -0700 (PDT) (envelope-from tree@cymru.basistech.com) Received: (qmail 19006 invoked by uid 5007); 26 May 2000 20:05:58 -0000 From: Tom Emerson MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14638.55590.338361.433575@cymru.basistech.com> Date: Fri, 26 May 2000 16:05:58 -0400 (EDT) To: freebsd-questions@freebsd.org Subject: "Incorrect Super Block" thanks! X-Mailer: VM 6.75 under Emacs 20.4.1 Reply-To: tree@basistech.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks to all of you who rapidly answered my question concerning the "incorrect super block" error I was getting with my new disk. Sure enough, running newfs on it fixed things up. Interestingly enough, in neither the handbook nor the tutorial mention the need to manually run newfs if using sysinstall to add the disk, while the command-line instructions both show this. In any event, thanks to Alan Clegg, Glen Gross, and Keven Oberman for their responses! -tree -- Tom Emerson Basis Technology Corp. Language Hacker http://www.basistech.com "Beware the lollipop of mediocrity: lick it once and you suck forever" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13:16:32 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 3797537B724 for ; Fri, 26 May 2000 13:16:28 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id NAA25015; Fri, 26 May 2000 13:16:24 -0700 (PDT) (envelope-from jim@freeze.org) Date: Fri, 26 May 2000 13:16:24 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Kent Stewart Cc: Christoph Sold , questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem In-Reply-To: <392ED8E7.30A887B2@3-cities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: kstewart@3-cities.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Kent Stewart wrote: > > I tried this in a directory with around 500 files. The window I > selected was 50 lines long. I started vi and went into the input mode > and pasted. The terminal locked up. In a 3rd terminal, I watched it > and it continued to consume cpu. After a minute of cpu or so, I did a > "kill -9 pid" and the terminal went away. > > I tried Kedit and it pasted just fine. I guess vi has a problem but > Kedit doesn't. I thought I had vim on that system but I didn't. I am opening the target window with the Icon at the bottom of the screen in KDE (Terminal Emulation (kvt)). I tried the following: vi: failed vim: failed gvim: ok I also tried to kill vi and vim after each failure, but the term was still hung. I think it is kvt's problem. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13:22:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mass.cdrom.com (adsl-63-206-88-224.dsl.snfc21.pacbell.net [63.206.88.224]) by hub.freebsd.org (Postfix) with ESMTP id 223DC37B5A7 for ; Fri, 26 May 2000 13:22:32 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id NAA00882 for ; Fri, 26 May 2000 13:24:42 -0700 (PDT) (envelope-from msmith@mass.cdrom.com) Message-Id: <200005262024.NAA00882@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: questions@freebsd.org Subject: RE: wrong disk geometry reported (fwd) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 May 2000 13:24:42 -0700 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Resend to a more suitable list. ------- Forwarded Message From: "Nikolaus Spence" To: "Mike Smith" Subject: RE: wrong disk geometry reported Date: Fri, 26 May 2000 09:20:45 -0700 I'm running 4.0-RELEASE and have tried BIOS set up as auto-detect, large, normal, and LBA. None of them work. I've been using FreeBSD for almost 5 years on almost a hundred different servers and have never had anything like this. I'm using the /dev/ad1, /dev/rad1 devices. I have used both the command line fdisk, fdisk -i, and sysinstall. I have tried it at initial installation. I tried installing without configuring that drive so I could do it manually and no such luck. In my experience with FreeBSD it doesn't matter what BIOS thinks. The kernel manages to pull the correct info from the disk at boot. Here at freerealtime.com, our developers do most of their work on Linux (ack!). I haven't allowed one Linux machine into our production systems and I'm trying to move our developers onto FreeBSD. So far so good. With this one system I can boot the Linux kernel and Linux will see the drive perfectly. It makes me feel stupid when I just got done explaining how much better FreeBSD is and how I've never had a problem with compatability or reliability. I'm sure that if I purchased the hardware, it would work. But an IDE disk is an IDE disk. Nikolaus - -----Original Message----- From: Mike Smith [mailto:msmith@freebsd.org] Sent: Thursday, May 25, 2000 5:48 PM To: Nikolaus Spence Cc: freebsd-hardware@freebsd.org Subject: Re: wrong disk geometry reported > I think I may have come across the first non-FreeBSD-compatible IDE disk > drive. The Maxtor 15GB 7200RPM udma/66 drive. > p/n st0151500u Nope. It's compatible. > I am installing it as a second drive and fdisk does not see (or want to > beleive) the disk geometry. The actual disk geometry is 29651/16/63 but It's not; this is just one possible mapping between the drive's actual capacity and the legacy c/h/s interface. > fdisk sees it as a 2GB drive with 2019/16/63. I set the disk geometry in > fdisk and it still won't allow a partition bigger than 2GB. The primary > disk in the system is another Maxtor 15GB drive which works fine. Not the > same geometry but close. It even comes up as 2019/16/63 in the dmesg. I > know the disk isn't bad because DOS/NT/Win98/BIOS sees it's full capacity. > When I just set the disk geometry, create no partitions, and save info, I > can restart fdisk and get 14xxx/7/14 geometry. These numbers are just > strange all together. I figure that an IDE drive is an IDE drive and it's > size may vary but they all work so far for me. You need to be much, much more detailed in your report for anyone to be able to help you here. So far we have no idea which version of FreeBSD you're running, nor which driver you're using, nor how the BIOS is set up, etc. etc. Note also that you might want to use sysinstall to set the drive up to avoid further confusion. - -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com ------- End of Forwarded Message -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13:26:14 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 F41B537B554 for ; Fri, 26 May 2000 13:26:10 -0700 (PDT) (envelope-from willwong@anime.ca) Received: from magus (HSE-Toronto-ppp129675.sympatico.ca [64.228.64.32]) by smtp13.bellglobal.com (8.8.5/8.8.5) with SMTP id QAA20376 for ; Fri, 26 May 2000 16:29:55 -0400 (EDT) Message-ID: <000501bfc750$9ed2f600$0300a8c0@anime.ca> From: "William Wong" To: Subject: PPPoE Date: Fri, 26 May 2000 16:25:52 -0400 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 Hey, Does anyone know if the STABLE/CURRENT install disks support PPPoE during the install? If not, does anyone know if it's planned? Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13:27:47 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.wmptl.com (mail2.wmptl.com [216.221.73.131]) by hub.freebsd.org (Postfix) with ESMTP id 57B4237B6F0 for ; Fri, 26 May 2000 13:27:43 -0700 (PDT) (envelope-from webmaster@wmptl.com) Received: from wmptl.com ([10.0.0.168]) by mail2.wmptl.com (8.9.3/8.9.3) with ESMTP id QAA23733; Fri, 26 May 2000 16:32:27 -0400 (EDT) (envelope-from webmaster@wmptl.com) Message-ID: <392EDE2E.A47A17DE@wmptl.com> Date: Fri, 26 May 2000 16:27:26 -0400 From: Nathan Vidican Reply-To: webmaster@wmptl.com X-Mailer: Mozilla 4.72 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: Grandpa Walrus Cc: questions@freebsd.org Subject: Re: RAID and FreeBSD References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Grandpa Walrus wrote: > > I stumbled across a controller card that can support hot-swappable IDE > drives (the card is from a company called Promise Technologies) > > URL for what I saw is http://www.365usa.com/promisetech.asp > > Have any of you ever used this product with FreeBSD successfully? If not, > do you know of a good vendor for IDE hot-swap RAID controller cards > and drive mounts? > > Any info, as always, would be greatly appreciated. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message We looked at using those same cards. BTW, the site is http://www.promise.com/. The hot-swap does work, however the RAID function(s) of the card are software based, and thus unsupported by FreeBSD's drivers. You can utilize the controller(s) for hot-swap IDE, but for the RAID portion of it you'll probably have to use a software based solution, (ie Vinum). I'd reccomend looking at the 3ware, (http://www.3ware.com/), ATA Raid cards if IDE RAID is something you're really interested in doing. Right now I'm working on a server that requires redundant hot-swappable storage as well, but I opted to go with a Mylex controller, and SCSI UW disks instead of ATA. (I have an eight-port 3Ware ATA 66 RAID controller I'm toying with right now, but it does not support hot-swapping drives.) -- Nathan Vidican webmaster@wmptl.com Windsor Match Plate & Tool Ltd. http://www.wmptl.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13:39:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from MexComUSA.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by hub.freebsd.org (Postfix) with ESMTP id EAB1637B534 for ; Fri, 26 May 2000 13:39:46 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Received: from EnContacto.Net (adsl-63-200-120-86.dsl.mtry01.pacbell.net [63.200.120.86]) by MexComUSA.Net (8.9.3/8.9.3) with ESMTP id NAA06937; Fri, 26 May 2000 13:39:21 -0700 (PDT) (envelope-from eculp@EnContacto.Net) Message-ID: <392EE0F9.A10752EE@EnContacto.Net> Date: Fri, 26 May 2000 13:39:21 -0700 From: Edwin Culp Organization: Mexico Communicates, S.C. X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Kenneth Ingham Cc: questions@FreeBSD.ORG Subject: Re: resolved: dc0: couldn't map ports/memory References: <20000525150655.A15032@socrates.i-pi.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kenneth Ingham wrote: > Duh. I should have caught this one. > > Turn off plug and play OS in the CMOS and the ethernet cards both work. > > Kenneth > Do you have them both working in the same machine. I cannot get two of them to work in the same machine, only one is recognized although they both work perfectly separately as dc0. Thanks, ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13:40:42 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 9CFE637B534 for ; Fri, 26 May 2000 13:40:39 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.65]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 26 May 2000 13:40:55 -0700 Message-ID: <392EE137.C9FA7325@3-cities.com> Date: Fri, 26 May 2000 13:40:23 -0700 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Jim Freeze Cc: Christoph Sold , questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Freeze wrote: > > On Fri, 26 May 2000, Kent Stewart wrote: > > > > I tried this in a directory with around 500 files. The window I > > selected was 50 lines long. I started vi and went into the input mode > > and pasted. The terminal locked up. In a 3rd terminal, I watched it > > and it continued to consume cpu. After a minute of cpu or so, I did a > > "kill -9 pid" and the terminal went away. > > > > I tried Kedit and it pasted just fine. I guess vi has a problem but > > Kedit doesn't. I thought I had vim on that system but I didn't. > > I am opening the target window with the Icon at the bottom of the screen > in KDE (Terminal Emulation (kvt)). > > I tried the following: > > vi: failed > vim: failed > gvim: ok > > I also tried to kill vi and vim after each failure, but the term was still > hung. I think it is kvt's problem. I do to. It may not be kvt but it does appear to be tightly related :). I downloaded and built vim. The paste session also locked up on my system. I don't know if locked up is a proper term because they continue to chew up cpu time. A tight loop seemed to be obvious. Murphy can misslead you there as to the proper terminology :). I used the kvt Icon at the bottom to start my terminal session. I guess you just have to remember which editor works. I don't have kde2 running right now. BTW, you can kill the kvt session. You just have to know which one it is :). I did a ps before I opened the 3rd kvt session and then after so that I knew which one it was. I could follow it with a simple ps. Kent > > Jim > > 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 Fri May 26 13:43:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3304.mail.yahoo.com (web3304.mail.yahoo.com [204.71.201.146]) by hub.freebsd.org (Postfix) with SMTP id F09C037B832 for ; Fri, 26 May 2000 13:43:48 -0700 (PDT) (envelope-from djmatti@yahoo.fr) Message-ID: <20000526133703.29697.qmail@web3304.mail.yahoo.com> Received: from [193.250.15.127] by web3304.mail.yahoo.com; Fri, 26 May 2000 15:37:03 CEST Date: Fri, 26 May 2000 15:37:03 +0200 (CEST) From: =?iso-8859-1?q?Matti=20W?= Subject: pptp + ADSL +alactel To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello Where can i found the lastest release of a pptp client for ADSL connection with alcatel 1000 ANT Thanks for answer at matti@mandragor.com ___________________________________________________________ Do You Yahoo!? Achetez, vendez! À votre prix! Sur http://encheres.yahoo.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 13:47:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 34CB237B7DD for ; Fri, 26 May 2000 13:47:41 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id NAA28270; Fri, 26 May 2000 13:47:37 -0700 (PDT) (envelope-from jim@freeze.org) Date: Fri, 26 May 2000 13:47:36 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Kent Stewart Cc: Christoph Sold , questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem In-Reply-To: <392EE137.C9FA7325@3-cities.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: kstewart@3-cities.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Kent Stewart wrote: > > I tried the following: > > > > vi: failed > > vim: failed > > gvim: ok > > > I do to. It may not be kvt but it does appear to be tightly related > :). I downloaded and built vim. The paste session also locked up on my > system. I don't know if locked up is a proper term because they > continue to chew up cpu time. A tight loop seemed to be obvious. > Murphy can misslead you there as to the proper terminology :). > Yes. I have been killing the kvt windows with kill -9. That seems to work. I should also mention that if I start an xterm from within a kvt window, then it works. So I get kvt-vi: failed kvt-vim: failed kvt-gvim: ok (gvim creates its own window, so maybe that's the key) xterm-vi: ok xterm-vim: ok xterm-gvim: ok I can't believe that no-one else has seen this. It is so mainstream! Thanks for corroberating this with me. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 14: 3:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 5B45437B857 for ; Fri, 26 May 2000 14:03:22 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id OAA81533; Fri, 26 May 2000 14:03:16 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392EE694.85A4272D@gorean.org> Date: Fri, 26 May 2000 14:03:16 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: webmaster@wmptl.com Cc: questions@freebsd.org Subject: Re: telnet software References: <392E7F71.5FAB468A@wmptl.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Nathan Vidican wrote: > > anyone know of a freeware/shareware telnet utility for M$ Windows, that > will do a decent job of emulating a vt100 terminal? Something that will > map the arroy keys correctly, (unlike M$ telnet.exe) ? http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty is a very good product, supports a lot of xterm features, does ssh (and now he has a command line scp client) and the author is a good guy. Doug PS, this question comes up A LOT... please check the mail archives next time. ;) -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 14:16:34 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 3FB6637B852 for ; Fri, 26 May 2000 14:16:27 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.242.65]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 26 May 2000 14:16:43 -0700 Message-ID: <392EE99B.A14EB3BE@3-cities.com> Date: Fri, 26 May 2000 14:16:11 -0700 From: Kent Stewart Organization: BOSSig X-Mailer: Mozilla 4.72 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Jim Freeze Cc: Christoph Sold , questions@FreeBSD.ORG Subject: Re: Help: Wierd Terminal Copy Problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jim Freeze wrote: > > On Fri, 26 May 2000, Kent Stewart wrote: > > > > I tried the following: > > > > > > vi: failed > > > vim: failed > > > gvim: ok > > > > > I do to. It may not be kvt but it does appear to be tightly related > > :). I downloaded and built vim. The paste session also locked up on my > > system. I don't know if locked up is a proper term because they > > continue to chew up cpu time. A tight loop seemed to be obvious. > > Murphy can misslead you there as to the proper terminology :). > > > > Yes. I have been killing the kvt windows with kill -9. > That seems to work. The fact that you don't end up with a vi recovery file in /tmp is remarkable here :). > I should also mention that if I start an xterm from within a kvt window, > then it works. So I get > > kvt-vi: failed > kvt-vim: failed > kvt-gvim: ok (gvim creates its own window, so maybe that's the key) > xterm-vi: ok > xterm-vim: ok > xterm-gvim: ok > > I can't believe that no-one else has seen this. It is so mainstream! It only seemed to be the ls that caused the problem. I could copy test from a file just fine. You may have some hidden control characters because of kvt that are causing the problems. They are busy developing kde2 and probably wouldn't spend the time to figure out what was causing the problem. It would be interesting if kde2 has the same problem because it is much more likely to get fixed there. > > Thanks for corroberating this with me. I joke that I am a lightening rod for bugs. If a product has 3 or more, I'm sure I will see one of them. BTW, why is the blank cc showing up on your message. It seems to cause two copies to end up on -questions. Kent > > Jim -- 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 May 26 15: 4: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (Postfix) with ESMTP id 9557A37B765; Fri, 26 May 2000 15:03:51 -0700 (PDT) (envelope-from toasty@celery.dragondata.com) Received: from celery.dragondata.com (celery.dragondata.com [205.253.12.6]) by home.dragondata.com (8.9.2/8.9.2) with ESMTP id RAA12992; Fri, 26 May 2000 17:03:40 -0500 (CDT) Received: (from toasty@localhost) by celery.dragondata.com (8.9.3/8.9.3) id RAA84505; Fri, 26 May 2000 17:03:39 -0500 (CDT) (envelope-from toasty) From: Kevin Day Message-Id: <200005262203.RAA84505@celery.dragondata.com> Subject: Re: UDMA ICRC errors on FIC SD11 Athlon board and U66 HD -- huh?! To: msmith@FreeBSD.ORG (Mike Smith) Date: Fri, 26 May 2000 17:03:39 -0500 (CDT) Cc: dburr@borg-cube.com (Donald Burr), freebsd-questions@FreeBSD.ORG (FreeBSD Questions), freebsd-hardware@FreeBSD.ORG (FreeBSD Hardware) In-Reply-To: <200005161939.MAA02841@mass.cdrom.com> from "Mike Smith" at May 16, 2000 12:39:57 PM 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 > > > Ok, I just put together a new Athlon system, and am having a hell of a > > time trying to get the hard disks to work right. > > > > First, some system details: > > > > Motherboard: FIC SD-11 board rev. 1.8, with the latest BIOS. > > (AMD-751 north bridge, VIA 82C686 south bridge) > > CPU: AMD Athlon 650MHz. > > Memory: 128MB SDRAM DIMM > > Hard Disk: Western Digital Caviar WD102AA 10.2 GB Ultra66 > > (single drive only, no slave devices or CD-ROM's etc.) > ... > > ad0: UDMA ICRC WRITE ERROR blk# 27984ata0-master: WARNING: WAIT_READY > > active=ATA_ACTIVE_ATA > > falling back to PIO mode > > I'm seeing exactly the same symptoms, but with a slightly faster CPU and > an IBM disk. I'm not entirely sure what the real deal here is; it's > possible that there may be eg. some timing values that aren't being set > quite right for this board/chipset. 8( > If this helps any, I see this here too: FreeBSD 4.0-STABLE #1: Fri May 26 14:37:18 CDT 2000 toasty@catapult.video:/usr/src/sys/compile/CATAPULT Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (365.48-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x665 Stepping = 5 Features=0x183f9ff real memory = 132907008 (129792K bytes) avail memory = 125833216 (122884K bytes) pnpbios: Bad PnP BIOS data checksum Preloaded elf kernel "kernel" at 0xc034f000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 1.0 irq 11 pcib1: at device 30.0 on pci0 pci1: on pcib1 pci1: (vendor=0x1274, dev=0x1371) at 7.0 irq 11 ti0: <3Com 3c985-SX Gigabit Ethernet> mem 0xff8f8000-0xff8fbfff irq 11 at device 8.0 on pci1 ti0: Ethernet address: 00:60:08:f5:d0:b0 ti0: supplying EUI64: 00:60:08:ff:fe:f5:d0:b0 fxp0: port 0xdf00-0xdf3f mem 0xff700000-0xff7fffff,0xff8ff000-0xff8fffff irq 10 at device 9.0 on pci1 fxp0: Ethernet address 00:90:27:c2:09:87 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 31.2 irq 9 pci0: (vendor=0x8086, dev=0x2413) at 31.3 irq 10 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 psm0: failed to get data. psm0: irq 12 on atkbdc0 psm0: model IntelliMouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 ad0: 6149MB [13328/15/63] at ata0-master using UDMA33 acd0: CDROM at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a vinum: loaded ad0: UDMA ICRC WRITE ERROR blk# 2111 retrying ad0: UDMA ICRC WRITE ERROR blk# 2111 retrying ad0: WRITE command timeout - resetting ata0: resetting devices .. done ad0: UDMA ICRC WRITE ERROR blk# 2111ata0-master: WARNING: WAIT_READY active=ATA_ACTIVE_ATA falling back to PIO mode fxp0: starting DAD for fe80:0002::0290:27ff:fec2:0987 fxp0: DAD complete for fe80:0002::0290:27ff:fec2:0987 - no duplicates found The part about the bad pnp checksum kinda worries me too. :) If there's anything someone would like me to try, I'm willing. -- Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 15:40:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rigel.pucrs.br (rigel.pucrs.br [200.132.10.13]) by hub.freebsd.org (Postfix) with ESMTP id 5EFBB37B7D3 for ; Fri, 26 May 2000 15:37:24 -0700 (PDT) (envelope-from mwp@pucrs.br) Received: from pucrs.br (void.pucrs.br [200.132.13.15]) by rigel.pucrs.br (8.9.3/8.9.3) with ESMTP id TAA78413 for ; Fri, 26 May 2000 19:38:14 -0300 (EST) (envelope-from mwp@pucrs.br) Message-ID: <392EFC3B.67836CD@pucrs.br> Date: Fri, 26 May 2000 19:35:40 -0300 From: Mauricio Westendorff Pegoraro Organization: PUCRS - Brasil X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Wine Problem Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I'm trying to install wine in my 4.0-STABLE box. There are some problems. Exit of installation follows: >bash-2.03$ ./configure >.... >Configure finished. Do 'make depend && make' to compile Wine. > >bash-2.03$ make depend >cd ./tools && make makedep >make: don't know how to make makedep.o. Stop >*** Error code 2 > >Stop in /usr/home/mwp/win/wine-20000430. >bash-2.03$ Configure is ok. But make is not ok. :) I far as I remember, it worked in my 3.4-STABLE box, but I can't realize what's wrong with this one. The wine I'm trying is the latest version, not the one in the ports collection. I've tryied the wine from ports and it went wrong too (same errors). Any help I shall thank. Thanks. MaurícioWP. --- mwp@pucrs.br Unix & Security Team PUCRS - Brasil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 16: 6:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from maloca.oca.org.br (maloca.oca.org.br [164.41.38.242]) by hub.freebsd.org (Postfix) with ESMTP id 8DE0A37B8A2 for ; Fri, 26 May 2000 16:06:43 -0700 (PDT) (envelope-from root@maloca.oca.org.br) Received: from localhost (root@localhost) by maloca.oca.org.br (8.9.3/8.9.3) with ESMTP id UAA25352; Fri, 26 May 2000 20:06:10 -0300 (EST) (envelope-from root@maloca.oca.org.br) Date: Fri, 26 May 2000 20:06:10 -0300 (EST) From: Paje da Oca To: questions@freebsd.org Cc: sos@freebsd.dk Subject: RE: wrong disk geometry reported In-Reply-To: <200005262024.NAA00882@mass.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Mike Smith wrote: > I'm running 4.0-RELEASE and have tried BIOS set up as auto-detect, large, > normal, and LBA. None of them work. I've been using FreeBSD for almost 5 > years on almost a hundred different servers and have never had anything like > this. I'm using the /dev/ad1, /dev/rad1 devices. I have used both the > command line fdisk, fdisk -i, and sysinstall. I have tried it at initial > installation. I tried installing without configuring that drive so I could > do it manually and no such luck. In my experience with FreeBSD it doesn't > matter what BIOS thinks. The kernel manages to pull the correct info from > the disk at boot. Here at freerealtime.com, our developers do most of their > work on Linux (ack!). I haven't allowed one Linux machine into our > production systems and I'm trying to move our developers onto FreeBSD. So > far so good. With this one system I can boot the Linux kernel and Linux > will see the drive perfectly. It makes me feel stupid when I just got done > explaining how much better FreeBSD is and how I've never had a problem with > compatability or reliability. I'm sure that if I purchased the hardware, it > would work. But an IDE disk is an IDE disk. Although I havent installed that many machines, I like FreeBSD, and many of our servers run it. Trying to install 4.0-RELEASE I had similar problems to the one reported here. The installation floppies were not able to label the disk, and even while I partitioned it with the 3.4 floppies and went back to 4.0 installation, the disk was not accessible. The problem seems to be with the driver, ad. I would like to know how to make new installation floppies for 4.0, substitu- ting the old drive, wd, by this one (the solution needs to be implemented without resorce to 4.0). ANY HELP? The messages I can read on the message console (SHIFT+ALT+F2), are: ad0: cannot find label (no disk label) ad0s1: cannot find label (no disk label) ad0s2: slice extends beyond end of disk: truncating from 16711680 to 25011856 My BIOS is: Award Modular Bios V4.50PG, 4.076804, 2A5L9F09 I have just an IDE disk, on a Pentium-S 75MHz with 32M and an Atapi CD-ROM Thanks in advance for any help, Leonardo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 16:24:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 82CC837B809 for ; Fri, 26 May 2000 16:24:13 -0700 (PDT) (envelope-from mhumm@ispchannel.com) Received: from ispchannel.com ([208.170.159.57]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000526232535.CUTN17546.smtp2a@ispchannel.com> for ; Fri, 26 May 2000 16:25:35 -0700 Message-ID: <392F4E00.388262BF@ispchannel.com> Date: Fri, 26 May 2000 23:24:32 -0500 From: "Mark A. Hummel" Organization: Innovative Solutions X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Why can't I cd to certain directories??? Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings,

Sometimes when I try to cd to a directory like /usr/local/... I get an error message reading: Can't cd to ...
I then try to cd one level down at a time.  #cd /usr  then pwd to find out I actually made the trip.  Then cd /local  Sorry, can't cd to /usr/local.  Why when I'm logged in as a su?

More newbie questions coming.  Thanks people

Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 16:29:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id DC0A837B809 for ; Fri, 26 May 2000 16:29:22 -0700 (PDT) (envelope-from mhumm@ispchannel.com) Received: from ispchannel.com ([208.170.159.57]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000526233045.CVAK17546.smtp2a@ispchannel.com> for ; Fri, 26 May 2000 16:30:45 -0700 Message-ID: <392F0900.D5D6A003@ispchannel.com> Date: Fri, 26 May 2000 18:30:08 -0500 From: "Mark A. Hummel" Organization: Innovative Solutions X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: make install problem ??? Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I already had the kicq (icq client for KDE) in my ports directory of my BSD drive.  As per the handbook, I went (cd) to that directory and ensured it did have a makefile listed.  Then I typed make install to install the port.  It went to the web (I have a cable modem), downloaded the required files, compiled them, installed the program, and registered it.  When I got my root prompt back, I went to the application starter in KDE there it was, listed under Internet programs,  I added it to my program bar and clicked on it to run it.  Nothing happened.

What am I doing wrong???  Thanks in advance,

Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 16:34:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id 50D0237B95D for ; Fri, 26 May 2000 16:34:20 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from JoshPaetzel (hutch-360.hutchtel.net [206.10.68.60]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id SAA17496; Fri, 26 May 2000 18:34:17 -0500 (CDT) From: "Josh Paetzel" To: "Mark A. Hummel" , "freebsd-questions" Subject: RE: Why can't I cd to certain directories??? Date: Fri, 26 May 2000 18:33:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <392F4E00.388262BF@ispchannel.com> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark A. Hummel Sent: Friday, May 26, 2000 11:25 PM To: freebsd-questions Subject: Why can't I cd to certain directories??? Greetings, Sometimes when I try to cd to a directory like /usr/local/... I get an error message reading: Can't cd to ... I then try to cd one level down at a time. #cd /usr then pwd to find out I actually made the trip. Then cd /local Sorry, can't cd to /usr/local. Why when I'm logged in as a su? If you are entering a command like #cd /local you are specifying a directory /local. Chances are this directory does not exist. If you are trying to get to /usr/local one step at a time you can do: #cd /usr #cd local If you start a cd command with a / you are specifying that the directory you are looking for is off of root. More newbie questions coming. Thanks people Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 16:42:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id D88E737B95D for ; Fri, 26 May 2000 16:42:53 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id QAA82581; Fri, 26 May 2000 16:42:46 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <392F0BF5.A87C26E6@gorean.org> Date: Fri, 26 May 2000 16:42:45 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0523 i386) X-Accept-Language: en MIME-Version: 1.0 To: Andy Dills Cc: Jan Grant , freebsd-questions@FreeBSD.ORG Subject: Re: promiscuous ethernet References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andy Dills wrote: > I'm writing a perl script which calls "tcpdump -n -q arp", and monitors > output. When it (the script) sees a line such as: > > arp who-has () tell > > it will ifconfig as an alias to xl0. NAT, which will be > run with -dynamic, will then begin address translation for the user. > > I'll redirect any and all DNS requests to the local DNS server. > > So, I belive I've at least accomplished the theory behind it. Can anybody > point out a flaw? Given the constraints of your project I think I'd probably approach it the same way (although don't take that as gospel). I do understand what you mean by "technically unfeasable" not being an acceptable answer. :) As an aside, if you are dealing with all in-office stuff, I would suggest setting up the DHCP server anyway, and converting all NEW installations to that. Then at some point in the future the number of legacy installs will be small enough that you can simply go around and fix them. Doug -- "Live free or die" - State motto of my ancestral homeland, New Hampshire Do YOU Yahoo!? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 17: 1:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web311.mail.yahoo.com (web311.mail.yahoo.com [216.115.105.76]) by hub.freebsd.org (Postfix) with SMTP id B18E237B9C2 for ; Fri, 26 May 2000 17:01:25 -0700 (PDT) (envelope-from flottie@yahoo.com) Message-ID: <20000527000124.7047.qmail@web311.mail.yahoo.com> Received: from [206.47.80.197] by web311.mail.yahoo.com; Fri, 26 May 2000 17:01:24 PDT Date: Fri, 26 May 2000 17:01:24 -0700 (PDT) From: Quassi Moto Subject: mounting iso images from ext2fs file systems To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having troubles mounting the 4.0-release iso. Due to the way that my hard drive was set up when I originally set up the computer I have a large ext2fs file system on the end of my 17gig maxtor harddrive that was set up to handle data when I used to run linux. Now that is the only place that I have enough room to put complete iso images onto. When I try to mount it with the command: vnconfig vn0c /mnt/linux.ro/usr/media/freebsd/4.0-install.iso I get the error message : vnconfig: open: No such file or directory And when I try this command vnconfig /dev/vn0c /mnt/linux.ro/usr/media/freebsd/4.0-install.iso I get this error vnconfig: open: Device not configured Im running 3.4 release with the kernel recompile for ext2fs filesystem support and the line: pseudo-device vn 4 #Vnode driver (turns a file into a device) Is there a limitation to the vn device that it can only mount from a ufs filesystem or am I just doing something wrong when I try to mount the image? __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.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 May 26 17: 2:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 23DCD37B9CE; Fri, 26 May 2000 17:02:05 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20000527000205.23DCD37B9CE@hub.freebsd.org> Date: Fri, 26 May 2000 17:02:05 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 17: 2:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 2596637B9E8; Fri, 26 May 2000 17:02:06 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20000527000206.2596637B9E8@hub.freebsd.org> Date: Fri, 26 May 2000 17:02:06 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 17: 2:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 7228537B9FB; Fri, 26 May 2000 17:02:05 -0700 (PDT) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20000527000205.7228537B9FB@hub.freebsd.org> Date: Fri, 26 May 2000 17:02:05 -0700 (PDT) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 17: 6:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from usc.edu (usc.edu [128.125.253.136]) by hub.freebsd.org (Postfix) with ESMTP id 4F1D137BE96 for ; Fri, 26 May 2000 17:06:35 -0700 (PDT) (envelope-from abdulgha@usc.edu) Received: from scf-fs.usc.edu (root@scf-fs.usc.edu [128.125.253.183]) by usc.edu (8.9.3.1/8.9.3/usc) with ESMTP id RAA24889; Fri, 26 May 2000 17:05:28 -0700 (PDT) Received: from phoenix (res-3617.usc.edu [128.125.31.111]) by scf-fs.usc.edu (8.9.3.1/8.9.3/usc) with SMTP id RAA00653; Fri, 26 May 2000 17:05:27 -0700 (PDT) Message-ID: <010f01bfc76f$51c5ad70$6f1f7d80@phoenix> Reply-To: "Khairuddin Abdul Ghani" From: "Khairuddin Abdul Ghani" To: "Dan Nelson" Cc: References: <009f01bfc731$4beea840$6f1f7d80@phoenix> <20000526121737.A8451@dan.emsphone.com> Subject: Re: mysterious shutdowns (cont.) Date: Fri, 26 May 2000 17:05:51 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. ----- Original Message ----- From: "Dan Nelson" Sent: Friday, May 26, 2000 10:17 AM Subject: Re: mysterious shutdowns (cont.) > In the last episode (May 26), Khairuddin Abdul Ghani said: > > Hello. Here's the followup to the mysterious clean shutdowns > > that the machine was experiencing before. > > > > Looks like the last downtime was caused by those weird shutdowns again: > > reboot ~ Fri May 26 08:15 > > shutdown ~ Fri May 26 08:14 > > reboot ~ Fri May 26 05:39 > > shutdown ~ Fri May 26 05:33 > > Hmm. If a shutdown record got added, check /var/log/messages for a line > like > > May 20 12:37:42 machine1 shutdown: reboot by user1: > > At least you'll find out who shut it down. The reboots were done manually I think, but I don't think the shutdowns were. I already removed the shutdown binary off the system, and syslogd doesn't show anything because it gets killed before/during from a TERM signal. > > I checked each shutdown instance against process accounting, > > and I found that each would contain at least the following > > (in sequence): > > Did you find any "shutdown" or "reboot" commands in the accouting logs? Nope. None at all. The reboots were done by on-site staff, not sure how they did it though. Btw, I didn't mention that before a shutdown there would be a huge increase in incoming network traffic, probably an attack of some sort. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 17:10:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sharmas.dhs.org (c62443-a.frmt1.sfba.home.com [24.0.69.165]) by hub.freebsd.org (Postfix) with ESMTP id B1E9E37BA26 for ; Fri, 26 May 2000 17:10:29 -0700 (PDT) (envelope-from adsharma@sharmas.dhs.org) Received: (from adsharma@localhost) by sharmas.dhs.org (8.9.3/8.9.3) id RAA28605 for questions@freebsd.org; Fri, 26 May 2000 17:10:14 -0700 Date: Fri, 26 May 2000 17:10:14 -0700 From: Arun Sharma To: questions@freebsd.org Subject: libgcc vs libgcc_pic.a (Was Re: ports/18838: kdelibs2 - konqeror crushes with html file) Message-ID: <20000526171014.A28567@sharmas.dhs.org> References: <392EE977.B3D051C3@windriver.com> <20000526142011.A28240@sharmas.dhs.org> <392EEF3F.7389FFAA@windriver.com> <20000526150848.A28293@sharmas.dhs.org> <392F03CD.964EF27C@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <392F03CD.964EF27C@windriver.com>; from Tadayuki Okada on Fri, May 26, 2000 at 07:07:57PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [ Moved from ports ] On Fri, May 26, 2000 at 07:07:57PM -0400, Tadayuki Okada wrote: > > 4. Linking libkhtml.so with libgcc.a doesn't fix the problem. I get core > > dumps in __eh_rtime_match. > It should be libgcc_pic.a. > #anyway ld should handle this. Can anyone explain to me the difference between libgcc.a and libgcc_pic.a ? Isn't the code generated by gcc PIC by default ? Also, why is libgcc_r.a necessary ? I don't see such a beast on my linux box. The only difference in build I see is -D_PTHREADS and searching in the sources indicates that nothing is using _PTHREADS. -Arun To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 17:12:21 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 C713937B809 for ; Fri, 26 May 2000 17:12:00 -0700 (PDT) (envelope-from stuyman@confusion.net) Received: from confusion.net (user-2ivea67.dialup.mindspring.com [165.247.40.199]) by smtp6.mindspring.com (8.9.3/8.8.5) with ESMTP id UAA03964; Fri, 26 May 2000 20:11:46 -0400 (EDT) Message-ID: <392F1259.30865AA8@confusion.net> Date: Fri, 26 May 2000 20:10:02 -0400 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: John Lawson , questions@freebsd.org Subject: Re: Can't login to the GUI ... login box comes right back References: <03E742431696D311BD1B000629382517D43519@cpex1.channelpoint.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've always been a fan of tar. cd / tar -clf - * |(cd /mnt/root;tar -xvf -) should do the same thing, but I'm not sure about everything. I don't use cpio much but I'm very confident in the handling of permissions and the like in tar. If you're able to (since the old virtual drive is still there) try this instead, let me know. So you don't have to man page thats... in the root directory. create a tar archive (c) don't cross mountpoints (l) the filename is next (f) - means stdout. Then send it through a pipe which after cding to /mnt/root will then extract a tar archive (x) and be verbose about it (v, don't use on first tar) and the file is next (f) - means stdin. let me know how it goes. Hoping this is helping, I'll send this to the list also and see what others say... Laurence John Lawson wrote: > > Thanks for the followup ... I will check into those files (they're new to > me). *NOTHING* should have changed, however, except, perhaps protections > and/or modification dates, which I thought were supposed to be taken care of > thus: > > $ find -x / -print | cpio -pdamv /mnt/root > > This says (according to MAN), list all files on the "/" file-system, without > dropping into other mount points (-x), and copy those files, with > protections, ownerships, and modification dates intact, creating directories > as needed (oooh, could that be the problem?), and list the names as they're > copied. > > Light bulb alert .... There was an option to CPIO which affects the order in > which directories are traversed ... I wonder if the command I set up caused > the subdirectories to be traversed *before* their parents were *copied*, > causing the -d option to create the directories as needed, which might cause > the directories to be created as if I'd done mkdir, which is different from > *copy*ing the directory. Hmmmmmm! > > I've found numerous incorrect protection masks (most blatantly, for > instance, the new /tmp came out with no g or o access). > > In VMS (where I'm a guru, in Unix, I'm only an egg), you copy a complete > disk, including proper-handling of softlinks, with one simple command > (BACKUP/IMAGE). Is there some equivalent in UNIX, or is what I did the > closest thing? > > John Lawson > > | -----Original Message----- > | From: Laurence Berland [mailto:stuyman@confusion.net] > | Sent: Thursday, May 25, 2000 6:09 PM > | To: John Lawson > | Subject: Re: Can't login to the GUI ... login box comes right back > | > | > | Has something changed in the shared init files for the shell? > | (such as > | /etc/csh.cshrc) That's all I can think of...I checked something and > | found that I don't have such a variable set, and yet kde > | works fine for > | me. What are you setting it to? (/usr/lib or the like?) I'm at a > | loss. Hmmm... > | > | Laurence > | > | John Lawson wrote: > | > > | > Thanks for responding ... > | > > | > Yes, there is a .xsession, and it contains one line: > | > > | > exec startkde > | > > | > I have since found .xsession-errors, and found errors > | indicating that my > | > LD_LIBRARY_PATH environment variable was not set. I looked > | through all the > | > various rc and profile files I could find, and even search > | the entire disk, > | > for anything setting the LD_LIBRARY_PATH variable, and I > | found nothing. > | > > | > When I hard-coded an appropriate setting for > | LD_LIBRARY_PATH into .xsession, > | > it started working ... for the account that I set it in. > | Of course, I'd > | > have to do that to all the .xsession's for all other users > | (including root). > | > > | > So that's clearly not the correct solution. And what > | troubles me is that > | > this all worked *before* I copied my system disk. > | > > | > My conclusion (as naiive as it may be) is that I broke something in > | > duplicating my system disk, which is, somehow, causing some of my > | > environment variables/setup to abort prematurely. > | > > | > It turns out that I did not, in fact, delete my original > | virtual system > | > disk, so I can go back and compare things to see what's > | different. One of > | > the first things that I've found is that the /tmp directory > | on the new > | > system disk had lost its g and o protections ... so, what > | else could I have > | > botched ... I thought that the cpio -pdamv would have > | copied the protections > | > correctly. > | > > | > Ideas? > | > > | > Mage > | > > | > | -----Original Message----- > | > | From: Laurence Berland [mailto:stuyman@confusion.net] > | > | Sent: Wednesday, May 24, 2000 6:12 PM > | > | To: John Lawson > | > | Cc: 'freebsd-questions@freebsd.org' > | > | Subject: Re: Can't login to the GUI ... login box comes right back > | > | > | > | > | > | very cursory guess...does the user logging in (presumably > | you) have a > | > | .xsession file? What's in it? That's the first thing > | that comes to > | > | mind. Also, permissions on the file... > | > | > | > | Laurence > | > | > | > | John Lawson wrote: > | > | > > | > | > I installed FreeBSD (current) on a 1Gb vmware virtual disk, > | > | and realized > | > | > before very long that I'd run out of space very quiickly. > | > | Rather than go to > | > | > two virtual disks, I decided to create a new empty 2Gb > | > | virtual disk, and > | > | > copy the contents of the original disk to the new disk, > | > | eventually deleting > | > | > the old disk. > | > | > > | > | > I did this ... the trickier parts were easy to accomplish using > | > | > /stand/systeminstall (nice utility!). The actual copying > | > | of the files I did > | > | > with the following command (I had only one, the root, > | filesystem): > | > | > > | > | > find -x / -print | cpio -pdamv /mnt/root > | > | > > | > | > I can boot just fine off the new disk, and have since > | > | deleted the old > | > | > virtual disk. The trouble I'm having, however, is with the GUI. > | > | > > | > | > If I comment out the launch of xdm on ttyv8 in /etc/ttys, > | > | and log into the > | > | > console, and then type startx, I get a nice GUI and > | > | everything seems to be > | > | > working fine ... but, I want the GUI to launch at boot > | > | time, of course. > | > | > > | > | > So ... I put the line for ttyv8 and xdm back into /etc/ttys > | > | (as documented > | > | > somewhere on http://www.freebsd.org/, and now I get the > | > | login/password > | > | > window just after booting. > | > | > > | > | > When I log into that window, however, the window disappears > | > | (as you'd > | > | > expect), the system thinks for a little while (20 seconds), > | > | and then the > | > | > login box comes right back. > | > | > > | > | > I can't find a log file anywhere which might be displaying > | > | the error ... > | > | > > | > | > Can anyone give me a pointer to where to look? If this > | > | were VMS, I could > | > | > definitely chase down the various log files to find the > | > | solution, but, alas, > | > | > I am new to this U*ix world, and need some help. > | > | > > | > | > John Lawson > | > | > > | > | > 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 > | > | > | > | -- > | 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 > | -- 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 May 26 17:28: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 10CE637B9A7 for ; Fri, 26 May 2000 17:28:06 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [213.1.82.15] (helo=parish.my.domain) by gadolinium with esmtp (Exim 2.05 #1) id 12vOyu-00004s-00; Fri, 26 May 2000 19:37:12 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id TAA04942; Fri, 26 May 2000 19:37:03 +0100 (BST) (envelope-from mark) Date: Fri, 26 May 2000 19:37:02 +0100 From: Mark Ovens To: "Jonathan E. Lyons" Cc: freebsd-questions@freebsd.org Subject: Re: PPP & script execution Message-ID: <20000526193702.A232@parish> References: <3.0.5.32.20000526124310.01304360@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3.0.5.32.20000526124310.01304360@midwest.net>; from parrothd@midwest.net on Fri, May 26, 2000 at 12:43:10PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 12:43:10PM -0500, Jonathan E. Lyons wrote: > Hi, > Is there a way to make PPP execute a script each time it connects? I've > been using cron, but I'd rather have this script run each time PPP needs to > reconnect.. > /etc/ppp/ppp.link{up,down} are what you need. See the ppp manpage, and check out the ``shell'' and ``bg'' commands. Also see /usr/share/examples/ppp/ for examples. HTH > > > Thanks! > > Jonathan E. Lyons Nucleus Consulting > parrothd@midwest.net www.nucleusconsulting.com > ICQ # 14226912 A+, MCSE, CCNA, FreeBSD! > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 19: 7:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hsd.co.contra-costa.ca.us (h206-80-55-7.ncal.verio.net [206.80.55.7]) by hub.freebsd.org (Postfix) with ESMTP id 5BEB837BA28 for ; Fri, 26 May 2000 19:07:52 -0700 (PDT) (envelope-from lcui@hsd.co.contra-costa.ca.us) Received: from rcase ([192.168.25.210]) by hsd.co.contra-costa.ca.us (8.8.5/SCO5) with ESMTP id TAA14904 for ; Fri, 26 May 2000 19:45:47 -0700 (PDT) Message-Id: <200005270245.TAA14904@hsd.co.contra-costa.ca.us> From: "Lauro Cui" To: questions@FreeBSD.org Date: Fri, 26 May 2000 19:12:30 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: UNIX VIDEO TAPE FOR TRAINING X-mailer: Pegasus Mail for Win32 (v3.12a) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dear Sir, Do you have a UNIX Video tape for training? Please advise. Thank You, Larry Cui Contra-Costa County Martinez, California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 19:31:21 2000 Delivered-To: freebsd-questions@freebsd.org Received: from popi.gsfc.nasa.gov (popi-f.gsfc.nasa.gov [128.183.251.174]) by hub.freebsd.org (Postfix) with ESMTP id CDD3B37BA53 for ; Fri, 26 May 2000 19:31:17 -0700 (PDT) (envelope-from smccarro@pop500.gsfc.nasa.gov) Received: from Atalaya.gsfc.nasa.gov (atalaya.gsfc.nasa.gov [128.183.233.143]) by popi.gsfc.nasa.gov (8.9.3/8.9.3) with ESMTP id WAA09109 for ; Fri, 26 May 2000 22:28:11 -0400 (EDT) Message-Id: <4.3.1.2.20000526221737.00c62f00@pop500.gsfc.nasa.gov> X-Sender: smccarro@pop500.gsfc.nasa.gov X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Fri, 26 May 2000 22:30:46 -0400 To: freebsd-questions@FreeBSD.ORG From: Steve McCarron Subject: FreeBSD File Systems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Can anyone give me very brief answers to the following two (2) questions: (1) Can FreeBSD be installed using all FAT16, FAT32, NTFS, and Linux Ext2 file systems? (2) Is FreeBSD more like Unix or Linux? Thank you very much. Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 19:38: 4 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 9CDE937B6FF for ; Fri, 26 May 2000 19:38:01 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-208.alpha.net.au [203.41.44.208] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id NAA14988; Sat, 27 May 2000 13:45:49 +1000 From: Danny To: webmaster@wmptl.com, Nathan Vidican , questions@FreeBSD.ORG Subject: Re: telnet software Date: Sun, 28 May 2000 12:44:28 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <392E7F71.5FAB468A@wmptl.com> MIME-Version: 1.0 Message-Id: <00052812452502.00345@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Putty is Free . It comes with ssh, telnet. Except for rlogin. - Goto www.tucows.com and download the latest version of Putty On Fri, 26 May 2000, Nathan Vidican wrote: > anyone know of a freeware/shareware telnet utility for M$ Windows, that > will do a decent job of emulating a vt100 terminal? Something that will > map the arroy keys correctly, (unlike M$ telnet.exe) ? > > > -- > Nathan Vidican > webmaster@wmptl.com > Windsor Match Plate & Tool Ltd. > http://www.wmptl.com/ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 19:39: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id AC59737B6FF for ; Fri, 26 May 2000 19:39:05 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.10.0/8.10.0) with ESMTP id e4R2cWH02283; Fri, 26 May 2000 20:38:32 -0600 (MDT) Message-Id: <200005270238.e4R2cWH02283@fedde.littleton.co.us> To: Steve McCarron Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD File Systems In-Reply-To: <4.3.1.2.20000526221737.00c62f00@pop500.gsfc.nasa.gov> From: Chris Fedde Date: Fri, 26 May 2000 20:38:32 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000 22:30:46 -0400 Steve McCarron wrote: +------------------ | Can anyone give me very brief answers to the following two (2) questions: | | (1) Can FreeBSD be installed using all FAT16, FAT32, NTFS, and Linux | Ext2 file systems? +------------------ FreeBSD uses it's own UFS file system which has some advantages and disadvantags w.r.t. the file systems you mention. It can mount and access file systems with all the other formats you describe but it would be best if it were installed on it's own UFS partition. +------------------ | (2) Is FreeBSD more like Unix or Linux? +------------------ FreeBSD and Linux are to Unix as potato chips and pork rinds are to snack foods. :-) chris -- Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 19:41:27 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 8EF2437B6FF for ; Fri, 26 May 2000 19:41:23 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-208.alpha.net.au [203.41.44.208] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id NAA15069; Sat, 27 May 2000 13:49:01 +1000 From: Danny To: "Josh Paetzel" , "Mark A. Hummel" , "freebsd-questions" Subject: RE: Why can't I cd to certain directories??? Date: Sun, 28 May 2000 12:47:41 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052812483603.00345@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG If you want to cd into a directory type in "cd /usr/local/" what you did is cd /usr then cd /local When it should be cd /usr cd local On Sat, 27 May 2000, Josh Paetzel wrote: > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark A. Hummel > Sent: Friday, May 26, 2000 11:25 PM > To: freebsd-questions > Subject: Why can't I cd to certain directories??? > > > Greetings, > Sometimes when I try to cd to a directory like /usr/local/... I get an error > message reading: Can't cd to ... > I then try to cd one level down at a time. #cd /usr then pwd to find out I > actually made the trip. Then cd /local Sorry, can't cd to /usr/local. Why > when I'm logged in as a su? > > If you are entering a command like #cd /local you are specifying a directory > /local. Chances are this directory does not exist. If you are trying to > get to /usr/local one step at a time you can do: > > #cd /usr > #cd local > > If you start a cd command with a / you are specifying that the directory you > are looking for is off of root. > > More newbie questions coming. Thanks people > Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe > freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 19:41:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id D2B5B37B6FF for ; Fri, 26 May 2000 19:41:32 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.10.0/8.10.0) with ESMTP id e4R2fGH02310; Fri, 26 May 2000 20:41:16 -0600 (MDT) Message-Id: <200005270241.e4R2fGH02310@fedde.littleton.co.us> To: Danny Cc: webmaster@wmptl.com, questions@FreeBSD.ORG Subject: Re: telnet software In-Reply-To: <00052812452502.00345@freebsd.freebsd.org> From: Chris Fedde Date: Fri, 26 May 2000 20:41:16 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 28 May 2000 12:44:28 +1000 Danny wrote: +------------------ | Putty is Free . It comes with ssh, telnet. Except for rlogin. | - Goto www.tucows.com and download the latest version of Putty | | | On Fri, 26 May 2000, Nathan Vidican wrote: | > anyone know of a freeware/shareware telnet utility for M$ Windows, that | > will do a decent job of emulating a vt100 terminal? Something that will | > map the arroy keys correctly, (unlike M$ telnet.exe) ? | > +------------------ I've looked at this recently (with a view to supporting ssh-v1) I find that tterm has superior user interface and emulation to putty. For shear accuracy of emulation though, I'd go with kermit. chris -- Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 19:43:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from berlin.atlantic.net (berlin.atlantic.net [209.208.0.20]) by hub.freebsd.org (Postfix) with ESMTP id E0A3D37BA2E for ; Fri, 26 May 2000 19:43:40 -0700 (PDT) (envelope-from bobj@atlantic.net) Received: from mail.atlantic.net (mail.atlantic.net [209.208.0.71]) by berlin.atlantic.net (8.9.3/8.9.3) with ESMTP id WAA02222; Fri, 26 May 2000 22:48:09 -0400 Received: from bsd.cisi.com (ocalflifanb-as-1-r1-ip-577.atlantic.net [209.208.17.69]) by mail.atlantic.net (8.9.3/8.9.3) with ESMTP id WAA30169; Fri, 26 May 2000 22:43:33 -0400 Received: from nancy.cisi.com (nancy.cisi.com [192.168.0.131]) by bsd.cisi.com (8.9.3/8.9.3) with SMTP id WAA83431; Fri, 26 May 2000 22:40:36 -0400 (EDT) (envelope-from bobj@atlantic.net) Message-Id: <3.0.6.32.20000526224001.00b5b9e0@rio.atlantic.net> X-Sender: bobj@rio.atlantic.net X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 26 May 2000 22:40:01 -0400 To: questions@freebsd.org From: Bob Johnson Subject: Re: Help: Wierd Terminal Copy Problem Cc: jim@freeze.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Date: Fri, 26 May 2000 13:47:36 -0700 (PDT) >From: Jim Freeze >Subject: Re: Help: Wierd Terminal Copy Problem > >On Fri, 26 May 2000, Kent Stewart wrote: > >> > I tried the following: >> > >> > vi: failed >> > vim: failed >> > gvim: ok >> > >> I do to. It may not be kvt but it does appear to be tightly related >> :). I downloaded and built vim. The paste session also locked up on my >> system. I don't know if locked up is a proper term because they >> continue to chew up cpu time. A tight loop seemed to be obvious. >> Murphy can misslead you there as to the proper terminology :). >> > >Yes. I have been killing the kvt windows with kill -9. >That seems to work. >I should also mention that if I start an xterm from within a kvt window, >then it works. So I get > > >kvt-vi: failed >kvt-vim: failed >kvt-gvim: ok (gvim creates its own window, so maybe that's the key) >xterm-vi: ok >xterm-vim: ok >xterm-gvim: ok > >I can't believe that no-one else has seen this. It is so mainstream! > >Thanks for corroberating this with me. Actually, I've seen it before. I'm pretty sure I was pasting from kvt into kedit when I had problems. I didn't have time to figure out the problem, so I just did my cut-and-paste in smaller chunks. -- Bob +-------------------------------------------------------- | Bob Johnson | bobj@atlantic.net +-------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 19:48:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (edtnes04.telus.net [199.185.220.104]) by hub.freebsd.org (Postfix) with ESMTP id A0C0E37BA13 for ; Fri, 26 May 2000 19:48:11 -0700 (PDT) (envelope-from d_rfast@telus.net) Received: from alpha ([216.232.50.146]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000527024810.IAEX4208.priv-edtnes04-hme0.telusplanet.net@alpha>; Fri, 26 May 2000 20:48:10 -0600 Reply-To: From: "Donald and Rosalyn Fast" To: "Jim Freeze" Cc: Subject: RE: Widespread panics on install of 4.0 -solved (at least partly) Date: Fri, 26 May 2000 19:46:49 -0700 Message-ID: <000001bfc785$ce4269e0$9232e8d8@bc.hsia.telus.net> 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.2377.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks Jim, I changed the BIOS timing for memory to be less aggressive - still no success in installing. I removed case cover, and put a portable fan blowing over CPU this lowered CPU temp from 49 deg C to 34 deg C and MB temp from 35 deg C to 24 deg C and SUCCESSFULLY INSTALLED. It is time for a small hardware upgrade of a new case and cooling fan(s). I then configured and browsed FreeBSD for 30 minutes until I got a panic when installing GNOME (after installing multiple dependencies, but not yet finished). (successfully ran fsck to fix the damage) 30 minutes is about twice as long as any previous use. So I think I am getting somewhere. thanks again, Donald Fast > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jim Freeze > Sent: Thursday, May 25, 2000 9:57 PM > To: Donald and Rosalyn Fast > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Widespread panics on install of 4.0 > > > > > On Thu, 25 May 2000, Donald and Rosalyn Fast wrote: > > > Hi, > > > > I hope someone can point out a way to install v4 on my machine. > > 2 (distant) choice) hardware replacement suggestions. > > > > I have set of v3.1 CDs (which came with a recently purchased Complete FreeBSD 2nd ed). > > This version will install properly and work. > > Is this on the same hardware? > > > When attempting to install ( with msdos, ftp or CD-ROM) v4.0 various panic situations > > arise. All install methods will configure (both with and without an initial kernel config) > > and start the installation (of # 9 X-User ). At various points during the install the > > system panics and FreeBSD is then not bootable. try again (or boot into windows, search > > and reread information on the web). > > > > Is there anything that needs to be changed for AMD K6(2)-400? > > > > panic: page fault > > syncing disks ... 471 [repeated 20 times] > > giving up on 246 buffers > > uptime: 10m47s > > > > MSDOS (4-20000520-stable, also tried 4.0-RELEASE) > > from c:\freeBSD folder > > panic: ffs_valloc: dup alloc > > syncing disks 188 162 12 1 1 1 1 1 1 (total of 17 x 1) > > uptime: 6m54s > > > > Whoa, this is deja-vu. I built my own system. > First I started with a K6/2-350, but the thing kept having problems. > I replaced the motherboard, thought it was bad, still had panics. Then the > sales guy noticed that I was running the bus speed at 95Mhz (which the > K6 manual says to). He thought that was the cause of the problem since he > had reports from 'those in the know' that the chip couldn't actually > handle that speed. So I clocked it at 66MHz, still had problems. > > Finally I got fed up with that chip and bought a K6/2-450 (1 month > later it was only $20 more). This chip was > supposed to be better. But, still, panic problems. Now this computer guy > was somewhat informed, but he wasn't an EE. He did not use thermal puddy > between the chip and the fan. So I figure that the chip may be thermally > challenged. Then I got some help from this list (can't remember who) who > said that their K6 was frequency challenged, and clocked their 450 down > to 300MHz and then it worked 100%. > > I decided to try it in stages, so I clocked mine down to 400MHz. It > worked! The chip stabalized. Now, I did not take the time to verify if it > was thermal and/or frequency problems--I didn't care as long as I could > get it to work. > > > Donald Fast > > a not-yet-successful user of FreeBSD > > So, short of getting a real pentium chip, lower the clock on your K6, make > sure there is thermal compound between the fan and the cpu and > give it a whirl. Hopefully this make you a successful FreeBSD user. > > > Processor Type: AMD-K6(tm) 3D processor > > For grins, I renamed my computer eeyore. Now I always remember that its a > little slow. > > Good luck > > ============================================ > Jim Freeze > jim@freeze.org > www.freeze.org > -------------- > Save on CDs, DVDs and Books till May 31 2000 > $10 Off a purchase of $30 and > $33 Off a purchase of $100. > Visit www.freeze.org > ============================================ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 20: 8:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 80F4037BA13 for ; Fri, 26 May 2000 20:08:10 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id MAA31174; Sat, 27 May 2000 12:37:55 +0930 (CST) Date: Sat, 27 May 2000 12:37:55 +0930 From: Greg Lehey To: Darren Evans Cc: freebsd-questions@FreeBSD.ORG Subject: Re: copying from a nfs mounted filesystem onto a vinum volume crashes Message-ID: <20000527123755.B30853@freebie.lemis.com> References: <20000526094609.C13702@freebie.lemis.com> <000301bfc6f2$eab74d90$a99d24d4@vindaloo.profero.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <000301bfc6f2$eab74d90$a99d24d4@vindaloo.profero.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 26 May 2000 at 10:15:21 +0100, Darren Evans wrote: > On Friday, May 26, 2000 1:16 AM, Greg Lehey wrote: >> On Thursday, 25 May 2000 at 12:24:27 +0100, Darren Evans wrote: >>> On Friday, 28 April 2000 at 20:32:44 +0530, Rahul Siddharthan wrote: >>>> Hi, >>>> We need to set up an NFS fileserver which will serve around 10-20 >>>> machines. The hardware would preferably be Intel, for cost >>>> reasons, though fairly high-end (say a Pentium III 550+ MHz, 256 MB >>>> RAM, SCSI disks). The expected exported volume would be perhaps >>>> 50-60 GB. Is it a good idea to export a vinum volume over NFS? >>> >>> Greg Wrote... >>>> NFS doesn't know about the volume, it just knows about the file >>>> system. There's no reason why it shouldn't be on a Vinum volume. >>> >>> what if a remote volume is nfs mounted not on the vinum volume >>> (actually mounted on /mnt) and then a cp -r /mnt/software /raid/software/ >>> is performed. /raid obviously being the vinum raid directory in a 1+0 >>> configuration. This actually crashes our box. I cannot SIGKILL the cp >>> command and have to /sbin/reboot to restore the system. >>> >>> Are there any nfs/vinum issues at present? Or am I being stupid? >> >> You're at least being confusing. Are you saying you /mnt is a >> remotely mounted Vinum volume? Which box crashes? What does the dump >> say? >> >>> I've been reading / writing / deleting a 70 meg archive onto the >>> RAID volume without any problems at all. It's just NFS that causes >>> the headache :-( >> >> Strange. Get me the dump info and I'll take a look. > > sorry about the confusion. > > The box running software RAID aka provided by vinum has runaway > processes. Anything that read's/ writes /raid becomes a runaway > process. I cannot kill it. What do you mean by "runaway process"? Is it using CPU time? Or is it just hanging? What does ps l say? > There's no kernel panic. I've also tried a ktrace on the "runaway" > processes to see if there any system calls. There is no activity. A process looping in the kernel won't show any activity with ktrace. > No, the remote filesystem is not running under a RAID configuration. > > /mnt is not a RAID point, it's a local mount point that i've NFS > mounted a remote filesystem onto. Then tried to copy from there > onto the RAID filesystem. Above you say "This actually crashes our box.". What do you mean by that? 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 May 26 20:28:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id DDC5F37BA32 for ; Fri, 26 May 2000 20:28:35 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id MAA31352; Sat, 27 May 2000 12:58:23 +0930 (CST) Date: Sat, 27 May 2000 12:58:23 +0930 From: Greg Lehey To: Steve McCarron Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD File Systems Message-ID: <20000527125823.D30853@freebie.lemis.com> References: <4.3.1.2.20000526221737.00c62f00@pop500.gsfc.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <4.3.1.2.20000526221737.00c62f00@pop500.gsfc.nasa.gov> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 26 May 2000 at 22:30:46 -0400, Steve McCarron wrote: > Hi, > > Can anyone give me very brief answers to the following two (2) questions: > > (1) Can FreeBSD be installed using all FAT16, FAT32, NTFS, and Linux > Ext2 file systems? You can't use Microsoft file systems, because they don't have the required functionality. I believe it might be possible to install on ext2fs, but it's not supported by the installer, and I can't imagine why you would want to. > (2) Is FreeBSD more like Unix or Linux? FreeBSD is a direct descendent of UNIX. It's very much like, say, SunOS 4. 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 May 26 22: 1:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hecky.it.northwestern.edu (hecky.acns.nwu.edu [129.105.16.51]) by hub.freebsd.org (Postfix) with ESMTP id E20DB37BA78 for ; Fri, 26 May 2000 22:01:13 -0700 (PDT) (envelope-from djkanter@nwu.edu) Received: (from mailnull@localhost) by hecky.it.northwestern.edu (8.8.7/8.8.7) id AAA02024 for ; Sat, 27 May 2000 00:01:10 -0500 (CDT) Received: from localhost.localdomain (coconut-45-028065.nuts.nwu.edu [165.124.28.65]) by hecky.acns.nwu.edu via smap (V2.0) id xmaa02005; Sat, 27 May 00 00:01:07 -0500 Received: (from david@localhost) by localhost.localdomain (8.9.3/8.9.3) id XAA19652 for freebsd-questions@FreeBSD.ORG; Fri, 26 May 2000 23:46:48 -0500 (CDT) (envelope-from david) Date: Fri, 26 May 2000 23:46:48 -0500 From: "David J. Kanter" To: freebsd-questions@FreeBSD.ORG Subject: Re: mergemaster Message-ID: <20000526234648.A18446@localhost.localdomain> References: <20000526161449.19864.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000526161449.19864.qmail@hotmail.com>; from jmd526@hotmail.com on Fri, May 26, 2000 at 12:14:49PM -0400 X-Organization: Northwestern University X-Operating-System: FreeBSD localhost.localdomain 3.4-STABLE FreeBSD 3.4-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 12:14:49PM -0400, John Daniels wrote: > When I type "pkg_version" I get a list of > installed programs but mergemaster is not one of them. I don't think base programs are listed in pkg_version. For instance, sendmail doesn't show up, but it's there. -- David Kanter djkanter@nwu.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 22:16: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.prod.itd.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 11F1237B5D4 for ; Fri, 26 May 2000 22:15:58 -0700 (PDT) (envelope-from calebwalker@netzero.net) Received: from netzero.net (1Cust94.tnt14.lax3.da.uu.net [63.23.91.94]) by goose.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id WAA29068; Fri, 26 May 2000 22:15:17 -0700 (PDT) Message-ID: <392F5929.99F49FE9@netzero.net> Date: Fri, 26 May 2000 22:12:09 -0700 From: Caleb Walker Organization: PowerCom Energy & Communications X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Thomas Good Cc: Sue Blake , Greg Lehey , freebsd-questions@FreeBSD.ORG Subject: Re: Modem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It looks like I can just edit the ppp.conf file and it will all be all right but how do I know what device my modem is connected to? Thomas Good wrote: > On Fri, 26 May 2000, Sue Blake wrote: > > > On Thu, May 25, 2000 at 06:23:04PM -0700, Caleb Walker wrote: > > > I have no Idea. What I have done is out of a book and I dont think it is > > > even touching the icing on the cake. I have in KPPP all cuaaX's but i think > > > > > > my modem is tun0, but it is not configured either. I dont seem to have good > > > info on making modems work. I am not very good at UNIX yet, but I am > > > getting better. > > Actually your modem is a device like /dev/cuaa0 (an unfortunate name)... > tun0 is tunnel-zero, another unfortunate name - this time for user ppp. > > All you need do is edit /etc/ppp/ppp.conf as root and add in your values. > I just got this happening and would be happy to send my ppp.conf if you > need a working model to compare with the distribution file (which I found > a bit obtuse.) > > Once the file is happening you start ppp with: # ppp -background > > Documentation is available in Greg's book (on the cd as book.txt), however, > I like two forms of docs: One that begins with 'remove the shrinkwrap, > take a break...' or a working example. I prefer the latter. > > If such an example is of value, let me know. > > Cheers, > Tom > > > It is too early to blame yourself, or the modem! I've seen a few people > > people ditch kppp, read 'man ppp' and do what it says, and have the > > thing up in a moment or two with no dramas. If you will try that, let us > > know how it works out. > > ------- North Richmond Community Mental Health Center ------- > > Thomas Good MIS Coordinator > Vital Signs: tomg@ { admin | q8 } .nrnet.org > Phone: 718-354-5528 > Fax: 718-354-5056 > > /* Member: Computer Professionals For Social Responsibility */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 22:47:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (fedde.littleton.co.us [216.17.174.44]) by hub.freebsd.org (Postfix) with ESMTP id A3E0737B5D4 for ; Fri, 26 May 2000 22:47:40 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.10.0/8.10.0) with ESMTP id e4R5kNH03003; Fri, 26 May 2000 23:46:23 -0600 (MDT) Message-Id: <200005270546.e4R5kNH03003@fedde.littleton.co.us> To: Caleb Walker Cc: Thomas Good , Sue Blake , Greg Lehey , freebsd-questions@FreeBSD.ORG Subject: Re: Modem In-Reply-To: <392F5929.99F49FE9@netzero.net> From: Chris Fedde Date: Fri, 26 May 2000 23:46:23 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000 22:12:09 -0700 Caleb Walker wrote: +------------------ | It looks like I can just edit the ppp.conf file and it will all | be all right but how do I know what device my modem is connected | to? +------------------ Um... in ppp.conf there is a line like set device /dev/cua*** That is the device that your modem is connected to... chris -- Chris Fedde 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 22:52:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhop1.nyroc.rr.com (mailhop1-1.nyroc.rr.com [24.92.226.166]) by hub.freebsd.org (Postfix) with ESMTP id 5FD4237B87E for ; Fri, 26 May 2000 22:52:36 -0700 (PDT) (envelope-from reichman@twcny.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 ; Sat, 27 May 2000 01:49:00 -0400 Received: from mail1.twcny.rr.com ([24.92.226.139]) by mailout1.nyroc.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-59787U250000L250000S0V35) with ESMTP id com for ; Sat, 27 May 2000 01:51:44 -0400 Received: from twcny.rr.com ([24.24.27.98]) by mail1.twcny.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com for ; Sat, 27 May 2000 01:51:44 -0400 Message-ID: <392F2AF6.6C6FD70E@twcny.rr.com> Date: Sat, 27 May 2000 01:55:02 +0000 From: "Mark S. Reichman" X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: KDE2 not cooperating/compiling Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is it just me or is the kde2 port not compiling? kdesupport2 is complaining about undefined references in /usr/lib/libstdc++.so.3 lib. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 23:13:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id 8DAD937B57A for ; Fri, 26 May 2000 23:13:14 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id BAA00346 for ; Sat, 27 May 2000 01:04:47 -0500 (CDT) Date: Sat, 27 May 2000 01:04:47 -0500 (CDT) From: Jahanur R Subedar To: freebsd-questions@freebsd.org Subject: Getway setup help through cable 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 HI Folks, The service ppl came and installed the cable modem with Static IP. I am trying to make a Freebsd 2.2.5 server to act as an Getway for my 4 other internal Lan computers. This is what I have done so far: 1) Installed a network card in the Freebsd machine. 2) Configured the rc.conf file for ifconfig with the static IP address given to me by cable modem company. 3) also Configured an alias of the same NIC with virtual IP address to see the Local LAN. 4) Set the Defaultrouter="cable_modem_ip_address" 5) Set the Getway_enable+"YES" 6) modified the hosts, resolve.conf and hosts.equiv. 7) Connected a RJ45 UTP cable from the HUB "out_to_hub" port to the cable modem RJ45 port. 8) Connected one of the RJ45 from the HUB to the NIC of the FreeBSD RJ45. 9) Reebooted the system. I am still not being able to go outside from the FreeBSD. Please help me where am I doing wrong. Do you think I need IPFW/NATD installed? Please help! Thanks in Advanced. Jahanur@jjsoft.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri May 26 23:14:11 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 844DC37B57A for ; Fri, 26 May 2000 23:14:09 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.219]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Fri, 26 May 2000 23:14:26 -0700 Message-ID: <392F67B9.7A3FC690@3-cities.com> Date: Fri, 26 May 2000 23:14:17 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: "Mark S. Reichman" Cc: freebsd-questions@freebsd.org Subject: Re: KDE2 not cooperating/compiling References: <392F2AF6.6C6FD70E@twcny.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 "Mark S. Reichman" wrote: > > Is it just me or is the kde2 port not compiling? > kdesupport2 is complaining about undefined > references in /usr/lib/libstdc++.so.3 lib. No, it isn't just you. If you are interested in kde2, you should be following the discussion going on in -ports. 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 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 Fri May 26 23:17:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nw173.netaddress.usa.net (nw173.netaddress.usa.net [204.68.24.73]) by hub.freebsd.org (Postfix) with SMTP id 2401637B9DF for ; Fri, 26 May 2000 23:17:44 -0700 (PDT) (envelope-from garompa69@usa.net) Received: (qmail 15961 invoked by uid 60001); 27 May 2000 06:17:43 -0000 Message-ID: <20000527061743.15960.qmail@nw173.netaddress.usa.net> Received: from 204.68.24.73 by nw173 for [200.5.85.10] via web-mailer(34FM1.4.02C) on Sat May 27 06:17:43 GMT 2000 Date: 27 May 00 00:17:43 MDT From: To: freebsd-questions@freebsd.org Subject: 5.0-Release Scheduled date & Cardbus support on 5.0-Release X-Mailer: USANET web-mailer (34FM1.4.02C) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, = I wish to know if there is a date scheduled for 5.0 release. I would= also wish to know if there will be support for PCMCIA Cardbus cards on 5.0 Rel= ease ( cardbus support in general, and specifically for 3com 3C562 pcmcia card= s). Please CC my email address (garompa69@usa.net) in the reply, since I= 'm not subscribed to the freebsd-questions mailing list. Thank you in advance. Charly ____________________________________________________________________ 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 Sat May 27 0: 9:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo19.mx.aol.com (imo19.mx.aol.com [152.163.225.9]) by hub.freebsd.org (Postfix) with ESMTP id 207D937B91E for ; Sat, 27 May 2000 00:09:50 -0700 (PDT) (envelope-from BrentAHughes@aol.com) Received: from BrentAHughes@aol.com by imo19.mx.aol.com (mail_out_v27.9.) id n.c5.5f1413f (3956) for ; Sat, 27 May 2000 03:09:42 -0400 (EDT) From: BrentAHughes@aol.com Message-ID: Date: Sat, 27 May 2000 03:09:42 EDT Subject: boot floppies To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 104 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I have tried the following procedure about 10 or 15 times in a number of ways and I cannot get it to work.... I used Winimage to extract the iso file to my hard drive on my win98 box. I also used NTI cd-Maker to create a cd from the iso. I am using the 4.0 iso image release. I have tried to create the floppies from the extraction on my hard drive and from the cd I created. Neither has worked. The machine that I want to install the OS on is not cd-Rom bootable. It is an old 486 w/ 2x cd-Rom. The kern.flp and mfsroot.flp files appear too large to install on floppies anyway as they are 1.47 megs plus. I do not understand.... For a normal CDROM or network installation, all you need to copy onto actual floppies from this directory are the kern.flp and mfsroot.flp images (for 1.44MB floppies). Get two blank, freshly formatted floppies and image copy kern.flp onto one and mfsroot.flp onto the other. These images are NOT DOS files! You cannot simply copy them to a DOS or UFS floppy as regular files, you need to "image" copy them to the floppy with fdimage.exe under DOS (see the tools/ directory on your CDROM or FreeBSD FTP mirror) or the `dd' command in UNIX. For example: To create the kern floppy image from DOS, you'd do something like this: C> fdimage kern.flp a: Assuming that you'd copied fdimage.exe and kern.flp into a directory somewhere. You would do the same for mfsroot.flp, of course. I have gotten general protection faults. I've had DOS accept the command and then not do anything. Etc etc... I don't have a running Unix box on which to create the boot floppies in any other manner. Please advise. And I hope your advice isn't "Buy the package from so-and-so cdRom company for $39.95." Thanks in advance for any help To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 0:12:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from area51.v-wave.com (area51.v-wave.com [24.108.26.39]) by hub.freebsd.org (Postfix) with SMTP id F3EB637B96C for ; Sat, 27 May 2000 00:12:38 -0700 (PDT) (envelope-from flatline@area51.v-wave.com) Received: (qmail 8600 invoked by uid 1001); 27 May 2000 07:12:36 -0000 Date: Sat, 27 May 2000 01:12:35 -0600 From: Chris Wasser To: Kevin Day Cc: freebsd-questions@FreeBSD.ORG Subject: Re: UDMA ICRC errors on FIC SD11 Athlon board and U66 HD -- huh?! Message-ID: <20000527011235.A8490@area51.v-wave.com> References: <200005161939.MAA02841@mass.cdrom.com> <200005262203.RAA84505@celery.dragondata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005262203.RAA84505@celery.dragondata.com>; from toasty@dragondata.com on Fri, May 26, 2000 at 05:03:39PM -0500 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 05:03:39PM -0500, Kevin Day wrote: > > > Ok, I just put together a new Athlon system, and am having a hell of a > > > time trying to get the hard disks to work right. [-- cut --] Actually, this has been hashed over several times. I'm using several Athlon boxes with the same chipset (and some KX133) with no problems. Usually those errors (according to Soren) are from interference on the ata-66 cable, or improperly spec'd ata-66 cables. Make sure the cable doesn't exceed 18" and that's it a verified ata-66 compliant cable. Make sure it's tied up and not hanging near any of the voltage regulars or anything else that generates RFI. It should also be noted that some "ATA-66" hdd's are not 100% ATA-66 compliant. WDC suffers from this, as does some Quantum drives (which I use almost exclusively). I've not heard anything bad about IBM (which I've just started buying into). Maxtor suffers from this problem terribly, not to mention problems with DMA transfers even @ ATA-33 (what do you expect for cheap gear? :)) Hope that helps some, here's my dmesg from one of my boxes with relevant info (this one happens to be using WDC drives on a ASUS K7M motherboard. I've had some problems with Epox KX7A [KX133, been resolved though] and no problems with ASUS K7V or ABIT KA7 [KX133]) FreeBSD 4.0-STABLE #0: Mon May 8 10:09:39 MDT 2000 .. .. CPU: AMD-K7(tm) Processor (704.96-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x612 Stepping = 2 Features=0x81f9ff AMD Features=0xc0400000 real memory = 268369920 (262080K bytes) .. .. pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 .. .. isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xffa0-0xffaf at device 4.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 .. .. ad0: 12971MB [26354/16/63] at ata0-master using UDMA66 ad1: 12971MB [26354/16/63] at ata0-slave using UDMA66 acd0: CDROM at ata1-master using UDMA33 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 0:13: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wp.cc.nc.us (sisko.se.wp.cc.nc.us [198.85.217.11]) by hub.freebsd.org (Postfix) with ESMTP id CFC3837B96C for ; Sat, 27 May 2000 00:12:55 -0700 (PDT) (envelope-from ahze@wp.cc.nc.us) Received: from sisko.se.wp.cc.nc.us (IDENT:ahze@sisko.se.wp.cc.nc.us [198.85.217.11]) by wp.cc.nc.us (8.9.3/8.9.3) with ESMTP id DAA22277 for ; Sat, 27 May 2000 03:38:09 -0400 Date: Sat, 27 May 2000 03:38:09 -0400 (EDT) From: Michael Johnson X-Sender: ahze@sisko.se.wp.cc.nc.us To: questions@FreeBSD.org Subject: GnomeCORE.tgz Message-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 just wondering , Why isnt gnomecore a package anymore? Its not on the ftp and it hasnt been for a while. I thought someone took it down cuz they were updateing it but it hasnt been there for a few weeks. Mike Johnson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 0:53:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 4937C37B665 for ; Sat, 27 May 2000 00:53:08 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id C9F373ACA for ; Sat, 27 May 2000 09:52:50 +0200 (SAST) Message-ID: <392F7ED2.6BADD19A@brwn.org> Date: Sat, 27 May 2000 09:52:50 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: make 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, I've cvsup'd my 4.0R to 4.0S and would like to do a make release but I need a CVSROOT? What do I need to get still for this to work? The box I want to install it on is a router. So I can't compile the source on it. It being a 486/SX with only 300MB's HD. Thanks Regards Willem Brown -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 1:13:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 67DF937B54A for ; Sat, 27 May 2000 01:13:39 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id RAA32320; Sat, 27 May 2000 17:43:21 +0930 (CST) Date: Sat, 27 May 2000 17:43:21 +0930 From: Greg Lehey To: Willem Brown Cc: questions@FreeBSD.ORG Subject: Re: make release Message-ID: <20000527174320.G30853@freebie.lemis.com> References: <392F7ED2.6BADD19A@brwn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <392F7ED2.6BADD19A@brwn.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: > Hi, > > I've cvsup'd my 4.0R to 4.0S and would like to do a > make release but I need a CVSROOT? What do I need to get still > for this to work? You need a CVS tree. It looks as if you cvsupped only the sources, right? It is possible to specify a remote CVS root, but you'll need to have some kind of access to it. You're probably better off cvsupping the repository rather than the sources. 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 May 27 1:33:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r18.mx.aol.com (imo-r18.mx.aol.com [152.163.225.72]) by hub.freebsd.org (Postfix) with ESMTP id DDFE037B54A for ; Sat, 27 May 2000 01:33:48 -0700 (PDT) (envelope-from Master9116@aol.com) Received: from Master9116@aol.com by imo-r18.mx.aol.com (mail_out_v27.9.) id n.97.5ef7e8b (3967) for ; Sat, 27 May 2000 04:33:44 -0400 (EDT) From: Master9116@aol.com Message-ID: <97.5ef7e8b.2660e268@aol.com> Date: Sat, 27 May 2000 04:33:44 EDT Subject: FreeBSD sees 2 out of 3 network cards To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: AOL 5.0 for Windows sub 104 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is my problem. I havea Pentium 1 clocked at 75MHz with 16MB ram. I have 2 Kingston KNE110TX PCI network cards and a Linksys LX2000 PnP ISA (Motherboard only has 3 PCI slots...) which works with no problems. It sees one PCI card as pn0, but it will not see the pn1. Any suggestions? Dan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 1:39:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from meg.pdq.net (pop.pdq.net [204.145.251.79]) by hub.freebsd.org (Postfix) with SMTP id C847C37B75F for ; Sat, 27 May 2000 01:39:13 -0700 (PDT) (envelope-from mbedynek@pdq.net) X-AirNote: 1 Received: from 216-118-56-85.pdq.net [216.118.56.85-7] by alice.pdq.net ID 41_-1; Sat, 27 May 2000 03:35:58 -0500 From: "Matt Bedynek" To: Subject: Q3 server Date: Sat, 27 May 2000 03:37:56 -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.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am tring to start a Quake 3 server in detached mode however, I am having problems This command line was suggested to me to try: q3ded +cvar_reset +set dedicated 2 +set fs_game InstaGibPlus +set net_port 27964 +exec instagib.config > /dev/null 2>&1 & However, after a few minutes the process appears to freeze and I have to run a kill -9 to remove it from the list. :-( any help would be appreciated!!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 1:49:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 872CC37B54A for ; Sat, 27 May 2000 01:49:49 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id 1DB903ACA; Sat, 27 May 2000 10:49:45 +0200 (SAST) Message-ID: <392F8C28.A5E6AE4C@brwn.org> Date: Sat, 27 May 2000 10:49:44 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: questions@FreeBSD.ORG Subject: Re: make release References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Thanks. I had a look at the sample files, /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, I would use release=cvs tag=RELEN_4? Can I convert the CVSUP'd sources to a repository without having to get the whole repository. I'm a bit bandwidth impaired. Regards Willem Brown Greg Lehey wrote: > > On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: > > Hi, > > > > I've cvsup'd my 4.0R to 4.0S and would like to do a > > make release but I need a CVSROOT? What do I need to get still > > for this to work? > > You need a CVS tree. It looks as if you cvsupped only the sources, > right? > > It is possible to specify a remote CVS root, but you'll need to have > some kind of access to it. You're probably better off cvsupping the > repository rather than the sources. > > 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 -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 1:53:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 3F2C237B8DD for ; Sat, 27 May 2000 01:53:35 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA32586; Sat, 27 May 2000 18:23:21 +0930 (CST) Date: Sat, 27 May 2000 18:23:20 +0930 From: Greg Lehey To: Willem Brown Cc: questions@FreeBSD.ORG Subject: Re: make release Message-ID: <20000527182319.A32417@freebie.lemis.com> References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <392F8C28.A5E6AE4C@brwn.org> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: > Greg Lehey wrote: >> >> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: >>> Hi, >>> >>> I've cvsup'd my 4.0R to 4.0S and would like to do a >>> make release but I need a CVSROOT? What do I need to get still >>> for this to work? >> >> You need a CVS tree. It looks as if you cvsupped only the sources, >> right? >> >> It is possible to specify a remote CVS root, but you'll need to have >> some kind of access to it. You're probably better off cvsupping the >> repository rather than the sources. > > Thanks. I had a look at the sample files, > /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, > I would use release=cvs tag=RELEN_4? Well, RELENG_4. > Can I convert the CVSUP'd sources to a repository without > having to get the whole repository. I'm a bit bandwidth impaired. Not easily. Theoretically you could just create a new repository and check the sources in with tag RELENG_4, but it would be a lot of work. If you have an old repository copy, such as on a CD-ROM set from Walnut Creek, you can easily update it with cvsup. 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 May 27 2:15:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id E3F5137B51A for ; Sat, 27 May 2000 02:15:20 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA32719; Sat, 27 May 2000 18:44:50 +0930 (CST) Date: Sat, 27 May 2000 18:44:50 +0930 From: Greg Lehey To: Mark Ovens Cc: Willem Brown , questions@freebsd.org Subject: Re: make release Message-ID: <20000527184449.C32417@freebie.lemis.com> References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <20000527101228.E233@parish> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 10:12:28 +0100, Mark Ovens wrote: > On Sat, May 27, 2000 at 06:23:20PM +0930, Greg Lehey wrote: >> On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: >>> Greg Lehey wrote: >>>> >>>> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: >>>>> Hi, >>>>> >>>>> I've cvsup'd my 4.0R to 4.0S and would like to do a >>>>> make release but I need a CVSROOT? What do I need to get still >>>>> for this to work? >>>> >>>> You need a CVS tree. It looks as if you cvsupped only the sources, >>>> right? >>>> >>>> It is possible to specify a remote CVS root, but you'll need to have >>>> some kind of access to it. You're probably better off cvsupping the >>>> repository rather than the sources. >>> >>> Thanks. I had a look at the sample files, >>> /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, >>> I would use release=cvs tag=RELEN_4? >> >> Well, RELENG_4. >> >>> Can I convert the CVSUP'd sources to a repository without >>> having to get the whole repository. I'm a bit bandwidth impaired. >> >> Not easily. Theoretically you could just create a new repository and >> check the sources in with tag RELENG_4, but it would be a lot of work. >> If you have an old repository copy, such as on a CD-ROM set from >> Walnut Creek, you can easily update it with cvsup. >> > > Shouldn't that be cvs(1), not cvsup(1) for the repository? No. cvsup updates repositories, cvs manipulates them. After synchronizing the repository with cvsup, you update your source tree with cvs update. 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 May 27 2:18:21 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 4EDB237B8DD for ; Sat, 27 May 2000 02:18:18 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.219]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sat, 27 May 2000 02:18:34 -0700 Message-ID: <392F92E0.3BEAA611@3-cities.com> Date: Sat, 27 May 2000 02:18:24 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: Mark Ovens , Willem Brown , questions@freebsd.org Subject: Re: make release References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > > On Saturday, 27 May 2000 at 10:12:28 +0100, Mark Ovens wrote: > > On Sat, May 27, 2000 at 06:23:20PM +0930, Greg Lehey wrote: > >> On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: > >>> Greg Lehey wrote: > >>>> > >>>> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: > >>>>> Hi, > >>>>> > >>>>> I've cvsup'd my 4.0R to 4.0S and would like to do a > >>>>> make release but I need a CVSROOT? What do I need to get still > >>>>> for this to work? > >>>> > >>>> You need a CVS tree. It looks as if you cvsupped only the sources, > >>>> right? > >>>> > >>>> It is possible to specify a remote CVS root, but you'll need to have > >>>> some kind of access to it. You're probably better off cvsupping the > >>>> repository rather than the sources. > >>> > >>> Thanks. I had a look at the sample files, > >>> /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, > >>> I would use release=cvs tag=RELEN_4? > >> > >> Well, RELENG_4. > >> > >>> Can I convert the CVSUP'd sources to a repository without > >>> having to get the whole repository. I'm a bit bandwidth impaired. > >> > >> Not easily. Theoretically you could just create a new repository and > >> check the sources in with tag RELENG_4, but it would be a lot of work. > >> If you have an old repository copy, such as on a CD-ROM set from > >> Walnut Creek, you can easily update it with cvsup. > >> > > > > Shouldn't that be cvs(1), not cvsup(1) for the repository? > > No. cvsup updates repositories, cvs manipulates them. After > synchronizing the repository with cvsup, you update your source tree > with cvs update. Is the CVS tree on any of the CD's or do I have to get the sources with cvsup. Kent > > 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 -- 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 Sat May 27 2:24:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id EB45537B896 for ; Sat, 27 May 2000 02:24:08 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA32785; Sat, 27 May 2000 18:53:54 +0930 (CST) Date: Sat, 27 May 2000 18:53:53 +0930 From: Greg Lehey To: Willem Brown Cc: questions@FreeBSD.ORG Subject: Re: make release Message-ID: <20000527185353.A32754@freebie.lemis.com> References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000527182319.A32417@freebie.lemis.com>; from grog@lemis.com on Sat, May 27, 2000 at 06:23:20PM +0930 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 18:23:20 +0930, Greg Lehey wrote: > On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: >> Greg Lehey wrote: >>> >>> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: >>>> Hi, >>>> >>>> I've cvsup'd my 4.0R to 4.0S and would like to do a >>>> make release but I need a CVSROOT? What do I need to get still >>>> for this to work? >>> >>> You need a CVS tree. It looks as if you cvsupped only the sources, >>> right? >>> >>> It is possible to specify a remote CVS root, but you'll need to have >>> some kind of access to it. You're probably better off cvsupping the >>> repository rather than the sources. >> >> Thanks. I had a look at the sample files, >> /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, >> I would use release=cvs tag=RELEN_4? > > Well, RELENG_4. Oops, this is wrong. RELENG_4 is the correct tag, but when you cvsup a repository, you don't specify a tag, since the repository contains all possible tags. Here are the relevant parts of my cvsupfile. You will need at least to add a host from which to sup. *default release=cvs *default base=/src/cvsup *default prefix=/home/ncvs *default delete *default use-rel-suffix *default compress src-all 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 May 27 2:25:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 5037C37B8A6 for ; Sat, 27 May 2000 02:25:52 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id SAA32825; Sat, 27 May 2000 18:55:16 +0930 (CST) Date: Sat, 27 May 2000 18:55:16 +0930 From: Greg Lehey To: Kent Stewart Cc: Mark Ovens , Willem Brown , questions@freebsd.org Subject: Re: make release Message-ID: <20000527185515.D32417@freebie.lemis.com> References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> <392F92E0.3BEAA611@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <392F92E0.3BEAA611@3-cities.com> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 2:18:24 -0700, Kent Stewart wrote: > > > Greg Lehey wrote: >> >> On Saturday, 27 May 2000 at 10:12:28 +0100, Mark Ovens wrote: >>> On Sat, May 27, 2000 at 06:23:20PM +0930, Greg Lehey wrote: >>>> On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: >>>>> Greg Lehey wrote: >>>>>> >>>>>> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: >>>>>>> Hi, >>>>>>> >>>>>>> I've cvsup'd my 4.0R to 4.0S and would like to do a >>>>>>> make release but I need a CVSROOT? What do I need to get still >>>>>>> for this to work? >>>>>> >>>>>> You need a CVS tree. It looks as if you cvsupped only the sources, >>>>>> right? >>>>>> >>>>>> It is possible to specify a remote CVS root, but you'll need to have >>>>>> some kind of access to it. You're probably better off cvsupping the >>>>>> repository rather than the sources. >>>>> >>>>> Thanks. I had a look at the sample files, >>>>> /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, >>>>> I would use release=cvs tag=RELEN_4? >>>> >>>> Well, RELENG_4. >>>> >>>>> Can I convert the CVSUP'd sources to a repository without >>>>> having to get the whole repository. I'm a bit bandwidth impaired. >>>> >>>> Not easily. Theoretically you could just create a new repository and >>>> check the sources in with tag RELENG_4, but it would be a lot of work. >>>> If you have an old repository copy, such as on a CD-ROM set from >>>> Walnut Creek, you can easily update it with cvsup. >>>> >>> >>> Shouldn't that be cvs(1), not cvsup(1) for the repository? >> >> No. cvsup updates repositories, cvs manipulates them. After >> synchronizing the repository with cvsup, you update your source tree >> with cvs update. > > Is the CVS tree on any of the CD's or do I have to get the sources > with cvsup. It's called a repository, not a tree. As I said, it's on one of the CDs on recent CD sets from Walnut Creek, but I think it moves a bit, so check your CDs. 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 May 27 2:29:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id AC86C37B796 for ; Sat, 27 May 2000 02:29:49 -0700 (PDT) (envelope-from Jan.Grant@bristol.ac.uk) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Sat, 27 May 2000 10:29:46 +0100 Received: from localhost (cmjg@localhost) by mail.ilrt.bris.ac.uk (8.8.7/8.8.8) with ESMTP id KAA04969; Sat, 27 May 2000 10:29:45 +0100 (BST) Date: Sat, 27 May 2000 10:29:45 +0100 (BST) From: Jan Grant To: Andy Dills Cc: Jan Grant , freebsd-questions@FreeBSD.ORG Subject: Re: promiscuous ethernet 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, 26 May 2000, Andy Dills wrote: [ Cunning plan snipped ] > it will ifconfig as an alias to xl0. NAT, which will be > run with -dynamic, will then begin address translation for the user. You need to time out on this to ensure that nobody else responds positively. > I'll redirect any and all DNS requests to the local DNS server. > > So, I belive I've at least accomplished the theory behind it. Can anybody > point out a flaw? Laptops are going to be configured to talk to their local IMAP/SMTP, etc servers. Even if these have routable IP addresses, there's a good chance that said machines won't want to talk to you. Severity of this depends on the intended use: if it's for web-browsing only, it's not going to be such a hardship. Apart from that, it's a good plan. You've effectively proxy-ARPed the internet after all! -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287163 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk perl -e 's?ck?t??print:perl==pants if $_="Just Another Perl Hacker\n"' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 2:35:54 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 851E037B8C5 for ; Sat, 27 May 2000 02:35:51 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.219]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sat, 27 May 2000 02:36:08 -0700 Message-ID: <392F96FE.D92E03BA@3-cities.com> Date: Sat, 27 May 2000 02:35:58 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Greg Lehey Cc: Mark Ovens , Willem Brown , questions@freebsd.org Subject: Re: make release References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> <392F92E0.3BEAA611@3-cities.com> <20000527185515.D32417@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > > On Saturday, 27 May 2000 at 2:18:24 -0700, Kent Stewart wrote: > > > > > > Greg Lehey wrote: > >> > >> On Saturday, 27 May 2000 at 10:12:28 +0100, Mark Ovens wrote: > >>> On Sat, May 27, 2000 at 06:23:20PM +0930, Greg Lehey wrote: > >>>> On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: > >>>>> Greg Lehey wrote: > >>>>>> > >>>>>> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: > >>>>>>> Hi, > >>>>>>> > >>>>>>> I've cvsup'd my 4.0R to 4.0S and would like to do a > >>>>>>> make release but I need a CVSROOT? What do I need to get still > >>>>>>> for this to work? > >>>>>> > >>>>>> You need a CVS tree. It looks as if you cvsupped only the sources, > >>>>>> right? > >>>>>> > >>>>>> It is possible to specify a remote CVS root, but you'll need to have > >>>>>> some kind of access to it. You're probably better off cvsupping the > >>>>>> repository rather than the sources. > >>>>> > >>>>> Thanks. I had a look at the sample files, > >>>>> /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, > >>>>> I would use release=cvs tag=RELEN_4? > >>>> > >>>> Well, RELENG_4. > >>>> > >>>>> Can I convert the CVSUP'd sources to a repository without > >>>>> having to get the whole repository. I'm a bit bandwidth impaired. > >>>> > >>>> Not easily. Theoretically you could just create a new repository and > >>>> check the sources in with tag RELENG_4, but it would be a lot of work. > >>>> If you have an old repository copy, such as on a CD-ROM set from > >>>> Walnut Creek, you can easily update it with cvsup. > >>>> > >>> > >>> Shouldn't that be cvs(1), not cvsup(1) for the repository? > >> > >> No. cvsup updates repositories, cvs manipulates them. After > >> synchronizing the repository with cvsup, you update your source tree > >> with cvs update. > > > > Is the CVS tree on any of the CD's or do I have to get the sources > > with cvsup. > > It's called a repository, not a tree. As I said, it's on one of the > CDs on recent CD sets from Walnut Creek, but I think it moves a bit, > so check your CDs. I've used CVS but not enough to remember the proper terminology. What has my interest is getting people started with 4.0-Stable. A build world of some of these machines won't take forever but it's close :). I know most of them will go with the CD subscription if I can get them interested. I was looking for the repository on the 4.0 disk and didn't see it. My subscription started with 3.1. I'm looking at CD#2 now. I'll start with the most recent version. Then, cvsup won't take so long. Thanks, Kent > > Greg > -- > Finger grog@lemis.com for PGP public key > See complete headers for address and phone numbers -- 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 Sat May 27 2:57:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id C224537B8C5 for ; Sat, 27 May 2000 02:57:22 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id D41C03ACA; Sat, 27 May 2000 11:57:16 +0200 (SAST) Message-ID: <392F9BFC.D9E9AEA8@brwn.org> Date: Sat, 27 May 2000 11:57:16 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: Kent Stewart Cc: Greg Lehey , Mark Ovens , questions@freebsd.org Subject: Re: make release References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> <392F92E0.3BEAA611@3-cities.com> <20000527185515.D32417@freebie.lemis.com> <392F96FE.D92E03BA@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Kent Stewart wrote: > > Greg Lehey wrote: > > > > On Saturday, 27 May 2000 at 2:18:24 -0700, Kent Stewart wrote: > > > > > > > > > Greg Lehey wrote: > > >> > > >> On Saturday, 27 May 2000 at 10:12:28 +0100, Mark Ovens wrote: > > >>> On Sat, May 27, 2000 at 06:23:20PM +0930, Greg Lehey wrote: > > >>>> On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: > > >>>>> Greg Lehey wrote: > > >>>>>> > > >>>>>> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: > > >>>>>>> Hi, > > >>>>>>> > > >>>>>>> I've cvsup'd my 4.0R to 4.0S and would like to do a > > >>>>>>> make release but I need a CVSROOT? What do I need to get still > > >>>>>>> for this to work? > > >>>>>> > > >>>>>> You need a CVS tree. It looks as if you cvsupped only the sources, > > >>>>>> right? > > >>>>>> > > >>>>>> It is possible to specify a remote CVS root, but you'll need to have > > >>>>>> some kind of access to it. You're probably better off cvsupping the > > >>>>>> repository rather than the sources. > > >>>>> > > >>>>> Thanks. I had a look at the sample files, > > >>>>> /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, > > >>>>> I would use release=cvs tag=RELEN_4? > > >>>> > > >>>> Well, RELENG_4. > > >>>> > > >>>>> Can I convert the CVSUP'd sources to a repository without > > >>>>> having to get the whole repository. I'm a bit bandwidth impaired. > > >>>> > > >>>> Not easily. Theoretically you could just create a new repository and > > >>>> check the sources in with tag RELENG_4, but it would be a lot of work. > > >>>> If you have an old repository copy, such as on a CD-ROM set from > > >>>> Walnut Creek, you can easily update it with cvsup. > > >>>> > > >>> > > >>> Shouldn't that be cvs(1), not cvsup(1) for the repository? > > >> > > >> No. cvsup updates repositories, cvs manipulates them. After > > >> synchronizing the repository with cvsup, you update your source tree > > >> with cvs update. > > > > > > Is the CVS tree on any of the CD's or do I have to get the sources > > > with cvsup. > > > > It's called a repository, not a tree. As I said, it's on one of the > > CDs on recent CD sets from Walnut Creek, but I think it moves a bit, > > so check your CDs. > > I've used CVS but not enough to remember the proper terminology. What > has my interest is getting people started with 4.0-Stable. A build > world of some of these machines won't take forever but it's close :). > I know most of them will go with the CD subscription if I can get them > interested. > > I was looking for the repository on the 4.0 disk and didn't see it. My > subscription started with 3.1. I'm looking at CD#2 now. I'll start > with the most recent version. Then, cvsup won't take so long. I couldn't find it on 3.3 or 3.4 as well. The latest one I could find is in the 3.2 #2 cd. I'll use that for starters. > > Thanks, > > Kent > > > > > Greg > > -- > > Finger grog@lemis.com for PGP public key > > See complete headers for address and phone numbers > > -- > 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 What about the international crypto code? Isn't that in a completely different repository? I guess you can compile that separately. Regards Willem Brown -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3: 9:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 56B7837B88D for ; Sat, 27 May 2000 03:09:51 -0700 (PDT) (envelope-from f-h-m@gmx.de) Received: (qmail 12950 invoked by uid 0); 27 May 2000 10:09:49 -0000 Received: from pd4b8929e.dip0.t-ipconnect.de (HELO florian) (212.184.146.158) by mail03.rzmi.gmx.net with SMTP; 27 May 2000 10:09:49 -0000 Message-ID: <000901bfc7c3$a1f06660$0200a8c0@local> From: "Florian Helmut Mueller" To: Subject: First Packet that ,makes Gateway Dial out gets lost Date: Sat, 27 May 2000 12:09:21 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have just resently set up a freebsd box as a connection for our local LAN to the Inet. It dials usind ISDN and everything is working fine. Well, nearly everything, because when i still had my box running under LINUX, there was a smart hack that made the comp not loose the first packet that made the commection to the ISP to start: echo 7 > /proc/sys/net/ipv4/ip-dynaddr anybody know some equivalent for freebsd??? cu and thx in advance FHM For our snoopbots: Sabotage Bomb Plutonium White House Assassin warhead Viruses poison gas Libya Iraq Militia rape mass murder drugs NSA CIA Katjuscha cocaine heroin AZT RAF Castor Interim Mao PDS Auschwitzlie communists Lai Stalin crack dealer Ho Chi Minh MAD ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:12:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id C4D7B37B88D for ; Sat, 27 May 2000 03:12:26 -0700 (PDT) (envelope-from f-h-m@gmx.de) Received: (qmail 16184 invoked by uid 0); 27 May 2000 10:12:25 -0000 Received: from pd4b8929e.dip0.t-ipconnect.de (HELO florian) (212.184.146.158) by mail03.rzmi.gmx.net with SMTP; 27 May 2000 10:12:25 -0000 Message-ID: <001a01bfc7c3$fe7517a0$0200a8c0@local> From: "Florian Helmut Mueller" To: Subject: first packet that makes gateway dailing out gets lost Date: Sat, 27 May 2000 12:11:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have just resently set up a freebsd box as a connection for our local LAN to the Inet. It dials usind ISDN and everything is working fine. Well, nearly everything, because when i still had my box running under LINUX, there was a smart hack that made the comp not loose the first packet that made the commection to the ISP to start: echo 7 > /proc/sys/net/ipv4/ip-dynaddr anybody know some equivalent for freebsd??? cu and thx in advance FHM For our snoopbots: Sabotage Bomb Plutonium White House Assassin warhead Viruses poison gas Libya Iraq Militia rape mass murder drugs NSA CIA Katjuscha cocaine heroin AZT RAF Castor Interim Mao PDS Auschwitzlie communists Lai Stalin crack dealer Ho Chi Minh MAD ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:14:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id 244E037B88D for ; Sat, 27 May 2000 03:14:15 -0700 (PDT) (envelope-from f-h-m@gmx.de) Received: (qmail 18584 invoked by uid 0); 27 May 2000 10:14:13 -0000 Received: from pd4b8929e.dip0.t-ipconnect.de (HELO florian) (212.184.146.158) by mail03.rzmi.gmx.net with SMTP; 27 May 2000 10:14:13 -0000 Message-ID: <002401bfc7c4$3f163280$0200a8c0@local> From: "Florian Helmut Mueller" To: Subject: linux firewall-settings translation to freebsd or battlecom versus natd Date: Sat, 27 May 2000 12:13:45 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! I have our LAN connected to the Inet via a freebsd router, but Battlecom isnt working beause of the Firewall. I have found a workaraound on the Battlecom Homepage that is ment for Linux boxes: To use BattleCom Client from within a network which is connected to the Internet through an IP Masquerade you must forward the appropriate ports to the PC behind the masquerade. Step 1: You need to have root or su access. Step 2: Find the ipmasqadm rpm for ipchains or the ipautofw rpm if you're using ipfwadm and install the RPM (if not already installed... can be found at rpmfind.net) Step 3: For IP Chains use this command set: ipmasqadm autofw -A -v -r udp 2300 2400 -h www.xxx.yyy.zzz ipmasqadm autofw -A -v -r tcp 2300 2400 -h www.xxx.yyy.zzz ipmasqadm autofw -A -v -r tcp 47624 47624 -h www.xxx.yyy.zzz ipmasqadm autofw -A -v -r udp 47624 47624 -h www.xxx.yyy.zzz ipmasqadm autofw -A -v -r udp 28800 28900 -h www.xxx.yyy.zzz For ipfwadm: ipautofw -A -v -r udp 2300 2400 -h www.xxx.yyy.zzz ipautofw -A -v -r tcp 2300 2400 -h www.xxx.yyy.zzz ipautofw -A -v -r tcp 47624 47624 -h www.xxx.yyy.zzz ipautofw -A -v -r udp 47624 47624 -h www.xxx.yyy.zzz ipautofw -A -v -r udp 28800 28900 -h www.xxx.yyy.zzz You should replace www.xxx.yyy.zzz with the IP Address of the PC behind the masquerade that will be running the BattleCom Client. Now as these lines seem to be a little not so common, i have trouble to translate them into some freebsd compatible format. I have read lots of Documents about freebsd and linux firewalling, but still have trouble finding out, just WHAT THESE LINES ARE TELLING THE FIREWALL TO DO!! So if somebody please could come up with an explanation or even a freebsd compatible version of these lines, i would be really thankfull. cu and thx in advance FHM For our snoopbots: Sabotage Bomb Plutonium White House Assassin warhead Viruses poison gas Libya Iraq Militia rape mass murder drugs NSA CIA Katjuscha cocaine heroin AZT RAF Castor Interim Mao PDS Auschwitzlie communists Lai Stalin crack dealer Ho Chi Minh MAD ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:20: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.cgu.chel.su [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 304C337B88D for ; Sat, 27 May 2000 03:19:41 -0700 (PDT) (envelope-from ilia@cgu.chel.su) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.9.3/8.9.2) with ESMTP id QAA47931; Sat, 27 May 2000 16:18:01 +0600 (ESS) (envelope-from ilia@cgu.chel.su) Received: from localhost (ilia@localhost) by mail.cgu.chel.su (8.9.3/8.8.6) with ESMTP id QAA17462; Sat, 27 May 2000 16:21:15 +0600 (ESS) Date: Sat, 27 May 2000 16:21:15 +0600 (ESS) From: "Ilia E. Chipitsine" To: Mark Ovens Cc: questions@freebsd.org Subject: Re: user-ppp and "set log" In-Reply-To: <20000527095103.A233@parish> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > You can't. From ppp(8) > > The default is ``set log local'' (i.e., only the un-maskable warn- > ing, error and alert output). > > Which, if you think about it, makes sense. If your chat script fails > for any reason you want to know about it, yes? > no, I don't care. there's a reason: I wrote an awk program, which catches ppp's log (thank to syslog.conf !). I want all the ppp's log go to STDIN of my program, there's simply nobody who reads logs. BTW, how can I catch uucp's log ?! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:30:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.worldnet.net (nemesis.worldnet.net [195.3.3.18]) by hub.freebsd.org (Postfix) with ESMTP id 7BC3237B95C for ; Sat, 27 May 2000 03:30:35 -0700 (PDT) (envelope-from pcasidy@worldnet.fr) Received: from m1.worldnet.net (m1.worldnet.net [195.3.3.5]) by nemesis.worldnet.net (8.9.3/8.9.3) with ESMTP id MAA11248 for ; Sat, 27 May 2000 12:30:59 +0200 (CEST) Received: from greatoak.home (p14-002.province.worldnet.fr [195.3.14.2]) by m1.worldnet.net (8.9.3/8.9.3) with ESMTP id MAA18960 for ; Sat, 27 May 2000 12:30:25 +0200 (CEST) Received: (from pcasidy@localhost) by greatoak.home (8.9.3/8.9.3) id MAA00418 for freebsd-questions@freebsd.org; Sat, 27 May 2000 12:29:42 +0200 (CEST) (envelope-from pcasidy) Message-Id: <200005271029.MAA00418@greatoak.home> Date: Sat, 27 May 2000 12:29:42 +0200 (CEST) From: Philippe CASIDY Subject: FreeBSD 4.0 RELEASE and xdm To: FreeBSD Questions MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi! I encounter a strange behavior with xdm. I am doing an installation of FreeBSD 4.0 RELEASE on a new hard drive (I am currently using FreeBSD 3.4). After installing XFree using sysinstall, I have modified /etc/ttys to activate xdm: ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure Then I kill -HUP 1 to rescan ttys. xdm starts. First stangre behavior is that the name of the window is : "W Window System" instead of the hostname. Then, if I try to logon, xdm starts again to ask me again a login and password. If I check the .xsession-errors file of the user, I can read: Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server Error: Can't open display: :0 This messages appears when xsm tries to start. Another behavior is that if that xdm does not allow me to start a failsafe session by depressing F1 instead of return after password. I would really appreciate any hints! Bye. Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:31:34 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwb.pacific.net.hk (cwb.pacific.net.hk [202.14.67.92]) by hub.freebsd.org (Postfix) with ESMTP id 45D8E37B88D for ; Sat, 27 May 2000 03:31:32 -0700 (PDT) (envelope-from alexkwan@pacific.net.hk) Received: from kwaifong.pacific.net.hk (kwaifong.pacific.net.hk [202.14.67.7]) by cwb.pacific.net.hk with ESMTP id SAA17874 for ; Sat, 27 May 2000 18:31:31 +0800 (HKT) Received: from alexkwan (ppp189.dyn29.pacific.net.hk [202.64.29.189]) by kwaifong.pacific.net.hk with SMTP id SAA09517 for ; Sat, 27 May 2000 18:31:23 +0800 (HKT) Message-ID: <001301bfc7c6$c9228d00$bd1d40ca@alexkwan> From: "Alex Kwan" To: Subject: KDE's configue file Date: Sat, 27 May 2000 18:31:46 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! (1) Do the KDE have configue file like .fvwm95rc of fvwm95? (2) If yes, what is the name and location? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:46:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-out1.bellatlantic.net (smtp-out1.bellatlantic.net [199.45.39.156]) by hub.freebsd.org (Postfix) with ESMTP id 273D637B964 for ; Sat, 27 May 2000 03:46:29 -0700 (PDT) (envelope-from zicc@bellatlantic.net) Received: from bellatlantic.net (adsl-151-201-20-104.bellatlantic.net [151.201.20.104]) by smtp-out1.bellatlantic.net (8.9.1/8.9.1) with ESMTP id GAA27015 for ; Sat, 27 May 2000 06:46:22 -0400 (EDT) Message-ID: <392FA798.7A396A3C@bellatlantic.net> Date: Sat, 27 May 2000 06:46:48 -0400 From: Chad Ziccardi X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: make buildworld WAS: Re: make release References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> <392F92E0.3BEAA611@3-cities.com> <20000527185515.D32417@freebie.lemis.com> <392F96FE.D92E03BA@3-cities.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: (speaking about a few 486's) > I've used CVS but not enough to remember the proper terminology. What > has my interest is getting people started with 4.0-Stable. A build > world of some of these machines won't take forever but it's close :). Speaking of forever... I have a P133, 16mb ram I use as a samba server for my home networks, it was runnign 4.0-R, and I cvsup'd to 4.0-S (src-all, ports-all). I then "make -j4 buildworld &> /net/logs/buildworld.log" it has been going for over 54 hours. Is this normal? On my other machine (750 Athlon, 512 ram) it took about an hour and a half to make world, is there much of a difference? Or is my P133 that slow? Are there any ways can I speed it (make buildworld) up? --CZ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:51:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 1984D37B6BC for ; Sat, 27 May 2000 03:51:38 -0700 (PDT) (envelope-from karelj@wop21.wop.wtb.tue.nl) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.9.3/8.9.3) id MAA12744; Sat, 27 May 2000 12:51:16 +0200 (CEST) (envelope-from karelj) Date: Sat, 27 May 2000 12:51:15 +0200 From: "Karel J. Bosschaart" To: Erik de Zeeuw Cc: questions@freebsd.org Subject: Re: where is linux procfs ? Message-ID: <20000527125115.A12701@wop21.wop.wtb.tue.nl> Reply-To: K.J.Bosschaart@tue.nl References: <392C47F9.63B61F6C@usishealth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <392C47F9.63B61F6C@usishealth.com>; from erik@usishealth.com on Wed, May 24, 2000 at 04:22:01PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, May 24, 2000 at 04:22:01PM -0500, Erik de Zeeuw wrote: > The VMWare port is asking me for the linux proc > filesystem. > Does someone know where I can find the linux procfs ? Use the 'unofficial port' which can be found at http://people.freebsd.org/~knu/ports/emulators/ It works for me on 4.0-Stable. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:53: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from isb.comsats.net.pk (comsats.net.pk [210.56.8.10]) by hub.freebsd.org (Postfix) with ESMTP id E055637B620 for ; Sat, 27 May 2000 03:52:59 -0700 (PDT) (envelope-from ciit009@comsats.net.pk) Received: from bdc1 ([210.56.9.208]) by isb.comsats.net.pk (8.9.3+Sun/8.9.1) with SMTP id PAA14701 for ; Sat, 27 May 2000 15:51:19 +0500 (PKT) Message-ID: <000801bfc7c9$e9ba5540$d200a8c0@bdc1> From: "CIIT09" To: Subject: YPSERV Date: Sat, 27 May 2000 15:54:19 +0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BFC7F3.D1370ED0" 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_01BFC7F3.D1370ED0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi! I have been trying to configure NIS on FreeBSD 2.2.5. can you tell mw = howto start a ypserv deamon and why my ypinit command is not working pls your early response is highly appreciated salma salma@ciit.edu.pk ------=_NextPart_000_0005_01BFC7F3.D1370ED0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi!
I have been trying to configure NIS on = FreeBSD=20 2.2.5. can you tell mw howto start a ypserv deamon and why my ypinit = command is=20 not working
 
pls your early response is highly=20 appreciated
 
 
salma
 
salma@ciit.edu.pk
------=_NextPart_000_0005_01BFC7F3.D1370ED0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 3:56:17 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id BE02D37B620 for ; Sat, 27 May 2000 03:56:09 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12veFm-0008eJ-00; Sat, 27 May 2000 12:55:38 +0200 Date: Sat, 27 May 2000 12:55:38 +0200 From: Marc Silver To: garompa69@usa.net Cc: freebsd-questions@freebsd.org Subject: Re: 5.0-Release Scheduled date & Cardbus support on 5.0-Release Message-ID: <20000527125538.R2219@draenor.org> References: <20000527061743.15960.qmail@nw173.netaddress.usa.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000527061743.15960.qmail@nw173.netaddress.usa.net>; from garompa69@usa.net on Sat, May 27, 2000 at 12:17:43AM -0600 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, 5.0-RELEASE is still a *long* way away from a release date. If you want to see if your hardware is supported, then please see http://www.freebsd.org and look at the Release Information. :) Cheers, Marc On Sat, May 27, 2000 at 12:17:43AM -0600, garompa69@usa.net wrote: > Hello, > > I wish to know if there is a date scheduled for 5.0 release. I would also > wish to know if there will be support for PCMCIA Cardbus cards on 5.0 Release > ( cardbus support in general, and specifically for 3com 3C562 pcmcia cards). > > Please CC my email address (garompa69@usa.net) in the reply, since I'm > not subscribed to the freebsd-questions mailing list. > > Thank you in advance. > > Charly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 4: 7:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from merganser.its.uu.se (merganser.its.uu.se [130.238.6.236]) by hub.freebsd.org (Postfix) with ESMTP id D8D2237B991 for ; Sat, 27 May 2000 04:07:34 -0700 (PDT) (envelope-from ertr1013@student.csd.uu.se) Received: from regulus.student.UU.SE ([130.238.5.2]:46226 "HELO ertr1013.student.csd.uu.se") by merganser.its.uu.se with SMTP id ; Sat, 27 May 2000 13:07:16 +0200 Received: (qmail 20412 invoked by uid 1001); 27 May 2000 11:06:51 -0000 Date: Sat, 27 May 2000 13:06:51 +0200 From: Erik Trulsson To: Chad Ziccardi Cc: questions@FreeBSD.ORG Subject: Re: make buildworld WAS: Re: make release Message-ID: <20000527130651.A20396@student.csd.uu.se> Mail-Followup-To: Chad Ziccardi , questions@FreeBSD.ORG References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> <392F92E0.3BEAA611@3-cities.com> <20000527185515.D32417@freebie.lemis.com> <392F96FE.D92E03BA@3-cities.com> <392FA798.7A396A3C@bellatlantic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392FA798.7A396A3C@bellatlantic.net>; from zicc@bellatlantic.net on Sat, May 27, 2000 at 06:46:48AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 06:46:48AM -0400, Chad Ziccardi wrote: > Kent Stewart wrote: (speaking about a few 486's) > > I've used CVS but not enough to remember the proper terminology. What > > has my interest is getting people started with 4.0-Stable. A build > > world of some of these machines won't take forever but it's close :). > > > Speaking of forever... > > I have a P133, 16mb ram I use as a samba server for my home networks, it > was runnign 4.0-R, and I cvsup'd to 4.0-S (src-all, ports-all). > > I then "make -j4 buildworld &> /net/logs/buildworld.log" it has been going > for over 54 hours. Is this normal? On my other machine (750 Athlon, 512 > ram) it took about an hour and a half to make world, is there much of a > difference? Or is my P133 that slow? Are there any ways can I speed it > (make buildworld) up? It shouldn't take that long. On my P133, 48MB RAM, 'make -j2 world' takes a little over 8 hours. My guess is that your machine is busy swapping. Try without the '-j4' switch. That should reduce the memory demands and thus reduce swapping. (The -jN switch only speeds things up if you have enough memory to keep all the processes in core at once.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 4:13:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nemesis.worldnet.net (nemesis.worldnet.net [195.3.3.18]) by hub.freebsd.org (Postfix) with ESMTP id 613E137B620 for ; Sat, 27 May 2000 04:13:31 -0700 (PDT) (envelope-from pcasidy@worldnet.fr) Received: from m3.worldnet.net (m3.worldnet.net [195.3.3.7]) by nemesis.worldnet.net (8.9.3/8.9.3) with ESMTP id NAA15487; Sat, 27 May 2000 13:12:39 +0200 (CEST) Received: from greatoak.home (p14-007.province.worldnet.fr [195.3.14.7]) by m3.worldnet.net (8.9.3/8.9.3) with ESMTP id NAA11042; Sat, 27 May 2000 13:12:11 +0200 (CEST) Received: (from pcasidy@localhost) by greatoak.home (8.9.3/8.9.3) id NAA00781; Sat, 27 May 2000 13:11:27 +0200 (CEST) (envelope-from pcasidy) Message-Id: <200005271111.NAA00781@greatoak.home> Date: Sat, 27 May 2000 13:11:27 +0200 (CEST) From: Philippe CASIDY Subject: Re: FreeBSD 4.0 RELEASE and xdm To: mark@dogma.freebsd-uk.eu.org Cc: freebsd-questions@freebsd.org In-Reply-To: <20000527115956.M233@parish> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27 May, Mark Ovens wrote: > > This sounds familiar, check the mail archives. IIRC it's to do with > the perms on ~/.xsession. Either that or you need ``xhost '' > in .xsession. > > I have no .xsession yet. Therefore, xdm tries to start xsm. I do not why this used to work before 4.0. Thanks for your prompt reply! Have a nice day! Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 4:42:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id A7EF037B9DB for ; Sat, 27 May 2000 04:42:52 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id EAA77578; Sat, 27 May 2000 04:42:46 -0700 (PDT) (envelope-from jim@freeze.org) Date: Sat, 27 May 2000 04:42:46 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Donald and Rosalyn Fast Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Widespread panics on install of 4.0 -solved (at least partly) In-Reply-To: <000001bfc785$ce4269e0$9232e8d8@bc.hsia.telus.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: d_rfast@telus.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Donald and Rosalyn Fast wrote: > Thanks Jim, > > I changed the BIOS timing for memory to be less aggressive - still no success in installing. > I removed case cover, and put a portable fan blowing over CPU this lowered CPU temp from > 49 deg C to 34 deg C and MB temp from 35 deg C to 24 deg C and SUCCESSFULLY INSTALLED. > > It is time for a small hardware upgrade of a new case and cooling fan(s). > > I then configured and browsed FreeBSD for 30 minutes until I got a panic when installing > GNOME (after installing multiple dependencies, but not yet finished). > (successfully ran fsck to fix the damage) > > 30 minutes is about twice as long as any previous use. So I think I am getting somewhere. > > thanks again, Wow, after lowering my clock speed, I didn't think that heating was that big of a problem. Glad to hear things are at least installing now. However, I think you are going to have to lower your cpu clock speed (ie the cpu multiplier) for this thing to work reliably. I am curious as to just how much. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 5:24:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id B29EC37B64B; Sat, 27 May 2000 05:24:10 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id FAA01286; Sat, 27 May 2000 05:22:22 -0700 (PDT) Message-ID: <392FBF0E.61D922B7@telocity.com> Date: Sat, 27 May 2000 08:26:54 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Matthew Hunt Cc: -current , -questions Subject: Re: Kernel making problems References: <392DE861.867E9418@telocity.com> <20000526112710.A63950@wopr.caltech.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Hunt wrote: > > On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: > > > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c > > aicasm_gram.c > > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: > > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' > > ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' > > I had the same problem. It looks like the following procedure > fixes it: > > Make sure your source tree is up to date. > cd /usr/src > make includes > > Do the config/make depend/make bit again. > > Matt ok. that seems to have cured the problem in "make depend", but now i'm finding a different problem in "make": cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s /tmp/ccd70154.s: Assembler messages: /tmp/ccd70154.s:796: Error: operands given don't match any known 386 instruction /tmp/ccd70154.s:861: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/kashmir. Any ideas? I don't have a clue. Does anyone have a spare clue I could use to get this kernel made? TIA. -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 5:30:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Mail.Lviv.UA (Omega.UAR.Net [193.124.228.39]) by hub.freebsd.org (Postfix) with ESMTP id 117F637B9DB for ; Sat, 27 May 2000 05:30:29 -0700 (PDT) (envelope-from peleh@Omega.ICMP.Lviv.UA) Received: from localhost (peleh@localhost) by Mail.Lviv.UA (8.9.1/8.9.1) with SMTP id PAA22751 for ; Sat, 27 May 2000 15:30:23 +0300 (EEST) Date: Sat, 27 May 2000 15:30:23 +0300 (EEST) From: Roman Peleh To: questions@freebsd.org Subject: Problem with keyboard. Message-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 new to FreeBSD and I have the following problem after install FreeBSD 3.4 Release and chanche smth in the kernel. I would like that up button on keyboard show me the previous command and the down button show me the next command. And also I would like not to see on all ttyv* console where I am working that on the other console root login. If somebody can help me please write to me. Thank you in advance. Petro Pelekh. From Lviv. Ukaine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 5:46: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id D333737B64B for ; Sat, 27 May 2000 05:46:04 -0700 (PDT) (envelope-from otterr@TELOCITY.COM) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id FAA02414; Sat, 27 May 2000 05:43:18 -0700 (PDT) Message-ID: <392FC3F7.8C107421@telocity.com> Date: Sat, 27 May 2000 08:47:51 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Roman Peleh Cc: questions@FreeBSD.ORG Subject: Re: Problem with keyboard. References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Roman Peleh wrote: > > I am new to FreeBSD and I have the following problem after install FreeBSD > 3.4 Release and chanche smth in the kernel. I would like that up button on > keyboard show me the previous command and the down button show me the next > command. And also I would like not to see on all ttyv* console where I am > working that on the other console root login. If somebody can help me > please write to me. > Thank you in advance. > Petro Pelekh. > >From Lviv. > Ukaine. > Roman, For your up arrow, you're referring to command history. That's a feature of your shell. I'm not sure which ones have the capability to do it, but i know bash, zsh, and i think tcsh all do it by default. If you prefer to use another shell, check the man pages for options. I'm not sure I understand what you're saying about working tty's and root logins though. -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 6:30:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from Mail.Lviv.UA (Omega.UAR.Net [193.124.228.39]) by hub.freebsd.org (Postfix) with ESMTP id 8B35137B51F for ; Sat, 27 May 2000 06:30:52 -0700 (PDT) (envelope-from peleh@Omega.ICMP.Lviv.UA) Received: from localhost (peleh@localhost) by Mail.Lviv.UA (8.9.1/8.9.1) with SMTP id QAA13421 for ; Sat, 27 May 2000 16:30:44 +0300 (EEST) Date: Sat, 27 May 2000 16:30:44 +0300 (EEST) From: Roman Peleh To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Excuse that I ask you again but if you can please answer the foolowing question . When I am working I receive the folowing error Fatal trap: page fault while in kernel mode and after some time my machine reboot by itself If somebody can help please help. Thank you in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 6:42:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id C141B37B565 for ; Sat, 27 May 2000 06:42:25 -0700 (PDT) (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 12vgr8-000NO7-00; Sat, 27 May 2000 14:42:22 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12vgr8-000ETU-00; Sat, 27 May 2000 14:42:22 +0100 Date: Sat, 27 May 2000 14:42:22 +0100 From: Ben Smithurst To: "Mark A. Hummel" Cc: freebsd-questions Subject: Re: make install problem ??? Message-ID: <20000527144222.B32603@strontium.scientia.demon.co.uk> References: <392F0900.D5D6A003@ispchannel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <392F0900.D5D6A003@ispchannel.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mark A. Hummel wrote: >

What am I doing wrong???  Thanks in advance, Sending HTML mail is the first thing you're doing wrong, as you'll find many people here using Unix mailers can't read it. Please use plain text next time. Thanks. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 7: 2:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2a.ispchannel.com (smtp.ispchannel.com [24.142.63.7]) by hub.freebsd.org (Postfix) with ESMTP id 1590C37BA6F for ; Sat, 27 May 2000 07:02:35 -0700 (PDT) (envelope-from mhumm@ispchannel.com) Received: from ispchannel.com ([208.170.159.57]) by smtp2a.ispchannel.com (InterMail vK.4.02.00.00 201-232-116 license 7d3764cdaca754bf8ae20adf0db2aa60) with ESMTP id <20000527140357.ETNS17546.smtp2a@ispchannel.com> for ; Sat, 27 May 2000 07:03:57 -0700 Message-ID: <392FD5A9.4A4EC3D@ispchannel.com> Date: Sat, 27 May 2000 09:03:21 -0500 From: "Mark A. Hummel" Organization: Innovative Solutions X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions Subject: Why can't I cd to some of my directories? 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'm re-sending this in plain text... sorry about the html codes in the last post. Sometimes when I try to cd to a directory like /usr/local/... I get an error message reading: Can't cd to ... I then try to cd one level down at a time. cd /usr then pwd to find out I actually made the trip. Then cd local and I get something like, "Sorry, can't cd to /usr/local." Why? I'm logged in as root. Now that I'm thinking about it, after I mount my CD ROM, I can see the files on it and everything, but, for some reason, I can't unmount it and I can't get back to a directory on my BSD hard drive where root is mounted. What's up? BTW, I'm sure you'll all be happy to know that I just got an email confirmation that my Complete FreeBSD 4.0 Book was shipped yesterday (May 26) from Walnut Creek. Thanks Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 7:17: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gekko.i-clue.de (server.ms-agentur.de [62.153.134.194]) by hub.freebsd.org (Postfix) with ESMTP id 2FDAC37B68A for ; Sat, 27 May 2000 07:16:57 -0700 (PDT) (envelope-from so@server.i-clue.de) Received: from i-clue.de (automatix.i-clue.de [192.168.0.112]) by gekko.i-clue.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id SAA00881; Sat, 27 May 2000 18:19:27 +0200 Message-ID: <392FD8F9.932BABDD@i-clue.de> Date: Sat, 27 May 2000 16:17:29 +0200 From: Christoph Sold Organization: i-clue interactive GmbH X-Mailer: Mozilla 4.72 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: BrentAHughes@aol.com Cc: questions@FreeBSD.ORG Subject: Re: boot floppies References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG BrentAHughes@aol.com wrote: > Hello, I have tried the following procedure about 10 or 15 times in a number > of ways and I cannot get it to work.... I used Winimage to extract the iso > file to my hard drive on my win98 box. I also used NTI cd-Maker to create a > cd from the iso. I am using the 4.0 iso image release. I have tried to > create the floppies from the extraction on my hard drive and from the cd I > created. Neither has worked. The machine that I want to install the OS on > is not cd-Rom bootable. It is an old 486 w/ 2x cd-Rom. The kern.flp and > mfsroot.flp files appear too large to install on floppies anyway as they are > 1.47 megs plus. I do not understand.... Read the instructions to the last point. It seems you've missed the section where it says "Don't use Netscape or IE5 to download the floppy images. Use the RAWWRITE.EXE program to create the floppies". HTH -Christoph Sold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 7:24: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cwb.pacific.net.hk (cwb.pacific.net.hk [202.14.67.92]) by hub.freebsd.org (Postfix) with ESMTP id 1154837BA6A for ; Sat, 27 May 2000 07:24:04 -0700 (PDT) (envelope-from alexkwan@pacific.net.hk) Received: from tsingyi.pacific.net.hk (tsingyi.pacific.net.hk [202.14.67.240]) by cwb.pacific.net.hk with ESMTP id WAA15014 for ; Sat, 27 May 2000 22:24:02 +0800 (HKT) Received: from alexkwan (ppp140.dyn30.pacific.net.hk [202.64.30.140]) by tsingyi.pacific.net.hk with SMTP id WAA00579 for ; Sat, 27 May 2000 22:23:55 +0800 (HKT) Message-ID: <005b01bfc7e7$44542040$8c1e40ca@alexkwan> From: "Alex Kwan" To: Subject: Re: Hidden File Date: Sat, 27 May 2000 22:24:16 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi How to view and edit a hidden file and make a normal file to be a hidden file? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 7:26:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from lavinia.marauder.tm (lavinia.marauder.tm [203.41.79.2]) by hub.freebsd.org (Postfix) with ESMTP id 9E12137BA95 for ; Sat, 27 May 2000 07:26:19 -0700 (PDT) (envelope-from marauder@lavinia.marauder.tm) Received: (from marauder@localhost) by lavinia.marauder.tm (8.9.3/8.9.3) id AAA12662 for freebsd-questions@freebsd.org; Sun, 28 May 2000 00:28:17 +1000 (EST) (envelope-from marauder) Date: Sun, 28 May 2000 00:28:15 +1000 From: Matt Beauregard To: freebsd-questions@freebsd.org Subject: bootp errors Message-ID: <20000528002815.Q264@marauder.tm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i X-tra: mail header Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG not sure if this is the right list, but any pointers appreciated... i'm trying to netboot a multia using freebsd as the bootp server, and am receiving error msgs like: bootpd: info(6): recvd pkt from IP addr 0.0.0.0 bootpd: info(6): ignoring request for server 203.41.79.2 from client at Ethernet address 08:00:2B:E2:BA:50 /etc/bootptab: muttlia:\ :bf=boot:\ :hd=/tftpboot:\ :ht=1:ha="08:00:2B:E2:BA:50":\ :ip=203.41.79.9:\ :sa=203.41.79.2:\ :sm=255.255.255.0: the request from the multia is something like: U 0.0.0.0:68 -> 255.255.255.255:67 ..............................+..P..........203.41.79.2............... ...................................................................... ...................................................................... ..........................c.Sc........................................ .................... thanks in advance, -- Rev Dr Matt Beauregard Professional entropist and all-round family man Available for children's parties To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 7:49:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 8BD8337BBE8 for ; Sat, 27 May 2000 07:49:26 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000527144925.WNSP22611.mail.rdc1.va.home.com@john.baldwin.cx>; Sat, 27 May 2000 07:49:25 -0700 Content-Length: 1070 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: <392F96FE.D92E03BA@3-cities.com> Date: Sat, 27 May 2000 10:49:25 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Kent Stewart Subject: Re: make release Cc: questions@FreeBSD.ORG Message-Id: <20000527144925.WNSP22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-May-00 Kent Stewart wrote: > I've used CVS but not enough to remember the proper terminology. What > has my interest is getting people started with 4.0-Stable. A build > world of some of these machines won't take forever but it's close :). > I know most of them will go with the CD subscription if I can get them > interested. Do note that daily builds of 4.x are performed and put up for FTP installation at releng4.FreeBSD.org. -current snapshots are available from current.FreeBSD.org as well. If you have the bandwidth, it's probably easier to just install from those machines instead of going to the hassle of rolling your own release. > I was looking for the repository on the 4.0 disk and didn't see it. My > subscription started with 3.1. I'm looking at CD#2 now. I'll start > with the most recent version. Then, cvsup won't take so long. > > Thanks, > > Kent -- 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 Sat May 27 8: 3:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (edtnes12.telus.net [199.185.220.112]) by hub.freebsd.org (Postfix) with ESMTP id 5CCE937B5ED for ; Sat, 27 May 2000 08:03:19 -0700 (PDT) (envelope-from d_rfast@telus.net) Received: from alpha ([216.232.50.146]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000527150318.NSXC24791.priv-edtnes12-hme0.telusplanet.net@alpha>; Sat, 27 May 2000 09:03:18 -0600 Reply-To: From: "Donald and Rosalyn Fast" To: "R Joseph Wright" Cc: Subject: RE: Widespread panics on install of 4.0 -solved (at least partly) Date: Sat, 27 May 2000 08:03:19 -0700 Message-ID: <000801bfc7ec$b14ebd40$9232e8d8@bc.hsia.telus.net> 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.2377.0 In-Reply-To: <20000526235539.A65933@manatee.mammalia.org> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Joseph, When I bought the CPU, I had to install the fan. (Well I didn't - but they did not have any heat conducting tape or compound between fan and CPU). I have the CPU voltage set correctly. Maybe I should bump it up 0.1V. Would a big package install of GNOME plus something like A... or Enlight... count (lots of ftp files, lots of depedencines getting installed) as 'pushing it'? > -----Original Message----- > From: R Joseph Wright [mailto:rjoseph@mammalia.org] > Sent: Friday, May 26, 2000 11:56 PM > To: Donald and Rosalyn Fast > Subject: Re: Widespread panics on install of 4.0 -solved (at least > partly) > > > On Fri, May 26, 2000 at 07:46:49PM -0700, Donald and Rosalyn Fast wrote: > > Thanks Jim, > > > > I changed the BIOS timing for memory to be less aggressive - still no success in installing. > > I removed case cover, and put a portable fan blowing over CPU this lowered CPU temp from > > 49 deg C to 34 deg C and MB temp from 35 deg C to 24 deg C and SUCCESSFULLY INSTALLED. > > > > It is time for a small hardware upgrade of a new case and cooling fan(s). > > > > I then configured and browsed FreeBSD for 30 minutes until I got a panic when installing > > GNOME (after installing multiple dependencies, but not yet finished). > > (successfully ran fsck to fix the damage) > > > > 30 minutes is about twice as long as any previous use. So I think I am getting somewhere. > > > > thanks again, > > > > Donald Fast > > Make sure you have the voltage set correctly. I have a K6-450 and > discovered that AMD manufactured this chip with two voltage levels, > 2.2 and 2.4 volts. My motherboard manual said to set it at 2.2. > This caused me problems until I changed it to 2.4. Remove the heatsink > and read the correct voltage directly off the chip. > > After I changed mine to 2.4 volts, things got much better. However, > I think the cooling is still inadequate. It still panics when pushed, > almost inevitably whenever I try to compile a "big" X program, such as > Mozilla. > > Speaking of cooling systems, has anyone used a peltier cooler? I've > seen these things for sale, and if the advertisements are to be > believed, it could be just the thing to stabilize it for good. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 8: 5:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (edtnes12.telus.net [199.185.220.112]) by hub.freebsd.org (Postfix) with ESMTP id 73CF037B5ED for ; Sat, 27 May 2000 08:05:13 -0700 (PDT) (envelope-from d_rfast@telus.net) Received: from alpha ([216.232.50.146]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.02.11 201-229-116-111) with SMTP id <20000527150512.NSYV24791.priv-edtnes12-hme0.telusplanet.net@alpha>; Sat, 27 May 2000 09:05:12 -0600 Reply-To: From: "Donald and Rosalyn Fast" To: "Jim Freeze" Cc: Subject: RE: Widespread panics on install of 4.0 -solved (at least partly) Date: Sat, 27 May 2000 08:05:13 -0700 Message-ID: <000901bfc7ec$f58051e0$9232e8d8@bc.hsia.telus.net> 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.2377.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay. I'll have to bite the bullet and lower the multiplier. (I was hoping to be able to leave it at its proper speed). > -----Original Message----- > From: Jim Freeze [mailto:jim@freeze.org] > Sent: Saturday, May 27, 2000 4:43 AM > To: Donald and Rosalyn Fast > Cc: freebsd-questions@FreeBSD.ORG > Subject: RE: Widespread panics on install of 4.0 -solved (at least > partly) > > > > On Fri, 26 May 2000, Donald and Rosalyn Fast wrote: > > > Thanks Jim, > > > > I changed the BIOS timing for memory to be less aggressive - still no success in installing. > > I removed case cover, and put a portable fan blowing over CPU this lowered CPU temp from > > 49 deg C to 34 deg C and MB temp from 35 deg C to 24 deg C and SUCCESSFULLY INSTALLED. > > > > It is time for a small hardware upgrade of a new case and cooling fan(s). > > > > I then configured and browsed FreeBSD for 30 minutes until I got a panic when installing > > GNOME (after installing multiple dependencies, but not yet finished). > > (successfully ran fsck to fix the damage) > > > > 30 minutes is about twice as long as any previous use. So I think I am getting somewhere. > > > > thanks again, > > > Wow, after lowering my clock speed, I didn't think that heating was that > big of a problem. Glad to hear things are at least installing now. > > However, I think you are going to have to lower your cpu > clock speed (ie the cpu multiplier) for this thing to work reliably. > > I am curious as to just how much. > > Jim > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 8: 9: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 012B337B6D4; Sat, 27 May 2000 08:09:01 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx>; Sat, 27 May 2000 08:09:00 -0700 Content-Length: 1779 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: <392FBF0E.61D922B7@telocity.com> Date: Sat, 27 May 2000 11:09:00 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: Otter , imp@FreeBSD.org Subject: Re: Kernel making problems Cc: -questions , Cc: -questions , -current Message-Id: <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-May-00 Otter wrote: > Matthew Hunt wrote: >> >> On Thu, May 25, 2000 at 10:58:41PM -0400, Otter wrote: >> >> > cc -ffast-math -pipe -march=pentiumpro -O3 -I/usr/include -I. -c >> > aicasm_gram.c >> > In file included from ../../dev/aic7xxx/aicasm_gram.y:40: >> > ../../dev/aic7xxx/aicasm.h:44: syntax error before `struct' >> > ../../dev/aic7xxx/aicasm.h:53: syntax error before `struct' >> >> I had the same problem. It looks like the following procedure >> fixes it: >> >> Make sure your source tree is up to date. >> cd /usr/src >> make includes >> >> Do the config/make depend/make bit again. >> >> Matt > > ok. that seems to have cured the problem in "make depend", but now i'm > finding a different problem in "make": > > cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi > -nostdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include > opt_global.h -elf -mpreferred-stack-boundary=2 > ../../i386/i386/bioscall.s > /tmp/ccd70154.s: Assembler messages: > /tmp/ccd70154.s:796: Error: operands given don't match any known 386 > instruction > /tmp/ccd70154.s:861: Error: operands given don't match any known 386 > instruction > *** Error code 1 > > Stop in /usr/src/sys/compile/kashmir. > > Any ideas? I don't have a clue. Does anyone have a spare clue I could > use to get this kernel made? TIA. > -Otter You need to build and install a new world before a new kernel. It looks like this needs to go into src/UPDATING. -- 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 Sat May 27 8:17:17 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 5645537B5DF for ; Sat, 27 May 2000 08:17:14 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e4RFpm027496; Sat, 27 May 2000 08:51:48 -0700 (PDT) Date: Sat, 27 May 2000 08:51:48 -0700 From: Alfred Perlstein To: "Mark A. Hummel" Cc: freebsd-questions Subject: Re: Why can't I cd to some of my directories? Message-ID: <20000527085148.G28594@fw.wintelcom.net> References: <392FD5A9.4A4EC3D@ispchannel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <392FD5A9.4A4EC3D@ispchannel.com>; from mhumm@ispchannel.com on Sat, May 27, 2000 at 09:03:21AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Mark A. Hummel [000527 07:37] wrote: > Greetings, > > I'm re-sending this in plain text... sorry about the html codes in the > last post. > > Sometimes when I try to cd to a directory like /usr/local/... I get an > error message reading: Can't cd to ... > I then try to cd one level down at a time. cd /usr then pwd to find > out I actually made the trip. Then cd local and I get something like, > "Sorry, can't cd to /usr/local." Why? I'm logged in as root. can you ls -l and show us the entry for 'local'? for some reason i have the feeling that it's a symlink to someplace that doesn't exist. > Now that I'm thinking about it, after I mount my CD ROM, I can see the > files on it and everything, but, for some reason, I can't unmount it and > I can't get back to a directory on my BSD hard drive where root is > mounted. What's up? What steps are you taking to accomplish this? You can't really unmount a referenced mount point, so you'll need to make sure you don't have any open files on the mounted filesystem before unmounting, this includes just being in a directory on the mounted media. > BTW, I'm sure you'll all be happy to know that I just got an email > confirmation that my Complete FreeBSD 4.0 Book was shipped yesterday > (May 26) from Walnut Creek. :) -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 8:19:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fellspt.charm.net (fellspt.charm.net [199.0.70.29]) by hub.freebsd.org (Postfix) with ESMTP id 6AABA37B998 for ; Sat, 27 May 2000 08:19:45 -0700 (PDT) (envelope-from dutch@charm.net) Received: from charm.net (coretel-184-245.charm.net [162.33.184.245]) by fellspt.charm.net (8.9.3/8.9.3) with ESMTP id LAA23812; Sat, 27 May 2000 11:19:31 -0400 (EDT) Message-ID: <392FD96C.EFEE0170@charm.net> Date: Sat, 27 May 2000 15:19:24 +0100 From: Dutch Collins X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Alex Kwan Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hidden File References: <005b01bfc7e7$44542040$8c1e40ca@alexkwan> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Alex Kwan wrote: > > Hi > > How to view and edit a hidden file and > make a normal file to be a hidden file? > > Thanks If you mean a file such as, .profile then the following may be a good method. 1) emacs .profile 2) The concept of hidden file in UNIX is not the same as MS products. Do the following, man ls I would try to be more lucid when asking a question like this. -d -- +------------------------------------------------------------------+ | Stuff n. -trappings, essence, junk, things, gear | +------------------------------------------------------------------+ | My site full of Stuff : http://www.charm.net/~dutch | | #2 e-mail [servers do crash] : 2quasimoto@netscape.net | | | |$Id: overly-complex-sig.txt,v 1.0 2000/05/22 18:09:00 dutch Exp $ | +------------------------------------------------------------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 9:26:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mw5.texas.net (mw5.texas.net [206.127.30.15]) by hub.freebsd.org (Postfix) with ESMTP id 971AD37B556 for ; Sat, 27 May 2000 09:26:35 -0700 (PDT) (envelope-from dread@dread.austin.texas.net) Received: from dread.austin.texas.net (tcnet18-030.austin.texas.net [209.99.96.30]) by mw5.texas.net (2.4/2.4) with ESMTP id LAA16952; Sat, 27 May 2000 11:26:28 -0500 (CDT) Received: (from dread@localhost) by dread.austin.texas.net (8.9.3/8.9.3) id LAA30585; Sat, 27 May 2000 11:26:29 -0500 (CDT) (envelope-from dread) 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: <20000524041329.A24750@theo.namodn.com> Date: Sat, 27 May 2000 11:26:21 -0500 (CDT) From: Don Read To: Rob Subject: RE: sendmail delays Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 24-May-00 Rob wrote: > Hello, > > > We are experiencing delays with local delivery on our mail server. > I looked up the message ID's on a couple of the ones I found, and I did > not see anything odd. Here's an example ( names blotted out to protect > the guilty ;) > > maillog.2:May 21 01:05:52 smtp sendmail[79637]: TAA13399: > to=,,,, com>,,, ctladdr= (1143/1143), > delay=1+05:40:10, xdelay=00:00:00, mailer=local, relay=local, stat=Sent > > This seems like a very long delay to me, considering that it was sent > from the same domain. > > I have tried cross-referencing the approx. timestamp in other logs, > but I don't see anything out of the ordinary. What could be causing > delays like this? > What is your load average (uptime) ? and your QueueLA in /etc/sendmail.cf ? -- Don Read dread@texas.net -- The problem with people who have no vices is that you can be sure they're going to have some pretty annoying virtues. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 9:28:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tel.netraam.com (node13c7b.a2000.nl [24.132.60.123]) by hub.freebsd.org (Postfix) with ESMTP id CA1C437B556 for ; Sat, 27 May 2000 09:28:19 -0700 (PDT) (envelope-from ) Received: from root by tel.netraam.com with local (Exim 3.13 #1) id 12vjRi-0009dn-00 for FreeBSD-questions@freebsd.org; Sat, 27 May 2000 18:28:18 +0200 X-Failed-Recipients: maarten@netraam.com From: Mail Delivery System To: FreeBSD-questions@freebsd.org Subject: Mail delivery failed: returning message to sender Message-Id: Date: Sat, 27 May 2000 18:28:18 +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. The following address(es) failed: maarten@netraam.com: generated |IFS=' '&&exec /usr/bin/procmail -f-||exit 75 #maarten: "IFS='" command not found for address_pipe transport ------ This is a copy of the message, including all the headers. ------ Return-path: Received: from dante.high5.net ([194.109.18.218] helo=j ident=mdv) by tel.netraam.com with smtp (Exim 3.13 #1) id 12vjRa-0009dk-00 for maarten@netraam.com; Sat, 27 May 2000 18:28:18 +0200 Message-Id: From: FreeBSD-questions@freebsd.org Bcc: Date: Sat, 27 May 2000 18:28:18 +0200 felp! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 9:36:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nottingham.ac.uk (pat.ccc.nottingham.ac.uk [128.243.40.194]) by hub.freebsd.org (Postfix) with ESMTP id B4AEF37B520 for ; Sat, 27 May 2000 09:36:33 -0700 (PDT) (envelope-from eeytmt@nottingham.ac.uk) Received: from ccw0m.ccc.nottingham.ac.uk ([128.243.220.209]) by nottingham.ac.uk with smtp (Exim 3.13 #2) id 12vjYv-0003Vc-00 for freebsd-questions@freebsd.org; Sat, 27 May 2000 17:35:45 +0100 Received: from gwmail-Message_Server by ccw0m.ccc.nottingham.ac.uk with Novell_GroupWise; Sat, 27 May 2000 17:36:34 +0100 Message-Id: X-Mailer: Novell GroupWise Internet Agent 5.5.3.1 Date: Sat, 27 May 2000 17:36:23 +0100 From: "Mark Todd" To: Subject: Installation Problem Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to install FreeBSD to run along side Windows NT. The installati= on program appears to run without any problems, then informs me that it = will reboot the computer. When the system comes on-line the below message = is displayed. I am unable to find what to do next and would appreciate any = help. >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: No /kernel >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: Possibly relevant system information: IDE1 Primary: 6.8GB Maxtor HDD IDE1 Secondary: None IDE2 Primary: Mitsumi CR4801 IDE2 Secondary: Panasonic 40x CD-ROM Drive Processor: Cyrix MII-300 Memory: 128MB PC-100 Video Card: STB 128 (4MB) The HDD drive contains three partitions: the first is an NTFS partition, = the second is an extended partition(containing 4 partitions) and the third = is the FreeBSD partition. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 10:14:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nell.recompile.com (nell.recompile.com [165.254.60.53]) by hub.freebsd.org (Postfix) with ESMTP id C173237B7C7 for ; Sat, 27 May 2000 10:14:39 -0700 (PDT) (envelope-from griffin@nell.recompile.com) Received: from localhost (griffin@localhost) by nell.recompile.com (8.8.8/8.8.8) with ESMTP id NAA05205 for ; Sat, 27 May 2000 13:13:49 -0400 (EDT) (envelope-from griffin@nell.recompile.com) Date: Sat, 27 May 2000 13:13:47 -0400 (EDT) From: david griffin To: questions@freebsd.org Subject: 4.0 Install Issue Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi- i've been running FreeBSD 2.2.8 on my toshiba portege for awhile now. it was very easy to install. i just booted from the standard floppy and did an FTP install. it had no problem finding my 3Com Megahertz 10bT PCMCIA NIC, even though i wasn't using the PAO boot floppy. when i recently went to install FreeBSD 4.0 on the same machine, with identical hardware, i tried to do it the same way - normal boot disk, FTP install. but the installer didn't see my network card. it's really annoying that something that worked perfectly in 2.2.8 would not work in 4.0. dave *-*-*-*-*-*-*-*-*-*-*-* david s griffin director of tech blue dingo/gb griffin@bluedingo.com 212.358.8080 use the source *-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 10:15: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web2.sea.nwserv.com (web2.sea.nwserv.com [216.145.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 9C80437B54B for ; Sat, 27 May 2000 10:14:58 -0700 (PDT) (envelope-from jim@freeze.org) Received: from localhost (jfreeze@localhost) by web2.sea.nwserv.com (8.9.3/8.9.2) with ESMTP id KAA91233; Sat, 27 May 2000 10:14:56 -0700 (PDT) (envelope-from jim@freeze.org) Date: Sat, 27 May 2000 10:14:56 -0700 (PDT) From: Jim Freeze X-Sender: jfreeze@web2.sea.nwserv.com To: Donald and Rosalyn Fast Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Widespread panics on install of 4.0 -solved (at least partly) In-Reply-To: <000801bfc7ec$b14ebd40$9232e8d8@bc.hsia.telus.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: d_rfast@telus.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 27 May 2000, Donald and Rosalyn Fast wrote: > Joseph, > > When I bought the CPU, I had to install the fan. (Well I didn't - but they did not have > any heat conducting tape or compound between fan and CPU). I have the CPU voltage set > correctly. Maybe I should bump it up 0.1V. > > Would a big package install of GNOME plus something like A... or Enlight... count (lots of ftp files, lots of depedencines getting > installed) as 'pushing it'? > Yes. I believe it was described to me as "failure under load", and it seemed that just about any activity that lasted several seconds was considered a "load". My early attempts at an install failed, usually during the copy from cdrom during the ports install. I really didn't think that lowering my clock speed from 450 to 400 MHz actually kept the chip that much cooler, so I have suspected that the real problem was that the chip was not stable at its rated speed. I also heard that there was a bad batch of K6-2's -- and with my luck -- I got one. And again, I understand that FreeBSD works the hardware more than Windows, so these problems may not show up under windows. However, I don't claim to understand this statement. Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 10:30:20 2000 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-63-194-112-53.dsl.snlo01.pacbell.net (adsl-63-194-112-53.dsl.snlo01.pacbell.net [63.194.112.53]) by hub.freebsd.org (Postfix) with SMTP id 61C7337BA10 for ; Sat, 27 May 2000 10:29:59 -0700 (PDT) (envelope-from bsd@info-logix.com) Received: (qmail 3373 invoked from network); 27 May 2000 17:31:31 -0000 Received: from unknown (HELO ibix) (192.168.1.3) by adsl-63-194-112-53.dsl.snlo01.pacbell.net with SMTP; 27 May 2000 17:31:31 -0000 From: "Hank Wethington" To: "BSD" Subject: Transproxy not working? Date: Sat, 27 May 2000 10:29:37 -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.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings all, I've been working with transproxy over the last couple of days and having a little trouble with it and was hoping you could point me in the right direction, as I have found very little written information about transproxy. First I suppose I should give you my config: FreeBSD 3.4, running natd and IPFW over DSL. Routing for 3 internal machine running win9x/2k. This machine is also running as a mail server (qmail), FTP (NCFtp), and small web server (apache) A friend of mine runs a proxy server that blocks porn. If I put it in each browser it works fine, but alas, too easy to get around. I had been looking for a solution when a BSD friend of mine suggested transproxy. I installed the latest build from the transproxy web site. I am running tproxy as a standalone server. I have verified it is running (top) and verified it is using port 81 (by trying to run it again with similar settings). Here is the command that is running from rc.conf tproxy -s 81 -r nobody proxy.iolwest.com 80 The port for iolwest's proxy is 80 (verified through running the proxy settings on Netscape). I've also added the following IPFW rules 00900 allow tcp from 192.168.1.0/24 to any 80 00910 fwd proxy.iolwest.com,81 tcp from any to any 80 Now I can still browse and do all other internet related tasks, but alas, I still have access to porn, sites I know are blocked because they were blocked when I ran the proxy in Netscape. I did a tcpdump, and it appears that the packets are not being forwarded to tproxy. Have you seen this before? Did I screw up the configuration some how? Do I understand the use of transproxy, that it should allow me to do this? Your help is greatly appreciated. Thanks, Hank Wethington Information Logistics To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 10:30:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from janus.hosting4u.net (janus.hosting4u.net [209.15.2.37]) by hub.freebsd.org (Postfix) with SMTP id A23FA37B7C7 for ; Sat, 27 May 2000 10:30:39 -0700 (PDT) (envelope-from andy@friends-tv.net) Received: (qmail 4743 invoked from network); 27 May 2000 17:30:39 -0000 Received: from jupiter.hosting4u.net (HELO friends-tv.net) (209.15.2.9) by janus.hosting4u.net with SMTP; 27 May 2000 17:30:39 -0000 Received: from blade ([212.41.34.148]) by friends-tv.net ; Sat, 27 May 2000 12:30:36 -0500 Message-ID: <00df01bfc801$8e3e8e10$0100a8c0@blade> From: "Andy Coates" To: Subject: Quota and Apache Logs Puzzle Date: Sat, 27 May 2000 18:30:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I've decided to setup apache to store logfiles in the user's own directory, say ~user/logs. I also want to make those logfiles part of the users quota. Here comes the bit thats stumped me... if I create a virtual host for the user, and I don't create the log directory, apache won't start because the log directory doesn't exist. If I do create the log directory (as root), the normal ownerships for the directory are user root group , which the user can delete, hence if done apache wouldn't start. So if I make ownership root/wheel, the user can't delete it and apache will be fine as the directory will always be there. But.... then the log files will be the ownership of root and won't count in the quota. Its fried my brain trying to work out the right method for this, so I'm writing this to see if anyone out there can help me out with the situation - either correcting where I went wrong or maybe suggesting an alternative. TIA, Andy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 10:42: 9 2000 Delivered-To: freebsd-questions@freebsd.org Received: from post.xecu.net (post.xecu.net [216.127.136.211]) by hub.freebsd.org (Postfix) with ESMTP id 7999C37B7C7 for ; Sat, 27 May 2000 10:42:06 -0700 (PDT) (envelope-from andy@xecu.net) Received: from shell.xecu.net (shell.xecu.net [216.127.136.216]) by post.xecu.net (Postfix) with ESMTP id 85BA14894; Sat, 27 May 2000 13:37:44 -0400 (EDT) Received: from localhost (andy@localhost) by shell.xecu.net (8.8.8+Sun/8.8.8) with ESMTP id NAA26949; Sat, 27 May 2000 13:39:26 -0400 (EDT) X-Authentication-Warning: shell.xecu.net: andy owned process doing -bs Date: Sat, 27 May 2000 13:39:26 -0400 (EDT) From: Andy Dills To: Lowell Gilbert Cc: Doug Barton , freebsd-questions@freebsd.org Subject: Re: promiscuous ethernet In-Reply-To: <44ln0wnnjz.fsf@lowellg.ne.mediaone.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 27 May 2000, Lowell Gilbert wrote: > I *think* he's saying that he's not just taking over an existing > installation, he's going to have to have people coming in who are > configured for, say, their own offices somewhere else on the net, and > have to have their settings work in *his* office. If that's the case, > he can get them up and running on his net, but any services they're > used to using are going to require extra programming (in pretty much > the same sense his idea for DNS did), and some won't work at all (like > printer settings or mail servers -- in that case, they may really > *want* to talk to their "home" server, and there's no way he can do > that). I realize that I may be reading a lot into this, but the fact > that he was snooping the ARP broadcasts to figure out what addresses > to NAT sounds like a bad sign. The fact that he will have to guess > the netmasks is the least of those worries... That was one of the questions I had that I wasn't very sure on; maybe you could shed a little light. My thoughts were this: how much traffic will I need to send to a customer on broadcast and not directly to his IP? In what situations would I need to know the actual netmask? I'm not sure how I feel about ignoring the netmask, so any ideas would be appreciated. Andy xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Andy Dills 301-682-9972 Xecunet, LLC www.xecu.net xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Dialup * Webhosting * E-Commerce * High-Speed Access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 10:46:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id E571337B8B4 for ; Sat, 27 May 2000 10:46:03 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12vkeG-00090i-00; Sat, 27 May 2000 19:45:20 +0200 Date: Sat, 27 May 2000 19:45:20 +0200 From: Marc Silver To: Andy Coates Cc: freebsd-questions@freebsd.org Subject: Re: Quota and Apache Logs Puzzle Message-ID: <20000527194520.T2219@draenor.org> References: <00df01bfc801$8e3e8e10$0100a8c0@blade> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <00df01bfc801$8e3e8e10$0100a8c0@blade>; from andy@friends-tv.net on Sat, May 27, 2000 at 06:30:46PM +0100 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Simple. (or at least I think so). Simply create the directory as root. Leave the permissions as owned by root, and the group wheel. Then, you'll want to enable sticky bit on the directory itself. To do this: chmod 1777 You'll then have a directory that is the equivalent of /tmp, from which users can write to and delete, but cannot remove the directory or files that belong to another user. You'll have to make sure though that the actual log file is owned by the user in the logfile directory. This *should* be a near-perfect solution. Good luck, Cheers, Marc On Sat, May 27, 2000 at 06:30:46PM +0100, Andy Coates wrote: > Hi, > > I've decided to setup apache to store logfiles in the user's own directory, > say ~user/logs. I also want to make those logfiles part of the users quota. > > Here comes the bit thats stumped me... if I create a virtual host for the > user, and I don't create the log directory, apache won't start because the > log directory doesn't exist. If I do create the log directory (as root), the > normal ownerships for the directory are user root group , which the > user can delete, hence if done apache wouldn't start. So if I make ownership > root/wheel, the user can't delete it and apache will be fine as the > directory will always be there. But.... then the log files will be the > ownership of root and won't count in the quota. > > Its fried my brain trying to work out the right method for this, so I'm > writing this to see if anyone out there can help me out with the situation - > either correcting where I went wrong or maybe suggesting an alternative. > > TIA, > Andy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 10:52: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id 253F737B8F9 for ; Sat, 27 May 2000 10:51:49 -0700 (PDT) (envelope-from gabriel_ambuehl-fbquestions@buz.ch) Received: (qmail 15316 invoked from network); 27 May 2000 17:53:39 -0000 Received: from unknown (HELO client99-59.hispeed.ch) (62.2.99.59) by ns1.root-servers.ch with SMTP; 27 May 2000 17:53:39 -0000 Date: Sat, 27 May 2000 19:52:54 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (1.42) Business Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <8525685894.20000527195254@buz.ch> To: freebsd-questions@freebsd.org Subject: How can I rebuild just the parts of the system that have changed? 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 do quite frequent CVSups with 4.0 STABLE which is working very well but make buildworld takes way too long for frequent use (K6-2 450), IMHO. Is there a possibility to just recompile the changed files and the kernel instead of the complete world? Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 11: 7:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-1.sjc.telocity.net (mail-1.sjc.telocity.net [216.227.56.41]) by hub.freebsd.org (Postfix) with ESMTP id 04C0337B7C7 for ; Sat, 27 May 2000 11:07:43 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-1.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id LAA27710; Sat, 27 May 2000 11:06:48 -0700 (PDT) Message-ID: <39300F9C.22906A3F@telocity.com> Date: Sat, 27 May 2000 14:10:36 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Gabriel Ambuehl , -questions Subject: Re: How can I rebuild just the parts of the system that have changed? References: <8525685894.20000527195254@buz.ch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gabriel Ambuehl wrote: > > Hello, > I do quite frequent CVSups with 4.0 STABLE which is working very well > but make buildworld takes way too long for frequent use (K6-2 450), IMHO. Is > there a possibility to just recompile the changed files and the kernel > instead of the complete world? > > > > Best regards, > Gabriel > since other things will/may depend on those changed files, then they would need to be changed also; making it a dependancy nightmare. make world seems easy enough. make world = make buildworld + make installworld. if you don't like the time it takes because of production, do it while you're asleep. or are you waiting until you're dead to catch up on sleep? -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 11: 9:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (mail.dohboys.com [208.26.253.10]) by hub.freebsd.org (Postfix) with ESMTP id 38FBE37B5B9; Sat, 27 May 2000 11:09:41 -0700 (PDT) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (unverified [208.26.241.81]) by corinth.bossig.com (Rockliffe SMTPRA 4.2.1) with ESMTP id ; Sat, 27 May 2000 11:09:36 -0700 Message-ID: <39300F52.F5432143@3-cities.com> Date: Sat, 27 May 2000 11:09:22 -0700 From: Kent Stewart Organization: BOSSig (BOSS Internet Group) X-Mailer: Mozilla 4.73 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: John Baldwin Cc: questions@FreeBSD.ORG Subject: Re: make release References: <20000527144925.WNSP22611.mail.rdc1.va.home.com@john.baldwin.cx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Baldwin wrote: > > On 27-May-00 Kent Stewart wrote: > > I've used CVS but not enough to remember the proper terminology. What > > has my interest is getting people started with 4.0-Stable. A build > > world of some of these machines won't take forever but it's close :). > > I know most of them will go with the CD subscription if I can get them > > interested. > > Do note that daily builds of 4.x are performed and put up for FTP > installation at releng4.FreeBSD.org. -current snapshots are available > from current.FreeBSD.org as well. If you have the bandwidth, it's > probably easier to just install from those machines instead of going > to the hassle of rolling your own release. I think this is really true. What would be nice is to have the source and the binary on a CDROM. I got to looking at the whole release question and thought that was drastic overkill. I'm still cvsup'ing :). I came to the conclusion before I started cvsup'ing early this morning but decided to go through with it to see how much time is required. When it finishes, I may make a release or just write it to a couple of dat tapes (an original and a copy) as a hedge aginst some future need. I'll have a CVSROOT of 27 May 2000. A tarball of just CVSROOT may be the break point. It will probably be small enough to fit on one CD. The just_ftp is workable but sort of on the under kill side, i.e., I have binaries but still need to cvsup the /usr/src before I can build a modified kernel. This is where I get concerned. The ftp could work but the sources could be out of sync with the binaries and the cvsup causes problems building a kernel. I'm also a believer in the Stable line. I never used 3.0 and the claim is 4.0 is better. There were problems with 4.0 that were quickly fixed. I want the system I install to be past that point. It doesn't happen very often but it would also be embarassing to caught in the middle of that fairly rare occasion when you can't build because of a commit error. I think the odds of creating a undetected coaster cd is around the same frequency. This consistent set was why I was thinking of the make release but I don't want to build everything on the CD. I want a working source and binary set that was based on the 4.0-Stable that I am using. If I start out with something I know works, the install is straight forward and I'll be home in an hour or so. I could start out using 4.0-Release CD and could do the initial install from it. I could also use the CD I produced from the 4.0-iso that I downloaded and burned before WC shipped their first CD's. The next step is building their first kernel. I figure that if I had a CD with tarball's of /usr/src and /usr/obj, I could extract the files, generate a new kernel for their system, reboot to single user mode and do the installworld. Then, I could run mergemaster, reboot and have the same OS on their system as the one I am using on my machines but one that is specifically tailored to their hardware. They're happy and purchase the 4-cd's to get the packages. I'm pleased because I have another convert to FreeBSD. Kent > > > I was looking for the repository on the 4.0 disk and didn't see it. My > > subscription started with 3.1. I'm looking at CD#2 now. I'll start > > with the most recent version. Then, cvsup won't take so long. > > > > Thanks, > > > > Kent > > -- > > 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/ -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 11:15: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id DF48737B518 for ; Sat, 27 May 2000 11:14:57 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from JoshPaetzel (hutch-536.hutchtel.net [206.9.112.175]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id NAA02929; Sat, 27 May 2000 13:14:48 -0500 (CDT) From: "Josh Paetzel" To: "david griffin" , Subject: RE: 4.0 Install Issue Date: Sat, 27 May 2000 13:14:23 -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.2919.6600 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of david griffin Sent: Saturday, May 27, 2000 12:14 PM To: questions@FreeBSD.ORG Subject: 4.0 Install Issue it's really annoying that something that worked perfectly in 2.2.8 would not work in 4.0. dave Wish that I had some advice to help you solve the problem, but I don't. I do also hate it when new software doesn't support old hardware. I have an entire box of 1 meg LIM cards that aren't supported by anything newer than DOS 2.0 grrrrr. :) *-*-*-*-*-*-*-*-*-*-*-* david s griffin director of tech blue dingo/gb griffin@bluedingo.com 212.358.8080 use the source *-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 May 27 11:23: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id CC90037B8F9 for ; Sat, 27 May 2000 11:22:54 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id NAA03598 for ; Sat, 27 May 2000 13:14:20 -0500 (CDT) Date: Sat, 27 May 2000 13:14:20 -0500 (CDT) From: Jahanur R Subedar To: freebsd-questions@freebsd.org Subject: join Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG join jahanur@jjsoft.com Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 11:47:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.hutchtel.net (ns1.hutchtel.net [206.9.112.100]) by hub.freebsd.org (Postfix) with ESMTP id D7E8637B95F for ; Sat, 27 May 2000 11:47:37 -0700 (PDT) (envelope-from jpaetzel@hutchtel.net) Received: from JoshPaetzel (hutch-536.hutchtel.net [206.9.112.175]) by ns1.hutchtel.net (8.9.1/8.9.0) with SMTP id NAA12579; Sat, 27 May 2000 13:47:33 -0500 (CDT) From: "Josh Paetzel" To: "Mark Todd" , Subject: RE: Installation Problem Date: Sat, 27 May 2000 13:47:08 -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.2919.6600 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Mark Todd Sent: Saturday, May 27, 2000 11:36 AM To: freebsd-questions@FreeBSD.ORG Subject: Installation Problem I am trying to install FreeBSD to run along side Windows NT. The installation program appears to run without any problems, then informs me that it will reboot the computer. When the system comes on-line the below message is displayed. I am unable to find what to do next and would appreciate any help. >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: No /kernel >> FreeBSD/i386 BOOT Default: 0:ad(0,a)/kernel boot: Possibly relevant system information: IDE1 Primary: 6.8GB Maxtor HDD IDE1 Secondary: None IDE2 Primary: Mitsumi CR4801 IDE2 Secondary: Panasonic 40x CD-ROM Drive Processor: Cyrix MII-300 Memory: 128MB PC-100 Video Card: STB 128 (4MB) The HDD drive contains three partitions: the first is an NTFS partition, the second is an extended partition(containing 4 partitions) and the third is the FreeBSD partition. Sounds like you probably have the root partition of FreeBSD past the 1024th cylinder of the hard drive. If you boot from a floppy and then mount the hard drive and run fdisk it will tell you for sure. The FAQ has some info about this for you. www.freebsd.org/FAQ/install.html This is a pretty common question on the list, too. I don't follow this thread too closely so there may be other issues as well, but I bet the archives are full of useful info as well. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 11:56:33 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 9AE7837B6AA for ; Sat, 27 May 2000 11:56:30 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from ip225.r15.d.bel.nwlink.com (ip225.r15.d.bel.nwlink.com [207.202.175.225]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id LAA09350; Sat, 27 May 2000 11:56:25 -0700 (PDT) Date: Sat, 27 May 2000 11:39:49 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcw@server.highperformance.net Reply-To: "Jason C. Wells" To: Steve McCarron Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD File Systems In-Reply-To: <4.3.1.2.20000526221737.00c62f00@pop500.gsfc.nasa.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Steve McCarron wrote: >Can anyone give me very brief answers to the following two (2) questions: > > (1) Can FreeBSD be installed using all FAT16, FAT32, NTFS, and Linux >Ext2 file systems? From /sys/i386/conf/LINT options MSDOSFS #MS DOS File System options NTFS #NT File System options EXT2FS I think, but am not sure that msdosfs supports fat16 and fat32. The LINT file is a good resource for this info. > (2) Is FreeBSD more like Unix or Linux? FreeBSD comes directly from 4.4 BSD Unix. Linux does not have this genealogy. Generally speaking many folks consider FreeBSD to be closer to Unix. I say FreeBSD _is_ unix (lower case u) but be careful with that pesky trademark issue that TOG put on Unix (upper case U). The distinction is one of terminology. Thank You, | http://students.washington.edu/jcwells/ Jason Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 11:57:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id CB1D037B54B for ; Sat, 27 May 2000 11:57:46 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.59.234] (helo=parish.my.domain) by gadolinium with esmtp (Exim 2.05 #1) id 12vcJR-0005U3-00; Sat, 27 May 2000 09:51:18 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id JAA00611; Sat, 27 May 2000 09:51:03 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 09:51:03 +0100 From: Mark Ovens To: Ilia Chipitsine Cc: questions@freebsd.org Subject: Re: user-ppp and "set log" Message-ID: <20000527095103.A233@parish> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from ilia@cgu.chel.su on Sat, May 27, 2000 at 01:11:35AM +0600 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 01:11:35AM +0600, Ilia Chipitsine wrote: > -----BEGIN PGP SIGNED MESSAGE----- > > Dear Sirs, > > I put "set log phase" in /etc/ppp/ppp.conf, but after I connected > to ppp using pppctl I see > > PPP ON jane> show log > Log: Phase Warning Error Alert > Local: Warning Error Alert > PPP ON jane> > > How can I disable "Local: Warning Error Alert" ?! > You can't. From ppp(8) The default is ``set log local'' (i.e., only the un-maskable warn- ing, error and alert output). Which, if you think about it, makes sense. If your chat script fails for any reason you want to know about it, yes? > > Regards, (????????? ?????????) > Ilia Chipitsine (???? ???????) > > -----BEGIN PGP SIGNATURE----- > Version: 2.6.3ia > Charset: noconv > > iQB1AwUBOS7MaeRxlWKN2EXhAQHgtAL+PgEYrDY5HGuaWjsXbT+1PSmnNz56lWT2 > CmlwQyLQ2lolnDoMAKGAZDEA/hLNFwdhi6ZpR2x7Y6+q7NUeppClwaEiZyoZAlHs > c3WY8z7oyaP6RaxeuB7kM4s2ZXBiC2Ss > =4im7 > -----END PGP SIGNATURE----- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 12:12:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.root-servers.ch (alpha.root-servers.ch [195.49.62.125]) by hub.freebsd.org (Postfix) with SMTP id 5BEE337B537 for ; Sat, 27 May 2000 12:12:09 -0700 (PDT) (envelope-from gabriel_ambuehl@buz.ch) Received: (qmail 15783 invoked from network); 27 May 2000 19:13:57 -0000 Received: from client99-59.hispeed.ch (62.2.99.59) by ns1.root-servers.ch with SMTP; 27 May 2000 19:13:57 -0000 Date: Sat, 27 May 2000 21:12:50 +0200 From: Gabriel Ambuehl X-Mailer: The Bat! (1.42) Business Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <17430481409.20000527211250@buz.ch> To: freebsd-questions@freebsd.org Subject: Booting over the 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 Hello, I'm very interested in any solutions regarding booting FreeBSD over a LAN. The point is this: we are currently in development of a new serverfarm and would like to cut down administration time as much as possible and here, we think, would central boot servers help quite a bit because those would make it possible to just install new software on them and do a cycled reboot of the other machines. I tried to read through the diskless manual but it seems to be quite old and I'm really not interested in setting up an X workstation. I'd prefer a solution where the servers got their own disks with their respective data and the central bootservers have the complete system including /etc, /usr and the static dirs of /var, so that in fact only /home, /tmp and the changing dirs of /var (logs, queue... it would perhaps be even possible to have them on the bootservers as well) are stored locally. May someone point me to some useable documentation about this topic? Or are there some considerations which make this idea a very bad one? Best regards, Gabriel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 12:30: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 1B0E037B5AC for ; Sat, 27 May 2000 12:30:42 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from ip34.r1.d.bel.nwlink.com (ip34.r1.d.bel.nwlink.com [207.202.172.34]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id MAA11988; Sat, 27 May 2000 12:30:39 -0700 (PDT) Date: Sat, 27 May 2000 12:14:03 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcw@server.highperformance.net Reply-To: "Jason C. Wells" To: "Mark A. Hummel" Cc: freebsd-questions Subject: Re: Why can't I cd to certain directories??? In-Reply-To: <392F4E00.388262BF@ispchannel.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 26 May 2000, Mark A. Hummel wrote: >Sometimes when I try to cd to a directory like /usr/local/... I get an >error message reading: Can't cd to ... >I then try to cd one level down at a time. #cd /usr then pwd to find >out I actually made the trip. Then cd /local Sorry, can't cd to >/usr/local. Why when I'm logged in as a su? You have to be very careful about where you put those slashes. '/' is the root directory. It is at the very top. Any directory that you refer to in any command that has '/' as the first character will be relative to root. cd /usr will work. cd /usr/local will work. cd /local will NOT work because local exist in /usr but not in /. OBTW, don't use the root user unless you absolutely need it. Also, you don't log in as su. You login as root. Or you use the 'su' command to become root. Thank You, | http://students.washington.edu/jcwells/ Jason Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 12:31:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 33DB237BA6A for ; Sat, 27 May 2000 12:31:16 -0700 (PDT) (envelope-from naddy@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12vmIg-0000kk-01; Sat, 27 May 2000 21:31:10 +0200 Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id UAA56188; Sat, 27 May 2000 20:55:06 +0200 (CEST) (envelope-from naddy) Date: Sat, 27 May 2000 20:55:06 +0200 (CEST) From: Christian Weisgerber Message-Id: <200005271855.UAA56188@bigeye.rhein-neckar.de> To: freebsd-questions@freebsd.org X-Also-Posted-To: list.freebsd.ports Subject: Re: anoncvs.freebsd.org: Sorry, the server is too busy References: <20000527211800.A2998@host.cer.ntnu.edu.tw> Reply-To: freebsd-questions@freebsd.org X-Newsreader: trn 4.0-test72 (19 April 1999) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Clive Lin wrote: > I tried just setenv CVSROOT /my/local/repo, but it always > complain permission denied. Works for me. You need to call cvs with "-R" to specify a read-only repository, e.g. $ cvs -R co src/foo/bar and if you want to check out anything by tag you need to touch $CVSROOT/val-tags and make it world-writable. Let's take this to -questions. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 12:33:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id 2750137B9A4 for ; Sat, 27 May 2000 12:33:23 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from ip34.r1.d.bel.nwlink.com (ip34.r1.d.bel.nwlink.com [207.202.172.34]) by smtp.nwlink.com (8.9.3/8.9.3) with ESMTP id MAA12193; Sat, 27 May 2000 12:33:17 -0700 (PDT) Date: Sat, 27 May 2000 12:16:41 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcw@server.highperformance.net Reply-To: "Jason C. Wells" To: Lauro Cui Cc: questions@FreeBSD.ORG Subject: Re: UNIX VIDEO TAPE FOR TRAINING In-Reply-To: <200005270245.TAA14904@hsd.co.contra-costa.ca.us> Message-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, 26 May 2000, Lauro Cui wrote: >Dear Sir, > >Do you have a UNIX Video tape for training? This is a mailing list with many people reading. FreeBSD does not have a video tape with training. A unix video would be very dull. I recommend a book, "The Complete FreeBSD" intsead. Thank You, | http://students.washington.edu/jcwells/ Jason Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 12:41:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 4525337B6D6 for ; Sat, 27 May 2000 12:41:00 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id 1DA423ACA; Sat, 27 May 2000 21:40:55 +0200 (SAST) Message-ID: <393024C6.A1D707FA@brwn.org> Date: Sat, 27 May 2000 21:40:54 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: Hank Wethington Cc: BSD Subject: Re: Transproxy not working? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Someone else asked a question about transparent proxying. And they were pointed to this. http://www.squid-cache.org/Doc/FAQ/FAQ-17.html This might give you some idea on how to set it up. Hank Wethington wrote: > > Greetings all, > > I've been working with transproxy over the last couple of days and having a > little trouble with it and was hoping you could point me in the right > direction, as I have found very little written information about transproxy. > > First I suppose I should give you my config: > FreeBSD 3.4, running natd and IPFW over DSL. Routing for 3 internal machine > running win9x/2k. > This machine is also running as a mail server (qmail), FTP (NCFtp), and > small web server (apache) > > A friend of mine runs a proxy server that blocks porn. If I put it in each What proxy software is he using. Maybe it isn't set up to handle transparent proxying? > browser it works fine, but alas, too easy to get around. I had been looking > for a solution when a BSD friend of mine suggested transproxy. I installed > the latest build from the transproxy web site. I am running tproxy as a > standalone server. I have verified it is running (top) and verified it is > using port 81 (by trying to run it again with similar settings). Here is the > command that is running from rc.conf > > tproxy -s 81 -r nobody proxy.iolwest.com 80 > > The port for iolwest's proxy is 80 (verified through running the proxy > settings on Netscape). > > I've also added the following IPFW rules > > 00900 allow tcp from 192.168.1.0/24 to any 80 > 00910 fwd proxy.iolwest.com,81 tcp from any to any 80 > > Now I can still browse and do all other internet related tasks, but alas, I > still have access to porn, sites I know are blocked because they were > blocked when I ran the proxy in Netscape. I did a tcpdump, and it appears > that the packets are not being forwarded to tproxy. > > Have you seen this before? Did I screw up the configuration some how? Do I > understand the use of transproxy, that it should allow me to do this? > > Your help is greatly appreciated. > > Thanks, > > Hank Wethington > Information Logistics > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Regards Willem Brown -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 12:49:45 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 550C937B62D for ; Sat, 27 May 2000 12:49:42 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id MAA11129 for ; Sat, 27 May 2000 12:49:41 -0700 Date: Sat, 27 May 2000 12:49:41 -0700 (PDT) From: To: freebsd-questions@freebsd.org Subject: restore time Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Why is it when I restore from tape, the tape seems to take forever to get the file off. Example restore > add piano restore > extract You have not read any tapes yet. Unless you know which volume your file(s) are on you should start with the last volume and work towards the first. Specify next volume #: 1 For a simple little file it will take more then an hour. I doubt it has to do with equipment since it does this on every tape device I've ever used but here is the stats FreeBSD 4.0-stable DLT4000 tape drive Fresh tape No compression Is this normal or am I doing something wrong possibly? Keith ================================= Keith W. At the helm ================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 13: 8:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vitaly.vangyzen.net (vitaly.vangyzen.net [205.245.185.194]) by hub.freebsd.org (Postfix) with ESMTP id 2D7AB37B62D; Sat, 27 May 2000 13:08:10 -0700 (PDT) (envelope-from vangyzen@hiro.vangyzen.net) Received: from hiro.vangyzen.net (pm-iog1s.greenvillenc.com [208.25.244.170]) by vitaly.vangyzen.net (8.9.3/8.9.3) with ESMTP id PAA18141; Sat, 27 May 2000 15:06:23 -0500 (EST) Received: (from vangyzen@localhost) by hiro.vangyzen.net (8.9.3/8.9.3) id QAA58763; Sat, 27 May 2000 16:08:20 -0400 (EDT) (envelope-from vangyzen) Date: Sat, 27 May 2000 16:08:20 -0400 From: "Eric S. Van Gyzen" To: freebsd-net@freebsd.org, freebsd-questions@freebsd.org Subject: How do I close a hung connection? Message-ID: <20000527160820.A58752@hiro.vangyzen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG There is a tcp4 connection to my machine hung in the CLOSING state, according to 'netstat'. It has been that way for several days, maybe a week. Is there a manual way that I can finish closing the connection? Thanks, -- Eric S. Van Gyzen Acts get axed, but eric@vangyzen.net ACKs don't get ACKed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 13:11:29 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtpf.casema.net (smtpf.casema.net [195.96.96.173]) by hub.freebsd.org (Postfix) with SMTP id 3087637B9C1 for ; Sat, 27 May 2000 13:11:18 -0700 (PDT) (envelope-from aernoudt@wanadoo.nl) Received: (qmail 22222 invoked by uid 0); 27 May 2000 20:11:10 -0000 Received: from unknown (HELO wanadoo.nl) (212.64.80.170) by smtpf.casema.net with SMTP; 27 May 2000 20:11:10 -0000 Message-ID: <39302BBA.7CF265A5@wanadoo.nl> Date: Sat, 27 May 2000 22:10:34 +0200 From: AB X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-STABLE i386) X-Accept-Language: en, nl, de, fr MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: problem with WINE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Running FreeBSD 4.0 stable (27 may last build (eg today), on SMP box. When trying to use WINE (for example installing encarta) I get this error message: "unable to start DDE communication with Program Manager" I have edited the kernel as requested: USER_LDT (as in the read-me) Underneath the kernel config file and the error message. What did I do wrong ?! **************************************************************************************************************************** [wine config file] [Drive A] Path=/floppy Type=floppy Label=Floppy Serial=87654321 Device=/dev/fd0 [Drive C] Path=/home/aernoudt/wine Type=hd Label=MS-DOS Serial=87654321 Filesystem=win95 [Drive D] Path=/cdrom Type=cdrom Label=CD-Rom Serial=87654321 Filesystem=win95 [Drive E] Path=/home/aernoudt/wine/temp Type=hd Label=Tmp Drive Filesystem=win95 [Drive F] Path=${HOME} Type=network Label=Home Filesystem=win95 [wine] Windows=c:\windows System=c:\windows\system Temp=e:\ Path=c:\windows;c:\windows\system;c:\encarta;e:\;f:\ SymbolTableFile=/usr/local/etc/wine.sym # [DllDefaults] EXTRA_LD_LIBRARY_PATH=${HOME}/wine/cvs/lib DefaultLoadOrder = native, builtin, elfdll, so [DllPairs] krnl386 = kernel32 gdi = gdi32 user = user32 commdlg = comdlg32 commctrl= comctl32 ver = version shell = shell32 lzexpand= lz32 mmsystem= winmm msvideo = msvfw32 winsock = wsock32 [DllOverrides] kernel32, gdi32, user32 = builtin krnl386, gdi, user = builtin toolhelp = builtin comdlg32, commdlg = builtin, native, elfdll version, ver = builtin, native, elfdll shell32, shell = builtin, native lz32, lzexpand = builtin, native commctrl, comctl32 = builtin, native wsock32, winsock = builtin advapi32, crtdll, ntdll = builtin, native mpr, winspool.drv = builtin, native ddraw, dinput, dsound = builtin, native winmm, mmsystem = builtin msvideo, msvfw32 = builtin, native mcicda.drv, mciseq.drv = builtin, native mciwave.drv = builtin, native mciavi.drv, mcianim.drv = native, builtin msacm.drv, midimap.drv = builtin, native w32skrnl = builtin wnaspi32, wow32 = builtin system, display, wprocs = builtin wineps = builtin icmp = builtin [options] AllocSystemColors=100 [fonts] ;Read documentation/fonts before adding aliases Resolution = 96 Default = -adobe-times- [parallelports] Lpt1=/dev/lpt0 [spooler] LPT1:=|lpr [ports] read=0x779,0x379,0x280-0x2a0 write=0x779,0x379,0x280-0x2a0 [spy] Exclude=WM_SIZE;WM_TIMER; [registry] ; Paths must be given in /dir/dir/file.reg format. ; Wine will not understand dos file names here... ; alternate registry file name: HKCU AltCurrentUserFile= ; alternate registry file name: HKU AltUserFile= ; alternate registry file name: HKLM AltLocalMachineFile= ;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false. ;Defaults are read all, write to Home and Alt ;Note: it is pointless to specify alt files and neither load nor write to them. ; Global registries (stored in /etc) LoadGlobalRegistryFiles=Y ; Home registries (stored in ~user/.wine/) LoadHomeRegistryFiles=Y ; Windows registries in windows path, above LoadWindowsRegistryFiles=Y ; Load above registries. LoadAltRegistryFiles=Y ; TRY to write all changes to home registries WritetoHomeRegistryFiles=Y ; TRY to write all changes to alt registries WritetoAltRegistryFiles=Y [Tweak.Layout] ;; WineLook=xxx (supported styles are 'Win31'(default), 'Win95', 'Win98') WineLook=Win31 [programs] Default= Startup= [Console] ;XtermProg=nxterm ;InitialRows=25 ;InitialColumns=80 ;TerminalType=nxterm [Clipboard] ClearAllSelections=0 PersistentSelection=1 # ******************************************************************************************************* [error message] err:task:MakeProcInstance16 Problem with hInstance? Got 09f7, using 0407 instead Unhandled exception: priviledged instruction in 16-bit code (096f:0014). Loading symbols: wine /usr/X11R6/lib/libSM.so.6 /usr/X11R6/lib/libICE.so.6 /usr/X11R6/lib/libXpm.so.4 /usr/X11R6/lib/libMesaGL.so.14 /usr/X11R6/lib/libXext.so.6 /usr/X11R6/lib/libX11.so.6 /usr/lib/libncurses.so.5 /usr/lib/libxpg4.so.2 /usr/lib/libm.so.2 /usr/lib/libc.so.4 /usr/X11R6/lib/libXThrStub.so.6 /usr/libexec/ld-elf.so.1 MMUTIL ENCCDPRF MSCAH WIN87EM COMMDLG MMSYSTEM MSCPYDIS SHELL VER MSSETUP acmsetup LZEXPAND KEYBOARD bootstrp USER GDI WINEPS WPROCS DISPLAY SYSTEM KERNEL COMDLG32 SHLWAPI WINMM MIDIMAP MSACMMAP WINEOSS SHELL32 OLE32 COMCTL32 USER32 In 16 bit mode. Register dump: CS:096f SS:0407 DS:0407 ES:0407 FS:0000 GS:002f IP:0014 SP:ad34 BP:ad6c FLAGS:0297( - 00 I S -A-P1C) AX:09e1 BX:0000 CX:0000 DX:0000 SI:0000 DI:0000 Stack dump: 0x0407:0xad34: *** Invalid address 0x0407:0xad34 0080: sel=0407 base=2880c520 limit=0000b39f 16-bit rw- Backtrace: =>0 0x096f:0x0014 (bp=ad6c) *** Invalid address 0x0407:0xad6c 0x096f:0x0014: *** Invalid address 0x096f:0x0014 Wine-dbg>Wine-dbg> ******************************************************************************************************* Thanks for your help. Aernoudt -- Aernoudt Bottemanne * Powered by FreeBSD * http://www.freebsd.org http://www.openbsd.org http://www.nlfug.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 13:13:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fusion.unixfreak.org (cx272244-a.orng1.occa.home.com [24.1.177.149]) by hub.freebsd.org (Postfix) with ESMTP id F07A037B9E4 for ; Sat, 27 May 2000 13:13:34 -0700 (PDT) (envelope-from bhishan@fusion.unixfreak.org) Received: (from bhishan@localhost) by fusion.unixfreak.org (8.10.1/8.9.3) id e4RKDXp27843 for freebsd-questions@freebsd.org; Sat, 27 May 2000 13:13:33 -0700 (PDT) (envelope-from bhishan) From: Bhishan Hemrajani Message-Id: <200005272013.e4RKDXp27843@fusion.unixfreak.org> Subject: kernel compile w/new patch To: freebsd-questions@freebsd.org Date: Sat, 27 May 2000 13:13:33 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL61 (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 just patched my system (3.4-RELEASE) using the instructions in the email. This patch was for the DoS attack which allowed users to not let any processes to exit. What I did was cvsup'ed my system to 3.4-STABLE (I didn't have the source yet) and the patch gave me the error that everything was already patched. So, I went to the next step and built ipcs. So, this is what I basically did. # cd /usr # cvsup stable-supfile # cd src/usr.bin/ipcs # make all install # cd /sys/i386/conf/ # /usr/sbin/config -R MYKERNEL # cd ../../compile/MYKERNEL # make depend # make When I do make, this is the error I get: 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../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf ../../kern/init_sysent.c In file included from ../../kern/init_sysent.c:12: ../../sys/sysent.h:72: warning: `struct vnode' declared inside parameter list ../../sys/sysent.h:72: warning: its scope is only this definition or declaration, ../../sys/sysent.h:72: warning: which is probably not what you want. ../../kern/init_sysent.c:246: `semconfig' undeclared here (not in a function) ../../kern/init_sysent.c:246: initializer element for `sysent[223].sy_call' is not constant *** Error code 1 Stop. I get the exact same error when I try to compile GENERIC, so I know that it's not the way I configured the kernel. Before doing this, the kernel compiled without an error. Please help. --bhishan -- Bhishan Hemrajani / bhishan@fusion.unixfreak.org / PGP: 0xFAC75561 Finger bhishan@fusion.unixfreak.org for more information. This is a free country. You have a right to send me email, and I have a right not to read them! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 13:25:42 2000 Delivered-To: freebsd-questions@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.prod.itd.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id E6BD937B729 for ; Sat, 27 May 2000 13:25:38 -0700 (PDT) (envelope-from calebwalker@netzero.net) Received: from netzero.net (1Cust52.tnt16.lax3.da.uu.net [63.23.97.52]) by swan.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id NAA28603; Sat, 27 May 2000 13:24:56 -0700 (PDT) Message-ID: <39302E50.543F2BA7@netzero.net> Date: Sat, 27 May 2000 13:21:36 -0700 From: Caleb Walker Organization: PowerCom Energy & Communications X-Mailer: Mozilla 4.72 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: Chris Fedde Cc: Thomas Good , Sue Blake , Greg Lehey , freebsd-questions@FreeBSD.ORG Subject: Re: Modem References: <200005270546.e4R5kNH03003@fedde.littleton.co.us> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Um... in the ppp.conf it says, "Make sure that 'device' references the correct serial port for your modem. (cuaa0 = COM1, cuaa1 = COM2)". This tells me that this is a simple text document that was written as an example to modify. So, what is the true way to make for sure what device the modem is using and how to configure them to work properly. Is there a dmesg like thing that I can do to make for sure that what I am looking at is really what the computer is using as a modem. Maybe I am wrong here I dont know but this is what I was thinking in this situation. Am I wrong? Should I just assume that the ppp.conf is correct in saying that cuaa1 is the modem? Or, should I think that cuaa1 might be the seial port that my mouse is using. If so then how does one configure this device because right now the cuaa1 is configured for 1200 baud? Lots of questions here. Thank You guys so much for replying to my question. I am reading about this to, so, dont think that I am lazily sitting back waiting for you to answer my questions, but your help is much appreciated! Thank you much, Caleb Walker Chris Fedde wrote: > On Fri, 26 May 2000 22:12:09 -0700 Caleb Walker wrote: > +------------------ > | It looks like I can just edit the ppp.conf file and it will all > | be all right but how do I know what device my modem is connected > | to? > +------------------ > > Um... in ppp.conf there is a line like > > set device /dev/cua*** > > That is the device that your modem is connected to... > > chris > -- > Chris Fedde > 303 773 9134 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 13:35:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id 639C837B729 for ; Sat, 27 May 2000 13:35:14 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id PAA03783 for ; Sat, 27 May 2000 15:26:45 -0500 (CDT) Date: Sat, 27 May 2000 15:26:45 -0500 (CDT) From: Jahanur R Subedar To: freebsd-questions@freebsd.org Subject: Dhclient install in 2.2.5 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 have spent three nights trying to go to the internet from Freebsd 2.2.5 through the cable modem. My win95 goes to it fine as dhcp client. Now I have noticed for past 15 days that the IP address provided by the DHCP has not changed, so I thought I should be able to install my Freebsd 2.2.5 in one of my old P133 machinne and make it a router for other computers in my home. But no this is what I get Ping: sendto: host not found. but I am able to ping my local machines. Keep in mind I only have one network card and I aliased it to see the local machines. But then I thought I should be able to ping the cable modem at least. So I did so many things for example natd/ipfw also, did not work. I have came across some wherere that I need to have dhclient installed. If it is true, then how can get the dhclient installed in my 2.2.5 freebsd, that does not have any interenet connection. Please help or tell me what I am doing wrong. Please!!! Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 13:48:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icebox.venux.net (icebox.venux.net [216.120.166.10]) by hub.freebsd.org (Postfix) with ESMTP id 1BCF837B715 for ; Sat, 27 May 2000 13:48:06 -0700 (PDT) (envelope-from mitch@venux.net) Received: from doot2 (usr3-ip033-grr.wmis.net [209.176.193.83]) by icebox.venux.net (Postfix) with SMTP id 4757126202 for ; Sat, 27 May 2000 16:52:25 -0400 (EDT) Message-ID: <002b01bfc81d$98692e60$0300000a@doot.org> From: "Mitch Vincent" To: Subject: ppp -nat Date: Sat, 27 May 2000 16:53:21 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey guys, for about a year now I've been using ppp -nat to proxy my tiny little dialup connection. ---- > | |________ | | __ | | ... I just got a new box, which I installed FreeBSD 4.0 on.. Ok, my new FreeBSD box (10.0.0.2) can ping my windows box (10.0.0.3) but my Gateway FreeBSD box can't ping 10.0.0.2 but can ping 10.0.0.3.. All this only happnes after I start up ppp- nat. From my gateway box : before ppp Internet: Destination Gateway Flags Netif Expire 10.0.0.0 ff:ff:ff:ff:ff:ff UHLWb ep0 => 10/24 link#2 UC ep0 => 10.0.0.1 0:a0:24:2f:b2:ba UHLW lo0 10.0.0.2 0:0:e8:6a:36:be UHLW ep0 1195 10.0.0.3 0:40:95:42:44:29 UHLW ep0 1142 10.0.0.255 ff:ff:ff:ff:ff:ff UHLWb ep0 127.0.0.1 127.0.0.1 UH lo0 after ppp Destination Gateway Flags Netif Expire default 209.176.000.0 UGSc tun0 10.0.0.0 ff:ff:ff:ff:ff:ff UHLWb ep0 => 10/24 link#2 UC ep0 => 10.0.0.1 0:a0:24:2f:b2:ba UHLW lo0 10.0.0.2 10.0.0.1 UH tun0 10.0.0.3 0:40:95:42:44:29 UHLW ep0 1051 10.0.0.255 ff:ff:ff:ff:ff:ff UHLWb ep0 127.0.0.1 127.0.0.1 UH lo0 209.176.000.00 209.176.000.0 UH tun0 IPs were changed a bit... ... So basically I need 10.0.0.2 (the new FreeBSD box) to be able to talk to 10.0.0.1 and can't figure out for the life of my why it's not able to now. Thanks! -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 13:56:30 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mtu.ru (ns.mtu.ru [195.34.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 7E67237B5A2 for ; Sat, 27 May 2000 13:56:27 -0700 (PDT) (envelope-from root@mtu-net.ru) Received: from igor.wwng.org (ppp108-162.dialup.mtu-net.ru [212.188.108.162]) by mtu.ru (Postfix) with SMTP id 0FAA145CA for ; Sun, 28 May 2000 00:56:25 +0400 (MSD) (envelope-from root@mtu-net.ru) Date: Sun, 28 May 2000 00:56:34 +0400 (MSD) From: Igor Kuptsov X-Sender: root@igor.wwng.org To: questions@FreeBSD.org Subject: netboot Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Recipient: questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD 3.4 (Walnut Creek CDROM) In dir /usr/src/i386/boot/netboot I do make And I see next message: ld: scrt0.o: No such file or directory Why no compiling picobsd? I use standart build. _____________________________________________ Best regards, Igor Kuptsov mailto:igor-kuptsov@mtu-net.ru http://wildwindnet.chat.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 14: 2:39 2000 Delivered-To: freebsd-questions@freebsd.org Received: from icebox.venux.net (icebox.venux.net [216.120.166.10]) by hub.freebsd.org (Postfix) with ESMTP id 6ED3A37B5A2 for ; Sat, 27 May 2000 14:02:30 -0700 (PDT) (envelope-from mitch@venux.net) Received: from doot2 (usr3-ip012-grr.wmis.net [209.176.193.62]) by icebox.venux.net (Postfix) with SMTP id B6A5826202 for ; Sat, 27 May 2000 17:06:50 -0400 (EDT) Message-ID: <003b01bfc81f$9c43e5a0$0300000a@doot.org> From: "Mitch Vincent" To: Subject: Re: ppp -nat Date: Sat, 27 May 2000 17:07:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.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'm an idiot, I found and fixed the problem :-) ----- Original Message ----- From: Mitch Vincent To: Sent: Saturday, May 27, 2000 4:53 PM Subject: ppp -nat > Hey guys, for about a year now I've been using ppp -nat to proxy my tiny > little dialup connection. > > > ---- > > | |________ > | > | > __ | | > Box> > > ... I just got a new box, which I installed FreeBSD 4.0 on.. > > > Ok, my new FreeBSD box (10.0.0.2) can ping my windows box (10.0.0.3) but my > Gateway FreeBSD box can't ping 10.0.0.2 but can ping 10.0.0.3.. All this > only happnes after I start up ppp- nat. > > From my gateway box : > > before ppp > Internet: > Destination Gateway Flags Netif Expire > 10.0.0.0 ff:ff:ff:ff:ff:ff UHLWb ep0 => > 10/24 link#2 UC ep0 => > 10.0.0.1 0:a0:24:2f:b2:ba UHLW lo0 > 10.0.0.2 0:0:e8:6a:36:be UHLW ep0 1195 > 10.0.0.3 0:40:95:42:44:29 UHLW ep0 1142 > 10.0.0.255 ff:ff:ff:ff:ff:ff UHLWb ep0 > 127.0.0.1 127.0.0.1 UH lo0 > > > after ppp > > Destination Gateway Flags Netif Expire > default 209.176.000.0 UGSc tun0 > 10.0.0.0 ff:ff:ff:ff:ff:ff UHLWb ep0 => > 10/24 link#2 UC ep0 => > 10.0.0.1 0:a0:24:2f:b2:ba UHLW lo0 > 10.0.0.2 10.0.0.1 UH tun0 > 10.0.0.3 0:40:95:42:44:29 UHLW ep0 1051 > 10.0.0.255 ff:ff:ff:ff:ff:ff UHLWb ep0 > 127.0.0.1 127.0.0.1 UH lo0 > 209.176.000.00 209.176.000.0 UH tun0 > > IPs were changed a bit... > > > ... So basically I need 10.0.0.2 (the new FreeBSD box) to be able to talk to > 10.0.0.1 and can't figure out for the life of my why it's not able to now. > > Thanks! > > -Mitch > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 14:14:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 6502837B8B6 for ; Sat, 27 May 2000 14:14:11 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.rhein-neckar.de (uucp@) by mail.inka.de with local-bsmtp id 12vnuJ-0002cG-01; Sat, 27 May 2000 23:14:07 +0200 Received: (from daemon@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id XAA62320 for freebsd-questions@freebsd.org; Sat, 27 May 2000 23:09:46 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: restore time Date: 27 May 2000 23:09:45 +0200 Message-ID: <8gpdip$1sr2$1@bigeye.rhein-neckar.de> References: To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wrote: > Why is it when I restore from tape, the tape seems to take forever to > get the file off. Example Where on the tape is the file in question located? restore needs to read all of the backup archive up to that file from the tape. Tapes tend to run for something like one or two hours from end to end (larger capacity tapes are also faster so this time stays rather constant). > For a simple little file it will take more then an hour. Not unreasonable. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 14:31:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from proxy2.ba.best.com (proxy2.ba.best.com [206.184.139.14]) by hub.freebsd.org (Postfix) with ESMTP id D6DFB37B9FE for ; Sat, 27 May 2000 14:31:29 -0700 (PDT) (envelope-from greg@gdavis.com) Received: from rover (dynamic30.pm02.mv.best.com [209.24.240.94]) by proxy2.ba.best.com (8.9.3/8.9.2/best.out) with SMTP id OAA15965 for ; Sat, 27 May 2000 14:31:27 -0700 (PDT) Message-ID: <004001bfc81e$f2a5f600$5ef018d1@rover.apple.com> From: "Gregory Davis" To: Subject: trademark Date: Sat, 27 May 2000 14:02:59 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I was surprised to see the FreeBSD mark being used out of context at: http://www6.tomshardware.com/blurb/00q2/000525/index.html FYI, Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 14:31:36 2000 Delivered-To: freebsd-questions@freebsd.org Received: from theo.namodn.com (anyhosting.com [209.0.100.50]) by hub.freebsd.org (Postfix) with ESMTP id C9C2D37BA01 for ; Sat, 27 May 2000 14:31:30 -0700 (PDT) (envelope-from robert@theo.namodn.com) Received: (from robert@localhost) by theo.namodn.com (8.9.3/8.9.3) id OAA10688; Sat, 27 May 2000 14:42:39 -0700 Date: Sat, 27 May 2000 14:42:39 -0700 From: Rob To: Don Read Cc: freebsd-questions@freebsd.org Subject: Re: sendmail delays Message-ID: <20000527144239.B7580@theo.namodn.com> Mail-Followup-To: Don Read , freebsd-questions@freebsd.org References: <20000524041329.A24750@theo.namodn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.0.1i In-Reply-To: ; from dread@texas.net on Sat, May 27, 2000 at 11:26:21AM -0500 Organization: Namodn Artists - http://www.namodn.com X-OS-Type: Debian GNU/Linux 2.2 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 11:26:21AM -0500, Don Read wrote: > > We are experiencing delays with local delivery on our mail server. > > I looked up the message ID's on a couple of the ones I found, and I did > > not see anything odd. Here's an example ( names blotted out to protect > > What is your load average (uptime) ? > smtp# uptime 2:35PM up 43 days, 14:24, 5 users, load averages: 4.08, 4.02, 4.01 > and your QueueLA in /etc/sendmail.cf ? We do not have this explicitly set. What would be a good number considering our load average? > > -- > Don Read dread@texas.net > -- The problem with people who have no vices is that you can be sure > they're going to have some pretty annoying virtues. Rob Helmer ( Namodn ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 14:38:51 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 99C4637BA01 for ; Sat, 27 May 2000 14:38:47 -0700 (PDT) (envelope-from keith@mail.telestream.com) Received: from localhost (keith@localhost) by mail.telestream.com (8.9.3/8.9.3) with ESMTP id OAA12612; Sat, 27 May 2000 14:38:35 -0700 Date: Sat, 27 May 2000 14:38:35 -0700 (PDT) From: To: Christian Weisgerber Cc: freebsd-questions@FreeBSD.ORG Subject: Re: restore time In-Reply-To: <8gpdip$1sr2$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 My file systems are laid out like this Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 39647 22923 13553 63% / /dev/da0s1f 1459018 1117536 224761 83% /usr /dev/da0s1e 19815 3420 14810 19% /var /dev/da1s1e 34465125 673658 31034257 2% /home procfs 4 4 0 100% /proc Say I'm trying to get /usr/games/worms from a previous dump, I do this on the machine with the tape. # mt -f /dev/nrsa0 rewind # mt -f /dev/nrsa0 fsf 1 Then this on the machie I need to restore to that was previously dumped. # restore -i -s 1 -f tape.mydomain.com:/dev/nrsa0 Connection to tape.mydomain.com established. restore > restore > cd games restore > add worms restore > extract You have not read any tapes yet. Unless you know which volume your file(s) are on you should start with the last volume and work towards the first. Specify next volume #: 1 That is where is just sits there forever. With occasional movement on the drive. Seem normal? Keith ================================= Keith W. At the helm ================================= On 27 May 2000, Christian Weisgerber wrote: > wrote: > > > Why is it when I restore from tape, the tape seems to take forever to > > get the file off. Example > > Where on the tape is the file in question located? > > restore needs to read all of the backup archive up to that file > from the tape. Tapes tend to run for something like one or two > hours from end to end (larger capacity tapes are also faster so > this time stays rather constant). > > > For a simple little file it will take more then an hour. > > Not unreasonable. > > -- > Christian "naddy" Weisgerber naddy@mips.inka.de > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 14:49: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 96FD237B784; Sat, 27 May 2000 14:48:57 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA29510; Sat, 27 May 2000 15:48:55 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA00852; Sat, 27 May 2000 15:48:45 -0600 (MDT) Message-Id: <200005272148.PAA00852@harmony.village.org> To: John Baldwin Subject: Re: Kernel making problems Cc: Otter , -questions , -current In-reply-to: Your message of "Sat, 27 May 2000 11:09:00 EDT." <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> References: <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> Date: Sat, 27 May 2000 15:48:45 -0600 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> John Baldwin writes: : You need to build and install a new world before a new kernel. It looks : like this needs to go into src/UPDATING. Done. Others have suggested this as well. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 14:51:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from newman.cs.purdue.edu (newman.cs.purdue.edu [128.10.2.6]) by hub.freebsd.org (Postfix) with ESMTP id 167A937BAC0 for ; Sat, 27 May 2000 14:51:37 -0700 (PDT) (envelope-from purohit@cs.purdue.edu) Received: from ector.cs.purdue.edu (769@ector.cs.purdue.edu [128.10.2.10]) by newman.cs.purdue.edu (8.10.1/8.10.1/PURDUE_CS-2.0) with ESMTP id e4RLpYf15246 for ; Sat, 27 May 2000 16:51:35 -0500 (EST) Received: from localhost (purohit@localhost) by ector.cs.purdue.edu (8.10.1/8.10.1/PURDUE_CS-2.0) with ESMTP id e4RLpUr18148 for ; Sat, 27 May 2000 16:51:31 -0500 (EST) Date: Sat, 27 May 2000 16:51:30 -0500 (EST) From: Darshan Randhir Purohit To: freebsd-questions@freebsd.org Subject: Sound Card drivers for 3.4 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I am trying to configure my sound card for my freebsd 3.4 machine. I have a yamaha sound chip YMF740 on the motherboard. I am not sure as to what options to use in the kernel configuration file and whether there are any drivers available for this. Can anyone please help me. Thanks. Darshan R Purohit Graduate Student Purdue University To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 14:52:23 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 52B3B37BAC0 for ; Sat, 27 May 2000 14:52:19 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.59.234] (helo=parish.my.domain) by ruthenium.btinternet.com with esmtp (Exim 2.05 #1) id 12vcRp-000629-00; Sat, 27 May 2000 09:59:57 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id JAA00662; Sat, 27 May 2000 09:59:44 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 09:59:44 +0100 From: Mark Ovens To: "Mark A. Hummel" Cc: freebsd-questions Subject: Re: make install problem ??? Message-ID: <20000527095944.C233@parish> References: <392F0900.D5D6A003@ispchannel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <392F0900.D5D6A003@ispchannel.com>; from mhumm@ispchannel.com on Fri, May 26, 2000 at 06:30:08PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 06:30:08PM -0500, Mark A. Hummel wrote: > [-- text/html is unsupported (use 'v' to view this part) --] Try re-posting in ASCII. Many people who may be able to help will just delete HTML posts. -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 14:55: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id 410CC37B784 for ; Sat, 27 May 2000 14:55:01 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id OAA14238; Sat, 27 May 2000 14:51:36 -0700 (PDT) Message-ID: <3930447E.9AAD2AED@telocity.com> Date: Sat, 27 May 2000 17:56:14 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Jahanur R Subedar , -questions Subject: Re: Dhclient install in 2.2.5 freebsd References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jahanur R Subedar wrote: > > HI folks, > > I have spent three nights trying to go to the internet from Freebsd 2.2.5 > through the cable modem. > My win95 goes to it fine as dhcp client. > Now I have noticed for past 15 days that the IP address provided by > the DHCP has not changed, so I thought I should be able to install > my Freebsd 2.2.5 in one of my old P133 machinne and make it a router > for other computers in my home. > But no this is what I get > Ping: sendto: host not found. > but I am able to ping my local machines. > Keep in mind I only have one network card and I aliased it to see the > local machines. > But then I thought I should be able to ping the cable modem at least. > So I did so many things for example natd/ipfw also, did not work. > I have came across some wherere that I need to have dhclient installed. > If it is true, then how can get the dhclient installed in my 2.2.5 > freebsd, that does not have any interenet connection. > Please help or tell me what I am doing wrong. > Please!!! > > Jahanur R Subedar > WWW.JJSOFT.COM > since DHCP didn't come stock until FreeBSD 3.0, I'd recommend you install it from ports... maybe isc-dhcp2. I saw isc-dhcp3 has come out, but I haven't used it yet, so I can't tell you how it works. try /usr/ports/net/isc-dhcp2 && make install (after you cvsup your ports to get the most current version of it). -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 15: 7: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id A4B4D37BAB1 for ; Sat, 27 May 2000 15:07:00 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id QAA03928; Sat, 27 May 2000 16:58:15 -0500 (CDT) Date: Sat, 27 May 2000 16:58:12 -0500 (CDT) From: Jahanur R Subedar To: Otter Cc: -questions Subject: Re: Dhclient install in 2.2.5 freebsd In-Reply-To: <3930447E.9AAD2AED@telocity.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 are great thanks I found it that will do. Thanks a lot On Sat, 27 May 2000, Otter wrote: > Jahanur R Subedar wrote: > > > > HI folks, > > > > I have spent three nights trying to go to the internet from Freebsd 2.2.5 > > through the cable modem. > > My win95 goes to it fine as dhcp client. > > Now I have noticed for past 15 days that the IP address provided by > > the DHCP has not changed, so I thought I should be able to install > > my Freebsd 2.2.5 in one of my old P133 machinne and make it a router > > for other computers in my home. > > But no this is what I get > > Ping: sendto: host not found. > > but I am able to ping my local machines. > > Keep in mind I only have one network card and I aliased it to see the > > local machines. > > But then I thought I should be able to ping the cable modem at least. > > So I did so many things for example natd/ipfw also, did not work. > > I have came across some wherere that I need to have dhclient installed. > > If it is true, then how can get the dhclient installed in my 2.2.5 > > freebsd, that does not have any interenet connection. > > Please help or tell me what I am doing wrong. > > Please!!! > > > > Jahanur R Subedar > > WWW.JJSOFT.COM > > > since DHCP didn't come stock until FreeBSD 3.0, I'd recommend you > install it from ports... maybe isc-dhcp2. I saw isc-dhcp3 has come > out, but I haven't used it yet, so I can't tell you how it works. try > /usr/ports/net/isc-dhcp2 && make install (after you cvsup your ports > to get the most current version of it). > -Otter > Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 15: 8:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id 0AA4F37B59A for ; Sat, 27 May 2000 15:08:52 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id RAA03945 for ; Sat, 27 May 2000 17:00:23 -0500 (CDT) Date: Sat, 27 May 2000 17:00:23 -0500 (CDT) From: Jahanur R Subedar To: freebsd-questions@freebsd.org Subject: Frontpage install error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Folks, I have got another problem. When I do this ./fp_install.sh it says fives me that can not find /usr/libexec/ld-elf.so.1 where can I find this. Please help Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 15:28:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sense-gold-134.oz.net (sense-gold-134.oz.net [216.39.162.134]) by hub.freebsd.org (Postfix) with ESMTP id 2B1C837B521 for ; Sat, 27 May 2000 15:28:19 -0700 (PDT) (envelope-from al@sense-gold-134.oz.net) Received: from localhost (al@localhost) by sense-gold-134.oz.net (8.9.3/8.9.3) with ESMTP id PAA03364; Sat, 27 May 2000 15:28:37 -0700 Date: Sat, 27 May 2000 15:28:36 -0700 (PDT) From: Al Goldstein To: John Reynolds Cc: questions@freebsd.org Subject: Re: http://www.freebsd.org/handbook/hw-storage.html In-Reply-To: <14640.17073.166186.538204@whale.home-net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Is ABIT BP6 UDMA-66 supported in Freebsd4.0? > > [ On Saturday, May 27, al goldstein wrote: ] > > Does Freebds4.0 support ide UDMA-66? > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-doc" in the body of the message > > > some controllers are supported, some aren't. ICH is, the promise controllers I > *believe* are supported (or very soon). I don't know for sure. > > This question would be better asked at questions@freebsd.org since this is the > documentation mailing list. Reformat your question with the exact chipset you > hope to use and ask there. > > Or, search the mailing list archives for the chipset. > > -Jr > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 15:29:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc3.on.home.com (mail1.rdc3.on.home.com [24.2.9.40]) by hub.freebsd.org (Postfix) with ESMTP id BF34537B55D for ; Sat, 27 May 2000 15:29:49 -0700 (PDT) (envelope-from pnmurphy@home.com) Received: from home.com ([24.42.55.28]) by mail1.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000527222948.STKL416.mail1.rdc3.on.home.com@home.com>; Sat, 27 May 2000 15:29:48 -0700 Message-ID: <39304C5C.80CEBA1A@home.com> Date: Sat, 27 May 2000 18:29:48 -0400 From: Paul Murphy X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Dirk GOUDERS Cc: Ruslan Ermilov , Glen Gross , freebsd-questions@FreeBSD.ORG Subject: Re: ping -R References: <200005260828.KAA00484@musashi.et.bocholt.fh-ge.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 Dirk GOUDERS wrote: > > > You probably have your firewall blocking IP packets with record-route > > option, do not you? > > I use a firewall, yes. > But, even if I delete all rules except the default one > > 65535 allow ip from any to any > > ``ping -R'' will not work. > > Having read your remark I got ``ping -R'' working - but only after > having removed any firewall options from my kernel configuration > file. > > # > # Firewall stuff > # > #options IPFIREWALL # firewall > #options IPFIREWALL_VERBOSE # print information about > #options "IPFIREWALL_VERBOSE_LIMIT=1" # limit verbosity > #options IPFIREWALL_DEFAULT_TO_ACCEPT # allow everything by default > #options IPFILTER # kernel ipfilter support > #options IPFILTER_LOG # ipfilter logging > #options IPDIVERT # divert sockets > > The manual page says that ipfw will always discard IP fragments with > fragment offset of one but that should not affect packets sent by > ``ping -R'' - doesn't it? > > Dirk > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 'ping -R' works for me with firewall (type=open). -- Paul Murphy http://members.home.com/pnmurphy/ Home Lat: 43° 33' 29" N, Lon: 79° 39' 03" W Work Lat: 43° 25' 30" N, Lon: 79° 42' 34" W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 15:30:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.rdc3.on.home.com (mail1.rdc3.on.home.com [24.2.9.40]) by hub.freebsd.org (Postfix) with ESMTP id A004837BACB for ; Sat, 27 May 2000 15:30:52 -0700 (PDT) (envelope-from pnmurphy@home.com) Received: from home.com ([24.42.55.28]) by mail1.rdc3.on.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000527223051.STMN416.mail1.rdc3.on.home.com@home.com>; Sat, 27 May 2000 15:30:51 -0700 Message-ID: <39304C9B.D98693B1@home.com> Date: Sat, 27 May 2000 18:30:51 -0400 From: Paul Murphy X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Dirk GOUDERS Cc: Ruslan Ermilov , Glen Gross , freebsd-questions@FreeBSD.ORG Subject: Re: ping -R References: <200005260828.KAA00484@musashi.et.bocholt.fh-ge.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 Dirk GOUDERS wrote: > > > You probably have your firewall blocking IP packets with record-route > > option, do not you? > > I use a firewall, yes. > But, even if I delete all rules except the default one > > 65535 allow ip from any to any > > ``ping -R'' will not work. > > Having read your remark I got ``ping -R'' working - but only after > having removed any firewall options from my kernel configuration > file. > > # > # Firewall stuff > # > #options IPFIREWALL # firewall > #options IPFIREWALL_VERBOSE # print information about > #options "IPFIREWALL_VERBOSE_LIMIT=1" # limit verbosity > #options IPFIREWALL_DEFAULT_TO_ACCEPT # allow everything by default > #options IPFILTER # kernel ipfilter support > #options IPFILTER_LOG # ipfilter logging > #options IPDIVERT # divert sockets > > The manual page says that ipfw will always discard IP fragments with > fragment offset of one but that should not affect packets sent by > ``ping -R'' - doesn't it? > > Dirk > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 'ping -R' works for me with firewall (type = open, OS = FBSD 4.0). -- Paul Murphy http://members.home.com/pnmurphy/ Home Lat: 43° 33' 29" N, Lon: 79° 39' 03" W Work Lat: 43° 25' 30" N, Lon: 79° 42' 34" W To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 15:31:54 2000 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id E37DB37BA49 for ; Sat, 27 May 2000 15:31:47 -0700 (PDT) (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 12vnoY-000NeU-00; Sat, 27 May 2000 22:08:10 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12vnoX-000C6E-00; Sat, 27 May 2000 22:08:09 +0100 Date: Sat, 27 May 2000 22:08:09 +0100 From: Ben Smithurst To: "Ilia E. Chipitsine" Cc: Mark Ovens , questions@freebsd.org Subject: Re: user-ppp and "set log" Message-ID: <20000527220809.B59863@strontium.scientia.demon.co.uk> References: <20000527095103.A233@parish> 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 Ilia E. Chipitsine wrote: > no, I don't care. > there's a reason: I wrote an awk program, which catches ppp's log > (thank to syslog.conf !). I want all the ppp's log go to STDIN > of my program, there's simply nobody who reads logs. So what's the problem? Just write your awk program properly so it ignores the lines you don't want. All PPP log entries say which category they are anyway: May 27 21:47:26 scientia ppp[77756]: tun0: LCP: deflink: LayerUp May 27 21:47:26 scientia ppp[77756]: tun0: LQM: deflink: LQR/ECHO LQR not negotiated May 27 21:47:26 scientia ppp[77756]: tun0: Phase: bundle: Authenticate .. etc -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 15:32:25 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 8A24A37BA99 for ; Sat, 27 May 2000 15:30:59 -0700 (PDT) (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 12vnvf-000Nem-00; Sat, 27 May 2000 22:15:31 +0100 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.12 #7) id 12vnvf-000DFE-00; Sat, 27 May 2000 22:15:31 +0100 Date: Sat, 27 May 2000 22:15:31 +0100 From: Ben Smithurst To: Gabriel Ambuehl Cc: freebsd-questions@freebsd.org Subject: Re: How can I rebuild just the parts of the system that have changed? Message-ID: <20000527221531.C59863@strontium.scientia.demon.co.uk> References: <8525685894.20000527195254@buz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <8525685894.20000527195254@buz.ch> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gabriel Ambuehl wrote: > I do quite frequent CVSups with 4.0 STABLE which is working very well > but make buildworld takes way too long for frequent use (K6-2 450), IMHO. There's something wrong if you think they take too long (either with your system or your definition of "too long"). I do buildworlds on a K6-2 350 and it only takes a few hours. Just let it run overnight, you don't have to sit and watch it, you know. OTOH I am right now waiting for a buildworld on a 486 to complete. I hope it will be done by the morning (10pm now, so I'm hoping it will be done by 10am tomorrow) but I'm not counting on it. Yes, I'm quite mad. > there a possibility to just recompile the changed files and the kernel > instead of the complete world? You can, but you've only got yourself to blame if you miss something important then. In particular, when you install the kernel you must rebuild and reinstall libkvm and anything which uses it. (ps, top, vmstat, ...) Just do, e.g., # cd /usr/src/bin/ls # make obj # make clean all install to install /bin/ls, for example. Note that you should *never* run make under /usr/src/contrib, if you want to install something which lives there you will find the Makefiles for that stuff elsewhere, e.g. Perl lives in /usr/src/contrib/perl but to install it you should do # cd /usr/src/gnu/usr.bin/perl --> *not* /usr/src/contrib/perl # make obj # make clean all install But if you didn't know all this already, you probably shouldn't be doing it and should be sticking with make world which handles all the gory details for you. -- Ben Smithurst / ben@scientia.demon.co.uk / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 16:11:26 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 6C4C037B536 for ; Sat, 27 May 2000 16:11:21 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.59.234] (helo=parish.my.domain) by ruthenium.btinternet.com with esmtp (Exim 2.05 #1) id 12vckk-0005M6-00; Sat, 27 May 2000 10:19:30 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id KAA00798; Sat, 27 May 2000 10:19:18 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 10:19:17 +0100 From: Mark Ovens To: Greg Lehey Cc: Willem Brown , questions@freebsd.org Subject: Re: make release Message-ID: <20000527101917.F233@parish> References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000527184449.C32417@freebie.lemis.com>; from grog@lemis.com on Sat, May 27, 2000 at 06:44:50PM +0930 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 06:44:50PM +0930, Greg Lehey wrote: > On Saturday, 27 May 2000 at 10:12:28 +0100, Mark Ovens wrote: > > On Sat, May 27, 2000 at 06:23:20PM +0930, Greg Lehey wrote: > >> On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: > >>> Greg Lehey wrote: > >>>> > >>>> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: > >>>>> Hi, > >>>>> > >>>>> I've cvsup'd my 4.0R to 4.0S and would like to do a > >>>>> make release but I need a CVSROOT? What do I need to get still > >>>>> for this to work? > >>>> > >>>> You need a CVS tree. It looks as if you cvsupped only the sources, > >>>> right? > >>>> > >>>> It is possible to specify a remote CVS root, but you'll need to have > >>>> some kind of access to it. You're probably better off cvsupping the > >>>> repository rather than the sources. > >>> > >>> Thanks. I had a look at the sample files, > >>> /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, > >>> I would use release=cvs tag=RELEN_4? > >> > >> Well, RELENG_4. > >> > >>> Can I convert the CVSUP'd sources to a repository without > >>> having to get the whole repository. I'm a bit bandwidth impaired. > >> > >> Not easily. Theoretically you could just create a new repository and > >> check the sources in with tag RELENG_4, but it would be a lot of work. > >> If you have an old repository copy, such as on a CD-ROM set from > >> Walnut Creek, you can easily update it with cvsup. > >> > > > > Shouldn't that be cvs(1), not cvsup(1) for the repository? > > No. cvsup updates repositories, cvs manipulates them. After > synchronizing the repository with cvsup, you update your source tree > with cvs update. > Ah right, thanks. > 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 -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 16:33:11 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 D203B37B507; Sat, 27 May 2000 16:33:06 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (nobody@relay.nuxi.com [169.237.7.38]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id QAA17100; Sat, 27 May 2000 16:32:43 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id QAA03596; Sat, 27 May 2000 16:32:21 -0700 (PDT) (envelope-from obrien) Date: Sat, 27 May 2000 16:32:20 -0700 From: "David O'Brien" To: Otter , imp@FreeBSD.org, -questions , -current Subject: Re: Kernel making problems Message-ID: <20000527163220.A3549@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <392FBF0E.61D922B7@telocity.com> <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx>; from jhb@FreeBSD.org on Sat, May 27, 2000 at 11:09:00AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT 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 On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: > You need to build and install a new world before a new kernel. It looks > like this needs to go into src/UPDATING. Actually just the following will also fix the problem: cd /usr/src/gnu/usr.bin/binutils make obj make depend make all install -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 17: 8:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 6FFC137BA3F for ; Sat, 27 May 2000 17:08:33 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA37584; Sun, 28 May 2000 09:37:48 +0930 (CST) Date: Sun, 28 May 2000 09:37:48 +0930 From: Greg Lehey To: Caleb Walker Cc: Chris Fedde , Thomas Good , Sue Blake , freebsd-questions@FreeBSD.ORG Subject: Re: Modem Message-ID: <20000528093748.H32417@freebie.lemis.com> References: <200005270546.e4R5kNH03003@fedde.littleton.co.us> <39302E50.543F2BA7@netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <39302E50.543F2BA7@netzero.net> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 13:21:36 -0700, Caleb Walker wrote: > Chris Fedde wrote: > >> On Fri, 26 May 2000 22:12:09 -0700 Caleb Walker wrote: >>> ------------------ >>> It looks like I can just edit the ppp.conf file and it will all >>> be all right but how do I know what device my modem is connected >>> to? >>> ------------------ >> >> Um... in ppp.conf there is a line like >> >> set device /dev/cua*** >> >> That is the device that your modem is connected to... > > Um... in the ppp.conf it says, "Make sure that 'device' references > the correct serial port for your modem. (cuaa0 = COM1, cuaa1 = > COM2)". This tells me that this is a simple text document that was > written as an example to modify. So, what is the true way to make > for sure what device the modem is using and how to configure them to > work properly. Is there a dmesg like thing that I can do to make > for sure that what I am looking at is really what the computer is > using as a modem. The computer doesn't use anything as a modem. You need to physically connect it to a serial port. If it's an internal modem, you need to set jumpers or switches to say what port it should use. dmesg will show you which ports it finds, but it can't recognize a modem. > Maybe I am wrong here I dont know but this is what I was thinking in > this situation. Am I wrong? Should I just assume that the ppp.conf > is correct in saying that cuaa1 is the modem? No. You have approximately 45% chance that it is right. > Or, should I think that cuaa1 might be the seial port that my mouse > is using. No. > If so then how does one configure this device because right now the > cuaa1 is configured for 1200 baud? How do you know that? So, now: if your modem is external, what is it connected to? If it's internal, how's it configured? You need to find the answer to that one yourself. 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 May 27 17:24: 7 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 391A437B5B8 for ; Sat, 27 May 2000 17:24:00 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id JAA37731; Sun, 28 May 2000 09:53:52 +0930 (CST) Date: Sun, 28 May 2000 09:53:52 +0930 From: Greg Lehey To: Chad Ziccardi Cc: questions@FreeBSD.ORG Subject: Slow build (was: make buildworld WAS: Re: make release) Message-ID: <20000528095352.A37683@freebie.lemis.com> References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> <392F92E0.3BEAA611@3-cities.com> <20000527185515.D32417@freebie.lemis.com> <392F96FE.D92E03BA@3-cities.com> <392FA798.7A396A3C@bellatlantic.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <392FA798.7A396A3C@bellatlantic.net> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 6:46:48 -0400, Chad Ziccardi wrote: > Kent Stewart wrote: (speaking about a few 486's) >> I've used CVS but not enough to remember the proper terminology. What >> has my interest is getting people started with 4.0-Stable. A build >> world of some of these machines won't take forever but it's close :). > > > Speaking of forever... > > I have a P133, 16mb ram I use as a samba server for my home networks, it > was runnign 4.0-R, and I cvsup'd to 4.0-S (src-all, ports-all). > > I then "make -j4 buildworld &> /net/logs/buildworld.log" it has been going > for over 54 hours. Is this normal? No, it shouldn't take that long. > On my other machine (750 Athlon, 512 ram) it took about an hour and > a half to make world, is there much of a difference? Strange. I have a 750 Athlon with 256 MB RAM, and it only takes a little over an hour. > Or is my P133 that slow? Are there any ways can I speed it (make > buildworld) up? I suspect that something has gone wrong. Do you have a looping process? Is anything happening at all? 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 May 27 17:29:17 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 B767937BB40 for ; Sat, 27 May 2000 17:29:11 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA01954; Sun, 28 May 2000 10:31:09 +1000 From: Danny To: Jahanur R Subedar , freebsd-questions@FreeBSD.ORG Subject: Re: Getway setup help through cable modem! Date: Mon, 29 May 2000 10:35:54 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052910362902.00361@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG It sounds like you need to setup Network Address Translation. On Sat, 27 May 2000, Jahanur R Subedar wrote: > HI Folks, > > The service ppl came and installed the cable modem with Static IP. > I am trying to make a Freebsd 2.2.5 server to act as an Getway for my > 4 other internal Lan computers. > > This is what I have done so far: > 1) Installed a network card in the Freebsd machine. > 2) Configured the rc.conf file for ifconfig with the static IP address > given to me by cable modem company. > 3) also Configured an alias of the same NIC with virtual IP address to see > the Local LAN. > 4) Set the Defaultrouter="cable_modem_ip_address" > 5) Set the Getway_enable+"YES" > 6) modified the hosts, resolve.conf and hosts.equiv. > 7) Connected a RJ45 UTP cable from the HUB "out_to_hub" port to the cable > modem RJ45 port. > 8) Connected one of the RJ45 from the HUB to the NIC of the FreeBSD RJ45. > 9) Reebooted the system. > > I am still not being able to go outside from the FreeBSD. > Please help me where am I doing wrong. > Do you think I need IPFW/NATD installed? > Please help! > > Thanks in Advanced. > Jahanur@jjsoft.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 May 27 17:30:18 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 5303E37B599 for ; Sat, 27 May 2000 17:30:14 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA01981; Sun, 28 May 2000 10:32:20 +1000 From: Danny To: Michael Johnson , questions@FreeBSD.ORG Subject: Re: GnomeCORE.tgz Date: Mon, 29 May 2000 10:37:03 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052910374103.00361@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Just install it using the ports. It is so much quicker than doing it your way. It does all the work for you. On Sat, 27 May 2000, Michael Johnson wrote: > I am just wondering , Why isnt gnomecore a package anymore? Its not on > the ftp and it hasnt been for a while. I thought someone took it down cuz > they were updateing it but it hasnt been there for a few weeks. > Mike Johnson > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 27 17:31:45 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 0A16E37B595 for ; Sat, 27 May 2000 17:31:41 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA02001; Sun, 28 May 2000 10:33:47 +1000 From: Danny To: "Matt Bedynek" , Subject: Re: Q3 server Date: Mon, 29 May 2000 10:38:45 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052910390804.00361@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What files did you get to setup this quake server.? On Sat, 27 May 2000, Matt Bedynek wrote: > I am tring to start a Quake 3 server in detached mode however, I am having > problems > > This command line was suggested to me to try: > > q3ded +cvar_reset +set dedicated 2 +set fs_game InstaGibPlus +set net_port > 27964 +exec instagib.config > /dev/null 2>&1 & > > However, after a few minutes the process appears to freeze and I have to run > a kill -9 to remove it from the list. :-( > > any help would be appreciated!!!! > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 27 17:34: 0 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 DDBDE37B595 for ; Sat, 27 May 2000 17:33:56 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA02029; Sun, 28 May 2000 10:35:54 +1000 From: Danny To: Roman Peleh , questions@FreeBSD.ORG Subject: Re: Date: Mon, 29 May 2000 10:40:15 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: MIME-Version: 1.0 Message-Id: <00052910411505.00361@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -From experience maybe you might have doggy hardware on your BSD box. Maybe try swapping your RAM around or whatever to see if any progress has been made. On Sat, 27 May 2000, Roman Peleh wrote: > Excuse that I ask you again but if you can please answer the foolowing > question . When I am working I receive the folowing error > Fatal trap: page fault while in kernel mode > and after some time my machine reboot by itself > If somebody can help please help. > Thank you in advance. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 17:35: 3 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 B5C8F37B590 for ; Sat, 27 May 2000 17:34:59 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA02045; Sun, 28 May 2000 10:37:06 +1000 From: Danny To: "Mark A. Hummel" , freebsd-questions Subject: Re: Why can't I cd to some of my directories? Date: Mon, 29 May 2000 10:41:52 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <392FD5A9.4A4EC3D@ispchannel.com> MIME-Version: 1.0 Message-Id: <00052910422606.00361@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG - If you want to unmount the /cdrom - Try umount /cdrom - Then cd / On Sun, 28 May 2000, Mark A. Hummel wrote: > Greetings, > > I'm re-sending this in plain text... sorry about the html codes in the > last post. > > Sometimes when I try to cd to a directory like /usr/local/... I get an > error message reading: Can't cd to ... > I then try to cd one level down at a time. cd /usr then pwd to find > out I actually made the trip. Then cd local and I get something like, > "Sorry, can't cd to /usr/local." Why? I'm logged in as root. > > Now that I'm thinking about it, after I mount my CD ROM, I can see the > files on it and everything, but, for some reason, I can't unmount it and > I can't get back to a directory on my BSD hard drive where root is > mounted. What's up? > > BTW, I'm sure you'll all be happy to know that I just got an email > confirmation that my Complete FreeBSD 4.0 Book was shipped yesterday > (May 26) from Walnut Creek. > > Thanks > > Mark > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 17:36: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 D01D037B590 for ; Sat, 27 May 2000 17:36:29 -0700 (PDT) (envelope-from dannyh@idx.com.au) Received: from freebsd.freebsd.org (surry-pool-142.alpha.net.au [203.41.44.142] (may be forged)) by mail.alpha.net.au (8.9.3/8.9.3) with SMTP id KAA02062; Sun, 28 May 2000 10:38:10 +1000 From: Danny To: Dutch Collins , Alex Kwan Subject: Re: Hidden File Date: Mon, 29 May 2000 10:42:53 +1000 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain Cc: freebsd-questions@FreeBSD.ORG References: <392FD96C.EFEE0170@charm.net> MIME-Version: 1.0 Message-Id: <00052910433007.00361@freebsd.freebsd.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -To view hidden files you need to use "ls -al" instead of "ls -l" -Read the man pages for more details On Sun, 28 May 2000, Dutch Collins wrote: > Alex Kwan wrote: > > > > Hi > > > > How to view and edit a hidden file and > > make a normal file to be a hidden file? > > > > Thanks > > If you mean a file such as, .profile then the following may be a good > method. > > 1) emacs .profile > > 2) The concept of hidden file in UNIX is not the same as MS products. > Do the following, man ls > > I would try to be more lucid when asking a question like this. > > -d > -- > +------------------------------------------------------------------+ > | Stuff n. -trappings, essence, junk, things, gear | > +------------------------------------------------------------------+ > | My site full of Stuff : http://www.charm.net/~dutch | > | #2 e-mail [servers do crash] : 2quasimoto@netscape.net | > | | > |$Id: overly-complex-sig.txt,v 1.0 2000/05/22 18:09:00 dutch Exp $ | > +------------------------------------------------------------------+ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 27 17:38:10 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 28DB537B590 for ; Sat, 27 May 2000 17:38:06 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA37896; Sun, 28 May 2000 10:07:57 +0930 (CST) Date: Sun, 28 May 2000 10:07:57 +0930 From: Greg Lehey To: al goldstein Cc: FreeBSD Questions Subject: Re: http://www.freebsd.org/handbook/hw-storage.html Message-ID: <20000528100757.C37683@freebie.lemis.com> References: <200005272137.OAA03293@sense-gold-134.oz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <200005272137.OAA03293@sense-gold-134.oz.net> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG [following up to -questions; this isn't a documentation issue] On Saturday, 27 May 2000 at 14:37:48 -0700, al goldstein wrote: > Does Freebds4.0 support ide UDMA-66? Yes. 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 May 27 17:39:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (Postfix) with ESMTP id 875A637B590 for ; Sat, 27 May 2000 17:39:26 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id KAA37922; Sun, 28 May 2000 10:08:58 +0930 (CST) Date: Sun, 28 May 2000 10:08:58 +0930 From: Greg Lehey To: Al Goldstein Cc: John Reynolds , questions@FreeBSD.ORG Subject: Re: http://www.freebsd.org/handbook/hw-storage.html Message-ID: <20000528100857.D37683@freebie.lemis.com> References: <14640.17073.166186.538204@whale.home-net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 15:28:36 -0700, Al Goldstein wrote: >> [ On Saturday, May 27, al goldstein wrote: ] >>> Does Freebds4.0 support ide UDMA-66? >> >> some controllers are supported, some aren't. ICH is, the promise >> controllers I *believe* are supported (or very soon). I don't know >> for sure. >> >> This question would be better asked at questions@freebsd.org since >> this is the documentation mailing list. Reformat your question with >> the exact chipset you hope to use and ask there. >> >> Or, search the mailing list archives for the chipset. > > Is ABIT BP6 UDMA-66 supported in Freebsd4.0? Yes. I have one. 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 May 27 17:43:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from alice.pdq.net (alice.pdq.net [204.145.251.236]) by hub.freebsd.org (Postfix) with SMTP id B957B37B590 for ; Sat, 27 May 2000 17:43:51 -0700 (PDT) (envelope-from mbedynek@pdq.net) X-AirNote: 1 Received: from 216-118-56-85.pdq.net [216.118.56.85-6] by pocahontas.pdq.net ID 46_-1; Sat, 27 May 2000 19:43:25 -0500 From: "Matt Bedynek" To: "Danny" , Subject: RE: Q3 server Date: Sat, 27 May 2000 19:42:27 -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 In-Reply-To: <00052910390804.00361@freebsd.freebsd.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Don't recall off hand, but it was the Linux GLIBC files I believe. I installed the latest pointrelease then put the .PK3 files in. The server runs perfectly under screen, but I want to detach it as a process/daemon. > -----Original Message----- > From: Danny [mailto:dannyh@idx.com.au] > Sent: Sunday, May 28, 2000 7:39 PM > To: Matt Bedynek; freebsd-questions@FreeBSD.ORG > Subject: Re: Q3 server > > > What files did you get to setup this quake server.? > > > > On Sat, 27 May 2000, Matt Bedynek wrote: > > I am tring to start a Quake 3 server in detached mode however, > I am having > > problems > > > > This command line was suggested to me to try: > > > > q3ded +cvar_reset +set dedicated 2 +set fs_game InstaGibPlus > +set net_port > > 27964 +exec instagib.config > /dev/null 2>&1 & > > > > However, after a few minutes the process appears to freeze and > I have to run > > a kill -9 to remove it from the list. :-( > > > > any help would be appreciated!!!! > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" 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 May 27 17:52:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B6FF437B604; Sat, 27 May 2000 17:52:37 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id SAA30032; Sat, 27 May 2000 18:52:37 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id SAA01735; Sat, 27 May 2000 18:52:26 -0600 (MDT) Message-Id: <200005280052.SAA01735@harmony.village.org> To: obrien@FreeBSD.org Subject: Re: Kernel making problems Cc: Otter , -questions , -current In-reply-to: Your message of "Sat, 27 May 2000 16:32:20 PDT." <20000527163220.A3549@dragon.nuxi.com> References: <20000527163220.A3549@dragon.nuxi.com> <392FBF0E.61D922B7@telocity.com> <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> Date: Sat, 27 May 2000 18:52:26 -0600 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <20000527163220.A3549@dragon.nuxi.com> "David O'Brien" writes: : On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: : > You need to build and install a new world before a new kernel. It looks : > like this needs to go into src/UPDATING. : : Actually just the following will also fix the problem: : : cd /usr/src/gnu/usr.bin/binutils : make obj : make depend : make all install I thought about that, but wasn't sure that the new binutils would work with all versions of -current that we support upgrading. There's also other issues that need a make install because of the bsd.kmod.mk. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 18:28: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id 8E45A37B55D; Sat, 27 May 2000 18:28:02 -0700 (PDT) (envelope-from otterr@telocity.com) Received: from telocity.com (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with ESMTP id SAA00397; Sat, 27 May 2000 18:24:47 -0700 (PDT) Message-ID: <3930765E.1F6E0E02@telocity.com> Date: Sat, 27 May 2000 21:29:02 -0400 From: Otter X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: obrien@FreeBSD.ORG, -questions , -current Subject: Re: Kernel making problems References: <20000527163220.A3549@dragon.nuxi.com> <392FBF0E.61D922B7@telocity.com> <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> <200005280052.SAA01735@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > > In message <20000527163220.A3549@dragon.nuxi.com> "David O'Brien" writes: > : On Sat, May 27, 2000 at 11:09:00AM -0400, John Baldwin wrote: > : > You need to build and install a new world before a new kernel. It looks > : > like this needs to go into src/UPDATING. > : > : Actually just the following will also fix the problem: > : > : cd /usr/src/gnu/usr.bin/binutils > : make obj > : make depend > : make all install > > I thought about that, but wasn't sure that the new binutils would work > with all versions of -current that we support upgrading. > > There's also other issues that need a make install because of the > bsd.kmod.mk. > > Warner > actually, it seems that the "make includes" resolved my problem. Usually, i'll make buildworld, crank out a new kernel, then make installworld. I did make buildworld; make installworld, THEN made a new kernel and it seems to be running fine now. Thanks guys! -Otter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 19: 3: 3 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 E7AC037B547 for ; Sat, 27 May 2000 19:02:58 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id VAA06339; Sat, 27 May 2000 21:02:44 -0500 (CDT) (envelope-from dan) Date: Sat, 27 May 2000 21:02:44 -0500 From: Dan Nelson To: Matt Bedynek Cc: Danny , freebsd-questions@FreeBSD.ORG Subject: Re: Q3 server Message-ID: <20000527210244.B5414@dan.emsphone.com> References: <00052910390804.00361@freebsd.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from "Matt Bedynek" on Sat May 27 19:42:27 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 27), Matt Bedynek said: > Don't recall off hand, but it was the Linux GLIBC files I believe. > > I installed the latest pointrelease then put the .PK3 files in. > > The server runs perfectly under screen, but I want to detach it as a > process/daemon. What I do for my qw server is run a detached screen as part of bootup: -- /usr/local/etc/rc.d/quake.sh -- #! /usr/local/bin/zsh echo -n ' quake' cd ~quake renice -20 $$ unlimit -h core unlimit core echo 'screen -dm sh -c ./qsrv' | su quake -- qsrv2 -- #! /bin/zsh # Run our script forever date date +"%y-%m-%d %T Restart" >> logfile.qw if [ -f qf-server.gmon ] ; then mv qw-server.gmon qw-server.gmon.$(date +%y%m%d%H%M%S) fi ./qf-server +gamedir creeper echo "l64 /dev/speaker sleep 5 exec ./qsrv2 -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 19: 3:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id E0F0A37B6EE for ; Sat, 27 May 2000 19:03:23 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.59.234] (helo=parish.my.domain) by tantalum with esmtp (Exim 2.05 #1) id 12vcQV-00078H-00; Sat, 27 May 2000 09:58:36 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id JAA00644; Sat, 27 May 2000 09:58:23 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 09:58:23 +0100 From: Mark Ovens To: Mauricio Westendorff Pegoraro Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: Wine Problem Message-ID: <20000527095823.B233@parish> References: <392EFC3B.67836CD@pucrs.br> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 1.0.1i In-Reply-To: <392EFC3B.67836CD@pucrs.br>; from mwp@pucrs.br on Fri, May 26, 2000 at 07:35:40PM -0300 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 07:35:40PM -0300, Mauricio Westendorff Pegoraro wrote: > Hi. > > I'm trying to install wine in my 4.0-STABLE box. There are some > problems. > > Exit of installation follows: > > >bash-2.03$ ./configure > >.... > >Configure finished. Do 'make depend && make' to compile Wine. > > > >bash-2.03$ make depend > >cd ./tools && make makedep > >make: don't know how to make makedep.o. Stop > >*** Error code 2 > > > >Stop in /usr/home/mwp/win/wine-20000430. > >bash-2.03$ > > Configure is ok. But make is not ok. :) > I far as I remember, it worked in my 3.4-STABLE box, but I can't realize > what's wrong with this one. > The wine I'm trying is the latest version, not the one in the ports > collection. I've tryied the wine from ports and it went wrong too (same > errors). > 20000430 *is* the latest version in the ports. cvsup your ports tree. It built fine for me under 4.0-STABLE, except that it doesn't install the .so libs (easily fixed by cd'ing to the dlls directory and running ``make install''), I'm putting together patches to fix this. HTH > Any help I shall thank. > > Thanks. > > MaurícioWP. > > --- > mwp@pucrs.br > Unix & Security Team > PUCRS - Brasil > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 20:20:14 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 11F7F37B53E for ; Sat, 27 May 2000 20:20:03 -0700 (PDT) (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 XAA54250; Sat, 27 May 2000 23:19:26 -0400 (EDT) (envelope-from cjc) Date: Sat, 27 May 2000 23:19:25 -0400 From: "Crist J. Clark" To: Jahanur R Subedar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Getway setup help through cable modem! Message-ID: <20000527231925.A52838@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 jahanur@jjsoft.com on Sat, May 27, 2000 at 01:04:47AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 01:04:47AM -0500, Jahanur R Subedar wrote: > > HI Folks, > > The service ppl came and installed the cable modem with Static IP. > I am trying to make a Freebsd 2.2.5 server to act as an Getway for my > 4 other internal Lan computers. > > This is what I have done so far: > 1) Installed a network card in the Freebsd machine. > 2) Configured the rc.conf file for ifconfig with the static IP address > given to me by cable modem company. > 3) also Configured an alias of the same NIC with virtual IP address to see > the Local LAN. Couple of things: 1) Where did this "virtual" IP address come from? 2) LAN means local area network. Isn't "local LAN" somewhat redundant? 3) You have no "local LAN." Everything connected to the hub is all one LAN with the cable LAN. > 4) Set the Defaultrouter="cable_modem_ip_address" > 5) Set the Getway_enable+"YES" > 6) modified the hosts, resolve.conf and hosts.equiv. ^^^^^^^^^^^ I would strongly suggest you not trust IP addresses when you are hooked up to a untruested network like a coax cable LAN. > 7) Connected a RJ45 UTP cable from the HUB "out_to_hub" port to the cable > modem RJ45 port. > 8) Connected one of the RJ45 from the HUB to the NIC of the FreeBSD RJ45. Do all of the link lights come on? > 9) Reebooted the system. > > I am still not being able to go outside from the FreeBSD. From what you described, your FreeBSD box should talk to the outside just fine. However, from what you descrbed, it is not acting like a gateway for anyone. > Please help me where am I doing wrong. > Do you think I need IPFW/NATD installed? Probably. -- 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 May 27 20:21:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nwcst322.netaddress.usa.net (nwcst322.netaddress.usa.net [204.68.23.67]) by hub.freebsd.org (Postfix) with SMTP id D4CB937B7EC for ; Sat, 27 May 2000 20:21:25 -0700 (PDT) (envelope-from tom.hines2@usa.net) Received: (qmail 16701 invoked by uid 60001); 28 May 2000 03:21:25 -0000 Message-ID: <20000528032125.16700.qmail@nwcst322.netaddress.usa.net> Received: from 204.68.23.67 by nwcst322 for [206.173.56.53] via web-mailer(34FM1.4.02C) on Sun May 28 03:21:24 GMT 2000 Date: 27 May 00 21:21:24 MDT From: Tom Hines2 To: freebsd-questions@freebsd.org Subject: pppd: couldn't stat /dev/cuaa1/115200: Operation not supported X-Mailer: USANET web-mailer (34FM1.4.02C) 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 Linux convert here. I just installed FreeBSD 4.0-Release. Everything we= nt well except for the PPP setup. My modem's on /dev/cuaa1 (com2) and works= =2E I verified with minicom. I followed the directions from the handbook on us= ing kernel PPP, but when I try to connect, I get the error message "couldn't = stat /dev/cuaa1/115200: Operation not supported". I have no idea what that me= ans. = I got so desperate that I even installed KDE just to use KPPP, but got th= e same error message. Can anybody help? Also, should I use user PPP instead of kernel PPP? I would have to recom= pile my kernel. Thanks in advance! Tom Hines Rockville, MD ____________________________________________________________________ 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 Sat May 27 20:23:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id ADF2D37B789 for ; Sat, 27 May 2000 20:23:27 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.45.103] (helo=parish.my.domain) by protactinium with esmtp (Exim 3.03 #16) id 12veMO-0003MX-00; Sat, 27 May 2000 12:02:28 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id MAA02656; Sat, 27 May 2000 12:02:18 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 12:02:17 +0100 From: Mark Ovens To: Alex Kwan Cc: freebsd-questions@freebsd.org Subject: Re: KDE's configue file Message-ID: <20000527120217.N233@parish> References: <001301bfc7c6$c9228d00$bd1d40ca@alexkwan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <001301bfc7c6$c9228d00$bd1d40ca@alexkwan>; from alexkwan@pacific.net.hk on Sat, May 27, 2000 at 06:31:46PM +0800 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 06:31:46PM +0800, Alex Kwan wrote: > Hi! > > (1) Do the KDE have configue file like .fvwm95rc of fvwm95? > (2) If yes, what is the name and location? > Look in ~/.kde/share/config/ > Thanks > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 20:34:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-04-real.cdsnet.net (mail-04-real.cdsnet.net [204.118.244.94]) by hub.freebsd.org (Postfix) with SMTP id 2EFBF37B6E5 for ; Sat, 27 May 2000 20:34:48 -0700 (PDT) (envelope-from mrcpu@internetcds.com) Received: (qmail 67994 invoked from network); 28 May 2000 03:34:47 -0000 Received: from schizo.cdsnet.net (204.118.244.32) by mail-03-real.cdsnet.net with SMTP; 28 May 2000 03:34:47 -0000 Date: Sat, 27 May 2000 20:29:14 -0700 (PDT) From: Jaye Mathisen X-Sender: mrcpu@schizo.cdsnet.net To: Warner Losh Cc: John Baldwin , Otter , -questions , -current Subject: Re: Kernel making problems In-Reply-To: <200005272148.PAA00852@harmony.village.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 Wasn't there just a big to-do wrt to 4.0 (then -current), about the right way to do things is to install a new kernel, then build the world? I seem to remember Rod championing this method. (Had something to do with some syscall interface changing). On Sat, 27 May 2000, Warner Losh wrote: > In message <20000527150900.WQLV22611.mail.rdc1.va.home.com@john.baldwin.cx> John Baldwin writes: > : You need to build and install a new world before a new kernel. It looks > : like this needs to go into src/UPDATING. > > Done. Others have suggested this as well. > > Warner > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 May 27 20:37: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 889EC37B626; Sat, 27 May 2000 20:36:54 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id VAA30828; Sat, 27 May 2000 21:36:53 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id VAA49359; Sat, 27 May 2000 21:36:42 -0600 (MDT) Message-Id: <200005280336.VAA49359@harmony.village.org> To: Jaye Mathisen Subject: Re: Kernel making problems Cc: John Baldwin , Otter , -questions , -current In-reply-to: Your message of "Sat, 27 May 2000 20:29:14 PDT." References: Date: Sat, 27 May 2000 21:36:42 -0600 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message Jaye Mathisen writes: : Wasn't there just a big to-do wrt to 4.0 (then -current), about the right : way to do things is to install a new kernel, then build the world? Yes. That was needed for a while since the new binaries produced code the olkd kernel couldn't execute. : I seem to remember Rod championing this method. (Had something to do with : some syscall interface changing). Yup. However, with the changes to binutils and also the kernel .s files, we have no choice. You'll need at least the binutils. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 20:38:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sense-gold-134.oz.net (sense-gold-134.oz.net [216.39.162.134]) by hub.freebsd.org (Postfix) with ESMTP id 13E3037B626 for ; Sat, 27 May 2000 20:38:28 -0700 (PDT) (envelope-from al@sense-gold-134.oz.net) Received: from localhost (al@localhost) by sense-gold-134.oz.net (8.9.3/8.9.3) with ESMTP id UAA03829; Sat, 27 May 2000 20:37:52 -0700 Date: Sat, 27 May 2000 20:37:52 -0700 (PDT) From: Al Goldstein To: Greg Lehey Cc: FreeBSD Questions Subject: Re: http://www.freebsd.org/handbook/hw-storage.html In-Reply-To: <20000528100757.C37683@freebie.lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 28 May 2000, Greg Lehey wrote: Thanks for the reply, Greg. Is it an option in the kernel config file? ..Al > [following up to -questions; this isn't a documentation issue] > > On Saturday, 27 May 2000 at 14:37:48 -0700, al goldstein wrote: > > Does Freebds4.0 support ide UDMA-66? > > Yes. > > 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 May 27 20:41:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by hub.freebsd.org (Postfix) with ESMTP id CEDD437B65C for ; Sat, 27 May 2000 20:41:28 -0700 (PDT) (envelope-from jmutter@ds.net) Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by s1.ds.net (8.9.3/8.9.3) with ESMTP id XAA09030 for ; Sat, 27 May 2000 23:41:26 -0400 (EDT) Date: Sat, 27 May 2000 23:41:26 -0400 (EDT) From: jmutter To: freebsd-questions@freebsd.org Subject: Netbooting/Bootp - something's wrong... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to boot a FreeBSD 4.0 machine over the net. I'm using one of Intel's PXE cards and ISC dhcp v2. I can load pxeloader which in turn loads the kernel - however I'm getting stuck here: bootpc_init: wired to interface 'fxp0' bootpc_init: using network interface 'fxp0' Bootpc testing starting bootpc hw address:0:90:27:af:7c:75 BOOTP: timeout for server 0xffffff00 BOOTP: timeout for server 0xffffff00 BOOTP: timeout for server 0xffffff00 ... Here's a sample from the dhcpd.conf running on the server: option domain-name "foo.com"; option domain-name-servers XXX.YYY.1.4,XXX.YYY.1.5; shared-network name { subnet AAA.BBB.134.0 netmask 255.255.255.0 { range AAA.BBB.134.125 AAA.BBB.134.140; range AAA.BBB.134.142 AAA.BBB.134.149; server-identifier AAA.BBB.134.10; option routers AAA.BBB134.1; } subnet AAA.BBB.135.0 netmask 255.255.255.0 { allow bootp; allow booting; option root-path "/data/bsdfs"; range AAA.BBB.135.77 AAA.BBB.135.150; server-identifier AAA.BBB.134.10; option routers AAA.BBB.135.1; filename "pxeboot"; } } I'm not sure why I'm getting the server timeouts for bootp - after all, it's the same server that handed out the dhcp info as well as info for the kernel and boot loader. Here's a snippit from the kernel: # One of these is mandatory: options FFS #Fast filesystem options MFS #Memory File System options NFS #Network File System options NFS_ROOT #NFS usable as root device ... device fxp # Intel EtherExpress PRO/100B options BOOTP # Use BOOTP to obtain IP address/hostname options BOOTP_NFSV3 options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP options BOOTP_COMPAT # Workaround for broken bootp daemons. options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP ... options INIT_PATH="/stand/sysinstall" Any ideas? What am I doing wrong here? Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 20:45:49 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id DE06C37B7AD for ; Sat, 27 May 2000 20:45:44 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id NAA15805; Sun, 28 May 2000 13:15:34 +0930 (CST) (envelope-from grog) Date: Sun, 28 May 2000 13:15:34 +0930 From: Greg Lehey To: Al Goldstein Cc: FreeBSD Questions Subject: Re: http://www.freebsd.org/handbook/hw-storage.html Message-ID: <20000528131534.A15565@wantadilla.lemis.com> References: <20000528100757.C37683@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 20:37:52 -0700, Al Goldstein wrote: > On Sun, 28 May 2000, Greg Lehey wrote: >> [following up to -questions; this isn't a documentation issue] >> >> On Saturday, 27 May 2000 at 14:37:48 -0700, al goldstein wrote: >>> Does Freebds4.0 support ide UDMA-66? >> >> Yes. > > Thanks for the reply, Greg. > > Is it an option in the kernel config file? No, the driver detects it automatically. Note that for UDMA66 you need a special cable, and the driver also knows about some drives with broken UDMA66 implementation and automatically falls back to UDMA33. If you're out shopping for UDMA66 drives, the current word is that IBM is the best choice, and you should avoid Seagate. 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 May 27 20:50:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f328.law8.hotmail.com [216.33.240.203]) by hub.freebsd.org (Postfix) with SMTP id 30C6A37B626 for ; Sat, 27 May 2000 20:50:06 -0700 (PDT) (envelope-from jmd526@hotmail.com) Received: (qmail 32722 invoked by uid 0); 28 May 2000 03:50:05 -0000 Message-ID: <20000528035005.32721.qmail@hotmail.com> Received: from 209.220.228.2 by www.hotmail.com with HTTP; Sat, 27 May 2000 20:50:05 PDT X-Originating-IP: [209.220.228.2] From: "John Daniels" To: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: 4.0-RELEASE to 4.0-STABLE upgrade Date: Sat, 27 May 2000 23:50:05 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi: I just did an upgrade to STABLE. I just wanted to check what I did was OK. First, the handbook says to do the following order: 1. backup 2. CVsup 3. check /etc/make.conf and /etc/group 4. drop to single-user mode 5. remove /usr/obj 6. make world (or make buildworld and make installworld) 7. update /etc, /dev, (and optionally /stand) 8. compile and install a new kernel 9. reboot (with fastboot) ****** WHAT I DID DIFFERENTLY ******** 1. I used mergemaster for updating /etc. 2. www.freebsddiary.com has description of going from 4.0-RELEASE to STABLE and provides a script for doing so. The description and script shows that compiling and installing a new kernel (#8 above) comes *AFTER* make world (#6 above) - and *BEFORE* updating /etc. Thus, according to them, #8 comes before #7 in the above list. 3. Oops! I removed /usr/obj *AFTER* the make world, not before. I tried to redo make world but after a few messages (which seemed unimportant) it told me that the proc tables were full. I then compiled and installed a new kernel without any noticeable problems. 4. NOTE: For me, /etc/make.conf has only one line: "USA_RESIDENT=YES". Apparantly /etc/defaults/make.conf is what needs to be edited (after being copied to /etc.) Since I had not figured this out beforehand, I was unable to uncomment out CFLAGS and NOPROFILE as instructed in the Handbook. I have booted into, and am writing to you from, STABLE. Whatever I may have done wrong, so far I have not seen any (noticeable) problems. QUESTION: Will my system be OK? Will any of the above cause any problems (especially removing /usr/obj before making and installing the kernel) FOLLOWUP: Now that I have gone through the process of upgrading, I am looking into security. What is the easiest, most obvious (as in "duh!, why didn't you ...") steps to take to guard security. My setup is very simple: my home PC connected to a router with DSL service. I am the only user. I would like to use this machine as a web server and mail server, but I don't have anyone ftp-ing in (but I need to ftp out to retrieve files from time to time), logging in remotely, telnet-ing in, etc. Do I just modify inet.conf and/or hosts.allow to deny those services? How difficult is it to add a firewall like IPfilter? I will look into security in the handbook, of course, but all comments are welcome. Thanks in advance for all replies. John PS *THANKS* to all the FreeBSD developers who have contributed to this awesome system. The more I learn about it the more I am impressed. ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Sat May 27 21:20: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id B205837B626 for ; Sat, 27 May 2000 21:19:58 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id XAA04562; Sat, 27 May 2000 23:11:23 -0500 (CDT) Date: Sat, 27 May 2000 23:11:23 -0500 (CDT) From: Jahanur R Subedar To: Tom Hines2 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pppd: couldn't stat /dev/cuaa1/115200: Operation not supported In-Reply-To: <20000528032125.16700.qmail@nwcst322.netaddress.usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG /dev/cuaa1/115200 this line must be in your /etc/ppp/ppp.conf file. Remove it and that should be it. May be I am wrong. Jahanur On 27 May 2000, Tom Hines2 wrote: > Linux convert here. I just installed FreeBSD 4.0-Release. Everything went > well except for the PPP setup. My modem's on /dev/cuaa1 (com2) and works. I > verified with minicom. I followed the directions from the handbook on using > kernel PPP, but when I try to connect, I get the error message "couldn't stat > /dev/cuaa1/115200: Operation not supported". I have no idea what that means. > I got so desperate that I even installed KDE just to use KPPP, but got the > same error message. > > Can anybody help? > > Also, should I use user PPP instead of kernel PPP? I would have to recompile > my kernel. > > Thanks in advance! > > Tom Hines > Rockville, MD > > > ____________________________________________________________________ > 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 > Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 21:23:31 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f81.law8.hotmail.com [216.33.241.81]) by hub.freebsd.org (Postfix) with SMTP id B7FCC37B9D1 for ; Sat, 27 May 2000 21:23:27 -0700 (PDT) (envelope-from jmd526@hotmail.com) Received: (qmail 24556 invoked by uid 0); 28 May 2000 04:23:27 -0000 Message-ID: <20000528042327.24555.qmail@hotmail.com> Received: from 209.220.228.2 by www.hotmail.com with HTTP; Sat, 27 May 2000 21:23:27 PDT X-Originating-IP: [209.220.228.2] From: "John Daniels" To: n_hibma@freebsd.org Cc: freebsd-questions@freebsd.org Subject: USB difficulties Date: Sun, 28 May 2000 00:23:27 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi: I have tried to get USB working on my system after upgrading to 4.0-STABLE. I am running on an Acer Aspire PIII450 box with built in USB support. Before changing the kernel config file to include USB support, my USB mouse worked (simultaneously with the ps2 mouse!), but my USB keyboard did not. After including USB support, both the USB keyboard and USB mouse do not work, and the boot up stalls briefly as it figures out that there is a problem at uhub2 (see last line of dmesg below). My ps2 keyboard and mouse, of course, continue to work fine. Also, the USB keyboard has a USB port. I wonder if it contains an internal USB hub. Could that be the problem with the keyboard and/or USB in general on my system? Do I need to have pnp support activated in the BIOS (I think I was advised by you or other BSD people to turn this off a couple of months ago). It seems strange because the system seems to find my USB controller, my USB keyboard and my USB mouse, but all USB support then fails. Any suggestions? From uname: 4.0-STABLE FreeBSD 4.0-STABLE #1: Sat May 27 21:51:05 EDT 2000 From kernel config file: # USB support device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard #device ulpt # Printer #device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse # USB Ethernet, requires mii #device aue # ADMtek USB ethernet #device cue # CATC USB ethernet #device kue # Kawasaki LSI USB ethernet From dmesg: uhci0: port 0x8800-0x881f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub1: Atmel Corp. product 0x3301, class 9/0, rev 1.00/1.00, addr 2 uhub1: 4 ports with 4 removable, self powered ums0: Primax Electronics Comfort, rev 1.00/4.41, addr 3, iclass 3/1 ums0: 3 buttons uhub2: API API USB KB HUB, class 9/0, rev 1.00/1.01, addr 4 uhub2: 3 ports with 2 removable, bus powered ukbd0: API API USB KB HUB, rev 1.00/1.01, addr 5, iclass 3/1 uhub2: device problem, disabling port 2 ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Sat May 27 21:29:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mrs-1.smartworld.net (mrs-1-fix.smartworld.net [216.70.64.24]) by hub.freebsd.org (Postfix) with ESMTP id C748737BA0A for ; Sat, 27 May 2000 21:29:10 -0700 (PDT) (envelope-from dnormandin@freewwweb.com) Received: from odie (cust31.tnt1.dial.cal1.uunet.ca [209.167.219.31]) by mrs-1.smartworld.net (8.9.1a/8.9.1) with SMTP id AAA29707 for ; Sun, 28 May 2000 00:29:16 -0400 (EDT) Message-ID: <001601bfc85d$9b60f680$1fdba7d1@odie> From: "Duke Normandin" To: Subject: sh prompt Date: Sat, 27 May 2000 22:30:43 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have the following prompt in ~/.shrc: PS1="[$(tty | cut -c9-11)]:`whoami`.`hostname | sed 's/\..*//'`@"`pwd` case `id -u` in 0) PS1="${PS1}# ";; *) PS1="${PS1}$ ";; esac I want to introduce a ^J or \n in the "case" so that my prompt looks like: blah blah $ Anybody know how to get this to happen? Tia.... -duke -duke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 21:30:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id 3354337B9D1 for ; Sat, 27 May 2000 21:30:38 -0700 (PDT) (envelope-from daemon@mips.inka.de) Received: from bigeye.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 12vuii-00016z-01; Sun, 28 May 2000 06:30:36 +0200 Received: (from daemon@localhost) by bigeye.mips.inka.de (8.9.3/8.9.3) id EAA73814 for freebsd-questions@freebsd.org; Sun, 28 May 2000 04:35:40 +0200 (CEST) (envelope-from daemon) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: make buildworld WAS: Re: make release Date: 28 May 2000 04:35:39 +0200 Message-ID: <8gq0lr$282d$1@bigeye.mips.inka.de> References: <392F7ED2.6BADD19A@brwn.org> <20000527185515.D32417@freebie.lemis.com> <392F96FE.D92E03BA@3-cities.com> <392FA798.7A396A3C@bellatlantic.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Chad Ziccardi wrote: > I have a P133, 16mb ram I use as a samba server for my home networks, it ^^^^ > was runnign 4.0-R, and I cvsup'd to 4.0-S (src-all, ports-all). > > I then "make -j4 buildworld &> /net/logs/buildworld.log" it has been going ^^^ > for over 54 hours. The box is probably swapping wildly. I suggest you try this without "-j4". I'll put in an estimate at eight hours for the buildworld, give or take one. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 21:31:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id C9C0437BA46 for ; Sat, 27 May 2000 21:31:06 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from ns2.jjsoft.com (ns2.jjsoft.com [208.152.114.19]) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id XAA04597; Sat, 27 May 2000 23:22:34 -0500 (CDT) Date: Sat, 27 May 2000 23:22:34 -0500 (CDT) From: Jahanur R Subedar To: cjclark@home.com Cc: freebsd-questions@freebsd.org Subject: Re: Getway setup help through cable modem! In-Reply-To: <20000527231925.A52838@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 Thank you for you response. I have a home network and I am using this 17.16.0.0 virtual addresses. Now I have got cable installed ai want all the computer in my home network to be able to go to the internet. Yes you are right I have a hub that connects all my home network computers and at the same time I have connected the freebsd at same hub and then connected the cable modem to that uplink port on the hub. After long research I am able to go outside to internet from the Freebsd. Now the same ed1 is also acting as ed1_alias0 , this ed1_alias0 is is setup for home network Ip address. And ed1 is setup the Static IP provided by the CAble provider. My main plan is to go to the internet from the home network. Please help On Sat, 27 May 2000, Crist J. Clark wrote: > On Sat, May 27, 2000 at 01:04:47AM -0500, Jahanur R Subedar wrote: > > > > HI Folks, > > > > The service ppl came and installed the cable modem with Static IP. > > I am trying to make a Freebsd 2.2.5 server to act as an Getway for my > > 4 other internal Lan computers. > > > > This is what I have done so far: > > 1) Installed a network card in the Freebsd machine. > > 2) Configured the rc.conf file for ifconfig with the static IP address > > given to me by cable modem company. > > 3) also Configured an alias of the same NIC with virtual IP address to see > > the Local LAN. > > Couple of things: > > 1) Where did this "virtual" IP address come from? > > 2) LAN means local area network. Isn't "local LAN" somewhat > redundant? > > 3) You have no "local LAN." Everything connected to the hub is all > one LAN with the cable LAN. > > > 4) Set the Defaultrouter="cable_modem_ip_address" > > 5) Set the Getway_enable+"YES" > > 6) modified the hosts, resolve.conf and hosts.equiv. > ^^^^^^^^^^^ > I would strongly suggest you not trust IP addresses when you are > hooked up to a untruested network like a coax cable LAN. > > > 7) Connected a RJ45 UTP cable from the HUB "out_to_hub" port to the cable > > modem RJ45 port. > > 8) Connected one of the RJ45 from the HUB to the NIC of the FreeBSD RJ45. > > Do all of the link lights come on? > > > 9) Reebooted the system. > > > > I am still not being able to go outside from the FreeBSD. > > >From what you described, your FreeBSD box should talk to the outside > just fine. However, from what you descrbed, it is not acting like a > gateway for anyone. > > > Please help me where am I doing wrong. > > Do you think I need IPFW/NATD installed? > > Probably. > -- > Crist J. Clark cjclark@home.com > Jahanur R Subedar WWW.JJSOFT.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 21:45:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by hub.freebsd.org (Postfix) with ESMTP id 12B7437B626 for ; Sat, 27 May 2000 21:45:32 -0700 (PDT) (envelope-from jmutter@ds.net) Received: from s1.ds.net (s1.ds.net [207.239.204.1]) by s1.ds.net (8.9.3/8.9.3) with ESMTP id AAA09538 for ; Sun, 28 May 2000 00:45:26 -0400 (EDT) Date: Sun, 28 May 2000 00:45:26 -0400 (EDT) From: jmutter To: freebsd-questions@freebsd.org Subject: Continued... [Netbooting/Bootp - something's wrong...] Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Some additional information... I'm trying to boot a FreeBSD 4.0 machine over the net. I'm using one of Intel's PXE cards and ISC dhcp v2. I can load pxeloader which in turn loads the kernel - however I'm getting stuck here: bootpc_init: wired to interface 'fxp0' bootpc_init: using network interface 'fxp0' Bootpc testing starting bootpc hw address:0:90:27:af:7c:75 BOOTP: timeout for server 0xffffff00 BOOTP: timeout for server 0xffffff00 BOOTP: timeout for server 0xffffff00 ... Here's a sample from the dhcpd.conf running on the server: option domain-name "foo.com"; option domain-name-servers XXX.YYY.1.4,XXX.YYY.1.5; shared-network name { subnet AAA.BBB.134.0 netmask 255.255.255.0 { range AAA.BBB.134.125 AAA.BBB.134.140; range AAA.BBB.134.142 AAA.BBB.134.149; server-identifier AAA.BBB.134.10; option routers AAA.BBB134.1; } subnet AAA.BBB.135.0 netmask 255.255.255.0 { allow bootp; allow booting; option root-path "/data/bsdfs"; range AAA.BBB.135.77 AAA.BBB.135.150; server-identifier AAA.BBB.134.10; option routers AAA.BBB.135.1; filename "pxeboot"; } } I'm not sure why I'm getting the server timeouts for bootp - after all, it's the same server that handed out the dhcp info as well as info for the kernel and boot loader. The "root-path" is an NFS exported share living on a Solaris 2.6 box. The "root-path" is just a copy of the "/" partition of a 4.0 box (minus the /dev directory). Here's a snippit from the kernel: # One of these is mandatory: options FFS #Fast filesystem options MFS #Memory File System options NFS #Network File System options NFS_ROOT #NFS usable as root device ... device fxp # Intel EtherExpress PRO/100B options BOOTP # Use BOOTP to obtain IP address/hostname options BOOTP_NFSV3 options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP options BOOTP_COMPAT # Workaround for broken bootp daemons. options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP ... options INIT_PATH="/stand/sysinstall" Any ideas? What am I doing wrong here? I feel like I'm almost there but missing something obvious, or maybe not so obvious. Can someone who's done this before lend a hand? Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 21:49: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id A093A37B626 for ; Sat, 27 May 2000 21:49:01 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id OAA16359; Sun, 28 May 2000 14:18:30 +0930 (CST) (envelope-from grog) Date: Sun, 28 May 2000 14:18:30 +0930 From: Greg Lehey To: Duke Normandin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sh prompt Message-ID: <20000528141830.C15565@wantadilla.lemis.com> References: <001601bfc85d$9b60f680$1fdba7d1@odie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: <001601bfc85d$9b60f680$1fdba7d1@odie> Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, 27 May 2000 at 22:30:43 -0600, Duke Normandin wrote: > I have the following prompt in ~/.shrc: > > PS1="[$(tty | cut -c9-11)]:`whoami`.`hostname | sed 's/\..*//'`@"`pwd` > case `id -u` in > 0) PS1="${PS1}# ";; > *) PS1="${PS1}$ ";; > esac > > I want to introduce a ^J or \n in the "case" so that my prompt > looks like: > > blah blah > $ > > Anybody know how to get this to happen? Tia.... Just put the \n character in the prompt. PS1="${PS1}# ";; You'll presumably use your favourite editor. 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 May 27 21:49:38 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f147.law8.hotmail.com [216.33.241.147]) by hub.freebsd.org (Postfix) with SMTP id 35C8637B92A for ; Sat, 27 May 2000 21:49:28 -0700 (PDT) (envelope-from jmd526@hotmail.com) Received: (qmail 67545 invoked by uid 0); 28 May 2000 04:49:27 -0000 Message-ID: <20000528044927.67544.qmail@hotmail.com> Received: from 209.220.228.2 by www.hotmail.com with HTTP; Sat, 27 May 2000 21:49:27 PDT X-Originating-IP: [209.220.228.2] From: "John Daniels" To: freebsd-questions@freebsd.org Cc: imp@village.org, jhb@freebsd.org, otterr@telocity.com Subject: Re: Kernel making problems Date: Sun, 28 May 2000 00:49:27 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi: Warner Losh writes: >In message > Jaye >Mathisen writes: >: Wasn't there just a big to-do wrt to 4.0 (then -current), about the >: right way to do things is to install a new kernel, then build the >: world? > >Yes. That was needed for a while since the new binaries produced >code the olkd kernel couldn't execute. I am no expert, and I haven't really followed this thread, but wasn't it recommended to: make buildworld make and install new kernel make installworld when upgrading 3.4 to 4.0? Otherwise, (as per the handbook) the order is: make buildworld make installworld update /etc and /dev (and optionally /stand) make and install new kernel Also: FYI, www.freebsddiary.com shows an ordering that puts the /etc and /dev updates (via mergemaster) *AFTER* making and installing the kernel. (I'm not sure if that is correct procedure, or if it matters, but it differs from the handbook) John ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail 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 Sat May 27 21:56:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 4071B37B51E for ; Sat, 27 May 2000 21:56:15 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.59.234] (helo=parish.my.domain) by neodymium with esmtp (Exim 2.05 #1) id 12vccG-0004jE-00; Sat, 27 May 2000 10:10:44 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id KAA00722; Sat, 27 May 2000 10:10:30 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 10:10:30 +0100 From: Mark Ovens To: "David J. Kanter" Cc: freebsd-questions@freebsd.org Subject: Re: mergemaster Message-ID: <20000527101030.D233@parish> References: <20000526161449.19864.qmail@hotmail.com> <20000526234648.A18446@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000526234648.A18446@localhost.localdomain>; from djkanter@nwu.edu on Fri, May 26, 2000 at 11:46:48PM -0500 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, May 26, 2000 at 11:46:48PM -0500, David J. Kanter wrote: > On Fri, May 26, 2000 at 12:14:49PM -0400, John Daniels wrote: > > When I type "pkg_version" I get a list of > > installed programs but mergemaster is not one of them. > > I don't think base programs are listed in pkg_version. For instance, > sendmail doesn't show up, but it's there. They don't because their not packages. Try which(1): % which mergemaster /usr/sbin/mergemaster % which sendmail /usr/sbin/sendmail % Note that which is a builtin in csh(1) as well as an external prog (the latter has the -a option which searches for all occurrences in $PATH) HTH > -- > David Kanter > djkanter@nwu.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 22: 9: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from deptvass-bh.va.gov (deptvass-bh.va.gov [205.128.215.66]) by hub.freebsd.org (Postfix) with ESMTP id 7625437B51E for ; Sat, 27 May 2000 22:08:56 -0700 (PDT) (envelope-from ROANE.CLINTON@COATESVILLE.VA.GOV) Received: (from uucp@localhost) by deptvass-bh.va.gov (8.8.8/8.6.11) id BAA29413 for ; Sun, 28 May 2000 01:08:55 -0400 (EDT) From: ROANE.CLINTON@COATESVILLE.VA.GOV Received: from unknown(152.128.85.3) by deptvass-bh.va.gov via smap (4.1) id xma029352; Sun, 28 May 00 01:07:51 -0400 Subject: Help Installing Date: 28 May 2000 01:10:39 -0500 (EST) Message-ID: <6740729@COATESVILLE.VA.GOV> Importance: high X-Priority: 1 To: freebsd-questions@FREEBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, If this is not the correct place for this question could you please forward it to the correct place. I am installing from floppies right now (I know, its the real hard way but money is tight. I plan to purchase the cd in a few months). I have the images for booting and it works fine. To install the rest of the required packages this is how I understand to do it: copy all of the files needed for /bin (/bin/bin.aa & /bin/bin.ab)etc. to one floppy. As many as I can get on a floppy and do the same with all of the necessary bin files, is this correct? Then do the same with the other packages. Is this correct. I think I'm reading this correctly. What I want is the basic files needed to run FreeBSD right now including a few different shells and come C/C++ stuff. and If possible maybe KDE. PLEASE HELP. also coudl you cc this message to roane0616@aol.com, as well as the email address this is comeing from. Thanks a lot. Clinton Roane To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 22:21:45 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 39D0237B74E for ; Sat, 27 May 2000 22:21:43 -0700 (PDT) (envelope-from jmsinternet@mediaone.net) Received: from jasons-pc.mediaone.net (we-24-160-38-8.we.mediaone.net [24.160.38.8]) by lsmls01.we.mediaone.net (8.8.7/8.8.7) with ESMTP id WAA13843 for ; Sat, 27 May 2000 22:21:41 -0700 (PDT) Message-Id: <4.3.1.2.20000527221324.00da7eb0@mail.sirius.com> X-Sender: jmsinternet@pop.we.mediaone.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.1 Date: Sat, 27 May 2000 22:20:39 -0700 To: freebsd-questions@FreeBSD.ORG From: JMS Internet Subject: signal 11 & System Freeze 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 Today I installed a PIII 600 (standard) CPU, and another SCSI hard drive into my server. But this evening, I'm getting tons of lines in my 'messages' file after I start running my transfer stats for the evening that state: May 23 01:31:49 www /kernel: pid 3328 (perl), uid 65534: exited on signal 11 There is about one every one-three seconds with a new pid #. As soon as I terminate the stats program from processing the server logs, everything returns to normal. Nothing on the system, including the software has changed, so I'm not sure what could be causing this. In logs from Apache it writes 'premature end of script headers' when I know these scripts actually do work. And a '500 internal server' error is produced when trying to run a script. Webpages continue to load normally. The system also started displaying the following error and freezing up, or rebooting every 12-24 hours: Current process = 43350 (httpd) interrupt mask = net tty trap number = 12 panic: page fault But, none of this started until after I upgraded my system. Do I possibly need to rebuild my kernal, upgrade my bios? Any ideas??? I have PC-100 memory (1 gig), and my motherboard detects my CPU displaying the correct speed on screen upon bootup. But, I never changed any jumpers... Many Thanks to anyone who could point me in the right direction To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 22:23:52 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 5D0BE37B74E for ; Sat, 27 May 2000 22:23:49 -0700 (PDT) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.8.8/8.8.8) with ESMTP id AAA01954; Sun, 28 May 2000 00:23:35 -0500 (CDT) Date: Sun, 28 May 2000 00:23:34 -0500 (CDT) From: Alex Charalabidis To: Rob Cc: Don Read , freebsd-questions@FreeBSD.ORG Subject: Re: sendmail delays In-Reply-To: <20000527144239.B7580@theo.namodn.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 Sat, 27 May 2000, Rob wrote: > On Sat, May 27, 2000 at 11:26:21AM -0500, Don Read wrote: > > > We are experiencing delays with local delivery on our mail server. > > > I looked up the message ID's on a couple of the ones I found, and I did > > > not see anything odd. Here's an example ( names blotted out to protect > > > What is your load average (uptime) ? > > smtp# uptime > 2:35PM up 43 days, 14:24, 5 users, load averages: 4.08, 4.02, 4.01 > This could very well be your problem. Check your running processes when you notice these delays and see which are trying to hog your CPU time. Handling inordinately large messages resulting in a lot of disk i/o is one of the possible causes. Check your logs to see what other email is being processed when the delays occur, it could just as easily be someone sending bulk email through your server. Or it could be high time for a hardware upgrade. :) > > > and your QueueLA in /etc/sendmail.cf ? > > We do not have this explicitly set. > What would be a good number considering our load > average? > I think 5 is quite reasonable. I'd see to it that I reduced the load before letting it engage in a vicious circle of processing even more mail and increasing the load above what it already is. It's a matter of what you think is practical. hth -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 Author, The Book of IRC http://www.bookofirc.com/ ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 22:25:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 725B937B74E for ; Sat, 27 May 2000 22:25:18 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.59.234] (helo=parish.my.domain) by tantalum with esmtp (Exim 2.05 #1) id 12vcpC-0001q1-00; Sat, 27 May 2000 10:24:06 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id KAA00867; Sat, 27 May 2000 10:23:54 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 10:23:54 +0100 From: Mark Ovens To: Kent Stewart Cc: Greg Lehey , Willem Brown , questions@freebsd.org Subject: Re: make release Message-ID: <20000527102354.H233@parish> References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> <20000527101228.E233@parish> <20000527184449.C32417@freebie.lemis.com> <392F92E0.3BEAA611@3-cities.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <392F92E0.3BEAA611@3-cities.com>; from kstewart@3-cities.com on Sat, May 27, 2000 at 02:18:24AM -0700 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 02:18:24AM -0700, Kent Stewart wrote: > > > Greg Lehey wrote: > > > > On Saturday, 27 May 2000 at 10:12:28 +0100, Mark Ovens wrote: > > > On Sat, May 27, 2000 at 06:23:20PM +0930, Greg Lehey wrote: > > >> On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: > > >>> Greg Lehey wrote: > > >>>> > > >>>> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: > > >>>>> Hi, > > >>>>> > > >>>>> I've cvsup'd my 4.0R to 4.0S and would like to do a > > >>>>> make release but I need a CVSROOT? What do I need to get still > > >>>>> for this to work? > > >>>> > > >>>> You need a CVS tree. It looks as if you cvsupped only the sources, > > >>>> right? > > >>>> > > >>>> It is possible to specify a remote CVS root, but you'll need to have > > >>>> some kind of access to it. You're probably better off cvsupping the > > >>>> repository rather than the sources. > > >>> > > >>> Thanks. I had a look at the sample files, > > >>> /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, > > >>> I would use release=cvs tag=RELEN_4? > > >> > > >> Well, RELENG_4. > > >> > > >>> Can I convert the CVSUP'd sources to a repository without > > >>> having to get the whole repository. I'm a bit bandwidth impaired. > > >> > > >> Not easily. Theoretically you could just create a new repository and > > >> check the sources in with tag RELENG_4, but it would be a lot of work. > > >> If you have an old repository copy, such as on a CD-ROM set from > > >> Walnut Creek, you can easily update it with cvsup. > > >> > > > > > > Shouldn't that be cvs(1), not cvsup(1) for the repository? > > > > No. cvsup updates repositories, cvs manipulates them. After > > synchronizing the repository with cvsup, you update your source tree > > with cvs update. > > Is the CVS tree on any of the CD's or do I have to get the sources > with cvsup. > CVSREPO.tgz in the root of CD No.2, at least it is on the 3.1 CDs. > Kent > > > > > 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 > > -- > 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 -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 22:33:52 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 90BBA37B74E for ; Sat, 27 May 2000 22:33:49 -0700 (PDT) (envelope-from alex@wnm.net) Received: from localhost (alex@localhost) by earth.wnm.net (8.8.8/8.8.8) with ESMTP id AAA02192; Sun, 28 May 2000 00:33:24 -0500 (CDT) Date: Sun, 28 May 2000 00:33:24 -0500 (CDT) From: Alex Charalabidis To: keith@mail.telestream.com Cc: Christian Weisgerber , freebsd-questions@FreeBSD.ORG Subject: Re: restore time 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, 27 May 2000 keith@mail.telestream.com wrote: > My file systems are laid out like this > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/da0s1a 39647 22923 13553 63% / > /dev/da0s1f 1459018 1117536 224761 83% /usr > /dev/da0s1e 19815 3420 14810 19% /var > /dev/da1s1e 34465125 673658 31034257 2% /home > procfs 4 4 0 100% /proc > > restore > > restore > cd games > restore > add worms > restore > extract > You have not read any tapes yet. > Unless you know which volume your file(s) are on you should start > with the last volume and work towards the first. > Specify next volume #: 1 > > That is where is just sits there forever. With occasional movement on the > drive. > > Seem normal? > #define forever :) The main factor is the size of the archive. A 1.8G dump isn't the largest in the world but it's not trivial either. Depending on your definition of "forever," it could very well be perfectly normal for the size of the archive and the speed of your equipment. Tape and dump have their drawbacks and slowness is the most significant. -ac -- ============================================================== Alex Charalabidis (AC8139) 5050 Poplar Ave, Ste 170 Systems Administrator Memphis, TN 38157 WebNet Memphis (901) 432 6000 Author, The Book of IRC http://www.bookofirc.com/ ============================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat May 27 22:36:14 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id D1F3237B74E for ; Sat, 27 May 2000 22:36:10 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.59.234] (helo=parish.my.domain) by gadolinium with esmtp (Exim 2.05 #1) id 12vceB-0004eX-00; Sat, 27 May 2000 10:12:43 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id KAA00747; Sat, 27 May 2000 10:12:29 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 10:12:28 +0100 From: Mark Ovens To: Greg Lehey Cc: Willem Brown , questions@freebsd.org Subject: Re: make release Message-ID: <20000527101228.E233@parish> References: <392F7ED2.6BADD19A@brwn.org> <20000527174320.G30853@freebie.lemis.com> <392F8C28.A5E6AE4C@brwn.org> <20000527182319.A32417@freebie.lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000527182319.A32417@freebie.lemis.com>; from grog@lemis.com on Sat, May 27, 2000 at 06:23:20PM +0930 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 06:23:20PM +0930, Greg Lehey wrote: > On Saturday, 27 May 2000 at 10:49:44 +0200, Willem Brown wrote: > > Greg Lehey wrote: > >> > >> On Saturday, 27 May 2000 at 9:52:50 +0200, Willem Brown wrote: > >>> Hi, > >>> > >>> I've cvsup'd my 4.0R to 4.0S and would like to do a > >>> make release but I need a CVSROOT? What do I need to get still > >>> for this to work? > >> > >> You need a CVS tree. It looks as if you cvsupped only the sources, > >> right? > >> > >> It is possible to specify a remote CVS root, but you'll need to have > >> some kind of access to it. You're probably better off cvsupping the > >> repository rather than the sources. > > > > Thanks. I had a look at the sample files, > > /usr/share/examples/cvsup/cvs-supfile. So to get the 4.0S branch, > > I would use release=cvs tag=RELEN_4? > > Well, RELENG_4. > > > Can I convert the CVSUP'd sources to a repository without > > having to get the whole repository. I'm a bit bandwidth impaired. > > Not easily. Theoretically you could just create a new repository and > check the sources in with tag RELENG_4, but it would be a lot of work. > If you have an old repository copy, such as on a CD-ROM set from > Walnut Creek, you can easily update it with cvsup. > Shouldn't that be cvs(1), not cvsup(1) for the repository? > 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 -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 22:40:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from epsilon.lucida.qc.ca (epsilon.lucida.qc.ca [216.95.146.6]) by hub.freebsd.org (Postfix) with SMTP id 2643E37B74E for ; Sat, 27 May 2000 22:40:08 -0700 (PDT) (envelope-from matt@ARPA.MAIL.NET) Received: (qmail 3718 invoked by uid 1000); 28 May 2000 05:40:05 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 28 May 2000 05:40:05 -0000 Date: Sun, 28 May 2000 01:40:02 -0400 (EDT) From: Matt Heckaman X-Sender: matt@epsilon.lucida.qc.ca To: FreeBSD-QUESTIONS Subject: Motif/Lesstif Question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi guys, This post is going to be somewhat vague because I really do not know where to start. Firstly, I have a FreeBSD 4.0-stable system with lesstif 0.90.0 on it. Certain motif-ish applications compiled against it (ie; nedit) use the normal 'grey' scheme which I like. However, when I compile.. mgv for example, or certain other things (such as one or two of the ftp clients, don't recall which) the whole interface is a medium blue. I'm not sure where to start on this one, but it's a bit annoying :) I'm not very skilled when it comes to graphical programming and so forth, as you no doubt can see. A theory would be appreciated. Thanks, Matt Heckaman matt@arpa.mail.net http://www.lucida.qc.ca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (FreeBSD) Comment: http://www.lucida.qc.ca/pgp iD8DBQE5MLE1dMMtMcA1U5ARAsiZAJ0arbfDRaZjuek/Jj/Ln7yDb6YUowCgtK1W kbychFSsrQLqCGnQr8gs1zw= =XvHH -----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 May 27 23:13:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id 40D8237B6A5 for ; Sat, 27 May 2000 23:13:19 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.45.103] (helo=parish.my.domain) by neodymium with esmtp (Exim 2.05 #1) id 12veK9-0000G4-00; Sat, 27 May 2000 12:00:09 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id LAA02628; Sat, 27 May 2000 11:59:56 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 11:59:56 +0100 From: Mark Ovens To: Philippe CASIDY Cc: FreeBSD Questions Subject: Re: FreeBSD 4.0 RELEASE and xdm Message-ID: <20000527115956.M233@parish> References: <200005271029.MAA00418@greatoak.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200005271029.MAA00418@greatoak.home>; from pcasidy@worldnet.fr on Sat, May 27, 2000 at 12:29:42PM +0200 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 12:29:42PM +0200, Philippe CASIDY wrote: > hi! > > I encounter a strange behavior with xdm. I am doing an installation of > FreeBSD 4.0 RELEASE on a new hard drive (I am currently using FreeBSD > 3.4). > > After installing XFree using sysinstall, I have modified /etc/ttys to > activate xdm: > ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm on secure > > Then I kill -HUP 1 to rescan ttys. > > xdm starts. > > First stangre behavior is that the name of the window is : > "W Window System" instead of the hostname. > > Then, if I try to logon, xdm starts again to ask me again a login and > password. If I check the .xsession-errors file of the user, I can read: > > Xlib: connection to ":0.0" refused by server > Xlib: Client is not authorized to connect to Server > Error: Can't open display: :0 > This sounds familiar, check the mail archives. IIRC it's to do with the perms on ~/.xsession. Either that or you need ``xhost '' in .xsession. > This messages appears when xsm tries to start. > > Another behavior is that if that xdm does not allow me to start a > failsafe session by depressing F1 instead of return after password. > > I would really appreciate any hints! > > Bye. > > Phil. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 23:28:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from praseodumium.btinternet.com (praseodumium.btinternet.com [194.73.73.82]) by hub.freebsd.org (Postfix) with ESMTP id B676437B6A5 for ; Sat, 27 May 2000 23:28:11 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [62.7.45.103] (helo=parish.my.domain) by tantalum with esmtp (Exim 2.05 #1) id 12veH8-0001D7-00; Sat, 27 May 2000 11:57:03 +0100 Received: (from mark@localhost) by parish.my.domain (8.9.3/8.9.3) id LAA02603; Sat, 27 May 2000 11:56:53 +0100 (BST) (envelope-from mark) Date: Sat, 27 May 2000 11:56:53 +0100 From: Mark Ovens To: "Ilia E. Chipitsine" Cc: questions@freebsd.org Subject: Re: user-ppp and "set log" Message-ID: <20000527115653.L233@parish> References: <20000527095103.A233@parish> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from ilia@cgu.chel.su on Sat, May 27, 2000 at 04:21:15PM +0600 Organization: Total lack of Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 27, 2000 at 04:21:15PM +0600, Ilia E. Chipitsine wrote: > > > > You can't. From ppp(8) > > > > The default is ``set log local'' (i.e., only the un-maskable warn- > > ing, error and alert output). > > > > Which, if you think about it, makes sense. If your chat script fails > > for any reason you want to know about it, yes? > > > > no, I don't care. > there's a reason: I wrote an awk program, which catches ppp's log > (thank to syslog.conf !). I want all the ppp's log go to STDIN > of my program, there's simply nobody who reads logs. > I guess you had best ask Brian Somers (or hack the source yourself) since they are un-maskable. > BTW, how can I catch uucp's log ?! > No idea, sorry. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ...and on the eighth day God created UNIX ________________________________________________________________ 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 May 27 23:45:22 2000 Delivered-To: freebsd-questions@freebsd.org Received: from snoopy.brwn.org (intgw1.brwn.org [196.28.127.66]) by hub.freebsd.org (Postfix) with ESMTP id 7A5EF37B6A5 for ; Sat, 27 May 2000 23:45:15 -0700 (PDT) (envelope-from willem@brwn.org) Received: from brwn.org (grumpy.brwn.org [192.168.1.10]) by snoopy.brwn.org (Postfix) with ESMTP id 37DDB3ACA; Sun, 28 May 2000 08:45:06 +0200 (SAST) Message-ID: <3930C071.D934DA30@brwn.org> Date: Sun, 28 May 2000 08:45:05 +0200 From: Willem Brown Organization: Brwn.ORG X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.13 i586) X-Accept-Language: en MIME-Version: 1.0 To: John Daniels Cc: freebsd-questions@freebsd.org Subject: Re: 4.0-RELEASE to 4.0-STABLE upgrade References: <20000528035005.32721.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 Hi, You should rather disable telnet and use only ssh. Why not disable inetd completely, unless you are going to use a service that runs from inetd. Have a look at the simple firewall setup in the /etc/rc.firewall script this should give you a place to start. Regards Willem Brown John Daniels wrote: > > Hi: > > I just did an upgrade to STABLE. I just wanted to check what I did was OK. > > First, the handbook says to do the following order: > 1. backup > 2. CVsup > 3. check /etc/make.conf and /etc/group > 4. drop to single-user mode > 5. remove /usr/obj > 6. make world (or make buildworld and make installworld) > 7. update /etc, /dev, (and optionally /stand) > 8. compile and install a new kernel > 9. reboot (with fastboot) > > ****** WHAT I DID DIFFERENTLY ******** > 1. I used mergemaster for updating /etc. > > 2. www.freebsddiary.com has description of going from 4.0-RELEASE to STABLE > and provides a script for doing so. The description and script shows that > compiling and installing a new kernel (#8 above) comes *AFTER* make world > (#6 above) - and *BEFORE* updating /etc. Thus, according to them, #8 comes > before #7 in the above list. > > 3. Oops! I removed /usr/obj *AFTER* the make world, not before. I tried to > redo make world but after a few messages (which seemed unimportant) it told > me that the proc tables were full. I then compiled and installed a new > kernel without any noticeable problems. > > 4. NOTE: For me, /etc/make.conf has only one line: "USA_RESIDENT=YES". > Apparantly /etc/defaults/make.conf is what needs to be edited (after being > copied to /etc.) Since I had not figured this out beforehand, I was unable > to uncomment out CFLAGS and NOPROFILE as instructed in the Handbook. > > I have booted into, and am writing to you from, STABLE. Whatever I may have > done wrong, so far I have not seen any (noticeable) problems. > > QUESTION: > Will my system be OK? Will any of the above cause any problems (especially > removing /usr/obj before making and installing the kernel) > > FOLLOWUP: > Now that I have gone through the process of upgrading, I am looking into > security. What is the easiest, most obvious (as in "duh!, why didn't you > ...") steps to take to guard security. My setup is very simple: my home PC > connected to a router with DSL service. I am the only user. > > I would like to use this machine as a web server and mail server, but I > don't have anyone ftp-ing in (but I need to ftp out to retrieve files from > time to time), logging in remotely, telnet-ing in, etc. Do I just modify > inet.conf and/or hosts.allow to deny those services? How difficult is it to > add a firewall like IPfilter? > > I will look into security in the handbook, of course, but all comments are > welcome. > > Thanks in advance for all replies. > > John > > PS > *THANKS* to all the FreeBSD developers who have contributed to this awesome > system. The more I learn about it the more I am impressed. > > ________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- |--------------LINUX & *BSD, the CHOICE is yours--------------| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message