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