From owner-freebsd-questions Sun Sep 23 0: 2:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zaltana.hermans.ca (h24-65-98-182.ed.shawcable.net [24.65.98.182]) by hub.freebsd.org (Postfix) with ESMTP id 9E56137B428 for ; Sun, 23 Sep 2001 00:02:37 -0700 (PDT) Received: from jhermansw2k (jhermans.inside [192.168.28.100]) by zaltana.hermans.ca (Postfix) with ESMTP id 3B244EC602; Sun, 23 Sep 2001 01:02:35 -0600 (MDT) From: "Jamie Hermans" To: "'Gabriel Rossetti'" , Subject: RE: Compaq Smart-2/E array controller error Date: Sun, 23 Sep 2001 01:02:36 -0600 Organization: hermans.ca Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <200109222209120511.058D3C87@smtp.tiscalinet.ch> Disposition-Notification-To: "Jamie Hermans" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG On Behalf Of Gabriel Rossetti > Sent: Saturday, September 22, 2001 2:09 pm > To: freebsd-questions@FreeBSD.ORG > Subject: Compaq Smart-2/E array controller error > > Hello, > > I have a Compaq Smart-2/E array controller (rev A, v2.14) on my > prosignia server. I have tried to install FreeBSD 3.4, 4.0, 4.1, > and 4.3 on it but it crashes. I get a memory dump after the device > configuration, right when it finds the controller. It has the > following processor(the controller): Hi Gabriel... If you search the archives, you will notice that *I* had the exact same issue. There is no longer support for the Smart-2/E controller (or more generally, the EISA version of this controller.) My "solution" was to dig around for a PCI version of the controller, which IS supported. # dmesg | grep ida ida0: port 0x8000-0x80ff mem 0x42000000-0x43ffffff,0x40000000-0x400000ff irq 11 at device 0.0 on pci1 ida0: drives=2 firm_rev=4.48 idad0: on ida0 idad0: 12279MB (25149120 sectors), blocksize=512 idad1: on ida0 idad1: 24563MB (50306400 sectors), blocksize=512 Mounting root from ufs:/dev/idad0s1a -- Jamie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 0: 4: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id ED6C537B411 for ; Sun, 23 Sep 2001 00:03:59 -0700 (PDT) Received: (qmail 14474 invoked from network); 23 Sep 2001 09:03:58 +0200 Received: from bb-62-5-36-29.bb.tninet.se (HELO there) (62.5.36.29) by mail.telenordia.se with SMTP; 23 Sep 2001 09:03:58 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: Keith Spencer , fbsd Subject: Re: For script wizards-> Parse a delimited list to add htusers Date: Sun, 23 Sep 2001 09:05:04 +0200 X-Mailer: KMail [version 1.3] References: <20010923005845.88867.qmail@web12006.mail.yahoo.com> In-Reply-To: <20010923005845.88867.qmail@web12006.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20010923070359.ED6C537B411@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 23 September 2001 2:58 am, Keith Spencer wrote: > Hi all, > I have an interesting problem. > I run a school network and have installed squid to > proxy for our ADSL fbsd gateway (4.3 releng) > I have figured out how to get a by-user/password > access challenge from squid. I need to be able to kick > kids off at times. > I am into VB but know nix of Perl etc. > The ideal thing would be to have a web driven user > database on the gateway but It is likely too tricky > for me to do. (see scenario at page bottom) > How can I parse a delimited file like... > user1,password1 > user2,password2 > .... etc > using htpasswd to add each entry to my /etc/inetusers > file > It would be even better if I could just somehow import > the users from the NT domain. But again...know not > how. > So maybe i'll just hit it with a hammer using ftp and > the script you might know how to do... > Anyway here is a scenario (best case) > Maybe you have suggestions for this or a neat solution > ############################# > files = bannedlist , schooluserlist, inetusers > student fires up browser > challenged for user password > if valid ok surf > else if on banned list goodbye > else if not in valid nor banned list then > get them to supply password > addit to htpassword file > let them in > ############################## > What do you think? well, we use a mysql database to store users / rights and then cgi to talk to that. ..... there are utilities to extract users from NT and it's not hard to code a bit of cgi.. I don't think you will find anything "off the shelf" to do this, but you could look at Webmin. (port is in sysutils) to get an idea as to how you can code this sort of thing..... maybe you have a student perl hacker who could help? -- He's got the heart of a little child, and he keeps it in a jar on his desk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 0: 6:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id 60C5D37B41B for ; Sun, 23 Sep 2001 00:06:07 -0700 (PDT) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.11.6/8.11.6) id f8N763k56581; Sun, 23 Sep 2001 02:06:03 -0500 (CDT) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20010922190932.A33477@Space.Net> Date: Sun, 23 Sep 2001 02:06:03 -0500 (CDT) Organization: @Home Network From: Conrad Sabatier To: Martin Hasenbein Subject: Re: Question on xmms Cc: FreeBSD Questions - Mailinglist Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 22-Sep-2001 Martin Hasenbein wrote: > Hi, > > I've question on xmms. When I try to play a mp3-file and start > xmms it needs about a minute to start playing. If I try to play > a mp3 with mpg123 I've the same problem. If I press play at xmms > while waitung it hangs. Are there any tools, with which I can > check what the problem could be. If I check the processes with ps, > xmms has the state S. > Does anybody know, what that could be? > Any suggestions are welcome!! Perhaps it's trying to connect to a non-existent esound daemon? I built mpg123 from the ports collection, disabling esound dependency (I find it makes mpg123 rather sluggish). You may want to try this. Alternatively, install and run esound first. ---------------------------------- E-Mail: Conrad Sabatier Date: 23-Sep-2001 Time: 02:03:45 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 0:14: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from home.com (c1737881-a.plano1.tx.home.com [65.10.46.29]) by hub.freebsd.org (Postfix) with ESMTP id 0302037B413; Sun, 23 Sep 2001 00:13:53 -0700 (PDT) Received: (from mcbrune@localhost) by home.com (8.11.6/8.11.4) id f8N7Dph01844; Sun, 23 Sep 2001 02:13:51 -0500 (CDT) (envelope-from mcbrune) From: mcbrune Message-Id: <200109230713.f8N7Dph01844@home.com> Subject: Re: so many TIME_WAIT, FIN_WAIT_1, FIN_WAIT_2 In-Reply-To: <00c301c14237$b00c11a0$125131ce@wavephil.com> To: Jun Favoreal Date: Sun, 23 Sep 2001 02:13:51 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL92 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have not seen this on FreeBSD, but I have seen something like this on Sun. Are you sure these *_WAITs never go away, and are replaced by other WAITs? The default for TIME_WAIT is 4 minutes. Corey [ Charset ISO-8859-1 unsupported, converting... ] > > Hello, > > This is my setup. I have a transparent proxy server running SQUID2.4-STABLE2 > on a FreeBSD box running 4.3-RELEASE. As any transparent proxy out there, > HTTP requests are intercepted by our primary router and redirected to the > FreeBSD box and the FreeBSD box hijacks it and makes the HTTP connection in > behalf of the hijacked HTTP request. Everything is working just fine. But, > just one observation from the FreeBSD box if you do a > > # netstat -an > > I see so many tcp socket connections in either FIN_WAIT_1, FIN_WAIT_2, or > TIME_WAIT status. > > > tcp4 0 0 199.172.146.99.80 202.58.248.20.3108 > FIN_WAIT_1 > tcp4 0 0 64.4.13.171.80 202.58.248.20.3106 > FIN_WAIT_2 > tcp4 0 0 206.49.81.19.24737 207.25.71.212.80 TIME_WAIT > tcp4 0 0 64.38.209.154.80 202.58.248.20.3099 > FIN_WAIT_2 > tcp4 0 0 216.136.172.223.80 202.58.253.254.3894 TIME_WAIT > tcp4 0 0 64.38.209.154.80 202.58.248.20.3095 > FIN_WAIT_2 > tcp4 0 0 216.115.106.35.80 202.58.248.20.3092 > FIN_WAIT_2 > tcp4 0 0 216.136.173.152.80 202.58.247.204.3265 TIME_WAIT > tcp4 0 0 216.136.173.152.80 202.58.247.204.3263 TIME_WAIT > tcp4 0 0 207.68.177.124.80 202.58.248.20.3090 > FIN_WAIT_2 > tcp4 0 0 64.58.76.229.80 202.58.247.211.1400 TIME_WAIT > tcp4 0 0 209.85.3.8.80 202.58.248.20.3088 > FIN_WAIT_2 > > > Previously I have setup 2 other transparent proxy servers running FreeBSD > 3.3-RELEASE and I see the same thing. Once its there, it stays there and > each day its number grows. So what I do from time to time is to shutdown the > FreeBSD box and boot it again just to remove these things and start over > with a clean slate. I have also tried some tweaking in SQUID, most of them > decreasing the timeout values like connect_timeout, read_timeout, > request_timeout, pconn_timeout, and client_lifetime. > > Anyone out there who had this problem before ??? > > Thank you in advance. > > -- > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 0:38:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id BF15437B41C for ; Sun, 23 Sep 2001 00:38:16 -0700 (PDT) Received: from pc1-stme2-0-cust102.cdf.cable.ntl.com ([62.252.56.102]) by mta05-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010923073815.QKFQ20588.mta05-svc.ntlworld.com@pc1-stme2-0-cust102.cdf.cable.ntl.com> for ; Sun, 23 Sep 2001 08:38:15 +0100 Received: from lfarr (snorlax.bka.epcdirect.co.uk [192.168.10.200]) by pc1-stme2-0-cust102.cdf.cable.ntl.com (8.11.3/8.11.3) with ESMTP id f8N7cD943444 for ; Sun, 23 Sep 2001 08:38:15 +0100 (BST) (envelope-from freebsd-hw@sixforty.co.uk) From: "Lawrence Farr" To: Subject: Temperature Monitoring Date: Sun, 23 Sep 2001 08:38:48 +0100 Message-ID: <001301c14402$c95f8bb0$c80aa8c0@lfarr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (Originally posted on Hardware) Has anyone got temperature monitoring to work on an Intel ISP2150 (PIIX4) or an Asus A7V? I'm getting the relevant lines for smb on the A7v: pcf0: at port 0x320-0x321 irq 5 on isa0 iicbus0: on pcf0 addr 0xaa iicsmb0: on iicbus0 smbus0: on iicsmb0 smb0: on smbus0 iic0: on iicbus0 And on the PIIX4 based one: intpm0: port 0x1040-0x104f irq 9 at device 18.3 on pci0 intpm0: I/O mapped 1040 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped c00 pcf0: at port 0x320-0x321 irq 5 on isa0 iicbus0: on pcf0 addr 0xaa iicsmb0: on iicbus0 smbus1: on iicsmb0 smb1: on smbus1 iic0: on iicbus0 But healthd and lmmon give me junk readings. Any help appreciated! Lawrence Farr EPC Direct Limited mailto:lawrence@epcdirect.co.uk T:01179666123 F:01179666111 M:07970780901 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 0:40:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 720F837B40C for ; Sun, 23 Sep 2001 00:40:35 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 869A12B705; Sun, 23 Sep 2001 09:40:31 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id B6E9A2C3; Sun, 23 Sep 2001 17:40:25 +1000 (EST) Date: Sun, 23 Sep 2001 17:40:25 +1000 From: Edwin Groothuis To: corigan@mindspring.com Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD crashed Message-ID: <20010923174025.J10641@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , corigan@mindspring.com, freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from corigan@mindspring.com on Sat, Sep 22, 2001 at 09:10:39PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 22, 2001 at 09:10:39PM -0400, corigan@mindspring.com wrote: > Usually I wouldn't respond to such an assanine thread, but I do > have to point out one thing. I love how he has been using windows > in general for 20 yrs. Now I'm not a real rocket scientist here, > but was windows around in 1981? And if it was, why wasn't I using > it and running dos systems. Maybe if you: 1986 was the first time I saw it. It was on two 3.5" disks and I was able to run 18 clocks at the same time :-P Due to lack of development possibilities for it all I did was playing Othello (or Reversi as its called these days). The TurboPascal IDE was much fun to play with, despite the fact that it only produced .com programs :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 1:40:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 3617F37B40C for ; Sun, 23 Sep 2001 01:40:50 -0700 (PDT) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f8N8el640550; Sun, 23 Sep 2001 01:40:47 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: , Subject: RE: FreeBSD crashed Date: Sun, 23 Sep 2001 01:40:46 -0700 Message-ID: <00e801c1440b$70b195e0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20010922074858.NQFA10595.femail33.sdc1.sfba.home.com@there> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I know this is a troll but just in case: Look Alan, you said you had to re-do your entire hard disk after it was messed up. Well I don't recall any posting from you a few days ago saying that you thought that FreeBSD had damaged your system and was there any way to save your data before reformatting it all? In short, Alan (if your real, that is) you had a problem with FreeBSD and recognized you had a problem, but rather than go to the support venue to get assistance, you chose to jump to conclusions and wipe your disk off. Now your coming to us blaming us for losing all your data when it was you that wiped your disk. Nobody here that I know of gave you instructions to do this, so why are you blaming us? How do you know the data was actually gone and not just hidden somewhere? If I ignore all the technical discrepancies and atrocious spelling here, this almost sounds like an attempted dual-boot installation, with FreeBSD on one partition and Windows on another. Well, if this was the case, your problem may have been nothing more than that the Windows partition was set inactive, and merely booting with a DOS floppy and running fdisk and setting the Windows partition back to active may have been all that was needed to get it running again. But, of course you ran off half-cocked, assuming the worst, and wiped your disk out, and now your crying to the people that could have helped you if you had come to us before assuming something and making an ass out of yourself. I'd almost believe that if this was a failed dual-boot installation and as you seem to know nothing about disk partitioning, that you reinstalled Windows on the FreeBSD partition, and now you have 2 partitions on the disk, one with your original Windows installation with all the files and one that's the new one. But, of course your rambling is so disjointed that it's impossible to know with certainty what your actually talking about. Remember, Email first - THEN bong hits, not the other way round! Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alan >Sent: Saturday, September 22, 2001 12:55 AM >To: freebsd-questions@FreeBSD.ORG >Subject: FreeBSD crashed > > >I have been using Win98 SE for over a year now and Windows in general for >over 20 years, and lunix for over five years. I tried your FreeBSD system >since my roommate has been using it and other *inx type systems for over ten >years now. I have installed your system with his help and then tried to >reboot and go back into Windows. I did NOT have my Win harddrive pluged in, >so windows should not have been touch. I got back into BSD and then he >showed me how to mount my windows harddrive and cp files from >Windows to BSD. > I then shutdown and unpluged BSD and pluged in Windows and had nothing. I >could not get Windows to boot. I have had to re-due my harddrive and have >lost all of my information on my harddrive because of this. Some of these >files are of legell use and can not afford to be lost. YOUR so called >FreeBSD system is crap. I am very upset at this and intend to notify >Microsoft of this just on the offset that you or someone in your company has >put some kind of code or virus on your system to attack a Windows system. >This seems to be the only reason to the problem that your system has caused >me. I will also be mailing them the same CD iso image that I used for them >to install and then invetagate. YOUR system destroyed my Windows!! >I will no >longer be using ANY BSD product. Now I understand why so many >people are not >using anything but Windows, they do not destroy your system if you connect >the two together. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 1:49:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id 050DE37B41A for ; Sun, 23 Sep 2001 01:49:17 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5BF8266D20; Sun, 23 Sep 2001 01:49:15 -0700 (PDT) Date: Sun, 23 Sep 2001 01:49:15 -0700 From: Kris Kennaway To: Tom Pusateri Cc: freebsd-questions@FreeBSD.ORG Subject: Re: anon cvs not responding Message-ID: <20010923014915.A37011@xor.obsecurity.org> References: <200109230239.f8N2dg006818@merlot.juniper.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109230239.f8N2dg006818@merlot.juniper.net>; from pusateri@juniper.net on Sat, Sep 22, 2001 at 07:39:42PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Sep 22, 2001 at 07:39:42PM -0700, Tom Pusateri wrote: > I can ping anoncvs.freebsd.org but anonymous cvs requests seem to timeout. > Is the anonymous cvs server still running or is there a filter preventing > it from working? No, the machine currently has problems. Kris --2oS5YaxWCcQjTEyO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7raIKWry0BWjoQKURAvxzAKCINi2qG9TMQCb2iEWfsxqZVA5ojwCg6tlR +8J0Zbj/L5owwKY775Ioyag= =0+ap -----END PGP SIGNATURE----- --2oS5YaxWCcQjTEyO-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 1:52:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id C5E0D37B416 for ; Sun, 23 Sep 2001 01:52:07 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 457C066E13; Sun, 23 Sep 2001 01:52:07 -0700 (PDT) Date: Sun, 23 Sep 2001 01:52:07 -0700 From: Kris Kennaway To: Jeremy Cc: questions@FreeBSD.ORG Subject: Re: Need remedy for badly downloaded ISO Message-ID: <20010923015207.B37011@xor.obsecurity.org> References: <87snddyz1h.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="LpQ9ahxlCli8rRTG" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <87snddyz1h.fsf@yahoo.com>; from thinker5555@yahoo.com on Sun, Sep 23, 2001 at 11:48:26PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --LpQ9ahxlCli8rRTG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 23, 2001 at 11:48:26PM -0500, Jeremy wrote: > Hi, >=20 > I downloaded the 4.4 install iso, but my md5sum is bad. Is there some way > that this can be remedied without downloading the whole iso again (I'm on > dialup) and without making someone else split theirs into chunks to compa= re > md5sums on small parts? Unfortunately, no. This is one reason why ISOs shouldn't be downloaded unless you can easily re-fetch it if the transfer is corrupted...it's not worth it. Kris --LpQ9ahxlCli8rRTG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7raK2Wry0BWjoQKURAl6FAKD6zdeiCID/evq8PnW4JU5vMKx51QCg5Akw q9kb6okkwOZony87rmkgxrc= =W6oV -----END PGP SIGNATURE----- --LpQ9ahxlCli8rRTG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 1:59:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sentinel.uaa.alaska.edu (webmail.uaa.alaska.edu [137.229.100.128]) by hub.freebsd.org (Postfix) with ESMTP id 97F4B37B406 for ; Sun, 23 Sep 2001 01:59:35 -0700 (PDT) Received: from uaa.alaska.edu ([137.229.98.167]) by sentinel.uaa.alaska.edu (Netscape Messaging Server 4.15) with ESMTP id GK3YA000.614 for ; Sun, 23 Sep 2001 00:58:48 -0800 Message-ID: <3BAD9798.10605@uaa.alaska.edu> Date: Sun, 23 Sep 2001 01:04:40 -0700 From: "JOHN MUELLER" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: I finally came to the following conclusion..... Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got 2 DEC Venturis 575s and a Celebris 590, the last 2 numbers are the Mhz of the pentium chip on them. I flashed the BIOSes, but I think the key is getting the right release for these machines. 3.2 didn't seem to work, it was an Alpha version. These were manufactured in 1995. I have never installed FreeBSD successfully, but that is because I have the wrong versions. Anyone have a quick information fix (other than target practice ) ? Johnny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 2: 6: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.srf.ru (ns.srf.ru [194.84.222.2]) by hub.freebsd.org (Postfix) with ESMTP id 3CA3E37B425 for ; Sun, 23 Sep 2001 02:05:46 -0700 (PDT) Received: from mail.srf.ru (mail.srf.ru) by mail.srf.ru (8.11.5/8.11.2) with SMTP id f8N95Vk34236 for ; Sun, 23 Sep 2001 13:05:32 +0400 (MSD) Date: Sun, 23 Sep 2001 13:05:19 +0400 From: Shlobin P X-Mailer: The Bat! (v1.043) S/N BF2383E8 Reply-To: pgs Message-ID: <17545.010923@srf.ru> To: FreeBSD general questions mailing list Subject: making depend errors Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear sirs, I was unable to make depend on FreeBSD4.4RELEASE and FreeBSD4.4STABLE using the following config file. Using the same file on FreeBSD4.2RELEASE was OK. The error messages were the following: In file included from ../../contrib/ipfilter/netinet/fil.c:71: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory In file included from ../../contrib/ipfilter/netinet/ip_auth.c:86: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory In file included from ../../contrib/ipfilter/netinet/ip_fil.c:93: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory In file included from ../../contrib/ipfilter/netinet/ip_frag.c:63: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory In file included from ../../contrib/ipfilter/netinet/ip_log.c:110: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory In file included from ../../contrib/ipfilter/netinet/ip_nat.c:92: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory In file included from ../../contrib/ipfilter/netinet/ip_proxy.c:65: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory In file included from ../../contrib/ipfilter/netinet/ip_state.c:75: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory In file included from ../../contrib/ipfilter/netinet/mlfk_ipl.c:50: ../../contrib/ipfilter/netinet/ip_compat.h:308: sys/osreldate.h: No such file or directory mkdep: compile failed The proper config file is: # # SRF -- config file for Internet server # # $FreeBSD: src/sys/i386/conf/GEO,v 1.0 2001/01/17 12:01:56 dif Exp $ # machine i386 # the architecture to be configured ident SRF # This is the ``identification'' of the kernel. maxusers 256 options MAXDSIZ="(256*1024*1024)" # Is the maximum limit options DFLDSIZ="(256*1024*1024)" # Is the default value for the limit options BLKDEV_IOSIZE=8192 # BLKDEV_IOSIZE sets the default # Options for the VM subsystem #options PQ_NOOPT # No coloring #options PQ_LARGECACHE # color for 512k/16k cache #options PQ_HUGECACHE # color for 1024k/16k cache #options PQ_MEDIUMCACHE # color for 64k/16k cache #options PQ_NORMALCACHE # color for 256k/16k cache # #options INCLUDE_CONFIG_FILE # Include this file in kernel ##################################################################### # SMP OPTIONS: # # Mandatory: #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optional, these are the defaults plus 1: #options NCPU=2 # number of CPUs #options NBUS=5 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs ##################################################################### # CPU OPTIONS # cpu I586_CPU # aka Pentium(tm) cpu I686_CPU # aka Pentium Pro(tm) # # Options for CPU features. # # CPU_DISABLE_5X86_LSSER disables load store serialize (i.e. enables # reorder). This option should not be used if you use memory mapped # I/O device(s). # # CPU_FASTER_5X86_FPU enables faster FPU exception handler. # # NO_F00F_HACK disables the hack that prevents Pentiums (and ONLY # Pentiums) from locking up when a LOCK CMPXCHG8B instruction is # executed. This should be included for ALL kernels that won't run # on a Pentium. # #options CPU_DISABLE_5X86_LSSER options CPU_FASTER_5X86_FPU #options NO_F00F_HACK # #options MATH_EMULATE #Support for x87 emulation # Don't enable both of these in a real config. #options GPL_MATH_EMULATE #Support for x87 emulation via #new math emulator ##################################################################### # COMPATIBILITY OPTIONS options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options USER_LDT #allow user-level control of i386 ldt (for the WINE) # These three options provide support for System V Interface # # System V shared memory and tunable parameters options SYSVSHM # include support for shared memory #options SHMMAXPGS=1025 # max amount of shared memory pages (4k on i386) #options SHMALL=1025 # max amount of shared memory (bytes) #options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" # max shared memory segment size (bytes) #options SHMMIN=2 # min shared memory segment size (bytes) #options SHMMNI=33 # max number of shared memory identifiers #options SHMSEG=9 # max shared memory segments per process # System V semaphores and tunable parameters options SYSVSEM # include support for semaphores #options SEMMAP=31 # amount of entries in semaphore map #options SEMMNI=11 # number of semaphore identifiers in the system #options SEMMNS=61 # number of semaphores in the system #options SEMMNU=31 # number of undo structures in the system #options SEMMSL=61 # max number of semaphores per id #options SEMOPM=101 # max number of operations per semop call #options SEMUME=11 # max number of undo entries per process # System V message queues and tunable parameters options SYSVMSG # include support for message queues #options MSGMNB=2049 # max characters per message #options MSGMNI=41 # max number of message queue identifiers #options MSGSEG=2049 # max number of message segments in the system #options MSGSSZ=16 # size of a message segment MUST be power of 2 #options MSGTQL=41 # max amount of messages in the system ##################################################################### # DEBUGGING OPTIONS options KTRACE #kernel tracing #options PERFMON # for Pentium/Pentium Pro performance counters options UCONSOLE #Allow users to grab the console #options USERCONFIG #boot -c editor #options INTRO_USERCONFIG #imply -c and show intro screen #options VISUAL_USERCONFIG #visual boot -c editor options ROOTDEVNAME=\"ufs:da0s2a\" ##################################################################### # NETWORKING OPTIONS # # Protocol families: # Only the INET (Internet) family is officially supported in FreeBSD. # options INET #Internet communications protocols options INET6 #IPv6 communications protocols options IPSEC #IP security options IPSEC_ESP #IP security (crypto; define w/ IPSEC) #options IPSEC_DEBUG #debug for IP security #options IPX #IPX/SPX communications protocols #options IPXIP #IPX in IP encapsulation (not available) #options IPTUNNEL #IP in IPX encapsulation (not available) #options NCP #NetWare Core protocol #options NETATALK #Appletalk communications protocols # netgraph(4). Enable the base netgraph code with the NETGRAPH option. # Individual node types can be enabled with the corresponding option # listed below; however, this is not strictly necessary as netgraph # will automatically load the corresponding KLD module if the node type # is not already compiled into the kernel. Each type below has a # corresponding man page, e.g., ng_async(8). #options NETGRAPH #netgraph(4) system #options NETGRAPH_ASYNC #options NETGRAPH_BPF #options NETGRAPH_CISCO #options NETGRAPH_ECHO #options NETGRAPH_FRAME_RELAY #options NETGRAPH_HOLE #options NETGRAPH_IFACE #options NETGRAPH_KSOCKET #options NETGRAPH_LMI #options NETGRAPH_PPP #options NETGRAPH_PPPOE #options NETGRAPH_PPTPGRE #options NETGRAPH_RFC1490 #options NETGRAPH_SOCKET #options NETGRAPH_TEE #options NETGRAPH_TTY #options NETGRAPH_UI #options NETGRAPH_VJC # # Network interfaces: # pseudo-device ether #Generic Ethernet pseudo-device loop #Network loopback device pseudo-device bpf 16 #Berkeley packet filter pseudo-device sl 2 #Serial Line IP pseudo-device ppp 2 #Point-to-point protocol options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpf) #pseudo-device ef # Multiple ethernet frames support #options ETHER_II # enable Ethernet_II frame #options ETHER_8023 # enable Ethernet_802.3 (Novell) frame #options ETHER_8022 # enable Ethernet_802.2 frame #options ETHER_SNAP # enable Ethernet_802.2/SNAP frame # for IPv6 #pseudo-device gif 4 #IPv6 and IPv4 tunneling #pseudo-device faith 1 #for IPv6 and IPv4 translation #pseudo-device stf 1 # 6 to 4 IPv6 over IPv4 encapsulation # # Internet family options: # #options TCP_COMPAT_42 #emulate 4.2BSD TCP bugs options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about dropped packets options IPFIREWALL_FORWARD #enable transparent proxy support options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default #options IPV6FIREWALL #firewall for IPv6 #options IPV6FIREWALL_VERBOSE #options IPV6FIREWALL_VERBOSE_LIMIT=100 #options IPV6FIREWALL_DEFAULT_TO_ACCEPT options IPDIVERT #divert sockets options IPFILTER #ipfilter support options IPFILTER_LOG #ipfilter logging options IPSTEALTH #support for stealth forwarding #options TCPDEBUG # Statically Link in accept filters options ACCEPT_FILTER_DATA options ACCEPT_FILTER_HTTP # The options add sysctl variables for controlling how certain # TCP packets are handled. options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN #options TCP_RESTRICT_RST #restrict emission of TCP RST options ICMP_BANDLIM #enables icmp error response bandwidth limiting options DUMMYNET options BRIDGE ##################################################################### # FILESYSTEM OPTIONS options FFS #Fast filesystem options FFS_ROOT #FFS usable as root device options MFS #Memory File System options MD_ROOT #MD is a potential root device options NFS #Network File System options NFS_ROOT #NFS usable as root device options NFS_NOSERVER #Disable the NFS-server code. options CD9660 #ISO 9660 filesystem options CD9660_ROOT #CD-ROM usable as root device options MSDOSFS #MS DOS File System #options NTFS #NT File System #options NWFS #NetWare filesystem options EXT2FS # filesystem of Linux fame options PROCFS #Process filesystem options SOFTUPDATES # Read ../../ufs/ffs/README.softupdates options NSWAPDEV=20 # Allow this many swap-devices options QUOTA # Enable disk quotas #options SUIDDIR # Using SAMBA # NFS options: #options NFS_MINATTRTIMO=3 # VREG attrib cache timeout in sec #options NFS_MAXATTRTIMO=60 #options NFS_MINDIRATTRTIMO=30 # VDIR attrib cache timeout in sec #options NFS_MAXDIRATTRTIMO=60 #options NFS_GATHERDELAY=10 # Default write gather delay (msec) #options NFS_UIDHASHSIZ=29 # Tune the size of nfssvc_sock with this #options NFS_WDELAYHASHSIZ=16 # and with this #options NFS_MUIDHASHSIZ=63 # Tune the size of nfsmount with this #options NFS_DEBUG # Enable NFS Debugging ##################################################################### # POSIX P1003.1B , Real time extensions added in the 1993 Posix options P1003_1B # P1003_1B: Infrastructure options _KPOSIX_PRIORITY_SCHEDULING # Built in _POSIX_PRIORITY ... options _KPOSIX_VERSION=199309L # Version kernel is built ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS # The `pty' device usually turns out to be ``effectively mandatory'', # as it is required for `telnetd', `rlogind', `screen', `emacs', and # `xterm', among others. pseudo-device pty #Pseudo ttys pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device gzip #Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. pseudo-device ccd 4 #Concatenated disk driver # Size of the kernel message buffer. Should be N * pagesize. options MSGBUF_SIZE=40960 ##################################################################### # HARDWARE DEVICE CONFIGURATION # ISA and EISA devices: device isa options AUTO_EOI_1 # feature for the master 8259A options AUTO_EOI_2 # feature for the slave 8259A options MAXMEM="(64*1024)" options NTIMECOUNTER=20 device atkbdc0 at isa? port IO_KBD # controls the keyboard and the PS/2 mouse device atkbd0 at atkbdc? irq 1 # The AT keyboard device psm0 at atkbdc? irq 12 # PS/2 mouse options PSM_RESETAFTERSUSPEND #reset the device at the resume event device vga0 at isa? # The video card driver pseudo-device splash # Splash screen at start up! # The pcvt console driver (vt220 compatible). #device vt0 at isa? options XSERVER # support for running an X server on vt options FAT_CURSOR # start with block cursor # This PCVT option is for keyboards such as those used on IBM ThinkPad laptops options PCVT_SCANSET=2 # IBM keyboards are non-std # Other PCVT options are documented in pcvt(4). #options PCVT_24LINESDEF #options PCVT_CTRL_ALT_DEL #options PCVT_EMU_MOUSE options PCVT_FREEBSD=211 #options PCVT_META_ESC options PCVT_NSCREENS=12 options PCVT_PRETTYSCRNS options PCVT_SCREENSAVER options PCVT_USEKBDSEC #options PCVT_VT220KEYB # The syscons console driver (sco color console compatible). device sc0 at isa? options MAXCONS=12 # number of virtual consoles #options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode #options SC_DFLT_FONT # compile font in #makeoptions SC_DFLT_FONT=cp850 options SC_DISABLE_DDBKEY # disable `debug' key #options SC_DISABLE_REBOOT # disable reboot key sequence options SC_HISTORY_SIZE=200 # number of history buffer lines options SC_MOUSE_CHAR=0x3 # char code for text mode mouse cursor options SC_PIXEL_MODE # add support for the raster text mode #options SC_TWOBUTTON_MOUSE # two button mouse # The following options will let you change the default colors of syscons. #options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" #options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" #options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" #options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" # You can selectively disable features in syscons. #options SC_NO_CUTPASTE #options SC_NO_FONT_LOADING #options SC_NO_HISTORY #options SC_NO_SYSMOUSE # The Numeric Processing eXtension driver. device npx0 at nexus? port IO_NPX flags 0x0 irq 13 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives options ATA_STATIC_ID # Static device numbering #options ATA_ENABLE_ATAPI_DMA # Enable DMA on ATAPI devices options IDE_DELAY=8000 # Get a faster probe # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 options CONSPEED=9600 #default speed for serial console # Parallel-Port Bus device ppc0 at isa? irq 7 # ISA-bus parallel port interfaces options PPC_PROBE_CHIPSET # Enable chipset specific detection options DEBUG_1284 # IEEE1284 signaling protocol debug options PERIPH_1284 # Makes your computer act as a IEEE1284 # compliant peripheral options DONTPROBE_1284 # Avoid boot detection of PnP parallel devices #options PPC_DEBUG # Parallel chipset level debug device ppbus # Parallel port bus (required) #device vpo # Iomega Zip Drive (requires scbus and da) #options VP0_DEBUG # ZIP/ZIP+ debug device lpt # Printer #options LPT_DEBUG # Printer driver debug #device plip # TCP/IP over parallel #options PLIP_DEBUG # Parallel network IP interface debug #device ppi # Parallel port interface device #device pps # Pulse per second Timing Interface #device pcfclock #options PCFCLOCK_VERBOSE # Verbose pcfclock driver #options PCFCLOCK_MAX_RETRIES=5 # Maximum read tries (default 10) # Network interfaces: #device ed0 at isa? port 0x280 irq 5 iomem 0xd8000 # PCI devices & PCI options: # device pci #options PCI_QUIET #quiets PCI code on chipset settings # PCI SCSI host controllers #device ahc # AHA2940 and onboard AIC7xxx devices #device mlx # Mylex DAC960 (RAID) # PCI Ethernet device miibus #device de # DEC/Intel DC21x4x (``Tulip'') device fxp # Intel EtherExpress PRO/100B (82557, 82558) # # System Management Bus support provided by the 'smbus' device. # # #device smbus # Bus support, required for smb below. #device intpm # SMB interface #device smb # SMB standard io device ##################################################################### # SCSI DEVICES # SCSI DEVICE CONFIGURATION #device ahc0 # AHA2940 and onboard AIC7xxx devices #device scbus0 at ahc0 bus 0 # AIC-7896 bus 0 U2W SCSI #device scbus1 at ahc0 bus 1 # AIC-7896 bus 1 UW SCSI #device da #SCSI direct access devices (aka disks) #device cd #SCSI CD-ROMs #device ch #SCSI media changers #device sa #SCSI tapes #device pass #CAM passthrough driver #device pt #SCSI processor type # SCSI options: #options SCSI_NO_SENSE_STRINGS #options SCSI_NO_OP_STRINGS #options SCSI_DELAY=15000 # Be pessimistic about Joe SCSI device # CAM options: # # debugging options: #options CAMDEBUG #options CAM_DEBUG_BUS=-1 #options CAM_DEBUG_TARGET=-1 #options CAM_DEBUG_LUN=-1 #options CAM_DEBUG_FLAGS="CAM_DEBUG_INFO|CAM_DEBUG_TRACE|CAM_DEBUG_CDB" #options CAM_MAX_HIGHPOWER=4 # Options for the CAM CDROM driver: #options CHANGER_MIN_BUSY_SECONDS=2 #options CHANGER_MAX_BUSY_SECONDS=10 # Options for the CAM sequential access driver: #options SA_SPACE_TIMEOUT="(60)" #options SA_REWIND_TIMEOUT="(2*60)" #options SA_ERASE_TIMEOUT="(4*60)" #options SA_1FM_AT_EOD # Optional timeout for the CAM processor target (pt) device # This is specified in seconds. The default is 60 seconds. #options SCSI_PT_DEFAULT_TIMEOUT="60" # Optional enable of doing SES passthrough on other devices (e.g., disks) # # Normally disabled because a lot of newer SCSI disks report themselves # as having SES capabilities, but this can then clot up attempts to build # build a topology with the SES device that's on the box these drives # are in.... #options SES_ENABLE_PASSTHROUGH ##################################################################### # Kernel BOOTP support #options BOOTP # Use BOOTP to obtain IP address/hostname #options BOOTP_NFSROOT # NFS mount root filesystem using BOOTP info #options BOOTP_NFSV3 # Use NFS v3 to NFS mount root #options BOOTP_COMPAT # Workaround for broken bootp daemons. #options BOOTP_WIRED_TO=fxp0 # Use interface fxp0 for BOOTP # #options HW_WDOG # Add tie-ins for a hardware watchdog #options PMAP_SHPGPERPROC=201 # Set the number of PV entries per process #options NO_SWAPPING # Disable swapping #options NSFBUFS=32768 # Set the number of virtual buffers for # sendfile(2) (16*MAXUSERS+512) #options DEBUG_LOCKS # Enable extra debugging code for locks # USB support #device uhci # UHCI PCI->USB interface #device ohci # OHCI PCI->USB interface #device usb # General USB code (required) #device ugen # Generic USB device driver #device ukbd # Keyboard #device ulpt # Printer #device umass # USB Zip 100 Drive (requires scbus and da) #device ums # USB mouse #device aue # ADMtek USB ethernet (D-Link DSB-650TX) # debugging options for the USB subsystem # #options UHCI_DEBUG #options OHCI_DEBUG #options USB_DEBUG #options UGEN_DEBUG #options UHID_DEBUG #options UHUB_DEBUG #options UKBD_DEBUG #options UKBD_DFLT_KEYMAP # specify the built-in keymap #makeoptions UKBD_DFLT_KEYMAP=it.iso #options ULPT_DEBUG #options UMASS_DEBUG #options UMS_DEBUG # An embedded system might want to run something other than init. options INIT_PATH="/sbin/init:/stand/sysinstall" -- Best regards, Shlobin Pavel mailto:pgs@srf.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 2:55:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout02.sul.t-online.de (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id D672537B413 for ; Sun, 23 Sep 2001 02:55:14 -0700 (PDT) Received: from fwd04.sul.t-online.de by mailout02.sul.t-online.de with smtp id 15l5yj-0008R8-00; Sun, 23 Sep 2001 11:55:13 +0200 Received: from c3po (310086971449-0001@[217.2.189.68]) by fwd04.sul.t-online.com with smtp id 15l5yQ-0VNV1EC; Sun, 23 Sep 2001 11:54:54 +0200 From: OundK.Gregorius@t-online.de (Gregorius) To: Subject: /kernel: /file:table is full Date: Sun, 23 Sep 2001 12:00:40 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal X-Sender: 310086971449-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear all, I´m new to FreeBSD (allthough I have a little bit of experience with Linux) and I´ve just installed FreeBSD 4.4 yesterday. Everything went well untill I installed and configured Samba. My Win98 box has now access to my FreeBSD box but when I try to connect to the Win box I get the following message: >smbclient Win98 params.c: Open Conf File () - unable to open configuration file "usr/local/etc/smb.conf" too many open files in System In my sysloged-log files I can read: /kernel: file: table is full Has anyone an idea what this means and how I can solve the problem? I´ve been trying to figure it out since yesterday morning, but I don´t get any further. Thanks in advance. Kirstin P.S. Please excuse my bad english, I´m from Germany. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 4:17:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 8646737B40E for ; Sun, 23 Sep 2001 04:16:57 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 4D8AC2B705; Sun, 23 Sep 2001 13:16:55 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id DF002112; Sun, 23 Sep 2001 21:15:49 +1000 (EST) Date: Sun, 23 Sep 2001 21:15:46 +1000 From: Edwin Groothuis To: Gregorius Cc: freebsd-questions@FreeBSD.org Subject: Re: /kernel: /file:table is full Message-ID: <20010923211545.K10641@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Gregorius , freebsd-questions@FreeBSD.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from OundK.Gregorius@t-online.de on Sun, Sep 23, 2001 at 12:00:40PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 23, 2001 at 12:00:40PM +0200, Gregorius wrote: > >smbclient Win98 > params.c: Open Conf File () - unable to open configuration file > "usr/local/etc/smb.conf" > too many open files in System You should see if you can install lsof (it's from the ports collection) and see what process is eating your file descriptors. A friend had this problem once when he ran fetchmail as root in deamon mode and it was not closing a file each poll. After three days he had a zillion open file descriptors. Edwin > P.S. Please excuse my bad english, I´m from Germany. I've seen worse :-) Edwin, from .nl but now in .au -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5: 6:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id EBC3437B427 for ; Sun, 23 Sep 2001 05:06:24 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NC2Np16885; Sun, 23 Sep 2001 08:02:23 -0400 (EDT) Message-ID: <3BADD081.7BCBF5FE@iowna.com> Date: Sun, 23 Sep 2001 08:07:29 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: JOHN MUELLER Cc: freebsd-questions@FreeBSD.ORG Subject: Re: I finally came to the following conclusion..... References: <3BAD9798.10605@uaa.alaska.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG JOHN MUELLER wrote: > > I've got 2 DEC Venturis 575s and a Celebris 590, the last 2 numbers > are the Mhz of the pentium chip on them. I flashed the BIOSes, but I > think the key is getting the right release for these machines. 3.2 > didn't seem to work, it was an Alpha version. These were manufactured > in 1995. I have never installed FreeBSD successfully, but that is > because I have the wrong versions. Anyone have a quick information fix > (other than target practice ) ? > Johnny If I'm understanding your questions correctly, you simply need to find out if the processors are Alpha or Intel/Intel clone and get the proper version of FreeBSD. Having made it sound very simple, you should also check the rest of the hardware in the machines against the supported hardware at ftp://ftp2.freebsd.org/pub/FreeBSD/releases/i386/4.4-RELEASE/HARDWARE.HTM Assuming that your hardware is supported, there's not reason that FreeBSD won't work on ~600mhz pentium class processors. I acutally was running it on a 150mhz pentium up until just a few months ago. A little slow, but it worked fine. -Bill -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:19:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id C6ECA37B434 for ; Sun, 23 Sep 2001 05:19:29 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NCFTp22358; Sun, 23 Sep 2001 08:15:30 -0400 (EDT) Message-ID: <3BADD394.B01BE8DF@iowna.com> Date: Sun, 23 Sep 2001 08:20:36 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: PetBuilder Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to install from programs internet References: <001601c143dd$a7508530$0100a8c0@home> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [Don't send HTML email to a UNIX mailing list, many people will simply ignore your message, others will rail] PetBuilder wrote: > I'm new to UNIX and I'm trying to install Apache 1.3.20 on a test server. > I wanted to get a copy to install directly from the internet. What would > the proper command line and path to the file be? If you're using FreeBSD, you can do: cd /usr/ports/www/apache13; make all install (make sure you are logged in a root when you do this) Read here for more information on how this works: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html > Also, if this in not the best forum to learn Basic UNIX functions and > skills for newbie's, Could you please recommend the appropriate forum. Assuming that you're using FreeBSD, then you are in exactly the right place. If you're using some other type of UNIX, then you need to find the correct forum for that UNIX. If you're REAL new to FreeBSD, you may want to subscribe to freebsd-newbies for a while. See this page for details: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html -Bill -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:27:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout05.sul.t-online.de (mailout05.sul.t-online.com [194.25.134.82]) by hub.freebsd.org (Postfix) with ESMTP id 76A7037B413 for ; Sun, 23 Sep 2001 05:27:47 -0700 (PDT) Received: from fwd00.sul.t-online.de by mailout05.sul.t-online.de with smtp id 15l8KW-00031N-09; Sun, 23 Sep 2001 14:25:52 +0200 Received: from stardust.sol (520006897652-0001@[217.1.66.251]) by fwd00.sul.t-online.com with esmtp id 15l8KC-1HGl7YC; Sun, 23 Sep 2001 14:25:32 +0200 Received: (from atlan@localhost) by stardust.sol (8.11.6/8.11.6) id f8NCOkm18098 for questions@freebsd.org; Sun, 23 Sep 2001 14:24:46 +0200 (CEST) (envelope-from atlan) Date: Sun, 23 Sep 2001 14:24:46 +0200 From: Ronny-Walter@t-online.de (Ronny Walter) To: questions@freebsd.org Subject: AudioCD Message-ID: <20010923142446.A18074@stardust.sol> Reply-To: Ronny Walter Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Sender: 520006897652-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am using FreeBSD 4.4-RELEASE. I want to copy Tracks from an audio-cd to my hardisk. thatswhy i have installed ripit.pl. After that i configured my CD-ROM using the config.sh script in /usr/X11R6/lib/X11/xmcd/config/ . Now there is a File with the name acd0a. My CDROM: acd0: CDROM at ata1-master using PIO4 After starting ripit.pl --device /dev/acd0a the following errormessage appears: Getting CDDB info... TOC ERROR: No Disc ID found at /usr/local/bin/ripit.pl line 241, chunk 1. Could somebody help me? Ronny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:35:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from router.darlow.co.uk (pc2-bigg2-0-cust101.lut.cable.ntl.com [213.107.35.101]) by hub.freebsd.org (Postfix) with ESMTP id 5DED837B429 for ; Sun, 23 Sep 2001 05:35:15 -0700 (PDT) Received: from ideal.darlow.co.uk (neil@ideal.darlow.co.uk [192.168.0.3]) by router.darlow.co.uk (8.11.6/8.11.6) with SMTP id f8NCZAp30649; Sun, 23 Sep 2001 13:35:11 +0100 (BST) (envelope-from neil@darlow.co.uk) From: Neil Darlow Date: Sun, 23 Sep 2001 12:35:10 GMT Message-ID: <20010923.12351000@ideal.darlow.co.uk> Subject: Re: How do I enable Blowfish passwords? To: Joe Clarke Cc: In-Reply-To: <20010922172453.F33814-100000@shumai.marcuscom.com> References: <20010922172453.F33814-100000@shumai.marcuscom.com> X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Joe, On 9/22/01, 10:25:33 PM, Joe Clarke wrote: > Actually, use blf instead of blowfish. > crypt_default =3D blf md5 des > :passwd_format=3Dblf:\ Hmm... Did all this, logged-out and back in again, then changed my password. Looking at /etc/master.passwd the new password still looks like a md5 hash to me. Do I need to enable Blowfish somewhere at buildworld time? Regards, Neil Darlow M.Sc. -- 1024D/531F9048 1999-09-11 Neil Darlow GPG fingerprint =3D 359D B8FF 6273 6C32 BEAA 43F9 E579 E24A 531F 9048 =20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:38:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.panix.com (mail2.panix.com [166.84.0.213]) by hub.freebsd.org (Postfix) with ESMTP id C462D37B433 for ; Sun, 23 Sep 2001 05:38:47 -0700 (PDT) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail2.panix.com (Postfix) with ESMTP id E05648EED for ; Sun, 23 Sep 2001 08:38:46 -0400 (EDT) Received: (from stanb@localhost) by panix3.panix.com (8.11.6/8.8.8/PanixN1.0) id f8NCclf15234 for freebsd-questions@freebsd.org; Sun, 23 Sep 2001 08:38:47 -0400 (EDT) From: Message-Id: <200109231238.f8NCclf15234@panix3.panix.com> Subject: Updateing installed ports To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Sun, 23 Sep 2001 08:38:46 -0400 (EDT) X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I saw a mention the other day on one of the mailing lists about a utility to udape the installed ports on a given system. Unfortunately, I seem to have forgotten the name of the utlity. Looking at the ports doc's on the FreebSD site does not seem to reveal it. Could some kind soul refresh my memory? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:39: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id 823E937B41A for ; Sun, 23 Sep 2001 05:38:54 -0700 (PDT) Received: from equinox ([24.168.44.136]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Sun, 23 Sep 2001 08:38:53 -0400 Message-ID: <020c01c1442c$c7113cd0$9865fea9@equinox> From: "Jonathan M. Slivko" To: "Ronny Walter" , References: <20010923142446.A18074@stardust.sol> Subject: Re: AudioCD Date: Sun, 23 Sep 2001 08:39:24 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is the CD in question a store-bought CD, or did you burn it yourself on another machine. What that error message is indicating is that there is no track information available for it on the Internet. Really, it should go beyond that and just rip the CD into mp3's, without the titles of the tracks. What happens after it shows that error? -- Jonathan ----- Original Message ----- From: "Ronny Walter" To: Sent: Sunday, September 23, 2001 8:24 AM Subject: AudioCD > Hello, > > I am using FreeBSD 4.4-RELEASE. I want to copy Tracks from an audio-cd > to my hardisk. thatswhy i have installed ripit.pl. After that i > configured my CD-ROM using the config.sh script in > /usr/X11R6/lib/X11/xmcd/config/ . Now there is a File with the name > acd0a. > > My CDROM: > acd0: CDROM at ata1-master using PIO4 > > After starting ripit.pl --device /dev/acd0a the following errormessage > appears: > > Getting CDDB info... TOC ERROR: No Disc ID found at > /usr/local/bin/ripit.pl line 241, chunk 1. > > Could somebody help me? > > > Ronny > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:41:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 1090437B41C for ; Sun, 23 Sep 2001 05:41:26 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NCbNp04683; Sun, 23 Sep 2001 08:37:23 -0400 (EDT) Message-ID: <3BADD8B5.889BEAF3@iowna.com> Date: Sun, 23 Sep 2001 08:42:29 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: "Karl M. Joch" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD & LaBrea References: <014301c1434a$313851e0$0a05a8c0@ooe.kmjeuro.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Karl M. Joch" wrote: > > Hi, > > I tried to get LaBrea http://www.fwsystems.com/build/LaBrea/ working under > 4.3/4.4. Would really like to have it for the networks i maintain. But till > now I have the problem that it looks like that it cant capture the packages > under FreeBSD. I also found a port from nick@rogness.net. has anybody got > that working under 4.3/4.4? i put a seperat old P60 box there and tried a > whole day with different kernel versions (with ipfirewall/ w/o ...). Since nobody else has replied yet ... I'm not real familiar with LaBrea, but it sure looks like it would need the packet filters compiled into your kernel. Did you build a kernel with "options bpf"? -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:42:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id EB49737B42F for ; Sun, 23 Sep 2001 05:42:24 -0700 (PDT) Received: from equinox ([24.168.44.136]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Sun, 23 Sep 2001 08:42:23 -0400 Message-ID: <021501c1442d$447722c0$9865fea9@equinox> From: "Jonathan M. Slivko" To: , "Free BSD Questions list" References: <200109231238.f8NCclf15234@panix3.panix.com> Subject: Re: Updateing installed ports Date: Sun, 23 Sep 2001 08:42:55 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cvsup? ----- Original Message ----- From: To: "Free BSD Questions list" Sent: Sunday, September 23, 2001 8:38 AM Subject: Updateing installed ports > I saw a mention the other day on one of the mailing lists about a utility > to udape the installed ports on a given system. > > Unfortunately, I seem to have forgotten the name of the utlity. Looking at > the ports doc's on the FreebSD site does not seem to reveal it. > > Could some kind soul refresh my memory? > > -- > "They that would give up essential liberty for temporary safety deserve > neither liberty nor safety." > -- Benjamin Franklin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:42:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from voyager.bxscience.edu (voyager.bxscience.edu [167.206.203.44]) by hub.freebsd.org (Postfix) with ESMTP id 07B2337B434 for ; Sun, 23 Sep 2001 05:42:33 -0700 (PDT) Received: from there (szarh@66-65-26-238.nyc.rr.com [66.65.26.238]) by voyager.bxscience.edu (8.10.0/8.10.0) with SMTP id f8NCjWs37626; Sun, 23 Sep 2001 08:45:32 -0400 (EDT) Message-Id: <200109231245.f8NCjWs37626@voyager.bxscience.edu> Content-Type: text/plain; charset="iso-8859-1" From: Sunny Dubey Reply-To: dubeys@bxscience.edu Organization: Bronx Science To: Ian Morrison Subject: Re: Bridging Questions Date: Sun, 23 Sep 2001 08:40:21 -0400 X-Mailer: KMail [version 1.3.1] References: <200109221558.f8MFwas27934@voyager.bxscience.edu> <20010922190130.A28206@phear.darq.net> In-Reply-To: <20010922190130.A28206@phear.darq.net> Cc: questions@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 22 September 2001 02:01 pm, you wrote: > > Additionally, the hand book states that there is an option to allow > > non-IP packets (like ARP) to flow through the bridge. Is this something > > I should concern myself with, or just not bother at all. > > It depends exactly on what you're doing. What exactly are you doing? > You probably don't need it, would be my guess, but then you might... > I plan to be running various servers behind this bridged firewall. They are standard services like httpd, pop+imap+smpt+ssl, sftp, dns, etc. However my setup is a little odd. It is as followed ... Internet/Out side world --> Cisco Router (NAT being done here) --> cisco swtich --> bridge --> servers I'm am still unsure of if I should or shouldn't allow for arp packets. And if I do have to enable the "IPFIREWALL_DEFAULT_TO_ACCEPT" will whatever other ipfw rules I use still work?? thank you very much for any info you might enlighten me with Sunny Dubey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:43:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id DC82F37B426 for ; Sun, 23 Sep 2001 05:43:32 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NCdWp06049; Sun, 23 Sep 2001 08:39:32 -0400 (EDT) Message-ID: <3BADD936.D801A0F7@iowna.com> Date: Sun, 23 Sep 2001 08:44:38 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: stanb@panix.com Cc: Free BSD Questions list Subject: Re: Updateing installed ports References: <200109231238.f8NCclf15234@panix3.panix.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG pkg_update stanb@panix.com wrote: > > I saw a mention the other day on one of the mailing lists about a utility > to udape the installed ports on a given system. -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:45:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-94-248-46.mmcable.com [24.94.248.46]) by hub.freebsd.org (Postfix) with SMTP id D83F637B41C for ; Sun, 23 Sep 2001 05:45:48 -0700 (PDT) Received: (qmail 4612 invoked by uid 100); 23 Sep 2001 12:45:42 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15277.55670.807648.190727@guru.mired.org> Date: Sun, 23 Sep 2001 07:45:42 -0500 To: Wijnand Wiersma Cc: questions@freebsd.org Subject: Re: partitions and slices In-Reply-To: <3687411@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wijnand Wiersma types: > a friend of me asked me "why do I have to create slices within a > partition? what's the function of this? what's wrong with partitions > only like linux?" > > I couldn't answer it, who can? The Unix partitioning scheme predates the DOS partitioning scheme, and is quite a bit saner in general, providing 7 general purpose partitions - though I'd like to be told what breaks if C isn't the entire slice on a recent system - vs. 4 slices, with a magic slice type that can hold yet more slices. Preserving the traditional partitions for platforms that don't use DOS slices is obviously a good thing. Since DOS slices are normally used to hold multiple operating systems, the ability to put partitions inside a slice is a good solution for multi-booting OSs. It certainly beats other such compromises I've seen - say ignoring DOS slices and having to make sure the slices & partitions don't overlap by hand - hands down. If you were designing a Unix-like OS from scratch for IBM-PCs - like Linus did - you might use standard DOS slices. Even then, you really need two partitions for an install to get swap. Some have proposed using the Dangerously Dedicated mode - where you treat the entire disk as a slice - to avoid having partitions. While this works, and I do it, the reason it's called Dangerously Dedicated is because there are BIOSes out there that see the BSD boot sector as a virus, and either refuse to boot, or repair it - frying your partition table in the process. That's why it's called "Dangerously". Some systems refuse to boot from sliced disks, which is why DD hasn't gone away. On the other hand, as indicated, other systems refuse to boot in DD mode. Personally, I recommend against using DD unless you have to. The amount of space it saves is negligible, the headache from having your partition table fried is *not* negligible, and should you change your mind about dual booting, it makes the conversion process saner. And no, I'm not saying you might want to boot Windows. I did the conversion to get an SMP BeOS system running at one point. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:47: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id D3A3537B42B for ; Sun, 23 Sep 2001 05:47:05 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NCh6p08761 for ; Sun, 23 Sep 2001 08:43:06 -0400 (EDT) Message-ID: <3BADDA0C.EBBE7174@iowna.com> Date: Sun, 23 Sep 2001 08:48:12 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: [OT] percentage of bad blanks when burning CDs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a little off topic ... I recently bought a 30 pack of Memorex write-once CD blanks. So far, I've burnt about ten of them, and I've had 2 blanks that were bad out of the box. The burner rejected them before I was able to do anything. Is this par for the course when buying packs of "discount" blanks? I'm just wondering if I want to spend $$ on Memorex again or if this is fairly typical. -Bill -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:51:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout00.sul.t-online.de (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id B859E37B418 for ; Sun, 23 Sep 2001 05:51:13 -0700 (PDT) Received: from fwd05.sul.t-online.de by mailout00.sul.t-online.de with smtp id 15l8iy-0005DJ-0C; Sun, 23 Sep 2001 14:51:08 +0200 Received: from stardust.sol (520006897652-0001@[217.1.66.251]) by fwd05.sul.t-online.com with esmtp id 15l8it-0mNEQqC; Sun, 23 Sep 2001 14:51:03 +0200 Received: (from atlan@localhost) by stardust.sol (8.11.6/8.11.6) id f8NCoQe18913; Sun, 23 Sep 2001 14:50:26 +0200 (CEST) (envelope-from atlan) Date: Sun, 23 Sep 2001 14:50:26 +0200 From: Ronny-Walter@t-online.de (Ronny Walter) To: "Jonathan M. Slivko" Cc: questions@freebsd.org Subject: Re: AudioCD Message-ID: <20010923145026.A18226@stardust.sol> Reply-To: Ronny Walter References: <20010923142446.A18074@stardust.sol> <020c01c1442c$c7113cd0$9865fea9@equinox> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <020c01c1442c$c7113cd0$9865fea9@equinox>; from jslivko@4evermail.com on Sun, Sep 23, 2001 at 08:39:24AM -0400 X-Sender: 520006897652-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, i tried this with several CDs(store-bought and selfmade). The error is the same. After that error nothing happens. When i start xmcd -dev /dev/acd0a the tracks appears with their real names. So the CDDB info from the Internet works. Ronny On Sun, 23 Sep 2001, Jonathan M. Slivko wrote: > Is the CD in question a store-bought CD, or did you burn it yourself on > another machine. What that error message is indicating is that there is no > track information available for it on the Internet. Really, it should go > beyond that and just rip the CD into mp3's, without the titles of the > tracks. What happens after it shows that error? -- Jonathan > > ----- Original Message ----- > From: "Ronny Walter" > To: > Sent: Sunday, September 23, 2001 8:24 AM > Subject: AudioCD > > > > Hello, > > > > I am using FreeBSD 4.4-RELEASE. I want to copy Tracks from an audio-cd > > to my hardisk. thatswhy i have installed ripit.pl. After that i > > configured my CD-ROM using the config.sh script in > > /usr/X11R6/lib/X11/xmcd/config/ . Now there is a File with the name > > acd0a. > > > > My CDROM: > > acd0: CDROM at ata1-master using PIO4 > > > > After starting ripit.pl --device /dev/acd0a the following errormessage > > appears: > > > > Getting CDDB info... TOC ERROR: No Disc ID found at > > /usr/local/bin/ripit.pl line 241, chunk 1. > > > > Could somebody help me? > > > > > > Ronny > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 5:55:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itworks.com.au (CPE-61-9-167-25.vic.bigpond.net.au [61.9.167.25]) by hub.freebsd.org (Postfix) with SMTP id 577F537B407 for ; Sun, 23 Sep 2001 05:55:44 -0700 (PDT) Received: (qmail 78592 invoked from network); 23 Sep 2001 12:55:37 -0000 Received: from unknown (HELO dale) (192.168.1.101) by chip.gav.itworks.com.au with SMTP; 23 Sep 2001 12:55:37 -0000 Message-ID: <003b01c1442e$cf1ec850$6501a8c0@dale> From: "Gavin Cameron" To: , "Free BSD Questions list" References: <200109231238.f8NCclf15234@panix3.panix.com> Subject: Re: Updateing installed ports Date: Sun, 23 Sep 2001 22:53:53 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG portupgrade is probably what you thinking about. It's in /usr/ports/sysutils/portupgrade. Cheers Gavin ----- Original Message ----- From: To: "Free BSD Questions list" Sent: Sunday, September 23, 2001 10:38 PM Subject: Updateing installed ports > I saw a mention the other day on one of the mailing lists about a utility > to udape the installed ports on a given system. > > Unfortunately, I seem to have forgotten the name of the utlity. Looking at > the ports doc's on the FreebSD site does not seem to reveal it. > > Could some kind soul refresh my memory? > > -- > "They that would give up essential liberty for temporary safety deserve > neither liberty nor safety." > -- Benjamin Franklin > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 6: 0:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 3F56037B41B for ; Sun, 23 Sep 2001 06:00:43 -0700 (PDT) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 0A10E70609; Sun, 23 Sep 2001 07:00:36 -0600 (MDT) Date: Sun, 23 Sep 2001 07:00:36 -0600 (MDT) From: FreeBSD To: Neil Darlow Cc: Joe Clarke , Subject: Re: How do I enable Blowfish passwords? In-Reply-To: <20010923.12351000@ideal.darlow.co.uk> Message-ID: <20010923065851.D23834-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you cap_mkdb /etc/login.conf (documented at the top of login.conf)? And does the password in /etc/master.passwd start with $1$ or $2$? (It shouldn't have either if it's blf) And what version of FreeBSD is this? On Sun, 23 Sep 2001, Neil Darlow wrote: > Hi Joe, > > On 9/22/01, 10:25:33 PM, Joe Clarke wrote: > > > Actually, use blf instead of blowfish. > > crypt_default = blf md5 des > > :passwd_format=blf:\ > > Hmm... Did all this, logged-out and back in again, then changed my > password. Looking at /etc/master.passwd the new password still looks > like a md5 hash to me. > > Do I need to enable Blowfish somewhere at buildworld time? > > Regards, > Neil Darlow M.Sc. > -- > 1024D/531F9048 1999-09-11 Neil Darlow > GPG fingerprint = 359D B8FF 6273 6C32 BEAA 43F9 E579 E24A 531F 9048 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 6:15:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-94-248-46.mmcable.com [24.94.248.46]) by hub.freebsd.org (Postfix) with SMTP id AA1C337B413 for ; Sun, 23 Sep 2001 06:15:09 -0700 (PDT) Received: (qmail 5456 invoked by uid 100); 23 Sep 2001 13:15:08 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15277.57436.871360.339424@guru.mired.org> Date: Sun, 23 Sep 2001 08:15:08 -0500 To: swear@blarg.net (Gary W. Swearingen) Cc: questions@freebsd.org Subject: Re: Why is ISO CD one block bigger than ISO file? In-Reply-To: <114626803@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gary W. Swearingen types: > I've got a 4.4R ISO file. Size is 324368*2048. I did > "burncd -f /dev/acd0c -s 8 data 4.4R.iso fixate" and then did > "dd if=/dev/acd0a bs=2k | wc" which showed the CD was one 2048-byte > block bigger than the ISO file. I used "dd" and "md5" to verify that > the first 324368 blocks of the CD were the same as the ISO file. > Why the extra block? Not sure, unless it's something with the cd build process. I would recommend "dd if=/dev/acd0c bs=2k of=/dev/null" to get a count as better than piping things through wc. > Also: Is there ANY difference between /dev/acd0a and /dev/acd0c between > the name and the minor number? May they always be used interchangeably? ISO disks don't really have paritition tables in the traditional sense. The -stable cd drivers fake one that covers the first track and provides the a and c partition. As such, they're always going to be the same and can be used interchangeable. This is an acknowledged hack, but probably won't go away unless CDROMS with with multiple data tracks on them come into common use. Be warned that other types of CDROMs can have real parition tables on them, and thus have a and c partitions that are *not* identical. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 6:21:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-94-248-46.mmcable.com [24.94.248.46]) by hub.freebsd.org (Postfix) with SMTP id 5DF6537B42B for ; Sun, 23 Sep 2001 06:21:32 -0700 (PDT) Received: (qmail 5703 invoked by uid 100); 23 Sep 2001 13:21:31 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15277.57819.857186.684505@guru.mired.org> Date: Sun, 23 Sep 2001 08:21:31 -0500 To: Justin Davis Cc: questions@freebsd.org Subject: Re: to install or not to install.. In-Reply-To: <10015200@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Justin Davis types: > Hi. I am currently running windows ME, which crashes all the time... I > built this computer about 6 months ago, here is a list of everything > Soundblaster motherboard > P3 900mhz > Creative dvd player > Yamaha 16x burner > sony usb mem stick reader/writer > GE Force 2 graphics card > > I want ME off of my computer, and am just going to format to do a clean > install. I'm not sure if i should try out FreeBSD, or install either win2k > pro, or XP. Any thoughts? This pc is used daily, and only rebooted about > twice a week. I'd just like what everyone wants, a stable,fast os. Thanks. Well, everyone else is recommending Win2k for desktop use, and I can't argue that that should be a lot better than ME. The licenseing stories I hear about XP are enough to make me wary of it. And of Win2k, for that matter. That said, I use FreeBSD for a desktop OS, because it is fast and stable. The one real downside is that the latest & greatest hardware may not work at all. This isn't because the FreeBSD developers are in any way inferior to the MS developers, but because the hardware manufacturers provide drivers for Windows, but not FreeBSD. In particular, your sony memory stick reader/writer may not work, and the yamaha cd burner could be problematical. FreeBSD does have drivers for those types of devices, but if the particular ones you have are either proprietary, or buggy, they may not work. The other downside is if you deal with people who feel that MS Office - usually, but other packages sometimes show up - are something everyone should have, interchanging documents with them can range from painfull to impossible. There may well be other areas where you will have problems, depending on what you want to do. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 6:23:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from router.darlow.co.uk (pc2-bigg2-0-cust101.lut.cable.ntl.com [213.107.35.101]) by hub.freebsd.org (Postfix) with ESMTP id 6F63237B40C for ; Sun, 23 Sep 2001 06:23:12 -0700 (PDT) Received: from ideal.darlow.co.uk (neil@ideal.darlow.co.uk [192.168.0.3]) by router.darlow.co.uk (8.11.6/8.11.6) with SMTP id f8NDN5p30809; Sun, 23 Sep 2001 14:23:05 +0100 (BST) (envelope-from neil@darlow.co.uk) From: Neil Darlow Date: Sun, 23 Sep 2001 13:23:05 GMT Message-ID: <20010923.13230500@ideal.darlow.co.uk> Subject: Re: How do I enable Blowfish passwords? To: FreeBSD Cc: Joe Clarke , In-Reply-To: <20010923065851.D23834-100000@Amber.XtremeDev.com> References: <20010923065851.D23834-100000@Amber.XtremeDev.com> X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, On 9/23/01, 2:00:36 PM, FreeBSD wrote: > Did you cap_mkdb /etc/login.conf (documented at the top of login.conf)= ? > And does the password in /etc/master.passwd start with $1$ or $2$? (It= > shouldn't have either if it's blf) And what version of FreeBSD is this= ? In order: Doh, no I didn't and now it works! They now begin with $2a$04$ and are longer FreeBSD 4.4-RELEASE Regards, Neil Darlow M.Sc. -- 1024D/531F9048 1999-09-11 Neil Darlow GPG fingerprint =3D 359D B8FF 6273 6C32 BEAA 43F9 E579 E24A 531F 9048 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 6:40:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.121.50]) by hub.freebsd.org (Postfix) with ESMTP id B194037B431 for ; Sun, 23 Sep 2001 06:40:07 -0700 (PDT) Received: from user-v3qsas8.dsl.mindspring.com ([199.174.43.136] helo=server.unix.home) by avocet.mail.pas.earthlink.net with smtp (Exim 3.32 #2) id 15l9UN-0002ds-00 for freebsd-questions@freebsd.org; Sun, 23 Sep 2001 06:40:07 -0700 Content-Type: text/plain; charset="iso-8859-1" From: Lane Holcombe To: freebsd-questions@freebsd.org Subject: Pam is broken Date: Sun, 23 Sep 2001 08:40:06 -0500 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01092308400605.01860@server.unix.home> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to update a source tree using cvs and I keep getting this error: /usr/libexec/ld-elf.so.1: /usr/lib/pam_unix.so: Undefined symbol "_pam_verbose_error" I've tried to rebuild pam using "make all", "make install" from /usr/src/lib/libpam, but this doesn't seem to correct the problem (even though the install completes successfully). Is there a single package that I can add to make pam work again? thanks lane (holcombe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 6:46: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moat.teksupport.net.au (moat.teksupport.net.au [203.17.1.98]) by hub.freebsd.org (Postfix) with ESMTP id 086BA37B434 for ; Sun, 23 Sep 2001 06:45:51 -0700 (PDT) Received: from rob.secombe (robseco.secombe [192.168.1.2]) by moat.teksupport.net.au (8.11.0/8.11.0) with SMTP id f8NDjmC34974 for ; Sun, 23 Sep 2001 23:45:49 +1000 (EST) (envelope-from robseco@teksupport.net.au) Message-Id: <3.0.5.32.20010923234546.037a2a50@secombe> X-Sender: robseco@secombe X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Sun, 23 Sep 2001 23:45:46 +1000 To: freebsd-questions@freebsd.org From: Rob Secombe Subject: Problem with W2k dialing into ppp Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I have a machine running FreeBSD 4.3 setup to receive incoming ppp calls. The current setup works fine with Windoze 95/98/ME but fails with Win2000. It appears that the windoze 2000 end prematurely drops the connection bleating that it can't negotiate a suitable protocol. I have not been able to find anything in the archives on this so if anyone has any thoughts on this I would appreciate hearing from you. Please reply directly as I am no on the freebsd-questions list. This is what in ppp.conf: incoming: set log Phase Chat LCP IPCP CCP tun command allow user enable pap enable proxy accept dns set dns 192.168.1.1 Log details: Sep 21 21:14:29 gateway ppp[18660]: Phase: Using interface: tun1 Sep 21 21:14:29 gateway ppp[18660]: Phase: deflink: Created in closed state Sep 21 21:14:29 gateway ppp[18660]: tun1: Command: incoming: enable pap Sep 21 21:14:29 gateway ppp[18660]: tun1: Command: incoming: enable proxy Sep 21 21:14:29 gateway ppp[18660]: tun1: Command: incoming: accept dns Sep 21 21:14:29 gateway ppp[18660]: tun1: Command: incoming: set dns 192.168.1.1 Sep 21 21:14:29 gateway ppp[18660]: tun1: Phase: PPP Started (direct mode). Sep 21 21:14:29 gateway ppp[18660]: tun1: Phase: bundle: Establish Sep 21 21:14:29 gateway ppp[18660]: tun1: Phase: deflink: closed -> opening Sep 21 21:14:29 gateway ppp[18660]: tun1: Phase: deflink: Connected! Sep 21 21:14:29 gateway ppp[18660]: tun1: Phase: deflink: opening -> carrier Sep 21 21:14:30 gateway ppp[18660]: tun1: Phase: deflink: /dev/ttyd0: CD detected Sep 21 21:14:30 gateway ppp[18660]: tun1: Phase: deflink: carrier -> lcp Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: FSM: Using "deflink" as a transport Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: deflink: State change Initial --> Closed Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: deflink: State change Closed --> Stopped Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: deflink: RecvConfigReq(1) state = Stopped Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: ACCMAP[6] 0x00000000 Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: MAGICNUM[6] 0x2e243889 Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: PROTOCOMP[2] Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: ACFCOMP[2] Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: CALLBACK[3] CBCP Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: deflink: SendConfigReq(1) state = Stopped Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: ACFCOMP[2] Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: PROTOCOMP[2] Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: ACCMAP[6] 0x00000000 Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: MRU[4] 1500 Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: MAGICNUM[6] 0xa6199093 Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: AUTHPROTO[4] 0xc023 (PAP) Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: deflink: SendConfigRej(1) state = Stopped Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: CALLBACK[3] CBCP Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(0) state = Stopped Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: deflink: LayerStart Sep 21 21:14:30 gateway ppp[18660]: tun1: LCP: deflink: State change Stopped --> Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: RecvConfigAck(1) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: State change Req-Sent --> Ack-Rcvd Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: RecvConfigReq(2) state = Ack-Rcvd Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: ACCMAP[6] 0x00000000 Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: MAGICNUM[6] 0x2e243889 Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: PROTOCOMP[2] Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: ACFCOMP[2] Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendConfigAck(2) state = Ack-Rcvd Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: ACCMAP[6] 0x00000000 Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: MAGICNUM[6] 0x2e243889 Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: PROTOCOMP[2] Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: ACFCOMP[2] Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: State change Ack-Rcvd --> Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: LayerUp Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(1) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: Phase: bundle: Authenticate Sep 21 21:14:31 gateway ppp[18660]: tun1: Phase: deflink: his = none, mine = PAP Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: RecvIdent(3) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Received ident: MSRASV5.00 Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: RecvIdent(4) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Received ident: MSRAS-1-ROBIN Sep 21 21:14:31 gateway ppp[18660]: tun1: Phase: Pap Input: REQUEST (bobs) Sep 21 21:14:31 gateway ppp[18660]: tun1: Phase: Pap Output: SUCCESS Sep 21 21:14:31 gateway ppp[18660]: tun1: Phase: Found interface ed0 for 192.168.1.132 Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: FSM: Using "deflink" as a transport Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: State change Initial --> Closed Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: LayerStart. Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: MPPE: Not usable without CHAP81 Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: SendConfigReq(1) state = Closed Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: DEFLATE[4] win 15 Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: PRED1[2] Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: State change Closed --> Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: Phase: deflink: lcp -> open Sep 21 21:14:31 gateway ppp[18660]: tun1: Phase: bundle: Network Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: FSM: Using "deflink" as a transport Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: State change Initial --> Closed Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: LayerStart. Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigReq(1) state = Closed Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: State change Closed --> Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: RecvConfigReq(5) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: MPPE[6] value 0x00000001 Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: MPPE: Not usable without CHAP81 Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: SendConfigRej(5) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: MPPE[6] value 0x00000001 Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(2) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: RecvConfigReq(6) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: PRIDNS[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: PRINBNS[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: NBNS REQ - rejected - nbns not set Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: SECDNS[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: SECNBNS[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: NBNS REQ - rejected - nbns not set Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigRej(6) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: PRINBNS[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: SECNBNS[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(3) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: RecvConfigRej(1) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(4) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: DEFLATE[4] win 15 Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: PRED1[2] Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: MPPE: Not usable without CHAP81 Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: SendConfigReq(2) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: [EMPTY] Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: [EMPTY] Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: RecvConfigRej(1) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(5) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigReq(2) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: RecvTerminateReq(7) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: CCP: deflink: SendTerminateAck(7) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: RecvConfigReq(8) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: PRIDNS[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: SECDNS[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigNak(8) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 192.168.1.132 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: PRIDNS[6] 192.168.1.1 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: SECDNS[6] 192.168.1.1 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: RecvConfigRej(2) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(6) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigReq(3) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: RecvConfigReq(9) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 192.168.1.132 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: PRIDNS[6] 192.168.1.1 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: SECDNS[6] 192.168.1.1 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigAck(9) state = Req-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 192.168.1.132 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: PRIDNS[6] 192.168.1.1 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: SECDNS[6] 192.168.1.1 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: State change Req-Sent --> Ack-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: RecvConfigRej(3) state = Ack-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(7) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigReq(4) state = Ack-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: RecvConfigRej(4) state = Ack-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:31 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(8) state = Opened Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigReq(5) state = Ack-Sent Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:31 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:32 gateway ppp[18660]: tun1: IPCP: deflink: RecvConfigRej(5) state = Ack-Sent Sep 21 21:14:32 gateway ppp[18660]: tun1: LCP: Sending ident magic a6199093 text user-ppp 2.3 (built Apr 21 2001) Sep 21 21:14:32 gateway ppp[18660]: tun1: LCP: deflink: SendIdent(9) state = Opened Sep 21 21:14:32 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:32 gateway ppp[18660]: tun1: IPCP: deflink: SendConfigReq(6) state = Ack-Sent Sep 21 21:14:32 gateway ppp[18660]: tun1: IPCP: IPADDR[6] 0.0.0.0 Sep 21 21:14:32 gateway ppp[18660]: tun1: IPCP: COMPPROTO[6] 16 VJ slots with slot compression Sep 21 21:14:32 gateway ppp[18660]: tun1: IPCP: deflink: RecvTerminateReq(10) state = Ack-Sent Sep 21 21:14:32 gateway ppp[18660]: tun1: IPCP: deflink: SendTerminateAck(10) state = Ack-Sent Sep 21 21:14:32 gateway ppp[18660]: tun1: IPCP: deflink: State change Ack-Sent --> Req-Sent Sep 21 21:14:33 gateway ppp[18660]: tun1: Phase: deflink: Carrier lost Sep 21 21:14:33 gateway ppp[18660]: tun1: CCP: deflink: State change Req-Sent --> Starting Sep 21 21:14:33 gateway ppp[18660]: tun1: CCP: deflink: LayerFinish. Sep 21 21:14:33 gateway ppp[18660]: tun1: CCP: deflink: State change Starting --> Initial Sep 21 21:14:33 gateway ppp[18660]: tun1: LCP: deflink: LayerDown Sep 21 21:14:33 gateway ppp[18660]: tun1: LCP: deflink: State change Opened --> Starting Sep 21 21:14:33 gateway ppp[18660]: tun1: Phase: deflink: open -> lcp Sep 21 21:14:33 gateway ppp[18660]: tun1: IPCP: deflink: State change Req-Sent --> Starting Sep 21 21:14:33 gateway ppp[18660]: tun1: IPCP: deflink: LayerFinish. Sep 21 21:14:33 gateway ppp[18660]: tun1: IPCP: Connect time: 2 secs: 0 octets in, 0 octets out Sep 21 21:14:33 gateway ppp[18660]: tun1: IPCP: : 0 packets in, 0 packets out Sep 21 21:14:33 gateway ppp[18660]: tun1: IPCP: total 0 bytes/sec, peak 0 bytes/sec on Fri Sep 21 21:14:33 2001 Sep 21 21:14:33 gateway ppp[18660]: tun1: IPCP: deflink: State change Starting --> Initial Sep 21 21:14:33 gateway ppp[18660]: tun1: Phase: bundle: Terminate Sep 21 21:14:33 gateway ppp[18660]: tun1: LCP: deflink: LayerFinish Sep 21 21:14:33 gateway ppp[18660]: tun1: LCP: deflink: State change Starting --> Initial Sep 21 21:14:33 gateway ppp[18660]: tun1: Phase: deflink: Disconnected! Sep 21 21:14:33 gateway ppp[18660]: tun1: Phase: deflink: Connect time: 4 secs: 562 octets in, 959 octets out Sep 21 21:14:33 gateway ppp[18660]: tun1: Phase: deflink: : 19 packets in, 28 packets out Sep 21 21:14:33 gateway ppp[18660]: tun1: Phase: total 380 bytes/sec, peak 368 bytes/sec on Fri Sep 21 21:14:33 2001 Sep 21 21:14:33 gateway ppp[18664]: tun1: Phase: deflink: lcp -> closed Sep 21 21:14:33 gateway ppp[18664]: tun1: Phase: bundle: Dead Sep 21 21:14:33 gateway ppp[18664]: tun1: Phase: PPP Terminated (normal). Sep 21 21:14:33 gateway ppp[18664]: tun1: Phase: Found interface ed0 for 192.168.1.132 TIA Rob Secombe Teksupport Pty Ltd Melbourne Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7: 7:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id 5EEC737B426 for ; Sun, 23 Sep 2001 07:07:21 -0700 (PDT) Received: (qmail 5349 invoked from network); 23 Sep 2001 14:05:40 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.114) by smtp3.mx.pitdc1.stargate.net with SMTP; 23 Sep 2001 14:05:40 -0000 Received: (qmail 8713 invoked from network); 23 Sep 2001 14:05:40 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 23 Sep 2001 14:05:40 -0000 From: "Doug Reynolds" To: "Rob" , "ybbor@freedom.net" Cc: "freebsd-questions@FreeBSD.ORG" Date: Sun, 23 Sep 2001 10:04:49 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Freebsd being hacked Message-Id: <20010923140721.5EEC737B426@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 21 Sep 2001 09:12:28 -0700, Rob wrote: >> Today i try to log in to my computer and i can't telnet in to it. So >> i went to the box, and i can't log in to it. on the screen it says >> there was an 'su pop to toor'. and that the kernel log was full. it >> looks like i was hacked, so i unpluged the comptuer from the network >> and now i don't know what to do. >> >> how do i log in to a comptuer if someone changed the root password and >> disabled every other account? >I'd reinstall the OS from an ISO disk. Others with more experience in >this might have a better solution. you could drop into single user mode and just use passwd (i believe) if you want to get some working logs. but I would definatly fdisk/format/reinstall the whole OS. sounds like you got hit by the telnet hack. --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7: 8:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id B205F37B412 for ; Sun, 23 Sep 2001 07:08:15 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 3CCA32B6E6; Sun, 23 Sep 2001 16:08:13 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id DFF3534F; Mon, 24 Sep 2001 00:08:07 +1000 (EST) Date: Mon, 24 Sep 2001 00:08:07 +1000 From: Edwin Groothuis To: Ronny Walter Cc: questions@freebsd.org Subject: Re: AudioCD Message-ID: <20010924000807.L10641@k7.mavetju.org> References: <20010923142446.A18074@stardust.sol> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010923142446.A18074@stardust.sol>; from Ronny-Walter@t-online.de on Sun, Sep 23, 2001 at 02:24:46PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > to my hardisk. thatswhy i have installed ripit.pl. After that i Just saw ports/30761 appearing, which might be related to this. See the GNATS database for that PR. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7: 9: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id C234B37B410 for ; Sun, 23 Sep 2001 07:08:59 -0700 (PDT) Received: (qmail 14771 invoked from network); 23 Sep 2001 14:09:14 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.114) by smtp1.mx.pitdc1.stargate.net with SMTP; 23 Sep 2001 14:09:14 -0000 Received: (qmail 8727 invoked from network); 23 Sep 2001 14:08:57 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 23 Sep 2001 14:08:57 -0000 From: "Doug Reynolds" To: "freebsd-questions@FreeBSD.ORG" , "R. Hartman" Date: Sun, 23 Sep 2001 10:08:12 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: login errors Message-Id: <20010923140859.C234B37B410@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 22 Sep 2001 21:15:09 +0200, R. Hartman wrote: >I get the same error messages although I did not make and build but simply >ran upgrade from the sysinstall GUI tool. Isn't upgrade supposed to take >care of what mergemaster does? I do have a backupped /etc in /usr/tmp/etc, >so it seems that something akin to mergemaster has taken place. Still, the >same errors as Philip has are encountered by me. I upgraded from 4.3 to 4.4 >Moreover, the error messages are three identical lines in a row. so six in >total. First three about the modules not being loaded, and then three for >pam_open_session: Permission denied. >Is running mergemaster really the solution, and how should i do that when >you take into account that a similar program has already run as part of the >upgrade process? after looking at the GUI upgrade a few times, it _doesnt_ upgrade the /etc/ files. it just makes copies of them afaik. I upgraded from src yesterday (from releng4_3 to 4.4-stable), and the PAM files were modified pretty good. --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7: 9:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sv07e.atm-tzs.kmjeuro.com (sv07e.atm-tzs.kmjeuro.com [193.81.94.207]) by hub.freebsd.org (Postfix) with ESMTP id 690AC37B427 for ; Sun, 23 Sep 2001 07:09:37 -0700 (PDT) Received: (from root@localhost) by sv07e.atm-tzs.kmjeuro.com (8.11.5/8.11.4) id f8NE9ZU56157 for freebsd-questions@freebsd.org; Sun, 23 Sep 2001 16:09:35 +0200 (CEST) (envelope-from k.joch@kmjeuro.com) Received: from karl (069bec03ab1fe1bcdfe5a4d9bcae2fe7@adsl.ooe.kmjeuro.com [193.154.186.21]) (authenticated) by sv07e.atm-tzs.kmjeuro.com (8.11.5/8.11.4) with ESMTP id f8NE9Nv55887; Sun, 23 Sep 2001 16:09:23 +0200 (CEST) (envelope-from k.joch@kmjeuro.com) Message-ID: <04bb01c14439$c7a79d80$0a05a8c0@ooe.kmjeuro.com> From: "Karl M. Joch" To: "Bill Moran" Cc: References: <014301c1434a$313851e0$0a05a8c0@ooe.kmjeuro.com> <3BADD8B5.889BEAF3@iowna.com> Subject: Re: FreeBSD & LaBrea Date: Sun, 23 Sep 2001 16:12:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X--virus-scanner: scanned for Virus and dangerous attachments on sv07e.atm-tzs.kmjeuro.com (System Setup/Maintainance: http://www.ctseuro.com/) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, yes, bpf is included. i enclosed the config. thanks. -- -- Best regards / Mit freundlichen Gruessen, Karl M. Joch ----- Original Message ----- From: "Bill Moran" To: "Karl M. Joch" Cc: Sent: Sunday, September 23, 2001 2:42 PM Subject: Re: FreeBSD & LaBrea > "Karl M. Joch" wrote: > > > > Hi, > > > > I tried to get LaBrea http://www.fwsystems.com/build/LaBrea/ working under > > 4.3/4.4. Would really like to have it for the networks i maintain. But till > > now I have the problem that it looks like that it cant capture the packages > > under FreeBSD. I also found a port from nick@rogness.net. has anybody got > > that working under 4.3/4.4? i put a seperat old P60 box there and tried a > > whole day with different kernel versions (with ipfirewall/ w/o ...). > > Since nobody else has replied yet ... > I'm not real familiar with LaBrea, but it sure looks like it would need > the packet filters compiled into your kernel. Did you build a kernel > with "options bpf"? > > -- > "Where's the robot to pat you on the back?" > ############################################################## machine i386 #cpu I386_CPU #cpu I486_CPU cpu I586_CPU cpu I686_CPU ident DESKPRO maxusers 128 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O device isa device eisa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices #device ata0 at isa? port IO_WD1 irq 14 #device ata1 at isa? port IO_WD2 irq 15 #device ata #device atadisk # ATA disk drives #device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives #options ATA_STATIC_ID #Static device numbering ##options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices # SCSI Controllers #device ahb # EISA AHA1742 family device ahc # AHA2940 and onboard AIC7xxx devices device amd # AMD 53C974 (Tekram DC-390(T)) #device isp # Qlogic family #device ncr # NCR/Symbios Logic #device sym # NCR/Symbios Logic (newer chipsets) #options SYM_SETUP_LP_PROBE_MAP=0x40 # Allow ncr to attach legacy NCR devices when # both sym and ncr are configured #device adv0 at isa? #device adw #device bt0 at isa? device aha0 at isa? device aic0 at isa? #device ncv # NCR 53C500 #device nsp # Workbit Ninja SCSI-3 #device stg # TMC 18C30/18C50 # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) # RAID controllers interfaced to the SCSI subsystem #device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID #device dpt # DPT Smartcache - See LINT for options! #device mly # Mylex AcceleRAID/eXtremeRAID # RAID controllers #device aac # Adaptec FSA RAID, Dell PERC2/PERC3 #device ida # Compaq Smart RAID #device amr # AMI MegaRAID #device mlx # Mylex DAC960 family #device twe # 3ware Escalade # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? #options XSERVER # support for X server on a vt console #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Power management support (see LINT for more options) #device apm0 at nexus? disable flags 0x20 # Advanced Power Management # PCCARD (PCMCIA) support #device card #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? port IO_COM2 irq 3 #device sio2 at isa? disable port IO_COM3 irq 5 #device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer device plip # TCP/IP over parallel device ppi # Parallel port interface device device vpo # ZIP Requires scbus and da # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') #device fxp # Intel EtherExpress PRO/100B (82557, 82558) #device tx # SMC 9432TX (83c170 ``EPIC'') #device vx # 3Com 3c590, 3c595 (``Vortex'') #device wx # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support #device dc # DEC/Intel 21143 and various workalikes #device pcn # AMD Am79C79x PCI 10/100 NICs #device rl # RealTek 8129/8139 #device sf # Adaptec AIC-6915 (``Starfire'') #device sis # Silicon Integrated Systems SiS 900/SiS 7016 #device ste # Sundance ST201 (D-Link DFE-550TX) #device tl # Texas Instruments ThunderLAN #device vr # VIA Rhine, Rhine II #device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 #device ex device ep #device fe0 at isa? port 0x300 # Xircom Ethernet device xe # PRISM I IEEE 802.11b wireless NIC. #device awi # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attachment needed # and resources will always be dynamically assigned by the pccard code. #device wi # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP # mode (the factory default). If you set the switches on your ISA # card for a manually chosen I/O address and IRQ, you must specify # those parameters here. #device an # The probe order of these is presently determined by i386/isa/isa_compat.c. #device ie0 at isa? port 0x300 irq 10 iomem 0xd0000 #device le0 at isa? port 0x300 irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 irq 10 drq 0 #device cs0 at isa? port 0x300 device sn0 at isa? port 0x300 irq 10 # Pseudo devices - the number indicates how many units to allocate. pseudo-device loop # Network loopback pseudo-device ether 4 # Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter #options IPFIREWALL #firewall #options IPFIREWALL_VERBOSE #print information about #options IPFIREWALL_FORWARD #enable transparent proxy support #options IPV6FIREWALL #firewall for IPv6 #options IPV6FIREWALL_VERBOSE # System V shared memory and tunable parameters #options SHMMAXPGS=8192 # max amount of shared memory pages (4k on i386) #options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" #options SHMSEG=256 # max shared memory segments per process #options SEMMAP=256 # amount of entries in semaphore map #options SEMMNI=256 # number of semaphore identifiers in the system #options SEMMNS=512 # number of semaphores in the system #options SEMMNU=256 # number of undo structures in the system #options SEMUME=11 # max number of undo entries per process ###### kern.ostype: FreeBSD kern.osrelease: 4.4-RC kern.osrevision: 199506 kern.version: FreeBSD 4.4-RC #0: Fri Sep 21 20:12:09 CEST 2001 ###### To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7:11:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id B0DDE37B40C for ; Sun, 23 Sep 2001 07:11:35 -0700 (PDT) Received: (qmail 17498 invoked from network); 23 Sep 2001 14:11:50 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.114) by smtp1.mx.pitdc1.stargate.net with SMTP; 23 Sep 2001 14:11:50 -0000 Received: (qmail 8743 invoked from network); 23 Sep 2001 14:11:33 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 23 Sep 2001 14:11:33 -0000 From: "Doug Reynolds" To: "freebsd-questions" , "Kent Stewart" Date: Sun, 23 Sep 2001 10:10:49 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: freebsd 4.4-stable Message-Id: <20010923141135.B0DDE37B40C@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 22 Sep 2001 12:35:17 -0700, Kent Stewart wrote: >You have to follow cvs-all to figure out how many times a day changes >are made to 4-stable (RELENG_4). You may go for days and then a have >compiler replaced like we did early in the 4.x history. You will also >see upgrades for modules such as Sendmail. oic.. I didn't know if it was updated daily or just whenever. >BTW, it isn't Tech Support because it is more like p2p peer support. I know- my mailer picked up the tag from someone I replied to, then used it everytime i posted. i put it in the addressbook now :) --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7:13:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id D2F0037B420 for ; Sun, 23 Sep 2001 07:13:44 -0700 (PDT) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id EFF1A70609; Sun, 23 Sep 2001 08:13:43 -0600 (MDT) Date: Sun, 23 Sep 2001 08:13:43 -0600 (MDT) From: FreeBSD To: Doug Reynolds Cc: Rob , "ybbor@freedom.net" , "freebsd-questions@FreeBSD.ORG" Subject: Re: Freebsd being hacked In-Reply-To: <20010923140721.5EEC737B426@hub.freebsd.org> Message-ID: <20010923081001.F29470-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 1. Plan and understand what you need to do after format. Otherwise you'll just get rehacked. 2. Format and reinstall. 3. Install 4.4-release. If you can't, or won't, go to single user modem right after initial install process and disable everything (ESPECIALLY telnetd) in single user mode before even going to multiuser. Or just have it unplugged from the network during install until you've disabled everything. On Sun, 23 Sep 2001, Doug Reynolds wrote: > On Fri, 21 Sep 2001 09:12:28 -0700, Rob wrote: > > >> Today i try to log in to my computer and i can't telnet in to it. So > >> i went to the box, and i can't log in to it. on the screen it says > >> there was an 'su pop to toor'. and that the kernel log was full. it > >> looks like i was hacked, so i unpluged the comptuer from the network > >> and now i don't know what to do. > >> > >> how do i log in to a comptuer if someone changed the root password and > >> disabled every other account? > > >I'd reinstall the OS from an ISO disk. Others with more experience in > >this might have a better solution. > > you could drop into single user mode and just use passwd (i believe) if > you want to get some working logs. but I would definatly > fdisk/format/reinstall the whole OS. sounds like you got hit by the > telnet hack. > > --- > doug reynolds | the maverick | mav@wastegate.net > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7:29:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id 88EEF37B41B for ; Sun, 23 Sep 2001 07:29:48 -0700 (PDT) Received: (qmail 22970 invoked from network); 23 Sep 2001 14:24:34 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.114) by smtp3.mx.pitdc1.stargate.net with SMTP; 23 Sep 2001 14:24:34 -0000 Received: (qmail 8793 invoked from network); 23 Sep 2001 14:24:29 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 23 Sep 2001 14:24:29 -0000 From: "Doug Reynolds" To: "Aram Khalili" , "Kris Kennaway" Cc: "freebsd-questions@FreeBSD.ORG" Date: Sun, 23 Sep 2001 10:23:44 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: CVSup 4.3 to 4.4 missing dirs Message-Id: <20010923142948.88EEF37B41B@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 22 Sep 2001 18:04:47 -0400 (EDT), Aram Khalili wrote: >On Sat, 22 Sep 2001, Kris Kennaway wrote: > >> Probably because your supfile was missing the entry to tell cvsup to >> fetch them. > >my cvsupfile says >src-sys > >shouldn't that get everything underneath src/sys , such as >src/sys/crypto/sha2 ? pretty sure that the crypto is seperate. if you have the room just use "src-all" --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7:38:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id 2768237B42B for ; Sun, 23 Sep 2001 07:38:23 -0700 (PDT) Received: (qmail 10696 invoked from network); 23 Sep 2001 14:30:08 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.114) by smtp3.mx.pitdc1.stargate.net with SMTP; 23 Sep 2001 14:30:08 -0000 Received: (qmail 8811 invoked from network); 23 Sep 2001 14:30:08 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 23 Sep 2001 14:30:08 -0000 From: "Doug Reynolds" To: "Andre` Niel Cameron" , "free bsd" Date: Sun, 23 Sep 2001 10:29:23 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: FreeBSD crashed Message-Id: <20010923143823.2768237B42B@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 22 Sep 2001 20:57:41 -0400, Andre` Niel Cameron wrote: >Didnt he say he REMOVED his windoze Hard Drive? So its probably safer to >assume he Removed his hard drive, wearing sneakers standing on carpet doing >the electric slide... Or maybie he didn't have a place to set the hard >drive so he figured he could rub it on his head real fast then stick it on a >wall like a baloon? > >Regardsless, I use Win2k, Win 98SE, FreeBSD 4.4, And Red Hat 7.1 all on one >hard drive:) So it can be done! my guess it that he forgot to plug in his windows drive. or mabee he hit it with a hammer --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 7:54:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id A6C9237B40A for ; Sun, 23 Sep 2001 07:54:18 -0700 (PDT) Received: (qmail 26879 invoked from network); 23 Sep 2001 14:48:12 -0000 Received: from unknown (HELO wastegate.net) (209.166.133.114) by smtp3.mx.pitdc1.stargate.net with SMTP; 23 Sep 2001 14:48:12 -0000 Received: (qmail 8842 invoked from network); 23 Sep 2001 14:48:08 -0000 Received: from unknown (HELO mother) (192.168.1.2) by 192.168.1.1 with SMTP; 23 Sep 2001 14:48:08 -0000 From: "Doug Reynolds" To: "freebsd-questions" Date: Sun, 23 Sep 2001 10:47:23 -0400 Reply-To: "Doug Reynolds" X-Mailer: PMMail 98 Professional (2.01.1600) For Windows 98 (4.10.2222) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: ssh 2.0 with 4.4-stable Message-Id: <20010923145418.A6C9237B40A@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I cvsup'd and went from 4.3releng to 4.4-stable two days ago.. I am using securecrt demo from my windows box. when I try to logon with ssh 2.0, it will just disconnect w/o any error messages.. however, ssh 1.0 works fine... they both worked on 4.3.. the only thing i could think of when the password encryption changed when i updated.. if thats the case, should i be using md5 des or blowfish?? or something elsE? --- doug reynolds | the maverick | mav@wastegate.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8: 6: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail35.sdc1.sfba.home.com (femail35.sdc1.sfba.home.com [24.254.60.25]) by hub.freebsd.org (Postfix) with ESMTP id E285A37B42C for ; Sun, 23 Sep 2001 08:06:02 -0700 (PDT) Received: from william ([65.4.231.26]) by femail35.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010923150602.EWCZ26354.femail35.sdc1.sfba.home.com@william>; Sun, 23 Sep 2001 08:06:02 -0700 From: "Jeremy Claeson" To: "'Doug Reynolds'" , "'freebsd-questions'" Subject: RE: ssh 2.0 with 4.4-stable Date: Sun, 23 Sep 2001 08:05:31 -0700 Message-ID: <000c01c14441$30357fa0$1400a8c0@william> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal In-Reply-To: <20010923145418.A6C9237B40A@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Doug, I had the exact same problem a few days ago. I have not yet been able to figure it out, but if anyone can help us out it would be appreciated. Thanks! ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of ** Doug Reynolds ** Sent: Sunday, September 23, 2001 7:47 AM ** To: freebsd-questions ** Subject: ssh 2.0 with 4.4-stable ** ** ** I cvsup'd and went from 4.3releng to 4.4-stable two days ** ago.. I am using securecrt demo from my windows box. when ** I try to logon with ssh 2.0, it will just disconnect w/o any ** error messages.. however, ssh 1.0 ** works fine... they both worked on 4.3.. the only thing i ** could think ** of when the password encryption changed when i updated.. if ** thats the case, should i be using md5 des or blowfish?? or ** something elsE? ** ** --- ** doug reynolds | the maverick | mav@wastegate.net ** ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org ** with "unsubscribe freebsd-questions" in the body of the message ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:12:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 7BA0E37B407 for ; Sun, 23 Sep 2001 08:12:45 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f8NFCjj13819 for ; Sun, 23 Sep 2001 08:12:46 -0700 (PDT) Message-ID: <003001c14441$9ed47010$0100a8c0@home> From: "PetBuilder" Cc: Subject: Fw: How to install from programs internet Date: Sun, 23 Sep 2001 08:08: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.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried this but I get the same response each time, Connection refused. I am connected to the net because I'm telnet-ing in to the server. Any suggestions as to why it is telling me the connection is refused? Also, I'm using WIN2000 to telnet to the server. If I want to telnet using SSH how would I go about this? Thanks Again, Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Bill Moran" To: "PetBuilder" Cc: Sent: Sunday, September 23, 2001 5:20 AM Subject: Re: How to install from programs internet > [Don't send HTML email to a UNIX mailing list, many people will > simply ignore your message, others will rail] > > PetBuilder wrote: > > I'm new to UNIX and I'm trying to install Apache 1.3.20 on a test server. > > I wanted to get a copy to install directly from the internet. What would > > the proper command line and path to the file be? > > If you're using FreeBSD, you can do: > cd /usr/ports/www/apache13; make all install > (make sure you are logged in a root when you do this) > Read here for more information on how this works: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html > > > Also, if this in not the best forum to learn Basic UNIX functions and > > skills for newbie's, Could you please recommend the appropriate forum. > > Assuming that you're using FreeBSD, then you are in exactly the right > place. If you're using some other type of UNIX, then you need to find > the correct forum for that UNIX. > If you're REAL new to FreeBSD, you may want to subscribe to freebsd-newbies > for a while. See this page for details: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html > > -Bill > > -- > "Where's the robot to pat you on the back?" > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:12:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id E849037B40A for ; Sun, 23 Sep 2001 08:12:46 -0700 (PDT) Received: from c4-pta-6.dial-up.net (c4-pta-6.dial-up.net [196.26.210.6]) by mercury.is.co.za (Postfix) with ESMTP id 5F29341E1; Sun, 23 Sep 2001 17:12:42 +0200 (SAST) Date: Sun, 23 Sep 2001 17:14:58 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Alan Cc: Subject: Re: FreeBSD crashed In-Reply-To: <20010922074858.NQFA10595.femail33.sdc1.sfba.home.com@there> Message-ID: <20010923165306.H49297-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Pardon the sarcasm, just beats exploding at this post, On Sat, 22 Sep 2001, Alan wrote: > I have been using Win98 SE for over a year now and Windows in general for > over 20 years, and lunix for over five years. Windows in general aint that old so hook me up with your dealer, please, coz thats some very good stuff ur on. Not to mention your skills of observation seems a tad warped , after staring at a LINUX terminal for 5 years the least you can do is notice it says LINUX not "lunix". > I tried your FreeBSD system since my roommate has been using it and > other *inx type systems for over ten years now. I have installed your > system with his help and then tried to reboot and go back into > Windows. I did NOT have my Win harddrive pluged in, so windows should > not have been touch. I got back into BSD and then he showed me how to > mount my windows harddrive and cp files from Windows to BSD. So I assume you had an experienced user helping with your install which is more than most ppl can say on their first install. Also you mention your windows drive was not in so correct windows wouldnt have been touched by the install unless your ESP driver works better than mines in 4.3 (if so EXCELLENT job on the 4.4 team). Just a reminder...rm is NOT copy nor is mv, so if you didnt do either just how u managed to lose the files after you accessed them in FreeBSD amazes me....a lot.:/ > I then shutdown and unpluged BSD and pluged in Windows and had nothing. I > could not get Windows to boot. I have had to re-due my harddrive and have > lost all of my information on my harddrive because of this. Some of these > files are of legell use and can not afford to be lost. I am not going to flame this post rather try and figure out what yo (YES YOU) did wrong, though trust me its difficult to resist the urge to grab napalm right now. How did u remove the BSD drive and (re-)insert the windows one? What steps did u take to make sure that the drive was infact toasted, and between the last working windows boot just exactly what DID u do? And for someone with the claimed experience you have Id think having backups of important file would be second nature :/. Its probably too late to get anything back but hopefully would prevent u putting both feet in your mouth at the same time in the near/distant future. > YOUR so called FreeBSD system is crap. Dont go blaming others for your mistakes , denial is not really security. I personally have done VERY strange things to my hard drive partitions (changing partition flag types by mistake, resizing and undoing the resizing are a few examples) and have STILL booted my FreeBSD system fine. > I am very upset at this and intend to notify Microsoft of this just on > the offset that you or someone in your company has put some kind of > code or virus on your system to attack a Windows system. We have a saying in .za "Call MNET..they care". And your a smart cookie...in one day you found a virus in an OS that I and others have been using for years. > This seems to be the only reason to the problem that your system has caused > me. I will also be mailing them the same CD iso image that I used for them > to install and then invetagate. YOUR system destroyed my Windows!! I will no > longer be using ANY BSD product. You have overlooked Error 2000, located between keyboard and chair which is exactly what I think (certain of actually) what has happened. And go ahead and do what you think is needed, just like i said earlier give us a detailed account of what you did so we can determine for ourselves and tell you what you did wrong. And uhm...no beg to differ, you destroyed your windows...coz even if it didnt boot there are loads of ways to still try and retreive your data even if the OS didnt boot. > Now I understand why so many people are not using anything but > Windows, they do not destroy your system if you connect the two > together. I doubt you truely understand anything in the larger sense of the word, and wont even go near that last statement about windows destroying things coz I am avoiding flaming you at all costs, rather post the steps and we WILL find the problem where ever it may be. PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:13:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.prokk.net (smtp.prokk.net [194.42.198.25]) by hub.freebsd.org (Postfix) with ESMTP id 4490537B421 for ; Sun, 23 Sep 2001 08:13:32 -0700 (PDT) Received: from user10.prokk.net (user10.prokk.net [194.42.198.110]) by smtp.prokk.net (8.11.1/8.11.1) with ESMTP id f8NFDHU85786 for ; Sun, 23 Sep 2001 18:13:18 +0300 (EEST) Date: Sun, 23 Sep 2001 18:11:02 +0300 From: green X-Mailer: The Bat! (v1.53d) Reply-To: green Organization: slockos-izoklyopster X-Priority: 3 (Normal) Message-ID: <365999794.20010923181102@prokk.net> To: freebsd-questions@freebsd.org Subject: internet limitation MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi ! i have 10 computers looks like this internet | freebsd ----------|------------- | | | | | | | | _ _ _ _ _ _ _ _ windows 98/95 users how can i deny acces to internet win95/98 users depends with what login win95/98 user log-on into the network ? i think i need samba but i don't know how to configure samba to deny acces to the internet to specific users.. perhabps i need samba+other app ? please suggest me something thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:27: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 93AEC37B411 for ; Sun, 23 Sep 2001 08:27:05 -0700 (PDT) Received: from c4-pta-6.dial-up.net (c4-pta-6.dial-up.net [196.26.210.6]) by mercury.is.co.za (Postfix) with ESMTP id 9D74E3E4C; Sun, 23 Sep 2001 17:27:01 +0200 (SAST) Date: Sun, 23 Sep 2001 17:29:17 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Cary Cc: freebsd-questions Subject: Re: nfs/portmap errors In-Reply-To: Message-ID: <20010923172615.C49297-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Sat, 22 Sep 2001, Cary wrote: > I have tried to follow the directions given on freebsddiary.org about > setting up nfs (http://www.freebsddiary.org/nfs.php), but to no avail. > here's my /etc/exports file: > /usr 150.252.106.59 > # end exports - 106.59 is ip address of jabez (my client) > > I have nfs_server_enable="YES" and nfs_server_flags="-t -n 4" in > /etc/rc.conf on my server (fledermaus). > > showmount -e (on fledermaus) results in: > /usr 150.252.106.59 > > On jabez, I have nfs_client_enable="YES" and nfs_client_flags="-n 4" > in /etc/rc.conf > > I have taken the server to single-user mode and back > to multi-user mode and did a shutdown -r now for the client to get > this to work, but every time I give the command (as root): > > # mount fledermaus:/usr/ports/distfiles /mnt > NFS Portmap: RPC: Program not registered > > What am I doing wrong? The man pages for portmap and rpc were not > very helpful. if anyone could point me to other documentation, I'd be > appreciative. If you need more information, I'd be happy to provide > it. > Is portmap running at all? portmap_enable="YES" in /etc/rc.conf to make sure, then test. If you tried all that reply again with more information on your setup. PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:44:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rush.telenordia.se (mail.telenordia.se [194.213.64.42]) by hub.freebsd.org (Postfix) with SMTP id 0038D37B406 for ; Sun, 23 Sep 2001 08:44:48 -0700 (PDT) Received: (qmail 5223 invoked from network); 23 Sep 2001 17:44:47 +0200 Received: from bb-62-5-36-29.bb.tninet.se (HELO there) (62.5.36.29) by mail.telenordia.se with SMTP; 23 Sep 2001 17:44:47 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: "Jeremy Claeson" , "'Doug Reynolds'" , "'freebsd-questions'" Subject: Re: ssh 2.0 with 4.4-stable Date: Sun, 23 Sep 2001 17:45:54 +0200 X-Mailer: KMail [version 1.3] References: <000c01c14441$30357fa0$1400a8c0@william> In-Reply-To: <000c01c14441$30357fa0$1400a8c0@william> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20010923154449.0038D37B406@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > ** I cvsup'd and went from 4.3releng to 4.4-stable two days > ** ago.. I am using securecrt demo from my windows box. when > ** I try to logon with ssh 2.0, it will just disconnect w/o any > ** error messages.. however, ssh 1.0 > ** works fine... they both worked on 4.3.. the only thing i > ** could think > ** of when the password encryption changed when i updated.. if > ** thats the case, should i be using md5 des or blowfish?? or > ** something elsE? works here, settings as follows protocol ssh2 cipher 3des mac md5 authentication password ssh server standard -- Sum quod eris. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:45:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id E4D1F37B436 for ; Sun, 23 Sep 2001 08:45:38 -0700 (PDT) Received: from c4-pta-6.dial-up.net (c4-pta-6.dial-up.net [196.26.210.6]) by mercury.is.co.za (Postfix) with ESMTP id 3C236442C; Sun, 23 Sep 2001 17:45:35 +0200 (SAST) Date: Sun, 23 Sep 2001 17:47:51 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Jim Freeze Cc: Subject: Re: Which Netscape 6.1 In-Reply-To: Message-ID: <20010923174347.G49297-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, On Sun, 23 Sep 2001, Jim Freeze wrote: > I just installed FreeBSD 4.4R and need to install netscape. > I went to their site and they have 5 possible downloads > for netscape that could work: > > FreeBSD 2.2 > Linux 1.2 > Linux 2.0 > Linux 2.0 (glibc) > Linux 2.2 > > I tried 2.2, but am not having much luck. > It says that it can't find libXt.so.6.0, but > the file exists and I even made a soft link to it > in /usr/local/lib. > > Anyway, has someone had success with any of these versions? Havent used Netscape 6 personally but tried using the one in ports? cd /usr/ports/www/linux-netscape6 ; make clean ; make ; make install. And as you can see it uses the linux binary with the help of the linux-base package but using the ports section would try and resolve and install dependant packages. HTH PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:47: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout00.sul.t-online.de (mailout00.sul.t-online.com [194.25.134.16]) by hub.freebsd.org (Postfix) with ESMTP id A7CB537B417 for ; Sun, 23 Sep 2001 08:46:49 -0700 (PDT) Received: from fwd00.sul.t-online.de by mailout00.sul.t-online.de with smtp id 15lBSv-00017b-0C; Sun, 23 Sep 2001 17:46:45 +0200 Received: from c3po (310086971449-0001@[217.2.186.118]) by fwd00.sul.t-online.com with smtp id 15lBSn-057sXIC; Sun, 23 Sep 2001 17:46:37 +0200 From: OundK.Gregorius@t-online.de (Gregorius) To: "Edwin Groothuis" Cc: Subject: AW: /kernel: /file:table is full Date: Sun, 23 Sep 2001 17:52:24 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20010923211545.K10641@k7.mavetju.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal X-Sender: 310086971449-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Ursprüngliche Nachricht----- > Von: Edwin Groothuis [mailto:edwin@mavetju.org] > Gesendet: Sonntag, 23. September 2001 13:16 > An: Gregorius > Cc: freebsd-questions@FreeBSD.org > Betreff: Re: /kernel: /file:table is full > > > On Sun, Sep 23, 2001 at 12:00:40PM +0200, Gregorius wrote: > > >smbclient Win98 > > params.c: Open Conf File () - unable to open configuration file > > "usr/local/etc/smb.conf" > > too many open files in System > > You should see if you can install lsof (it's from the ports > collection) and see what process is eating your file descriptors. > A friend had this problem once when he ran fetchmail as root in > deamon mode and it was not closing a file each poll. After three > days he had a zillion open file descriptors. > Hi Edwin, thank you for your replay. I did as you told me, but that didn´t solve the problem. Httpd seemed to be very active, but after I killed it, I still got the same message. (Maybe I should also mention that I can do everything else. I only get this message with Samba) When I do >pstat -T I get: 49/2088 files 0M/131M swap space doesn´t that mean that there should be enough files to open? I noticed another thing that seems strange to me: when I tried to connect to my Win98 box for the first time my BSD box asked for a file called "smb.conf.". So I changed my "smb.conf" to "smb.conf." . After that it tried to connect but ended up with "connection failed" and "too many open files in system" as I wrote bevor. Isn´t that strange? Why does it need a "." ? Thanks again for helping me. Kirstin P.S. Here is the output of lsof. Maybe someone who has more experience than I can notice a problem. >lsof COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME init 1 root cwd VDIR 116,131072 512 2 / init 1 root rtd VDIR 116,131072 512 2 / init 1 root txt VREG 116,131072 274932 18923 /sbin/init adjkerntz 30 root cwd VDIR 116,131072 512 2 / adjkerntz 30 root rtd VDIR 116,131072 512 2 / adjkerntz 30 root txt VREG 116,131072 61968 18900 /sbin/adjkerntz adjkerntz 30 root 0u VBAD (revoked) adjkerntz 30 root 1u VBAD (revoked) adjkerntz 30 root 2u VBAD (revoked) syslogd 152 root cwd VDIR 116,131072 512 2 / syslogd 152 root rtd VDIR 116,131072 512 2 / syslogd 152 root txt VREG 116,131078 28572 563587 /usr/sbin/syslogd syslogd 152 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 syslogd 152 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 syslogd 152 root 0u VCHR 2,2 0t0 6297 /dev/null syslogd 152 root 1u VCHR 2,2 0t0 6297 /dev/null syslogd 152 root 2u VCHR 2,2 0t0 6297 /dev/null syslogd 152 root 3u unix 0xc61acf00 0t0 ->(none) syslogd 152 root 4u IPv6 0xc620ef00 0t0 UDP *:syslog syslogd 152 root 5u IPv4 0xc620ee40 0t0 UDP *:syslog syslogd 152 root 6r VCHR 7,0 0t5736 6323 /dev/klog syslogd 152 root 8w VREG 116,131077 61111 35847 /var/log/messages syslogd 152 root 9w VREG 116,131077 0 35848 /var/log/security syslogd 152 root 10w VREG 116,131077 416 35845 /var/log/maillog syslogd 152 root 11w VREG 116,131077 0 35844 /var/log/lpd-errs syslogd 152 root 12w VREG 116,131077 11537 35842 /var/log/cron syslogd 152 root 13w VREG 116,131077 6777 35852 /var/log/console.log syslogd 152 root 14w VCHR 12,9 0t0 6610 /dev/ttyv9 syslogd 152 root 15w VREG 116,131077 0 35849 /var/log/slip.log syslogd 152 root 16w VREG 116,131077 0 35850 /var/log/ppp.log inetd 173 root cwd VDIR 116,131072 512 2 / inetd 173 root rtd VDIR 116,131072 512 2 / inetd 173 root txt VREG 116,131078 33820 563505 /usr/sbin/inetd inetd 173 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 inetd 173 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 inetd 173 root txt VREG 116,131078 27088 389008 /usr/lib/libwrap.so.3 inetd 173 root txt VREG 116,131078 21672 388950 /usr/lib/libipsec.so.1 inetd 173 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 inetd 173 root 0u VCHR 2,2 0t0 6297 /dev/null inetd 173 root 1u VCHR 2,2 0t0 6297 /dev/null inetd 173 root 2u VCHR 2,2 0t0 6297 /dev/null inetd 173 root 3u PIPE 0xc665af20 16384 ->0xc665ae80 inetd 173 root 4u IPv4 0xc626fd80 0t0 TCP *:ftp (LISTEN) inetd 173 root 5u IPv4 0xc6270d80 0t0 TCP *:netbios-ssn (LISTEN) inetd 173 root 6u IPv4 0xc620ed80 0t0 UDP *:netbios-ns inetd 173 root 7u PIPE 0xc665ae80 16384 ->0xc665af20 cron 175 root cwd VDIR 116,131077 512 7169 /var/cron cron 175 root rtd VDIR 116,131072 512 2 / cron 175 root txt VREG 116,131078 30344 563491 /usr/sbin/cron cron 175 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 cron 175 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 cron 175 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 cron 175 root 0u VCHR 2,2 0t0 6297 /dev/null cron 175 root 1u VCHR 2,2 0t0 6297 /dev/null cron 175 root 2u VCHR 2,2 0t0 6297 /dev/null cron 175 root 3uW VREG 116,131077 4 14382 /var (/dev/ad0s1f) sshd 178 root cwd VDIR 116,131072 512 2 / sshd 178 root rtd VDIR 116,131072 512 2 / sshd 178 root txt VREG 116,131078 198112 563669 /usr/sbin/sshd sshd 178 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 sshd 178 root txt VREG 116,131078 33988 388971 /usr/lib/libopie.so.2 sshd 178 root txt VREG 116,131078 34272 388879 /usr/lib/libmd.so.2 sshd 178 root txt VREG 116,131078 28588 388873 /usr/lib/libcrypt.so.2 sshd 178 root txt VREG 116,131078 762068 389060 /usr/lib/libcrypto.so.2 sshd 178 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 sshd 178 root txt VREG 116,131078 50748 389015 /usr/lib/libz.so.2 sshd 178 root txt VREG 116,131078 27088 389008 /usr/lib/libwrap.so.3 sshd 178 root txt VREG 116,131078 34664 388983 /usr/lib/libpam.so.1 sshd 178 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 sshd 178 root 0u VCHR 2,2 0t0 6297 /dev/null sshd 178 root 1u VCHR 2,2 0t0 6297 /dev/null sshd 178 root 2u VCHR 2,2 0t0 6297 /dev/null sshd 178 root 3u IPv6 0xc6270b60 0t0 TCP *:ssh sshd 178 root 4u IPv4 0xc6270940 0t0 TCP *:ssh (LISTEN) tcsh 232 root cwd VDIR 116,131072 512 12606 /root tcsh 232 root rtd VDIR 116,131072 512 2 / tcsh 232 root txt VREG 116,131072 636076 12581 /bin/tcsh tcsh 232 root 15u VCHR 12,0 0t1373 6300 /dev/ttyv0 tcsh 232 root 16u VCHR 12,0 0t1373 6300 /dev/ttyv0 tcsh 232 root 17u VCHR 12,0 0t1373 6300 /dev/ttyv0 tcsh 232 root 18u VCHR 12,0 0t1373 6300 /dev/ttyv0 tcsh 232 root 19u VCHR 12,0 0t1373 6300 /dev/ttyv0 getty 233 root cwd VDIR 116,131072 512 2 / getty 233 root rtd VDIR 116,131072 512 2 / getty 233 root txt VREG 116,131078 21256 492047 /usr/libexec/getty getty 233 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 getty 233 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 getty 233 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 getty 233 root 0u VCHR 12,1 0t60 6301 /dev/ttyv1 getty 233 root 1u VCHR 12,1 0t60 6301 /dev/ttyv1 getty 233 root 2u VCHR 12,1 0t60 6301 /dev/ttyv1 getty 234 root cwd VDIR 116,131072 512 2 / getty 234 root rtd VDIR 116,131072 512 2 / getty 234 root txt VREG 116,131078 21256 492047 /usr/libexec/getty getty 234 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 getty 234 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 getty 234 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 getty 234 root 0u VCHR 12,2 0t60 6302 /dev/ttyv2 getty 234 root 1u VCHR 12,2 0t60 6302 /dev/ttyv2 getty 234 root 2u VCHR 12,2 0t60 6302 /dev/ttyv2 getty 235 root cwd VDIR 116,131072 512 2 / getty 235 root rtd VDIR 116,131072 512 2 / getty 235 root txt VREG 116,131078 21256 492047 /usr/libexec/getty getty 235 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 getty 235 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 getty 235 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 getty 235 root 0u VCHR 12,3 0t60 6604 /dev/ttyv3 getty 235 root 1u VCHR 12,3 0t60 6604 /dev/ttyv3 getty 235 root 2u VCHR 12,3 0t60 6604 /dev/ttyv3 getty 236 root cwd VDIR 116,131072 512 2 / getty 236 root rtd VDIR 116,131072 512 2 / getty 236 root txt VREG 116,131078 21256 492047 /usr/libexec/getty getty 236 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 getty 236 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 getty 236 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 getty 236 root 0u VCHR 12,4 0t60 6605 /dev/ttyv4 getty 236 root 1u VCHR 12,4 0t60 6605 /dev/ttyv4 getty 236 root 2u VCHR 12,4 0t60 6605 /dev/ttyv4 getty 237 root cwd VDIR 116,131072 512 2 / getty 237 root rtd VDIR 116,131072 512 2 / getty 237 root txt VREG 116,131078 21256 492047 /usr/libexec/getty getty 237 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 getty 237 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 getty 237 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 getty 237 root 0u VCHR 12,5 0t60 6606 /dev/ttyv5 getty 237 root 1u VCHR 12,5 0t60 6606 /dev/ttyv5 getty 237 root 2u VCHR 12,5 0t60 6606 /dev/ttyv5 getty 238 root cwd VDIR 116,131072 512 2 / getty 238 root rtd VDIR 116,131072 512 2 / getty 238 root txt VREG 116,131078 21256 492047 /usr/libexec/getty getty 238 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 getty 238 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 getty 238 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 getty 238 root 0u VCHR 12,6 0t60 6607 /dev/ttyv6 getty 238 root 1u VCHR 12,6 0t60 6607 /dev/ttyv6 getty 238 root 2u VCHR 12,6 0t60 6607 /dev/ttyv6 getty 239 root cwd VDIR 116,131072 512 2 / getty 239 root rtd VDIR 116,131072 512 2 / getty 239 root txt VREG 116,131078 21256 492047 /usr/libexec/getty getty 239 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 getty 239 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 getty 239 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 getty 239 root 0u VCHR 12,7 0t60 6608 /dev/ttyv7 getty 239 root 1u VCHR 12,7 0t60 6608 /dev/ttyv7 getty 239 root 2u VCHR 12,7 0t60 6608 /dev/ttyv7 nmbd 245 root cwd VDIR 116,131072 512 2 / nmbd 245 root rtd VDIR 116,131072 512 2 / nmbd 245 root txt VREG 116,131078 430958 127265 /usr/local/sbin/nmbd nmbd 245 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 nmbd 245 root txt VREG 116,131078 147288 389038 /usr/lib/libreadline.so.4 nmbd 245 root txt VREG 116,131078 28588 388873 /usr/lib/libcrypt.so.2 nmbd 245 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 nmbd 245 root txt VREG 116,131078 260360 388882 /usr/lib/libncurses.so.5 nmbd 245 root 0u IPv4 0xc620ed80 0t0 UDP *:netbios-ns nmbd 245 root 1u IPv4 0xc620ed80 0t0 UDP *:netbios-ns nmbd 245 root 2u IPv4 0xc620ed80 0t0 UDP *:netbios-ns nmbd 245 root 3w VREG 116,131077 7021 35858 /var/log/log.nmb nmbd 245 root 4ww VREG 116,131077 20 14345 /var (/dev/ad0s1f) nmbd 245 root 5u IPv4 0xc620ecc0 0t0 UDP *:netbios-dgm nmbd 245 root 6u IPv4 0xc620ec00 0t0 UDP JarJarBinks.StarWars.prv:netbios-ns nmbd 245 root 7u IPv4 0xc620eb40 0t0 UDP JarJarBinks.StarWars.prv:netbios-dgm sshd 247 root cwd VDIR 116,131072 512 2 / sshd 247 root rtd VDIR 116,131072 512 2 / sshd 247 root txt VREG 116,131078 198112 563669 /usr/sbin/sshd sshd 247 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 sshd 247 root txt VREG 116,131078 33988 388971 /usr/lib/libopie.so.2 sshd 247 root txt VREG 116,131078 34272 388879 /usr/lib/libmd.so.2 sshd 247 root txt VREG 116,131078 28588 388873 /usr/lib/libcrypt.so.2 sshd 247 root txt VREG 116,131078 762068 389060 /usr/lib/libcrypto.so.2 sshd 247 root txt VREG 116,131078 32528 388907 /usr/lib/libutil.so.3 sshd 247 root txt VREG 116,131078 50748 389015 /usr/lib/libz.so.2 sshd 247 root txt VREG 116,131078 27088 389008 /usr/lib/libwrap.so.3 sshd 247 root txt VREG 116,131078 34664 388983 /usr/lib/libpam.so.1 sshd 247 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 sshd 247 root txt VREG 116,131078 4024 388978 /usr/lib/pam_skey.so sshd 247 root txt VREG 116,131078 24220 388901 /usr/lib/libskey.so.2 sshd 247 root txt VREG 116,131078 4828 388981 /usr/lib/pam_unix.so sshd 247 root txt VREG 116,131078 3436 388976 /usr/lib/pam_permit.so sshd 247 root 0u VCHR 2,2 0t0 6297 /dev/null sshd 247 root 1u VCHR 2,2 0t0 6297 /dev/null sshd 247 root 2u VCHR 2,2 0t0 6297 /dev/null sshd 247 root 3u VCHR 6,0 0t47089 6625 /dev/ptyp0 sshd 247 root 4u VCHR 6,0 0t47089 6625 /dev/ptyp0 sshd 247 root 5u IPv4 0xc6270500 0t0 TCP JarJarBinks.StarWars.prv:ssh->C3PO.StarWars.prv.:1026 (ESTABLISHED) sshd 247 root 6u VCHR 6,0 0t47089 6625 /dev/ptyp0 tcsh 248 kirstin cwd VDIR 116,131078 512 16008 /usr/home/kirstin tcsh 248 kirstin rtd VDIR 116,131072 512 2 / tcsh 248 kirstin txt VREG 116,131072 636076 12581 /bin/tcsh tcsh 248 kirstin 15u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 248 kirstin 16u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 248 kirstin 17u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 248 kirstin 18u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 248 kirstin 19u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 255 root cwd VDIR 116,131078 512 16008 /usr/home/kirstin tcsh 255 root rtd VDIR 116,131072 512 2 / tcsh 255 root txt VREG 116,131072 636076 12581 /bin/tcsh tcsh 255 root 15u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 255 root 16u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 255 root 17u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 255 root 18u VCHR 5,0 0t108 6624 /dev/ttyp0 tcsh 255 root 19u VCHR 5,0 0t108 6624 /dev/ttyp0 lsof 275 root cwd VDIR 116,131078 512 16008 /usr/home/kirstin lsof 275 root rtd VDIR 116,131072 512 2 / lsof 275 root txt VREG 116,131078 104704 198879 /usr/local/sbin/lsof lsof 275 root txt VREG 116,131078 76264 492069 /usr/libexec/ld-elf.so.1 lsof 275 root txt VREG 116,131078 19200 388959 /usr/lib/libkvm.so.2 lsof 275 root txt VREG 116,131078 572876 388919 /usr/lib/libc.so.4 lsof 275 root 0u VCHR 5,0 0t108 6624 /dev/ttyp0 lsof 275 root 1u VCHR 5,0 0t108 6624 /dev/ttyp0 lsof 275 root 2u VCHR 5,0 0t108 6624 /dev/ttyp0 lsof 275 root 3r VCHR 2,0 0t0 6296 /dev/mem lsof 275 root 4r VCHR 2,1 0xc0b0e540 6295 /dev/kmem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:50:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by hub.freebsd.org (Postfix) with ESMTP id 8E5E837B434 for ; Sun, 23 Sep 2001 08:50:25 -0700 (PDT) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 3.12 #1 (Debian)) id 15lBWT-0000ft-00 for ; Sun, 23 Sep 2001 09:50:25 -0600 Date: Sun, 23 Sep 2001 09:50:25 -0600 (MDT) From: RJ45 To: freebsd-questions@freebsd.org Subject: STRANGE delay using NAT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, it hapens to me a curious thing and I would like to have your comments and suggestions about it. I have 2 machines. One is the NAT gateway and he other is te client on a hiddent network. hosta is te gateway with IP Address x.y.z.w hostb is the client with IP Address 10.0.0.1 hosta has also an alias IP Address x.y.z.v on the outer (dc0) interface on the inner interface (fxp0) (NIC) it has 10.0.0.254 here is my nat rules on hosta: map dc0 10.0.0.0/24 -> x.y.z.w/32 portmap tcp/udp 10000:20000 map dc0 10.0.0.0/24 -> x.y.z.w/32 rdr dc0 x.y.z.v/32 port 22 -> 10.0.0.1 port 22 tcp so that in this way I Can make a ssh x.y.z.v and I will be automatically redirected to 10.0.0.1 on the hidden network. IT works but here is the big problem. when I ssh x.y.z.v it takes around 3 minutes before prompting me for the password. If I Instead ssh x.y.z.w (the gateway) and then ssh 10.0.0.1 it takes around 5 seconds. How come the response time with NAT is soooo damn slow ?? IS there a way to fix the problem ?? The problem is only in te first ssh authentication step, when SSH communication is established the connection looks fast. thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 8:54:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 61BE137B41F for ; Sun, 23 Sep 2001 08:54:18 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NFnpp04482; Sun, 23 Sep 2001 11:49:57 -0400 (EDT) Message-ID: <3BAE05D1.A3C98630@iowna.com> Date: Sun, 23 Sep 2001 11:54:57 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: green Cc: freebsd-questions@FreeBSD.ORG Subject: Re: internet limitation References: <365999794.20010923181102@prokk.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG green wrote: > how can i deny acces to internet > win95/98 users depends with what login > win95/98 user log-on into the network ? > i think i need samba > but i don't know how to configure samba to deny acces to the internet > to specific users.. This should do what you want. It's available as a port under FreeBSD. http://www.hacom.nl/~richard/software/smb_auth.html -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 9: 7:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 50D6337B414 for ; Sun, 23 Sep 2001 09:07:09 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NG39p11645; Sun, 23 Sep 2001 12:03:09 -0400 (EDT) Message-ID: <3BAE08EF.B114411B@iowna.com> Date: Sun, 23 Sep 2001 12:08:15 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: PetBuilder , questions@freebsd.org Subject: Re: How to install from programs internet References: <001601c143dd$a7508530$0100a8c0@home> <3BADD394.B01BE8DF@iowna.com> <002401c14441$5948c9b0$0100a8c0@home> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG PetBuilder wrote: > > I tried this but I get the same response each time, Connection refused. I am > connected to the net because I'm telnet-ing in to the server. The exact error messages would be helpful. Run the make process under script(1) to capture the output, and then send the relevent portions in your next email. Like this: cd /usr/ports/www/apache13 script /root/make.txt make The output from the command will be stored in the file "/root/make.txt" and you can cut/paste the errors into your email. > Any suggestions as to why it is telling me the connection is refused? Without more details it could be a number of things, some top candidates: 1) /etc/resolv.conf not set up properly (can you ping names? i.e does "ping www.yahoo.com" work?) 2) A firewall is blocking you 3) The site your trying to connect to is too busy at the moment (how many times have you tried? Those download sites are occasionally overwhelmed) 4) Your ports config is REAL old and the server info is no longer valid (what version of FreeBSD are you running?) > Also, I'm using WIN2000 to telnet to the server. If I want to telnet using > SSH how would I go about this? Download putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/) or a similar ssh package for windows. > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > for the sole use of the intended recipient(s) and may contain confidential > and privileged information. Any unauthorized review, use, disclosure or > distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply > e-mail and destroy all copies of the original message. Your company laywers don't have enough to do, do they? > > PetBuilder wrote: > > > I'm new to UNIX and I'm trying to install Apache 1.3.20 on a test > server. > > > I wanted to get a copy to install directly from the internet. What would > > > the proper command line and path to the file be? > > > > If you're using FreeBSD, you can do: > > cd /usr/ports/www/apache13; make all install > > (make sure you are logged in a root when you do this) > > Read here for more information on how this works: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 9:55:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id C2FE337B421 for ; Sun, 23 Sep 2001 09:55:36 -0700 (PDT) Received: from greenbay.lunenburg.org ([24.163.45.170]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 23 Sep 2001 09:50:42 -0400 Date: Sun, 23 Sep 2001 09:49:29 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: To: Subject: Port problem between two 4.4 machines Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got two machines, both upgraded to the RELENG_4_4 tag yesterday. The machines run a pretty much identical kernel configuration. I went to install the net-snmp port on both machines. On one, the port installed with no problems, as it should. On the second one, though, it starts the compile and bombs out with: cc -DINET6 -O -pipe -Dfreebsd4 -I. -I../.. -I. -I./../.. -I./../../snmplib -I./.. -I.. -c mibII/ipAddr.c -fPIC -DPIC -o mibII/.libs/ipAddr.lo mibII/ipAddr.c: In function `var_ipAddrEntry': mibII/ipAddr.c:174: `interface' undeclared (first use in this function) mibII/ipAddr.c:174: (Each undeclared identifier is reported only once mibII/ipAddr.c:174: for each function it appears in.) mibII/ipAddr.c: In function `Address_Scan_Next': mibII/ipAddr.c:284: structure has no member named `ia_next' mibII/ipAddr.c:297: structure has no member named `if_next' *** Error code 1 Stop in /usr/ports/net/net-snmp/work/ucd-snmp-4.2.1/agent/mibgroup. *** Error code 1 Any ideas why this would work on one RELENG_4_4 machine and not the other? --Wade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 10: 6:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id B85B337B426 for ; Sun, 23 Sep 2001 10:06:39 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f8NH6ij13750; Sun, 23 Sep 2001 10:06:44 -0700 (PDT) Message-ID: <003e01c14451$8a945060$0100a8c0@home> From: "PetBuilder" To: "Bill Moran" Cc: References: <001601c143dd$a7508530$0100a8c0@home> <3BADD394.B01BE8DF@iowna.com> <002401c14441$5948c9b0$0100a8c0@home> <3BAE08EF.B114411B@iowna.com> Subject: Re: How to install from programs internet Date: Sun, 23 Sep 2001 10:02:34 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Upon checking I can ping IP numbers but I cannot resolve Host Names? I've never run across that in windows so I could not even geuss what is wrong here. Ant thing I should check? Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Bill Moran" To: "PetBuilder" ; Sent: Sunday, September 23, 2001 9:08 AM Subject: Re: How to install from programs internet PetBuilder wrote: > > I tried this but I get the same response each time, Connection refused. I am > connected to the net because I'm telnet-ing in to the server. The exact error messages would be helpful. Run the make process under script(1) to capture the output, and then send the relevent portions in your next email. Like this: cd /usr/ports/www/apache13 script /root/make.txt make The output from the command will be stored in the file "/root/make.txt" and you can cut/paste the errors into your email. > Any suggestions as to why it is telling me the connection is refused? Without more details it could be a number of things, some top candidates: 1) /etc/resolv.conf not set up properly (can you ping names? i.e does "ping www.yahoo.com" work?) 2) A firewall is blocking you 3) The site your trying to connect to is too busy at the moment (how many times have you tried? Those download sites are occasionally overwhelmed) 4) Your ports config is REAL old and the server info is no longer valid (what version of FreeBSD are you running?) > Also, I'm using WIN2000 to telnet to the server. If I want to telnet using > SSH how would I go about this? Download putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/) or a similar ssh package for windows. > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > for the sole use of the intended recipient(s) and may contain confidential > and privileged information. Any unauthorized review, use, disclosure or > distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply > e-mail and destroy all copies of the original message. Your company laywers don't have enough to do, do they? > > PetBuilder wrote: > > > I'm new to UNIX and I'm trying to install Apache 1.3.20 on a test > server. > > > I wanted to get a copy to install directly from the internet. What would > > > the proper command line and path to the file be? > > > > If you're using FreeBSD, you can do: > > cd /usr/ports/www/apache13; make all install > > (make sure you are logged in a root when you do this) > > Read here for more information on how this works: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 10:26:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id 9A08437B434 for ; Sun, 23 Sep 2001 10:26:30 -0700 (PDT) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.11.6/8.11.3) with ESMTP id f8NHPOu33637; Sun, 23 Sep 2001 10:25:25 -0700 (PDT) (envelope-from bri@sonicboom.org) Date: Sun, 23 Sep 2001 10:25:24 -0700 (PDT) From: Brian Whalen X-X-Sender: To: PetBuilder Cc: Bill Moran , Subject: Re: How to install from programs internet In-Reply-To: <003e01c14451$8a945060$0100a8c0@home> Message-ID: <20010923102333.M33620-100000@cx175057-a.ocnsd1.sdca.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG check /etc/resolv.conf should be like this domain ispdomainname nameserver ipofispprovidednameserver1 nameserver ipofispprovidednameserver2 Brian "Sonic" Whalen Success = Preparation + Opportunity On Sun, 23 Sep 2001, PetBuilder wrote: > Upon checking I can ping IP numbers but I cannot resolve Host Names? > I've never run across that in windows so I could not even geuss what is > wrong here. > Ant thing I should check? > > Craig Rose > Web-Zonic, Inc. > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > for the sole use of the intended recipient(s) and may contain confidential > and privileged information. Any unauthorized review, use, disclosure or > distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply > e-mail and destroy all copies of the original message. > ----- Original Message ----- > From: "Bill Moran" > To: "PetBuilder" ; > Sent: Sunday, September 23, 2001 9:08 AM > Subject: Re: How to install from programs internet > > > PetBuilder wrote: > > > > I tried this but I get the same response each time, Connection refused. I > am > > connected to the net because I'm telnet-ing in to the server. > > The exact error messages would be helpful. Run the make process under > script(1) > to capture the output, and then send the relevent portions in your next > email. > Like this: > cd /usr/ports/www/apache13 > script /root/make.txt make > > The output from the command will be stored in the file "/root/make.txt" and > you can cut/paste the errors into your email. > > > Any suggestions as to why it is telling me the connection is refused? > > Without more details it could be a number of things, some top candidates: > 1) /etc/resolv.conf not set up properly (can you ping names? i.e does > "ping www.yahoo.com" work?) > 2) A firewall is blocking you > 3) The site your trying to connect to is too busy at the moment (how many > times have you tried? Those download sites are occasionally overwhelmed) > 4) Your ports config is REAL old and the server info is no longer valid > (what version of FreeBSD are you running?) > > > Also, I'm using WIN2000 to telnet to the server. If I want to telnet using > > SSH how would I go about this? > > Download putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/) or a > similar ssh package for windows. > > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > > for the sole use of the intended recipient(s) and may contain confidential > > and privileged information. Any unauthorized review, use, disclosure or > > distribution is prohibited. > > If you are not the intended recipient, please contact the sender by reply > > e-mail and destroy all copies of the original message. > > Your company laywers don't have enough to do, do they? > > > > PetBuilder wrote: > > > > I'm new to UNIX and I'm trying to install Apache 1.3.20 on a test > > server. > > > > I wanted to get a copy to install directly from the internet. What > would > > > > the proper command line and path to the file be? > > > > > > If you're using FreeBSD, you can do: > > > cd /usr/ports/www/apache13; make all install > > > (make sure you are logged in a root when you do this) > > > Read here for more information on how this works: > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 10:31:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp2fb.rdc-nyc.rr.com [24.29.99.78]) by hub.freebsd.org (Postfix) with ESMTP id C787637B432 for ; Sun, 23 Sep 2001 10:31:15 -0700 (PDT) Received: from nyc.rr.com ([24.29.124.33]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Sun, 23 Sep 2001 13:31:06 -0400 Message-ID: <3BAE1B62.F3EB2733@nyc.rr.com> Date: Sun, 23 Sep 2001 13:26:59 -0400 From: D Velez X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How do I mount a Windows 98 filesystem? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've purchased the FreeBSD 4.2 power Pak for i386. I was told thet it supported it right out of the box. I've read the mount, mount_msdos and fstab man pages. I still cannot get it. Can you give me some help? I have two IDE hard drives. Drive one is Windows 98 and drive two is FreeBSD. I appreciate any help. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 10:37:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.karpy.com (dsl-65-184-52-245.telocity.com [65.184.52.245]) by hub.freebsd.org (Postfix) with ESMTP id 66BFA37B418 for ; Sun, 23 Sep 2001 10:37:30 -0700 (PDT) Received: from localhost (pcw@localhost) by www.karpy.com (8.11.6/8.11.1) with ESMTP id f8NHbkN09948; Sun, 23 Sep 2001 10:37:46 -0700 (PDT) (envelope-from pcw@karpy.com) Date: Sun, 23 Sep 2001 10:37:46 -0700 (PDT) From: pcw To: parv Cc: freebsd-questions@freebsd.org Subject: Re: Upgrade to 4.4 breaks acroread and wordperfect In-Reply-To: <20010923005402.B47084@moo.holy.cow> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 23 Sep 2001, parv wrote: > this was, on the fateful occasion around Sep 22 13:43 -0400, > sent by pcw > > > > I just upgraded my 4.2 home system to 4.4 via cvsup. that worked well +- a > > few minor gliches. My problem now is that some linux applications no > > longer work. For example: acroread 3.05 and my trusty old WP7 no longer > > work. > > > > errors are as follows > > > > momo:/users/pcw> acroread > > XIO: fatal IO error 2 (Bad file number) on X server "0:0.0" > > after 96 requests (94 known processed) with 0 events remaining. > > > > momo:/users/pcw> xwp (wp7) > > XIO: fatal IO error 2 (Bad file number) on X server "0:0.0" > > after 284 requests (278 known processed) with 22 events remaining. > > > > momo:/users/pcw> acroread4 > > /usr/local/Acrobat4/Reader/intellinux/bin/acroread: error in loading > > shared libraries: libreadcore.so: cannot stat shared object: Operation not > > permitted > > > ... > > possibilities to explore: > > (0) in an extreme & most improbable case, are you running these > commands from console? (i think & hope not.) from an xterm (x is up) > > (1) are you running at securelevel >0? see init(8) > - in that case, you can't even run X; but from your message gives > the impression that you can/are. sure > > (2) is linux module loaded/compiled? see linux(8) > yes (the one from 4.2) but maybe should upgrade that also... > > counter-data-point: i upgraded from 4.2 to 4.3 to 4.4-stable and never > had any problems running acrobat4 & wordperfect8... as long as i > can run X and linux module is compiled/loaded. > > -- > > Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 10:53: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 6499737B419 for ; Sun, 23 Sep 2001 10:52:57 -0700 (PDT) Received: from sageone (ppp-208-191-234-3.dialup.crchtx.swbell.net [208.191.234.3]) by sage-american.com (8.9.3/8.9.3) with SMTP id MAA03662; Sun, 23 Sep 2001 12:52:54 -0500 (CDT) Message-Id: <3.0.5.32.20010923125305.04cac808@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 23 Sep 2001 12:53:05 -0500 To: D Velez , freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: How do I mount a Windows 98 filesystem? In-Reply-To: <3BAE1B62.F3EB2733@nyc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If using Fat32 Make a directory in "/mnt/fat32" Then add to the fstab: /dev/ad01s1 mnt/fat32 msdos rw 0 0 Then, command "mount -a" Then, try "ls /mnt/fat32" to see if directory listing is there. If you are using something other than fat32, substitute that info, like fat16 or ntfs, etc.... At 01:26 PM 9.23.2001 -0400, D Velez wrote: >I've purchased the FreeBSD 4.2 power Pak for i386. I was told thet it >supported it right out of the box. I've read the mount, mount_msdos and >fstab >man pages. I still cannot get it. Can you give me some help? > >I have two IDE hard drives. Drive one is Windows 98 and drive two is >FreeBSD. > >I appreciate any help. Thanks > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 10:53:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id B46E537B414 for ; Sun, 23 Sep 2001 10:53:40 -0700 (PDT) Received: from sageone (ppp-208-191-234-3.dialup.crchtx.swbell.net [208.191.234.3]) by sage-american.com (8.9.3/8.9.3) with SMTP id MAA03768; Sun, 23 Sep 2001 12:53:38 -0500 (CDT) Message-Id: <3.0.5.32.20010923125349.04cac808@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 23 Sep 2001 12:53:49 -0500 To: D Velez , freebsd-questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: How do I mount a Windows 98 filesystem? In-Reply-To: <3BAE1B62.F3EB2733@nyc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Oooops! One moire thing: on the new directory "fat32", chmod 0777 At 01:26 PM 9.23.2001 -0400, D Velez wrote: >I've purchased the FreeBSD 4.2 power Pak for i386. I was told thet it >supported it right out of the box. I've read the mount, mount_msdos and >fstab >man pages. I still cannot get it. Can you give me some help? > >I have two IDE hard drives. Drive one is Windows 98 and drive two is >FreeBSD. > >I appreciate any help. Thanks > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11: 2:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id DDDBB37B418 for ; Sun, 23 Sep 2001 11:02:19 -0700 (PDT) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail1.panix.com (Postfix) with ESMTP id 0E6D9487AF for ; Sun, 23 Sep 2001 14:02:18 -0400 (EDT) Received: (from stanb@localhost) by panix3.panix.com (8.11.6/8.8.8/PanixN1.0) id f8NI2IY23627 for freebsd-questions@freebsd.org; Sun, 23 Sep 2001 14:02:18 -0400 (EDT) From: Message-Id: <200109231802.f8NI2IY23627@panix3.panix.com> Subject: Problems upgrading cvsuo To: freebsd-questions@freebsd.org (Free BSD Questions list) Date: Sun, 23 Sep 2001 14:02:18 -0400 (EDT) X-Mailer: ELM [version 2.5 PL5] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am going around updateing cvsup on all my FreeBSD boxes, to fix the rollover bug. On one machine which is: 3.4-STABLE I am getting the following error: tar: unrecognized option `--fast-read' I'm just doing a pkg_add using the tarball from http://people.freebsd.org/~jdp/s1g/. I'm using the tarball for FreeBSD-2.2 i386, since the next nerwer one is for 3.5 Sugestions? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11: 8: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 152E237B425 for ; Sun, 23 Sep 2001 11:08:07 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (8.9.1/8.9.1) with SMTP id LAA12369; Sun, 23 Sep 2001 11:07:32 -0700 (PDT) From: "Kory Hamzeh" To: , "D Velez" , Subject: RE: How do I mount a Windows 98 filesystem? Date: Sun, 23 Sep 2001 11:07:32 -0700 Message-ID: <000c01c1445a$9d77bce0$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3.0.5.32.20010923125305.04cac808@mail.sage-american.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Then add to the fstab: > > /dev/ad01s1 mnt/fat32 msdos rw 0 0 > Shouldn't the mount point (/mnt/fat32) go at the end of the fstab line? Also, what device is ad01s1? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:14: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from todd.grand-rapids.mi.us (mail.grmuseum.org [216.202.132.43]) by hub.freebsd.org (Postfix) with ESMTP id 9A76F37B428 for ; Sun, 23 Sep 2001 11:13:58 -0700 (PDT) Message-ID: <221C759285B78647AEE6181FD6AF36A7ADE156@bambi.grand-rapids.mi.us> From: "Henshaw, Dave" To: "'questions@freebsd.org'" Subject: FreeBSD download for 4.4-release Date: Sun, 23 Sep 2001 14:13:51 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1445B.7FC95C20" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1445B.7FC95C20 Content-Type: text/plain Is it possible to download the FreeBSD Handbook for FreeBSD 4.4-RELEASE anywhere? All the downloads seem to be for 4.3. ------_=_NextPart_001_01C1445B.7FC95C20 Content-Type: text/html Content-Transfer-Encoding: quoted-printable FreeBSD download for 4.4-release

Is it possible to download the FreeBSD Handbook for = FreeBSD 4.4-RELEASE anywhere?  All the downloads seem to be for = 4.3.

------_=_NextPart_001_01C1445B.7FC95C20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:14:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freemail.deltanet.ro (freemail.deltanet.ro [193.226.175.5]) by hub.freebsd.org (Postfix) with SMTP id 09CE937B438 for ; Sun, 23 Sep 2001 11:14:37 -0700 (PDT) Received: (qmail 5134 invoked by uid 1009); 23 Sep 2001 18:14:33 -0000 Message-ID: <20010923181433.5133.qmail@freemail.deltanet.ro> From: popa_constantin@freemail.deltanet.ro To: questions@FreeBSD.org Subject: 4.4-install.iso image size differences Date: Sun, 23 Sep 2001 18:14:33 GMT Mime-version: 1.0 Content-type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Could someone tell me, which iso is appropiate for downloading? The one of 651,584 (22.09.2001) or the other one of 648,.. KB (19.09.2001)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:16:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 6487537B405 for ; Sun, 23 Sep 2001 11:16:17 -0700 (PDT) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 8D0E016B13 for ; Sun, 23 Sep 2001 20:16:15 +0200 (CEST) Received: from IBM-HIRXKN66F0W.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A9C66160070; Sun, 23 Sep 2001 20:28:22 +0200 Message-Id: <5.1.0.14.0.20010923131457.03730930@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 23 Sep 2001 13:15:52 -0500 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: 4.4-install.iso image size differences In-Reply-To: <20010923181433.5133.qmail@freemail.deltanet.ro> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Could someone tell me, which iso is appropiate for downloading? The one of >651,584 (22.09.2001) or the other one of 648,.. KB (19.09.2001)? size matters, date, too Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:16:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id 5319937B40F for ; Sun, 23 Sep 2001 11:16:32 -0700 (PDT) Received: from i8k.babbleon.org ([66.57.85.154]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 23 Sep 2001 11:24:57 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: green , freebsd-questions@FreeBSD.ORG Subject: Re: internet limitation Date: Sun, 23 Sep 2001 11:24:58 -0400 X-Mailer: KMail [version 1.2] References: <365999794.20010923181102@prokk.net> In-Reply-To: <365999794.20010923181102@prokk.net> MIME-Version: 1.0 Message-Id: <01092311245800.00619@i8k.babbleon.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 23 September 2001 11:11, green wrote: > hi ! > > i have 10 computers looks like this > > internet > > freebsd > ----------|------------- > > _ _ _ _ _ _ _ _ > windows 98/95 users > > how can i deny acces to internet > win95/98 users depends with what login > win95/98 user log-on into the network ? > i think i need samba > but i don't know how to configure samba to deny acces to the internet > to specific users.. > > perhabps i need samba+other app ? Samnba is only concerned with the SMB protocol, not the TCP/IP protocol that the internet uses. And you can do lots of control over who access what, but only based on the IP addresses, not based on the users, if you use the usual IP forwarding. The only way I could see to do this would be to set up a full-blown proxy server which could get some sort of authentication from the users. It might be possible to set it up so that this authentication was based on their Windows login but would probably be far simpler to just make them use a separate "internet login" onto the proxy server. But in any case I don't think this will be easy to do. > > please suggest me something > thank you > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org --------------------> Free Dmitry Sklyarov! <------------------------- http://www.eff.org http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:21: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 49B5B37B407 for ; Sun, 23 Sep 2001 11:21:00 -0700 (PDT) Received: from sageone (ppp-208-191-234-3.dialup.crchtx.swbell.net [208.191.234.3]) by sage-american.com (8.9.3/8.9.3) with SMTP id NAA07311; Sun, 23 Sep 2001 13:20:48 -0500 (CDT) Message-Id: <3.0.5.32.20010923132053.04cac808@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 23 Sep 2001 13:20:53 -0500 To: "Kory Hamzeh" , "D Velez" , From: jacks@sage-american.com Subject: RE: How do I mount a Windows 98 filesystem? In-Reply-To: <000c01c1445a$9d77bce0$14ce21c7@avatar.com> References: <3.0.5.32.20010923125305.04cac808@mail.sage-american.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If you are using drive 1 for Win98, and it is an IDE drive the device should be ad0. the rest of the number shows it as "slice 1" as the mount point. You need to look in /var/log/messages to see how your HD device is recognized during bootup. Drive 1 should be drive ad0 and drive 2 should be ad1. That setup in fstab works for me.... except mine is on drive 2 so, it's shown as ad01s1. Also, make sure you have the device "ad0" made in /dev. If not you need to run MAKEDEV At 11:07 AM 9.23.2001 -0700, Kory Hamzeh wrote: >> Then add to the fstab: >> >> /dev/ad01s1 mnt/fat32 msdos rw 0 0 >> > >Shouldn't the mount point (/mnt/fat32) go at the end of the fstab line? > >Also, what device is ad01s1? > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:25:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id 08DB337B427 for ; Sun, 23 Sep 2001 11:25:25 -0700 (PDT) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id f8NIPBd15771; Sun, 23 Sep 2001 20:25:13 +0200 Message-Id: <200109231825.f8NIPBd15771@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 23 Sep 01 20:24:53 +0200 From: "Toomas Aas" Organization: Tartu City Government To: "PetBuilder" , Date: Sun, 23 Sep 2001 20:24:45 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: How to install from programs internet In-reply-to: <003e01c14451$8a945060$0100a8c0@home> X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi PetBuilder! On 23 Sep 01 at 10:02 you wrote: > Upon checking I can ping IP numbers but I cannot resolve Host Names? Perhaps you don't have any nameservers specified in /etc/resolv.conf. In there should be at least one line that reads: nameserver xxx.xxx.xxx.xxx HTH -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * Coffee -- n., a person who is coughed upon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:26:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from switchblade.cyberpunkz.org (switchblade.cyberpunkz.org [198.174.169.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C7B437B410 for ; Sun, 23 Sep 2001 11:26:23 -0700 (PDT) Received: (from rob@localhost) by switchblade.cyberpunkz.org (8.11.6/CpA-TLS1.2) id f8NIQEQ16923; Sun, 23 Sep 2001 13:26:14 -0500 (CDT) (envelope-from rob) Posted-Date: Sun, 23 Sep 2001 13:26:14 -0500 (CDT) Date: Sun, 23 Sep 2001 13:26:14 -0500 From: Rob Andrews To: stanb@panix.com Cc: Free BSD Questions list Subject: Re: Problems upgrading cvsuo Message-ID: <20010923132614.B89867@switchblade.cyberpunkz.org> References: <200109231802.f8NI2IY23627@panix3.panix.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="2B/JsCI69OhZNC5r" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200109231802.f8NI2IY23627@panix3.panix.com>; from stanb@panix.com on Sun, Sep 23, 2001 at 02:02:18PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --2B/JsCI69OhZNC5r Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 23, 2001 at 02:02:18PM -0400, stanb@panix.com wrote: > Sugestions? Use the version for 3.5 as it works just fine. My 3.4-R box I use for a router had no troubles with it :) Cheers, --=20 Rob Andrews Administrator Cyberpunk Alliance http://www.cyberpunkz.org/ Minneapolis, MN --2B/JsCI69OhZNC5r Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rilGAXwJ9YLqJJURAgnEAJ9HJglyfkNsvPOqlwtAcFgHFS0rEwCfX5rx Z7KcsiZk1ld+PLeCCbm4z/o= =F3LK -----END PGP SIGNATURE----- --2B/JsCI69OhZNC5r-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:28:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id C45D537B41D for ; Sun, 23 Sep 2001 11:28:11 -0700 (PDT) Received: from sageone (ppp-208-191-234-3.dialup.crchtx.swbell.net [208.191.234.3]) by sage-american.com (8.9.3/8.9.3) with SMTP id NAA08337; Sun, 23 Sep 2001 13:28:04 -0500 (CDT) Message-Id: <3.0.5.32.20010923132814.04cac808@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 23 Sep 2001 13:28:14 -0500 To: "Kory Hamzeh" , "D Velez" , From: jacks@sage-american.com Subject: RE: How do I mount a Windows 98 filesystem? In-Reply-To: <3.0.5.32.20010923132053.04cac808@mail.sage-american.com> References: <000c01c1445a$9d77bce0$14ce21c7@avatar.com> <3.0.5.32.20010923125305.04cac808@mail.sage-american.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gads, I'm having syntax probs today: drive 1 = ad0 drive 2 = ad1 fstab = ad0 will be ad0s1 & ad1 will be ad1s1 ...sorry At 01:20 PM 9.23.2001 -0500, jacks@sage-american.com wrote: >If you are using drive 1 for Win98, and it is an IDE drive the device >should be ad0. the rest of the number shows it as "slice 1" as the mount >point. > >You need to look in /var/log/messages to see how your HD device is >recognized during bootup. Drive 1 should be drive ad0 and drive 2 should be >ad1. > >That setup in fstab works for me.... except mine is on drive 2 so, it's >shown as ad01s1. > >Also, make sure you have the device "ad0" made in /dev. If not you need to >run MAKEDEV > >At 11:07 AM 9.23.2001 -0700, Kory Hamzeh wrote: >>> Then add to the fstab: >>> >>> /dev/ad01s1 mnt/fat32 msdos rw 0 0 >>> >> >>Shouldn't the mount point (/mnt/fat32) go at the end of the fstab line? >> >>Also, what device is ad01s1? >> >> >> >> >>To Unsubscribe: send mail to majordomo@FreeBSD.org >>with "unsubscribe freebsd-questions" in the body of the message >> >> > >Best regards, >Jack L. Stone, >Server Admin > >Sage-American >http://www.sage-american.com >jacks@sage-american.com > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 11:55:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp7.xs4all.nl (smtp7.xs4all.nl [194.109.127.133]) by hub.freebsd.org (Postfix) with ESMTP id 1E89737B40A for ; Sun, 23 Sep 2001 11:55:20 -0700 (PDT) Received: from custcom (osprey.xs4all.nl [213.84.100.228]) by smtp7.xs4all.nl (8.9.3/8.9.3) with SMTP id UAA25403; Sun, 23 Sep 2001 20:55:04 +0200 (CEST) Message-ID: <000d01c14461$b2abbb00$9600000a@custcom> From: "R. Hartman" To: "Doug Reynolds" , References: <200109231411.f8NEBqpM023369@mxzilla2.xs4all.nl> Subject: Re: login errors Date: Sun, 23 Sep 2001 20:58:12 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello Doug, thanks for your answer. Could I get a sample of your pam.conf to make sure I have the same settings? If you do not have the same errors, that is. I am pretty new to FreeBSD and still have some difficulties figuring out which configuration is stored in which files. It not that it's difficult to find out, it's just a lot of info to digest and internalize. Ronald Hartman ----- Original Message ----- From: "Doug Reynolds" To: ; "R. Hartman" Sent: Sunday, September 23, 2001 16:08 Subject: Re: login errors > On Sat, 22 Sep 2001 21:15:09 +0200, R. Hartman wrote: > > >I get the same error messages although I did not make and build but simply > >ran upgrade from the sysinstall GUI tool. Isn't upgrade supposed to take > >care of what mergemaster does? I do have a backupped /etc in /usr/tmp/etc, > >so it seems that something akin to mergemaster has taken place. Still, the > >same errors as Philip has are encountered by me. I upgraded from 4.3 to 4.4 > >Moreover, the error messages are three identical lines in a row. so six in > >total. First three about the modules not being loaded, and then three for > >pam_open_session: Permission denied. > >Is running mergemaster really the solution, and how should i do that when > >you take into account that a similar program has already run as part of the > >upgrade process? > > after looking at the GUI upgrade a few times, it _doesnt_ upgrade the > /etc/ files. it just makes copies of them afaik. I upgraded from src > yesterday (from releng4_3 to 4.4-stable), and the PAM files were > modified pretty good. > > --- > doug reynolds | the maverick | mav@wastegate.net > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12: 3:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id 092D337B41C for ; Sun, 23 Sep 2001 12:03:14 -0700 (PDT) Received: from tomcat ([12.93.210.229]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010923190312.EOMV8481.mtiwmhc22.worldnet.att.net@tomcat>; Sun, 23 Sep 2001 19:03:12 +0000 From: "Andrew C. Hornback" To: , Subject: RE: FreeBSD crashed Date: Sun, 23 Sep 2001 15:02:58 -0400 Message-ID: <009a01c14462$5c514bc0$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20010922074858.NQFA10595.femail33.sdc1.sfba.home.com@there> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alan > Sent: Saturday, September 22, 2001 3:55 AM > To: freebsd-questions@FreeBSD.ORG > Subject: FreeBSD crashed > > I have been using Win98 SE for over a year now and Windows in general for > over 20 years Hmm... let's see... today is September 23, 2001. To have been using Windows (in general) for more than 20 years, that would mean that you started using Windows in 1981. Hmm... *goes back to his Byte magazine collection* Considering that the first widely used GUI was on the Macintosh (which was released in 1984, and it wasn't even Windows...) and about the only GUI produced prior to that would have been at PARC-Xerox in the form of the Xerox Star. Are you saying that the Xerox Star was actually running a form of Windows? Should I start making some phone calls and get you an interview? > and lunix for over five years. *grins* At least you've got the spelling down... > I tried your FreeBSD system > since my roommate has been using it and other *inx type systems > for over ten > years now. I have installed your system with his help and then tried to > reboot and go back into Windows. I did NOT have my Win harddrive > pluged in, > so windows should not have been touch. And it wouldn't have been, unless you believe in things similar to "Immaculate Byte Bombing"... > I got back into BSD and then he > showed me how to mount my windows harddrive and cp files from > Windows to BSD. > I then shutdown and unpluged BSD and pluged in Windows and had > nothing. I > could not get Windows to boot. One would have to assume that at this point you checked all of the major things that could possibly keep a hard drive from booting. However, since you do not list them, that may be an incorrect assumption. > I have had to re-due my harddrive > and have > lost all of my information on my harddrive because of this. Where are your daily backups? Obviously, someone as experienced as you would realize the benefit of backing up your software and data prior to opening the case and actually working with the physical hardware. > Some > of these > files are of legell use and can not afford to be lost. Then again, you should have backed them up just prior to powering down and installing a hard drive to install FreeBSD on. > YOUR so called > FreeBSD system is crap. We cannot be held responsible for your lack of responsibility for your own data. > I am very upset at this and intend to notify > Microsoft of this just on the offset that you or someone in your > company has > put some kind of code or virus on your system to attack a Windows > system. Dear friend... please examine any installed FreeBSD system that has the source code. Go through the source code on your own if you believe there to be a virus or some other form of attack which has disabled your Windows system. If you find anything, I'm sure that we of the FreeBSD community, along with the rest of the world, would benefit from that knowledge. > This seems to be the only reason to the problem that your system > has caused me. And you made sure to open your system in a locked clean room with absolutely no static electricity in the facility? > I will also be mailing them the same CD iso image that I > used for them > to install and then invetagate. Why not investigate it yourself? Obviously, with your level of knowledge and skill in this matter, you should be able to investigate the problem on your own. But, by all means, make sure you send them the CD ISO. They may need another copy to keep hotmail.com running. > YOUR system destroyed my Windows!! And how do you figure that? > I will no > longer be using ANY BSD product. Then you'd want to get rid of Linux as well, considering that it has some code implemented in it taken from or based directly on the various BSD platforms. > Now I understand why so many > people are not > using anything but Windows, they do not destroy your system if > you connect > the two together. In the hands of the wrong person, something as mundane as plant food can be used to create serious problems. The key is in the implementation. No one here is bending your arm to use FreeBSD. The fact that you do not wish to use FreeBSD is not a problem. You are free to choose whatever operating system you want for your computer. However, blaming FreeBSD for problems you encountered while working with a different operating system (and to some, much more inferior) means very little. If you would like us to help you with your problem, you will need to provide more information. Howerver, from the closing tone of your message, you will not be considering the use of FreeBSD in the future. And to that I say, good luck. Just as a parting shot, notice that Microsoft has used FreeBSD to run hotmail.com, and is now using some portions of FreeBSD for development of their C# and .Net strategies. If you're going to stay with Microsoft, you'll be back. --- Andrew C. Hornback To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12: 8:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc24.worldnet.att.net (mtiwmhc24.worldnet.att.net [204.127.131.49]) by hub.freebsd.org (Postfix) with ESMTP id 5C72F37B41D for ; Sun, 23 Sep 2001 12:08:20 -0700 (PDT) Received: from tomcat ([12.93.210.229]) by mtiwmhc24.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010923190819.LYYF21828.mtiwmhc24.worldnet.att.net@tomcat>; Sun, 23 Sep 2001 19:08:19 +0000 From: "Andrew C. Hornback" To: Cc: Subject: RE: Freebsd being hacked Date: Sun, 23 Sep 2001 15:08:06 -0400 Message-ID: <009b01c14463$13e96b00$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3BAB66EB.2C80217B@home.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Rob > Sent: Friday, September 21, 2001 12:12 PM > To: ybbor@freedom.net > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Freebsd being hacked > > > ybbor@freedom.net wrote: > > > > Hello, > > > > I have a Breebsd server. It was running freebsd 3.x(not exactly sure) > > and last week somone used that telnet exploit. so i ran that patch on > > your site. then i downloaded the freebsd 4.4 iso and upgraded my > > system. > > > > Today i try to log in to my computer and i can't telnet in to it. So > > i went to the box, and i can't log in to it. on the screen it says > > there was an 'su pop to toor'. and that the kernel log was full. it > > looks like i was hacked, so i unpluged the comptuer from the network > > and now i don't know what to do. > > > > how do i log in to a comptuer if someone changed the root password and > > disabled every other account? > > I'd reinstall the OS from an ISO disk. Others with more experience in > this might have a better solution. You're going to have to do a little more than that, I imagine. Format the drive and reinstall, not just re-install. Going to have to back up everything off of the drive that you want to keep, put it in a "quarantine" area, as any executables on the system may have been compromised, reinstall and step your way through reinstalling your data. I believe this is the same general advice you get any time you've been hacked. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12:21:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.xs4all.nl (smtp3.xs4all.nl [194.109.127.132]) by hub.freebsd.org (Postfix) with ESMTP id 28D7137B430 for ; Sun, 23 Sep 2001 12:21:18 -0700 (PDT) Received: from custcom (osprey.xs4all.nl [213.84.100.228]) by smtp3.xs4all.nl (8.9.3/8.9.3) with SMTP id VAA03112 for ; Sun, 23 Sep 2001 21:21:11 +0200 (CEST) Message-ID: <002d01c14465$5b5705e0$9600000a@custcom> From: "R. Hartman" To: References: <200109231411.f8NEBqpM023369@mxzilla2.xs4all.nl> <000d01c14461$b2abbb00$9600000a@custcom> Subject: Re: login errors Date: Sun, 23 Sep 2001 21:24:17 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG By the way, I commented out in pam.conf all that I could think of that might result in the errors mentioned. Nothing helped; the six lines keep appearing. Here are the errors again: login: no modules loaded for `login' service login: no modules loaded for `login' service login: no modules loaded for `login' service login: pam_open_session: Permission denied login: pam_open_session: Permission denied login: pam_open_session: Permission denied The same six lines are given when I logout as root, but then pam_open... = pam_close... When I log in en out from a normal (non-root) account (wheel member) I get only one of each type of error line (so one with no modules, and one with permission denied). What's wrong? Ronald Hartman ----- Original Message ----- From: "R. Hartman" To: "Doug Reynolds" ; Sent: Sunday, September 23, 2001 20:58 Subject: Re: login errors > Hello Doug, thanks for your answer. Could I get a sample of your pam.conf to > make sure I have the same settings? If you do not have the same errors, that > is. > > I am pretty new to FreeBSD and still have some difficulties figuring out > which configuration is stored in which files. It not that it's difficult to > find out, it's just a lot of info to digest and internalize. > > Ronald Hartman > > ----- Original Message ----- > From: "Doug Reynolds" > To: ; "R. Hartman" > Sent: Sunday, September 23, 2001 16:08 > Subject: Re: login errors > > > > On Sat, 22 Sep 2001 21:15:09 +0200, R. Hartman wrote: > > > > >I get the same error messages although I did not make and build but > simply > > >ran upgrade from the sysinstall GUI tool. Isn't upgrade supposed to take > > >care of what mergemaster does? I do have a backupped /etc in > /usr/tmp/etc, > > >so it seems that something akin to mergemaster has taken place. Still, > the > > >same errors as Philip has are encountered by me. I upgraded from 4.3 to > 4.4 > > >Moreover, the error messages are three identical lines in a row. so six > in > > >total. First three about the modules not being loaded, and then three for > > >pam_open_session: Permission denied. > > >Is running mergemaster really the solution, and how should i do that when > > >you take into account that a similar program has already run as part of > the > > >upgrade process? > > > > after looking at the GUI upgrade a few times, it _doesnt_ upgrade the > > /etc/ files. it just makes copies of them afaik. I upgraded from src > > yesterday (from releng4_3 to 4.4-stable), and the PAM files were > > modified pretty good. > > > > --- > > doug reynolds | the maverick | mav@wastegate.net > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12:29: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from globalrelay.com (h216-18-71-77.gtcust.grouptelecom.net [216.18.71.77]) by hub.freebsd.org (Postfix) with ESMTP id F3D1937B41F for ; Sun, 23 Sep 2001 12:28:59 -0700 (PDT) Received: from [24.76.149.87] (HELO cns) by globalrelay.com (CommuniGate Pro SMTP 3.4.7) with SMTP id 698204 for Freebsd-questions@freebsd.org; Sun, 23 Sep 2001 12:28:58 -0700 Message-ID: <008701c14465$caef4a70$57954c18@cns> From: "Eric Parusel" To: Subject: Compiling 4.4 kernel, name problems? Date: Sun, 23 Sep 2001 12:27:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've just come across something a little odd.... I use the name CUSTOM for my kernel when creating a custom kernel config, copied from GENERIC..... When my kernel config file is named CUSTOM, I get this error.... (even if CUSTOM is the same as GENERIC apart from the ident line) ---------------------------------------------------------------------- -------- # make buildkernel KERNCONF=CUSTOM ===> ipfilter make: don't know how to make /usr/src/sys/modules/ipfilter/../../netinet/mlfk_ipl.c. Stop *** Error code 2 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/CUSTOM. *** Error code 1 Stop in /usr/src. *** Error code 1 ---------------------------------------------------------------------- -------- If I `cp CUSTOM CUST` and change all references from CUSTOM to CUST inside the CUST file, the compile works fine.... GENERIC works fine as well. CUST and CUSTOM are exactly the same as GENERIC, apart from having the ident line changed to suit the filename inside the file. Any ideas? Is the name CUSTOM for a kernel config not allowed or something? Thanks, Eric Parusel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12:29: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from goof.com (goof.com [12.4.218.41]) by hub.freebsd.org (Postfix) with SMTP id 34F3137B417 for ; Sun, 23 Sep 2001 12:29:01 -0700 (PDT) Received: (qmail 28450 invoked by uid 15016); 23 Sep 2001 19:28:59 -0000 Date: Sun, 23 Sep 2001 15:28:59 -0400 From: Jon-Erik Lido To: freebsd-questions@freebsd.org Subject: SiS 900 ethernet MAC address all zeros (me too) Message-ID: <20010923152858.C27640@goof.com> Mail-Followup-To: Jon-Erik Lido , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Back in December/Januare Oliver Crow mentioned a problem with his onboard SiS 900 ethernet reporting a MAC address of all zeros. I have the same problem, but I haven't been able to work around it. The mainboard uses the SiS 735 chipset FreeBSD reports: sis0: port 0xdc00-0xdcff mem 0xcffdd000-0xcffddfff irq 10 at device 3.0 on pci0 sis0: Ethernet address: 00:00:00:00:00:00 sis0: MII without any PHY! device_probe_and_attach: sis0 attach returned 6 Unlike Oliver, I can't figure out how to get the device to work. Dispite having an address of all zeros, networking worked for him. Later he mentioned getting a tip from Ben Hochstrasser on using "ifconfig lladdr" to force a MAC address like: ifconfig dc0 lladdr 60:00:00:00:00:00 (I assume that this example was for the DEC ethernet adapters and not the SiS 900.) Adding a similar lladdr to my ifconfig_sis0 line in rc.conf seems to have no effect. How do I get this device to work? -Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12:29:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 43E3437B419 for ; Sun, 23 Sep 2001 12:28:59 -0700 (PDT) Received: from tomcat ([12.93.210.229]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010923192854.BZNK1680.mtiwmhc21.worldnet.att.net@tomcat>; Sun, 23 Sep 2001 19:28:54 +0000 From: "Andrew C. Hornback" To: "Sending Correspondence" , Subject: RE: Re: substitute for X Windows Server Date: Sun, 23 Sep 2001 15:28:40 -0400 Message-ID: <00a901c14465$f357fca0$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sending > Correspondence > Sent: Saturday, September 22, 2001 11:45 PM > To: questions@freebsd.org > Subject: Fwd: Re: substitute for X Windows Server > > Can anyone help with this...? Sure... see below. > Difficulty installing X Window Server on FreeBSD 4.3: > > > > > > > The following is the best bug report I can do... > > > > > > 1. Attempted to install via /stand/sysinstall from > > > > >ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/x11-servers/XFre > e86-Server-4.1.0.tgz > > > > > > - having also selected the Xtt for the S3 chipset on my server > > > > > > it downloads - but stalls during the pkg_add (left it > overnight for 7 or > >so > > > hours - still installed. Tried it 6 times, still stalls and won't > >install). Maybe it's the language here, but you're saying that it still installed, but that it won't install? I'm confused... > > > 2. Attempted to install via /stand/sysintall from > > > > >ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports-stable/x11-servers/ XFree86-4-Server/ > > > > - included the XttXFree86srv-S3 , witout success > > > > during "make" it stalls and gives the following messages: > > > > DRI could not be build: kernel source is required in /sys > > Define with MATROX_GXX_Driver to enable the official Matrox driver > > Checksum mismatch for xc/X402src-1.tgz. > > Checksum OK for xc/4.0.2-4.0.3.diff.gz. > > Make sure the Makefile and distinfo file > > (/usr/ports/x11-servers/XFreee86-4-Server/distinfo) are up to date. Then > > it offers to use "make NO_CHECKSUM=yes".. > > Stop in /usr/ports/x11-servers/XFree86-4-Server. > > *** Error code 1 Okay, call me dense here, but why the hell are you trying to work with a Matrox driver when you have an S3 chipset?!? S3 and Matrox are not compatible!!! > > 3. I tried the step number 2 above, with "Make NO_CHECKSUM=yes" > > but I got the exact problem displayed as number 2 above. > > > > 4. I tried reading through the docs in the XFree86.org. It mentioned > > that the XFree86 4.x.x does not support S3 chipset video cards. I > > prepared to download the XFree86 3.3.6 but following the instructions > > it specified that I must also download a file called XVG16.tgz BUT > > after ftp connection to their site, and downloading all the other files > > I could not find this particular file anywhere - I also was worried > > since the XFree86 3.3.6 indicated that it can only be installed for > > FreeBSD 2.x and 3.x - but I'm using FreeBSD 4.3 release... Hmm... I've got 3.3.6 running on 4.3-Release right now, without a problem. Maybe XFree is neglecting to upgrade their documentation? XFree86 4.x.x doesn't support S3? Not that I know much about that, but there are is a HUGE installed base of S3 hardware out there. Maybe they don't have an ACCELERATED driver for S3, but I'm sure that the standard VGA or SVGA drivers should work fine. > > My system details are as follows: > > > > Dell GXi pentium 266, 64 Mb Ram, 2 Gb drive > > FreeBSD 4.3 Look this system up with Dell and find out EXACTLY which graphics chipset you have, unless you have an "add-in" PCI or AGP adapter. > > THIS IS THE BEST BUG REPORT I CAN PROVIDE.... I still don't know > > how to use any of the service on the FreeBSD , eg. mail, browser, > > or any of the other services... > > > > If you can help, I appreciate it... > > > > thanks Try using a standard VGA or SVGA driver with XFree. Once you've established that it works, find out if there is an ACCELERATED chipset for your video setup and install that. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12:34:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id 4313A37B41C for ; Sun, 23 Sep 2001 12:34:10 -0700 (PDT) Received: from tomcat ([12.93.210.229]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010923193405.SACD6924.mtiwmhc23.worldnet.att.net@tomcat>; Sun, 23 Sep 2001 19:34:05 +0000 From: "Andrew C. Hornback" To: "Jamie Hermans" , "'Gabriel Rossetti'" , Subject: RE: Compaq Smart-2/E array controller error Date: Sun, 23 Sep 2001 15:33:52 -0400 Message-ID: <00aa01c14466$ad326ac0$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Jamie Hermans > Sent: Sunday, September 23, 2001 3:03 AM > To: 'Gabriel Rossetti'; freebsd-questions@FreeBSD.ORG > Subject: RE: Compaq Smart-2/E array controller error > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG On Behalf Of Gabriel > Rossetti > > Sent: Saturday, September 22, 2001 2:09 pm > > To: freebsd-questions@FreeBSD.ORG > > Subject: Compaq Smart-2/E array controller error > > > > Hello, > > > > I have a Compaq Smart-2/E array controller (rev A, v2.14) on my > > prosignia server. I have tried to install FreeBSD 3.4, 4.0, 4.1, > > and 4.3 on it but it crashes. I get a memory dump after the device > > configuration, right when it finds the controller. It has the > > following processor(the controller): > > Hi Gabriel... > > If you search the archives, you will notice that *I* had the exact > same issue. There is no longer support for the Smart-2/E controller > (or more generally, the EISA version of this controller.) > > My "solution" was to dig around for a PCI version of the controller, > which IS supported. > > # dmesg | grep ida > ida0: port 0x8000-0x80ff mem > 0x42000000-0x43ffffff,0x40000000-0x400000ff irq 11 at device 0.0 on pci1 > ida0: drives=2 firm_rev=4.48 > idad0: on ida0 > idad0: 12279MB (25149120 sectors), blocksize=512 > idad1: on ida0 > idad1: 24563MB (50306400 sectors), blocksize=512 > Mounting root from ufs:/dev/idad0s1a Jamie, I remember trying to help you with that problem when you asked about it. As far as the EISA version of RAID Controllers, I'm not sure that there are (or ever have been) any drivers for any of them. I had to go to Solaris 7 to find drivers for my Mylex EISA RAID controller, and you weren't able to get that Compaq EISA controller working. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12:39:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc22.worldnet.att.net (mtiwmhc22.worldnet.att.net [204.127.131.47]) by hub.freebsd.org (Postfix) with ESMTP id BFB0837B426 for ; Sun, 23 Sep 2001 12:39:24 -0700 (PDT) Received: from tomcat ([12.93.210.229]) by mtiwmhc22.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010923193923.FEGH8481.mtiwmhc22.worldnet.att.net@tomcat>; Sun, 23 Sep 2001 19:39:23 +0000 From: "Andrew C. Hornback" To: "JOHN MUELLER" , Subject: RE: I finally came to the following conclusion..... Date: Sun, 23 Sep 2001 15:39:10 -0400 Message-ID: <00b301c14467$6ae1fcc0$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3BAD9798.10605@uaa.alaska.edu> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of JOHN MUELLER > Sent: Sunday, September 23, 2001 4:05 AM > To: freebsd-questions@FreeBSD.ORG > Subject: I finally came to the following conclusion..... > > I've got 2 DEC Venturis 575s and a Celebris 590, the last 2 numbers > are the Mhz of the pentium chip on them. I flashed the BIOSes, but I > think the key is getting the right release for these machines. 3.2 > didn't seem to work, it was an Alpha version. These were manufactured > in 1995. I have never installed FreeBSD successfully, but that is > because I have the wrong versions. Anyone have a quick information fix > (other than target practice ) ? > Johnny Johnny, you shouldn't be using the Alpha version of FreeBSD on an Intel based system. Try getting a copy of the Intel version and install it. Should work find on both of those types of systems. Just because it says DEC doesn't mean it's an Alpha. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12:48:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 67F1B37B428 for ; Sun, 23 Sep 2001 12:48:33 -0700 (PDT) Received: from alzaid.net (user-38ld8aa.dsl.mindspring.com [209.86.161.74]) by smtp6.mindspring.com (8.9.3/8.8.5) with SMTP id PAA00805 for ; Sun, 23 Sep 2001 15:48:32 -0400 (EDT) Received: (qmail 2574 invoked by uid 1000); 23 Sep 2001 19:48:31 -0000 Date: Sun, 23 Sep 2001 15:48:31 -0400 From: Rami AlZaid To: freebsd-questions@freebsd.org Subject: Re: SiS 900 ethernet MAC address all zeros (me too) Message-ID: <20010923154831.D94332@alzaid.net> References: <20010923152858.C27640@goof.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010923152858.C27640@goof.com> User-Agent: Mutt/1.3.22.1i X-PGP-Key-Available-From: http://www.alzaid.com/pgp.txt X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 09/23/01 03:28PM or some time around that time, Jon-Erik Lido wrote: > Back in December/Januare Oliver Crow mentioned a problem with his > onboard SiS 900 ethernet reporting a MAC address of all zeros. > > I have the same problem, but I haven't been able to work around it. > The mainboard uses the SiS 735 chipset > FreeBSD reports: > > sis0: port 0xdc00-0xdcff mem 0xcffdd000-0xcffddfff irq 10 at device 3.0 on pci0 > sis0: Ethernet address: 00:00:00:00:00:00 > sis0: MII without any PHY! > device_probe_and_attach: sis0 attach returned 6 > > Unlike Oliver, I can't figure out how to get the device to work. Dispite > having an address of all zeros, networking worked for him. Later he > mentioned getting a tip from Ben Hochstrasser on using "ifconfig lladdr" > to force a MAC address like: > > ifconfig dc0 lladdr 60:00:00:00:00:00 > > (I assume that this example was for the DEC ethernet adapters and not > the SiS 900.) > > Adding a similar lladdr to my ifconfig_sis0 line in rc.conf seems to > have no effect. > > How do I get this device to work? > I have a Linksys LNE100TX and I sometimes face the same problem under DOS. I'm not sure if it's the same problem or not but turning off the machine and turning it back on always helped solve the problem. -- Rami AlZaid * ICQ # 1071118 WebPages: www.alzaid.com * www.wooyeah.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 12:58:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id E34C637B430 for ; Sun, 23 Sep 2001 12:58:52 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f8NJwwj27492 for ; Sun, 23 Sep 2001 12:58:58 -0700 (PDT) Message-ID: <000f01c14469$9a0a0f90$0100a8c0@home> From: "PetBuilder" To: Subject: Which Ports are what Date: Sun, 23 Sep 2001 12:54:48 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Durring the install, I chose to install the ports collection. Later during the install it asked me if I want to install a peticular port now. I looked at all the files and could not identify any of them. Is there a list somewhere that tells you which file name is what? Thanks, Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 13: 5:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f17.law9.hotmail.com [64.4.9.17]) by hub.freebsd.org (Postfix) with ESMTP id 2818A37B436 for ; Sun, 23 Sep 2001 13:05:41 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 23 Sep 2001 13:05:41 -0700 Received: from 162.83.211.209 by lw9fd.law9.hotmail.msn.com with HTTP; Sun, 23 Sep 2001 20:05:40 GMT X-Originating-IP: [162.83.211.209] From: "Chris Chris" To: freebsd-questions@FreeBSD.ORG Subject: Proxies. Date: Sun, 23 Sep 2001 16:05:40 -0400 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 23 Sep 2001 20:05:41.0063 (UTC) FILETIME=[1EB7B570:01C1446B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG

Hey. I was wondering how I define a proxy server for my FBSD box to use. In linux I just, 'export declare http_proxy="***.***.*.*:**" ' I tried that on my FBSD box but now dice. Can you tell me how, or direct me to a man or howto. Thanks.



Get your FREE download of MSN Explorer at http://explorer.msn.com
To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 13: 7: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id 7141637B417 for ; Sun, 23 Sep 2001 13:07:04 -0700 (PDT) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.11.6/8.11.3) with ESMTP id f8NK6tc33992; Sun, 23 Sep 2001 13:07:00 -0700 (PDT) (envelope-from bri@sonicboom.org) Date: Sun, 23 Sep 2001 13:06:55 -0700 (PDT) From: Brian Whalen X-X-Sender: To: PetBuilder Cc: Subject: Re: Which Ports are what In-Reply-To: <000f01c14469$9a0a0f90$0100a8c0@home> Message-ID: <20010923130644.U33620-100000@cx175057-a.ocnsd1.sdca.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG See the categories at the bottom of http://www.freebsd.org/ports/index.html Brian "Sonic" Whalen Success = Preparation + Opportunity On Sun, 23 Sep 2001, PetBuilder wrote: > Durring the install, I chose to install the ports collection. Later during > the install it asked me if I want to install a peticular port now. > I looked at all the files and could not identify any of them. Is there a > list somewhere that tells you which file name is what? > > Thanks, > > Craig Rose > Web-Zonic, Inc. > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > for the sole use of the intended recipient(s) and may contain confidential > and privileged information. Any unauthorized review, use, disclosure or > distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply > e-mail and destroy all copies of the original message. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 13:10: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from c1828785-a.saltlk1.ut.home.com (c1828785-a.saltlk1.ut.home.com [24.20.97.231]) by hub.freebsd.org (Postfix) with ESMTP id 5F5F137B436 for ; Sun, 23 Sep 2001 13:10:02 -0700 (PDT) Received: from there (gzuvql@localhost [127.0.0.1]) by c1828785-a.saltlk1.ut.home.com (8.11.6/8.11.5) with SMTP id f8NK94906992; Sun, 23 Sep 2001 14:09:06 -0600 (MDT) (envelope-from mupi@mknet.org) Message-Id: <200109232009.f8NK94906992@c1828785-a.saltlk1.ut.home.com> Content-Type: text/plain; charset="iso-8859-1" From: Mike Porter To: Brian Whalen , Subject: Re: FreeBSD crashed Date: Sun, 23 Sep 2001 14:09:04 -0600 X-Mailer: KMail [version 1.3] Cc: , References: <20010922175055.J31277-100000@cx175057-a.ocnsd1.sdca.home.com> In-Reply-To: <20010922175055.J31277-100000@cx175057-a.ocnsd1.sdca.home.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday 22 September 2001 06:51 pm, Brian Whalen wrote: > So the windows stuff isnt on a separate partition readable by the > emergency disk yer sposed to have made?? > I'm still trying to figure out how he mounted the drive at all and cp'ed files from it, when it wasn't even plugged in to the system? maybe I missed something. mike > On Sat, 22 Sep 2001 jacks@sage-american.com wrote: > > ...and, I'll bet that roommate told you to be sure and back up your > > Windoze stuff. right...? > > before you tried to "mount" that one & only hard drive with all that > > important stuff. M$ will wnat to know about that too.... and they'll get > > right back to you.... sure. > > > > At 02:54 AM 9.22.2001 -0500, Alan wrote: > > >I have been using Win98 SE for over a year now and Windows in general > > > for over 20 years, and lunix for over five years. I tried your FreeBSD > > > system since my roommate has been using it and other *inx type systems > > > for over ten years now. I have installed your system with his help and > > > then tried to reboot and go back into Windows. I did NOT have my Win > > > harddrive pluged in, so windows should not have been touch. I got back > > > into BSD and then he showed me how to mount my windows harddrive and cp > > > files from Windows to > > > > BSD. > > > > > I then shutdown and unpluged BSD and pluged in Windows and had nothing. > > > I could not get Windows to boot. I have had to re-due my harddrive > > > and have lost all of my information on my harddrive because of this. > > > Some of these files are of legell use and can not afford to be lost. > > > YOUR so called FreeBSD system is crap. I am very upset at this and > > > intend to notify Microsoft of this just on the offset that you or > > > someone in your company has put some kind of code or virus on your > > > system to attack a Windows system. This seems to be the only reason to > > > the problem that your system has caused me. I will also be mailing > > > them the same CD iso image that I used for them to install and then > > > invetagate. YOUR system destroyed my Windows!! I will > > > > no > > > > >longer be using ANY BSD product. Now I understand why so many people > > > are > > > > not > > > > >using anything but Windows, they do not destroy your system if you > > > connect the two together. > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > > >with "unsubscribe freebsd-questions" in the body of the message > > > > Best regards, > > Jack L. Stone, > > Server Admin > > > > Sage-American > > http://www.sage-american.com > > jacks@sage-american.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 13:16: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from void.xpert.com (xpert.com [199.203.132.1]) by hub.freebsd.org (Postfix) with ESMTP id 20EAB37B410 for ; Sun, 23 Sep 2001 13:16:05 -0700 (PDT) Received: from mailserv.xpert.com ([199.203.132.135]) by void.xpert.com with esmtp (Exim 3.20 #1) id 15lFbd-0001sB-00; Sun, 23 Sep 2001 23:12:01 +0300 Received: by mailserv.xpert.com with Internet Mail Service (5.5.2650.21) id ; Sun, 23 Sep 2001 23:15:48 +0300 Message-ID: From: Yonatan Bokovza To: 'Chris Chris' , freebsd-questions@FreeBSD.ORG Subject: RE: Proxies. Date: Sun, 23 Sep 2001 23:15:40 +0300 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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----Original Message----- From: Chris Chris [mailto:cdchriscd@hotmail.com] Sent: Sunday, September 23, 2001 23:06 To: freebsd-questions@FreeBSD.ORG Subject: Proxies. > Hey. I was wondering how I define a proxy server for my FBSD box to use. In linux I just, 'export declare http_proxy="***.***.*.*:**" ' I > > tried that on my FBSD box but now dice. Can you tell me how, or direct me to a man or howto. Thanks. > Please don't write in HTML. You define network proxy in much the same way, either: http_proxy="http://proxy.ip.address:port/"; export http_proxy under bourne (and derived) shells. Or: setenv http_proxy "http://proxy.ip.address:port/" in csh (and derived) shells, Yonatan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 13:35:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail39.sdc1.sfba.home.com (femail39.sdc1.sfba.home.com [24.254.60.33]) by hub.freebsd.org (Postfix) with ESMTP id 157D637B413 for ; Sun, 23 Sep 2001 13:35:36 -0700 (PDT) Received: from home.com ([24.157.184.4]) by femail39.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010923203535.MUMA6801.femail39.sdc1.sfba.home.com@home.com> for ; Sun, 23 Sep 2001 13:35:35 -0700 Message-ID: <3BAE47BF.7FA3DA47@home.com> Date: Sun, 23 Sep 2001 16:36:15 -0400 From: cyu0635@home.com X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: CP-Wrapper Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all Do you know what is CP-Wrapper Thanks Regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 13:41:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 9DBCC37B406 for ; Sun, 23 Sep 2001 13:41:35 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NKbOp00267; Sun, 23 Sep 2001 16:37:24 -0400 (EDT) Message-ID: <3BAE4936.E8E7A205@iowna.com> Date: Sun, 23 Sep 2001 16:42:30 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: "Karl M. Joch" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD & LaBrea References: <014301c1434a$313851e0$0a05a8c0@ooe.kmjeuro.com> <3BADD8B5.889BEAF3@iowna.com> <04bb01c14439$c7a79d80$0a05a8c0@ooe.kmjeuro.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try running LaBrea under ktrace(1). I've found ktrace to be a fantastic tool for debugging when there are not obvious error messages. Have you checked /var/log for any error messages from LaBrea? Again, I haven't got this working and I don't know what's wrong, I'm just making suggestions on how to track it down. -Bill "Karl M. Joch" wrote: > > Hello, > > yes, bpf is included. i enclosed the config. > > Karl M. Joch > ----- Original Message ----- > From: "Bill Moran" > > > "Karl M. Joch" wrote: > > > > > > Hi, > > > > > > I tried to get LaBrea http://www.fwsystems.com/build/LaBrea/ working > under > > > 4.3/4.4. Would really like to have it for the networks i maintain. But > till > > > now I have the problem that it looks like that it cant capture the > packages > > > under FreeBSD. I also found a port from nick@rogness.net. has anybody > got > > > that working under 4.3/4.4? i put a seperat old P60 box there and tried > a > > > whole day with different kernel versions (with ipfirewall/ w/o ...). > > > > Since nobody else has replied yet ... > > I'm not real familiar with LaBrea, but it sure looks like it would need > > the packet filters compiled into your kernel. Did you build a kernel > > with "options bpf"? -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 13:50:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 666E937B414 for ; Sun, 23 Sep 2001 13:50:16 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NKkGp06157; Sun, 23 Sep 2001 16:46:16 -0400 (EDT) Message-ID: <3BAE4B4A.1670903C@iowna.com> Date: Sun, 23 Sep 2001 16:51:22 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: PetBuilder Cc: questions@FreeBSD.ORG Subject: Re: Which Ports are what References: <000f01c14469$9a0a0f90$0100a8c0@home> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG PetBuilder wrote: > > Durring the install, I chose to install the ports collection. Later during > the install it asked me if I want to install a peticular port now. > I looked at all the files and could not identify any of them. Is there a > list somewhere that tells you which file name is what? I guarantee that you'll get better responses if you take some time to phrase your question better and include some details. I read this thing over about twelve times, and I'm only guessing that I understand what you're asking. If you're asking how to figure out which port does what, the easiest way is to surf through the port information at http://www.freebsd.org/ports/ If you're curious about what's installed and so forth, /var/db/pkg contains a subdirectory for each installed package, there are files in there with a list of all files installed, as well as descriptions. (all simple ASCII text files) You may want to take the time to read the handbook section so you understand the difference between ports and packages, as it appears to me that you're getting the two confused: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html I hope I've answered your question. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14: 3: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail36.sdc1.sfba.home.com (femail36.sdc1.sfba.home.com [24.254.60.26]) by hub.freebsd.org (Postfix) with ESMTP id C5E8937B428 for ; Sun, 23 Sep 2001 14:02:59 -0700 (PDT) Received: from home.com ([24.157.184.4]) by femail36.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010923210259.KKDM13666.femail36.sdc1.sfba.home.com@home.com> for ; Sun, 23 Sep 2001 14:02:59 -0700 Message-ID: <3BAE4E2A.526A5E44@home.com> Date: Sun, 23 Sep 2001 17:03:39 -0400 From: cyu0635@home.com X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: File permission Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all I download tarball ssh-3.0.1.tar.gz and stored it in /usr/local/src I grant it permission chown root:root /usr/local/src/* but after I exact it 'ssh-3.0.1.tar.gz -----> directory ssh-3.0.1', the permission changed drwxr-xr-x 8 11171 users 4096 Jun 7 14:26 ssh-3.0.1 Why? Please teach me? and who is 11171 and users? TIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14: 5: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 507E437B401 for ; Sun, 23 Sep 2001 14:04:57 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NL0up13648; Sun, 23 Sep 2001 17:00:56 -0400 (EDT) Message-ID: <3BAE4EBA.D4EBA2E9@iowna.com> Date: Sun, 23 Sep 2001 17:06:02 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: RJ45 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: STRANGE delay using NAT References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG RJ45 wrote: > when I ssh x.y.z.v it takes around 3 minutes before prompting me for the > password. If I Instead ssh x.y.z.w (the gateway) and then ssh 10.0.0.1 > it takes around 5 seconds. > How come the response time with NAT is soooo damn slow ?? > IS there a way to fix the problem ?? > The problem is only in te first ssh authentication step, when SSH > communication is established the connection looks fast. Usually, this kind of thing indicates a DNS problem. Most secure stuff (like ssh) will do a reverse DNS lookup to verify the IP is not spoofed and put the data in the logs. Three minutes is about the time it takes to time out if nobody is providing reverse lookup information. I don't know the ssh suite of protocols that well, but here's my guess: ssh wants a reverse lookup before you log in (to help prevent spoofing and man-in-the-middle attacks) When you go from a machine to proxy, the reverse lookup for the proxy happens quick, then you ssh from proxy to 10.0.0.1 and the _proxy_ does the reverse lookup and succeeds. However, when you ssh directly through the proxy to 10.0.0.1, your machine is trying to do a reverse lookup for 10.0.0.1 - but that's not a real Internet address, and no DNS servers on the Internet are going to resolve it. So, after waiting 3 minutes, it gives up and lets you connect anyway. This is just a guess. It assumes that the sshd process will be sending the IP addy back as part of the ssh protocol - I don't know if that's the case or not. But the whole 3 minute thing sounds a lot like DNS timeouts. -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14: 8:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id B14F837B433 for ; Sun, 23 Sep 2001 14:08:30 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 60FC366E2F; Sun, 23 Sep 2001 14:08:30 -0700 (PDT) Date: Sun, 23 Sep 2001 14:08:30 -0700 From: Kris Kennaway To: Lane Holcombe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Pam is broken Message-ID: <20010923140830.A37319@xor.obsecurity.org> References: <01092308400605.01860@server.unix.home> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tKW2IUtsqtDRztdT" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01092308400605.01860@server.unix.home>; from laneholc@earthlink.net on Sun, Sep 23, 2001 at 08:40:06AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 23, 2001 at 08:40:06AM -0500, Lane Holcombe wrote: > I'm trying to update a source tree using cvs and I keep getting this erro= r: Perhaps you didn't update it fully/correctly. > /usr/libexec/ld-elf.so.1: /usr/lib/pam_unix.so: Undefined symbol=20 > "_pam_verbose_error" >=20 > I've tried to rebuild pam using "make all", "make install" from=20 > /usr/src/lib/libpam, but this doesn't seem to correct the problem (even= =20 > though the install completes successfully). Doing a make world should leave you with a working system if you start with a consistent source tree. Kris --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rk9NWry0BWjoQKURAp8DAJ0bPpWiY4rOdh1Edn6qTTx5JEOwAwCg1qAR MDpQseHyOMP+J2dt2gYBt4g= =8uQ4 -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:10:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id 4FB6737B411 for ; Sun, 23 Sep 2001 14:10:35 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F35CD66E33; Sun, 23 Sep 2001 14:10:34 -0700 (PDT) Date: Sun, 23 Sep 2001 14:10:34 -0700 From: Kris Kennaway To: Jeremy Claeson Cc: 'Doug Reynolds' , 'freebsd-questions' Subject: Re: ssh 2.0 with 4.4-stable Message-ID: <20010923141034.B37319@xor.obsecurity.org> References: <20010923145418.A6C9237B40A@hub.freebsd.org> <000c01c14441$30357fa0$1400a8c0@william> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="jq0ap7NbKX2Kqbes" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000c01c14441$30357fa0$1400a8c0@william>; from myfreebsd@home.com on Sun, Sep 23, 2001 at 08:05:31AM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --jq0ap7NbKX2Kqbes Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 23, 2001 at 08:05:31AM -0700, Jeremy Claeson wrote: > Doug, > I had the exact same problem a few days ago. I have not yet been able to > figure it out, but if anyone can help us out it would be appreciated. > Thanks! Use ssh -v and sshd -d to track it down. Kris --jq0ap7NbKX2Kqbes Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rk/JWry0BWjoQKURAt+jAJ9nWvwBhMO95wNaH9p176q2488t+QCdGM6K jrDlRfsunfpv+SOQYxPCO4s= =gtNL -----END PGP SIGNATURE----- --jq0ap7NbKX2Kqbes-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:11:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 8FB2A37B41B for ; Sun, 23 Sep 2001 14:11:44 -0700 (PDT) Received: from rz.uni-karlsruhe.de (steele@wn4-marvin.wn4.uni-karlsruhe.de [172.20.12.211]) by mailgate.rz.uni-karlsruhe.de with smtp (Exim 3.16 #1) id 15lGXP-0001Fb-00; Sun, 23 Sep 2001 23:11:43 +0200 Date: Sun, 23 Sep 2001 23:11:43 +0200 From: Benedikt Schmidt To: questions@FreeBSD.org Subject: Re: 4.4-install.iso image size differences Message-ID: <20010923231143.A449@wn4-marvin.wn4.uni-karlsruhe.de> References: <20010923181433.5133.qmail@freemail.deltanet.ro> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010923181433.5133.qmail@freemail.deltanet.ro> User-Agent: Mutt/1.3.21i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG popa_constantin@freemail.deltanet.ro wrote: > Could someone tell me, which iso is appropiate for downloading? The one of > 651,584 (22.09.2001) or the other one of 648,.. KB (19.09.2001)? The newer one includes the tools directory which has been forgotten in the first version. -- Benedikt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:12:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id 1AD3A37B430 for ; Sun, 23 Sep 2001 14:12:32 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id B6D4A66D20; Sun, 23 Sep 2001 14:12:31 -0700 (PDT) Date: Sun, 23 Sep 2001 14:12:31 -0700 From: Kris Kennaway To: "Henshaw, Dave" Cc: "'questions@freebsd.org'" Subject: Re: FreeBSD download for 4.4-release Message-ID: <20010923141231.C37319@xor.obsecurity.org> References: <221C759285B78647AEE6181FD6AF36A7ADE156@bambi.grand-rapids.mi.us> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7qSK/uQB79J36Y4o" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <221C759285B78647AEE6181FD6AF36A7ADE156@bambi.grand-rapids.mi.us>; from dhenshaw@ci.grand-rapids.mi.us on Sun, Sep 23, 2001 at 02:13:51PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --7qSK/uQB79J36Y4o Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 23, 2001 at 02:13:51PM -0400, Henshaw, Dave wrote: > Is it possible to download the FreeBSD Handbook for FreeBSD 4.4-RELEASE > anywhere? All the downloads seem to be for 4.3. ftp://ftp.freebsd.org/pub/FreeBSD/doc/en/books/handbook ? Kris --7qSK/uQB79J36Y4o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rlA+Wry0BWjoQKURAnFzAJ9QCQEe4H757rCaVEkyFM1eEj8lfwCg/vI3 MfyKPnNRTdH1PeLF+U/0lTA= =BqTf -----END PGP SIGNATURE----- --7qSK/uQB79J36Y4o-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:15: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.prokk.net (smtp.prokk.net [194.42.198.25]) by hub.freebsd.org (Postfix) with ESMTP id D14CB37B414 for ; Sun, 23 Sep 2001 14:14:34 -0700 (PDT) Received: from user5.prokk.net (user5.prokk.net [194.42.198.105]) by smtp.prokk.net (8.11.1/8.11.1) with ESMTP id f8NLE5U88268 for ; Mon, 24 Sep 2001 00:14:12 +0300 (EEST) Date: Mon, 24 Sep 2001 00:11:50 +0300 From: green X-Mailer: The Bat! (v1.53d) Reply-To: green Organization: slockos-izoklyopster X-Priority: 3 (Normal) Message-ID: <9927649683.20010924001150@prokk.net> To: freebsd-questions@freebsd.org Subject: dhcpd+DNS MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi ! my dhcpd dynamicaly give ip addresses to my windows computers in my network my question is: does dhcpd can set the ip address and the host name depends on what is the computer name ? for example my domain is mynet.net windows 98 machine with PETER name (in Networg setup) request an IP address dhcpd give him a 172.16.2.58 ip address and sets 172.16.2.58 to PETER.mynet.net ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:29:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 31EF337B422 for ; Sun, 23 Sep 2001 14:29:41 -0700 (PDT) Received: from jonc by itouch.co.nz with local (Exim 3.33 #1) id 15lGoZ-0001wh-00; Mon, 24 Sep 2001 09:29:27 +1200 Date: Mon, 24 Sep 2001 09:29:27 +1200 From: Jonathan Chen To: cyu0635@home.com Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: File permission Message-ID: <20010924092927.A1804@itouchnz.itouch> References: <3BAE4E2A.526A5E44@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BAE4E2A.526A5E44@home.com>; from cyu0635@home.com on Sun, Sep 23, 2001 at 05:03:39PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 23, 2001 at 05:03:39PM -0400, cyu0635@home.com wrote: > Hi all > > I download tarball ssh-3.0.1.tar.gz > and stored it in /usr/local/src > I grant it permission chown root:root /usr/local/src/* > > but after I exact it 'ssh-3.0.1.tar.gz -----> directory ssh-3.0.1', the > permission changed > > drwxr-xr-x 8 11171 users 4096 Jun 7 14:26 ssh-3.0.1 > > Why? The tarball stores user information and permissions for files/directories within the archive. If you extract it as root, they'll be restored to the uid/gid and permissions as when they were archived. -- Jonathan Chen ---------------------------------------------------------------------- "Irrationality is the square root of all evil" - Douglas Hofstadter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:29:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fang.cs.sunyit.edu (fang.cs.sunyit.edu [192.52.220.111]) by hub.freebsd.org (Postfix) with ESMTP id A7B6F37B422 for ; Sun, 23 Sep 2001 14:29:51 -0700 (PDT) Received: from localhost (banksw@localhost) by fang.cs.sunyit.edu (8.9.3/8.9.3) with ESMTP id RAA51572 for ; Sun, 23 Sep 2001 17:29:46 -0400 (EDT) (envelope-from banksw@fang.cs.sunyit.edu) Date: Sun, 23 Sep 2001 17:29:45 -0400 (EDT) From: Wyatt Banks To: questions@freebsd.org Subject: hardware.txt Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was wondering where hardware.txt is now located. I'd like to find and acquire supported hardware before attempting to install a new version of FreeBSD, but am unable to find it. There is a link in the new handbook page saying "this and other documents can be found here" but I did not see it. is it hidden in one of the many directories with 2 letter names that all appear the same? I didn't waste time looking in all of them, since they appear alike. thank you in advance banksw@sunyit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:30:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id BE2DE37B403 for ; Sun, 23 Sep 2001 14:30:15 -0700 (PDT) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.3/8.11.3) with ESMTP id f8NLRq554397; Sun, 23 Sep 2001 17:27:52 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f8NLUjI40399; Sun, 23 Sep 2001 17:30:51 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Sun, 23 Sep 2001 17:30:26 -0400 (EDT) From: Joe Clarke To: green Cc: Subject: Re: dhcpd+DNS In-Reply-To: <9927649683.20010924001150@prokk.net> Message-ID: <20010923172642.D39542-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If I understand you correctly, you're speaking about dynamic DNS. This is possible in isc-dhcpd 3.0 with later versions of Bind 8 and all versions of Bind 9. Take a look at the bind documentation and the dhcpd.conf(5) manpage. The manpage has quite a bit of information on configuring DDNS (including some named.conf examples). Joe On Mon, 24 Sep 2001, green wrote: > hi ! > > my dhcpd dynamicaly give ip addresses to my windows computers in my > network > my question is: > > does dhcpd can set the ip address and the host name depends on what is > the computer name ? > > for example > my domain is mynet.net > windows 98 machine with PETER name (in Networg setup) > request an IP address > dhcpd give him a 172.16.2.58 ip address and sets 172.16.2.58 to > PETER.mynet.net ? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:34: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 9399637B439 for ; Sun, 23 Sep 2001 14:34:02 -0700 (PDT) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.3/8.11.3) with ESMTP id f8NLVd554423; Sun, 23 Sep 2001 17:31:39 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.3/8.11.3) with ESMTP id f8NLYcg40411; Sun, 23 Sep 2001 17:34:38 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Sun, 23 Sep 2001 17:34:38 -0400 (EDT) From: Joe Clarke To: Wyatt Banks Cc: Subject: Re: hardware.txt In-Reply-To: Message-ID: <20010923173153.I39542-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/4.4-RELEASE/HARDWARE.TXT or, if you're looking for Alpha hardware ftp://ftp.freebsd.org/pub/FreeBSD/releases/alpha/4.4-RELEASE/HARDWARE.TXT You may need to hit one of the mirrors, as it looks like the central site might be under heavy load right now. Joe On Sun, 23 Sep 2001, Wyatt Banks wrote: > I was wondering where hardware.txt is now located. I'd like to find and > acquire supported hardware before attempting to install a new version of > FreeBSD, but am unable to find it. There is a link in the new handbook > page saying "this and other documents can be found here" but I did not see > it. > > is it hidden in one of the many directories with 2 letter names that all > appear the same? I didn't waste time looking in all of them, since they > appear alike. > > thank you in advance > banksw@sunyit.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:35:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail44.sdc1.sfba.home.com (femail44.sdc1.sfba.home.com [24.254.60.38]) by hub.freebsd.org (Postfix) with ESMTP id 4FA8637B42A for ; Sun, 23 Sep 2001 14:35:51 -0700 (PDT) Received: from [24.16.142.11] by femail44.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010923213551.LSNT29400.femail44.sdc1.sfba.home.com@[24.16.142.11]> for ; Sun, 23 Sep 2001 14:35:51 -0700 Mime-Version: 1.0 X-Sender: list.subscriber@mail.chnd1.az.home.com Message-Id: In-Reply-To: <3BAE4EBA.D4EBA2E9@iowna.com> References: <3BAE4EBA.D4EBA2E9@iowna.com> Date: Sun, 23 Sep 2001 14:35:41 -0700 To: freebsd-questions@FreeBSD.ORG From: James Bucanek Subject: R Port or build instructions for mod_jk 3.2.3? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Newbie post: Is there a binary port of mod_jk (from jakarta-tomcat-3.2.3) that has been compiled with EAPI? -- I'm desperately looking for a port of mod_jk (jakarta-tomcat-3.2.3) for FreeBSD 4.1 & Apache 1.3.12 *or* instructions on how to successfully build it from the source. The port (at ) looks just fine, but my installation of Apache is compiled with SSL, so I get the following warning: [Sun Sep 23 14:05:53 2001] [warn] Loaded DSO mod_jk-3.2.3/libexec/apache/mod_jk.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) I have tried numerous times to build mod_jk from the source . I have used 'make -f Makefile.freebsd all' (as none of the build instructions in the mod_jk documentation jive with any of the files). The resulting mod_jk module fails to load: Cannot load native/apache1.3/mod_jk.so into server: native/apache1.3/mod_jk.so: Undefined symbol "map_name_at" I have found numerous posts and messages on the Internet from individuals that have reported the same problem. Most replies indicate that the problem is in Makefile.freebsd, but after trying all suggested changes I still can't build a usable module. Can anyone help? Thanks in advance, James __________________________________ James Bucanek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:36:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 69D9237B409; Sun, 23 Sep 2001 14:36:46 -0700 (PDT) To: freebsd-questions@freebsd.org From: Majordomo@FreeBSD.ORG Subject: Majordomo results Reply-To: Majordomo@FreeBSD.ORG Message-Id: <20010923213646.69D9237B409@hub.freebsd.org> Date: Sun, 23 Sep 2001 14:36:46 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -- >>>> unsubscribe freebsd-security security@sis-domain.demon.co.uk **** Your request to Majordomo@FreeBSD.ORG: **** **** unsubscribe freebsd-security security@sis-domain.demon.co.uk **** **** must be authenticated. To accomplish this, another request must be **** sent in with an authorization key, which has been sent to: **** security@sis-domain.demon.co.uk **** **** If the message is not received, there is generally a problem with **** the address. Before reporting this as a problem, please note the **** following: **** **** You only need to give an address to the subscribe command if you want **** to receive list mail at a different address from where you sent the **** command. Otherwise you can simply omit it. **** **** If you do give an address to the subscribe command, it must be a legal **** address. It should not consist solely of your name. The address must **** point to a machine that is reachable from the list server. **** **** If you have any questions about the policy of the list owner, please **** contact "freebsd-security-approval@FreeBSD.ORG". **** **** Thanks! **** **** Majordomo@FreeBSD.ORG >>>> subscribe freebsd-security freebsd@sis-domain.demon.co.uk **** Your request to Majordomo@FreeBSD.ORG: **** **** subscribe freebsd-security freebsd@sis-domain.demon.co.uk **** **** must be authenticated. To accomplish this, another request must be **** sent in with an authorization key, which has been sent to: **** freebsd@sis-domain.demon.co.uk **** **** If the message is not received, there is generally a problem with **** the address. Before reporting this as a problem, please note the **** following: **** **** You only need to give an address to the subscribe command if you want **** to receive list mail at a different address from where you sent the **** command. Otherwise you can simply omit it. **** **** If you do give an address to the subscribe command, it must be a legal **** address. It should not consist solely of your name. The address must **** point to a machine that is reachable from the list server. **** **** If you have any questions about the policy of the list owner, please **** contact "freebsd-security-approval@FreeBSD.ORG". **** **** Thanks! **** **** Majordomo@FreeBSD.ORG >>>> >>>> -- END OF COMMANDS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 14:47:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 7C99337B41A; Sun, 23 Sep 2001 14:47:39 -0700 (PDT) To: freebsd-questions@freebsd.org From: Majordomo@FreeBSD.ORG Subject: Majordomo results: Re: Confirmation for subscribe freebsd-s Reply-To: Majordomo@FreeBSD.ORG Message-Id: <20010923214739.7C99337B41A@hub.freebsd.org> Date: Sun, 23 Sep 2001 14:47:39 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -- >>>> auth 87199fcd subscribe freebsd-security freebsd@sis-domain.demon.co.uk Your request to Majordomo@FreeBSD.ORG: subscribe freebsd-security freebsd@sis-domain.demon.co.uk has been forwarded to the owner of the "freebsd-security" list for approval. This could be for any of several reasons: You might have asked to subscribe to a "closed" list, where all new additions must be approved by the list owner. You might have asked to subscribe or unsubscribe an address other than the one that appears in the headers of your mail message. When the list owner approves your request, you will be notified. If you have any questions about the policy of the list owner, please contact "freebsd-security-approval@FreeBSD.ORG". Thanks! Majordomo@FreeBSD.ORG >>>> >>>> -- END OF COMMANDS To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15: 8:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id C7DB437B41B for ; Sun, 23 Sep 2001 15:08:29 -0700 (PDT) Received: from iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f8NM4Op03590; Sun, 23 Sep 2001 18:04:24 -0400 (EDT) Message-ID: <3BAE5D9A.EE66BE23@iowna.com> Date: Sun, 23 Sep 2001 18:09:30 -0400 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RC i386) X-Accept-Language: en MIME-Version: 1.0 To: cyu0635@home.com Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: File permission References: <3BAE4E2A.526A5E44@home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG cyu0635@home.com wrote: > but after I exact it 'ssh-3.0.1.tar.gz -----> directory ssh-3.0.1', the > permission changed > > drwxr-xr-x 8 11171 users 4096 Jun 7 14:26 ssh-3.0.1 > > Why? > > Please teach me? and who is 11171 and users? Well, you set the permissions on the archive file, you then extracted files from the archive. Setting the permissions on the archive file does not particularly set permissions on the files within the archive. If you paint an envelope green, do the contents of the envelope become green as well? User 11171 is probably the UID of the owner of the file on the computer where it was originally archived. If you do not have an entry in /etc/passwd for 11171, then the system has to display the UID instead of the user name. -- "Where's the robot to pat you on the back?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15: 9:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 2583937B42C for ; Sun, 23 Sep 2001 15:09:43 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (8.9.1/8.9.1) with SMTP id PAA00580 for ; Sun, 23 Sep 2001 15:09:42 -0700 (PDT) From: "Kory Hamzeh" To: Subject: Looking for a sendmail replacement Date: Sun, 23 Sep 2001 15:09:44 -0700 Message-ID: <002501c1447c$73293b40$14ce21c7@avatar.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.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm looking for a MTA to replace sendmail. My requirements are: 1. Easy to understand and configure 2. Supports parallel delivery. 3. Easy to understand and configure 4. Supports virtual hosting 5. Easy to understand and configure I looked at qmail and passed on it. I need the same functionality of sendmail, but making any changed to the configuration is still black magic to me. Yes, I do have the o'rielly book. I'm running RELEASE-4.3 Thanks, Kory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15:13: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail25.sdc1.sfba.home.com (femail25.sdc1.sfba.home.com [24.254.60.15]) by hub.freebsd.org (Postfix) with ESMTP id 3500037B422 for ; Sun, 23 Sep 2001 15:12:59 -0700 (PDT) Received: from home.com ([24.157.184.4]) by femail25.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010923221258.NKCR16969.femail25.sdc1.sfba.home.com@home.com>; Sun, 23 Sep 2001 15:12:58 -0700 Message-ID: <3BAE5E92.98AF7E2E@home.com> Date: Sun, 23 Sep 2001 18:13:38 -0400 From: cyu0635@home.com X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Cc: Jonathan Chen , "freebsd-questions@FreeBSD.ORG" Subject: Re: File permission References: <3BAE4E2A.526A5E44@home.com> <20010924092927.A1804@itouchnz.itouch> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Jonathan If I encounter this case, how do I do? I only concern the security? Is it any harmful to my system because there is unknown uid? Many thanks Jonathan Chen wrote: > On Sun, Sep 23, 2001 at 05:03:39PM -0400, cyu0635@home.com wrote: > > Hi all > > > > I download tarball ssh-3.0.1.tar.gz > > and stored it in /usr/local/src > > I grant it permission chown root:root /usr/local/src/* > > > > but after I exact it 'ssh-3.0.1.tar.gz -----> directory ssh-3.0.1', the > > permission changed > > > > drwxr-xr-x 8 11171 users 4096 Jun 7 14:26 ssh-3.0.1 > > > > Why? > > The tarball stores user information and permissions for files/directories > within the archive. If you extract it as root, they'll be restored to > the uid/gid and permissions as when they were archived. > -- > Jonathan Chen > ---------------------------------------------------------------------- > "Irrationality is the square root of all evil" > - Douglas Hofstadter > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15:23:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 2508837B434 for ; Sun, 23 Sep 2001 15:23:29 -0700 (PDT) Received: from jonc by itouch.co.nz with local (Exim 3.33 #1) id 15lHen-0002xN-00; Mon, 24 Sep 2001 10:23:25 +1200 Date: Mon, 24 Sep 2001 10:23:25 +1200 From: Jonathan Chen To: cyu0635@home.com Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: File permission Message-ID: <20010924102325.B1804@itouchnz.itouch> References: <3BAE4E2A.526A5E44@home.com> <20010924092927.A1804@itouchnz.itouch> <3BAE5E92.98AF7E2E@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BAE5E92.98AF7E2E@home.com>; from cyu0635@home.com on Sun, Sep 23, 2001 at 06:13:38PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 23, 2001 at 06:13:38PM -0400, cyu0635@home.com wrote: > Dear Jonathan > > If I encounter this case, how do I do? I only concern the security? > Is it any harmful to my system because there is unknown uid? If you're using a source tarball, chances are you're building some binary. Once you've built and installed the binary, you can remove the sources; at which point they shouldn't bother you anymore. -- Jonathan Chen | To do is to be -- Nietzsche | To be is to do -- Sartre | Scooby do be do -- Scooby To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15:31:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11605.mail.yahoo.com (web11605.mail.yahoo.com [216.136.172.57]) by hub.freebsd.org (Postfix) with SMTP id 3E34337B43A for ; Sun, 23 Sep 2001 15:31:09 -0700 (PDT) Message-ID: <20010923223109.43195.qmail@web11605.mail.yahoo.com> Received: from [64.165.226.1] by web11605.mail.yahoo.com via HTTP; Sun, 23 Sep 2001 15:31:09 PDT Date: Sun, 23 Sep 2001 15:31:09 -0700 (PDT) From: Randy Katz Subject: compile kernel and others problems - fbsd 4.3 To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello, i had linux compat and the kernel was not compiling. i removed the linux compat and made linux_enable="NO" in the rc.conf file and rebooted and it still errors on a kernel recompile, i get this error: ELF binary type "0" not known. *** Signal 6 Stop in /usr/src/sys/compile/RKKERNEL. Although /usr/bin/objformat: bash-2.05# /usr/bin/objformat elf So I am not sure where to go from here, any help would be appreciated much. Thank you, Randy Katz __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15:31:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 2ABDD37B43D for ; Sun, 23 Sep 2001 15:31:43 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 102C72B6E6; Mon, 24 Sep 2001 00:31:39 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id D75DEF7; Mon, 24 Sep 2001 08:30:22 +1000 (EST) Date: Mon, 24 Sep 2001 08:30:22 +1000 From: Edwin Groothuis To: Kory Hamzeh Cc: freebsd-questions@freebsd.org Subject: Re: Looking for a sendmail replacement Message-ID: <20010924083022.M10641@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Kory Hamzeh , freebsd-questions@freebsd.org References: <002501c1447c$73293b40$14ce21c7@avatar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002501c1447c$73293b40$14ce21c7@avatar.com>; from kory@avatar.com on Sun, Sep 23, 2001 at 03:09:44PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 23, 2001 at 03:09:44PM -0700, Kory Hamzeh wrote: > I'm looking for a MTA to replace sendmail. My requirements are: Please have a look at postfix. It's in the ports collections. Although 'easy to understand and configure' only works if you have knowledge about the program and the configuration if you're looking at advanced topics... Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15:36:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id 6255937B421 for ; Sun, 23 Sep 2001 15:36:46 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 5C6AA66BDC; Sun, 23 Sep 2001 15:36:42 -0700 (PDT) Date: Sun, 23 Sep 2001 15:36:41 -0700 From: Kris Kennaway To: Randy Katz Cc: questions@FreeBSD.ORG Subject: Re: compile kernel and others problems - fbsd 4.3 Message-ID: <20010923153641.A71739@xor.obsecurity.org> References: <20010923223109.43195.qmail@web11605.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="+QahgC5+KEYLbs62" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010923223109.43195.qmail@web11605.mail.yahoo.com>; from randyk@yahoo.com on Sun, Sep 23, 2001 at 03:31:09PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 23, 2001 at 03:31:09PM -0700, Randy Katz wrote: > hello, >=20 > i had linux compat and the kernel was not compiling. > i removed the linux compat and made linux_enable=3D"NO" > in the rc.conf file and rebooted and it still errors > on a kernel recompile, i get this error: >=20 > ELF binary type "0" not known. > *** Signal 6 >=20 > Stop in /usr/src/sys/compile/RKKERNEL. >=20 > Although /usr/bin/objformat: > bash-2.05# /usr/bin/objformat > elf >=20 > So I am not sure where to go from here, any help would > be appreciated much. Something has a dodgy ELF brand; make world should fix it, or if you know which binary it is you can use brandelf to fix it. Kris --+QahgC5+KEYLbs62 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rmP5Wry0BWjoQKURAh88AJsF+7EamXAQWcx/1TW5JgQH17aPggCgsyOE RsPj/PJYul0P0Td+u7LDm4U= =KtaV -----END PGP SIGNATURE----- --+QahgC5+KEYLbs62-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15:47:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.tekrealm.net (dsl081-247-162.sfo1.dsl.speakeasy.net [64.81.247.162]) by hub.freebsd.org (Postfix) with ESMTP id BC12F37B438 for ; Sun, 23 Sep 2001 15:47:52 -0700 (PDT) Received: (from root@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4) id f8NMlpS72223; Sun, 23 Sep 2001 15:47:51 -0700 (PDT) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4av) id f8NMlol72215; Sun, 23 Sep 2001 15:47:50 -0700 (PDT) (envelope-from elitetek@tekrealm.net) X-Authentication-Warning: freebsd.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Sun, 23 Sep 2001 15:47:50 -0700 From: Andrew Stuart To: Ronny Walter Cc: questions@freebsd.org Subject: Re: AudioCD Message-ID: <20010923154750.A60971@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net References: <20010923142446.A18074@stardust.sol> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010923142446.A18074@stardust.sol>; from Ronny-Walter@t-online.de on Sun, Sep 23, 2001 at 02:24:46PM +0200 X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 23 Sep 2001 at 14:24:46 +0200, Ronny Walter wrote: > > Getting CDDB info... TOC ERROR: No Disc ID found at > /usr/local/bin/ripit.pl line 241, chunk 1. > > Ronny Although I have never tried ripping cd's, and this really is the wrong mailling list for this, as it should be on multimedia.. a quick google search came up with this link. http://www.onlamp.com/lpt/a/bsd/2001/09/13/Big_Scary_Daemons.html I suggest you read it, while it goes into setup, which you dont need, It DOES explain the error your having, and what he had to do to get around it. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15:47:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11607.mail.yahoo.com (web11607.mail.yahoo.com [216.136.172.59]) by hub.freebsd.org (Postfix) with SMTP id 39C6137B407 for ; Sun, 23 Sep 2001 15:47:50 -0700 (PDT) Message-ID: <20010923224750.59212.qmail@web11607.mail.yahoo.com> Received: from [64.165.226.1] by web11607.mail.yahoo.com via HTTP; Sun, 23 Sep 2001 15:47:50 PDT Date: Sun, 23 Sep 2001 15:47:50 -0700 (PDT) From: Randy Katz Subject: Re: compile kernel and others problems - fbsd 4.3 To: Kris Kennaway Cc: questions@FreeBSD.ORG In-Reply-To: <20010923153641.A71739@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Thanx, is it safe to cd /usr/src and then make world? And is that all that is necessary? I am not understanding how the system could end up like this as it was a fresh install with linux_enable=YES and that was it? Thank you, Randy Katz --- Kris Kennaway wrote: > On Sun, Sep 23, 2001 at 03:31:09PM -0700, Randy Katz > wrote: > > hello, > > > > i had linux compat and the kernel was not > compiling. > > i removed the linux compat and made > linux_enable="NO" > > in the rc.conf file and rebooted and it still > errors > > on a kernel recompile, i get this error: > > > > ELF binary type "0" not known. > > *** Signal 6 > > > > Stop in /usr/src/sys/compile/RKKERNEL. > > > > Although /usr/bin/objformat: > > bash-2.05# /usr/bin/objformat > > elf > > > > So I am not sure where to go from here, any help > would > > be appreciated much. > > Something has a dodgy ELF brand; make world should > fix it, or if you > know which binary it is you can use brandelf to fix > it. > > Kris > > ATTACHMENT part 2 application/pgp-signature __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 15:54:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id D07CF37B42A for ; Sun, 23 Sep 2001 15:54:40 -0700 (PDT) Received: from cheech.uchaswv.edu ([172.16.32.40]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id SAA19639 for ; Sun, 23 Sep 2001 18:54:34 -0400 (EDT) Date: Sun, 23 Sep 2001 19:02:26 -0400 From: Nathan Mace To: freebsd-questions Subject: 'find' question Message-Id: <20010923190226.3d62ec9c.mace_nathan@uchaswv.edu> X-Mailer: Sylpheed version 0.6.1 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG is there a way to use find to print out a list of files and directories that are writable by a certain user? for example if my user name was "nathan" and i wanted a list of every directory that i had rights to right to how would i run that command? i read the find man page, and i think it's possible to do this, i just don't have any idea how. on a side note, if this is possible, can i use "locate" instead of find? thanks nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16: 7: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pogo.caustic.org (caustic.org [64.163.147.186]) by hub.freebsd.org (Postfix) with ESMTP id E39B637B431 for ; Sun, 23 Sep 2001 16:07:05 -0700 (PDT) Received: from localhost (jan@localhost) by pogo.caustic.org (8.11.0/ignatz) with ESMTP id f8NN70K26094; Sun, 23 Sep 2001 16:07:00 -0700 (PDT) Date: Sun, 23 Sep 2001 16:07:00 -0700 (PDT) From: "f.johan.beisser" To: Nathan Mace Cc: freebsd-questions Subject: Re: 'find' question In-Reply-To: <20010923190226.3d62ec9c.mace_nathan@uchaswv.edu> Message-ID: X-Ignore: This statement isn't supposed to be read by you MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 23 Sep 2001, Nathan Mace wrote: > is there a way to use find to print out a list of files and > directories that are writable by a certain user? for example if my > user name was "nathan" and i wanted a list of every directory that i > had rights to right to how would i run that command? i read the find > man page, and i think it's possible to do this, i just don't have any > idea how. have you tried the various examples? find / -name -print that would print out anything by the one user. > on a side note, if this is possible, can i use "locate" instead of > find? not in this way. please take a look at the locate(1) man page. -- jan -------/ f. johan beisser /--------------------------------------+ http://caustic.org/~jan jan@caustic.org "if my thought-dreams could be seen.. "they'd probably put my head in a gillotine" -- Bob Dylan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16: 9:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pogo.caustic.org (caustic.org [64.163.147.186]) by hub.freebsd.org (Postfix) with ESMTP id CE0B337B426 for ; Sun, 23 Sep 2001 16:09:44 -0700 (PDT) Received: from localhost (jan@localhost) by pogo.caustic.org (8.11.0/ignatz) with ESMTP id f8NN9hm26107; Sun, 23 Sep 2001 16:09:43 -0700 (PDT) Date: Sun, 23 Sep 2001 16:09:43 -0700 (PDT) From: "f.johan.beisser" To: Nathan Mace Cc: freebsd-questions Subject: Re: 'find' question In-Reply-To: Message-ID: X-Ignore: This statement isn't supposed to be read by you MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 23 Sep 2001, f.johan.beisser wrote: > have you tried the various examples? > > find / -name -print how tacky. i ment to write: "find / -user -print", without the quotes, of course. some days, i should never get out of bed. -- jan -------/ f. johan beisser /--------------------------------------+ http://caustic.org/~jan jan@caustic.org "if my thought-dreams could be seen.. "they'd probably put my head in a gillotine" -- Bob Dylan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:26:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sentinel.uaa.alaska.edu (webmail.uaa.alaska.edu [137.229.100.128]) by hub.freebsd.org (Postfix) with ESMTP id 09EB837B41E for ; Sun, 23 Sep 2001 16:26:43 -0700 (PDT) Received: from uaa.alaska.edu ([137.229.98.135]) by sentinel.uaa.alaska.edu (Netscape Messaging Server 4.15) with ESMTP id GK52F800.23D for ; Sun, 23 Sep 2001 15:25:56 -0800 Message-ID: <3BAE62D4.1070400@uaa.alaska.edu> Date: Sun, 23 Sep 2001 15:31:48 -0700 From: "JOHN MUELLER" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Slow PC and FreeBSD Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks again for the help....OK, first question .. will FreeBSD run on a 75 or 90 Mhz pentium ? I probably should give them to the Salvation army, but.... I get to the "extracting bin into / directory" progress bar and it hangs at about 4%. With my limited experience, I still suspect the CPU is the cause of the hang. This one had a primitive Win98 on it. I guess the primary question is, "What is the minimum processor speed required to run FreeBSD ?" (target practice) Johnny To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:28:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from switchblade.cyberpunkz.org (switchblade.cyberpunkz.org [198.174.169.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DE4C37B435 for ; Sun, 23 Sep 2001 16:28:24 -0700 (PDT) Received: (from rob@localhost) by switchblade.cyberpunkz.org (8.11.6/CpA-TLS1.2) id f8NNS7r01469; Sun, 23 Sep 2001 18:28:07 -0500 (CDT) (envelope-from rob) Posted-Date: Sun, 23 Sep 2001 18:28:07 -0500 (CDT) Date: Sun, 23 Sep 2001 18:28:07 -0500 From: Rob Andrews To: Kory Hamzeh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Looking for a sendmail replacement Message-ID: <20010923182807.A5418@switchblade.cyberpunkz.org> References: <002501c1447c$73293b40$14ce21c7@avatar.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002501c1447c$73293b40$14ce21c7@avatar.com>; from kory@avatar.com on Sun, Sep 23, 2001 at 03:09:44PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 23, 2001 at 03:09:44PM -0700, Kory Hamzeh wrote: >=20 > Hi, >=20 > I'm looking for a MTA to replace sendmail. My requirements are: Actually postfix, qmail, and so on are all a pain in the backside to configure.. If you need sendmail's funcionality then use sendmail. My suggestion would be however to use webmin to manage it instead if you want ease of configuration. Other than manually building the new config files for sendmail which is well documented as well, webmin should be able to help you manage most of sendmails functions. /usr/port/sysutils/webmin Cheers, --=20 Rob Andrews Administrator Cyberpunk Alliance http://www.cyberpunkz.org/ Minneapolis, MN --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rnAHAXwJ9YLqJJURAunLAKCLAmaDK0QibECg5dAzYAPyrdeAJwCggwHK mBMlCvK0ALfjymw51dcV8HQ= =N3C0 -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:34:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pogo.caustic.org (caustic.org [64.163.147.186]) by hub.freebsd.org (Postfix) with ESMTP id 6DC3037B40E for ; Sun, 23 Sep 2001 16:34:47 -0700 (PDT) Received: from localhost (jan@localhost) by pogo.caustic.org (8.11.0/ignatz) with ESMTP id f8NNYkZ26164; Sun, 23 Sep 2001 16:34:46 -0700 (PDT) Date: Sun, 23 Sep 2001 16:34:46 -0700 (PDT) From: "f.johan.beisser" To: JOHN MUELLER Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Slow PC and FreeBSD In-Reply-To: <3BAE62D4.1070400@uaa.alaska.edu> Message-ID: X-Ignore: This statement isn't supposed to be read by you MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 23 Sep 2001, JOHN MUELLER wrote: > Thanks again for the help....OK, first question .. will FreeBSD run > on a 75 or 90 Mhz pentium ? I probably should give them to the Salvation > army, but.... I get to the "extracting bin into / directory" progress > bar and it hangs at about 4%. With my limited experience, I still > suspect the CPU is the cause of the hang. This one had a primitive > Win98 on it. I guess the primary question is, "What is the minimum > processor speed required to run FreeBSD ?" FreeBSD should run on just about any i386 (read, 386 and up) CPU. it doesn't mean it'll be fast, or useful with Xwindows (which is a large pig on the CPU resources). you'll need to give some more info on what's going on during the install, so we can be of more help. while the install is going on, please hit ALT-F2 and take a look at the diagnostic output. it may just be that there's a large file, or some wierd disk timeout issue that you've not seen. -- jan -------/ f. johan beisser /--------------------------------------+ http://caustic.org/~jan jan@caustic.org "if my thought-dreams could be seen.. "they'd probably put my head in a gillotine" -- Bob Dylan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:36:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail46.sdc1.sfba.home.com (femail46.sdc1.sfba.home.com [24.254.60.40]) by hub.freebsd.org (Postfix) with ESMTP id 94CF837B434 for ; Sun, 23 Sep 2001 16:36:33 -0700 (PDT) Received: from [24.16.142.11] by femail46.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010923233633.RUFD15842.femail46.sdc1.sfba.home.com@[24.16.142.11]> for ; Sun, 23 Sep 2001 16:36:33 -0700 Mime-Version: 1.0 X-Sender: list.subscriber@mail.chnd1.az.home.com Message-Id: In-Reply-To: References: <3BAE4EBA.D4EBA2E9@iowna.com> Date: Sun, 23 Sep 2001 16:36:31 -0700 To: freebsd-questions@FreeBSD.ORG From: James Bucanek Subject: Re: Port or build instructions for mod_jk 3.2.3? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 2:35 PM -0700 9/23/01, James Bucanek wrote: >I have tried numerous times to build mod_jk from the source >. > >I have used 'make -f Makefile.freebsd all' (as none of the build >instructions in the mod_jk documentation jive with any of the files). > >The resulting mod_jk module fails to load: > >Cannot load native/apache1.3/mod_jk.so into server: >native/apache1.3/mod_jk.so: Undefined symbol "map_name_at" Follow-up to my own post: After reading some other comments, I decided to try using gmake instead of make. The build looks much more healthy (i.e. it actually builds all of the files)!. However, now when I run apachectl configtest, I get: Cannot load native/apache1.3/mod_jk.so into server: native/apache1.3/mod_jk.so: Undefined symbol "pthread_mutex_unlock" Can someone give a clue as to what I might be missing here? Is it something I'm failing to link to, or does Apache need something (some dynamic libraries in the PATH, etc.)? Thanks, __________________________________ James Bucanek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:38:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 2A56837B425 for ; Sun, 23 Sep 2001 16:38:21 -0700 (PDT) Received: from ss11232 (203-79-72-40.cable.paradise.net.nz [203.79.72.40]) by deborah.paradise.net.nz (Postfix) with ESMTP id BEFA01F9D51; Mon, 24 Sep 2001 11:38:19 +1200 (NZST) From: rshea@opendoor.co.nz To: "JOHN MUELLER" Date: Mon, 24 Sep 2001 11:37:35 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Slow PC and FreeBSD Cc: freebsd-questions@FreeBSD.ORG Message-ID: <3BAF1AFF.11707.A2DABC9@localhost> In-reply-to: <3BAE62D4.1070400@uaa.alaska.edu> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Thanks again for the help....OK, first question .. will FreeBSD run > on a 75 or 90 Mhz pentium ? I probably should give them to the Salvation Yes. I've got one beside me here. 90Mhz Pentium, 32 Mb of RAM - runs beautifully. I'm sure your problem isn't a lack of CPU power. For a statement of minimums you could look at ... http://troll.apana.org.au/~freebsd/introduction.html Doubtless someone else will be able to give you a steer as to how to resolve your problem. regards richard shea. ***************************************************** Open Door Ltd PO Box 119-46 Wellington, NZ PH +64 4 384 7639 FX +64 4 384 7672 ***************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:38:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lsmls01.we.mediaone.net (lsmls01.we.mediaone.net [24.130.1.20]) by hub.freebsd.org (Postfix) with ESMTP id 65DBC37B413 for ; Sun, 23 Sep 2001 16:38:38 -0700 (PDT) Received: from home (we-66-74-164-119.we.mediaone.net [66.74.164.119]) by lsmls01.we.mediaone.net (8.11.4/8.11.3) with SMTP id f8NNcij17803 for ; Sun, 23 Sep 2001 16:38:44 -0700 (PDT) Message-ID: <003001c14488$4ce93f00$0100a8c0@home> From: "PetBuilder" To: References: <000f01c14469$9a0a0f90$0100a8c0@home> <3BAE4B4A.1670903C@iowna.com> Subject: Re: Which Ports are what Date: Sun, 23 Sep 2001 16:34:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ok, I sorry I don't know the exact terminology, but please bare with me. What I want to do, Now that I finally got Apache loaded (thanks to everyone who helped), is to get perl 5.6 loaded. I usually use ActiveState's perl 5.6 with Win2000 and it is easy to install. Is there a ActiveState package available in the ports section that is available for download and do I need to do anything special to get it to work with apache 2.0.16. When I go to the Perl5 section of the ports area there is 533 files to choose from. I cannot find perl 5.6 only 5.005. Is this the only package available for FreeBSD (in the ported section) or am I missing something? Also, what additional files are recommended with the program. Thank You all for your help, Thank You, Craig Rose Web-Zonic, Inc. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. ----- Original Message ----- From: "Bill Moran" To: "PetBuilder" Cc: Sent: Sunday, September 23, 2001 1:51 PM Subject: Re: Which Ports are what PetBuilder wrote: > > Durring the install, I chose to install the ports collection. Later during > the install it asked me if I want to install a peticular port now. > I looked at all the files and could not identify any of them. Is there a > list somewhere that tells you which file name is what? I guarantee that you'll get better responses if you take some time to phrase your question better and include some details. I read this thing over about twelve times, and I'm only guessing that I understand what you're asking. If you're asking how to figure out which port does what, the easiest way is to surf through the port information at http://www.freebsd.org/ports/ If you're curious about what's installed and so forth, /var/db/pkg contains a subdirectory for each installed package, there are files in there with a list of all files installed, as well as descriptions. (all simple ASCII text files) You may want to take the time to read the handbook section so you understand the difference between ports and packages, as it appears to me that you're getting the two confused: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html I hope I've answered your question. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:38:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.austclear.com.au (ns2.austclear.com.au [192.43.185.70]) by hub.freebsd.org (Postfix) with ESMTP id 866E737B427 for ; Sun, 23 Sep 2001 16:38:43 -0700 (PDT) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.166.65]) by ns2.austclear.com.au (8.11.2/8.11.3) with ESMTP id f8NNcc484541; Mon, 24 Sep 2001 09:38:38 +1000 (EST) (envelope-from ahl@austclear.com.au) Received: from tungsten (tungsten [192.168.166.65]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA11204; Mon, 24 Sep 2001 09:38:38 +1000 (EST) Message-Id: <200109232338.JAA11204@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Nathan Mace Cc: freebsd-questions Subject: Re: 'find' question In-Reply-To: Message from Nathan Mace of "Sun, 23 Sep 2001 19:02:26 -0400." <20010923190226.3d62ec9c.mace_nathan@uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Sep 2001 09:38:38 +1000 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mace_nathan@uchaswv.edu said: > is there a way to use find to print out a list of files and > directories that are writable by a certain user? for example if my > user name was "nathan" and i wanted a list of every directory that i > had rights to right to how would i run that command? i read the find > man page, and i think it's possible to do this, i just don't have any > idea how. Sure. Do you want files & directories, or just directories? If you want everything, try: find / -exec test -w '{}' \; -print If you only want directories: find / -type d -exec test -w '{}' \; -print This is by far the easiest way. You could in theory do it all in find (the "-exec" spawns a shell), but you would have to enumerate all the groups you belong to and test each separately (though it could all be done in one execution of find ...). This could take a while to run on a big system. > on a side note, if this is possible, can i use "locate" instead of > find? No. Locate only searches on name. Also, locate only sees files that could be found by user "nobody". Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:43:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nyc.rr.com (nycsmtp3fa.rdc-nyc.rr.com [24.29.99.79]) by hub.freebsd.org (Postfix) with ESMTP id 3AE2C37B421 for ; Sun, 23 Sep 2001 16:43:15 -0700 (PDT) Received: from nyc.rr.com ([24.29.157.203]) by nyc.rr.com with Microsoft SMTPSVC(5.5.1877.357.35); Sun, 23 Sep 2001 19:43:06 -0400 Message-ID: <3BAE7283.93A65049@nyc.rr.com> Date: Sun, 23 Sep 2001 19:38:43 -0400 From: David X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How can I add windows to the boot loader Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, thank you for reading this message. After installing FreeBSD 4.2, I noticed the boot manager did not include windows as part of the boot options. Below is what I get during boot up. F1 FreeBSD F5 Drive 1 Default: F1 I have windows on the first Primary controller i.e ad0 and freeBSD is on the secondary controller i.e ad2. I appreciate any help. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:48:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id D44C437B428 for ; Sun, 23 Sep 2001 16:48:46 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 2735D2B6DC; Mon, 24 Sep 2001 01:48:32 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 7BFBFF7; Mon, 24 Sep 2001 09:47:04 +1000 (EST) Date: Mon, 24 Sep 2001 09:47:04 +1000 From: Edwin Groothuis To: David Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How can I add windows to the boot loader Message-ID: <20010924094704.N10641@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , David , freebsd-questions@FreeBSD.ORG References: <3BAE7283.93A65049@nyc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3BAE7283.93A65049@nyc.rr.com>; from dvelez502@nyc.rr.com on Sun, Sep 23, 2001 at 07:38:43PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 23, 2001 at 07:38:43PM -0400, David wrote: > After installing FreeBSD 4.2, I noticed the boot > manager did not include windows as part of the > boot options. Below is what I get during boot up. > > F1 FreeBSD > F5 Drive 1 > > Default: F1 What are the options if you press F5 ? Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:51: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from grumpy.dyndns.org (user-24-214-57-209.knology.net [24.214.57.209]) by hub.freebsd.org (Postfix) with ESMTP id C3F6537B40A for ; Sun, 23 Sep 2001 16:50:58 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by grumpy.dyndns.org (8.11.6/8.11.6) with ESMTP id f8NNooG07089; Sun, 23 Sep 2001 18:50:51 -0500 (CDT) (envelope-from dkelly@grumpy.dyndns.org) Message-Id: <200109232350.f8NNooG07089@grumpy.dyndns.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: swear@blarg.net (Gary W. Swearingen) Cc: freebsd-questions@FreeBSD.ORG From: David Kelly Subject: Re: Why is ISO CD one block bigger than ISO file? In-reply-to: Message from swear@blarg.net (Gary W. Swearingen) of "22 Sep 2001 12:41:50 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 23 Sep 2001 18:50:50 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gary W. Swearingen writes: > I've got a 4.4R ISO file. Size is 324368*2048. I did > "burncd -f /dev/acd0c -s 8 data 4.4R.iso fixate" and then did > "dd if=/dev/acd0a bs=2k | wc" which showed the CD was one 2048-byte > block bigger than the ISO file. I used "dd" and "md5" to verify that > the first 324368 blocks of the CD were the same as the ISO file. > Why the extra block? Last time I tried that with a Philips IDE 8/4/32 drive it came up one block short. That and other problems with the drive convinced me to be happy to pay Circuit City's 15% restocking fee. Believe the issue was whether or not an EOF was to be signaled by the device to the driver on reaching the end, or on attempt to read past the end. Some brands respond differently. Would be worth investigating the quirk table to see how yours is used. Then again, I don't know there is an ATAPI quirk table for CD drives. Bought a SCSI HP 9200 elsewhere and dd correctly read the original image. Have not tried it lately. -- 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 Sep 23 16:51:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id 39C4D37B406 for ; Sun, 23 Sep 2001 16:51:20 -0700 (PDT) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.11.6/8.11.3) with ESMTP id f8NNpDk34417; Sun, 23 Sep 2001 16:51:17 -0700 (PDT) (envelope-from bri@sonicboom.org) Date: Sun, 23 Sep 2001 16:51:13 -0700 (PDT) From: Brian Whalen X-X-Sender: To: JOHN MUELLER Cc: Subject: Re: Slow PC and FreeBSD In-Reply-To: <3BAE62D4.1070400@uaa.alaska.edu> Message-ID: <20010923165052.E33620-100000@cx175057-a.ocnsd1.sdca.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I ahad it on a 486/66 for awhile, i'm sure its been done on slower boxen.. Brian "Sonic" Whalen Success = Preparation + Opportunity On Sun, 23 Sep 2001, JOHN MUELLER wrote: > Thanks again for the help....OK, first question .. will FreeBSD run > on a 75 or 90 Mhz pentium ? I probably should give them to the Salvation > army, but.... I get to the "extracting bin into / directory" progress > bar and it hangs at about 4%. With my limited experience, I still > suspect the CPU is the cause of the hang. This one had a primitive > Win98 on it. I guess the primary question is, "What is the minimum > processor speed required to run FreeBSD ?" > (target practice) > Johnny > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:55: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id A587837B40B for ; Sun, 23 Sep 2001 16:54:55 -0700 (PDT) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.11.6/8.11.3) with ESMTP id f8NNsrx34436; Sun, 23 Sep 2001 16:54:53 -0700 (PDT) (envelope-from bri@sonicboom.org) Date: Sun, 23 Sep 2001 16:54:53 -0700 (PDT) From: Brian Whalen X-X-Sender: To: PetBuilder Cc: Subject: Re: Which Ports are what In-Reply-To: <003001c14488$4ce93f00$0100a8c0@home> Message-ID: <20010923165421.X34428-100000@cx175057-a.ocnsd1.sdca.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG you cvsupped to get the ports current, i believe mine has 5.61... Brian "Sonic" Whalen Success = Preparation + Opportunity On Sun, 23 Sep 2001, PetBuilder wrote: > Ok, I sorry I don't know the exact terminology, but please bare with me. > What I want to do, Now that I finally got Apache loaded (thanks to everyone > who helped), is to get perl 5.6 loaded. I usually use ActiveState's perl 5.6 > with Win2000 and it is easy to install. Is there a ActiveState package > available in the ports section that is available for download and do I need > to do anything special to get it to work with apache 2.0.16. > When I go to the Perl5 section of the ports area there is 533 files to > choose from. I cannot find perl 5.6 only 5.005. Is this the only package > available for FreeBSD (in the ported section) or am I missing something? > Also, what additional files are recommended with the program. > > Thank You all for your help, > > Thank You, > > > Craig Rose > Web-Zonic, Inc. > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is > for the sole use of the intended recipient(s) and may contain confidential > and privileged information. Any unauthorized review, use, disclosure or > distribution is prohibited. > If you are not the intended recipient, please contact the sender by reply > e-mail and destroy all copies of the original message. > ----- Original Message ----- > From: "Bill Moran" > To: "PetBuilder" > Cc: > Sent: Sunday, September 23, 2001 1:51 PM > Subject: Re: Which Ports are what > > > PetBuilder wrote: > > > > Durring the install, I chose to install the ports collection. Later during > > the install it asked me if I want to install a peticular port now. > > I looked at all the files and could not identify any of them. Is there a > > list somewhere that tells you which file name is what? > > I guarantee that you'll get better responses if you take some time to phrase > your question better and include some details. I read this thing over about > twelve times, and I'm only guessing that I understand what you're asking. > > If you're asking how to figure out which port does what, the easiest way is > to surf through the port information at http://www.freebsd.org/ports/ > > If you're curious about what's installed and so forth, /var/db/pkg contains > a subdirectory for each installed package, there are files in there with a > list of all files installed, as well as descriptions. (all simple ASCII text > files) > > You may want to take the time to read the handbook section so you understand > the difference between ports and packages, as it appears to me that you're > getting the two confused: > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html > > I hope I've answered your question. > > -Bill > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:58:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tharmas.rintrah.org (dhcp065-024-230-235.insight.rr.com [65.24.230.235]) by hub.freebsd.org (Postfix) with SMTP id 835E437B413 for ; Sun, 23 Sep 2001 16:58:46 -0700 (PDT) Received: (qmail 23395 invoked by uid 0); 23 Sep 2001 23:56:27 -0000 Received: from osx.rintrah.org (HELO ?10.0.0.26?) (10.0.0.26) by tharmas.rintrah.org with SMTP; 23 Sep 2001 23:56:27 -0000 From: Devin Smith To: Cc: Kory Hamzeh Subject: Re: Looking for a sendmail replacement Date: Sun, 23 Sep 2001 19:58:43 -0400 Message-Id: <20010923235843.32148@mail.rintrah.org> In-Reply-To: <002501c1447c$73293b40$14ce21c7@avatar.com> References: <002501c1447c$73293b40$14ce21c7@avatar.com> X-Mailer: CTM PowerMail 3.0.9 carbon MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >I'm looking for a MTA to replace sendmail. My requirements are: > >1. Easy to understand and configure >2. Supports parallel delivery. >3. Easy to understand and configure >4. Supports virtual hosting >5. Easy to understand and configure > >I looked at qmail and passed on it. I need the same functionality of sendmail [snip] you might want to look at qmail just one more time... if you follow the documentation *exactly* as the author lays out, it is extremely easy to understand and configure. It even has FreeBSD specific instructions. The hardest part, I found, was finding that the documentation existed. So here it is: http://www.qmail.org/man/misc/INSTALL.txt All the files referred to in that document may be found by name here: http://www.qmail.org/man/misc/ All I have to say is that anyone who takes time to painstakingly document how to add *user accounts* for 5 different Unix variants for their program is doing a pretty thorough job. Example from INSTALL.ids: FreeBSD 2.2: # pw groupadd nofiles # pw useradd alias -g nofiles -d /var/qmail/alias -s /nonexistent # pw useradd qmaild -g nofiles -d /var/qmail -s /nonexistent # pw useradd qmaill -g nofiles -d /var/qmail -s /nonexistent # pw useradd qmailp -g nofiles -d /var/qmail -s /nonexistent # pw groupadd qmail # pw useradd qmailq -g qmail -d /var/qmail -s /nonexistent # pw useradd qmailr -g qmail -d /var/qmail -s /nonexistent # pw useradd qmails -g qmail -d /var/qmail -s /nonexistent --devin -- Devin Smith | Master of nothing in particular http://127.0.0.1 | devin-freebsdquestions@rintrah.org "How many people do *you* know whose mail server can handle 650MB email attachments?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 16:59:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 1CDAF37B425 for ; Sun, 23 Sep 2001 16:59:12 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (8.12.0/8.12.0) with SMTP id f8NNx1lG000710; Sun, 23 Sep 2001 16:59:01 -0700 (PDT) From: "Kory Hamzeh" To: "Rob Andrews" Cc: Subject: RE: Looking for a sendmail replacement Date: Sun, 23 Sep 2001 16:59:03 -0700 Message-ID: <004b01c1448b$b8ea72c0$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20010923182807.A5418@switchblade.cyberpunkz.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The only thing I can not get sendmail to do well is parallel delivery. Version 8.12.0 supports parallel delivery, but no matter how I play with the parameters, I can not get more than 5 copies running at any given time. I have a few large mailing lists that I need to speed up. Here is what I was told to add to my sendmail.mc: QUEUE_GROUP(`mqueue', `P=/var/spool/mqueue, F=f, r=5, R=20, I=2m')dnl define(`confFAST_SPLIT', `20') According to the docs, this should break up the list into smaller envelopes of five addresses each (which it does) and then run up to 20 parallel copies of sendmail to deliver them. I usually get 3 to 5 copies at most. I'm certain it is not a system load issue since I've cranked up the load average parameters to fairly high values and it does not make any difference. Thanks, Kory > -----Original Message----- > From: Rob Andrews [mailto:rob@cyberpunkz.org] > Sent: Sunday, September 23, 2001 4:28 PM > To: Kory Hamzeh > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Looking for a sendmail replacement > Importance: High > > > On Sun, Sep 23, 2001 at 03:09:44PM -0700, Kory Hamzeh wrote: > > > > Hi, > > > > I'm looking for a MTA to replace sendmail. My requirements are: > > Actually postfix, qmail, and so on are all a pain in the backside > to configure.. > > If you need sendmail's funcionality then use sendmail. My suggestion > would be however to use webmin to manage it instead if you want > ease of configuration. > > Other than manually building the new config files for sendmail which > is well documented as well, webmin should be able to help you manage > most of sendmails functions. > > /usr/port/sysutils/webmin > > Cheers, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17: 5:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta05.mail.mel.aone.net.au (mta05.mail.au.uu.net [203.2.192.85]) by hub.freebsd.org (Postfix) with ESMTP id 2C39537B428 for ; Sun, 23 Sep 2001 17:05:34 -0700 (PDT) Received: from becca ([63.34.226.216]) by mta05.mail.mel.aone.net.au with SMTP id <20010924000532.PVHD2135.mta05.mail.mel.aone.net.au@becca>; Mon, 24 Sep 2001 10:05:32 +1000 Message-ID: <089701c1448c$1bd468a0$0b64a8c0@becca> From: "Rob B" To: "Kory Hamzeh" , References: <002501c1447c$73293b40$14ce21c7@avatar.com> Subject: Re: Looking for a sendmail replacement Date: Mon, 24 Sep 2001 10:01:48 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Kory Hamzeh" To: Sent: Monday, September 24, 2001 8:09 AM > I'm looking for a MTA to replace sendmail. My requirements are: > > 1. Easy to understand and configure > 2. Supports parallel delivery. > 3. Easy to understand and configure > 4. Supports virtual hosting > 5. Easy to understand and configure > /usr/ports/mail/postfix Rob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17: 9:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail9.sdc1.sfba.home.com (femail9.sdc1.sfba.home.com [24.0.95.89]) by hub.freebsd.org (Postfix) with ESMTP id 0AF5B37B422 for ; Sun, 23 Sep 2001 17:09:39 -0700 (PDT) Received: from cc463754-a ([24.16.44.14]) by femail9.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010924000937.UZOE7199.femail9.sdc1.sfba.home.com@cc463754-a> for ; Sun, 23 Sep 2001 17:09:37 -0700 From: "Richard Markel" Reply-To: "Richard Markel" Subject: Wedding Conferences Newsletter Content-Transfer-Encoding: 7bit Date: Sun, 23 Sep 2001 5:06:46 PM+0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; To: X-Library: WinShoes 7.039B X-Mailer: Better Letter 5 - www.actcase.com - report spam To anti-spam@actcase.com Message-Id: <20010924000937.UZOE7199.femail9.sdc1.sfba.home.com@cc463754-a> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Allow me to introduce myself, I am Richard Markel President of the Assn for Wedding Professionals Int'l. This email is going out to 20,000 wedding professionals if this email reached you in error or you are not interested in the business of weddings please go to the bottom of this email and click on the "TakeMeOff" link. Some of you may not be familiar with who we are, I direct you to our home page at http://Afwpi.com or to our mission statement at http://Afwpi.com/missionstatement.html for information. My goal is to keep you updated on information & events that affect our industry and how world events may affect us. The events of last week will surely impact our industry. During the gulf war we had many weddings that were in a short time frame, I expect those needs will be very important in the coming months. I am suggesting either a military discount or a similar special for those couples needing it. There were some postponements for national conferences, to find a list of most of those in the wedding industry go to http://Afwpi.com/wedproconferences.html if you know of any that are not listed, please email me their contact information. Please attend your industries' conferences! We do list all bridal shows on our site, one of the best methods for getting wedding business. To go to that directory go to http://afwpi.com/showsusa.html if you are aware of shows not listed, please either have the show promoter contact me or give me their contact information. Please look over our association's information, we are only 5 years old and are looking to be the resource for wedding professionals. Our membership directory is at http://Afwpi.com/dircats.html Should you decide you would like additional information on us please view the benefits page at http://Afwpi.com/benefits.html Our membership fees are very low for the service provided: $175 for regular members (professionals that target brides - not other wedding professionals) and $275 for associate membership (professionals that make their living selling to wedding professionals) To get our application either print out from http://afwpi.com/memapp.html or email your postal address and we will mail you a packet. We look forward to assisting you in your business! Regards Richard Association for Wedding Professionals Int'l - Director Bridal Show Producers Association - Founder 916-482-3010 / 800-242-4461 http://Afwpi.com To be removed from this list click here: mailto:Richard@afwpi.com?subject=TakeMeOff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17:17:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id C628C37B40B for ; Sun, 23 Sep 2001 17:17:44 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4716D66D0A; Sun, 23 Sep 2001 17:17:44 -0700 (PDT) Date: Sun, 23 Sep 2001 17:17:44 -0700 From: Kris Kennaway To: Randy Katz Cc: Kris Kennaway , questions@FreeBSD.ORG Subject: Re: compile kernel and others problems - fbsd 4.3 Message-ID: <20010923171744.A73377@xor.obsecurity.org> References: <20010923153641.A71739@xor.obsecurity.org> <20010923224750.59212.qmail@web11607.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010923224750.59212.qmail@web11607.mail.yahoo.com>; from randyk@yahoo.com on Sun, Sep 23, 2001 at 03:47:50PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 23, 2001 at 03:47:50PM -0700, Randy Katz wrote: > Hi, >=20 > Thanx, is it safe to cd /usr/src > and then make world? And is that all that is > necessary? It should fix it, yes. > I am not understanding how the system could end up > like this as it was a fresh install with > linux_enable=3DYES and that was it? Don't know. Kris --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rnunWry0BWjoQKURAhzqAKCCS+EAXm0oMrCoYsk4OFpNDjDuewCgtvja Fo/Zg9rWN+mH3EbaPnrODms= =XZ4h -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17:27:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 72D4D37B406 for ; Sun, 23 Sep 2001 17:27:35 -0700 (PDT) Received: from ss11232 (203-79-72-40.cable.paradise.net.nz [203.79.72.40]) by deborah.paradise.net.nz (Postfix) with ESMTP id CE7F71F9E51 for ; Mon, 24 Sep 2001 12:27:25 +1200 (NZST) From: rshea@opendoor.co.nz To: freebsd-questions@FreeBSD.ORG Date: Mon, 24 Sep 2001 12:26:41 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Wedding Conferences Newsletter Message-ID: <3BAF2681.27863.A5A9DC8@localhost> In-reply-to: <20010924000937.UZOE7199.femail9.sdc1.sfba.home.com@cc463754-a> X-mailer: Pegasus Mail for Win32 (v3.12c) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For any of you who missed it this piece of spam contains the following header ... X-Mailer: Better Letter 5 - www.actcase.com - report spam To anti-spam@actcase.com ... just thought I'd mention it. I'm at a bit of loss to know what they're going to do about it but you never know ! Don't blame me if it's just a variation on the "send an email to unsubscribe" routine ;-) regards richard shea. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17:45:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id 77D9A37B409 for ; Sun, 23 Sep 2001 17:45:11 -0700 (PDT) Received: from tomcat ([12.93.210.229]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010924004507.DPUQ28026.mtiwmhc25.worldnet.att.net@tomcat>; Mon, 24 Sep 2001 00:45:07 +0000 From: "Andrew C. Hornback" To: "Wyatt Banks" , Subject: RE: hardware.txt Date: Sun, 23 Sep 2001 20:45:06 -0400 Message-ID: <00e501c14492$27a4a4a0$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Wyatt Banks > Sent: Sunday, September 23, 2001 5:30 PM > To: questions@freebsd.org > Subject: hardware.txt > > I was wondering where hardware.txt is now located. I'd like to find and > acquire supported hardware before attempting to install a new version of > FreeBSD, but am unable to find it. There is a link in the new handbook > page saying "this and other documents can be found here" but I did not see > it. > > is it hidden in one of the many directories with 2 letter names that all > appear the same? I didn't waste time looking in all of them, since they > appear alike. You can generally find the supported hardware list in the release notes of whatever release you're wanting to work with. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17:45:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc25.worldnet.att.net (mtiwmhc25.worldnet.att.net [204.127.131.50]) by hub.freebsd.org (Postfix) with ESMTP id 0E96837B421 for ; Sun, 23 Sep 2001 17:45:19 -0700 (PDT) Received: from tomcat ([12.93.210.229]) by mtiwmhc25.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010924004518.DPWS28026.mtiwmhc25.worldnet.att.net@tomcat>; Mon, 24 Sep 2001 00:45:18 +0000 From: "Andrew C. Hornback" To: "JOHN MUELLER" , Subject: RE: Slow PC and FreeBSD Date: Sun, 23 Sep 2001 20:45:17 -0400 Message-ID: <00e601c14492$2dff3ae0$0e00000a@tomcat> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <3BAE62D4.1070400@uaa.alaska.edu> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of JOHN MUELLER > Sent: Sunday, September 23, 2001 6:32 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Slow PC and FreeBSD > > Thanks again for the help....OK, first question .. will FreeBSD run > on a 75 or 90 Mhz pentium ? I probably should give them to the Salvation > army, but.... I get to the "extracting bin into / directory" progress > bar and it hangs at about 4%. With my limited experience, I still > suspect the CPU is the cause of the hang. This one had a primitive > Win98 on it. I guess the primary question is, "What is the minimum > processor speed required to run FreeBSD ?" > (target practice) From personal experience, I've run FreeBSD successfully on a 486-33 before. Pentium 75 or 90 (as you mentioned before) should work fine. How much memory is installed in these machines? You need 12 MB to install FreeBSD, but 8 MB to run it (although, you'd get better results with more memory, obviously). Also, check your hard drives and your CD-Rom drive. You may have a problem there. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17:49:59 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ideal.net.au (ion.ideal.net.au [203.20.241.5]) by hub.freebsd.org (Postfix) with ESMTP id 30AB337B421 for ; Sun, 23 Sep 2001 17:49:54 -0700 (PDT) Received: from helium.ideal.net.au (trilluser@helium.staff.ideal.net.au [202.3.35.2]) by mail.ideal.net.au (8.9.3/8.9.3) with ESMTP id KAA57984 for ; Mon, 24 Sep 2001 10:49:51 +1000 (EST) (envelope-from chris@ideal.net.au) Message-Id: <5.1.0.14.2.20010924104644.02ec0fc8@mail.ideal.net.au> X-Sender: chris@mail.ideal.net.au X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 24 Sep 2001 10:49:50 +1000 To: freebsd-questions@FreeBSD.ORG From: Chris Aitken Subject: RE: Slow PC and FreeBSD In-Reply-To: <00e601c14492$2dff3ae0$0e00000a@tomcat> References: <3BAE62D4.1070400@uaa.alaska.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 08:45 PM 23/09/2001, you wrote: > From personal experience, I've run FreeBSD successfully on a > 486-33 before. >Pentium 75 or 90 (as you mentioned before) should work fine. > > How much memory is installed in these machines? You need 12 MB > to install >FreeBSD, but 8 MB to run it (although, you'd get better results with more >memory, obviously). Personally. my first ever FreeBSD box was a 386/20 with 16 meg of ram which I had FreeBSD3.2 on it. It was affectionately known as Waldorf named after one of the 2 grumbly old farts up in the booth from the Muppets.... and believe me, this box was a grumbly old fart too. But it worked and worked well (just very slowly :) I would have KILLED for a P70 at that time. It shouldnt be a problem really. Chris -- Chris Aitken - Administration/Database Designer - IDEAL Internet email: chris@ideal.net.au phone: +61 2 4628 8888 fax: +61 2 4628 8890 __-----------------------------------------__ *** Big Brother *** It just shows that the dull will rule the world. And we will be watching it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17:52:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls16.mediaone.net (chmls16.mediaone.net [24.147.1.151]) by hub.freebsd.org (Postfix) with ESMTP id 3986C37B42A for ; Sun, 23 Sep 2001 17:52:27 -0700 (PDT) Received: from 733pro (h000102603cb4.ne.mediaone.net [66.31.106.33]) by chmls16.mediaone.net (8.11.1/8.11.1) with ESMTP id f8O0qvT28005 for ; Sun, 23 Sep 2001 20:52:57 -0400 (EDT) Reply-To: From: "Julian Steinberg" To: Subject: Help:FREEBSD NAT Engine fails on 3rd broadband connection Date: Sun, 23 Sep 2001 20:49:01 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FREEBSD NAT Engine fails on 3rd broadband connection:: I have had my machine drive 2 networks, a DSL with static ip and more recently an att dhcp cable connection. I moved to a new place with new cable line, etc My problem is that I cannot get dhclient to bind with the nic card attached to the cable modem I have already troubleshot for the card it self and the line works fine; its powering this email so to speak Does anyone have any suggestions how I can resolve this issue short of reloading the whole box? I am using FreeBsd 4.1.1 release. Thanks much, J.S.S. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17:53:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 0A98A37B41A for ; Sun, 23 Sep 2001 17:53:51 -0700 (PDT) Received: from cheech.uchaswv.edu ([172.16.32.40]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id UAA21724; Sun, 23 Sep 2001 20:53:35 -0400 (EDT) Date: Sun, 23 Sep 2001 21:01:26 -0400 From: Nathan Mace To: Neil Darlow , freebsd-questions Subject: Re: How do I enable Blowfish passwords? Message-Id: <20010923210126.6d863b0f.mace_nathan@uchaswv.edu> In-Reply-To: <20010923.13230500@ideal.darlow.co.uk> References: <20010923065851.D23834-100000@Amber.XtremeDev.com> <20010923.13230500@ideal.darlow.co.uk> X-Mailer: Sylpheed version 0.6.1 (GTK+ 1.2.10; i386--freebsd4.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i know that blowfish is a way of encrypting passwprds, but is it better than MD5? how is it different? nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 17:54:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from CI590846-B.freebsdportal.com (ci590846-b.lxintn1.ky.home.com [24.9.218.175]) by hub.freebsd.org (Postfix) with ESMTP id 0FB3E37B416 for ; Sun, 23 Sep 2001 17:54:24 -0700 (PDT) Received: from localhost (jfreeze@localhost) by CI590846-B.freebsdportal.com (8.9.3/8.9.3) with ESMTP id VAA27459 for ; Sun, 23 Sep 2001 21:04:52 -0400 (EDT) (envelope-from jfreeze@freebsdportal.com) Date: Sun, 23 Sep 2001 21:04:52 -0400 (EDT) From: Jim Freeze X-Sender: jfreeze@CI590846-B.lxintn1.ky.home.com To: questions@freebsd.org Subject: blanking screen with xset dpms Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I just installed 4.4R with XFree86 4.1. I am running KDE2. I have an older system with 3.4R and XFree86 3.3.6. On this old system I have in my .xinitrc file: xset dpms 600 600 600 which shutdowns the monitor after 10 min of inactivity. I can even type xset dpms 1 1 1 from the command line as a normal user and blank the monitor in 1 second. However, when I added these commands to .xinitrc on my new system, nothing happens. And, typing xset dpms 1 1 1 from the command line has no affect. I have also tried xset +dpms to turn on the Screen Saver, but this also appears to have no affect. Can someone tell me what I'm doing wrong? Thanks ========================================================= Jim Freeze --------------------------------------------------------- jfreeze@freebsdportal.com ========================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18: 1:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ideal.net.au (ion.ideal.net.au [203.20.241.5]) by hub.freebsd.org (Postfix) with ESMTP id 9572B37B41D for ; Sun, 23 Sep 2001 18:01:19 -0700 (PDT) Received: from helium.ideal.net.au (trilluser@helium.staff.ideal.net.au [202.3.35.2]) by mail.ideal.net.au (8.9.3/8.9.3) with ESMTP id LAA58598 for ; Mon, 24 Sep 2001 11:01:18 +1000 (EST) (envelope-from chris@ideal.net.au) Message-Id: <5.1.0.14.2.20010924105913.02ea1f48@mail.ideal.net.au> X-Sender: chris@mail.ideal.net.au X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 24 Sep 2001 11:01:27 +1000 To: questions@FreeBSD.ORG From: Chris Aitken Subject: Expect Script connecting with a database In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Just a quick query. I haven't been able to locate any documentation on it, but has anyone ever used an expect script to connect to an SQL database (MySQL) and pull out a bunch of data for use further in the expect script ? Any directions would be appreciated. Cheers Chris -- Chris Aitken - Administration/Database Designer - IDEAL Internet email: chris@ideal.net.au phone: +61 2 4628 8888 fax: +61 2 4628 8890 __-----------------------------------------__ *** Big Brother *** It just shows that the dull will rule the world. And we will be watching it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18: 1:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id DCFCD37B412 for ; Sun, 23 Sep 2001 18:01:34 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id C061A2B6E6; Mon, 24 Sep 2001 03:01:32 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 831776C; Mon, 24 Sep 2001 11:01:27 +1000 (EST) Date: Mon, 24 Sep 2001 11:01:27 +1000 From: Edwin Groothuis To: Julian Steinberg Cc: questions@freebsd.org Subject: Re: Help:FREEBSD NAT Engine fails on 3rd broadband connection Message-ID: <20010924110127.O10641@k7.mavetju.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from imaginetrix@mediaone.net on Sun, Sep 23, 2001 at 08:49:01PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 23, 2001 at 08:49:01PM -0400, Julian Steinberg wrote: > My problem is that I cannot get dhclient to bind with the nic > card attached to the cable modem what is the error message you get when you run dhclient? with full command line please :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18: 5: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from CI590846-B.freebsdportal.com (ci590846-b.lxintn1.ky.home.com [24.9.218.175]) by hub.freebsd.org (Postfix) with ESMTP id 3F85E37B434 for ; Sun, 23 Sep 2001 18:05:02 -0700 (PDT) Received: from localhost (jfreeze@localhost) by CI590846-B.freebsdportal.com (8.9.3/8.9.3) with ESMTP id VAA27487 for ; Sun, 23 Sep 2001 21:15:30 -0400 (EDT) (envelope-from jfreeze@freebsdportal.com) Date: Sun, 23 Sep 2001 21:15:30 -0400 (EDT) From: Jim Freeze X-Sender: jfreeze@CI590846-B.lxintn1.ky.home.com To: questions@freebsd.org Subject: gnucash needs libg-wrap-runtime-guile.so.2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi After installing 4.4R, XFree86 4.1 and KDE2, I installed gnucash from /stand/sysinstall. All worked well, but when I try to run it I get gnucash /usr/libexec/ld-elf.so.1: Shared object "libg-wrap-runtime-guile.so.2" not found Can someone tell me how to get this library installed? Since it wasn't installed as a dependency with the package, does it mean that there is a problem with the package? Thanks ========================================================= Jim Freeze --------------------------------------------------------- jfreeze@freebsdportal.com ========================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:24:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from w2xo.pgh.pa.us (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by hub.freebsd.org (Postfix) with ESMTP id 3184E37B63A for ; Sun, 23 Sep 2001 18:24:37 -0700 (PDT) Received: from xolaptop.int (xolaptop [192.168.5.9]) by w2xo.pgh.pa.us (8.11.3/8.11.3) with ESMTP id f8O1OPU57315; Sun, 23 Sep 2001 21:24:26 -0400 (EDT) (envelope-from durham@w2xo.pgh.pa.us) Date: Sun, 23 Sep 2001 21:24:50 -0400 (EDT) From: Jim Durham X-X-Sender: To: Chris Aitken Cc: Subject: RE: Slow PC and FreeBSD In-Reply-To: <5.1.0.14.2.20010924104644.02ec0fc8@mail.ideal.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 24 Sep 2001, Chris Aitken wrote: > At 08:45 PM 23/09/2001, you wrote: > > > From personal experience, I've run FreeBSD successfully on a > > 486-33 before. > >Pentium 75 or 90 (as you mentioned before) should work fine. > > > > How much memory is installed in these machines? You need 12 MB > > to install > >FreeBSD, but 8 MB to run it (although, you'd get better results with more > >memory, obviously). > > Personally. my first ever FreeBSD box was a 386/20 with 16 meg of ram which > I had FreeBSD3.2 on it. It was affectionately known as Waldorf named after > one of the 2 grumbly old farts up in the booth from the Muppets.... and > believe me, this box was a grumbly old fart too. But it worked and worked > well (just very slowly :) > > I would have KILLED for a P70 at that time. It shouldnt be a problem really. > How about a 386/25 with 8 megs and FreeBSD 1.1.5 ? It actually had 1.0 on it for a few weeks. Ah..the good old days. This machine was a web server and had a ham radio BBS on it as well. I traded a MicroVax for it. -Jim Durham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:24:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail17.sdc1.sfba.home.com (femail17.sdc1.sfba.home.com [24.0.95.144]) by hub.freebsd.org (Postfix) with ESMTP id 6348737B425 for ; Sun, 23 Sep 2001 18:24:45 -0700 (PDT) Received: from cx1273068-A.nwptn1.va.home.com ([24.2.50.5]) by femail17.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010924012445.ZKSS9201.femail17.sdc1.sfba.home.com@cx1273068-A.nwptn1.va.home.com> for ; Sun, 23 Sep 2001 18:24:45 -0700 Received: by cx1273068-A.nwptn1.va.home.com (Postfix, from userid 10652) id D97944BC4; Sun, 23 Sep 2001 21:25:54 -0400 (EDT) Date: Sun, 23 Sep 2001 21:25:54 -0400 From: Branson Matheson To: freebsd-questions@freebsd.org Subject: Intel Pro/100+ dual ported? Message-ID: <20010923212553.B2869@home.com> Reply-To: Branson Matheson Mail-Followup-To: Branson Matheson , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does freebsd support the dual port Intel Pro/100+ cards.. ie .. both ports? - branson ------------------------------------------------------------------------------- Branson Matheson " If you are falling off of a mountain, Systems and Security Engineer You may as well try to fly." Windborne Productions, Inc. - Delenn, Minbari Ambassador ( $statements = ) !~ /Corporate Opinion/; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:32:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail34.sdc1.sfba.home.com (femail34.sdc1.sfba.home.com [24.254.60.24]) by hub.freebsd.org (Postfix) with ESMTP id 9C72E37B620 for ; Sun, 23 Sep 2001 18:32:16 -0700 (PDT) Received: from william ([65.4.231.26]) by femail34.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010924013216.TVSV26726.femail34.sdc1.sfba.home.com@william>; Sun, 23 Sep 2001 18:32:16 -0700 From: "Jeremy Claeson" To: "'Kris Kennaway'" Cc: "'Doug Reynolds'" , "'freebsd-questions'" Subject: RE: ssh 2.0 with 4.4-stable Date: Sun, 23 Sep 2001 18:31:44 -0700 Message-ID: <006201c14498$ab8e44f0$1400a8c0@william> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <20010923141034.B37319@xor.obsecurity.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is the output of ssh -v. It appears that the Kerberos V5 is failing. I have tried to find a reason for this but I have not had any succes. Any advice? [jclaeson@dante40 jclaeson]$ ssh -v x.x.x.x SSH Version 1.2.31 [rs6000-ibm-aix4.3.3.0], protocol version 1.5. Standard version. Does not use RSAREF. dante40: Reading configuration data /etc/ssh_config dante40: ssh_connect: getuid 125498 geteuid 0 anon 0 dante40: Allocated local port 1020. dante40: Connecting to x.x.x.x port 22. dante40: Connection established. dante40: Remote protocol version 1.99, remote software version OpenSSH_2.3.0 green@FreeBSD.org 20010321 dante40: Waiting for server public key. dante40: Received server public key (768 bits) and host key (1024 bits). dante40: Host 'x.x.x.x' is known and matches the host key. dante40: Initializing random; seed file /da25/d93/jclaeson/.ssh/random_seed dante40: Encryption type: blowfish dante40: Sent encrypted session key. dante40: Installing crc compensation attack detector. dante40: Received encrypted confirmation. dante40: Trying Kerberos V5 TGT passing. dante40: Kerberos V5: failure on principal (No credentials cache file found) dante40: No agent. Permission denied. Thanks in advance! jer ** -----Original Message----- ** From: Kris Kennaway [mailto:kris@obsecurity.org] ** Sent: Sunday, September 23, 2001 2:11 PM ** To: Jeremy Claeson ** Cc: 'Doug Reynolds'; 'freebsd-questions' ** Subject: Re: ssh 2.0 with 4.4-stable ** ** ** On Sun, Sep 23, 2001 at 08:05:31AM -0700, Jeremy Claeson wrote: ** > Doug, ** > I had the exact same problem a few days ago. I have not ** yet been able ** > to figure it out, but if anyone can help us out it would be ** > appreciated. Thanks! ** ** Use ssh -v and sshd -d to track it down. ** ** Kris ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:33:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.austclear.com.au (ns2.austclear.com.au [192.43.185.70]) by hub.freebsd.org (Postfix) with ESMTP id A833137B411 for ; Sun, 23 Sep 2001 18:33:06 -0700 (PDT) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.166.65]) by ns2.austclear.com.au (8.11.2/8.11.3) with ESMTP id f8O1X5485178; Mon, 24 Sep 2001 11:33:05 +1000 (EST) (envelope-from ahl@austclear.com.au) Received: from tungsten (tungsten [192.168.166.65]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id LAA15103; Mon, 24 Sep 2001 11:33:05 +1000 (EST) Message-Id: <200109240133.LAA15103@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Branson Matheson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Intel Pro/100+ dual ported? In-Reply-To: Message from Branson Matheson of "Sun, 23 Sep 2001 21:25:54 -0400." <20010923212553.B2869@home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 24 Sep 2001 11:33:05 +1000 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not sure whether they're Pro/100+, but I have a number of Intel dual-port 100 Mbps cards and they work fine under FreeBSD 3.2, 4.2, 4.3. You get an "fxp" device for each port. Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:33:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web13305.mail.yahoo.com (web13305.mail.yahoo.com [216.136.175.41]) by hub.freebsd.org (Postfix) with SMTP id 63D9D37B412 for ; Sun, 23 Sep 2001 18:33:22 -0700 (PDT) Message-ID: <20010924013322.18625.qmail@web13305.mail.yahoo.com> Received: from [65.12.80.77] by web13305.mail.yahoo.com via HTTP; Sun, 23 Sep 2001 18:33:22 PDT Date: Sun, 23 Sep 2001 18:33:22 -0700 (PDT) From: Subject: Source level kernel debugging To: questions@FreeBSD.org Cc: venkat@chiplogic.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am trying to use DDB for debuging the kernel but i am not able to see the source. Is there any way in which we can do source level debug facility for Kernel PS: Please reply all as i am not on the mailing list Regards Venkatesh __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:38:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail29.sdc1.sfba.home.com (femail29.sdc1.sfba.home.com [24.254.60.19]) by hub.freebsd.org (Postfix) with ESMTP id EC7C737B405 for ; Sun, 23 Sep 2001 18:38:17 -0700 (PDT) Received: from william ([65.4.231.26]) by femail29.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010924013817.CKMR6557.femail29.sdc1.sfba.home.com@william>; Sun, 23 Sep 2001 18:38:17 -0700 From: "Jeremy Claeson" To: "'Kris Kennaway'" Cc: "'Doug Reynolds'" , "'freebsd-questions'" Subject: RE: ssh 2.0 with 4.4-stable Date: Sun, 23 Sep 2001 18:37:45 -0700 Message-ID: <006f01c14499$82e7d100$1400a8c0@william> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <006201c14498$ab8e44f0$1400a8c0@william> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ooops, I found the mistake. I neglected to ensure that sshd was binding to the proper ports on the proper Ips. Thanks for the help Kris, that is how I found the mistake. jer ** -----Original Message----- ** From: owner-freebsd-questions@FreeBSD.ORG ** [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of ** Jeremy Claeson ** Sent: Sunday, September 23, 2001 6:32 PM ** To: 'Kris Kennaway' ** Cc: 'Doug Reynolds'; 'freebsd-questions' ** Subject: RE: ssh 2.0 with 4.4-stable ** ** ** This is the output of ssh -v. It appears that the Kerberos ** V5 is failing. I have tried to find a reason for this but I ** have not had any succes. Any advice? ** ** [jclaeson@dante40 jclaeson]$ ssh -v x.x.x.x ** SSH Version 1.2.31 [rs6000-ibm-aix4.3.3.0], protocol version ** 1.5. Standard version. Does not use RSAREF. ** dante40: Reading configuration data /etc/ssh_config ** dante40: ssh_connect: getuid 125498 geteuid 0 anon 0 ** dante40: Allocated local port 1020. ** dante40: Connecting to x.x.x.x port 22. ** dante40: Connection established. ** dante40: Remote protocol version 1.99, remote software ** version OpenSSH_2.3.0 green@FreeBSD.org 20010321 ** dante40: Waiting for server public key. ** dante40: Received server public key (768 bits) and host key ** (1024 bits). ** dante40: Host 'x.x.x.x' is known and matches the host key. ** dante40: Initializing random; seed file ** /da25/d93/jclaeson/.ssh/random_seed ** dante40: Encryption type: blowfish ** dante40: Sent encrypted session key. ** dante40: Installing crc compensation attack detector. ** dante40: Received encrypted confirmation. ** dante40: Trying Kerberos V5 TGT passing. ** dante40: Kerberos V5: failure on principal (No credentials cache file ** found) ** dante40: No agent. ** Permission denied. ** ** Thanks in advance! ** jer ** ** ** -----Original Message----- ** ** From: Kris Kennaway [mailto:kris@obsecurity.org] ** ** Sent: Sunday, September 23, 2001 2:11 PM ** ** To: Jeremy Claeson ** ** Cc: 'Doug Reynolds'; 'freebsd-questions' ** ** Subject: Re: ssh 2.0 with 4.4-stable ** ** ** ** ** ** On Sun, Sep 23, 2001 at 08:05:31AM -0700, Jeremy Claeson wrote: ** ** > Doug, ** ** > I had the exact same problem a few days ago. I have not ** ** yet been able ** ** > to figure it out, but if anyone can help us out it would be ** ** > appreciated. Thanks! ** ** ** ** Use ssh -v and sshd -d to track it down. ** ** ** ** Kris ** ** ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org ** with "unsubscribe freebsd-questions" in the body of the message ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:51: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail41.sdc1.sfba.home.com (femail41.sdc1.sfba.home.com [24.254.60.35]) by hub.freebsd.org (Postfix) with ESMTP id 546F837B412 for ; Sun, 23 Sep 2001 18:51:05 -0700 (PDT) Received: from [24.16.142.11] by femail41.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010924015104.REIG12136.femail41.sdc1.sfba.home.com@[24.16.142.11]> for ; Sun, 23 Sep 2001 18:51:04 -0700 Mime-Version: 1.0 X-Sender: list.subscriber@mail.chnd1.az.home.com Message-Id: In-Reply-To: References: <3BAE4EBA.D4EBA2E9@iowna.com> Date: Sun, 23 Sep 2001 18:51:02 -0700 To: freebsd-questions@FreeBSD.ORG From: James Bucanek Subject: Re: Port or build instructions for mod_jk 3.2.3? Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 4:36 PM -0700 9/23/01, James Bucanek wrote: >Follow-up to my own post: After reading some other comments, I >decided to try using gmake instead of make. The build looks much >more healthy (i.e. it actually builds all of the files)!. > >However, now when I run apachectl configtest, I get: > >Cannot load native/apache1.3/mod_jk.so into server: >native/apache1.3/mod_jk.so: Undefined symbol "pthread_mutex_unlock" I took a stab at trying to fix this problem, and I've managed to get it working by building mod_jk *WITHOUT* the -D_REENTRANT flag. It's running, but could someone tell me if this is a _very bad thing_ that I've done? Thanks __________________________________ James Bucanek To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:57:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 95D9437B429 for ; Sun, 23 Sep 2001 18:57:31 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id E7ABD2B6DC; Mon, 24 Sep 2001 03:57:28 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 4EFFAF7; Mon, 24 Sep 2001 11:57:24 +1000 (EST) Date: Mon, 24 Sep 2001 11:57:24 +1000 From: Edwin Groothuis To: Julian Steinberg Cc: freebsd-questions@freebsd.org Subject: Re: Help:FREEBSD NAT Engine fails on 3rd broadband connection Message-ID: <20010924115724.O10637@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Julian Steinberg , freebsd-questions@freebsd.org References: <20010924110127.O10641@k7.mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from imaginetrix@mediaone.net on Sun, Sep 23, 2001 at 09:43:33PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Sep 23, 2001 at 09:43:33PM -0400, Julian Steinberg wrote: > I actually don't get an error message I just don't get yes. and what is the command you're using, including the arguments? i.e. "dhclient fxp0" if fxp0 is your network-card. Also try it with the -d option for easier debugging. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:58: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id 4B98337B411 for ; Sun, 23 Sep 2001 18:58:00 -0700 (PDT) Received: from hades.hell.gr (patr530-b038.otenet.gr [195.167.121.166]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f8O1vuF09120; Mon, 24 Sep 2001 04:57:56 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f8O1vpx01990; Mon, 24 Sep 2001 04:57:51 +0300 (EEST) (envelope-from charon@labs.gr) Date: Mon, 24 Sep 2001 04:57:50 +0300 From: Giorgos Keramidas To: Mike Porter Cc: tigspok1@home.com, freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD crashed Message-ID: <20010924045750.B1510@hades.hell.gr> References: <20010922175055.J31277-100000@cx175057-a.ocnsd1.sdca.home.com> <200109232009.f8NK94906992@c1828785-a.saltlk1.ut.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200109232009.f8NK94906992@c1828785-a.saltlk1.ut.home.com> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mike Porter wrote: > On Saturday 22 September 2001 06:51 pm, Brian Whalen wrote: > > So the windows stuff isnt on a separate partition readable by the > > emergency disk yer sposed to have made?? > > > > I'm still trying to figure out how he mounted the drive at all and cp'ed > files from it, when it wasn't even plugged in to the system? > > maybe I missed something. Dunno, I would not believe he actually *did* find out, but there is this new kernel module thing in 4.4-CURRENT: # kldload telepathy.ko But since he does not mention anything about versions and stuff, or what exactly he did, I'm assuming he used telepathy to destroy his Windows partition. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 18:58:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11608.mail.yahoo.com (web11608.mail.yahoo.com [216.136.172.60]) by hub.freebsd.org (Postfix) with SMTP id B737537B438 for ; Sun, 23 Sep 2001 18:58:39 -0700 (PDT) Message-ID: <20010924015839.17153.qmail@web11608.mail.yahoo.com> Received: from [64.165.226.1] by web11608.mail.yahoo.com via HTTP; Sun, 23 Sep 2001 18:58:39 PDT Date: Sun, 23 Sep 2001 18:58:39 -0700 (PDT) From: Randy Katz Subject: make world fails too, HELP! To: questions@freebsd.org Cc: kris@obsecurity.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello! In addition to my previous problem, make world (which was suggested as a remedy) has failed as well, this after a complete source install, my other message copied below for reference: bash-2.05# make world ELF binary type "0" not known. *** Signal 6 Stop in /usr/src. On Sun, Sep 23, 2001 at 03:31:09PM -0700, Randy Katz wrote: > hello, > > i had linux compat and the kernel was not compiling. > i removed the linux compat and made linux_enable="NO" > in the rc.conf file and rebooted and it still errors > on a kernel recompile, i get this error: > > ELF binary type "0" not known. > *** Signal 6 > > Stop in /usr/src/sys/compile/RKKERNEL. > > Although /usr/bin/objformat: > bash-2.05# /usr/bin/objformat > elf > > So I am not sure where to go from here, any help would > be appreciated much. Something has a dodgy ELF brand; make world should fix it, or if you know which binary it is you can use brandelf to fix it. __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19: 1:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id EE08537B41D for ; Sun, 23 Sep 2001 19:01:07 -0700 (PDT) Received: from hades.hell.gr (patr530-b038.otenet.gr [195.167.121.166]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f8O212F10282; Mon, 24 Sep 2001 05:01:02 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f8O20vm02077; Mon, 24 Sep 2001 05:00:57 +0300 (EEST) (envelope-from charon@labs.gr) Date: Mon, 24 Sep 2001 05:00:57 +0300 From: Giorgos Keramidas To: Kory Hamzeh Cc: jacks@sage-american.com, D Velez , freebsd-questions@FreeBSD.ORG Subject: Re: How do I mount a Windows 98 filesystem? Message-ID: <20010924050057.C1510@hades.hell.gr> References: <3.0.5.32.20010923125305.04cac808@mail.sage-american.com> <000c01c1445a$9d77bce0$14ce21c7@avatar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000c01c1445a$9d77bce0$14ce21c7@avatar.com> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kory Hamzeh wrote: > > Then add to the fstab: > > > > /dev/ad01s1 mnt/fat32 msdos rw 0 0 > > > > Shouldn't the mount point (/mnt/fat32) go at the end of the fstab line? No, `man 5 fstab' please. > Also, what device is ad01s1? That was most likely a typo. I'm sure he meant /dev/ad0s1 or something similar. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19: 4:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id C0D6637B41B for ; Sun, 23 Sep 2001 19:04:40 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (8.12.0/8.12.0) with SMTP id f8O24elG001876; Sun, 23 Sep 2001 19:04:40 -0700 (PDT) From: "Kory Hamzeh" To: "Giorgos Keramidas" Cc: , "D Velez" , Subject: RE: How do I mount a Windows 98 filesystem? Date: Sun, 23 Sep 2001 19:04:43 -0700 Message-ID: <005401c1449d$46bf9740$14ce21c7@avatar.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <20010924050057.C1510@hades.hell.gr> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Kory Hamzeh wrote: > > > Then add to the fstab: > > > > > > /dev/ad01s1 mnt/fat32 msdos rw 0 0 > > > > > > > Shouldn't the mount point (/mnt/fat32) go at the end of the fstab line? > > No, `man 5 fstab' please. You are correct, my mistake. Kory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:14:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.avatar.com (ns1.avatar.com [199.33.206.1]) by hub.freebsd.org (Postfix) with ESMTP id 850BF37B436 for ; Sun, 23 Sep 2001 19:14:40 -0700 (PDT) Received: from tomcat (tomcat.avatar.com [199.33.206.20]) by ns1.avatar.com (8.12.0/8.12.0) with SMTP id f8O2EelG001921 for ; Sun, 23 Sep 2001 19:14:40 -0700 (PDT) From: "Kory Hamzeh" To: Subject: What happened to ftp.freebsd.org Date: Sun, 23 Sep 2001 19:14:43 -0700 Message-ID: <005601c1449e$ac836ba0$14ce21c7@avatar.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.50.4522.1200 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried to do an update via ftp and it could not get to ftp.freebsd.org. When I try to ping, this is what I get: # ping ftp.freebsd.org PING ftp.beastie.tdk.net (62.243.72.50): 56 data bytes 36 bytes from cat6k5-6.inet.tele.dk (193.163.159.231): Communication prohibited by filter Vr HL TOS Len ID Flg off TTL Pro cks Src Dst 4 5 00 5400 9bff 0 0000 f0 01 1261 199.33.206.1 62.243.72.50 I tried this from two different networks (and ISP) with the same result. Anyone know what is going on? Thanks, Kory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:16:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cx175057-a.ocnsd1.sdca.home.com (cx175057-a.ocnsd1.sdca.home.com [24.13.23.40]) by hub.freebsd.org (Postfix) with ESMTP id B807437B491 for ; Sun, 23 Sep 2001 19:16:31 -0700 (PDT) Received: from localhost (bri@localhost) by cx175057-a.ocnsd1.sdca.home.com (8.11.6/8.11.3) with ESMTP id f8O2GR434795; Sun, 23 Sep 2001 19:16:28 -0700 (PDT) (envelope-from bri@sonicboom.org) Date: Sun, 23 Sep 2001 19:16:26 -0700 (PDT) From: Brian Whalen X-X-Sender: To: Kory Hamzeh Cc: Subject: Re: What happened to ftp.freebsd.org In-Reply-To: <005601c1449e$ac836ba0$14ce21c7@avatar.com> Message-ID: <20010923191538.Q34773-100000@cx175057-a.ocnsd1.sdca.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG prohibited by filter means it is deliberately stopped as a security enhancement.. many folks stop ping and traceroute at their network boundary. Brian "Sonic" Whalen Success = Preparation + Opportunity On Sun, 23 Sep 2001, Kory Hamzeh wrote: > > I tried to do an update via ftp and it could not get to ftp.freebsd.org. > When I try to ping, this is what I get: > > # ping ftp.freebsd.org > PING ftp.beastie.tdk.net (62.243.72.50): 56 data bytes > 36 bytes from cat6k5-6.inet.tele.dk (193.163.159.231): Communication > prohibited by filter > Vr HL TOS Len ID Flg off TTL Pro cks Src Dst > 4 5 00 5400 9bff 0 0000 f0 01 1261 199.33.206.1 62.243.72.50 > > I tried this from two different networks (and ISP) with the same result. > Anyone know what is going on? > > Thanks, > Kory > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:18:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id D0E0F37B42A for ; Sun, 23 Sep 2001 19:18:26 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 85BFBBCF8 for ; Sun, 23 Sep 2001 19:18:26 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id TAA00804 for ; Sun, 23 Sep 2001 19:18:26 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.3/8.11.3) id f8O2HFc55970; Sun, 23 Sep 2001 19:17:15 -0700 (PDT) (envelope-from swear@blarg.net) To: freebsd-questions@freebsd.org Subject: FreeBSD 4.3 & 4.4 crash when downloading files. From: swear@blarg.net (Gary W. Swearingen) Date: 23 Sep 2001 19:17:15 -0700 Message-ID: Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've been trying to set up my old 5 GB Maxtor on an old 486 to do daily backups (I go to tape much less frequently) but keep crashing FreeBSD. I've tried a few combinations of a 486/66 EISA system (1991), a 486/120 PCI system (1994), FreeBSD 4.3 STABLE and 4.4 RELEASE, with the OS fully on a Maxtor 90576D4 (5.3 GB) or Maxtor 7540AV (514 MB). Also different NICs which used different drivers. The OS keeps crashing hard during file download from my main computer, whether I use FTP client or NFS (I forget whether it was client or server). How should I approach solving this problem? Do I have to learn how to run a kernel debugger? Do I have to turn on verbose logging somehow? Is my reporting of what's output to the screen at crash time going to be worth the effort until I find someone interested in the problem? Any way to get it to go to a file too? Should I be trying this message on -hackers or -stable or -??? instead of -questions? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:18:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id EEABD37B415 for ; Sun, 23 Sep 2001 19:18:45 -0700 (PDT) Received: from mark2 (host217-35-41-152.in-addr.btopenworld.com [217.35.41.152]) by dv-db.com (8.9.3/8.9.3) with SMTP id DAA02444; Mon, 24 Sep 2001 03:18:28 +0100 (GMT/BST) Message-ID: <03ee01c1449f$195f2840$0200a8c0@mark2> From: "Mark Hughes" To: "Kory Hamzeh" , References: <005601c1449e$ac836ba0$14ce21c7@avatar.com> Subject: Re: What happened to ftp.freebsd.org Date: Mon, 24 Sep 2001 03:17:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I tried to do an update via ftp and it could not get to ftp.freebsd.org. > When I try to ping, this is what I get: > > # ping ftp.freebsd.org > PING ftp.beastie.tdk.net (62.243.72.50): 56 data bytes > 36 bytes from cat6k5-6.inet.tele.dk (193.163.159.231): Communication > prohibited by filter > Vr HL TOS Len ID Flg off TTL Pro cks Src Dst > 4 5 00 5400 9bff 0 0000 f0 01 1261 199.33.206.1 62.243.72.50 > > I tried this from two different networks (and ISP) with the same result. > Anyone know what is going on? I believe that pings to ftp.freebsd.org are denied by the server filtering ICMP packets - FTP should work despite the fact that you cannot ping. Also, try ftp[number].freebsd.org, or ftp[number].countrycode.freebsd.org, e.g. ftp3.freebsd.org ftp2.uk.freebsd.org HTH. Regards, Mark -- Mark Hughes - DVD & Film Content Manager, Technical Officer Digital Spy Ltd http://www.digitalspy.co.uk/ Your number one source for digital media and entertainment news! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:26:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail31.sdc1.sfba.home.com (femail31.sdc1.sfba.home.com [24.254.60.21]) by hub.freebsd.org (Postfix) with ESMTP id A71AE37B429 for ; Sun, 23 Sep 2001 19:26:33 -0700 (PDT) Received: from home.com ([24.157.184.4]) by femail31.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010924022633.HDV4384.femail31.sdc1.sfba.home.com@home.com> for ; Sun, 23 Sep 2001 19:26:33 -0700 Message-ID: <3BAE9A01.CC7F8176@home.com> Date: Sun, 23 Sep 2001 22:27:13 -0400 From: cyu0635@home.com X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: chmod Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all What is the meaning of the figure '4'? chmod 4755 /usr/sbin/sendmail Many tks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:29:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-35.dsl.lsan03.pacbell.net [63.207.60.35]) by hub.freebsd.org (Postfix) with ESMTP id A836237B425 for ; Sun, 23 Sep 2001 19:29:30 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3A87966BDC; Sun, 23 Sep 2001 19:29:28 -0700 (PDT) Date: Sun, 23 Sep 2001 19:29:28 -0700 From: Kris Kennaway To: Randy Katz Cc: questions@freebsd.org, kris@obsecurity.org Subject: Re: make world fails too, HELP! Message-ID: <20010923192927.A74776@xor.obsecurity.org> References: <20010924015839.17153.qmail@web11608.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="BOKacYhQ+x31HxR3" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010924015839.17153.qmail@web11608.mail.yahoo.com>; from randyk@yahoo.com on Sun, Sep 23, 2001 at 06:58:39PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --BOKacYhQ+x31HxR3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Sep 23, 2001 at 06:58:39PM -0700, Randy Katz wrote: > Hello! >=20 > In addition to my previous problem, make world (which > was suggested as a remedy) has failed as well, this > after a complete source install, my other message > copied below for reference: >=20 > bash-2.05# make world > ELF binary type "0" not known. > *** Signal 6 Use brandelf or reinstall. Kris --BOKacYhQ+x31HxR3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7rpqHWry0BWjoQKURAqVpAJ9B1b/cQMJWNEfxgE3R4p6tWKTN5ACgipl8 oCYVj5rUJn8nHxw9KZlwXpE= =JegV -----END PGP SIGNATURE----- --BOKacYhQ+x31HxR3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:34: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from home.com (c1737881-a.plano1.tx.home.com [65.10.46.29]) by hub.freebsd.org (Postfix) with ESMTP id 08D4037B420 for ; Sun, 23 Sep 2001 19:34:03 -0700 (PDT) Received: (from mcbrune@localhost) by home.com (8.11.6/8.11.4) id f8O2XV003913; Sun, 23 Sep 2001 21:33:31 -0500 (CDT) (envelope-from mcbrune) From: mcbrune Message-Id: <200109240233.f8O2XV003913@home.com> Subject: Re: pthread_cond_signal question In-Reply-To: <20010918142842.F12608@cnd.mcgill.ca> To: Mathew Kanner Date: Sun, 23 Sep 2001 21:33:31 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL92 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, I believe you are correct. The call to pthread_cond_signal will not unblock a thread that is not waiting, and it does not pend the signal either. Corey > Hello All, > I hope that you can help me decifer the pthread and > pthread_cond_signal man pages. > > > -The pthread man page for pthread_cond_signal says: > int pthread_cond_signal(pthread_cond_t *cond) > Unblock at least one of the threads blocked on the > specified condition variable. > > -And the pthread_cond_signal man page says: > DESCRIPTION > The pthread_cond_signal() function unblocks one thread waiting > for the condition variable cond. > > > All is fine if there is at least on thread waiting on the > condition variable. However, if there are no threads waiting, then > the call does not unblock a thread -- this is the behavior that I want > but it differs from the man page. Can I rely on this behavior or am I > missing something subtle? > > Thanks, > --Mat > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:36: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from w2.euroseek.net (w2.euroseek.net [212.209.54.39]) by hub.freebsd.org (Postfix) with ESMTP id 4E80C37B434 for ; Sun, 23 Sep 2001 19:36:01 -0700 (PDT) Received: (from puppe@localhost) by w2.euroseek.net (8.9.3/8.9.1) id EAA04371; Mon, 24 Sep 2001 04:36:00 +0200 (MET DST) Date: Mon, 24 Sep 2001 04:36:00 +0200 (MET DST) From: aleph0@euroseek.com Message-Id: <200109240236.EAA04371@w2.euroseek.net> To: freebsd-questions@freebsd.org X-Originating-IP: 146.7.153.101 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not sure if I should write seperate messages for this or just put it all in one and let the person answering the question sort through it, so to save time I'll put it all in one. First, I've been having problems with X since I installed. It's nothing major, just an annoyance. When I try to quit my window manager (or other controlling program) if an xterm is left, X doesn't exit. So I kill the xterm with a handy EOF. Every time I've done this, without fail, a "blank"--i.e., no config files read no programs started--instance of X pops up. This must then be killed with Ctrl- Meta-Backspace. This also happens when I kill the original instance of X with C-M-B. I'm using Xwrapper to start because of the security concern of having X running suid root (which I don't totally understand). Of course, this doesn't happen if I run X as root, because I'm root and I don't have to use Xwrapper, which thus far I have assumed is causing the problem. Next, I'm having a bit of trouble with the ps command. Namely, when I try to run it, I get the error: /dev/ttyp00/ps: permission denied I've even tried giving myself ownership of the file and directory and still get the same error. (Just to see what happens, I just tried top and it works. I guess it doesn't get its info from ps.) Well, I have more problems, but I can't think of them right now. When I do, I'll search through the archives for a solution, try to solve it myself (with no programming, not that I'm afraid of modifying code), then, if those fail, post my problem here. Of course, I have to remember them first. -- Charles Moss ______________________________________________________ Get Your Free Email at http://mail.euroseek.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:38:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from home.com (c1737881-a.plano1.tx.home.com [65.10.46.29]) by hub.freebsd.org (Postfix) with ESMTP id AABC037B425 for ; Sun, 23 Sep 2001 19:38:25 -0700 (PDT) Received: (from mcbrune@localhost) by home.com (8.11.6/8.11.4) id f8O2cPu03999; Sun, 23 Sep 2001 21:38:25 -0500 (CDT) (envelope-from mcbrune) From: mcbrune Message-Id: <200109240238.f8O2cPu03999@home.com> Subject: Re: chmod In-Reply-To: <3BAE9A01.CC7F8176@home.com> To: cyu0635@home.com Date: Sun, 23 Sep 2001 21:38:25 -0500 (CDT) Cc: "freebsd-questions@FreeBSD.ORG" X-Mailer: ELM [version 2.4ME+ PL92 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It sets the SUID bit on the file. This will allow the executable to be run as the owner of the file. You can read the man page on chmod for more info. Corey > Hi all > > What is the meaning of the figure '4'? > > > chmod 4755 /usr/sbin/sendmail > > Many tks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 19:50: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from w2.euroseek.net (w2.euroseek.net [212.209.54.39]) by hub.freebsd.org (Postfix) with ESMTP id B600537B43E for ; Sun, 23 Sep 2001 19:50:02 -0700 (PDT) Received: (from puppe@localhost) by w2.euroseek.net (8.9.3/8.9.1) id EAA04807; Mon, 24 Sep 2001 04:50:01 +0200 (MET DST) Date: Mon, 24 Sep 2001 04:50:01 +0200 (MET DST) From: aleph0@euroseek.com Message-Id: <200109240250.EAA04807@w2.euroseek.net> To: freebsd-questions@freebsd.org Subject: extra info X-Originating-IP: 146.7.153.101 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sorry about the last posting not having a subject. I guess I should mention software versions. uname -a: FreeBSD 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Sep 16 14:28:40 CDT 2001 czm@:/usr/src/sys/compile/STRASSE i386 pkg_info | grep XFree86 -: XFree86-4.0.3_3 X11R6.4/XFree86 core distribution (complete) XFree86-FontServer-4.0.3 X11R6.4/XFree86-4.0 Font Server XFree86-NestServer-4.0.3 X11R6.4/XFree86-4.0 Xnest server XFree86-VirtualFramebufferServer-4.0.3 X11R6.4/XFree86 X Virtual Framebuffer Server XFree86-aoutlibs-3.3.3 XFree86 a.out compatibility libraries XFree86-font75dpi-4.0.3 X11R6.4/XFree86-4.0 bitmap 75 dpi fonts XFree86-fontEncodings-4.0.3 X11R6.4/XFree86-4.0 font encoding files XFree86-libraries-4.0.3_1 X11R6.4/XFree86-4.0 include/(shared) library kit XFree86-manuals-4.0.3 X11R6.4/XFree86-4.0 man pages imake-4.0.3 Imake and other utilities from XFree86 Once again, sorry about the oversights. If anyone needs any more info, I'll gladly attempt to find and distribute it. ______________________________________________________ Get Your Free Email at http://mail.euroseek.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 20: 1:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by hub.freebsd.org (Postfix) with ESMTP id 112A237B43A for ; Sun, 23 Sep 2001 20:01:53 -0700 (PDT) Received: from tec3vd03 ([207.164.139.14]) by tomts10-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20010924030152.QTTT23613.tomts10-srv.bellnexxia.net@tec3vd03> for ; Sun, 23 Sep 2001 23:01:52 -0400 Message-ID: <008f01c143db$df7a0820$2212dc0a@lino.qc.ca> From: "Eric Landreville" To: Subject: 486 DX33 Date: Sat, 22 Sep 2001 23:00:16 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_008C_01C143BA.57E9C240" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG C'est un message de format MIME en plusieurs parties. ------=_NextPart_000_008C_01C143BA.57E9C240 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi ,=20 I was trying to install Freebsd on an old 486DX33 my aunt gave = me , but when it installs , the computer freezes. Everything works well = with my 2 floppies , I also see that the CD is spinning , it begins to = copy , but it freezes, I burned another CD , I thought it could be that, = but it does the same thing. I spoke about this to some of my friends and = they say the problem is my memory. I only got 8 Megs of memory and i = think that could be the problem. I was wondering if i had 20 or even 32 = megs of memory if freebsd would be running. I don't want to install any = X-window component , only the text mode and I'd like to use my Freebsd = box as a Web,ftp server and maybe as a gateway for my personal home = network. Would I be able to do all those things with my pc if I'd have = 20 Megs of Ram. Eric ------=_NextPart_000_008C_01C143BA.57E9C240 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi ,
        I = was trying=20 to install Freebsd on an old 486DX33 my aunt gave me , but when it = installs ,=20 the computer freezes. Everything works well with my 2 floppies , I also = see that=20 the CD is spinning , it begins to copy , but it freezes, I burned = another CD , I=20 thought it could be that, but it does the same thing. I spoke about this = to some=20 of my friends and they say the problem is my memory. I only got 8 Megs = of memory=20 and i think that could be the problem. I was wondering if i had 20 or = even 32=20 megs of memory if freebsd would be running. I don't want to install any = X-window=20 component , only the text mode and I'd like to use my Freebsd box as a = Web,ftp=20 server and maybe as a gateway for my personal home network. Would I = be able=20 to do all those things with my pc if I'd have 20 Megs of = Ram.
 
 
Eric
------=_NextPart_000_008C_01C143BA.57E9C240-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 20:19:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11605.mail.yahoo.com (web11605.mail.yahoo.com [216.136.172.57]) by hub.freebsd.org (Postfix) with SMTP id 567CC37B40D for ; Sun, 23 Sep 2001 20:19:33 -0700 (PDT) Message-ID: <20010924031933.63374.qmail@web11605.mail.yahoo.com> Received: from [64.165.226.1] by web11605.mail.yahoo.com via HTTP; Sun, 23 Sep 2001 20:19:33 PDT Date: Sun, 23 Sep 2001 20:19:33 -0700 (PDT) From: Randy Katz Subject: Re: make world fails too, HELP! To: Kris Kennaway Cc: questions@freebsd.org, kris@obsecurity.org In-Reply-To: <20010923192927.A74776@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kris (list), How would I use brandelf? Where do I start? And also, is there anyone else on this list? Thank you, Randy Katz --- Kris Kennaway wrote: > On Sun, Sep 23, 2001 at 06:58:39PM -0700, Randy Katz > wrote: > > Hello! > > > > In addition to my previous problem, make world > (which > > was suggested as a remedy) has failed as well, > this > > after a complete source install, my other message > > copied below for reference: > > > > bash-2.05# make world > > ELF binary type "0" not known. > > *** Signal 6 > > Use brandelf or reinstall. > > Kris > > ATTACHMENT part 2 application/pgp-signature __________________________________________________ Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 20:36:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp007pub.verizon.net (smtp007pub.verizon.net [206.46.170.186]) by hub.freebsd.org (Postfix) with ESMTP id 0DCC737B410 for ; Sun, 23 Sep 2001 20:36:36 -0700 (PDT) Received: from verizon.net (lsanca1-ar14-096-036.lsanca1.dsl.gtei.net [4.41.96.36]) by smtp007pub.verizon.net with ESMTP for ; id f8O3aYj28744 Sun, 23 Sep 2001 22:36:34 -0500 (CDT) Message-ID: <3BAEAB15.402E94AC@verizon.net> Date: Sun, 23 Sep 2001 20:40:05 -0700 From: Shill Reply-To: shill@free.fr X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Aztech soundcard and FreeBSD 4.4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I can't seem to get my ISA (and supposedly PnP) soundcard to work. It is a Sound Galaxy Pro 16III-3D PnP manufactured by Aztech. http://www.aztech.com/driver/sound_pro16lll.htm I compiled several custom kernels. c.f. http://shill.free.fr/VENUS However, upon reboot, the pcm device is not detected and two unknown devices are reported: unknown: can't assign resources unknown: can't assign resources c.f. http://shill.free.fr/dmesg I found an entry in the FAQ that seemed to deal with my predicament: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#PNP-NOT-FOUND So I ran pnpinfo: Checking for Plug-n-Play devices... Card assigned CSN #1 Vendor ID AZT1006 (0x06105407), Serial Number 0xffffffff PnP Version 1.0, Vendor Version 2 Device Description: AZT1006 PnP SOUND DEVICE c.f. http://shill.free.fr/pnpinfo But the answer in the FAQ pertains to modems and I don't think the sio.c file is appropriate for soundcards. In closing, is there any reasonable chance I get this funky soundcard to work? How would I do it? Thanks for any help. Shill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Sep 23 20:37: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.postech.ac.kr (smtp.postech.ac.kr [141.223.1.88]) by hub.freebsd.org (Postfix) with ESMTP id 2898D37B410 for ; Sun, 23 Sep 2001 20:36:58 -0700 (PDT) Received: from users.sourceforge.net (surfion4.postech.ac.kr [141.223.126.84]) by smtp.postech.ac.kr (8.11.5/8.11.5) with ESMTP id f8O3ats11680 for ; Mon, 24 Sep 2001 12:36:56 +0900 (KST) Message-ID: <3BAEAAC2.93DDDFB1@users.sourceforge.net> Date: Mon, 24 Sep 2001 12:38:42 +0900 From: "R. Lahaye" Organization: Postech X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Subject: BIOS complaints during bootup. Bad news? Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, /* FreeBSD 4.4 */ The boot-up (alias dmesg) has these two lines: [...] bios32: Bad BIOS32 Service Directory [...] pcibios: No call entry point [...] Can this be reason for trouble? BTW: what means "orm0: