From owner-freebsd-questions Sun Feb 17 1: 3:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id A8F1C37B402 for ; Sun, 17 Feb 2002 01:03:31 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020217090331.WIUV2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Sun, 17 Feb 2002 09:03:31 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1H93VM29972; Sun, 17 Feb 2002 01:03:31 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Feb 2002 01:03:30 -0800 From: "Crist J. Clark" To: Tim Fulmer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: natd and redirect_port Message-ID: <20020217010330.I48401@blossom.cjclark.org> References: <000a01c1b5bf$b94b5ef0$f2dca8c0@athena> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000a01c1b5bf$b94b5ef0$f2dca8c0@athena>; from tfulmer@dslextreme.com on Thu, Feb 14, 2002 at 05:25:59PM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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 Thu, Feb 14, 2002 at 05:25:59PM -0800, Tim Fulmer wrote: > > > Hi All, > > Having a bit of trouble with natd. > > Here's the setup : > > Internet > | > 66.Q.X.Y > 192.168.A.1---->192.168.A.2 > 192.168.B.1 > +--->192.168.B.2 > > I am browsing from 192.168.B.2. > > compiled a kernel with added options : > > options CPU_FASTER_5X86_FPU > options NO_F00F_HACK > options TCP_DROP_SYNFIN > options IPFIREWALL > options IPFIREWALL_FORWARD > options IPFIREWALL_VERBOSE > options IPFIREWALL_VERBOSE_LIMIT=100 > options IPDIVERT > > > relevant rc.conf : > > gateway_enable="YES" > ifconfig_rl0="inet 66.Q.X.Y netmask 255.255.255.0" > ifconfig_rl0_alias0="inet 66.Q.X.Z netmask 255.255.255.255" > firewall_enable="YES" > firewall_type="OPEN" > natd_enable="YES" > natd_interface="rl0" > natd_flags="-f /etc/natd.conf" > > > and natd.conf : > > redirect_port tcp 192.168.A.2:80 80 > > > and am still getting the local apache installation when I point a browser at 66.Q.X.Y, though the connection sharing works fine from both internal nets. At some point in the future redirect_address may also be a good idea, but right now that is non-functional as well. > > Any suggestions would be greatly appreciated. You are saying that the redirect does not work when you try to connect from the NAT'ed network? This is expected. When you send the SYN to 66.Q.X.Y it goes to the gateway on the internal interface. It goes through your firewall rules and is either accepted or denied (you didn't show us the rules). If it is denied, story over. If it is accepted, the machine recognizes 66.Q.X.Y as its own address and processes the packet. And you are apparently running a webserver on this machine so it responds as expected. This is apparently not what you expect? natd(8) is only passed packets from ipfw(8) via the 'divert' rule when the packets are crossing the rl0 interface. In this situation, the packets never cross rl0, never go to natd(8), and translation will never occur. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 1:15:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 23A6E37B400 for ; Sun, 17 Feb 2002 01:15:26 -0800 (PST) Received: from there (lille-2-a7-5-146.dial.proxad.net [62.147.5.146]) by postfix2-1.free.fr (Postfix) with SMTP id 99E7821A for ; Sun, 17 Feb 2002 10:15:24 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: Re: booting from a floppy Date: Sun, 17 Feb 2002 10:12:06 +0100 X-Mailer: KMail [version 1.3.1] References: <20020216210739.E4586AB1DB@postfix1-2.free.fr> <5.1.0.14.0.20020216202815.00c1cf10@pop-server.nyc.rr.com> In-Reply-To: <5.1.0.14.0.20020216202815.00c1cf10@pop-server.nyc.rr.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020217091524.99E7821A@postfix2-1.free.fr> Sender: owner-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. I should do . On Sunday 17 February 2002 02:32, you wrote: | At 01:50 2002/02/17 +0100, mess-mate wrote: | >I respond to myself. | >Did it with lilo and I can start FBSD now. | >Ther is an other pb : | >how can I disabling my mouse in console ??? | >A message is continuing displayed 'can't ........ cuaa0 .... is | > busy ' | >The connected mouse-port is com1 on a serial microsoft protocol. | >She worked on the install of FBSD but now no more. | | I had that problem with a different sort of mouse. I just edited | /etc/rc.conf. There's a line in there moused_enable=3D"YES" | Change the "YES" to a "NO" and that should fix the problem | | HTH | Scott Robbins --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 1:16:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from maynard.mail.mindspring.net (maynard.mail.mindspring.net [207.69.200.243]) by hub.freebsd.org (Postfix) with ESMTP id 2579537B400 for ; Sun, 17 Feb 2002 01:16:36 -0800 (PST) Received: from user-vcaum4g.dsl.mindspring.com ([216.175.88.144] helo=timothyr.net) by maynard.mail.mindspring.net with esmtp (Exim 3.33 #1) id 16cNQw-0001Vj-00 for freebsd-questions@freebsd.org; Sun, 17 Feb 2002 04:16:35 -0500 Received: from [192.168.1.10] (scarlet [10.0.0.2]) by timothyr.net (8.11.6/8.11.6) with ESMTP id g1H9GUg00779 for ; Sun, 17 Feb 2002 01:16:31 -0800 (PST) (envelope-from timothyr@timothyr.com) User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Sun, 17 Feb 2002 01:16:26 -0800 Subject: Re: LPRng and /dev/null: SOLVED From: "Timothy L. Robertson" To: FreeBSD Questions Message-ID: In-Reply-To: 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 Man, do I feel like a fool. Doing a make install from ports leaves the old lpr, lpq, lprm, and lpd files in /us/bin alone, so they show up first in the path. I needed to move them and symlink in the new files from /usr/local/bin for everything to work. On 2/16/02 11:39 PM, "Timothy L. Robertson" wrote: > Hi Everyone, > > I'm trying to set up my 4.5 box as a print server to a Windows GDI printer > using RedMon and GhostScript. I've got it working so that if I do > > cat file.ps | /usr/local/libexec/filters/gs_9700_smb > /dev/null > > Things work fine. (gs_9700_smb is a filter which sends the file over smb to > the windows box. Included below.) > > I installed LPRng from ports, and have a very simple printcap file: > > lp: > :lp=/dev/null > :sd=/var/spool/lpd/lp > :filter=/usr/local/libexec/filters/gs_9700_smb > > But when I try to print a file I get: > > scarlet:~/prl 478$ lp test.ps > lpr: connect: No such file or directory > jobs queued, but cannot start daemon. > > Using checkpc, the LPRng diagnostic program gives > > scarlet:/home/timothyr 501# checkpc > 2002-02-16-23:33:36.457 scarlet lp: Checkwrite: fcntl F_SETFL of '/dev/null' > failed - Operation not supported by device > Warning - lp: cannot open lp device '/dev/null' - No Error > > Which looks to me like it's saying /dev/null doesn't act like a printer port > in some way. Any suggestions on how to make this work? > > Thanks, > -Tim > timothyr@timothyr.com > > scarlet:/home/timothyr 502# cat /usr/local/libexec/filters/gs_9700_smb > #!/bin/sh > # Print from Unix on a printer on SMB network. > # > client="DARKSTAR" # client name here... > pshare="GS9700" # and here printer share name > printfile="/tmp/smbspool.$$" > > cat > $printfile > if [ -s $printfile ] ; then > ( echo "translate" ; echo "print $printfile" ; echo "quit" ) \ > | smbclient \\\\$client\\$pshare printerpasswd -U printer -P -N > fi > rm -f $printfile > exit 0 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 17 2: 2:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 5A18B37B400; Sun, 17 Feb 2002 02:02:32 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g1HA2SR69875; Sun, 17 Feb 2002 15:02:28 +0500 (YEKT) X-Authentication-Warning: antares.surnet.ru: uucp set sender to ilia@chel.skbkontur.ru using -f Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g1H9np464530 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Sun, 17 Feb 2002 14:49:52 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Sun, 17 Feb 2002 14:49:51 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: questions@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: squid + PAM Message-ID: <20020217144720.N64175-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r 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 Dear Sirs, in auth_modules/PAM said that module is compiled using the following command, Compile this program with: gcc -o pam_auth pam_auth.c -lpam -ldl where should I take "dl" library ?? is it included in some port ? which one ? Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 2:24:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fe070.worldonline.dk (fe070.worldonline.dk [212.54.64.208]) by hub.freebsd.org (Postfix) with SMTP id 389B737B405 for ; Sun, 17 Feb 2002 02:24:04 -0800 (PST) Received: (qmail 9959 invoked by uid 0); 17 Feb 2002 10:24:02 -0000 Received: from unknown (HELO NEIGAARD?MOB) (213.237.13.224) by fe070.worldonline.dk with SMTP; 17 Feb 2002 10:24:02 -0000 Date: Sun, 17 Feb 2002 11:23:06 +0100 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.53d) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <803740067.20020217112306@e-box.dk> To: questions@freebsd.org Subject: Cluster information 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 Is there any information about FreeBSD clusters? Something about how they performs, how they scale and what they are good at. -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk -- "Sometimes I think we're alone in the universe, and sometimes I think we're not. In either case the idea is quite staggering." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 2:34:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id A563537B400 for ; Sun, 17 Feb 2002 02:34:33 -0800 (PST) Received: from there (lille-1-a7-3-46.dial.proxad.net [62.147.3.46]) by postfix2-1.free.fr (Postfix) with SMTP id A9D0B119 for ; Sun, 17 Feb 2002 11:34:32 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: upsd problems Date: Sun, 17 Feb 2002 11:00:50 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020217103432.A9D0B119@postfix2-1.free.fr> Sender: owner-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, After my first install of FBSD I have following pb : (of course fonfigured the kernel before the install) in console there are continuing messages (on stdout) like 'upsd[226]: write port : cannot write to /dev/cuaa0 : Resource=20 temporarily unavailable'. 'upsd[226]: cannot put the UPS in smart mode' So, I thought this is a pb with my mouse and disabled the mouse in=20 /etc/rc.conf. Nothing helps. There is no way to eventually recompile the kernel with all this=20 messages on the screen. Are there maybe other services I have to disabling ? Thanks for your help. --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 2:48:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.home.nl (mail2.home.nl [213.51.129.226]) by hub.freebsd.org (Postfix) with ESMTP id 42B8F37B402 for ; Sun, 17 Feb 2002 02:48:33 -0800 (PST) Received: from there ([213.51.183.186]) by mail2.home.nl (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20020217104935.IGTQ29353.mail2.home.nl@there> for ; Sun, 17 Feb 2002 11:49:35 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Chris Delnooz To: Subject: Re: FreeBSD in school networks - interested? Date: Sun, 17 Feb 2002 11:46:46 +0100 X-Mailer: KMail [version 1.3.2] References: <20020216202047.P660-100000@pukruppa.de> In-Reply-To: <20020216202047.P660-100000@pukruppa.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020217104935.IGTQ29353.mail2.home.nl@there> Sender: owner-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 Peter, > I am a teacher on a "Gesamtschule" in Wuppertal, Germany. I have > got pupils/students between 10 and 19 years. > Since I behaved very well on our school's Win NT/2000 network our > Chief-Admin allowed me some spare 5 Gigs on four of our classroom > computers for "playing around" with some UN*X. That's some accomplishment already :P > At the first look this is not too sensational, but it is > a chance I would like to take to become independent of M$'s > monopol and price policy. Our schools always lack of money and > you have to fight for each single EURO if you whish to try > something new. And of course everybody is used to M$ software and > has to be convinced to learn something new. Yeah, it's the same everywhere... problem is that the politicians know nothing about eductation or computers... so they make decisions on something they don't know :P > I only teach maths and physics - so I don't know too much about > computers. Thus I would like to find some people "out there" who > are interested in this topic. Students, too, of course would be > welcome. > Perhaps - in a year or so - we could found a FreeBSD-schools > project. It's not very clear what you want to achieve with this "school-project". Do you have some clear goals in mind? I can imagine that you would install FBSD with some nice graphical environment (KDE sort of comes to mind, most M$ users will have little trouble with KDE) and enable your students to browse the web, read their emails and make their documents (staroffice, koffice, gnome-office etc) on a Unix machine. This will show them quickly that a Unix machine can do anything a m$ machine can do (and then some ;) Since you're a maths and physics teacher, you might want to incorporate some computer related courses, which will use FBSD ofcourse :) in the ports collection there are probably some programs that might be useful. Or you could make something yourself. This is just some initial rambling, my 2c so to say, i have nothing specific in mind (yet) but if you want to talk about it to generate some ideas, contact me on email (c.delnooz@home.nl). Oh, i'm from Roermond, Netherlands btw. regards Chris Delnooz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 3:14:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from amor.yuckfou.org (f40079.upc-f.chello.nl [80.56.40.79]) by hub.freebsd.org (Postfix) with ESMTP id 35BBC37B402 for ; Sun, 17 Feb 2002 03:14:44 -0800 (PST) Received: from turbata.dhcp.yuckfou.org (turbata.dhcp.yuckfou.org [192.168.2.242]) by amor.yuckfou.org (Yuckfou Networks) with ESMTP id DFC2EBA1F for ; Sun, 17 Feb 2002 12:14:41 +0100 (CET) Subject: FreeBSD as traffic shaper From: Nils Vogels To: freebsd-questions@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 17 Feb 2002 12:14:44 +0100 Message-Id: <1013944484.19544.2.camel@turbata.dhcp.yuckfou.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 Hi, I recently installed a FreeBSD-4.5 system as a firewall with IPFilter, which is performing fine! :) I'd like to add an extra functionality to it, but I cant seem to find the correct docs for it. I'm looking for a way to prioritize data in and out of the firewall, so that when users access a file on the webserver which is behind it, my download speeds do not decrease .. does anyone know any good links to traffic shaping and/or QoS possibilities using FreeBSD ? Gr, -- Nils Vogels PGP:0xC26BD15F Available on keyservers. S@H:3099WU/4.426yr --> setiathome.ssl.berkeley.edu. Will you find aliens? My other computer is your windows box. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 5:59:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id C4E0F37B402; Sun, 17 Feb 2002 05:59:33 -0800 (PST) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id g1HDxOd56088 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Sun, 17 Feb 2002 18:59:27 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id g1HDxOA12544; Sun, 17 Feb 2002 18:59:24 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id g1HDws100376; Sun, 17 Feb 2002 18:58:54 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Date: Sun, 17 Feb 2002 18:58:54 +0500 (YEKT) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: questions@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: pam_smbpass Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs, after I compiled samba --with-pam_sbmpass and put pam_smb_pass.so to /usr/lib ... Feb 17 18:56:35 bbs ftpd[1194]: unable to dlopen(/usr/lib/pam_smbpass.so) Feb 17 18:56:35 bbs ftpd[1194]: [dlerror: /usr/lib/pam_smbpass.so: Undefined symbol "get_interfaces"] Feb 17 18:56:35 bbs ftpd[1194]: adding faulty module: /usr/lib/pam_smbpass.so what did I do wrong ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 6: 0:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 170A337B428 for ; Sun, 17 Feb 2002 06:00:11 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020217140011.ZEPJ1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Sun, 17 Feb 2002 14:00:11 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1HE0AJ31104; Sun, 17 Feb 2002 06:00:10 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Feb 2002 06:00:10 -0800 From: "Crist J. Clark" To: Nils Vogels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD as traffic shaper Message-ID: <20020217060010.O48401@blossom.cjclark.org> References: <1013944484.19544.2.camel@turbata.dhcp.yuckfou.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1013944484.19544.2.camel@turbata.dhcp.yuckfou.org>; from nivo@yuckfou.org on Sun, Feb 17, 2002 at 12:14:44PM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 17, 2002 at 12:14:44PM +0100, Nils Vogels wrote: > Hi, > > I recently installed a FreeBSD-4.5 system as a firewall with IPFilter, > which is performing fine! :) > > I'd like to add an extra functionality to it, but I cant seem to find > the correct docs for it. > > I'm looking for a way to prioritize data in and out of the firewall, so > that when users access a file on the webserver which is behind it, my > download speeds do not decrease .. does anyone know any good links to > traffic shaping and/or QoS possibilities using FreeBSD ? man dummynet -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 6:20: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rudiment.dk (rudiment.egmont-kol.dk [130.225.237.12]) by hub.freebsd.org (Postfix) with ESMTP id 40E1837B416 for ; Sun, 17 Feb 2002 06:19:59 -0800 (PST) Received: by mail.rudiment.dk (Postfix, from userid 104) id 723A6120C2; Sun, 17 Feb 2002 15:26:43 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.rudiment.dk (Postfix) with ESMTP id 63623120C1 for ; Sun, 17 Feb 2002 15:26:43 +0100 (CET) Date: Sun, 17 Feb 2002 15:26:43 +0100 (CET) From: Morten Grunnet Buhl Reply-To: Morten Grunnet Buhl To: Subject: Some jail questions In-Reply-To: <20020217022715.A11943@sympatico.ca> 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 people, Yesterday I sad down and installed som jails and got em to work just fine, really it was a pice of cake, with the fine manual and all. But I ran into trouble when I tryed makeing one of the jail into an nfs sever for the other jails. So my first question is: Is at al all possible to run an nfs from a jail? Secondly I would like to hear from other users of jails, my plan was to put apache, mysql, nfs server and dns in seperate jails - is this to much, should I merge apache and mysql? Diskspace is not an issue, but im a little low on processing power and RAM. Its and old machine borrowed from a friend, so I cant tell much more about the its guts. The site hosted on the server is a private so theres not a lot of trafic, but im planning one using jails in production, as soone as I have learned a little more, so any help would be greatly appreciate. Thanks in advance, Morten To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 6:33:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21104.mail.yahoo.com (web21104.mail.yahoo.com [216.136.227.106]) by hub.freebsd.org (Postfix) with SMTP id 5C65E37B419 for ; Sun, 17 Feb 2002 06:33:44 -0800 (PST) Message-ID: <20020217143343.41758.qmail@web21104.mail.yahoo.com> Received: from [62.254.0.5] by web21104.mail.yahoo.com via HTTP; Sun, 17 Feb 2002 06:33:43 PST Date: Sun, 17 Feb 2002 06:33:43 -0800 (PST) From: Hiten Pandya Reply-To: hiten@uk.FreeBSD.org Subject: in-kernel HTTP Server for FreeBSD? To: hackers@FreeBSD.org Cc: 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, [ I am not currently subscribed to -questions, please CC a copy to me, thanks. :) ] I beleive this question is not intended for the -hackers list, but might be interesting. I have also cc'ed this to the -questions list. Is there any In-Kernel HTTP Server for FreeBSD, like there is kHTTPD for Linux? Thanks, Regards, -- Hiten Pandya -- __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 17 6:59:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from host213-123-129-40.in-addr.btopenworld.com (host213-123-129-40.in-addr.btopenworld.com [213.123.129.40]) by hub.freebsd.org (Postfix) with ESMTP id B571B37B402; Sun, 17 Feb 2002 06:59:04 -0800 (PST) Received: by host213-123-129-40.in-addr.btopenworld.com (Postfix, from userid 1001) id 8DA8B44E; Sun, 17 Feb 2002 14:59:35 +0000 (GMT) Date: Sun, 17 Feb 2002 14:59:35 +0000 From: Dominic Marks To: hiten@uk.FreeBSD.org Cc: hackers@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217145935.A1481@host213-123-129-40.in-addr.btop> References: <20020217143343.41758.qmail@web21104.mail.yahoo.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: <20020217143343.41758.qmail@web21104.mail.yahoo.com>; from hitmaster2k@yahoo.com on Sun, Feb 17, 2002 at 06:33:43AM -0800 Sender: owner-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, On Sun, Feb 17, 2002 at 06:33:43AM -0800, Hiten Pandya wrote: > hi all, > > [ I am not currently subscribed to -questions, please CC a copy to > me, thanks. :) ] > > I beleive this question is not intended for the -hackers list, > but might be interesting. I have also cc'ed this to the > -questions list. > > Is there any In-Kernel HTTP Server for FreeBSD, like there is > kHTTPD for Linux? Ive never seen or heard of one, at least not one available to the general public. Services should be executed in the user space, thats what its for. Cross-polluting these user/kernel environments is to be discouraged. Thats my opinion anyway. > Thanks, > Regards, > > -- Hiten Pandya > -- > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message -- Dominic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 7: 4:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id AF14C37B402 for ; Sun, 17 Feb 2002 07:04:18 -0800 (PST) Received: from potentialtech.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g1HExKb06391 for ; Sun, 17 Feb 2002 09:59:20 -0500 (EST) Message-ID: <3C6FC768.5020908@potentialtech.com> Date: Sun, 17 Feb 2002 10:08:24 -0500 From: Bill Moran Organization: Potential Technology User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: questions@freebsd.org Subject: Filserver clustering tool? 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 Does anyone know of anything like this for FreeBSD? Basically, we want a backup fileserver that is kept updated almost in real-time, so that in the even of a failure we can fail over VERY quickly and have almost no data loss. I can't seem to find anything in the ports, but maybe I'm not looking in the right places. -- Bill Moran Potential Technology 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 Feb 17 7:30:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 6E86437B402; Sun, 17 Feb 2002 07:30:22 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id E79255344; Sun, 17 Feb 2002 16:30:20 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: hiten@uk.FreeBSD.org Cc: hackers@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> From: Dag-Erling Smorgrav Date: 17 Feb 2002 16:30:20 +0100 In-Reply-To: <20020217143343.41758.qmail@web21104.mail.yahoo.com> Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) 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 Hiten Pandya writes: > Is there any In-Kernel HTTP Server for FreeBSD, like there is > kHTTPD for Linux? God forbid! Lots of hack value, sure, but not something you'd seriously consider for production use. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 7:42:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-2.esr.lvcm.net (100m.mpr200-2.esr.lvcm.net [24.234.0.81]) by hub.freebsd.org (Postfix) with ESMTP id 10E0737B405 for ; Sun, 17 Feb 2002 07:42:09 -0800 (PST) Received: from lymond.lvcablemodem.com (cm238.47.234.24.lvcm.com [24.234.47.238]) by 100m.mpr200-2.esr.lvcm.net (Mirapoint) with ESMTP id AWN40946; Sun, 17 Feb 2002 07:39:25 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcablemodem.com (8.11.6/8.11.4) id g1HFdP700295 for freebsd-questions@freebsd.org; Sun, 17 Feb 2002 07:39:25 -0800 (PST) Date: Sun, 17 Feb 2002 07:39:25 -0800 From: Dale Morris To: freebsd-questions@freebsd.org Subject: printing question Message-ID: <20020217073925.A223@lymond.lvcablemodem.com> 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 freebsd version 4.5 epson stylus color 600 printer I'm new to freebsd from the debian/redhat/slackware world and I want to get printing working in freebsd. I thought I had it with apsfilter but when I tried to print a test file with abiword, the output was.. %!PS-Adobe-2.0 %%Creator Abiword %%Title /usr/home/dlm/abiword_test.abw %%Orientation: Portrait %%DocumentPaperSizes: Letter %%DocumentNeededResources font NimbusRomNo9L-Regu font NimbusRomNo9L-Regu %%EndComments %%BeginProlog /FSF {findfont exch scalefont} bind def .....etc................. What I would like to do is set up cups. I did the 'make install clean' in the relevant ports directories, but when I try to setup my printer using the http://localhost:631/admin command, I get the error that Netscape is unable to locate the localhost:631 I guess my questions are: How do I remove/disable lpd? How do I install cups? Do I have to reconfigure any file permissions? thanks dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 7:43:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 8636137B400 for ; Sun, 17 Feb 2002 07:43:35 -0800 (PST) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.2/2002020400) with ESMTP id g1HFhYj06077 for ; Sun, 17 Feb 2002 16:43:34 +0100 (CET) Received: from mail.cs.uni-sb.de (IDENT:FOUtLGgPL5eNKya/0ww3xD5003bCqQhe@mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.1/2001121800) with ESMTP id g1HFhXs08808 for ; Sun, 17 Feb 2002 16:43:33 +0100 (CET) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by mail.cs.uni-sb.de (8.12.2/2002011500) with ESMTP id g1HFhVO01113 for ; Sun, 17 Feb 2002 16:43:32 +0100 (CET) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.11.0/8.11.0/wjp-SVR4/1999052600) id g1HFhVo26442 for freebsd-questions@freebsd.org; Sun, 17 Feb 2002 16:43:31 +0100 (MET) From: Thomas Schuerger Message-Id: <200202171543.g1HFhVo26442@wjpserver.cs.uni-sb.de> Subject: New dir layout structure slow on full disks? To: freebsd-questions@freebsd.org Date: Sun, 17 Feb 2002 16:43:31 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL57 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I'm using 4.5-RELEASE and am quite happy with the new directory layout stuff. It really speeds up file scans etc. a lot. But there can be serious performance loss: When a disk is nearly full (e.g. 98%, but still 1,6 GB free, values taken from "df"), creating files becomes very slow. I noticed this when I wanted to install a big port (e.g. kdebase2). The extraction of the .tar.gz archive took really long and made my system more or less unusable. tar took something like 90-99% system time for 3 minutes. I compared extracting the same archive in /tmp (slice 1,disk 1, 3% full) with tar compared to extracting it somewhere in /usr/ports/... (slice 2,disk 1, 98% full). The latter took 8 times as long and almost completely blocked my system (note that this is on the same disk but on a different slice). It seems that looking for free nearby blocks in the new directory layout algorithms is really slow when there are few free blocks available. Is anyone else experiencing this? Greetings, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 7:47:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rambo.simx.org (rambo.simx.org [194.17.208.54]) by hub.freebsd.org (Postfix) with ESMTP id CBB9B37B402 for ; Sun, 17 Feb 2002 07:47:12 -0800 (PST) Received: from rambo.simx.org (rocky [192.168.0.2]) by rambo.simx.org (8.11.6/8.11.6) with ESMTP id g1HFkaZ22769; Sun, 17 Feb 2002 15:46:39 GMT (envelope-from listsub@rambo.simx.org) Message-ID: <3C6FD05B.7060703@rambo.simx.org> Date: Sun, 17 Feb 2002 16:46:35 +0100 From: "Roger 'Rocky' Vetterberg" Reply-To: listsub@rambo.simx.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Nils Vogels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD as traffic shaper References: <1013944484.19544.2.camel@turbata.dhcp.yuckfou.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 Nils Vogels wrote: > Hi, > > I recently installed a FreeBSD-4.5 system as a firewall with IPFilter, > which is performing fine! :) > > I'd like to add an extra functionality to it, but I cant seem to find > the correct docs for it. > > I'm looking for a way to prioritize data in and out of the firewall, so > that when users access a file on the webserver which is behind it, my > download speeds do not decrease .. does anyone know any good links to > traffic shaping and/or QoS possibilities using FreeBSD ? > > Gr, > > IPFW has something called dummynet that does what you want. Switch to ipfw or run both ipfw and ipfilter. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 8: 6:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 36D4837B405 for ; Sun, 17 Feb 2002 08:06:30 -0800 (PST) Received: from potentialtech.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp3.columbus.rr.com (8.11.2/8.11.2) with ESMTP id g1HG1Sb19037; Sun, 17 Feb 2002 11:01:28 -0500 (EST) Message-ID: <3C6FD5F7.7060702@potentialtech.com> Date: Sun, 17 Feb 2002 11:10:31 -0500 From: Bill Moran Organization: Potential Technology User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010914 X-Accept-Language: en-us MIME-Version: 1.0 To: Thomas Schuerger Cc: freebsd-questions@FreeBSD.ORG Subject: Re: New dir layout structure slow on full disks? References: <200202171543.g1HFhVo26442@wjpserver.cs.uni-sb.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 Thomas Schuerger wrote: > Hi! > > I'm using 4.5-RELEASE and am quite happy with the new directory layout > stuff. It really speeds up file scans etc. a lot. > > But there can be serious performance loss: > > When a disk is nearly full (e.g. 98%, but still 1,6 GB free, values > taken from "df"), creating files becomes very slow. I noticed this > when I wanted to install a big port (e.g. kdebase2). The extraction of > the .tar.gz archive took really long and made my system more or less > unusable. tar took something like 90-99% system time for 3 minutes. Err ... have you compared this to performance on a filesystem that's close to full with the old dirpref code? I'm gussing it would be similarly slow. ffs doesn't run well with close-to-full drives, it was never intended to. I believe both the man pages for newfs and tunefs state that performance drops exponentially on a filesystem as it passes the 92% capacity mark. That's why, under normal conditions, only root can fill it beyond that mark. When you say 98% full, do you mean 98% of the 92%, or do you mean 98% of the total fs capacity? If the former is the case, then you really do have an issue that needs looked at. If the latter is the case, then you are simply reiterating a known limitation of ffs that's been there since (I believe) BSD 4.2. -- Bill Moran Potential Technology 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 Feb 17 8:18:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bigfoot.com (adsl-216-102-199-63.dsl.snfc21.pacbell.net [216.102.199.63]) by hub.freebsd.org (Postfix) with SMTP id 3A82037B400 for ; Sun, 17 Feb 2002 08:18:12 -0800 (PST) X-Server: (freedomserver.net.nu [0.12.134.146.55]) Message-ID: <006901c1b7ae$67d09540$0600a8c0@nu> From: =?iso-8859-1?Q?F=F3rum_Social_Mundial...?= To: questions@freebsd.org Subject: =?iso-8859-1?Q?..._e_F=F3rum_de_S=E3o_Paulo_se_d=E3o_a_m=E3o?= Date: Sun, 17 Feb 2002 09:27:03 -0300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit 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 Caros amigos, Acabamos de receber, e retrasmitimos sob nossa exclusiva responsabilidade, um artigo sobre o Fórum Social Mundial de Porto Alegre, com informações que os meios de comunicação locais não deram. O artigo foi publicado hoje 15 de fevereiro no jornal Diario Las Américas, da Flórida. Está em espanhol, mas pensamos que dá para entender. Para tomar contato conosco, veja no final os links diretos, é só fazer clic. Atenciosos cumprimentos, Roberto L. Ferreira Passos Atualidade Brasileira / Rio de Janeiro cdurgent@urgentmail.com Diario Las Américas, Flórida, 15-2-2002 PORTO ALEGRE: FÓRUM SOCIAL MUNDIAL E FÓRUM DE SÃO PAULO SE DÃO A MÃO Anunciam gigantesca e preocupante articulação mundial de esquerdas político-sociais PORTO ALEGRE (CubDest) - El 2o. Foro Social Mundial (FSM), efectuado en Porto Alegre entre el 31 de enero y el 5 de febrero pp., consiguió combinar una apariencia de moderación -trasmitida al mundo con la ayuda de ciertos medios de comunicación que se limitaron a mostrar aspectos folklóricos o anecdóticos del evento- con una realidad que causa preocupación por su denso contenido revolucionario. Veamos, más allá de las apariencias, algunos aspectos de ese congreso en el cual se amalgamaron más de 50 mil activistas de izquierda de 119 países, en torno de 800 conferencias y seminarios . La tónica de las reuniones fue dada por socialistas, anarquistas, comunistas, seguidores de la teología de la liberación, de movimientos indigenistas y de corrientes feministas marxistas. El gobernador de Rio Grande do Sul, Olívio Dutra, del izquierdista Partido de los Trabajadores (PT), que actuó como anfitrión y fue uno de los grandes financiadores del evento, proclamó sin disimulo en la abertura del 2o. FSM que sus participantes se sienten "herederos" de todos los "luchadores socialistas y de los teólogos de la liberación" así como "de quienes se rebelan contra los sistemas de opresión" como el "neoliberalismo", que "esconde el rostro feroz de la tiranía del mercado y de las finanzas transnacionales" . El religioso dominico Fray Betto, uno de los más importantes estrategas de la "teología de la liberación" en Brasil, consejero del dictador Fidel Castro y autor del libro "Fidel y la Religión", fue una de las "estrellas" del 2o. FSM. En un auditorio de sacerdotes, monjas y millares de militantes de comunidades eclesiales de base (CEBs) que lo ovacionaron reiteradamente, dijo que la sociedad del futuro "más libre, más igualitaria, más solidaria", se define en una sola palabra: "socialismo". Pidió una salva de aplausos ni más ni menos que para Carlos Marx y añadió de manera chocante que el "hombre nuevo" debe ser "hijo del casamiento de Ernesto 'Che' Guevara y Santa Teresa de Jesús" . El norteamericano Noam Chomsky, profesor del Instituto de Tecnología de Massachussets (MTI), otra de las "estrellas" ideológicas del 2o. FSM, se define a sí mismo como "socialista libertario" (o sea, anarquista) y es uno de los más conocidos intelectuales anticapitalistas de la actualidad. En una de sus aplaudidas intervenciones declaró que el mundo vive una nueva "lucha de clases ideológica", entre los partidarios de una globalización que "favorece las grandes empresas multinacionales" y los adherentes a la globalización revolucionaria promovida por los miembros del FSM, que tiene como objetivo la "creación de un movimiento popular internacional" . Sin duda, ese "movimiento popular internacional" es una nueva Internacional anarco-socialista, hábilmente organizada en "redes" (de manera "horizontal" y no "vertical"), que sirve para darle una apariencia de espontaneidad. Uno de los ejemplos más elocuentes de esta articulación internacional de fuerzas revolucionarias, ocurrida en Porto Alegre, fue el seminario organizado por el Foro de São Paulo (FSP), en el marco del Foro Social Mundial. Éste se realizó en el salón de eventos de la Pontificia Universidad Católica de Rio Grande del Sur (PUC/RS), sede principal del FSM, con la presencia de 600 delegados sudamericanos, cubanos, franceses e italianos. El FSP fue creado en julio de 1990 en Brasil, a pedido de Fidel Castro, con el objetivo de proteger al socialismo cubano y latinoamericano en momentos en que se consumaba la desintegración del imperio soviético . Está integrado por los partidos comunistas del continente, las guerrillas FARC y ELN de Colombia, el Partido de los Trabajadores (PT) de Brasil y otros movimientos políticos del género. Ha venido haciendo reuniones anuales donde se trazan comunes estrategias. La última se efectuó en La Habana, en diciembre de 2001, con la activa participación de Castro. La idea de una ampliación del Foro de São Paulo, para agrupar corrientes políticas afines del mundo entero, fue lanzada en el seminario del FSP por Aloisio Mercadante, diputado federal del Partido de los Trabajadores (PT) y secretario de relaciones internacionales de dicha agrupación política: "Actualmente, el Foro de São Paulo reúne cerca de 100 partidos y organizaciones de izquierda latinoamericanas. Lo que deseamos es ampliar este Foro a nivel mundial, al que podríamos pasar a denominar Foro de Porto Alegre y que se efectuaría por primera vez simultáneamente con el 3er. Foro Social Mundial, en el 2003" . El sindicalista brasileño Kjeld Jakobsen, secretario de relaciones internacionales de la izquierdista Central Única de Trabajadores (CUT), en cuanto miembro del comité organizador del 2o. FSM agradeció la presencia de los representantes del FSP y saludó la "posibilidad de construir un gran frente integrado por partidos y por movimientos sociales a nivel mundial" . Carlos Tiburcio, representante de ATTAC-Brasil y miembro del comité organizador del FSM, junto con reconocer que el seminario del FSP constituía "una gran iniciativa del 2o. FSM", respaldó la sugerencia de Mercadante de ampliar el FSP para una instancia planetaria y propuso que ese futuro evento cuente con la participación "de jefes de Estado y de gobierno" . Tiburcio no lo mencionó explícitamente, pero a través de una invitación a "jefes de Estado" se abriría la puerta para que en el 2003, durante el 3er. FSM a efectuarse nuevamente en Porto Alegre, pueda estar presente el dictador comunista de Cuba. Por fin, Roberto Regalado, del departamento de Relaciones Internacionales, área América, del comité central del Partido Comunista de Cuba (PCC) -uno de los más activos articuladores del FSP- vislumbrando las perspectivas estratégicas ventajosas que se abren para el régimen cubano, endosó la propuesta del diputado Mercadante afirmando que "debemos enfrentar el desafío de organizar un Foro a nivel mundial" . Es significativo que en los días previos al 2o. FSM se efectuó en Montevideo el seminario "Los comunistas reflexionan y debaten sobre políticas de alianzas en el nuevo siglo", con la participación de partidos comunistas de 13 países de América del Sur, Europa Occidental y Cuba. En él se hizo un balance de la 10a. reunión del FSP efectuada recientemente en La Habana y se combinó la estrategia de los comunistas que fue puesta en práctica durante el 2o. FSM . En un escenario inestable como el que actualmente atraviesan varios países de América Latina, todas estas articulaciones deberían ser motivo de meditación y alerta. Otros aspectos del 2o. Foro Social Mundial serán abordados en próximo artículo. IMPORTANTE: Para enviar su valiosa opinión, haga clic en el link deseado, de acuerdo con su posición: Concorda ou não com as apreensões e preocupações do Editorial da agência CubDest sobre o recente Fórum Social Mundial? ("Concuerdo", "Discuerdo", "Depende"): mailto:cdurgent@urgentmail.com?Subject=Concuerdo mailto:cdurgent@urgentmail.com?Subject=Discuerdo mailto:cdurgent@urgentmail.com?Subject=Depende ATENCIÓN: Para recibir el artículo "Presencia de Cuba en el 2o. Foro Social Mundial", haga clic en: mailto:cdurgent@urgentmail.com?Subject=Informe-Cuba-FSM2002 Para recibir otros artículos sobre el 2o. Foro Social Mundial, que serán difundidos en breve, haga clic en: mailto:cdurgent@urgentmail.com?Subject=Informes-FSM2002 Para recibir el informe sobre el 1er. Foro Social Mundial efectuado el año pasado, titulado "Foro Social Mundial: laboratorio de la subversión", haga clic en: mailto:cdurgent@urgentmail.com?Subject=Informe-FSM2001 AVISOS: Para subscribir amigos, con el consentimiento de éstos, haga clic en mailto:cdurgent@urgentmail.com?Subject=InscribirAmigos añadiendo en el cuerpo del mensaje sus e-mails. Para ser retirado de nuestro Address Book, haga clic en mailto:cdurgent@urgentmail.com?Subject=Desubscribir Si ya hizo el pedido de desubscripción y aún recibe nuestros mensajes, lo más probable es que Vd. tenga otro e-mail al cual le son redireccionados los mensajes. Por favor, efectúe el siguiente procedimiento en el Outlook Express: haga clic con el botón DERECHO del mouse encima del mensaje recibido; haga clic en "properties" o "propiedades"; haga clic en "details" o "detalles". Se abrirá una ventana con los datos de trasmisión, incluyendo el e-mail real al cual le fue enviado el mensaje. Si no consigue descifrarlo, haga clic en mailto:cdurgent@urgentmail.com?Subject=Codigo-Fuente coloque todos (TODOS) los datos en el mensaje ("copy & paste"), envíe el mensaje y nosotros mismos lo examinaremos para retirar su e-mail. Gracias por su paciencia. WARNING: We practice responsible mailing by honoring all remove requests, following all U.S. laws, and oppose spamming. If you complain and have the remove address closed you are doing a disservice to other receivers of this message since they will have no mechanism to be removed from future mailings. In addition, this message is in strict compliance with U.S. law so if you flame the "remove mailbox" we will report you to your ISP as a SPAMMER, which will result in your account being closed. -- Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof, or abridging the freedom of speech or of the press; or the right of the people peaceably to assemble, and to petition the Government for a redress of grievances. Amendment I, The US Constitution To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 8:21:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id EF28537B402 for ; Sun, 17 Feb 2002 08:21:47 -0800 (PST) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.2/2002020400) with ESMTP id g1HGLjj06273; Sun, 17 Feb 2002 17:21:45 +0100 (CET) Received: from mail.cs.uni-sb.de (IDENT:9kl/W3fD33JTZfAa08iBFUHUnqWvWqxQ@mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.1/2001121800) with ESMTP id g1HGLis09211; Sun, 17 Feb 2002 17:21:44 +0100 (CET) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by mail.cs.uni-sb.de (8.12.2/2002011500) with ESMTP id g1HGLgO01609; Sun, 17 Feb 2002 17:21:43 +0100 (CET) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.11.0/8.11.0/wjp-SVR4/1999052600) id g1HGLgl27185; Sun, 17 Feb 2002 17:21:42 +0100 (MET) From: Thomas Schuerger Message-Id: <200202171621.g1HGLgl27185@wjpserver.cs.uni-sb.de> Subject: Re: New dir layout structure slow on full disks? In-Reply-To: <3C6FD5F7.7060702@potentialtech.com> from Bill Moran at "Feb 17, 2002 11:10:31 am" To: Bill Moran Date: Sun, 17 Feb 2002 17:21:42 +0100 (MET) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL57 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Hi! > > > > I'm using 4.5-RELEASE and am quite happy with the new directory layout > > stuff. It really speeds up file scans etc. a lot. > > > > But there can be serious performance loss: > > > > When a disk is nearly full (e.g. 98%, but still 1,6 GB free, values > > taken from "df"), creating files becomes very slow. I noticed this > > when I wanted to install a big port (e.g. kdebase2). The extraction of > > the .tar.gz archive took really long and made my system more or less > > unusable. tar took something like 90-99% system time for 3 minutes. > > Err ... have you compared this to performance on a filesystem that's > close to full with the old dirpref code? I'm gussing it would be > similarly slow. > > ffs doesn't run well with close-to-full drives, it was never intended > to. I believe both the man pages for newfs and tunefs state that > performance drops exponentially on a filesystem as it passes the > 92% capacity mark. That's why, under normal conditions, only root > can fill it beyond that mark. > > When you say 98% full, do you mean 98% of the 92%, or do you mean > 98% of the total fs capacity? > > If the former is the case, then you really do have an issue that > needs looked at. If the latter is the case, then you are simply > reiterating a known limitation of ffs that's been there since (I > believe) BSD 4.2. I mean the user-visible percentage (that's why I said "values taken from df"). I didn't compare it to the performance of the old dirpref code, but I have never noticed anything similar before 4.5-RELEASE even if the disks where even more full (df-capacity >100%). When I deleted some files on the disk (from 98% to 96% capacity), creating files seemed fine again as ever. Greetings, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 8:22:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.rwwa.com (ns1.rwwa.com [66.92.67.110]) by hub.freebsd.org (Postfix) with ESMTP id 5EBC537B429 for ; Sun, 17 Feb 2002 08:22:12 -0800 (PST) Received: from rwwa.com (harvey.rwwa.com [192.124.97.11]) by ns1.rwwa.com (Postfix) with ESMTP id 985753235 for ; Sun, 17 Feb 2002 11:22:11 -0500 (EST) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: questions@freebsd.org Subject: Where does the "xterm" queue come from? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 17 Feb 2002 11:22:11 -0500 From: Robert Withrow Message-Id: <20020217162211.985753235@ns1.rwwa.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: On FreeBSD 4.2, if I do this: $ lpc lpc> stat all xterm: ... I get an "xterm" print queue. But if I do this: $ lpc stat all | grep xterm I don't get an "xterm" print queue. Also, if I do both of the above as root, I *don't* get an "xterm" queue. I don't have an "xterm" print queue configured anywhere! $ grep xterm /etc/printcap $ find /var/spool | grep xterm $ What gives? --------------------------------------------------------------------- Robert Withrow, R.W. Withrow Associates, Swampscott MA, witr@rwwa.COM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 8:25:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.whitey.at (chello212186056066.12.vie.surfer.at [212.186.56.66]) by hub.freebsd.org (Postfix) with SMTP id B372F37B404 for ; Sun, 17 Feb 2002 08:25:18 -0800 (PST) Received: (qmail 19713 invoked from network); 17 Feb 2002 16:28:34 -0000 Received: from void.whitey.at (HELO void.whitey.at.) (192.168.1.1) by 0 with SMTP; 17 Feb 2002 16:28:34 -0000 Subject: Re: Unable to get IMAP or POP working From: Christian Weihs To: freebsd-questions@freebsd.org In-Reply-To: <20020217040818.40423.qmail@web13407.mail.yahoo.com> References: <20020217040818.40423.qmail@web13407.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 17 Feb 2002 17:25:15 +0100 Message-Id: <1013963115.376.14.camel@void.whitey.at> 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 There is something that botheres me.... You have sendmail, fine. Yhen courier-imap? courier-imap works ONLY with qmail's Maildir format and can't use tradidional UN*X mailboxes. I don't know which POP program you use but IMAP will certainly NOT access your emails. Christian Am So , 2002-02-17 um 05.08 schrieb Matt Bjornson: > I have recently installed 4.5 on an older i486. I have > 32MB of ram, and a 400MB HD. I have sendmail up and > running and am able to sendmail to and from this box. > I am able to read my mail with the 'mail' program. > > I am unable to access my mail server within my network > as well as from the internet with the webmail program > SquirrelMail. I have courier imap and pop installed. I > am able to telnet into both port 143 and 110 on my > mail server from within my network, though am unable > to have an email client send and receive email. > Instead I receive a time out error. > > Can you help me? > > Thanks, > > Matt > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 8:30:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from voi.aagh.net (pc1-hart4-0-cust168.mid.cable.ntl.com [62.254.84.168]) by hub.freebsd.org (Postfix) with ESMTP id 1BAA737B400; Sun, 17 Feb 2002 08:30:51 -0800 (PST) Received: from freaky by voi.aagh.net with local (Exim 3.34 #1) id 16cUD7-000DmV-00; Sun, 17 Feb 2002 16:30:45 +0000 Date: Sun, 17 Feb 2002 16:30:45 +0000 From: Thomas Hurst To: Dag-Erling Smorgrav Cc: hiten@uk.FreeBSD.org, hackers@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217163045.GB90303@voi.aagh.net> Mail-Followup-To: Dag-Erling Smorgrav , hiten@uk.FreeBSD.org, hackers@FreeBSD.org, freebsd-questions@FreeBSD.org References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i Organization: Not much. X-Operating-System: FreeBSD/4.5-PRERELEASE (i386) X-Uptime: 4:25PM up 59 days, 1:10, 4 users, load averages: 2.55, 2.64, 2.52 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Dag-Erling Smorgrav (des@ofug.org) wrote: > Hiten Pandya writes: > > Is there any In-Kernel HTTP Server for FreeBSD, like there is kHTTPD > > for Linux? > > God forbid! Lots of hack value, sure, but not something you'd > seriously consider for production use. Don't functions like FreeBSD's zero-copy sendfile() provide similar performance benefits without the massive security issues? If the remaining speed "hog" of switching to userspace to process the request itself is causing noticable bottlenecks, I think that's a sign you need more Pentium than the service needs moving to the kernel :) -- Thomas 'Freaky' Hurst - freaky@aagh.net - http://www.aagh.net/ - One of the disadvantages of having children is that they eventually get old enough to give you presents they make at school. -- Robert Byrne To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 8:36: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73]) by hub.freebsd.org (Postfix) with ESMTP id 421A737B417; Sun, 17 Feb 2002 08:36:01 -0800 (PST) Received: by energyhq.homeip.net (Postfix, from userid 1001) id DC1673FC51; Sun, 17 Feb 2002 17:36:09 +0100 (CET) Date: Sun, 17 Feb 2002 17:36:09 +0100 From: Miguel Mendez To: hiten@uk.FreeBSD.org Cc: hackers@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217173609.A25030@energyhq.homeip.net> References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020217143343.41758.qmail@web21104.mail.yahoo.com>; from hitmaster2k@yahoo.com on Sun, Feb 17, 2002 at 06:33:43AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 17, 2002 at 06:33:43AM -0800, Hiten Pandya wrote: Hi, > Is there any In-Kernel HTTP Server for FreeBSD, like there is > kHTTPD for Linux? As others have pointed out, it may have big hacker value, but no one would use it for anything serious. AFAIK there's no such thing for FreeBSD, but one thing I remember, is that once the Linux kernel incorporat= ed the zero copy netowrking code, userland HTTP servicing like Tux saw it's performance increase on par with khttpd, so it seems that's not worth to run a http server in kernel space. Cheers, --=20 Miguel Mendez - flynn@energyhq.homeip.net GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt EnergyHQ :: http://www.energyhq.tk FreeBSD - The power to serve! --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8b9v4nLctrNyFFPERAue8AKCWMrT0H60sbMv9qLIU6pPnpiC72ACeMBY8 /iRHuwAYXUN1x4CMQI7FV80= =x/Qc -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 8:43:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id B454B37B400; Sun, 17 Feb 2002 08:43:38 -0800 (PST) Received: from localhost (root@localhost [127.0.0.1]) by midget.dons.net.au (8.12.2/8.12.2) with ESMTP id g1HGhIbC042120; Mon, 18 Feb 2002 03:13:19 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: XFree86 4.2.0 + Asus A7A266 + Geoforce 2 Pro = No Go From: "Daniel O'Connor" To: Javier Frias Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG In-Reply-To: <1013930452.6346.19.camel@wolverine.jfns.net> References: <1013930452.6346.19.camel@wolverine.jfns.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 18 Feb 2002 04:13:14 +1130 Message-Id: <1013964198.15796.107.camel@chowder.dons.net.au> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.3 (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 On Sun, 2002-02-17 at 18:50, Javier Frias wrote: > Basically, anytime XFree86 4 ( and the version really doesn't matter, > I've tried it with 4.1.x and 4.2.0 ) loads the nv driver, the machines > locks up for a few seconds, then reboots. I was able to get a working > config from the system by removing libint10.a from the xfree directory, > but any attempt at then running the xserver with the new config has > the same effect.. Have you tried the port of the Linux nvidia driver that Matthew Dodd created? ftp://ftp.jurai.net/users/winter/nvidia/README Beware it's not a finished product but it does work well for me at least :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 8:54:31 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 4BF3737B416; Sun, 17 Feb 2002 08:54:26 -0800 (PST) Received: from scott1.nyc.rr.com (24-168-24-239.nyc.rr.com [24.168.24.239]) by nycsmtp1out.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id g1HGrdlS007368; Sun, 17 Feb 2002 11:53:40 -0500 (EST) Message-Id: <5.1.0.14.0.20020217114540.00c322e0@pop-server.nyc.rr.com> X-Sender: scottro@pop-server.nyc.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Feb 2002 11:54:02 -0500 To: "Daniel O'Connor" , Javier Frias From: Scott Subject: Re: XFree86 4.2.0 + Asus A7A266 + Geoforce 2 Pro = No Go Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG In-Reply-To: <1013964198.15796.107.camel@chowder.dons.net.au> References: <1013930452.6346.19.camel@wolverine.jfns.net> <1013930452.6346.19.camel@wolverine.jfns.net> 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 04:13 2002/02/18 +1130, Daniel O'Connor wrote: >On Sun, 2002-02-17 at 18:50, Javier Frias wrote: > > Basically, anytime XFree86 4 ( and the version really doesn't matter, > > I've tried it with 4.1.x and 4.2.0 ) loads the nv driver, the machines > > locks up for a few seconds, then reboots. I was able to get a working > > config from the system by removing libint10.a from the xfree directory, > > but any attempt at then running the xserver with the new config has > > the same effect.. One trouble seems to be with the Asus A7A266--some cursory searching of deja indicates that there were problems noted in Release 4.3 that haven't yet been fixed. After trying a few cards (didn't even realize the problem was the ASUS till I downgraded a Voodoo5) I was able to get adequate, though not great, resolution with a G200, using XFree 3.x. No joy with XFree 4.x (All cards worked perfectly in a low end machine with an SiS chipsets, with XFree 4.1 and 4.2) The same cards gave me no problem with MS or Linux on the same box. >Have you tried the port of the Linux nvidia driver that Matthew Dodd >created? >ftp://ftp.jurai.net/users/winter/nvidia/README >Beware it's not a finished product but it does work well for me at least >:) Haven't tried Mr. Dodd's port as I don't have a Geoforce--still, I'm betting it's the MB rather than the card, but if I had a Geoforce, I'd give it a shot :) Scott Robbins >--- >Daniel O'Connor software and network engineer >for Genesis Software - http://www.gsoft.com.au >"The nice thing about standards is that there >are so many of them to choose from." > -- Andrew Tanenbaum > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Feb 17 9: 4:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zerg.codec.ro (zerg.codec.ro [193.230.240.30]) by hub.freebsd.org (Postfix) with ESMTP id 656AE37B402 for ; Sun, 17 Feb 2002 09:04:28 -0800 (PST) Received: (from httpd@localhost) by zerg.codec.ro (8.11.4/8.11.4) id g1HH3Cv14161; Sun, 17 Feb 2002 19:03:12 +0200 Message-Id: <200202171703.g1HH3Cv14161@zerg.codec.ro> From: Soso Lolex To: questions freebsd Subject: IMPORTANT FOR: XFree86 4.x + i740 users !!! Date: Sun, 17 Feb 2002 19:03:12 +0200 MIME-Version: 1.0 X-Originating-IP: [193.226.6.226] X-Mailer: freemail 0.9.8 X-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.0 [en] X-Organization: CODEC FreeMail Sender: owner-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 posted a message a while ago about the fact that I couldnt get running XFree86 4.x with i740 driver. Well, after too many desperate tries, I found a page on the net, and it seems that the server was properly configured but the diver for i740 was baddly written (a null pointer was referenced). I took the patched version of the driver, compiled it and it works. So if anyone seems to have my problem you should take a look at http://a2-studio.virtualave.net/xfree86/i740.htm greetings, soso ______________________________________________________________________ Do you want a free e-mail for life ? Get it at http://www.email.ro/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 9:19:13 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 CF63C37B400 for ; Sun, 17 Feb 2002 09:19:07 -0800 (PST) Received: (qmail 7034 invoked by uid 0); 17 Feb 2002 17:19:04 -0000 Received: from p5086eeb4.dip.t-dialin.net (HELO sirius.gmx.de) (80.134.238.180) by mail.gmx.net (mp007-rz3) with SMTP; 17 Feb 2002 17:19:04 -0000 Message-Id: <5.1.0.14.0.20020217181915.00ba9b40@pop.gmx.net> X-Sender: 12304286@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Feb 2002 18:22:00 +0100 To: freebsd-questions@FreeBSD.ORG From: Thomas Salmon Subject: strange files in /usr folder 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 ..there are some strange files in the /usr directory. The filenames are: ?qq tatfs?qqq Does anybody know what these files are for? Appreciating any answer Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 9:24: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id AFF0E37B405 for ; Sun, 17 Feb 2002 09:24:03 -0800 (PST) Received: from barbish ([63.70.155.75]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Sun, 17 Feb 2002 12:28:14 -0500 From: "Joe & Fhe Barbish" To: Cc: "FBSD" , , "Patrick Soltani" Subject: RE: IPFW check-state rules Date: Sun, 17 Feb 2002 12:23:59 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020217080858.P48401@blossom.cjclark.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 Crist you wrote this. I am saying it is difficult to get ipfw(8) 'keep-state' to work well with natd(8). It may not be worth it for many users. It does not provide additional protection. You are way out in no where land with that statement. I have read you stating in other posts that keep-stated provides much better security. And if keep-state did not provide better firewall security then why would somebody take the time to write it? Well I killed natd and user ppp and restarted user ppp with -nat flag and now the rules in the outbound section of my rules set as posted here early, minis the divert rule are functioning. The correct answer to my original question was to get rid of natd from the ipfw rules set and use the user ppp nat function. The only thing remaining to do is test each rule one at a time to be sure all the rules are functioning as desired. A very large Thank you to all who responded to me question. -----Original Message----- From: Crist J. Clark [mailto:crist.clark@attbi.com] Sent: Sunday, February 17, 2002 11:09 AM To: Joe & Fhe Barbish Cc: Patrick Soltani; cvarda@flopnet.com.br Subject: Re: IPFW check-state rules On Sun, Feb 17, 2002 at 10:04:21AM -0500, Joe & Fhe Barbish wrote: > Crist > Read your reply many, many times and the only conclusion > I come to is you are trying to say that the advanced > check-state function of IPFW does not work with natd(8). I am saying it is difficult to get ipfw(8) 'keep-state' to work well with natd(8). It may not be worth it for many users. It does not provide additional protection. > That if I had static ip addresses from my ISP assigned to my > lan machines the advanced check-state function of IPFW would > function as advertised. > [IE: there would be no 'divert natd all from any to any' rule > in the ipfw rule set]. ipfw(8) 'check-state' works fine. At issue is how a ruleset with 'keep-state' rules and a 'divert' rule to natd(8) functions as a whole. > This explains why my check-state/keep-state rule set only > functions correctly for packets originating from the FBSD box > where the ipfw/natd is running. Yep. > This sure looks like a design error in ipfw. It is due to the fact that ipfw(8) is totally independent from natd(8) and knows nothing about natd(8). natd(8) messes with the source and destination addresses of packets and there is no way for ipfw(8) to know about it. > So what if I turn off natd(8) and turn on Nat of user ppp, > remove the 'divert natd all from any to any' from my ipfw rule set, > will it work them? Actually, yes, it should. ppp(8) does its NAT after packets leave the firewall on the way out and before they enter on the way in. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 9:29: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sonic.kks.net (sonic.kks.net [213.161.0.18]) by hub.freebsd.org (Postfix) with ESMTP id B2ADC37B42A for ; Sun, 17 Feb 2002 09:28:58 -0800 (PST) Received: from voyager.kksonline.com (5-51.ro.cable.kks.net [213.161.5.51]) by sonic.kks.net (Postfix) with ESMTP id 5FDBB266 for ; Sun, 17 Feb 2002 18:29:06 +0100 (CET) Message-Id: <5.0.2.1.0.20020217182317.02ac04c8@164.8.8.5> X-Sender: rozmanal@164.8.8.5 X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Sun, 17 Feb 2002 18:25:26 +0100 To: freebsd-questions@FreeBSD.ORG From: Aleksander Rozman - Andy Subject: filesystem problem (bad file descriptor) 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 ! I was trying to do cvsup and it seems that one of source directories got damaged. I can't set it, delete it or do anything else... If I do ls -l command it said: "Bad file descriptior". How do I solve this. I would like to fix fs and delete this files. I will then cvsup again so that all files will be restored. Please help. Andy ************************************************************************** * Aleksander Rozman - Andy * Fandoms: E2:EA, SAABer, Trekkie, Earthie * * andy@kksonline.com * Sentinel, BH 90210, True's Trooper, * * andy@atechnet.dhs.org * Heller's Angel, Questie, Legacy, PO5, * * Maribor, Slovenia (Europe) * Profiler, Buffy (Slayerete), Pretender * * ICQ-UIC: 4911125 ********************************************* * PGP key available * http://www.atechnet.dhs.org/~andy/ * ************************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 9:33:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rudiment.dk (rudiment.egmont-kol.dk [130.225.237.12]) by hub.freebsd.org (Postfix) with ESMTP id 3623E37B400 for ; Sun, 17 Feb 2002 09:33:08 -0800 (PST) Received: by mail.rudiment.dk (Postfix, from userid 104) id 33A52120C2; Sun, 17 Feb 2002 18:39:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.rudiment.dk (Postfix) with ESMTP id 088DF11FBE for ; Sun, 17 Feb 2002 18:39:54 +0100 (CET) Date: Sun, 17 Feb 2002 18:39:53 +0100 (CET) From: Morten Grunnet Buhl Reply-To: Morten Grunnet Buhl To: Subject: Re: Some jail questions 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 Sun, 17 Feb 2002, Morten Grunnet Buhl wrote: > Hello people, After a more thorough search in the mailing list I found the answers to my first question - so no help, in the area, is needed. All though I would like to hear from others on my other questions. > Secondly I would like to hear from other users of jails, my plan was to > put apache, mysql, nfs server and dns in seperate jails - is this to much, > should I merge apache and mysql? > Diskspace is not an issue, but im a little low on processing power and > RAM. Its and old machine borrowed from a friend, so I cant tell much more > about the its guts. > The site hosted on the server is a private so theres not a lot of trafic, > but im planning one using jails in production, as soone as I have learned > a little more, so any help would be greatly appreciate. Thanks in advance, Morten To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 9:35:55 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 4297637B400 for ; Sun, 17 Feb 2002 09:35:51 -0800 (PST) Received: (qmail 21126 invoked by uid 0); 17 Feb 2002 17:35:50 -0000 Received: from p5086eeb4.dip.t-dialin.net (HELO sirius.gmx.de) (80.134.238.180) by mail.gmx.net (mp014-rz3) with SMTP; 17 Feb 2002 17:35:50 -0000 Message-Id: <5.1.0.14.0.20020217182418.00ba5430@pop.gmx.net> X-Sender: 12304286@pop.gmx.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Feb 2002 18:38:52 +0100 To: freebsd-questions@FreeBSD.ORG From: Thomas Salmon Subject: observing ppp 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 I'am running Freebsd 4.5 on a gateway. My dsl-connection is established with the ppp-Modul. ppp runs with the options "auto" and "nat". What i'd like to know is: how do i know if a connection is established and wether ppp is doing nat on the interface? thanks for your answer Thomas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 9:50:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pseudo1.pseudohost.com (64.90.182.6.nyinternet.net [64.90.182.6]) by hub.freebsd.org (Postfix) with SMTP id 3702A37B402 for ; Sun, 17 Feb 2002 09:50:18 -0800 (PST) Received: (qmail 46824 invoked from network); 17 Feb 2002 17:53:26 -0000 Received: from unknown (HELO wolverine.jfns.net) (66.65.6.178) by 64.90.182.6.nyinternet.net with SMTP; 17 Feb 2002 17:53:26 -0000 Subject: Re: XFree86 4.2.0 + Asus A7A266 + Geoforce 2 Pro = No Go From: Javier Frias To: Daniel O'Connor Cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG In-Reply-To: <1013964198.15796.107.camel@chowder.dons.net.au> References: <1013930452.6346.19.camel@wolverine.jfns.net> <1013964198.15796.107.camel@chowder.dons.net.au> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 17 Feb 2002 12:50:59 -0500 Message-Id: <1013968260.753.2.camel@wolverine.jfns.net> 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 Sun, 2002-02-17 at 11:43, Daniel O'Connor wrote: > On Sun, 2002-02-17 at 18:50, Javier Frias wrote: > > Basically, anytime XFree86 4 ( and the version really doesn't matter, > > I've tried it with 4.1.x and 4.2.0 ) loads the nv driver, the machines > > locks up for a few seconds, then reboots. I was able to get a working > > config from the system by removing libint10.a from the xfree directory, > > but any attempt at then running the xserver with the new config has > > the same effect.. > > Have you tried the port of the Linux nvidia driver that Matthew Dodd > created? > ftp://ftp.jurai.net/users/winter/nvidia/README > Beware it's not a finished product but it does work well for me at least > :) > Thx.. am going to try it RIGHT now... lets see if I can get something working.. :) -Javier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10: 1:50 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 0991C37B402 for ; Sun, 17 Feb 2002 10:01:48 -0800 (PST) Received: from [192.168.1.11] (adsl-66-124-158-42.dsl.sntc01.pacbell.net [66.124.158.42]) by pimout3-int.prodigy.net (8.11.0/8.11.0) with ESMTP id g1HI1k329110 for ; Sun, 17 Feb 2002 13:01:47 -0500 Date: Sat, 16 Feb 2002 22:30:16 -0800 (PST) From: Kirk Bollinger X-X-Sender: To: Subject: SMP Kernel Panic 4.5 In-Reply-To: <1013944484.19544.2.camel@turbata.dhcp.yuckfou.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 I have an Abit VP6 with two PIII's 1Ghz. I'm getting the following kernel panic: panic: lockmgr: pid 142, not sxclusive lock holder -80536370 unlocking mp_lock = 00000001; cpuid = 0: lapic.id = 00000000 boot() called on cpu0 syncing disks... I have 4.5 installed with a generic kernel with these modifications: #cpu I386_CPU #cpu I486_CPU # To make an SMP kernel, the next two are needed options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O #STUFF I ADDED options NMBCLUSTERS=8192 any ideas? thanks! -kirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10: 3: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 0AB3637B404; Sun, 17 Feb 2002 10:03:00 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id DE7CE5341; Sun, 17 Feb 2002 19:02:57 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Thomas Hurst Cc: hiten@uk.FreeBSD.org, hackers@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> From: Dag-Erling Smorgrav Date: 17 Feb 2002 19:02:56 +0100 In-Reply-To: <20020217163045.GB90303@voi.aagh.net> Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) 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 Thomas Hurst writes: > Don't functions like FreeBSD's zero-copy sendfile() provide similar > performance benefits without the massive security issues? sendfile() isn't zero-copy, it's just two-less-copies. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:14:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mustard.heime.net (mustard.heime.net [194.234.65.222]) by hub.freebsd.org (Postfix) with ESMTP id 84DE237B400; Sun, 17 Feb 2002 10:14:39 -0800 (PST) Received: from localhost (roy@localhost) by mustard.heime.net (8.11.6/8.9.3) with ESMTP id g1HIDox06415; Sun, 17 Feb 2002 19:13:50 +0100 Date: Sun, 17 Feb 2002 19:13:50 +0100 (CET) From: Roy Sigurd Karlsbakk X-Sender: To: Dag-Erling Smorgrav Cc: Thomas Hurst , , , Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > sendfile() isn't zero-copy, it's just two-less-copies. zero-copy means "zero copy-operations within memory" non-zero-copy usually goes device -> buffer -> user space -> buffer -> device (2 copy operations) zero-copy device -> buffer/userspace/shared -> device -- Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA Computers are like air conditioners. They stop working when you open Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:15:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mustard.heime.net (mustard.heime.net [194.234.65.222]) by hub.freebsd.org (Postfix) with ESMTP id 45A1937B44B; Sun, 17 Feb 2002 10:15:14 -0800 (PST) Received: from localhost (roy@localhost) by mustard.heime.net (8.11.6/8.9.3) with ESMTP id g1HIFAA06437; Sun, 17 Feb 2002 19:15:10 +0100 Date: Sun, 17 Feb 2002 19:15:10 +0100 (CET) From: Roy Sigurd Karlsbakk X-Sender: To: Dag-Erling Smorgrav Cc: , , Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Is there any In-Kernel HTTP Server for FreeBSD, like there is > > kHTTPD for Linux? > > God forbid! Lots of hack value, sure, but not something you'd > seriously consider for production use. well .. So let's turn the question upside-down, and ask "Is there a web server or -accelerator for FreeBSD with similar performance as with khttpd or Tux? -- Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA Computers are like air conditioners. They stop working when you open Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:17:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 0B3A337B402 for ; Sun, 17 Feb 2002 10:17:26 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1HIH3q00486; Mon, 18 Feb 2002 07:17:03 +1300 (NZDT) (envelope-from jonc) Date: Mon, 18 Feb 2002 07:17:03 +1300 From: Jonathan Chen To: mess-mate Cc: freebsd-questions-en Subject: Re: upsd problems Message-ID: <20020218071703.A229@grimoire.chen.org.nz> References: <20020217103432.A9D0B119@postfix2-1.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020217103432.A9D0B119@postfix2-1.free.fr>; from messmate@free.fr on Sun, Feb 17, 2002 at 11:00:50AM +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 Sun, Feb 17, 2002 at 11:00:50AM +0100, mess-mate wrote: > Hello all, > After my first install of FBSD I have following pb : > (of course fonfigured the kernel before the install) > in console there are continuing messages (on stdout) like > 'upsd[226]: write port : cannot write to /dev/cuaa0 : Resource > temporarily unavailable'. > 'upsd[226]: cannot put the UPS in smart mode' > So, I thought this is a pb with my mouse and disabled the mouse in > /etc/rc.conf. > Nothing helps. Well, you could read the message. It's the process "upsd" that's complaining about an error. It's probabably a UPS controller that you've installed (I assume you've got a UPS attached to your machine). Kill it and your messages will stop. You can uninstall it, or attach your UPS to /dev/cuaa0 (COM1 in DOS speak). -- Jonathan Chen ----------------------------------------------------------------------- "One, with God, is always a majority, but many a martyr has been burned at the stake while the votes were being counted." -- Thomas B. Reed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:26:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id A90DF37B405; Sun, 17 Feb 2002 10:26:02 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 32CC95341; Sun, 17 Feb 2002 19:26:01 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Roy Sigurd Karlsbakk Cc: , , Subject: Re: in-kernel HTTP Server for FreeBSD? References: From: Dag-Erling Smorgrav Date: 17 Feb 2002 19:26:00 +0100 In-Reply-To: Message-ID: Lines: 10 User-Agent: Gnus/5.0808 (Gnus v5.8.8) 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 Roy Sigurd Karlsbakk writes: > well .. So let's turn the question upside-down, and ask "Is there a web > server or -accelerator for FreeBSD with similar performance as with khttpd > or Tux? Have you tried thttpd or boa? DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:27: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from host213-123-129-40.in-addr.btopenworld.com (host213-123-129-40.in-addr.btopenworld.com [213.123.129.40]) by hub.freebsd.org (Postfix) with ESMTP id 1946037B41E; Sun, 17 Feb 2002 10:26:49 -0800 (PST) Received: by host213-123-129-40.in-addr.btopenworld.com (Postfix, from userid 1001) id 5F83F44E; Sun, 17 Feb 2002 18:27:21 +0000 (GMT) Date: Sun, 17 Feb 2002 18:27:21 +0000 From: Dominic Marks To: Roy Sigurd Karlsbakk Cc: Dag-Erling Smorgrav , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217182721.C1481@host213-123-129-40.in-addr.btop> References: 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 roy@karlsbakk.net on Sun, Feb 17, 2002 at 07:15:10PM +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 Hey, On Sun, Feb 17, 2002 at 07:15:10PM +0100, Roy Sigurd Karlsbakk wrote: > > > Is there any In-Kernel HTTP Server for FreeBSD, like there is > > > kHTTPD for Linux? > > > > God forbid! Lots of hack value, sure, but not something you'd > > seriously consider for production use. > > well .. So let's turn the question upside-down, and ask "Is there a web > server or -accelerator for FreeBSD with similar performance as with khttpd > or Tux? Zeus is the best overall. A lot of people also seem to have good performance from tHttpd and Boa. When you say 'similar performance' how many Mbit/s can Tux achieve (for static and dynamic content aggregated). > -- > Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA > > Computers are like air conditioners. > They stop working when you open Windows. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message -- Dominic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:31:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mustard.heime.net (mustard.heime.net [194.234.65.222]) by hub.freebsd.org (Postfix) with ESMTP id 1011837B400; Sun, 17 Feb 2002 10:31:10 -0800 (PST) Received: from localhost (roy@localhost) by mustard.heime.net (8.11.6/8.9.3) with ESMTP id g1HIV6i06497; Sun, 17 Feb 2002 19:31:06 +0100 Date: Sun, 17 Feb 2002 19:31:06 +0100 (CET) From: Roy Sigurd Karlsbakk X-Sender: To: Dag-Erling Smorgrav Cc: , , Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Have you tried thttpd or boa? thttpd chrashed when >2 simultanous downloads was started (large files) haven tried boa... > > DES > -- > Dag-Erling Smorgrav - des@ofug.org > -- Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA Computers are like air conditioners. They stop working when you open Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:32:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 7F21437B47D for ; Sun, 17 Feb 2002 10:31:48 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020217183147.XROO2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Sun, 17 Feb 2002 18:31:47 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1HIVjq31867; Sun, 17 Feb 2002 10:31:45 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Feb 2002 10:31:45 -0800 From: "Crist J. Clark" To: Joe & Fhe Barbish Cc: FBSD , cvarda@flopnet.com.br, Patrick Soltani Subject: Re: IPFW check-state rules Message-ID: <20020217103145.Q48401@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20020217080858.P48401@blossom.cjclark.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 barbish@a1poweruser.com on Sun, Feb 17, 2002 at 12:23:59PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 17, 2002 at 12:23:59PM -0500, Joe & Fhe Barbish wrote: > Crist you wrote this. > I am saying it is difficult to get ipfw(8) 'keep-state' to work well > with natd(8). It may not be worth it for many users. It does not > provide additional protection. > > > You are way out in no where land with that statement. > I have read you stating in other posts that keep-stated provides > much better security. And if keep-state did not provide better firewall > security then why would somebody take the time to write it? 'keep-state' provides much better protection than a stateless packet filter, no doubt about it. But combining NAT and a stateless firewall makes a stateful packet filter. However, I feel that that is abusing NAT. NAT is not a security feature. NAT is something you do to increase your IP address space. I don't like the fact that 'keep-state' and natd(8) do not work well together. There are quite a few things that I don't like about 'keep-state.' That's one of the main reasons I don't use it much anymore. I use IPFilter (but it has its limits too). > Well I killed natd and user ppp and restarted user ppp with -nat flag > and now the rules in the outbound section of my rules set as posted > here early, minis the divert rule are functioning. The correct answer to > my original question was to get rid of natd from the ipfw rules set and > use the user ppp nat function. I didn't know you were using ppp(8). -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:33:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 441FB37B404; Sun, 17 Feb 2002 10:33:03 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 6053A5343; Sun, 17 Feb 2002 19:33:01 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Roy Sigurd Karlsbakk Cc: Thomas Hurst , , , Subject: Re: in-kernel HTTP Server for FreeBSD? References: From: Dag-Erling Smorgrav Date: 17 Feb 2002 19:33:00 +0100 In-Reply-To: Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) 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 Roy Sigurd Karlsbakk writes: > > sendfile() isn't zero-copy, it's just two-less-copies. > zero-copy means "zero copy-operations within memory" To an MCSE, maybe. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:37:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 6CB9A37B400 for ; Sun, 17 Feb 2002 10:37:36 -0800 (PST) Received: from barbish ([63.70.155.75]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Sun, 17 Feb 2002 13:41:48 -0500 From: "Joe & Fhe Barbish" To: "Thomas Salmon" Cc: "FBSD" Subject: RE: observing ppp Date: Sun, 17 Feb 2002 13:37:32 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <5.1.0.14.0.20020217182418.00ba5430@pop.gmx.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 cat /var/log/ppp.log | grep CONNECT If your modem hardware has verbose return codes turned on this will work, otherwise use Hayes at commands to load the factory default settings AT&F0&W0&Y0 into modem hardware. 0=zero -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Thomas Salmon Sent: Sunday, February 17, 2002 12:39 PM To: freebsd-questions@FreeBSD.ORG Subject: observing ppp I'am running Freebsd 4.5 on a gateway. My dsl-connection is established with the ppp-Modul. ppp runs with the options "auto" and "nat". What i'd like to know is: how do i know if a connection is established and wether ppp is doing nat on the interface? thanks for your answer 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 Sun Feb 17 10:40:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mustard.heime.net (mustard.heime.net [194.234.65.222]) by hub.freebsd.org (Postfix) with ESMTP id 9D60337B400; Sun, 17 Feb 2002 10:39:44 -0800 (PST) Received: from localhost (roy@localhost) by mustard.heime.net (8.11.6/8.9.3) with ESMTP id g1HIdd406538; Sun, 17 Feb 2002 19:39:39 +0100 Date: Sun, 17 Feb 2002 19:39:39 +0100 (CET) From: Roy Sigurd Karlsbakk X-Sender: To: Dag-Erling Smorgrav Cc: Thomas Hurst , , , Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > > sendfile() isn't zero-copy, it's just two-less-copies. > > zero-copy means "zero copy-operations within memory" > > To an MCSE, maybe. strange ... It's interesting that Dr. Scient Paal Halvorsen that recently finished his thesis about the subject 'Memory buffering / caching in multimedia streaming systems'. This has the following description The INSTANCE operating system enhancements show great improvements for multimedia streaming. In this thesis, we want to look at buffering/caching/prefetching mechanisms suitable for multimedia streams combined with the INSTANCE zero-copy data path. See http://www.ifi.uio.no/~paalh/index2.html for more info hm Am I an idiot here or have someone else misunderstood? -- Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA Computers are like air conditioners. They stop working when you open Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 10:41:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 673ED37B483; Sun, 17 Feb 2002 10:40:23 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020217184023.XVYG2626.rwcrmhc51.attbi.com@InterJet.elischer.org>; Sun, 17 Feb 2002 18:40:23 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id KAA46907; Sun, 17 Feb 2002 10:27:07 -0800 (PST) Date: Sun, 17 Feb 2002 10:27:06 -0800 (PST) From: Julian Elischer To: Dominic Marks Cc: hiten@uk.FreeBSD.org, hackers@FreeBSD.org, freebsd-questions@FreeBSD.org, jdp@polstra.com Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: <20020217145935.A1481@host213-123-129-40.in-addr.btop> 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 there is one. Written by jdp@freebsd.org I think it's proprietary but maybe not.. (CC'd) On Sun, 17 Feb 2002, Dominic Marks wrote: > Hey, > > On Sun, Feb 17, 2002 at 06:33:43AM -0800, Hiten Pandya wrote: > > hi all, > > > > [ I am not currently subscribed to -questions, please CC a copy to > > me, thanks. :) ] > > > > I beleive this question is not intended for the -hackers list, > > but might be interesting. I have also cc'ed this to the > > -questions list. > > > > Is there any In-Kernel HTTP Server for FreeBSD, like there is > > kHTTPD for Linux? > > Ive never seen or heard of one, at least not one available to the > general public. Services should be executed in the user space, thats > what its for. Cross-polluting these user/kernel environments is to be > discouraged. > > Thats my opinion anyway. > > > Thanks, > > Regards, > > > > -- Hiten Pandya > > -- > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! Sports - Coverage of the 2002 Olympic Games > > http://sports.yahoo.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-hackers" in the body of the message > > -- > Dominic > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" 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 Feb 17 10:51: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 38D4A37B402; Sun, 17 Feb 2002 10:51:04 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 130D05341; Sun, 17 Feb 2002 19:51:01 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Roy Sigurd Karlsbakk Cc: Thomas Hurst , , , Subject: Re: in-kernel HTTP Server for FreeBSD? References: From: Dag-Erling Smorgrav Date: 17 Feb 2002 19:51:00 +0100 In-Reply-To: Message-ID: Lines: 19 User-Agent: Gnus/5.0808 (Gnus v5.8.8) 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 Roy Sigurd Karlsbakk writes: > > > > sendfile() isn't zero-copy, it's just two-less-copies. > > > zero-copy means "zero copy-operations within memory" > > To an MCSE, maybe. > strange ... > [...] So what would you call direct DMA from the disk controller to the network adapter? Minus-one-copy? And even in the sendfile(2) case, data sometimes *is* copied in-core to satisfy alignment requirements etc. Stop using buzzwords just because they give you a woody. (and yes, even a Dr. Scient can be mistaken. Papers don't make you smart, you know - though I wouldn't expect someone who brags about being an MCSE and MCNE to understand that) DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 11: 1:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13402.mail.yahoo.com (web13402.mail.yahoo.com [216.136.175.60]) by hub.freebsd.org (Postfix) with SMTP id 4D81537B416 for ; Sun, 17 Feb 2002 11:01:04 -0800 (PST) Message-ID: <20020217190102.89291.qmail@web13402.mail.yahoo.com> Received: from [200.67.136.178] by web13402.mail.yahoo.com via HTTP; Sun, 17 Feb 2002 11:01:02 PST Date: Sun, 17 Feb 2002 11:01:02 -0800 (PST) From: Gerardo Joven Subject: Orinoco RG-1100 + Orinoco Cards 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 there: What I want to do: Share Internet via Orinoco RG-1100 with Orinoco cards (one Silver and one Gold) using Windows XP as the server. Windows XP is the server (damn USB modem) running ICS. Server configuration is all fine because I'm writing this mail as a client BUT on Windows. Now, lets go to the FreeBSD part. I'm running FreeBSD 4.5. PCCARD support is there and starts at boot. WI recognizes my card and gives no errors. Lets go to wicontrol now. First of all, should I use AD-HOC (which is mode 3 on wincontrol) or BSS mode (1)? I read wi and wicontrol man pages. I understood I gotta use BSS if Im using an Access Point ( A Residential Gateway works just as an access point, doesnt it?) but the signal light on the card won't turn on, it turns on when I choose ad-hoc. My RG has a "Network Name" at the bottom of it which I had to specify on Windows 98 (XP detected the RG) to I could connect to it. Do I need to specify that name with the -n option on wicontrol (wicontrol -i wi0 -n 394876)? Or isnt that necessary? Last, I wondered how to save the wicontrol options so they wont get reseted each time and I figured out to put them on pccard.conf BUT there is a small problem, all gets setted correctly but 1 thing. After I boot the machine with the pccard.conf already configured, i get the following: # wicontrol -i wi0 CURRENT NETWORK NAME [ FreeBSD Lucent Card] DESIRED NETWORK NAME [ 394876 ] How can I make my desired network name, be my network name? I mean, just in case I need to specify it. The 394876 name i typed in there is my RG's Network Name at the bottom, remember? Someone could help me pls?? If you need more info i will provide it ASAP Thanks in advance, Alcachofo Demv __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 17 11: 4: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from acl.lanl.gov (acl.lanl.gov [128.165.147.1]) by hub.freebsd.org (Postfix) with SMTP id 5A12C37B417 for ; Sun, 17 Feb 2002 11:03:54 -0800 (PST) Received: (qmail 1705325 invoked from network); 17 Feb 2002 12:03:53 -0700 Received: from xed.acl.lanl.gov (128.165.147.191) by acl.lanl.gov with SMTP; 17 Feb 2002 12:03:53 -0700 Received: (qmail 5223 invoked by uid 3499); 17 Feb 2002 12:03:53 -0700 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 17 Feb 2002 12:03:53 -0700 Date: Sun, 17 Feb 2002 12:03:53 -0700 (MST) From: Ronald G Minnich X-X-Sender: To: Cc: Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 17 Feb 2002, Dag-Erling Smorgrav wrote: > Roy Sigurd Karlsbakk writes: > > > sendfile() isn't zero-copy, it's just two-less-copies. > > zero-copy means "zero copy-operations within memory" > > To an MCSE, maybe. I think Roy is right. AFAIK the term "zero copy" was invented by Van Jacobsen ca. 1990 to describe an optimized TCP stack he had working with the Witless interface project he did with HP, while he was still at LBL. Witless was an FDDI interface with interesting properties -- still well worth studying today. And, there was one copy in the TCP for Witless. You had to read "zero copy" to mean "Zero copies more than the absolute minimum". When we did the MINI interface at the SRC (ca. 1994), which had one less copy than Witless, we jokingly called it a "-1 copy" interface. ron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 11: 8:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m10.mx.aol.com (imo-m10.mx.aol.com [64.12.136.165]) by hub.freebsd.org (Postfix) with ESMTP id C25A237B400 for ; Sun, 17 Feb 2002 11:08:52 -0800 (PST) Received: from DrdeHaerne@aol.com by imo-m10.mx.aol.com (mail_out_v32.5.) id n.7c.23136e42 (5712) for ; Sun, 17 Feb 2002 14:08:45 -0500 (EST) Received: from web46.aolmail.aol.com (web46.aolmail.aol.com [205.188.161.7]) by air-id04.mx.aol.com (v83.35) with ESMTP id MAILINID45-0217140844; Sun, 17 Feb 2002 14:08:44 -0500 Date: Sun, 17 Feb 2002 14:08:44 EST From: DrdeHaerne@aol.com Subject: make.conf, proxy and ports To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Message-ID: <7c.23136e42.29a159bc@aol.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, I just set up a new system with FBSD 4.5 behind a proxy server/firewall and I'm having a real pain getting ports installed. I followed logic and created /etc/make.conf with the following lines: $ cat /etc/make.conf | grep _PROXY FTP_PROXY= 10.100.10.100:1080 HTTP_PROXY= 10.100.10.100:3128 Those being the addresses of my proxies of course. All other machines that use the proxies work fine - ftp, ssh, http, whatever I need it works. I'll admit though, all of those machines are windows and this is the first time I set up a fbsd machine behind the proxy. Anyhow, even with the changes in the make.conf file, when I go to a port and run make, the machine still tries to make a direct connection (with fetch of course) instead of going through the proxy. I know this because I'm looking a tcp traffic logs while trying to install. So why aren't the ports using the make.conf proxy setting? In past experiences it always read it fine - well just for the USA_RESIDENT option. the make.conf on the machine in question only has the proxy lines (+usa resident and force register), and the proxy server is set up to accept connections from my new fbsd box. Sorry for the long question, but I just wanted to be clear. any help would be really appreciated, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 11: 9:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from probsd.ws (ilm25-53-085.ec.rr.com [24.25.53.85]) by hub.freebsd.org (Postfix) with ESMTP id 28C7B37B420 for ; Sun, 17 Feb 2002 11:09:33 -0800 (PST) Received: by probsd.ws (8.11.6/8.11.6) id g1HJAR900379 for freebsd-questions@FreeBSD.ORG; Sun, 17 Feb 2002 14:10:27 -0500 (EST) (envelope-from freebsd) Message-Id: <200202171910.g1HJAR900379@probsd.ws> Content-Type: text/plain; charset="iso-8859-1" From: Michael Sharp To: freebsd-questions@FreeBSD.ORG Subject: apache13 Date: Sun, 17 Feb 2002 14:10:27 -0500 X-Mailer: KMail [version 1.3.2] 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 just installed the apache13 port on a fresh install 4.5-RELEASE box and all went fine. However, when starting 'sh /usr/local/etc/rc.d apache.sh start' I get error: Unable to Determine the PREFIX The Daemon wont start with apachectl or with /usr/sbin/httpd either. Anyone else having this problem on 4.5? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 11:15:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mustard.heime.net (mustard.heime.net [194.234.65.222]) by hub.freebsd.org (Postfix) with ESMTP id 39E1837B416; Sun, 17 Feb 2002 11:15:18 -0800 (PST) Received: from localhost (roy@localhost) by mustard.heime.net (8.11.6/8.9.3) with ESMTP id g1HJFDR06658; Sun, 17 Feb 2002 20:15:13 +0100 Date: Sun, 17 Feb 2002 20:15:13 +0100 (CET) From: Roy Sigurd Karlsbakk X-Sender: To: Dag-Erling Smorgrav Cc: Thomas Hurst , , , Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > So what would you call direct DMA from the disk controller to the > network adapter? Minus-one-copy? And even in the sendfile(2) case, > data sometimes *is* copied in-core to satisfy alignment requirements > etc. Stop using buzzwords just because they give you a woody. buzzwords or whatever - I really dont care. But can you please point at *one* application/system/whatever that is using HDD->NIC DMA? > (and yes, even a Dr. Scient can be mistaken. Papers don't make you > smart, you know - though I wouldn't expect someone who brags about > being an MCSE and MCNE to understand that) er.. So - if you certify within a product, you'll probably become dumber? Grow up -- Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA Computers are like air conditioners. They stop working when you open Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 11:40:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uni-sb.de (uni-sb.de [134.96.252.33]) by hub.freebsd.org (Postfix) with ESMTP id 07F6B37B425 for ; Sun, 17 Feb 2002 11:40:35 -0800 (PST) Received: from cs.uni-sb.de (cs.uni-sb.de [134.96.252.31]) by uni-sb.de (8.12.2/2002020400) with ESMTP id g1HJeWj07675; Sun, 17 Feb 2002 20:40:33 +0100 (CET) Received: from mail.cs.uni-sb.de (IDENT:by5e5S6xS9nFv//qVV2xcKYG/nCaalqo@mail.cs.uni-sb.de [134.96.254.200]) by cs.uni-sb.de (8.12.1/2001121800) with ESMTP id g1HJeWs12084; Sun, 17 Feb 2002 20:40:32 +0100 (CET) Received: from wjpserver.cs.uni-sb.de (wjpserver.cs.uni-sb.de [134.96.247.42]) by mail.cs.uni-sb.de (8.12.2/2002011500) with ESMTP id g1HJeUO04818; Sun, 17 Feb 2002 20:40:30 +0100 (CET) Received: (from schuerge@localhost) by wjpserver.cs.uni-sb.de (8.11.0/8.11.0/wjp-SVR4/1999052600) id g1HJeUO02195; Sun, 17 Feb 2002 20:40:30 +0100 (MET) From: Thomas Schuerger Message-Id: <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de> Subject: Re: make.conf, proxy and ports In-Reply-To: <7c.23136e42.29a159bc@aol.com> from "DrdeHaerne@aol.com" at "Feb 17, 2002 02:08:44 pm" To: DrdeHaerne@aol.com Date: Sun, 17 Feb 2002 20:40:30 +0100 (MET) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL57 (25)] 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 [Charset ISO-8859-1 unsupported, filtering to ASCII...] > hi, > > I just set up a new system with FBSD 4.5 behind a proxy server/firewall and I'm having a real pain getting ports installed. > > I followed logic and created /etc/make.conf with the following lines: > > $ cat /etc/make.conf | grep _PROXY > FTP_PROXY= 10.100.10.100:1080 > HTTP_PROXY= 10.100.10.100:3128 Try using FTP_PROXY= http://10.100.10.100:1080 (http is correct here) HTTP_PROXY= http://10.100.10.100:3128 instead. I didn't put those environment variables in make.conf on my machine though. I used setenv FTP_PROXY http://server:port setenv HTTP_PROXY http://server:port in my .tcshrc file. But it should work fine in make.conf, too. Greetings, Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 11:45: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 3EDAB37B405 for ; Sun, 17 Feb 2002 11:44:56 -0800 (PST) Received: (qmail 2319 invoked from network); 17 Feb 2002 19:44:45 -0000 Received: from dap-209-166-133-2.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.2) by smtp1.mx.pitdc1.stargate.net with SMTP; 17 Feb 2002 19:44:45 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id 088C04844F; Sun, 17 Feb 2002 14:45:56 -0500 (EST) From: "Doug Reynolds" To: "freebsd-questions@FreeBSD.ORG" , "Michael Sharp" Date: Sun, 17 Feb 2002 14:47:53 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <200202171910.g1HJAR900379@probsd.ws> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: apache13 Message-Id: <20020217194556.088C04844F@wastegate.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 Sun, 17 Feb 2002 14:10:27 -0500, Michael Sharp wrote: >I just installed the apache13 port on a fresh install 4.5-RELEASE box and all >went fine. However, when starting 'sh /usr/local/etc/rc.d apache.sh start' > >I get error: Unable to Determine the PREFIX > >The Daemon wont start with apachectl or with /usr/sbin/httpd either. > >Anyone else having this problem on 4.5? nope- sounds like you have a configuration errors, or it can't find an address to bind to. is your hostname is /etc/hosts? --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 11:56: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id 1106B37B402 for ; Sun, 17 Feb 2002 11:55:58 -0800 (PST) Received: (qmail 27297 invoked from network); 17 Feb 2002 19:55:53 -0000 Received: from dap-209-166-133-2.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.2) by smtp3.mx.pitdc1.stargate.net with SMTP; 17 Feb 2002 19:55:53 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id 0B83448449; Sun, 17 Feb 2002 14:56:59 -0500 (EST) From: "Doug Reynolds" To: "FreeBSD-questions@FreeBSD.ORG" , "Robert Tsay" Date: Sun, 17 Feb 2002 14:58:56 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: FE promiscuous mode? Message-Id: <20020217195659.0B83448449@wastegate.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 Fri, 15 Feb 2002 17:36:10 -0800 (PST), Robert Tsay wrote: >Anyone know what happened about this? > >host/kernel: fxp0: promiscuous mode enabled >host/kernel: fxp0: promiscuous mode disabled where you using tcpdump? I believe it enables it to snoop all packets and then disables when done promiscuous mode just allows the interface to read all packets on the network --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 11:58:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mx.pitdc1.stargate.net (smtp2.mx.pitdc1.stargate.net [206.210.69.142]) by hub.freebsd.org (Postfix) with SMTP id 7FF0637B402 for ; Sun, 17 Feb 2002 11:58:24 -0800 (PST) Received: (qmail 23581 invoked from network); 17 Feb 2002 19:58:19 -0000 Received: from dap-209-166-133-2.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.2) by smtp2.mx.pitdc1.stargate.net with SMTP; 17 Feb 2002 19:58:19 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id 5D5DF48449; Sun, 17 Feb 2002 14:59:34 -0500 (EST) From: "Doug Reynolds" To: "Alain Fabry" , "cjclark@alum.mit.edu" , "Crist J. Clark" Cc: "freebsd-questions@FreeBSD.ORG" Date: Sun, 17 Feb 2002 15:01:31 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <20020215182653.Y36782@blossom.cjclark.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Beginner's question - Network problem Message-Id: <20020217195934.5D5DF48449@wastegate.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 Fri, 15 Feb 2002 18:26:53 -0800, Crist J. Clark wrote: >On Sat, Feb 16, 2002 at 02:46:08AM +0100, Alain Fabry wrote: >> It's a Intel EtherExpress Pro 10+ ISA card > >[snip] > >> ex: WARNING: board's EEPROM is configured for IRQ 0, using 5 >> ex0: at port 0x200-0x20f iomem 0xcc000-0xcffff irq 5 on isa0 >> ex0: PnP config, 16-bit bus, board id 0xfff, stepping 0xf >> ex0: Ethernet address ff:ff:ff:ff:ff:ff > >Not good. Have you tried disabling PnP in your BIOS? if I can recall correctly, that board can be either PnP or jumperless. download the dos program from intel, and set the board to where you want it. PnP is great for PCI, but sucks for ISA, imho. I've done this with all my isa network cards and never had a problem with freebsd or any other OS for that matter. --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12: 1: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 29C5537B404 for ; Sun, 17 Feb 2002 12:01:01 -0800 (PST) Received: (qmail 26843 invoked from network); 17 Feb 2002 20:00:57 -0000 Received: from dap-209-166-133-2.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.2) by smtp1.mx.pitdc1.stargate.net with SMTP; 17 Feb 2002 20:00:57 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id 144944844F; Sun, 17 Feb 2002 15:02:23 -0500 (EST) From: "Doug Reynolds" To: "Noone Here" , "Steven Lake" Cc: "freebsd-questions@freebsd.org" Date: Sun, 17 Feb 2002 15:04:20 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: cablemodem bandwidth sharing (2 cablemodems) Message-Id: <20020217200223.144944844F@wastegate.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 Fri, 15 Feb 2002 21:15:48 -0600 (CST), Steven Lake wrote: > Now if someone knows a way to get the server on the far end to >split the data transfer and send it half and half via the two lines, that >would be awesome. But most likely you'd have to get your provider to bind >the two connections together on their end so that the data flow was split >at the gateway and then rejoined on your side. That works, but not many >providers I know go for that. Unless you wanna back some big $$$. I am not sure if this will work, but did you ever try round robin DNS configuration? it is sorta a make shift load-balancing deal, dont know if it'd work for that though. --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12: 7: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.mx.pitdc1.stargate.net (smtp3.mx.pitdc1.stargate.net [206.210.69.143]) by hub.freebsd.org (Postfix) with SMTP id 98FB037B404 for ; Sun, 17 Feb 2002 12:06:54 -0800 (PST) Received: (qmail 15388 invoked from network); 17 Feb 2002 20:06:52 -0000 Received: from dap-209-166-133-2.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.2) by smtp3.mx.pitdc1.stargate.net with SMTP; 17 Feb 2002 20:06:52 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id D753A4844F; Sun, 17 Feb 2002 15:08:25 -0500 (EST) From: "Doug Reynolds" To: "Cliff Sarginson" , "FreeBSD List" Date: Sun, 17 Feb 2002 15:10:23 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <20020216075519.GE4963@raggedclown.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: USB modems Message-Id: <20020217200825.D753A4844F@wastegate.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 Sat, 16 Feb 2002 08:55:19 +0100, Cliff Sarginson wrote: >Hello, >There was recently a short interchange on this list concerning >USB modems. Re-reading it I am not sure I can draw any conclusion. > >Are USB modems sometimes/always/never winmodems ? from what I've gathered, yes, always. it seems they don't use AT commands either. glad I have 3 56k externel _serial_ USR Sportsters :) --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12:11:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts17-srv.bellnexxia.net (tomts17.bellnexxia.net [209.226.175.71]) by hub.freebsd.org (Postfix) with ESMTP id C836B37B43A for ; Sun, 17 Feb 2002 12:11:34 -0800 (PST) Received: from there ([209.226.240.120]) by tomts17-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020217201133.WTJE10641.tomts17-srv.bellnexxia.net@there> for ; Sun, 17 Feb 2002 15:11:33 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Pierre-Luc Drouin To: freebsd-questions@freebsd.org Subject: Setup of HP LaserJet 1200 on USB: can get ugen0 but not ulpt0 Date: Sun, 17 Feb 2002 15:08:55 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020217201133.WTJE10641.tomts17-srv.bellnexxia.net@there> Sender: owner-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 ton configure an HP LaserJet 1200 printer on usb In my kernel, i've: 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 ulpt # Printer Device ulpt0 exist in /dev/ In dmesg, i get /kernel: usb0: OHCI version 1.0, legacy support /kernel: usb0: on ohci0 /kernel: uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 /kernel: uhub0: 4 ports with 4 removable, self powered /kernel: ugen0: HewLett Packard HP LaserJet 1200, rev 1.10/1.00, addr 2 but when i try to configure apsfilter with ulpt0 or anything else, it says than ulpt0 is not configured. It seems than FreeBSD detects my printer like any other usb device, but doesn't recognize that it's a printer. What can i do with it? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12:13:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mx.pitdc1.stargate.net (smtp2.mx.pitdc1.stargate.net [206.210.69.142]) by hub.freebsd.org (Postfix) with SMTP id 15BFE37B405 for ; Sun, 17 Feb 2002 12:13:40 -0800 (PST) Received: (qmail 14207 invoked from network); 17 Feb 2002 20:13:36 -0000 Received: from dap-209-166-133-2.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.2) by smtp2.mx.pitdc1.stargate.net with SMTP; 17 Feb 2002 20:13:36 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id EE84248449; Sun, 17 Feb 2002 15:15:09 -0500 (EST) From: "Doug Reynolds" To: "questions@freebsd.org" , "ycardena@computer.org" , "Yonny Cardenas B." Date: Sun, 17 Feb 2002 15:17:07 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <20020216191255.80994.qmail@web14201.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: I can't Install 4.5 on Dell Inspiron 2500 Message-Id: <20020217201510.EE84248449@wastegate.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 Sat, 16 Feb 2002 11:12:55 -0800 (PST), Yonny Cardenas B. wrote: > >Hi > >I try to install FreeBSD 4.5 on Laptop Dell Inspiron 2500 but program install fail when it probes the hardware. > >What I can do ? first start by going into userconfig when the machine boot and disabling everything you don't have. that generally works for me --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12:18:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ryu.zighelboim.com (ryu.zighelboim.com [204.251.1.162]) by hub.freebsd.org (Postfix) with ESMTP id AAC7737B405 for ; Sun, 17 Feb 2002 12:18:13 -0800 (PST) Received: from shame (DA.zighelboim.com [204.251.1.171]) (authenticated) by ryu.zighelboim.com (8.11.6/8.11.6) with ESMTP id g1HKIBG06138 (using TLSv1/SSLv3 with cipher RC4-MD5 (128 bits) verified NO) for ; Sun, 17 Feb 2002 14:18:12 -0600 (CST) (envelope-from raul@zighelboim.com) From: "Raul Zighelboim" To: Subject: Clock running too fast ? Date: Sun, 17 Feb 2002 14:18: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.2911.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 Hello there; I setup a system with -Current and an AMD-K6 3D processor. I noticed that the clock was running (about twice the speed of time :-) I used sysctl to change kern.timecounter.hardware from ACPI to i8254 and now all is well. Even the kernel: microuptime() went backwards (2855.058761 -> 2850.689019) messages are gone. Questions: Is there a variable on the kernel to force kern.timecounter.hardware=i8254 ? What is going on ? thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12:18:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 78B6A37B416 for ; Sun, 17 Feb 2002 12:18:24 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020217201824.ZVTY2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Sun, 17 Feb 2002 20:18:24 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1HKINC32240; Sun, 17 Feb 2002 12:18:23 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Feb 2002 12:18:22 -0800 From: "Crist J. Clark" To: Thomas Schuerger Cc: DrdeHaerne@aol.com, freebsd-questions@FreeBSD.ORG Subject: Re: make.conf, proxy and ports Message-ID: <20020217121822.R48401@blossom.cjclark.org> References: <7c.23136e42.29a159bc@aol.com> <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de>; from schuerge@wjpserver.CS.Uni-SB.DE on Sun, Feb 17, 2002 at 08:40:30PM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 17, 2002 at 08:40:30PM +0100, Thomas Schuerger wrote: > [Charset ISO-8859-1 unsupported, filtering to ASCII...] > > hi, > > > > I just set up a new system with FBSD 4.5 behind a proxy server/firewall and I'm having a real pain getting ports installed. > > > > I followed logic and created /etc/make.conf with the following lines: > > > > $ cat /etc/make.conf | grep _PROXY > > FTP_PROXY= 10.100.10.100:1080 > > HTTP_PROXY= 10.100.10.100:3128 > > Try using > > FTP_PROXY= http://10.100.10.100:1080 (http is correct here) > HTTP_PROXY= http://10.100.10.100:3128 > > instead. Actually, try using, FETCH_ENV= FTP_PROXY=ftp://10.100.10.100:1080 HTTP_PROXY=http://10.100.10.100:3128 If you actually want it to work. I guess no one else is going to fix etc/defaults/make.conf now that it is depricated. Just have to do it myself. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12:22: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21006.mail.yahoo.com (web21006.mail.yahoo.com [216.136.227.60]) by hub.freebsd.org (Postfix) with SMTP id 7337637B41A for ; Sun, 17 Feb 2002 12:21:44 -0800 (PST) Message-ID: <20020217202144.1110.qmail@web21006.mail.yahoo.com> Received: from [66.3.230.240] by web21006.mail.yahoo.com via HTTP; Sun, 17 Feb 2002 20:21:44 GMT Date: Sun, 17 Feb 2002 20:21:44 +0000 (GMT) From: =?iso-8859-1?q?Matt=20Sykes?= Subject: CFLAGS should not apply to world or modules To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (4.5-stable) ... or there should be a separate PORTS_CFLAGS or WORLD_CFLAGS or whatever. If I want to set -O2 -march=pentiumpro for building XFree86, I don't necessarily want my 'ls' command optimized as such, especially since there are warnings that these optimizations can break things in the world. And these optimizations make little sense for kernel modules in all concievable cases. Yeah I could edit make.conf every time I build ports or the kernel/world, or always pass these flags explicitly at the command line etc., but that's annoying and a workaround for a setup which is Blatantly Incorrect. I see this discussed here and there, but the problem still persists. Why? --Matt __________________________________________________ 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 Sun Feb 17 12:30:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kirk.dlee.org (66-61-162-235.mtc3.cox.rr.com [66.61.162.235]) by hub.freebsd.org (Postfix) with ESMTP id CE80F37B402 for ; Sun, 17 Feb 2002 12:30:06 -0800 (PST) Received: (from dgl@localhost) by kirk.dlee.org (8.11.6/8.11.6) id g1HKU5b06604 for freebsd-questions@freebsd.org; Sun, 17 Feb 2002 15:30:05 -0500 (EST) (envelope-from dgl) Date: Sun, 17 Feb 2002 15:30:05 -0500 From: Doug Lee To: freebsd-questions@freebsd.org Subject: Recommended answering machine software? Message-ID: <20020217203005.GH1069@kirk.dlee.org> Mail-Followup-To: Doug Lee , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i Organization: Bartimaeus Group Sender: owner-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 run something under FreeBSD 4.4/4.5 which can make my FreeBSD box act as an answering machine: answer calls, play an outgoing message (presumably a .wav or similar file), and take messages. It would be nice if it also could understand DTMF codes and do different things according to them, like allow messages to be maintained for multiple people. Whether or not it's part of the system, I also intend to cause the message files to be e-mailed appropriately on receipt. Finally, I'm hoping this system will be compatible (with or without a little shell/Perl programming) with mgetty+sendfax, which I already run. Currently, I can't dial into mgetty+sendfax unless I disable my answering machine in advance. I skimmed through ports but didn't find a clear winner for this type of application. I'm also not sure what specific hardware I'd need (I assume not just any modem will do :-), and I suspect this will be dependent on what software I use. Any suggestions welcome. -- Doug Lee dgl@visi.com http://www.visi.com/~dgl Bartimaeus Group doug@bartsite.com http://www.bartsite.com "Liberty comes in boxes: ballot, jury, and ammo." -Anonymous To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12:31:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mdv.dhs.org (mdv.xs4all.nl [213.84.209.48]) by hub.freebsd.org (Postfix) with ESMTP id 81DAE37B42A; Sun, 17 Feb 2002 12:30:35 -0800 (PST) Received: (from root@localhost) by mdv.dhs.org (8.11.6/8.11.6) id g1HKUYB02016; Sun, 17 Feb 2002 21:30:34 +0100 (CET) (envelope-from mdevries@haveityourway.nl) Received: from marcel.haveityourway.nl (marcel.mdv.int [192.168.1.3]) by mdv.dhs.org (8.11.6/8.11.6av) with ESMTP id g1HKUWn02009; Sun, 17 Feb 2002 21:30:32 +0100 (CET) (envelope-from mdevries@haveityourway.nl) Message-Id: <5.1.0.14.2.20020217212523.00b793d0@outshine> X-Sender: mdevries@outshine X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Feb 2002 21:30:26 +0100 To: Roy Sigurd Karlsbakk , Dag-Erling Smorgrav From: Marcel de Vries Subject: Re: in-kernel HTTP Server for FreeBSD? Cc: Thomas Hurst , , , In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 As far as I can see about publishing your Product Status is really immature you know. To be posting this in a open source community is be asking for an confrontation. It is not about being smart of dump, to keep in track and learning the beauty of technology but even to make bigger sense in a way this community helps each other the best way is to cut the Status crap at the end of your signature. Enjoy your Certifcates on the wall in your living room in a private manner you know what I mean? . But bragging about that stuff in your mail is not a way to earn respect. I really dislike to see this beef, I respect you and I'm proud for your achievements but for the future keep it low profile, or else it would only be used against you. And can somebody please help me with the no buffer space problem I posted yesterday ;-) Should I say more? Marcel de Vries, Swim Diploma, Firt Aid, And I don't give a F##K At 20:15 17-02-2002 +0100, Roy Sigurd Karlsbakk wrote: > > So what would you call direct DMA from the disk controller to the > > network adapter? Minus-one-copy? And even in the sendfile(2) case, > > data sometimes *is* copied in-core to satisfy alignment requirements > > etc. Stop using buzzwords just because they give you a woody. > >buzzwords or whatever - I really dont care. > >But can you please point at *one* application/system/whatever that is >using HDD->NIC DMA? > > > (and yes, even a Dr. Scient can be mistaken. Papers don't make you > > smart, you know - though I wouldn't expect someone who brags about > > being an MCSE and MCNE to understand that) > >er.. So - if you certify within a product, you'll probably become dumber? > >Grow up > >-- >Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA > >Computers are like air conditioners. >They stop working when you open Windows. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Feb 17 12:36:22 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 D0A6137B404 for ; Sun, 17 Feb 2002 12:36:13 -0800 (PST) Received: from frejya.corp.netapp.com (frejya [10.10.20.91]) by mx01-a.netapp.com (8.11.1/8.11.1/NTAP-1.2) with ESMTP id g1HKZt323576; Sun, 17 Feb 2002 12:35:55 -0800 (PST) Received: from orbit-fe.eng (localhost [127.0.0.1]) by frejya.corp.netapp.com (8.12.2/8.12.2/NTAP-1.4) with ESMTP id g1HKZtJQ016378; Sun, 17 Feb 2002 12:35:55 -0800 (PST) Received: from localhost (kmacy@localhost) by orbit-fe.eng (8.10.2+Sun/8.10.2) with ESMTP id g1HKZbs02838; Sun, 17 Feb 2002 12:35:42 -0800 (PST) Date: Sun, 17 Feb 2002 12:35:37 -0800 (PST) From: Kip Macy To: Marcel de Vries Cc: Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.freebsd.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: <5.1.0.14.2.20020217212523.00b793d0@outshine> 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 Can we move the personal slights off of -hackers? This is extraordinarily unprofessional. If you need to do this in a public forum, do it on -chat. On Sun, 17 Feb 2002, Marcel de Vries wrote: > As far as I can see about publishing your Product Status is really immature > you know. > To be posting this in a open source community is be asking for an > confrontation. > > It is not about being smart of dump, to keep in track and learning the > beauty of technology but even to make bigger sense in a way this community > helps each other the best way is to cut the Status crap at the end of your > signature. > > Enjoy your Certifcates on the wall in your living room in a private manner > you know what I mean? . But bragging about that stuff in your mail is not a > way to earn respect. > > I really dislike to see this beef, I respect you and I'm proud for your > achievements but for the future keep it low profile, or else it would only > be used against you. > > And can somebody please help me with the no buffer space problem I posted > yesterday ;-) > > Should I say more? > > Marcel de Vries, Swim Diploma, Firt Aid, And I don't give a F##K > > > > At 20:15 17-02-2002 +0100, Roy Sigurd Karlsbakk wrote: > > > So what would you call direct DMA from the disk controller to the > > > network adapter? Minus-one-copy? And even in the sendfile(2) case, > > > data sometimes *is* copied in-core to satisfy alignment requirements > > > etc. Stop using buzzwords just because they give you a woody. > > > >buzzwords or whatever - I really dont care. > > > >But can you please point at *one* application/system/whatever that is > >using HDD->NIC DMA? > > > > > (and yes, even a Dr. Scient can be mistaken. Papers don't make you > > > smart, you know - though I wouldn't expect someone who brags about > > > being an MCSE and MCNE to understand that) > > > >er.. So - if you certify within a product, you'll probably become dumber? > > > >Grow up > > > >-- > >Roy Sigurd Karlsbakk, MCSE, MCNE, CLS, LCA > > > >Computers are like air conditioners. > >They stop working when you open Windows. > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" 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 Feb 17 12:46:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 8A6B237B41E for ; Sun, 17 Feb 2002 12:46:25 -0800 (PST) Received: (qmail 635 invoked by uid 100); 17 Feb 2002 20:46:24 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15472.5792.116564.796409@guru.mired.org> Date: Sun, 17 Feb 2002 14:46:24 -0600 To: "Mark Tamola" Cc: questions@freebsd.org Subject: Re: USB Printer Problem In-Reply-To: <50212691@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Mark Tamola types: > I have a Canon BJC-2110 USB printer. > ulpt0: Canon BJC-2100, rev 1.00/1.00, addr 3, iclass 7/1 That's a good thing. It means the system recognizes it as a USB printer, and the data will be delivered to it. > When I do a "lptest > /dev/ulpt0" there is no response from the printer. I > know the printer works under Windows 2000. Are there any other things I > missed or any suggestions on how I may get this printer up and running under > FreeBSD 4.5? Thanks! Could it be a WinPrinter? That means you can't send it ASCII text and have it print, but have to render the text as a page of graphics in the language understood by the printer, and send that to it instead. If so, the only real hope is that there is a driver for it for ghostscript. If you search the archives for this list, there are pointers to a web page that lists WinPrinters, and their status. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 12:50:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 3FB5137B41C for ; Sun, 17 Feb 2002 12:50:32 -0800 (PST) Received: (qmail 706 invoked by uid 100); 17 Feb 2002 20:50:22 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15472.6030.263277.983397@guru.mired.org> Date: Sun, 17 Feb 2002 14:50:22 -0600 To: "Joe & Fhe Barbish" Cc: questions@freebsd.org Subject: Re: Is apache13-fp port broken? In-Reply-To: <125726394@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Joe & Fhe Barbish types: > Just tried to install apache13-fp port. > The install went fine until fp50.freebsd.tar.Z completed > downloading. While the process was trying to install, > it issued the following messages. [...] > /version5.0/set_default_perms.sh > ===> Patching for frontpage-5.0.2.2623_1 > ===> Applying FreeBSD patches for frontpage-5.0.2.2623_1 > No file to patch. Skipping... > 13 out of 13 hunks ignored--saving rejects to fp_install.sh.rej > >> Patch patch-fp_install.sh failed to apply cleanly. > *** Error code 1 > Stop in /usr/ports/www/frontpage. > *** Error code 1 > To me this looks like the apache13-fp port is broken. > Has any body been able to install this port during the > last 2 weeks? 2/2/02 - 02/16/02 To me this looks like you've got out of date patch files in the port. If that's indeed the case, other ports will have the problem as well. The solution is to remove (or just mv) the ports tree, and re-cvsup it. Even if the port is broken, it may be fixed in the cvs repository, so re-cvsuping it is recommended. If it's still broken after that, do "make maintainer" in the port, and send a note to the email address that it prints about the problem. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 13: 1:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id C5FAF37B405 for ; Sun, 17 Feb 2002 13:01:17 -0800 (PST) Received: (qmail 782 invoked by uid 100); 17 Feb 2002 21:01:12 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15472.6679.951226.877318@guru.mired.org> Date: Sun, 17 Feb 2002 15:01:11 -0600 To: "Pierre-Luc Drouin" Cc: questions@freebsd.org Subject: Re: Setup HP LaserJet 1200 on usb: get ugen0 but not ulpt0 In-Reply-To: <35506768@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Pierre-Luc Drouin types: > I'm unable to get ulpt0 for my printer in dmesg. > > -Option ulpt is activated in my kernel > -I get ugen0 in dmesg > -ulpt0 exists in /dev/ > > When i try to configure apsfilter or anything with ulpt0, it says than > the device is not configured. > > dmesg: > usb0: OHCI version 1.0, legacy support > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: AcerLabs OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 4 ports with 4 removable, self powered > ugen0: HewLett Packard HP LaserJet 1200, rev 1.10/1.00, addr 2 > > What can i do? Make absolutely sure you're running a kernel with the ulpt code compiled into it. If that is the case, then you're probably going to have to start working on the driver source in /usr/src/sys/dev/usb/ulpt.c In particular, USB_MATCH(ulpt) walks through the description of the USB device making sure it's a printer that speaks one of the protocols that the ulpt driver supports. Check to see why that's failing, and if how it will do on any tests that may not be making. You can then try assuming that the printer's USB support is broken, and tweak the driver so the printer passes the test and see how things go. On the other hand, you may have a printer that connects via USB, but doesn't follow the USB standards for printers, or doesn't support any of the protocols that ulpt needs. In which case, things are going to be noticably harder. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 13: 5:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 997D337B402 for ; Sun, 17 Feb 2002 13:05:43 -0800 (PST) Received: (qmail 838 invoked by uid 100); 17 Feb 2002 21:05:40 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15472.6948.82917.622768@guru.mired.org> Date: Sun, 17 Feb 2002 15:05:40 -0600 To: mess-mate Cc: questions@freebsd.org Subject: Re: upsd problems In-Reply-To: <89519867@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 mess-mate types: > Hello all, > After my first install of FBSD I have following pb : > (of course fonfigured the kernel before the install) > in console there are continuing messages (on stdout) like > 'upsd[226]: write port : cannot write to /dev/cuaa0 : Resource=20 > temporarily unavailable'. > 'upsd[226]: cannot put the UPS in smart mode' > So, I thought this is a pb with my mouse and disabled the mouse in=20 > /etc/rc.conf. > Nothing helps. > There is no way to eventually recompile the kernel with all this=20 > messages on the screen. > Are there maybe other services I have to disabling ? > Thanks for your help. First, do an "fstat /dev/cuaa0", and see if a process name falls out. If so, you've got to figure out why that process is using cuaa0, and what to do about it. If no process has /dev/cuaa0 open, then check /var/log/lock to see if there's an LCK..cuaa0 in it, and delete it if so. That will fix the problem. If no process has it open and there's no lock file, then you're up against something else. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 13:29:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with SMTP id 292F037B416 for ; Sun, 17 Feb 2002 13:29:54 -0800 (PST) Received: (qmail 39355 invoked from network); 17 Feb 2002 21:29:48 -0000 Received: from osiris.sigterm.com (203.47.187.211) by ra.sigterm.com with SMTP; 17 Feb 2002 21:29:48 -0000 Date: Mon, 18 Feb 2002 08:29:57 +1100 From: Stuart Tanner To: Dale Morris Cc: freebsd-questions@freebsd.org Subject: Re: printing question Message-ID: <20020218082957.A929@osiris.sigterm.com> References: <20020217073925.A223@lymond.lvcablemodem.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20020217073925.A223@lymond.lvcablemodem.com>; from dlm@well.com on Mon, Feb 18, 2002 at 02:39:25 +1100 X-Mailer: Balsa 1.3.0 Lines: 57 Sender: owner-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.02.18 02:39 Dale Morris wrote: > freebsd version 4.5 > epson stylus color 600 printer > > > I'm new to freebsd from the debian/redhat/slackware world and I want > to > get printing working in freebsd. I thought I had it with apsfilter but > when I tried to print a test file with abiword, the output was.. > > %!PS-Adobe-2.0 > %%Creator Abiword > %%Title /usr/home/dlm/abiword_test.abw > %%Orientation: Portrait > %%DocumentPaperSizes: Letter > %%DocumentNeededResources font NimbusRomNo9L-Regu font > NimbusRomNo9L-Regu > %%EndComments > %%BeginProlog > /FSF {findfont exch scalefont} bind def > .....etc................. This indicates that you don't have apsfilter setup correctly. It should have passed the text above to GhostScript for conversion to a format suitable for your particular printer. You should revisit the apsfilter SETUP script and check that you have configured it to use GhostScript with the correct driver for you printer. > > What I would like to do is set up cups. I did the 'make install clean' > in the relevant ports directories, but when I try to setup my printer > using the http://localhost:631/admin command, I get the error that > Netscape is unable to locate the localhost:631 > > I guess my questions are: > > How do I remove/disable lpd? Edit /etc/rc.conf and add the following line (or change it from "YES" to "NO"): lpd_enable="NO" > How do I install cups? cd /usr/ports/print/cups make all install clean > Do I have to reconfigure any file permissions? Don't know. > > thanks > dale > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Stuart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 13:58:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nwlynx.network-lynx.net (nwlynx.network-lynx.net [63.122.185.99]) by hub.freebsd.org (Postfix) with ESMTP id 558E437B416; Sun, 17 Feb 2002 13:57:37 -0800 (PST) Received: from Silver-Lynx.com (fly.network-lynx.net [63.122.185.98]) by nwlynx.network-lynx.net (8.11.1/8.9.3/Who.Cares) with ESMTP id g1HLwG194191; Sun, 17 Feb 2002 14:58:16 -0700 (MST) (envelope-from Don@Silver-Lynx.com) Message-ID: <3C702748.1826FAF5@Silver-Lynx.com> Date: Sun, 17 Feb 2002 14:57:28 -0700 From: Don Wilde Organization: Silver Lynx X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-advocacy@freebsd.org, freebsd-questions@freebsd.org Subject: FreeBSD in school networks - interested? 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 We have an active project in a middle school in Albuquerque where we teach the kids digital logic, BSD, Linux and how to think for themselves. Our PC instruction happens mostly on FreeBSD because those of us who are active are BSD-oriented, but we sometimes get assistance from our NMLUG Linux guys. As it is now, we have 2-3 guys at the school every Friday morning, and we've gotten substantial donations from other geeks and from some of the parents. The school people are absolutely blown sky-high by this, but they know it's good and they're bending over backward to help make it happen. See http://www.meta-learn.com for details and mailing lists. -- Don Wilde http://www.Silver-Lynx.com Silver Lynx Embedded Microsystems Architects 2218 Southern Bl. Ste. 12 Rio Rancho, NM 87124 505-891-4175 FAX 891-4185 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 14:10:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.netizen.co.za (situs.netizen.co.za [209.61.189.116]) by hub.freebsd.org (Postfix) with ESMTP id A178337B400 for ; Sun, 17 Feb 2002 14:10:52 -0800 (PST) Received: from evrtwa1-ar4-190-174.evrtwa1.dsl.gtei.net ([4.34.190.174] helo=gramroam.bradygirl.com) by mail.netizen.co.za with asmtp (Exim 3.34 #1) id 16cZWK-000GQk-00 for questions@freebsd.org; Sun, 17 Feb 2002 16:10:57 -0600 Message-Id: <5.1.0.14.0.20020217140408.02a208b0@situs2.netizen.co.za> X-Sender: gram@situs2.netizen.co.za X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Feb 2002 14:11:03 -0800 To: questions@freebsd.org From: Graham Wheeler Subject: lpd not reading printcap? 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 I am having problems getting remote printing to work. I've done this many times before successfully, and can't understand why I am now having problems. I have a very simple /etc/printcap file, along the lines of: lprem:rm=printserv:sh:sf:lf=/var/log/lpd-errs When I start up lpd, I get two log messages: lpd: Cannot open /dev/lp: No such file or directory If I try to print to lprem, using "lp -d lprem", I get a message saying the printer is not known. If I just use lp without a -d argument, the file gets queued, but lpd again complains of being unable to open /dev/lp. If I make a link from /dev/lp to /dev/lpt0, then an lpc status tells me that the printer may be offline. In short, it appears that the /etc/printcap file is being ignored by lpd, and it is defaulting to /dev/lp. I'm running 4.5S, last cvsupped about 2 weeks ago. Any ideas, anyone? gram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 14:17:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with SMTP id 6EED437B400 for ; Sun, 17 Feb 2002 14:17:09 -0800 (PST) Received: (qmail 40169 invoked from network); 17 Feb 2002 22:17:06 -0000 Received: from osiris.sigterm.com (203.47.187.211) by ra.sigterm.com with SMTP; 17 Feb 2002 22:17:06 -0000 Date: Mon, 18 Feb 2002 09:17:16 +1100 From: Stuart Tanner To: Graham Wheeler Cc: freebsd-questions@freebsd.org Subject: Re: lpd not reading printcap? Message-ID: <20020218091716.C929@osiris.sigterm.com> References: <5.1.0.14.0.20020217140408.02a208b0@situs2.netizen.co.za> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <5.1.0.14.0.20020217140408.02a208b0@situs2.netizen.co.za>; from gram@bradygirl.com on Mon, Feb 18, 2002 at 09:11:03 +1100 X-Mailer: Balsa 1.3.0 Lines: 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 On 2002.02.18 09:11 Graham Wheeler wrote: > Hi all > > I am having problems getting remote printing to work. I've done this > many times before successfully, and can't understand why I am now > having problems. > > I have a very simple /etc/printcap file, along the lines of: > > lprem:rm=printserv:sh:sf:lf=/var/log/lpd-errs > > When I start up lpd, I get two log messages: > > lpd: Cannot open /dev/lp: No such file or directory > > If I try to print to lprem, using "lp -d lprem", I get a message > saying the printer is not known. > > If I just use lp without a -d argument, the file gets queued, but lpd > again complains of being unable to open /dev/lp. > > If I make a link from /dev/lp to /dev/lpt0, then an lpc status tells > me that the printer may be offline. > > In short, it appears that the /etc/printcap file is being ignored by > lpd, and it is defaulting to /dev/lp. > > I'm running 4.5S, last cvsupped about 2 weeks ago. > > Any ideas, anyone? You are not telling lpd which printer to use at the other end. You have listed the remote machine but you don't have a rp entry. hpljiii|HP LaserJet III:\ :sh:\ :rm=ra:sd=/var/spool/lpd/ra:lf=/var/log/lpd-errs:\ :rp=hpljiii:\ :if=/usr/local/libexec/psif: > gram > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Stuart Tanner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 14:37:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id D1E5937B402; Sun, 17 Feb 2002 14:37:26 -0800 (PST) Received: from pool0152.cvx21-bradley.dialup.earthlink.net ([209.179.192.152] helo=mindspring.com) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16cZvf-0005WD-00; Sun, 17 Feb 2002 14:37:07 -0800 Message-ID: <3C703089.AD03554B@mindspring.com> Date: Sun, 17 Feb 2002 14:36:57 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Thomas Hurst Cc: Dag-Erling Smorgrav , hiten@uk.FreeBSD.org, hackers@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thomas Hurst wrote: > * Dag-Erling Smorgrav (des@ofug.org) wrote: > > Hiten Pandya writes: > > > Is there any In-Kernel HTTP Server for FreeBSD, like there is kHTTPD > > > for Linux? > > > > God forbid! Lots of hack value, sure, but not something you'd > > seriously consider for production use. > > Don't functions like FreeBSD's zero-copy sendfile() provide similar > performance benefits without the massive security issues? > > If the remaining speed "hog" of switching to userspace to process the > request itself is causing noticable bottlenecks, I think that's a sign > you need more Pentium than the service needs moving to the kernel :) Not actually. If you have followed the khttpd work at all, then you'll know that Ingo has actually done some admirable work in it. Basically, the entire fast path, including the TCP stack, is small enough that the whole thing fits into the CPU cache itself, without any cache misses. It's actually very fast, considering (there are ways to make it faster that are actually more applicable to the FreeBSD approach, and which would take Linux a lot of work, even if they started from the QLinux base). For static content, such as the images and other content minus the main (non-static) page itself, it's quite a significant win for "first hits", which comprise the majority of HTTP traffic. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 14:38:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rousse.spnet.net (rousse.spnet.net [212.50.0.98]) by hub.freebsd.org (Postfix) with ESMTP id B385E37B439 for ; Sun, 17 Feb 2002 14:37:56 -0800 (PST) Received: from d-s-v.rousse.spnet.net ([213.169.44.254] helo=d-s-v.mail.bg) by rousse.spnet.net with esmtp (Exim 3.22 #1 (Debian)) id 16cZnA-0001ZV-00 for ; Mon, 18 Feb 2002 00:28:23 +0200 Message-Id: <5.1.0.14.2.20020218002301.00b36fa8@mail.bg> X-Sender: d_s_v@mail.bg@mail.bg (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 18 Feb 2002 00:27:41 +0200 To: freebsd-questions@FreeBSD.ORG From: Damian Valev Subject: dial-up problem 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, I have a problem whit my dial-up in FreeBSD 4.5 Stable when I dial-in, this error acures spring up /* d-s-v:/etc# more /root/ppperror Feb 17 12:04:42 d-s-v ppp[182]: tun0: IPCP: myaddr 213.169.44.254 hisaddr = 212.50.0.97 Feb 17 12:04:42 d-s-v routed[73]: IP_ADD_MEMBERSHIP ALLHOSTS: Can't assign requested address Feb 17 12:04:42 d-s-v /kernel: Feb 17 12:04:42 d-s-v routed[73]: IP_ADD_MEMBERSHIP AL LHOSTS: Can't assig n requested address Feb 17 12:04:42 d-s-v routed[73]: setsockopt(IP_ADD_MEMBERSHIP RIP): Can't assign requested address Feb 17 12:04:42 d-s-v /kernel: Feb 17 12:04:42 d-s-v routed[73]: setsockopt(IP_ADD_ME MBERSHIP RIP): Can' t assign requested address Feb 17 12:04:42 d-s-v routed[73]: ignore RTM_CHANGE without mask Feb 17 12:04:42 d-s-v /kernel: Feb 17 12:04:42 d-s-v routed[73]: ignore RTM_CHANGE wi thout mask Feb 17 12:04:42 d-s-v routed[73]: ignore RTM_CHANGE without mask */ after this drops the connection any ideas where can be te problem ? d_s_v /* Name: Damian Valev ICQ# 16905092 */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 14:40:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id E5E6337B43F; Sun, 17 Feb 2002 14:40:44 -0800 (PST) Received: from pool0152.cvx21-bradley.dialup.earthlink.net ([209.179.192.152] helo=mindspring.com) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16cZyx-0001PM-00; Sun, 17 Feb 2002 14:40:31 -0800 Message-ID: <3C703154.91ED7FB4@mindspring.com> Date: Sun, 17 Feb 2002 14:40:20 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Miguel Mendez Cc: hiten@uk.FreeBSD.org, hackers@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Miguel Mendez wrote: > As others have pointed out, it may have big hacker value, but no one > would use it for anything serious. AFAIK there's no such thing for > FreeBSD, but one thing I remember, is that once the Linux kernel incorporated > the zero copy netowrking code, userland HTTP servicing like Tux saw it's > performance increase on par with khttpd, so it seems that's not worth to > run a http server in kernel space. First, livelock means that top end load on a khttpd will be higher than top end load on a user http, where there is so much interrupt traffic that the user space never gets to run. Actually, Alfred claims to be the first person to pre-load porn into the FreeBSD kernel, and his approach seriously predates the khttpd work. 8-). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 14:47:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id BB99A37B417; Sun, 17 Feb 2002 14:47:24 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 971B0AE608; Sun, 17 Feb 2002 14:47:24 -0800 (PST) Date: Sun, 17 Feb 2002 14:47:24 -0800 From: Alfred Perlstein To: Terry Lambert Cc: Miguel Mendez , hiten@uk.FreeBSD.org, hackers@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217224724.GL12136@elvis.mu.org> References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> <3C703154.91ED7FB4@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C703154.91ED7FB4@mindspring.com> 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 * Terry Lambert [020217 14:41] wrote: > Miguel Mendez wrote: > > As others have pointed out, it may have big hacker value, but no one > > would use it for anything serious. AFAIK there's no such thing for > > FreeBSD, but one thing I remember, is that once the Linux kernel incorporated > > the zero copy netowrking code, userland HTTP servicing like Tux saw it's > > performance increase on par with khttpd, so it seems that's not worth to > > run a http server in kernel space. > > First, livelock means that top end load on a khttpd will be > higher than top end load on a user http, where there is so > much interrupt traffic that the user space never gets to run. > > Actually, Alfred claims to be the first person to pre-load > porn into the FreeBSD kernel, and his approach seriously > predates the khttpd work. 8-). Yes, preloading pron into the kernel does make it serve quite a bit faster. :) I basically made an API that allowed one to load and unload "objects" from the kernel then use a sendfile(2) like syscall to send them. I was servicing 5000 connections a second for 1x1 gifs or several thousand per second (saturating 100mbit) for larger images. I also used kqueue. The real problem is that most of the generic web servers available (as well as most commercial ones) just suck for handling IO and events. A well thought out design can give you quite a perf boost without needing to stick the _entire_ thing into the kernel. -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 15: 6:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id C984337B404; Sun, 17 Feb 2002 15:06:11 -0800 (PST) Received: from pool0152.cvx21-bradley.dialup.earthlink.net ([209.179.192.152] helo=mindspring.com) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16caNb-0005Hx-00; Sun, 17 Feb 2002 15:06:00 -0800 Message-ID: <3C70374D.6F29869C@mindspring.com> Date: Sun, 17 Feb 2002 15:05:49 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Dominic Marks Cc: Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217182721.C1481@host213-123-129-40.in-addr.btop> 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 Dominic Marks wrote: > On Sun, Feb 17, 2002 at 07:15:10PM +0100, Roy Sigurd Karlsbakk wrote: > > > > Is there any In-Kernel HTTP Server for FreeBSD, like there is > > > > kHTTPD for Linux? > > > > > > God forbid! Lots of hack value, sure, but not something you'd > > > seriously consider for production use. > > > > well .. So let's turn the question upside-down, and ask "Is there a web > > server or -accelerator for FreeBSD with similar performance as with khttpd > > or Tux? > > Zeus is the best overall. A lot of people also seem to have good > performance from tHttpd and Boa. When you say 'similar performance' > how many Mbit/s can Tux achieve (for static and dynamic content > aggregated). The real figure of merit you should be looking for here is "requests per second" -- HTTP 1.1; if you measure 1.0 requests, you actually end up measuring connection per second, instead, which is not a real figure of merit. BTW: There's actually a couple of ways to get the average connections per second incredibly high -- on the order of 300,000 per second -- but they involve using techniques that are not really useful in real life, since over a certain level, your stall point moves to the number of simultaneous connections you can support vs. the 2 MSL for the TIME_WAIT. Any number over around 30,000 CPS is therefore a ramp-up number, and is not sustainable over a long duration. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 15: 8:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.netizen.co.za (situs.netizen.co.za [209.61.189.116]) by hub.freebsd.org (Postfix) with ESMTP id B9C9E37B419 for ; Sun, 17 Feb 2002 15:08:48 -0800 (PST) Received: from localhost.netizen.co.za ([127.0.0.1] helo=localhost) by mail.netizen.co.za with smtp (Exim 3.34 #1) id 16caQG-000GVX-00; Sun, 17 Feb 2002 17:08:44 -0600 To: Stuart Tanner , Graham Wheeler , Subject: Re: lpd not reading printcap? From: Graham Wheeler Date: Sun, 17 Feb 2002 17:08:44 CST Reply-To: Graham Wheeler X-Priority: 3 (Normal) X-Originating-Ip: [4.34.190.174] X-Mailer: NOCC v0.9.5 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit 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 Stuart Tanner wrote : > On 2002.02.18 09:11 Graham Wheeler wrote: > > Hi all > > > > I am having problems getting remote printing to work. I've done this > > many times before successfully, and can't understand why I am now > > having problems. > > > > I have a very simple /etc/printcap file, along the lines of: > > > > lprem:rm=printserv:sh:sf:lf=/var/log/lpd-errs > > > > When I start up lpd, I get two log messages: > > > > lpd: Cannot open /dev/lp: No such file or directory > > > > If I try to print to lprem, using "lp -d lprem", I get a message > > saying the printer is not known. > > > > If I just use lp without a -d argument, the file gets queued, but lpd > > again complains of being unable to open /dev/lp. > > > > If I make a link from /dev/lp to /dev/lpt0, then an lpc status tells > > me that the printer may be offline. > > > > In short, it appears that the /etc/printcap file is being ignored by > > lpd, and it is defaulting to /dev/lp. > > > > I'm running 4.5S, last cvsupped about 2 weeks ago. > > > > Any ideas, anyone? > You are not telling lpd which printer to use at the other end. You > have listed the remote machine but you don't have a rp entry. > > hpljiii|HP LaserJet III:\ > :sh:\ > :rm=ra:sd=/var/spool/lpd/ra:lf=/var/log/lpd-errs:\ > :rp=hpljiii:\ > :if=/usr/local/libexec/psif: You're right; I had forgotten that this is needed even if the remote printer is named lp. It's been a while. I used the example for a remote printer given in the default /etc/printcap; it is also missing the rp field so its a poor example. Thanks Gram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 15:20:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 1D3D737B404; Sun, 17 Feb 2002 15:20:17 -0800 (PST) Received: from pool0152.cvx21-bradley.dialup.earthlink.net ([209.179.192.152] helo=mindspring.com) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16cab7-0007R7-00; Sun, 17 Feb 2002 15:19:58 -0800 Message-ID: <3C703A92.2EBD3E67@mindspring.com> Date: Sun, 17 Feb 2002 15:19:46 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Roy Sigurd Karlsbakk Cc: Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? 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 Roy Sigurd Karlsbakk wrote: > > > > sendfile() isn't zero-copy, it's just two-less-copies. > > > zero-copy means "zero copy-operations within memory" > > > > To an MCSE, maybe. > > strange ... > > It's interesting that Dr. Scient Paal Halvorsen that recently finished his > thesis about the subject 'Memory buffering / caching in multimedia > streaming systems'. This has the following description > > The INSTANCE operating system enhancements show great improvements for > multimedia streaming. In this thesis, we want to look at > buffering/caching/prefetching mechanisms suitable for multimedia streams > combined with the INSTANCE zero-copy data path. > > See http://www.ifi.uio.no/~paalh/index2.html for more info > > hm > > Am I an idiot here or have someone else misunderstood? First, the URL reference you give is bad; it's one of those terrible web pages that has a stupid frame that prevents you getting the real URL. The publications URL is: http://www.ifi.uio.no/~paalh/publications/ Second, there's no publication there with this title; the closest one is where he's the junior name on the paper: "Evaluation of a Zero-Copy Protocol Implementation". Third, this paper is bases on the idea that data is being replicated in main memory in lots of places; that doesn't really happen on FreeBSD, which uses a unified VM and buffer cache. Fourth, I think the reason he made the joke about MSCE's was that there are ways of doing true zero copy, using DMA directly between devices. There are a couple of people that have done this by, for example, rewriting the Tigon II firmware to permit page aligned buffers, and DMA'ing directly between disk and ethernet controllers. Technically, that's not zero copy, either, since there's a copy on the disk, and one in some controller memory. "Zero copy" usually means "zero unnecessary copies"; but what someone thinks of as "necessary" is really based on their bias towards an existing implementation. 8-). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 15:22: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gate.tellurian.net (gate.tellurian.net [216.182.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 00ABE37B404 for ; Sun, 17 Feb 2002 15:22:00 -0800 (PST) Received: from walt99 (unverified [216.182.20.107]) by gate.tellurian.net (Rockliffe SMTPRA 4.5.6) with SMTP id for ; Sun, 17 Feb 2002 18:21:54 -0500 Message-ID: X-Sender: walterbetanc@popd.betan.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sun, 17 Feb 2002 18:21:44 -0500 To: freebsd-questions@FreeBSD.ORG From: Walter Betancourt Subject: mail problem 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 Hope someone can explain -- using freebsd 4.0, Added two new user accounts, setup as usual, trying to access either user email got "....cannot open temporary file,.... do you own it?" did some google searches and found several with same problem that had been advised to erase the temp file .UserName.pop in /var/mail/ in fact they advised to erase all temp files. Looking at /var/mail I found several .UserName.pop files but only one for the new users. so erased the one I found, and just for good measure, erased .MyName.pop file. Now I was NOT able to access the new email accounts or MyName email account. Losing ground rapidly.. Went back and used "touch" to create the new accounts and MyName .UserName.pop files, chown to UserName, chgrp to "mail" and chmod each to 600. All email accounts now work normally,..... and I dont know why. Anyone help ? thanks Walt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 15:26: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from homer.futureuse.net (c35884.randw1.nsw.optusnet.com.au [203.164.229.155]) by hub.freebsd.org (Postfix) with SMTP id 1390037B416 for ; Sun, 17 Feb 2002 15:25:56 -0800 (PST) Received: (qmail 43334 invoked from network); 17 Feb 2002 23:22:12 -0000 Received: from unknown (HELO futureuse.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2002 23:22:12 -0000 Received: from 203.11.225.5 (proxying for 10.140.148.30) (SquirrelMail authenticated user fbsdlist) by www.futureuse.net with HTTP; Mon, 18 Feb 2002 10:22:12 +1100 (EST) Message-ID: <11752.203.11.225.5.1013988132.squirrel@www.futureuse.net> Date: Mon, 18 Feb 2002 10:22:12 +1100 (EST) Subject: Re: Email -> SMS Gateway on FreeBSD From: To: In-Reply-To: <06ba01c1b45a$2c1ed900$1501a8c0@win2kws1> References: <06ba01c1b45a$2c1ed900$1501a8c0@win2kws1> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: X-Mailer: SquirrelMail (version 1.2.4) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'm looking to set up an Email -> SMS gateway on my FreeBSD machine. > Its primary use will be to notify a list of mobile phones via SMS if a > server goes down... [...] > I'm really just after anyone with experience getting this to work. > Suggestions for programs, hardware needed - and i guess most > importantly.. is it possible. Hi Brad, Good news - it is possible and shouldn't be very hard to do either. You've got these main options ... 1. Use a 3rd party service provider, they'll have software or an email gateway you can use. We use RedRock Communications at work. 2. Write your own gateway. For option 2 you'll need these numbers ... Vodafone: 0414 100 200 (Int: +61414100200) Telstra: 0418 707 767 (Int: +61418707767) Those are public SMS services offered by the carriers. You can see from the phone numbers that they are charged roughly at mobile phone rates, I don't know exactly how much that is. Optus doesn't have a service like this but I've confirmed the Vodaphone service will accept messages for Telstra and Optus users. The way the services work is you call them up (settings 8-n-1), send a internationally formatted mobile number when prompted, send the SMS message when prompted and then repeat up to another 2 times or simply disconnect. There are prompts to indicate if your message was sent successfully or not. I wrote a C program that did this but it wasn't for an email gateway and I've since lost the code anyway. I've heard of a few people scripting this, you just need a utility to call the number, send the message and interpret the results. I'm not sure how you interface this to mail. Back to the list - can anyone suggest some utilities that can call a number, send a simple ASCII message and report any output? Also, any suggestions on how to interface this with sendmail/qmail/postfix etc? Brad, if you get any replies off list could you include me on any details you get? I'm thinking about getting a similiar kind of thing working again. > Thanks in advance > > Brad Evans > Network Engineer > Doubleday Australia > +61 2 99 111 349 > www.doubleday.com.au | brad@bookandmusicclubs.com.au Regards, Aaron Hill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 15:36:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from artemis.drwilco.net (diana.drwilco.net [66.48.127.79]) by hub.freebsd.org (Postfix) with ESMTP id E81A537B400; Sun, 17 Feb 2002 15:36:14 -0800 (PST) Received: from ceres.drwilco.net (docwilco.xs4all.nl [213.84.68.230]) by artemis.drwilco.net (8.11.6/8.11.6) with ESMTP id g1HNZ7b38426 (using TLSv1/SSLv3 with cipher DES-CBC3-SHA (168 bits) verified NO); Sun, 17 Feb 2002 18:35:09 -0500 (EST) (envelope-from drwilco@drwilco.net) Message-Id: <5.1.0.14.0.20020218004250.01bd1fc0@mail.drwilco.net> X-Sender: lists@mail.drwilco.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 18 Feb 2002 00:45:28 +0100 To: Dominic Marks , hiten@uk.FreeBSD.org From: "Rogier R. Mulhuijzen" Subject: Re: in-kernel HTTP Server for FreeBSD? Cc: hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-Reply-To: <20020217145935.A1481@host213-123-129-40.in-addr.btop> References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217143343.41758.qmail@web21104.mail.yahoo.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 At 14:59 17-2-2002 +0000, Dominic Marks wrote: >On Sun, Feb 17, 2002 at 06:33:43AM -0800, Hiten Pandya wrote: > > Is there any In-Kernel HTTP Server for FreeBSD, like there is > > kHTTPD for Linux? > >Ive never seen or heard of one, at least not one available to the >general public. Services should be executed in the user space, thats >what its for. Cross-polluting these user/kernel environments is to be >discouraged. I've heard of a netgraph module that does HTTP, but I'm not sure where unfortunately. Also this sort of thing can be useful for embedded devices. My EUR0.02 DocWilco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 15:39: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id BB11137B402; Sun, 17 Feb 2002 15:38:58 -0800 (PST) Received: from pool0152.cvx21-bradley.dialup.earthlink.net ([209.179.192.152] helo=mindspring.com) by goose.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16catE-00023n-00; Sun, 17 Feb 2002 15:38:41 -0800 Message-ID: <3C703EF6.72F1FADF@mindspring.com> Date: Sun, 17 Feb 2002 15:38:30 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Dag-Erling Smorgrav Cc: Roy Sigurd Karlsbakk , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? 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 Dag-Erling Smorgrav wrote: > (and yes, even a Dr. Scient can be mistaken. Papers don't make you > smart, you know - though I wouldn't expect someone who brags about > being an MCSE and MCNE to understand that) Person A: How can you tell when someone is lying about having a PhD? Person B: I don't know, how? Person A: Aha! *You* don't have a PhD! -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16: 6: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id D80A537B402 for ; Sun, 17 Feb 2002 16:05:57 -0800 (PST) Received: (qmail 5299 invoked by uid 100); 18 Feb 2002 00:05:48 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15472.17755.609828.990961@guru.mired.org> Date: Sun, 17 Feb 2002 18:05:47 -0600 To: Thomas Salmon Cc: questions@freebsd.org Subject: Re: strange files in /usr folder In-Reply-To: <98204261@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Thomas Salmon types: > ..there are some strange files in the /usr directory. > The filenames are: > ?qq > tatfs?qqq > > Does anybody know what these files are for? Nope. They aren't in their on my system. Frankly, they look like someone used an archive extraction tool of some sort on a file that wasn't meant for it. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16:16:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 01FDC37B417 for ; Sun, 17 Feb 2002 16:16:34 -0800 (PST) Received: (qmail 5381 invoked by uid 100); 18 Feb 2002 00:16:28 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15472.18395.637689.922871@guru.mired.org> Date: Sun, 17 Feb 2002 18:16:27 -0600 To: "Doug Reynolds" Cc: questions@freebsd.org Subject: Re: USB modems In-Reply-To: <27072085@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Doug Reynolds types: > On Sat, 16 Feb 2002 08:55:19 +0100, Cliff Sarginson wrote: > >Hello, > >There was recently a short interchange on this list concerning > >USB modems. Re-reading it I am not sure I can draw any conclusion. > >Are USB modems sometimes/always/never winmodems ? > from what I've gathered, yes, always. Read my response for the correct answer. >it seems they don't use AT commands either. The AT command set is an optional part of the USB spec. The FreeBSD usb modem driver insists that it be implemented, otherwise it won't recognize the modem as such - after all, there's no userland software to use it. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16:20:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 0D85A37B41C; Sun, 17 Feb 2002 16:20:15 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218002009.LJVI1214.rwcrmhc54.attbi.com@InterJet.elischer.org>; Mon, 18 Feb 2002 00:20:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA48434; Sun, 17 Feb 2002 16:17:26 -0800 (PST) Date: Sun, 17 Feb 2002 16:17:25 -0800 (PST) From: Julian Elischer To: "Rogier R. Mulhuijzen" Cc: Dominic Marks , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: <5.1.0.14.0.20020218004250.01bd1fc0@mail.drwilco.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 there is a netgraph module in standard systems (ng_ksocket) that does the socket part but youstill need to write the http node.. John Polstra's one is proprietary. On Mon, 18 Feb 2002, Rogier R. Mulhuijzen wrote: > At 14:59 17-2-2002 +0000, Dominic Marks wrote: > >On Sun, Feb 17, 2002 at 06:33:43AM -0800, Hiten Pandya wrote: > > > Is there any In-Kernel HTTP Server for FreeBSD, like there is > > > kHTTPD for Linux? > > > >Ive never seen or heard of one, at least not one available to the > >general public. Services should be executed in the user space, thats > >what its for. Cross-polluting these user/kernel environments is to be > >discouraged. > > I've heard of a netgraph module that does HTTP, but I'm not sure where > unfortunately. > > Also this sort of thing can be useful for embedded devices. > > My EUR0.02 > > DocWilco > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" 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 Feb 17 16:21: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 0B65437B41B; Sun, 17 Feb 2002 16:20:20 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218002019.LJYB1214.rwcrmhc54.attbi.com@InterJet.elischer.org>; Mon, 18 Feb 2002 00:20:19 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id QAA48414; Sun, 17 Feb 2002 16:13:05 -0800 (PST) Date: Sun, 17 Feb 2002 16:13:03 -0800 (PST) From: Julian Elischer To: Terry Lambert Cc: Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? In-Reply-To: <3C703A92.2EBD3E67@mindspring.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, 17 Feb 2002, Terry Lambert wrote: > > Fourth, I think the reason he made the joke about MSCE's > was that there are ways of doing true zero copy, using > DMA directly between devices. There are a couple of > people that have done this by, for example, rewriting > the Tigon II firmware to permit page aligned buffers, > and DMA'ing directly between disk and ethernet controllers. > > Technically, that's not zero copy, either, since there's > a copy on the disk, and one in some controller memory. > > "Zero copy" usually means "zero unnecessary copies"; but > what someone thinks of as "necessary" is really based on > their bias towards an existing implementation. At TFS we did this on BSD4.3, Mach 2.5 and FreeBSD(2.x) with proprietary protocols and proprieary network cards with lots of onboard RAM. We divided the RAM up into buffers and when we needed to send data we programmed the disk controllers to move the data directly to the network cards by DMA. This was on old slow busses but it gave us an order of magnitude advantage in bang per buck over the oposition.. Allowed us to do as much as them but on much cheaper hardware :-) Julian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16:27:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ox.lucas-nussbaum.net (cab-192023.calixo.net [213.166.192.23]) by hub.freebsd.org (Postfix) with ESMTP id 853DA37B405 for ; Sun, 17 Feb 2002 16:27:10 -0800 (PST) Received: by ox.lucas-nussbaum.net (Postfix, from userid 1000) id EE77A44E7; Mon, 18 Feb 2002 01:27:11 +0100 (CET) Date: Mon, 18 Feb 2002 01:27:11 +0100 From: Lucas Nussbaum To: freebsd-questions@freebsd.org Subject: Re: Email -> SMS Gateway on FreeBSD Message-ID: <20020218002711.GA23631@oxygene.in.schickler.net> References: <06ba01c1b45a$2c1ed900$1501a8c0@win2kws1> <11752.203.11.225.5.1013988132.squirrel@www.futureuse.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11752.203.11.225.5.1013988132.squirrel@www.futureuse.net> User-Agent: Mutt/1.3.25i Sender: owner-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, Feb 18, 2002 at 10:22:12AM +1100, fbsdlist@futureuse.net wrote: > > I'm looking to set up an Email -> SMS gateway on my FreeBSD machine. > > Its primary use will be to notify a list of mobile phones via SMS if a > > server goes down... > [...] > > I'm really just after anyone with experience getting this to work. > > Suggestions for programs, hardware needed - and i guess most > > importantly.. is it possible. > > Hi Brad, > > Good news - it is possible and shouldn't be very hard to do either. You've > got these main options ... > > 1. Use a 3rd party service provider, they'll have software or an email > gateway you can use. We use RedRock Communications at work. > > 2. Write your own gateway. 3. use the email address provided by your phone operator (eg: number@operator), and redirect the mail to it. Often it's only a mail notify service, so only subject is sent to the phone. I've a perl script which put all the content of a mail in a subject then send it. If someone is interested, mail me privately. Btw, someone talked about software available for that in the ports. Which ports exactly ? lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16:48:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id E0B5537B400 for ; Sun, 17 Feb 2002 16:48:16 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1I0m2r95808; Mon, 18 Feb 2002 01:48:02 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <017c01c1b815$ec40ac90$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Roy Sigurd Karlsbakk" Cc: "FreeBSD Questions" References: Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 01:48:02 +0100 Organization: Anthony's Home Page (development site) 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 Roy writes: > But can you please point at *one* application/ > system/whatever that is using HDD->NIC DMA? Irrelevant. The real-world feasibility of such a transfer is sufficient to support the point being made, whether anyone has actually done it or not. > er.. So - if you certify within a product, > you'll probably become dumber? No, but the point may have been that credentialism is often compensation for other deficiencies (imagined or real)--and, FWIW, this correlates well with my experience and observation. In contrast, the correlation between low intelligence and credentialism is weaker, being much less demonstrable than, say, the correlation between personal attacks and low intelligence. > Grow up Hmm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16:49:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id C202E37B404 for ; Sun, 17 Feb 2002 16:49:51 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1I0nlr95818; Mon, 18 Feb 2002 01:49:48 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <018501c1b816$2a9cb970$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Terry Lambert" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 01:49:47 +0100 Organization: Anthony's Home Page (development site) 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 Terry writes: > If you have followed the khttpd work at all, then > you'll know that Ingo has actually done some > admirable work in it. Admirable or not, an HTTP server does not belong in the kernel, unless the entire OS is designed as a dedicated HTTP server, and nothing else. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16:51:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 8C9E737B400 for ; Sun, 17 Feb 2002 16:51:33 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1I0pOr95830; Mon, 18 Feb 2002 01:51:25 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <018c01c1b816$6482f5a0$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Alfred Perlstein" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> <3C703154.91ED7FB4@mindspring.com> <20020217224724.GL12136@elvis.mu.org> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 01:51:24 +0100 Organization: Anthony's Home Page (development site) 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 Alfred writes: > The real problem is that most of the generic > web servers available (as well as most commercial > ones) just suck for handling IO and events. > A well thought out design can give you quite > a perf boost without needing to stick the > _entire_ thing into the kernel. In a production environment, the cheapest and safest way to improve performance is to buy more hardware. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16:58:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pop.netgate.net (pop.netgate.net [204.145.147.7]) by hub.freebsd.org (Postfix) with ESMTP id C10F437B402 for ; Sun, 17 Feb 2002 16:58:16 -0800 (PST) Received: from lolafitz (pm3-37.netgate.net [205.214.163.37]) by pop.netgate.net (8.8.5/8.8.8-KB.072299) with SMTP id RAA11553 for ; Sun, 17 Feb 2002 17:18:12 -0800 (PST) Message-ID: <000a01c1b817$3cf78ea0$0100a8c0@lolafitz> From: "frank adrian" To: Subject: How to install PHP with GD Date: Sun, 17 Feb 2002 16:57:27 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C1B7D4.2DFA1B40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 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_01C1B7D4.2DFA1B40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm running FreeBSD4.5 and need PHP to work with GD installed. I've installed both packages and PHP is functional but without GD working. (I used phpinfo to confirm). Do I need to compile PHP from scratch? I couldn't find anything under man pkg_add or searching FreeBSD.org. Thanks Frank Adrian=20 ------=_NextPart_000_0007_01C1B7D4.2DFA1B40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
 
 I'm running FreeBSD4.5 and need = PHP to work=20 with GD
 
installed.  I've installed both = packages and=20 PHP is functional
 
but without GD working.  (I used = phpinfo to=20 confirm).
 
Do I need to compile PHP from = scratch?
 
I couldn't find anything under = man pkg_add or=20 searching
 
FreeBSD.org.
 
  Thanks
 
  Frank=20 Adrian 
------=_NextPart_000_0007_01C1B7D4.2DFA1B40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 16:59:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id B125B37B402; Sun, 17 Feb 2002 16:59:36 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 5A9545341; Mon, 18 Feb 2002 01:59:34 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Roy Sigurd Karlsbakk Cc: Thomas Hurst , , , Subject: Re: in-kernel HTTP Server for FreeBSD? References: From: Dag-Erling Smorgrav Date: 18 Feb 2002 01:59:33 +0100 In-Reply-To: Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) 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 Roy Sigurd Karlsbakk writes: > er.. So - if you certify within a product, you'll probably become dumber? Getting an MCSE or an MCNE doesn't necessarily make one dumb - though some might ask if one couldn't find anything better to do with one's (employer's) time and money. Believing that it's worth more than the paper it's printed on, however, and bragging about it in an open-source forum, raises serious questions about one's intellectual acumen. Now, a CCNE, on the other hand... DES (neither of the above) -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 17: 1:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rambo.simx.org (rambo.simx.org [194.17.208.54]) by hub.freebsd.org (Postfix) with ESMTP id B524D37B402 for ; Sun, 17 Feb 2002 17:01:09 -0800 (PST) Received: from rambo.simx.org (rocky [192.168.0.2]) by rambo.simx.org (8.11.6/8.11.6) with ESMTP id g1I10vZ28591; Mon, 18 Feb 2002 01:00:57 GMT (envelope-from listsub@rambo.simx.org) Message-ID: <3C705249.6020002@rambo.simx.org> Date: Mon, 18 Feb 2002 02:00:57 +0100 From: "Roger 'Rocky' Vetterberg" Reply-To: listsub@rambo.simx.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Lucas Nussbaum Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Email -> SMS Gateway on FreeBSD References: <06ba01c1b45a$2c1ed900$1501a8c0@win2kws1> <11752.203.11.225.5.1013988132.squirrel@www.futureuse.net> <20020218002711.GA23631@oxygene.in.schickler.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 Lucas Nussbaum wrote: > On Mon, Feb 18, 2002 at 10:22:12AM +1100, fbsdlist@futureuse.net wrote: > >>>I'm looking to set up an Email -> SMS gateway on my FreeBSD machine. >>>Its primary use will be to notify a list of mobile phones via SMS if a >>>server goes down... >>> >>[...] >> >>>I'm really just after anyone with experience getting this to work. >>>Suggestions for programs, hardware needed - and i guess most >>>importantly.. is it possible. >>> >>Hi Brad, >> >>Good news - it is possible and shouldn't be very hard to do either. You've >>got these main options ... >> >>1. Use a 3rd party service provider, they'll have software or an email >>gateway you can use. We use RedRock Communications at work. >> >>2. Write your own gateway. >> > > 3. use the email address provided by your phone operator (eg: > number@operator), and redirect the mail to it. Often it's only a mail > notify service, so only subject is sent to the phone. I've a perl script > which put all the content of a mail in a subject then send it. If > someone is interested, mail me privately. > > Btw, someone talked about software available for that in the ports. > Which ports exactly ? > > lucas /usr/ports/misc/smssend can use webbased services such as mtnsms.com and many others. It features some kind of script language that allows you to make scripts that enables it to use any webbased sms service, and comes preloaded with scripts for a lot of services. I havent used it more then in a few tests, but it seems to work. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 17:11:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (unknown [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 162EA37B402; Sun, 17 Feb 2002 17:11:39 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g1I19Tt81499; Sun, 17 Feb 2002 17:09:29 -0800 (PST) (envelope-from dg) Date: Sun, 17 Feb 2002 17:09:29 -0800 From: David Greenman To: Terry Lambert Cc: Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217170929.D80718@nexus.root.com> References: <3C703A92.2EBD3E67@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C703A92.2EBD3E67@mindspring.com>; from tlambert2@mindspring.com on Sun, Feb 17, 2002 at 03:19:46PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >"Zero copy" usually means "zero unnecessary copies"; but >what someone thinks of as "necessary" is really based on >their bias towards an existing implementation. "zero copy" these days has come to mean no copies that involve the CPU. In my experiance, raw memory bandwidth to DMA packets to/from main memory is not the bottleneck on modern hardware. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 17:14:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 5943B37B404 for ; Sun, 17 Feb 2002 17:14:26 -0800 (PST) Received: from pool0152.cvx21-bradley.dialup.earthlink.net ([209.179.192.152] helo=mindspring.com) by falcon.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16ccNq-0004gQ-00; Sun, 17 Feb 2002 17:14:22 -0800 Message-ID: <3C705564.E1EA2FDA@mindspring.com> Date: Sun, 17 Feb 2002 17:14:12 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.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 Anthony Atkielski wrote: > Terry writes: > > If you have followed the khttpd work at all, then > > you'll know that Ingo has actually done some > > admirable work in it. > > Admirable or not, an HTTP server does not belong in the kernel, unless the > entire OS is designed as a dedicated HTTP server, and nothing else. This is the third list on which you've made bald statements as if they were facts. Do I need to filter you on this list, too? The obvious rejoinder to your claim is that on a resource starved system that is using HTTP based system management, once you hit resource starvation, your management of the system which would enable you to recover from the failure situation is impossible, unless that management is immune from said stavation (e.g. by being in the kernel). Another obvious, but somewhat less universal dictum, would be that performance of HTTP based management should be constant, regardless of other system load, since interacting with the human managing the system is the most import task any system can have on its "to do" list. Therefore, a kernel based HTTP server is an elegant approach to a problem that would otherwise require a significant amount of scheduler and other work to resolve. To back up my statement on the importance of a machine responding to the human who owns it, I refer you to: Context and Consciousness: Activity Theory and Human-Computer Interaction Ed. Bonnie A. Nardi MIT Press ISBN: 0-262-14058-6 Finally, yes, it makes sense for a dedicated web server to do this; so what? It also make sense for any web server where performance is an issue, dedicated or not. PS: People use FreeBSD for dedicated web servers; therefore, even if your limitation argument were valid, which I don't grant, it makes sense for FreeBSD to at least have this facility available. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 17:17:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with SMTP id C157337B405 for ; Sun, 17 Feb 2002 17:17:09 -0800 (PST) Received: (qmail 42249 invoked from network); 18 Feb 2002 01:17:06 -0000 Received: from osiris.sigterm.com (203.47.187.211) by ra.sigterm.com with SMTP; 18 Feb 2002 01:17:06 -0000 Date: Mon, 18 Feb 2002 12:17:17 +1100 From: Stuart Tanner To: frank adrian Cc: freebsd-questions@freebsd.org Subject: Re: How to install PHP with GD Message-ID: <20020218121717.C214@osiris.sigterm.com> References: <000a01c1b817$3cf78ea0$0100a8c0@lolafitz> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <000a01c1b817$3cf78ea0$0100a8c0@lolafitz>; from marcovefa@netgate.net on Mon, Feb 18, 2002 at 11:57:27 +1100 X-Mailer: Balsa 1.3.0 Lines: 28 Sender: owner-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.02.18 11:57 frank adrian wrote: > Hi, > > I'm running FreeBSD4.5 and need PHP to work with GD > > installed. I've installed both packages and PHP is functional > > but without GD working. (I used phpinfo to confirm). > > Do I need to compile PHP from scratch? > > I couldn't find anything under man pkg_add or searching > > FreeBSD.org. > > Thanks > > Frank Adrian > If you build PHP from the ports collection you will be presented with a menu offering choices about which additional features you want added to PHP, including GD. I don't know of a way to reconfigure PHP once it is installed. -- Stuart Tanner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 17:21:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id AA68237B400; Sun, 17 Feb 2002 17:21:43 -0800 (PST) Received: from pool0152.cvx21-bradley.dialup.earthlink.net ([209.179.192.152] helo=mindspring.com) by falcon.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16ccUO-0003yC-00; Sun, 17 Feb 2002 17:21:08 -0800 Message-ID: <3C7056F9.A9F37535@mindspring.com> Date: Sun, 17 Feb 2002 17:20:57 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: David Greenman Cc: Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? References: <3C703A92.2EBD3E67@mindspring.com> <20020217170929.D80718@nexus.root.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 David Greenman wrote: > >"Zero copy" usually means "zero unnecessary copies"; but > >what someone thinks of as "necessary" is really based on > >their bias towards an existing implementation. > > "zero copy" these days has come to mean no copies that involve > the CPU. In my experiance, raw memory bandwidth to DMA packets > to/from main memory is not the bottleneck on modern hardware. I'll agree with your experience. At this point, the limiting factor is PCI bandwith, at least for general purpose hardware. The "AGP approach", where the main memory *is* the NIC memory, gets around this limitation, but doesn't kick the CPU out of the picture, even then. In practice, I've found that it is sometimes better to let the CPU do the copying, rather than the DMA engine on the device, since it's often faster at it. This assumes that the CPU is not otherwise engaged (e.g. doing cryptography), and there's enough spare cycles around the CPU can do the job faster. Moore's law and Intel really screw with the business model required to build special purpose network processors, don't they? 8-) 8-). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 17:31:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (unknown [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id F3BB437B400; Sun, 17 Feb 2002 17:31:06 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g1I1U8J81562; Sun, 17 Feb 2002 17:30:08 -0800 (PST) (envelope-from dg) Date: Sun, 17 Feb 2002 17:30:08 -0800 From: David Greenman To: Terry Lambert Cc: Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217173008.E80718@nexus.root.com> References: <3C703A92.2EBD3E67@mindspring.com> <20020217170929.D80718@nexus.root.com> <3C7056F9.A9F37535@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C7056F9.A9F37535@mindspring.com>; from tlambert2@mindspring.com on Sun, Feb 17, 2002 at 05:20:57PM -0800 Sender: owner-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'll agree with your experience. At this point, the limiting >factor is PCI bandwith, at least for general purpose hardware. I haven't found PCI bandwidth to be a problem, either, at least when using gigabit ethernet NICs on 64bit and/or 66MHz PCI. When one writes an efficient HTTP server that takes a tiny amount of memory per process and uses sendfile() to crank out the bits, the bottleneck becomes the CPU for doing context switches, packet header creation, and TCP protocol processing. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 17:40:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from iguana.icir.org (iguana.icir.org [192.150.187.36]) by hub.freebsd.org (Postfix) with ESMTP id 6469F37B402; Sun, 17 Feb 2002 17:40:44 -0800 (PST) Received: (from rizzo@localhost) by iguana.icir.org (8.11.6/8.11.3) id g1I1eAH16546; Sun, 17 Feb 2002 17:40:10 -0800 (PST) (envelope-from rizzo) Date: Sun, 17 Feb 2002 17:40:10 -0800 From: Luigi Rizzo To: David Greenman Cc: Terry Lambert , Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217174010.B16041@iguana.icir.org> References: <3C703A92.2EBD3E67@mindspring.com> <20020217170929.D80718@nexus.root.com> <3C7056F9.A9F37535@mindspring.com> <20020217173008.E80718@nexus.root.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020217173008.E80718@nexus.root.com> User-Agent: Mutt/1.3.23i Sender: owner-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, Feb 17, 2002 at 05:30:08PM -0800, David Greenman wrote: > >I'll agree with your experience. At this point, the limiting > >factor is PCI bandwith, at least for general purpose hardware. > > I haven't found PCI bandwidth to be a problem, either, at least when > using gigabit ethernet NICs on 64bit and/or 66MHz PCI. When one writes an Correct, though Terry probably meant that "general purpose hw" (read: cheap motherboards) usually have 32bit/33MHz PCI buses, so they can easily become a bottleneck especially if they are shared with other peripherals such as disk controllers, video acquisition boards, or multiple ethernet boards. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 17:58: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ness.aae.uiuc.edu (ness.aae.uiuc.edu [128.174.132.32]) by hub.freebsd.org (Postfix) with ESMTP id 4B08437B442 for ; Sun, 17 Feb 2002 17:57:55 -0800 (PST) Received: (from dmmcf@localhost) by ness.aae.uiuc.edu (8.11.4/8.11.4) id g1I24TK20379; Sun, 17 Feb 2002 20:04:29 -0600 (CST) (envelope-from dmmcf@uiuc.edu) X-Authentication-Warning: ness.aae.uiuc.edu: dmmcf set sender to dmmcf@uiuc.edu using -f To: freebsd-questions@FreeBSD.org Subject: Advice sought re MS Office compatibility From: dmmcf@uiuc.edu (D. Michael McFarland) Date: 17 Feb 2002 20:04:29 -0600 Message-ID: <86eljjlf4i.fsf@ness.aae.uiuc.edu> Lines: 37 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 Hello All, I find it's becoming increasingly important for me to collaborate, at a .doc- and .ppt-file level, with colleagues who use MS Word and PowerPoint on Macs and PCs. Yes, I've tried to enlighten them about the alternatives; I've enlightened them about all they're going to stand, and it's necessary that I do something towards meeting them half-way. So, I'm here to ask your advice about compatible applications. I ran a couple different versions of Applixware under under Red Hat Linux a few years ago, and generally have a good opinion of it, but have never installed it under FreeBSD. I have used StarOffice a little under both Linux and FreeBSD, but recent versions (as of a few months ago) don't play well with XFree86 v. 4 on my laptop (an IBM T-22 running STABLE). I know about VMware and am anxiously awaiting the port of v. 3, but even were it available now, Office is Office and I'd rather use something else. So what's my question? Given that I'm willing to put a little money and more than a little effort into getting it going, what have people found is the most MS-compatible, robust application of this sort? Lest anyone think I'm a pointing, clicking ex-Windows jock, I hasten to add that I write everything I can in TeX. I run Matlab's Simulink from an Emacs buffer. Why, I even...well, you get the idea. But I need to Office to keep the peace, and I'd appreciate any recommendations. Best regards, Michael -- D. Michael McFarland Visiting Senior Research Scientist & Visiting Lecturer Department of Aeronautical and Astronautical Engineering University of Illinois at Urbana-Champaign To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 18: 0:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20101.mail.yahoo.com (web20101.mail.yahoo.com [216.136.226.38]) by hub.freebsd.org (Postfix) with SMTP id 0B38937B404 for ; Sun, 17 Feb 2002 18:00:53 -0800 (PST) Message-ID: <20020218020047.50792.qmail@web20101.mail.yahoo.com> Received: from [64.56.225.6] by web20101.mail.yahoo.com via HTTP; Sun, 17 Feb 2002 18:00:47 PST Date: Sun, 17 Feb 2002 18:00:47 -0800 (PST) From: ann kok Subject: don't understand the message in maillog 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 Dear all I would like to know how this message is in the maillog of the mail server? What is this meaning? Is it using our mail server? Feb 17 04:11:31 email sendmail[24444]: EAA24444: from=, size=0, class=0, pri=0, nrcpts=0, proto=SMTP, relay=[208.254.57.2] TIA __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 17 18: 3: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from probsd.ws (ilm25-53-085.ec.rr.com [24.25.53.85]) by hub.freebsd.org (Postfix) with ESMTP id 8FAC537B404 for ; Sun, 17 Feb 2002 18:03:05 -0800 (PST) Received: by probsd.ws (8.11.6/8.11.6) id g1I23xE58376 for freebsd-questions@FreeBSD.ORG; Sun, 17 Feb 2002 21:03:59 -0500 (EST) (envelope-from ms) Message-Id: <200202180203.g1I23xE58376@probsd.ws> Content-Type: text/plain; charset="iso-8859-1" From: Michael Sharp To: freebsd-questions@FreeBSD.ORG Subject: Mergemaster Date: Sun, 17 Feb 2002 21:03:59 -0500 X-Mailer: KMail [version 1.3.2] 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'm kinda new to FreeBSD and I am about to do the -RELEASE to -STABLE procedure. I'm a little confused as to what mergemaster does, and what I should do.. whether install the temp, or delete, or merge. As I understand it, if you have self-edited files in the /etc directory and you want to keep those changes, you dont install the temp file and leave it for later. However, if you havent self-edited a /etc file, its best to install it. Am I correct? What 'merge' does, I have no idea? Someone mind clarifying what mergemaster does, is it ok to skip the process? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 18: 7:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 842DF37B400 for ; Sun, 17 Feb 2002 18:07:55 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 5CAE52B6C7; Mon, 18 Feb 2002 03:07:52 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 97A8F84A; Mon, 18 Feb 2002 13:07:47 +1100 (EST) Date: Mon, 18 Feb 2002 13:07:47 +1100 From: Edwin Groothuis To: ann kok Cc: freebsd-questions@FreeBSD.ORG Subject: Re: don't understand the message in maillog Message-ID: <20020218130747.O494@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , ann kok , freebsd-questions@FreeBSD.ORG References: <20020218020047.50792.qmail@web20101.mail.yahoo.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: <20020218020047.50792.qmail@web20101.mail.yahoo.com>; from annkok2001@yahoo.com on Sun, Feb 17, 2002 at 06:00:47PM -0800 Sender: owner-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, Feb 17, 2002 at 06:00:47PM -0800, ann kok wrote: > Dear all > > I would like to know how this message is in the > maillog > of the mail server? > > What is this meaning? Is it using our mail server? > > Feb 17 04:11:31 email sendmail[24444]: EAA24444: > from=, size=0, class=0, pri=0, > nrcpts=0, proto=SMTP, relay=[208.254.57.2] You have to find all lines which have the string EAA24444 in it. If you have them, post them here and more information can be given about it. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 18:28: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 83AA537B416 for ; Sun, 17 Feb 2002 18:27:59 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 50C88AE768; Sun, 17 Feb 2002 18:27:59 -0800 (PST) Date: Sun, 17 Feb 2002 18:27:59 -0800 From: Alfred Perlstein To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020218022759.GM12136@elvis.mu.org> References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> <3C703154.91ED7FB4@mindspring.com> <20020217224724.GL12136@elvis.mu.org> <018c01c1b816$6482f5a0$0a00000a@atkielski.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <018c01c1b816$6482f5a0$0a00000a@atkielski.com> 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 * Anthony Atkielski [020217 16:51] wrote: > Alfred writes: > > > The real problem is that most of the generic > > web servers available (as well as most commercial > > ones) just suck for handling IO and events. > > A well thought out design can give you quite > > a perf boost without needing to stick the > > _entire_ thing into the kernel. > > In a production environment, the cheapest and safest way to improve > performance is to buy more hardware. That's untrue, short sighed and off topic. But since you brought it up... :) More hardware means more sysadmin time, means higher chances of failure, means your software must be more robust in dealing with failures. An example is a large server farm that I know of that even with true ECC ram gets several non-recoverable memory errors per-day. Expenses go up the larger your cluster is, both in power, cost for space and cost for replacement parts, and how many parts you must have on hand for replacement. Your cluster will also never scale linearly such that at a certain point adding more nodes/cpus/loadbalancers "just works". No amount of hardware thrown at a problem can equal a well thought out design. Case in point Ebay when they maxed out their e10ks a couple of years back. Eventually they _needed_ to rethink their design in order to make the site usable again. Most of the "clusters" I've seen have ben a resul of poor core engineering. If you have a cluster, if no one can get it to scale and if you can find him, maybe you can hire.... -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 18:39:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from joshua.site-fx.net (ajhm54hby52pi.bc.hsia.telus.net [66.183.47.29]) by hub.freebsd.org (Postfix) with ESMTP id 6A0D737B400 for ; Sun, 17 Feb 2002 18:39:45 -0800 (PST) Received: from agent-orange.site-fx.net (gateway.site-fx.net [192.168.1.1]) by joshua.site-fx.net (8.12.1/8.11.4) with ESMTP id g1GHiFv6007902; Sat, 16 Feb 2002 09:44:15 -0800 (PST) Subject: Re: BIND vs djbdns From: "James A. Peltier" To: GB Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <000d01c1b69e$dd38a6d0$0201a8c0@CITYMOUSE> References: <000d01c1b69e$dd38a6d0$0201a8c0@CITYMOUSE> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 16 Feb 2002 09:44:23 -0800 Message-Id: <1013881463.2872.1.camel@agent-orange.site-fx.net> 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 BIND is included in most UNIX operating systems. BIND is even the base for the Windows 2000 Nameserver. Best to learn BIND as you will find it implemented more than djbdns. That said though I am personally migrating my DNS over to djbdns. On Fri, 2002-02-15 at 20:03, GB wrote: > Folks, > > Not to start a flame war, but does anyone have opinions/advice on BIND9 > vs. djbdns? > > The former is the worldwide standard; the latter seems simpler and more > secure. Simpler appeals to me, since I'm still scratching my head after > reading several BIND HOWTOs. > > Any thoughts appreciated! > > Greg B. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -James Hardware, n.: The parts of a computer system that can be kicked. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 18:42:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pmarquis.com (h002078d55764.ne.mediaone.net [66.30.63.20]) by hub.freebsd.org (Postfix) with ESMTP id 93EA737B400; Sun, 17 Feb 2002 18:42:40 -0800 (PST) Received: (from pmarquis@localhost) by pmarquis.com (8.11.6/8.11.6) id g1I2gIn17769; Sun, 17 Feb 2002 21:42:18 -0500 (EST) (envelope-from pmarquis) Message-Id: <200202180242.g1I2gIn17769@pmarquis.com> Content-Type: text/plain; charset="iso-8859-1" From: Paul Marquis To: Dag-Erling Smorgrav , Roy Sigurd Karlsbakk Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Sun, 17 Feb 2002 21:42:18 -0500 X-Mailer: KMail [version 1.3.2] Cc: Hiten Pandya , freebsd-hackers@freebsd.org, freebsd-questions@freebsd.org References: In-Reply-To: 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 In case anyone is interested, I've just submitted an update for the boa port: http://www.freebsd.org/cgi/query-pr.cgi?pr=35065 On Sunday 17 February 2002 01:26 pm, Dag-Erling Smorgrav wrote: > Roy Sigurd Karlsbakk writes: > > well .. So let's turn the question upside-down, and ask "Is there > > a web server or -accelerator for FreeBSD with similar performance > > as with khttpd or Tux? > > Have you tried thttpd or boa? > > DES -- Paul Marquis pmarquis@pobox.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 18:48:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts11-srv.bellnexxia.net (tomts11.bellnexxia.net [209.226.175.55]) by hub.freebsd.org (Postfix) with ESMTP id 8249B37B404 for ; Sun, 17 Feb 2002 18:48:28 -0800 (PST) Received: from xena.gsicomp.on.ca ([199.243.128.21]) by tomts11-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020218024827.DCWI27257.tomts11-srv.bellnexxia.net@xena.gsicomp.on.ca>; Sun, 17 Feb 2002 21:48:27 -0500 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id g1I2avi99224; Sun, 17 Feb 2002 21:36:57 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <001e01c1b826$bd97e140$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "ann kok" Cc: References: <20020218020047.50792.qmail@web20101.mail.yahoo.com> <20020218130747.O494@k7.mavetju.org> Subject: Re: don't understand the message in maillog Date: Sun, 17 Feb 2002 21:48:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.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 > On Sun, Feb 17, 2002 at 06:00:47PM -0800, ann kok wrote: > > Dear all > > > > I would like to know how this message is in the > > maillog > > of the mail server? > > > > What is this meaning? Is it using our mail server? > > > > Feb 17 04:11:31 email sendmail[24444]: EAA24444: > > from=, size=0, class=0, pri=0, > > nrcpts=0, proto=SMTP, relay=[208.254.57.2] Yes, this message is using your mail server (otherwise your mail server wouldn't have logged it.) All this message means is that your mail server accepted an e-mail from jone001@hotmail.com of size 0 (!). > You have to find all lines which have the string EAA24444 in it. > If you have them, post them here and more information can be given > about it. Absolutely. The other lines with EAA24444 will show you who the message was to. If it isn't someone who has a mailbox on your server, then your server is being used as an open relay, which doesn't contribute to the decline of e-mail spam. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 19:24:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20105.mail.yahoo.com (web20105.mail.yahoo.com [216.136.226.42]) by hub.freebsd.org (Postfix) with SMTP id D859A37B404 for ; Sun, 17 Feb 2002 19:24:24 -0800 (PST) Message-ID: <20020218032424.17091.qmail@web20105.mail.yahoo.com> Received: from [64.56.226.212] by web20105.mail.yahoo.com via HTTP; Sun, 17 Feb 2002 19:24:24 PST Date: Sun, 17 Feb 2002 19:24:24 -0800 (PST) From: ann kok Subject: Re: don't understand the message in maillog To: Matthew Emmerton , edwin@mavetju.org Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <001e01c1b826$bd97e140$1200a8c0@gsicomp.on.ca> 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 Dear all I only have this one line in the maillog How do I check and prevent it? I use sendmail Thank you again --- Matthew Emmerton wrote: > > > > On Sun, Feb 17, 2002 at 06:00:47PM -0800, ann kok > wrote: > > > Dear all > > > > > > I would like to know how this message is in the > > > maillog > > > of the mail server? > > > > > > What is this meaning? Is it using our mail > server? > > > > > > Feb 17 04:11:31 email sendmail[24444]: EAA24444: > > > from=, size=0, class=0, > pri=0, > > > nrcpts=0, proto=SMTP, relay=[208.254.57.2] > > Yes, this message is using your mail server > (otherwise your mail server > wouldn't have logged it.) > All this message means is that your mail server > accepted an e-mail from > jone001@hotmail.com of size 0 (!). > > > You have to find all lines which have the string > EAA24444 in it. > > If you have them, post them here and more > information can be given > > about it. > > Absolutely. The other lines with EAA24444 will show > you who the message was > to. If it isn't someone who has a mailbox on your > server, then your server > is being used as an open relay, which doesn't > contribute to the decline of > e-mail spam. > > -- > Matt Emmerton > > __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 17 19:36: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.austclear.com.au (ns1.austclear.com.au [192.43.185.68]) by hub.freebsd.org (Postfix) with ESMTP id A18AB37B404 for ; Sun, 17 Feb 2002 19:36:01 -0800 (PST) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.166.65]) by ns1.austclear.com.au (8.11.2/8.11.3) with ESMTP id g1I3a0065508; Mon, 18 Feb 2002 14:36:00 +1100 (EST) (envelope-from ahl@austclear.com.au) Received: from tungsten (tungsten [192.168.166.65]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id OAA14525; Mon, 18 Feb 2002 14:36:00 +1100 (EST) Message-Id: <200202180336.OAA14525@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: ann kok Cc: Matthew Emmerton , edwin@mavetju.org, freebsd-questions@FreeBSD.ORG Subject: Re: don't understand the message in maillog In-Reply-To: Message from ann kok of "Sun, 17 Feb 2002 19:24:24 -0800." <20020218032424.17091.qmail@web20105.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 18 Feb 2002 14:35:59 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I usually find that a line like that is an indication that sendmail has rejected the mail--it has a zero size and no recipients. You should actually find that somewhere in the log shortly before that line is an entry like: Feb 17 04:11:31 email sendmail[24444]: EAA24444: ruleset=check_mail, arg1=, relay=[208.254.57.2], reject=..... Where the "....." at the end is the rejection code, and an English explanation for the rejection. The ruleset may also be something different, but the anti-spam, anti-relay stuff usually starts with check_ Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 19:37:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hauan.org (dah.sharedcomm.net [205.235.129.203]) by hub.freebsd.org (Postfix) with ESMTP id 83E4637B402 for ; Sun, 17 Feb 2002 19:37:40 -0800 (PST) Received: from hauan.org (localhost.hauan.org [127.0.0.1]) by hauan.org (8.11.6/8.11.6) with ESMTP id g1HJjni22803 for ; Sun, 17 Feb 2002 19:46:19 GMT (envelope-from dah@hauan.org) Message-ID: <3C70086C.7AA9B561@hauan.org> Date: Sun, 17 Feb 2002 19:45:48 +0000 From: Dave X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBsd.org Subject: quick cam 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 Anyone got a BW connectix quick cam working with 4.4-Release? Need help. Have tried qcread and xcam (sane) to no avail. Someone have any *cam* working well? Would love to know as I'm giving up on the bwqcam and will buy something that works. Just wondering! dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 19:41:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from angui.sh (angui.sh [216.27.181.149]) by hub.freebsd.org (Postfix) with ESMTP id 072B037B416 for ; Sun, 17 Feb 2002 19:41:29 -0800 (PST) Received: from localhost (wfroning@localhost) by angui.sh (8.11.6/8.11.4) with ESMTP id g1I4DpK47367; Sun, 17 Feb 2002 20:13:51 -0800 (PST) (envelope-from wfroning@angui.sh) Date: Sun, 17 Feb 2002 20:13:51 -0800 (PST) From: Will Froning To: questions@freebsd.org Cc: Will Froning Subject: natd and dynamic rules Message-ID: <20020217201322.E46783-100000@angui.sh> 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 [please CC me on replies, thanks] I have an issue with natd and my dynamic ipfw rules. Here goes. I recently implemented natd on my FBSD4.5 firewall. Here are the relevant ipfw rules (internal ip=192.168.100.1): 01400 divert 8668 ip from any to any via dc0 01500 check-state 01600 deny log tcp from any to any established 01700 allow tcp from ${oip} to any keep-state out setup 02800 allow ip from 192.168.100.0/24 to any keep-state via dc1 When I start a ssh session from my firewall to my mail server the dynamic rule gets the correct lifetime value from net.inet.ip.fw.dyn_ack_lifetime. When I start a ssh session from 192.168.100.2 to my firewall's internal interface, I again get the correct lifetime value from net.inet.ip.fw.dyn_ack_lifetime. When I start a ssh session from 192.168.100.2 to a remote machine, the packet gets through just fine. But when the dynamic rules come up I was suspecting both 2800 and 1700 to have the same lifetime value. That's not the case. It seems when natd sends the packet out, the outgoing packet gets it's lifetime value from net.inet.ip.fw.dyn_syn_lifetime NOT net.inet.ip.fw.dyn_ack_lifetime! So my questions are these: 1) Is this purposely done by implementation or is this a bug in either ipfw or natd? 2) If this is a "feature", is there any way to change this to have both rules look at the same lifetime value? FYI: I tried http://www.aarongifford.com/computers/ipfwpatch.html, but that effects ack_lifetime not syn_lifetime. I also tried natd with -s and again without, same results. Thanks. Will -- Will Froning Unix Sys. Admin. wfroning@angui.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 20: 0:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id CC36B37B400 for ; Sun, 17 Feb 2002 20:00:28 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 875CE5D09; Sun, 17 Feb 2002 20:00:28 -0800 (PST) To: Michael Sharp Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mergemaster In-reply-to: Your message of "Sun, 17 Feb 2002 21:03:59 EST." <200202180203.g1I23xE58376@probsd.ws> Date: Sun, 17 Feb 2002 20:00:28 -0800 From: "Kevin Oberman" Message-Id: <20020218040028.875CE5D09@ptavv.es.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 > From: Michael Sharp > Date: Sun, 17 Feb 2002 21:03:59 -0500 > Sender: owner-freebsd-questions@FreeBSD.ORG > > I'm kinda new to FreeBSD and I am about to do the -RELEASE to -STABLE > procedure. I'm a little confused as to what mergemaster does, and what I > should do.. whether install the temp, or delete, or merge. As I understand > it, if you have self-edited files in the /etc directory and you want to keep > those changes, you dont install the temp file and leave it for later. > However, if you havent self-edited a /etc file, its best to install it. Am I > correct? What 'merge' does, I have no idea? Someone mind clarifying what > mergemaster does, is it ok to skip the process? Michael, mergemaster does about what you think. There are a number of system file which are routinely modified by system admins and, when changes are made to the base files in the FreeBSD distribution, it would be disastrous to simply replace the existing file. Imagine your password file suddenly being replaced by one with none of your accounts in it! Megemaster-Why and How The purpose of mergemaster is to allow changes to files that are frequently/normally configured by an system administrator. These are mostly in the /etc tree. When you run mergemaster, it will build a copy of the root environment, by default in /var/tmp/temproot. Once this is done, you will get a list of files you have on your system that are not in the FreeBSD distribution. These are files that are not part of the distribution, files installed by X11 or files you have created. It's a good idea to scan over this list, but I'll admit that I seldom bother. Next, you will start getting the output of "diff | more" for all existing files that are different from the newly downloaded version. If the file is one you have not customized, you almost certainly want to select 'i' to install the newer file. You may also get some files that don't exist on your system because they were added to the tree since your prior installation. You almost certainly want to install 'i' these, too. I always look at the differences, even though I know I will be selecting the new version. There is a lot of easily understandable information about changes in the system and it might cause you to realize that something is messed up in the current installation or something new that you want to learn more about. If you have a reason to not want to install the new version or make any changes to the old version, choose 'd'. You probably don't really want to do this, though. When you get to a file that you have edited, you probably want to merge. If you select 'm', you will get an sdiff display where you can blend lines from your existing file (on the left) and the new file (on the right) by entering 'l' or 'r'. You should ALWAYS select the right (new) choice for the RCS version line so that you will not keep being bugged by this every time you run mergemaster. If the changes are such that simply selecting 'l' or 'r' does not do the right thing, you can choose 'e' to bring up the file in an editor so that you can make it look exactly like you want it to look. Remember to include the RCS version line from the new (right) version. The first time you run mergemaster is the worst. After you have done your merges, future runs won't ask about the most files because the RCS versions will not be changed (unless, of course, the distribution file HAS changed.) Never just let mergemaster install everything! You may lose password, groups, printcap, or other files critical to system operation. Finally, mergemaster will give you the opportunity to instantiate the changes made to files like /dev/MAKEDEV, /etc/mail/aliases, and master.passwd. Unless you are confident that there is a reason not to do any of these, answer 'y'. Finally, if you can't decide how to proceed, you can leave the new file in the temporary directory and worry about them later. But even this has risks as some changes (e.g. pam.conf) may be required for things to run normally. Try to avoid this option. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 20: 5:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id C020437B400 for ; Sun, 17 Feb 2002 20:05:11 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1I44mY24517; Mon, 18 Feb 2002 17:04:48 +1300 (NZDT) (envelope-from jonc) Date: Mon, 18 Feb 2002 17:04:48 +1300 From: Jonathan Chen To: mess-mate Cc: freebsd-questions@freebsd.org Subject: Re: upsd problems Message-ID: <20020218170448.A6470@grimoire.chen.org.nz> References: <20020217103432.A9D0B119@postfix2-1.free.fr> <20020218071703.A229@grimoire.chen.org.nz> <20020217192144.8BEE8AB1BC@postfix1-2.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020217192144.8BEE8AB1BC@postfix1-2.free.fr>; from messmate@free.fr on Sun, Feb 17, 2002 at 04:14:29PM +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 [Please don't remove the Cc: freebsd-questions] On Sun, Feb 17, 2002 at 04:14:29PM +0100, mess-mate wrote: > What's an UPS ??? :( > Uninterruptable Power Supply. It's usually a small cube that's got a battery supply. There's a serial port which you can connect to monitor the internal state; in the ports, sysutils/upsd is one such monitoring daemon that checks the state of APC Smart UPS boxes. It sounds like you've installed one by mistake. Check /var/db/pkg and pkg_delete the upsd_X.X.X package. -- Jonathan Chen ---------------------------------------------------------------------- "Irrationality is the square root of all evil" - Douglas Hofstadter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 20:49: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gecko.yellowgoanna.com (monatomic4.link.internode.on.net [150.101.99.236]) by hub.freebsd.org (Postfix) with ESMTP id D5DA737B400 for ; Sun, 17 Feb 2002 20:48:49 -0800 (PST) Received: from albert (unknown [192.168.0.12]) by gecko.yellowgoanna.com (Postfix) with ESMTP id 0C1EB17D50 for ; Mon, 18 Feb 2002 15:18:42 +1030 (CST) From: "Richard Russell" To: Subject: RE: Problem installing Xfree86-4 and other ports Date: Mon, 18 Feb 2002 15:18:44 +1030 Message-ID: <004101c1b837$8b7aafb0$0c00a8c0@albert> 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 In-Reply-To: <000c01c1b639$f56a4ca0$0c00a8c0@albert> 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 Was my post too long? too hard? too easy (not worth an RTFM!)? to the wrong list? I'm stuck here, folks... it's a showstopper, and I have already downloaded 800Mb ish of ports (which will cost me $A110 here) ... sigh :) rr -- Richard Russell Yellow Goanna Pty Ltd e: richard@yellowgoanna.com m: +61 412 827 805 f: +61 8 8462 2362 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of > Richard Russell > Sent: Saturday, 16 February 2002 2:31 AM > To: Freebsd-questions@freebsd.org > Subject: Problem installing Xfree86-4 and other ports > > > Hi all, > > New to the list -- apologies if this message is misdirected, > just answered, or Considered Evil -- please correct me :) > > I've just done my first installation of FreeBSD 4.4 from a > 4cd set on my Toshiba TE2000 Laptop. I'm having a few > problems getting some ports to work... > > Here's what I've done (from memory -- E&OE)... > > Installed. > make & install cvsupit > cvsup cvsupfile -- updated everything to the latest > (4.5-STABLE, latest ports, etc) did a make buildworld, make > buildkernel, make installkernel, make installworld, > mergemaster, reboot -- all seems ok. > > I've since installed a few ports successfully, but had > trouble with some... > > > XFree86-4 (fixed now, but I still wonder why the problem): > > I managed to mess about a bit too much with XFree86 -- > installed 3.3.6, then 4.1.0, then 3.3.6, then deinstalled > both and reinstalled 4.1.0 ... However, I couldn't start X > due to it not being able to find the fixed font... after much > messing around, I discovered that despite installing the > XFree86-font*-4.1.0 ports, I didn't have > XFree86-libraries-4.1.0 installed -- I'm not sure if this is > due to my messing around, or if it's because the dependencies > are mussed up... > > > Almost every other port I try now: > > eg sysutils/portupgrade... > > here's my log (superfluous stuff removed): > ---- > # make clean > ===> Cleaning for autoconf213-2.13.000227_1 > ===> Cleaning for m4-1.4_1 > ===> Cleaning for ruby-fnmatch-1.1b_1 > ===> Cleaning for ruby-optparse-0.8.6 > ===> Cleaning for ruby-1.6.6.2002.01.29 > ===> Cleaning for pkg_tarup-1.2_3 > ===> Cleaning for portupgrade-20020213.1_1 > # make > ===> Extracting for portupgrade-20020213.1_1 > >> Checksum OK for pkgtools-20020204.tar.bz2. > >> Checksum OK for pkgtools-20020204-20020213.1.diff.bz2. > ===> portupgrade-20020213.1_1 depends on file: /usr/local/bin/ruby - > found > ===> Patching for portupgrade-20020213.1_1 > ===> Applying distribution patches for > portupgrade-20020213.1_1 /usr/local/bin/ruby -i.orig -ne '/ p > / or print' /usr/ports/sysutils/portupgrade > /work/pkgtools-20020204/bin/portcvsweb > ===> Configuring for portupgrade-20020213.1_1 > ===> Building for portupgrade-20020213.1_1 > ===> bin > Warning: Object directory not changed from original > /usr/ports/sysutils/portupgr ade/work/pkgtools-20020204/bin > /usr/local/bin/ruby -wc make_describe_pass1 Syntax OK > /usr/local/bin/ruby -pe ' if $. == 1; if /^#!/; sub > /^#!\s*\S*(\benv\s+)?\bru by/, "#!/usr/local/bin/ruby"; > else; $_ = "#!/usr/local/bin/ruby\n" + $_; end; > end' make_describe_pass1 > .build/make_describe_pass1 > ... > > ... > /usr/local/bin/ruby -wc portversion > Syntax OK > /usr/local/bin/ruby -pe ' if $. == 1; if /^#!/; sub > /^#!\s*\S*(\benv\s+)?\bru by/, "#!/usr/local/bin/ruby"; > else; $_ = "#!/usr/local/bin/ruby\n" + $_; end; > end' portversion > .build/portversion > gzip -cn pkg_deinstall.1 > pkg_deinstall.1.gz > gzip -cn pkg_fetch.1 > pkg_fetch.1.gz > gzip -cn pkg_glob.1 > pkg_glob.1.gz > gzip -cn pkg_sort.1 > pkg_sort.1.gz > gzip -cn pkgdb.1 > pkgdb.1.gz > gzip -cn portcvsweb.1 > portcvsweb.1.gz > gzip -cn portsclean.1 > portsclean.1.gz > gzip -cn portsdb.1 > portsdb.1.gz > gzip -cn portupgrade.1 > portupgrade.1.gz > gzip -cn portversion.1 > portversion.1.gz > ===> etc > Warning: Object directory not changed from original > /usr/ports/sysutils/portupgr ade/work/pkgtools-20020204/etc > /usr/local/bin/ruby -p -e 'sub %r:/usr/local:, "/usr/local"' > pkgtools.sh > .bu ild/pkgtools.sh /usr/local/bin/ruby -p -e > 'sub %r:/usr/local:, "/usr/local"' status-pkg.sh > . > build/status-pkg.sh gzip -cn pkgtools.conf.5 > > pkgtools.conf.5.gz ===> lib > Warning: Object directory not changed from original > /usr/ports/sysutils/portupgr ade/work/pkgtools-20020204/lib > /usr/local/bin/ruby -wc pkg.rb Syntax OK /usr/local/bin/ruby > -p -e 'sub %r:/usr/local:, "/usr/local"' pkg.rb > .build/p > kg.rb ... stuff> ... /usr/local/bin/ruby -p -e 'sub %r:/usr/local:, > "/usr/local"' tsort.rb > > .build > /tsort.rb > ===> misc > ===> misc/bash > Warning: Object directory not changed from original > /usr/ports/sysutils/portupgr ade/work/pkgtools-20020204/misc/bash > ===> misc/tcsh > Warning: Object directory not changed from original > /usr/ports/sysutils/portupgr ade/work/pkgtools-20020204/misc/tcsh > ===> misc/zsh > Warning: Object directory not changed from original > /usr/ports/sysutils/portupgr ade/work/pkgtools-20020204/misc/zsh > # make > # make install > ===> Installing for portupgrade-20020213.1_1 > ===> portupgrade-20020213.1_1 depends on file: > /usr/local/lib/ruby/site_ruby/1 > .6/optparse.rb - found > ===> portupgrade-20020213.1_1 depends on file: > /usr/local/lib/ruby/site_ruby/1 > .6/i386-freebsd4/fnmatch.so - found > ===> portupgrade-20020213.1_1 depends on file: > /usr/local/sbin/pkg_tarup - not > found > ===> Verifying install for /usr/local/sbin/pkg_tarup in > /usr/ports/sysutils/p > kg_tarup > ===> Extracting for pkg_tarup-1.2_3 > >> Checksum mismatch for pkg_tarup?rev=1.2&content-type=text%2fplain. > Make sure the Makefile and distinfo file > (/usr/ports/sysutils/pkg_tarup/distinfo > ) > are up to date. If you are absolutely sure you want to > override this check, type "make NO_CHECKSUM=yes [other args]". > *** Error code 1 > > Stop in /usr/ports/sysutils/pkg_tarup. > *** Error code 1 > > Stop in /usr/ports/sysutils/pkg_tarup. > *** Error code 1 > > Stop in /usr/ports/sysutils/pkg_tarup. > *** Error code 1 > > Stop in /usr/ports/sysutils/pkg_tarup. > *** Error code 1 > > Stop in /usr/ports/sysutils/pkg_tarup. > *** Error code 1 > > Stop in /usr/ports/sysutils/pkg_tarup. > *** Error code 1 > > Stop in /usr/ports/sysutils/portupgrade. > *** Error code 1 > > Stop in /usr/ports/sysutils/portupgrade. > *** Error code 1 > > Stop in /usr/ports/sysutils/portupgrade. > # > ---- > > Now that looks like an error to me... > > If I go into the pkg_tarup port, and try installing it there, > I get the same error... I also get it on a number of other ports... > > Note that one thing that _may_ be effecting me here is the > fact that I've tried cvsupping multiple times, and make clean > multiple times, and so on -- and occasionally, for various > reasons, I've CTL-C'd it in the middle of something (a build > or a clean, not an install AFAIK -- although I did it in the > middle of a make update in /usr/ports once...) > > Still... I simply don't know where to go from here -- it > seems that everything I try ends in the same error... any hints? > > rr > > > -- > Richard Russell > Yellow Goanna Pty Ltd > e: richard@yellowgoanna.com > m: +61 412 827 805 > f: +61 8 8462 2362 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 17 21: 7:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 9EB1437B400 for ; Sun, 17 Feb 2002 21:07:38 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 32AE35D09; Sun, 17 Feb 2002 21:07:38 -0800 (PST) To: "Richard Russell" Cc: Freebsd-questions@freebsd.org Subject: Re: Problem installing Xfree86-4 and other ports In-reply-to: Your message of "Mon, 18 Feb 2002 15:18:44 +1030." <004101c1b837$8b7aafb0$0c00a8c0@albert> Date: Sun, 17 Feb 2002 21:07:38 -0800 From: "Kevin Oberman" Message-Id: <20020218050738.32AE35D09@ptavv.es.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 > From: "Richard Russell" > Date: Mon, 18 Feb 2002 15:18:44 +1030 > Sender: owner-freebsd-questions@FreeBSD.ORG > > Was my post too long? too hard? too easy (not worth an RTFM!)? to the > wrong list? > > I'm stuck here, folks... it's a showstopper, and I have already > downloaded 800Mb ish of ports (which will cost me $A110 here) ... sigh > :) Not too long, but badly organized. Tell us the problem and attach relevant files. Don't expect us to wade through over 200 lines of text before we can figure out if we can help. Some of the edit you made toe the messages were a bit confusing to me, but the bottom line seems to be that pkg_tarup is wrong. This probably means an error occurred when fetching the file. But the file fetched in now on you system, so subsequent attempt will fail in the same manner. The files are stored in /usr/ports/distfiles. In some cases they are stored in sub-directories of distfiles. Delete the bad file from there and try again. If you have a consistent problem with a port, it is possible that the distribution file was modified without a change to the file name, but that is not the case for pkg_tarup. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 21:14: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cmr2.ash.ops.us.uu.net (cmr2.ash.ops.us.uu.net [198.5.241.40]) by hub.freebsd.org (Postfix) with ESMTP id 69C2437B400 for ; Sun, 17 Feb 2002 21:14:04 -0800 (PST) Received: from csserve0.corp.us.uu.net by cmr2.ash.ops.us.uu.net with ESMTP (peer crosschecked as: csserve0.corp.us.UU.NET [153.39.88.140]) id QQmcrs08658; Mon, 18 Feb 2002 05:13:57 GMT Received: from haiti.corp.us.uu.net by csserve0.corp.us.uu.net with ESMTP (peer crosschecked as: localhost [127.0.0.1]) id QQmcrs14323; Mon, 18 Feb 2002 00:13:44 -0500 (EST) Received: from localhost (jamgill@localhost) by haiti.corp.us.uu.net (8.10.2+Sun/8.9.3) with ESMTP id g1I5DS511343; Mon, 18 Feb 2002 00:13:29 -0500 (EST) X-Authentication-Warning: haiti.corp.us.uu.net: jamgill owned process doing -bs Date: Mon, 18 Feb 2002 00:13:27 -0500 (EST) From: "jamgill@uu.net" X-Sender: jamgill@haiti.corp.us.uu.net To: Richard Russell Cc: Freebsd-questions@freebsd.org Subject: RE: Problem installing Xfree86-4 and other ports In-Reply-To: <004101c1b837$8b7aafb0$0c00a8c0@albert> 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, 18 Feb 2002, Richard Russell wrote: > Was my post too long? too hard? too easy (not worth an RTFM!)? to the > wrong list? > > I'm stuck here, folks... it's a showstopper, and I have already > downloaded 800Mb ish of ports (which will cost me $A110 here) ... sigh > :) > ... > kg_tarup > ===> Extracting for pkg_tarup-1.2_3 > >> Checksum mismatch for pkg_tarup?rev=1.2&content-type=text%2fplain. > Make sure the Makefile and distinfo file > (/usr/ports/sysutils/pkg_tarup/distinfo > ) > are up to date. If you are absolutely sure you want to > override this check, type "make NO_CHECKSUM=yes [other args]". > *** Error code 1 See that "Checksum mismatch" part? That (probably) means that the port pulled down a tarball of a later version than when the port was written. I have a few suggestions that I hope can help you navigate this pass: 1) when you CVSup'd to the latest version, did you update your ports tree also? If you didn't, I would recommend doing that. Try putting the lines: *default release=cvs tag=. ports-all in your cvsupfile and updating again to get a current ports tree.* 2) you can try going into the /usr/ports/sysutils/pkg_tarup/ and doing `make NO_CHECKSUM=yes` but if the port has patches or other modifications to the distribution that apply to an older version you can get into trouble. Not trouble that can't be fixed by rm -rf'ing the work subdir there, but unpredictable results at the least. 3) you can pull the version of the distfile off your CD set and put it into /usr/ports/distfiles/ or mount the CD to /cdrom and install the version of the distrobution files that are already in the room. That may save you a few A$ ;-) *This is relatively safe, but if you don't have anyone to blame but yourself if you follow advice from this or any list without understanding what the suggestions will actually do ;) Have Fun, -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --gill | Tatu Ylonen, SSH 1.2.12 README: "Beware that the most effective | way for someone to decrypt your data may be with a rubber hose." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 21:27:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gecko.yellowgoanna.com (monatomic4.link.internode.on.net [150.101.99.236]) by hub.freebsd.org (Postfix) with ESMTP id A698437B402 for ; Sun, 17 Feb 2002 21:27:20 -0800 (PST) Received: from albert (unknown [192.168.0.12]) by gecko.yellowgoanna.com (Postfix) with ESMTP id E04C517D50 for ; Mon, 18 Feb 2002 15:57:18 +1030 (CST) From: "Richard Russell" To: Subject: RE: Problem installing Xfree86-4 and other ports Date: Mon, 18 Feb 2002 15:57:20 +1030 Message-ID: <004501c1b83c$f06676c0$0c00a8c0@albert> 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 In-Reply-To: <20020218050738.32AE35D09@ptavv.es.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 > Not too long, but badly organized. Tell us the problem and > attach relevant files. Don't expect us to wade through over > 200 lines of text before we can figure out if we can help. ah -- sorry ... it was rather late here at the time... :) Also, I'm new to BSD, so wasn't sure what was relevant and what was not... > > Some of the edit you made toe the messages were a bit > confusing to me, but the bottom line seems to be that > pkg_tarup is wrong. This probably means an error occurred > when fetching the file. But the file fetched in now on you > system, so subsequent attempt will fail in the same manner. indeed... > The files are stored in /usr/ports/distfiles. In some cases > they are stored in sub-directories of distfiles. Delete the > bad file from there and try again. ok -- I had done a make distclean, but it had failed after that also.... However, after manually removing said file, it works... Thanks so much. I'm very, very appreiciative of your efforts :) > If you have a consistent problem with a port, it is possible > that the distribution file was modified without a change to > the file name, but that is not the case for pkg_tarup. How would I go about finding out if that was the case? rr -- Richard Russell Yellow Goanna Pty Ltd e: richard@yellowgoanna.com m: +61 412 827 805 f: +61 8 8462 2362 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 21:28:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gecko.yellowgoanna.com (monatomic4.link.internode.on.net [150.101.99.236]) by hub.freebsd.org (Postfix) with ESMTP id 46D8537B400 for ; Sun, 17 Feb 2002 21:28:41 -0800 (PST) Received: from albert (unknown [192.168.0.12]) by gecko.yellowgoanna.com (Postfix) with ESMTP id 9740D17D50; Mon, 18 Feb 2002 15:58:39 +1030 (CST) From: "Richard Russell" To: "'jamgill@uu.net'" Cc: Subject: RE: Problem installing Xfree86-4 and other ports Date: Mon, 18 Feb 2002 15:58:41 +1030 Message-ID: <004601c1b83d$20781120$0c00a8c0@albert> 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 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 > See that "Checksum mismatch" part? That (probably) means > that the port > pulled down a tarball of a later version than when the port was > written. I have a few suggestions that I hope can help you > navigate this > pass: > > 1) when you CVSup'd to the latest version, did you update > your ports tree > also? If you didn't, I would recommend doing that. Try putting the > lines: > *default release=cvs tag=. > ports-all > in your cvsupfile and updating again to get a current ports tree.* I did... > > 2) you can try going into the /usr/ports/sysutils/pkg_tarup/ and doing > `make NO_CHECKSUM=yes` > but if the port has patches or other modifications to the distribution > that apply to an older version you can get into trouble. Not trouble > that can't be fixed by rm -rf'ing the work subdir there, but > unpredictable > results at the least. tried... failed due to a patch... > > 3) you can pull the version of the distfile off your CD set and put it > into /usr/ports/distfiles/ or mount the CD to /cdrom and install the > version of the distrobution files that are already in the > room. That may > save you a few A$ ;-) heh :) deleting it and redownloading worked -- same diff, I suspect :) Thanks again... -- Richard Russell Yellow Goanna Pty Ltd e: richard@yellowgoanna.com m: +61 412 827 805 f: +61 8 8462 2362 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 21:49:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id EB61B37B404 for ; Sun, 17 Feb 2002 21:49:20 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16cgfv-0000sh-00 for freebsd-questions@FreeBSD.ORG; Mon, 18 Feb 2002 05:49:19 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 76BC313040 for ; Mon, 18 Feb 2002 06:49:18 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id AD0D922590; Mon, 18 Feb 2002 06:49:18 +0100 (CET) Date: Mon, 18 Feb 2002 06:49:18 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: make.conf, proxy and ports Message-ID: <20020218054918.GA3731@raggedclown.net> References: <7c.23136e42.29a159bc@aol.com> <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de> <20020217121822.R48401@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020217121822.R48401@blossom.cjclark.org> 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 On Sun, Feb 17, 2002 at 12:18:22PM -0800, Crist J. Clark wrote: > On Sun, Feb 17, 2002 at 08:40:30PM +0100, Thomas Schuerger wrote: > > [Charset ISO-8859-1 unsupported, filtering to ASCII...] > > > hi, > > > > > > I just set up a new system with FBSD 4.5 behind a proxy server/firewall and I'm having a real pain getting ports installed. > > > > > > I followed logic and created /etc/make.conf with the following lines: > > > > > > $ cat /etc/make.conf | grep _PROXY > > > FTP_PROXY= 10.100.10.100:1080 > > > HTTP_PROXY= 10.100.10.100:3128 > > > > Try using > > > > FTP_PROXY= http://10.100.10.100:1080 (http is correct here) > > HTTP_PROXY= http://10.100.10.100:3128 > > > > instead. > > Actually, try using, > > FETCH_ENV= FTP_PROXY=ftp://10.100.10.100:1080 HTTP_PROXY=http://10.100.10.100:3128 > > If you actually want it to work. > > I guess no one else is going to fix etc/defaults/make.conf now that it > is depricated. Just have to do it myself. Is it deprecated ? I must have missed that. Where was that announced (not in stable UPDATING), what are the implications ? -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22: 5:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id C066337B404 for ; Sun, 17 Feb 2002 22:05:51 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218060546.TFGR1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 06:05:46 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1I65ii33651; Sun, 17 Feb 2002 22:05:44 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Feb 2002 22:05:43 -0800 From: "Crist J. Clark" To: Graham Wheeler Cc: Stuart Tanner , freebsd-questions@FreeBSD.ORG Subject: Re: lpd not reading printcap? Message-ID: <20020217220543.S48401@blossom.cjclark.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gram@bradygirl.com on Sun, Feb 17, 2002 at 05:08:44PM -0600 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 17, 2002 at 05:08:44PM -0600, Graham Wheeler wrote: > Stuart Tanner wrote : > > > On 2002.02.18 09:11 Graham Wheeler wrote: > > > Hi all > > > > > > I am having problems getting remote printing to work. I've done this > > > many times before successfully, and can't understand why I am now > > > having problems. > > > > > > I have a very simple /etc/printcap file, along the lines of: > > > > > > lprem:rm=printserv:sh:sf:lf=/var/log/lpd-errs > > > > > > When I start up lpd, I get two log messages: > > > > > > lpd: Cannot open /dev/lp: No such file or directory > > > > > > If I try to print to lprem, using "lp -d lprem", I get a message > > > saying the printer is not known. > > > > > > If I just use lp without a -d argument, the file gets queued, but lpd > > > again complains of being unable to open /dev/lp. > > > > > > If I make a link from /dev/lp to /dev/lpt0, then an lpc status tells > > > me that the printer may be offline. > > > > > > In short, it appears that the /etc/printcap file is being ignored by > > > lpd, and it is defaulting to /dev/lp. > > > > > > I'm running 4.5S, last cvsupped about 2 weeks ago. > > > > > > Any ideas, anyone? > > You are not telling lpd which printer to use at the other end. You > > have listed the remote machine but you don't have a rp entry. > > > > hpljiii|HP LaserJet III:\ > > :sh:\ > > :rm=ra:sd=/var/spool/lpd/ra:lf=/var/log/lpd-errs:\ > > :rp=hpljiii:\ > > :if=/usr/local/libexec/psif: > > > You're right; I had forgotten that this is needed even if the remote > printer is named lp. It's been a while. > > I used the example for a remote printer given in the default > /etc/printcap; it is also missing the rp field so its a poor > example. It's not needed when the remote is 'lp.' This works fine for me at the client, lp|hp|hpt45:\ :sh:\ :rm=blossom:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: Where, lp|local line printer:\ :sh:\ :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: This is the printcap(5) on the server. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22: 6:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id E206E37B400 for ; Sun, 17 Feb 2002 22:06:38 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16cgwf-0000WG-00 for freebsd-questions@freebsd.org; Mon, 18 Feb 2002 06:06:38 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 8739013040 for ; Mon, 18 Feb 2002 07:06:37 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id EDEC722590; Mon, 18 Feb 2002 07:06:36 +0100 (CET) Date: Mon, 18 Feb 2002 07:06:36 +0100 From: Cliff Sarginson To: "freebsd-questions@FreeBSD.ORG" Subject: Re: Beginner's question - Network problem Message-ID: <20020218060636.GB3731@raggedclown.net> References: <20020215182653.Y36782@blossom.cjclark.org> <20020217195934.5D5DF48449@wastegate.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020217195934.5D5DF48449@wastegate.net> 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 On Sun, Feb 17, 2002 at 03:01:31PM -0500, Doug Reynolds wrote: > On Fri, 15 Feb 2002 18:26:53 -0800, Crist J. Clark wrote: > > >On Sat, Feb 16, 2002 at 02:46:08AM +0100, Alain Fabry wrote: > >> It's a Intel EtherExpress Pro 10+ ISA card > > > >[snip] > > > >> ex: WARNING: board's EEPROM is configured for IRQ 0, using 5 > >> ex0: at port 0x200-0x20f iomem 0xcc000-0xcffff irq 5 on isa0 > >> ex0: PnP config, 16-bit bus, board id 0xfff, stepping 0xf > >> ex0: Ethernet address ff:ff:ff:ff:ff:ff > > > >Not good. Have you tried disabling PnP in your BIOS? > > if I can recall correctly, that board can be either PnP or jumperless. > download the dos program from intel, and set the board to where you > want it. PnP is great for PCI, but sucks for ISA, imho. > Slightly OT (since the advice is probably the right thing to try), but PnP *only* applies to ISA. It has no meaning when applied to PCI devices. In the archives somewhere is a technical explanation of how ISA PnP came about. > I've done this with all my isa network cards and never had a problem > with freebsd or any other OS for that matter. > > --- > doug reynolds | the maverick | mav@wastegate.net > > PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:21:38 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 2D3C137B400 for ; Sun, 17 Feb 2002 22:21:33 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218062132.RRXF1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 06:21:32 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1I6LV033702; Sun, 17 Feb 2002 22:21:31 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Feb 2002 22:21:31 -0800 From: "Crist J. Clark" To: Cliff Sarginson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make.conf, proxy and ports Message-ID: <20020217222131.T48401@blossom.cjclark.org> References: <7c.23136e42.29a159bc@aol.com> <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de> <20020217121822.R48401@blossom.cjclark.org> <20020218054918.GA3731@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020218054918.GA3731@raggedclown.net>; from csfbsd@raggedclown.net on Mon, Feb 18, 2002 at 06:49:18AM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 06:49:18AM +0100, Cliff Sarginson wrote: > On Sun, Feb 17, 2002 at 12:18:22PM -0800, Crist J. Clark wrote: > > On Sun, Feb 17, 2002 at 08:40:30PM +0100, Thomas Schuerger wrote: > > > [Charset ISO-8859-1 unsupported, filtering to ASCII...] > > > > hi, > > > > > > > > I just set up a new system with FBSD 4.5 behind a proxy server/firewall and I'm having a real pain getting ports installed. > > > > > > > > I followed logic and created /etc/make.conf with the following lines: > > > > > > > > $ cat /etc/make.conf | grep _PROXY > > > > FTP_PROXY= 10.100.10.100:1080 > > > > HTTP_PROXY= 10.100.10.100:3128 > > > > > > Try using > > > > > > FTP_PROXY= http://10.100.10.100:1080 (http is correct here) > > > HTTP_PROXY= http://10.100.10.100:3128 > > > > > > instead. > > > > Actually, try using, > > > > FETCH_ENV= FTP_PROXY=ftp://10.100.10.100:1080 HTTP_PROXY=http://10.100.10.100:3128 > > > > If you actually want it to work. > > > > I guess no one else is going to fix etc/defaults/make.conf now that it > > is depricated. Just have to do it myself. > > Is it deprecated ? I must have missed that. > Where was that announced (not in stable UPDATING), what are the > implications ? There are no implications. If you look, everything in /etc/defaults/make.conf is commented out. It's purely a set of examples. But sorry, "depricated" isn't really the right term. Maybe "orphaned." It moved. It lives in /usr/share/examples/etc in -CURRENT. And all of the stuff related to ports was gutted from that version. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:37:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 2197437B41A for ; Sun, 17 Feb 2002 22:37:20 -0800 (PST) Received: from kevcomp5 ([12.237.116.101]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218063716.STVT2951.rwcrmhc53.attbi.com@kevcomp5> for ; Mon, 18 Feb 2002 06:37:16 +0000 From: "Kevin Christmas" To: Subject: XFree86 Problems Date: Mon, 18 Feb 2002 00:37:07 -0600 Message-ID: <000001c1b846$b2f7a480$3701a8c0@kevcomp5> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01C1B814.685D3480" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C1B814.685D3480 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0002_01C1B814.685D3480" ------=_NextPart_001_0002_01C1B814.685D3480 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I am need of some help. It seems my X server is not initializing it self properly, and I can't figure out what the problem is. The main symptom is that when X starts up, the back ground is black, not grey. This progresses into GNOME, where I suspect that the background is grey, it is black. This makes GNOME unusable. This all started when I compiled QT2 libraries from user/ports. After screwing with the configuration, I just formatted and started over. So I didn't install KDE2, and went with GNOME. The problem never went away. I have a Matrox G200 with 8 megs of ram sitting in a PCI slot on an i810 motherboard. I have tried building X WITH_MATROX_GXX and with out. Anyway, here is my XF86Config and make.conf ------=_NextPart_001_0002_01C1B814.685D3480 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello, I am need of some help.  It seems my X server is not = initializing it self properly, and I can’t figure out what the problem is.  The main symptom is that when X = starts up, the back ground is black, not grey.  This = progresses into GNOME, where I suspect that the background is grey, it is = black.  This makes GNOME unusable.  This all started when I = compiled QT2 libraries from user/ports.  After screwing with the configuration, I just formatted and started over. =  So I didn’t install KDE2, = and went with GNOME.  The problem = never went away.  I have a Matrox G200 with 8 megs of ram sitting in a PCI slot = on an i810 motherboard.  I have = tried building X WITH_MATROX_GXX and with out.  = Anyway, here is my XF86Config and make.conf

 

 

------=_NextPart_001_0002_01C1B814.685D3480-- ------=_NextPart_000_0001_01C1B814.685D3480 Content-Type: application/octet-stream; name="XF86Config" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="XF86Config" # File generated by xf86config.=0A= =0A= #=0A= # Copyright (c) 1999 by The XFree86 Project, Inc.=0A= #=0A= # Permission is hereby granted, free of charge, to any person obtaining a=0A= # copy of this software and associated documentation files (the = "Software"),=0A= # to deal in the Software without restriction, including without = limitation=0A= # the rights to use, copy, modify, merge, publish, distribute, = sublicense,=0A= # and/or sell copies of the Software, and to permit persons to whom the=0A= # Software is furnished to do so, subject to the following conditions:=0A= # =0A= # The above copyright notice and this permission notice shall be = included in=0A= # all copies or substantial portions of the Software.=0A= # =0A= # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, = EXPRESS OR=0A= # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF = MERCHANTABILITY,=0A= # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT = SHALL=0A= # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER = LIABILITY,=0A= # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT = OF=0A= # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE=0A= # SOFTWARE.=0A= # =0A= # Except as contained in this notice, the name of the XFree86 Project = shall=0A= # not be used in advertising or otherwise to promote the sale, use or = other=0A= # dealings in this Software without prior written authorization from the=0A= # XFree86 Project.=0A= #=0A= =0A= # **********************************************************************=0A= # Refer to the XF86Config(4/5) man page for details about the format of =0A= # this file.=0A= # **********************************************************************=0A= =0A= # **********************************************************************=0A= # Module section -- this section is used to specify=0A= # which dynamically loadable modules to load.=0A= # **********************************************************************=0A= #=0A= Section "Module"=0A= =0A= # This loads the DBE extension module.=0A= =0A= Load "dbe" # Double buffer extension=0A= =0A= # This loads the miscellaneous extensions module, and disables=0A= # initialisation of the XFree86-DGA extension within that module.=0A= SubSection "extmod"=0A= Option "omit xfree86-dga" # don't initialise the DGA extension=0A= EndSubSection=0A= =0A= # This loads the Type1 and FreeType font modules=0A= Load "type1"=0A= Load "freetype"=0A= =0A= # This loads the GLX module=0A= # Load "glx"=0A= =0A= EndSection=0A= =0A= # **********************************************************************=0A= # Files section. This allows default font and rgb paths to be set=0A= # **********************************************************************=0A= =0A= Section "Files"=0A= =0A= # The location of the RGB database. Note, this is the name of the=0A= # file minus the extension (like ".txt" or ".db"). There is normally=0A= # no need to change the default.=0A= =0A= RgbPath "/usr/X11R6/lib/X11/rgb"=0A= =0A= # Multiple FontPath entries are allowed (which are concatenated = together),=0A= # as well as specifying multiple comma-separated entries in one FontPath=0A= # command (or a combination of both methods)=0A= # =0A= # If you don't have a floating point coprocessor and emacs, Mosaic or = other=0A= # programs take long to start up, try moving the Type1 and Speedo = directory=0A= # to the end of this list (or comment them out).=0A= # =0A= =0A= FontPath "/usr/X11R6/lib/X11/fonts/local/"=0A= FontPath "/usr/X11R6/lib/X11/fonts/misc/"=0A= FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"=0A= FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"=0A= FontPath "/usr/X11R6/lib/X11/fonts/Type1/"=0A= FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"=0A= FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"=0A= FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"=0A= =0A= # The module search path. The default path is shown here.=0A= =0A= # ModulePath "/usr/X11R6/lib/modules"=0A= =0A= EndSection=0A= =0A= # **********************************************************************=0A= # Server flags section.=0A= # **********************************************************************=0A= =0A= Section "ServerFlags"=0A= =0A= # Uncomment this to cause a core dump at the spot where a signal is =0A= # received. This may leave the console in an unusable state, but may=0A= # provide a better stack trace in the core dump to aid in debugging=0A= =0A= # Option "NoTrapSignals"=0A= =0A= # Uncomment this to disable the server abort sequence=0A= # This allows clients to receive this key event.=0A= =0A= # Option "DontZap"=0A= =0A= # Uncomment this to disable the / mode switching=0A= # sequences. This allows clients to receive these key events.=0A= =0A= # Option "Dont Zoom"=0A= =0A= # Uncomment this to disable tuning with the xvidtune client. With=0A= # it the client can still run and fetch card and monitor attributes,=0A= # but it will not be allowed to change them. If it tries it will=0A= # receive a protocol error.=0A= =0A= # Option "DisableVidModeExtension"=0A= =0A= # Uncomment this to enable the use of a non-local xvidtune client. =0A= =0A= # Option "AllowNonLocalXvidtune"=0A= =0A= # Uncomment this to disable dynamically modifying the input device=0A= # (mouse and keyboard) settings. =0A= =0A= # Option "DisableModInDev"=0A= =0A= # Uncomment this to enable the use of a non-local client to=0A= # change the keyboard or mouse settings (currently only xset).=0A= =0A= # Option "AllowNonLocalModInDev"=0A= =0A= EndSection=0A= =0A= # **********************************************************************=0A= # Input devices=0A= # **********************************************************************=0A= =0A= # **********************************************************************=0A= # Core keyboard's InputDevice section=0A= # **********************************************************************=0A= =0A= Section "InputDevice"=0A= =0A= Identifier "Keyboard1"=0A= Driver "Keyboard"=0A= # For most OSs the protocol can be omitted (it defaults to "Standard").=0A= # When using XQUEUE (only for SVR3 and SVR4, but not Solaris),=0A= # uncomment the following line.=0A= =0A= # Option "Protocol" "Xqueue"=0A= =0A= Option "AutoRepeat" "500 30"=0A= =0A= # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))=0A= # Option "Xleds" "1 2 3"=0A= =0A= # Option "LeftAlt" "Meta"=0A= # Option "RightAlt" "ModeShift"=0A= =0A= # To customise the XKB settings to suit your keyboard, modify the=0A= # lines below (which are the defaults). For example, for a non-U.S.=0A= # keyboard, you will probably want to use:=0A= # Option "XkbModel" "pc102"=0A= # If you have a US Microsoft Natural keyboard, you can use:=0A= # Option "XkbModel" "microsoft"=0A= #=0A= # Then to change the language, change the Layout setting.=0A= # For example, a german layout can be obtained with:=0A= # Option "XkbLayout" "de"=0A= # or:=0A= # Option "XkbLayout" "de"=0A= # Option "XkbVariant" "nodeadkeys"=0A= #=0A= # If you'd like to switch the positions of your capslock and=0A= # control keys, use:=0A= # Option "XkbOptions" "ctrl:swapcaps"=0A= =0A= # These are the default XKB settings for XFree86=0A= # Option "XkbRules" "xfree86"=0A= # Option "XkbModel" "pc101"=0A= # Option "XkbLayout" "us"=0A= # Option "XkbVariant" ""=0A= # Option "XkbOptions" ""=0A= =0A= # Option "XkbDisable"=0A= =0A= Option "XkbRules" "xfree86"=0A= Option "XkbModel" "pc104"=0A= Option "XkbLayout" "us_intl"=0A= =0A= EndSection=0A= =0A= =0A= # **********************************************************************=0A= # Core Pointer's InputDevice section=0A= # **********************************************************************=0A= =0A= Section "InputDevice"=0A= =0A= # Identifier and driver=0A= =0A= Identifier "Mouse1"=0A= Driver "mouse"=0A= Option "Protocol" "auto"=0A= Option "Device" "/dev/sysmouse"=0A= =0A= # When using XQUEUE, comment out the above two lines, and uncomment=0A= # the following line.=0A= =0A= # Option "Protocol" "Xqueue"=0A= =0A= # Baudrate and SampleRate are only for some Logitech mice. In=0A= # almost every case these lines should be omitted.=0A= =0A= # Option "BaudRate" "9600"=0A= # Option "SampleRate" "150"=0A= =0A= # Emulate3Buttons is an option for 2-button Microsoft mice=0A= # Emulate3Timeout is the timeout in milliseconds (default is 50ms)=0A= =0A= # Option "Emulate3Buttons"=0A= # Option "Emulate3Timeout" "50"=0A= =0A= # ChordMiddle is an option for some 3-button Logitech mice=0A= =0A= # Option "ChordMiddle"=0A= =0A= EndSection=0A= =0A= =0A= # **********************************************************************=0A= # Other input device sections =0A= # this is optional and is required only if you=0A= # are using extended input devices. This is for example only. Refer=0A= # to the XF86Config man page for a description of the options.=0A= # **********************************************************************=0A= #=0A= # Section "InputDevice" =0A= # Identifier "Mouse2"=0A= # Driver "mouse"=0A= # Option "Protocol" "MouseMan"=0A= # Option "Device" "/dev/mouse2"=0A= # EndSection=0A= #=0A= # Section "InputDevice"=0A= # Identifier "spaceball"=0A= # Driver "magellan"=0A= # Option "Device" "/dev/cua0"=0A= # EndSection=0A= #=0A= # Section "InputDevice"=0A= # Identifier "spaceball2"=0A= # Driver "spaceorb"=0A= # Option "Device" "/dev/cua0"=0A= # EndSection=0A= #=0A= # Section "InputDevice"=0A= # Identifier "touchscreen0"=0A= # Driver "microtouch"=0A= # Option "Device" "/dev/ttyS0"=0A= # Option "MinX" "1412"=0A= # Option "MaxX" "15184"=0A= # Option "MinY" "15372"=0A= # Option "MaxY" "1230"=0A= # Option "ScreenNumber" "0"=0A= # Option "ReportingMode" "Scaled"=0A= # Option "ButtonNumber" "1"=0A= # Option "SendCoreEvents"=0A= # EndSection=0A= #=0A= # Section "InputDevice"=0A= # Identifier "touchscreen1"=0A= # Driver "elo2300"=0A= # Option "Device" "/dev/ttyS0"=0A= # Option "MinX" "231"=0A= # Option "MaxX" "3868"=0A= # Option "MinY" "3858"=0A= # Option "MaxY" "272"=0A= # Option "ScreenNumber" "0"=0A= # Option "ReportingMode" "Scaled"=0A= # Option "ButtonThreshold" "17"=0A= # Option "ButtonNumber" "1"=0A= # Option "SendCoreEvents"=0A= # EndSection=0A= =0A= # **********************************************************************=0A= # Monitor section=0A= # **********************************************************************=0A= =0A= # Any number of monitor sections may be present=0A= =0A= Section "Monitor"=0A= =0A= Identifier "955df"=0A= =0A= # HorizSync is in kHz unless units are specified.=0A= # HorizSync may be a comma separated list of discrete values, or a=0A= # comma separated list of ranges of values.=0A= # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S=0A= # USER MANUAL FOR THE CORRECT NUMBERS.=0A= =0A= HorizSync 30-85=0A= =0A= # HorizSync 30-64 # multisync=0A= # HorizSync 31.5, 35.2 # multiple fixed sync frequencies=0A= # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies=0A= =0A= # VertRefresh is in Hz unless units are specified.=0A= # VertRefresh may be a comma separated list of discrete values, or a=0A= # comma separated list of ranges of values.=0A= # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S=0A= # USER MANUAL FOR THE CORRECT NUMBERS.=0A= =0A= VertRefresh 50-160=0A= =0A= EndSection=0A= =0A= =0A= # **********************************************************************=0A= # Graphics device section=0A= # **********************************************************************=0A= =0A= # Any number of graphics device sections may be present=0A= =0A= # Standard VGA Device:=0A= =0A= Section "Device"=0A= Identifier "Standard VGA"=0A= VendorName "Unknown"=0A= BoardName "Unknown"=0A= =0A= # The chipset line is optional in most cases. It can be used to override=0A= # the driver's chipset detection, and should not normally be specified.=0A= =0A= # Chipset "generic"=0A= =0A= # The Driver line must be present. When using run-time loadable driver=0A= # modules, this line instructs the server to load the specified driver=0A= # module. Even when not using loadable driver modules, this line=0A= # indicates which driver should interpret the information in this = section.=0A= =0A= Driver "vga"=0A= # The BusID line is used to specify which of possibly multiple devices=0A= # this section is intended for. When this line isn't present, a device=0A= # section can only match up with the primary video device. For PCI=0A= # devices a line like the following could be used. This line should not=0A= # normally be included unless there is more than one video device=0A= # intalled.=0A= =0A= # BusID "PCI:0:10:0"=0A= =0A= # VideoRam 256=0A= =0A= # Clocks 25.2 28.3=0A= =0A= EndSection=0A= =0A= # Device configured by xf86config:=0A= =0A= Section "Device"=0A= Identifier "my matrox"=0A= Driver "mga"=0A= #VideoRam 8192=0A= VideoRam 8192=0A= # Insert Clocks lines here if appropriate=0A= EndSection=0A= =0A= =0A= # **********************************************************************=0A= # Screen sections=0A= # **********************************************************************=0A= =0A= # Any number of screen sections may be present. Each describes=0A= # the configuration of a single screen. A single specific screen section=0A= # may be specified from the X server command line with the "-screen"=0A= # option.=0A= Section "Screen"=0A= Identifier "Screen 1"=0A= Device "my matrox"=0A= Monitor "955df"=0A= DefaultDepth 16=0A= =0A= Subsection "Display"=0A= Depth 8=0A= Modes "640x480" "800x600" "1024x768" "1280x1024"=0A= ViewPort 0 0=0A= EndSubsection=0A= Subsection "Display"=0A= Depth 16=0A= Modes "1024x768"=0A= ViewPort 0 0=0A= EndSubsection=0A= Subsection "Display"=0A= Depth 24=0A= Modes "1280x1024"=0A= ViewPort 0 0=0A= EndSubsection=0A= EndSection=0A= =0A= # **********************************************************************=0A= # ServerLayout sections.=0A= # **********************************************************************=0A= =0A= # Any number of ServerLayout sections may be present. Each describes=0A= # the way multiple screens are organised. A specific ServerLayout=0A= # section may be specified from the X server command line with the=0A= # "-layout" option. In the absence of this, the first section is used.=0A= # When now ServerLayout section is present, the first Screen section=0A= # is used alone.=0A= =0A= Section "ServerLayout"=0A= =0A= # The Identifier line must be present=0A= Identifier "Simple Layout"=0A= =0A= # Each Screen line specifies a Screen section name, and optionally=0A= # the relative position of other screens. The four names after=0A= # primary screen name are the screens to the top, bottom, left and right=0A= # of the primary screen. In this example, screen 2 is located to the=0A= # right of screen 1.=0A= =0A= Screen "Screen 1"=0A= =0A= # Each InputDevice line specifies an InputDevice section name and=0A= # optionally some options to specify the way the device is to be=0A= # used. Those options include "CorePointer", "CoreKeyboard" and=0A= # "SendCoreEvents".=0A= =0A= InputDevice "Mouse1" "CorePointer"=0A= InputDevice "Keyboard1" "CoreKeyboard"=0A= =0A= EndSection=0A= =0A= ------=_NextPart_000_0001_01C1B814.685D3480 Content-Type: application/octet-stream; name="make.conf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="make.conf" CPUTYPE=3Dk7=0A= XFREE86_VERSION=3D4=0A= USA_RESIDENT=3DYES=0A= ------=_NextPart_000_0001_01C1B814.685D3480-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:40:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ethome.net.tw (mail.ethome.net.tw [210.58.94.66]) by hub.freebsd.org (Postfix) with ESMTP id 25AB237B400; Sun, 17 Feb 2002 22:39:49 -0800 (PST) Received: from Denny (12.c210-85-106.ethome.net.tw [210.85.106.12]) by mail.ethome.net.tw (8.11.6/8.11.6) with SMTP id g1I5rXc04611; Mon, 18 Feb 2002 13:53:36 +0800 (CST) To: ¤Z§ÚBBS±ÚÃþª`·N@mail.ethome.net.tw From: den@ms.ntcatv.com.tw Subject: ¤Z§ÚBBS±ÚÃþª`·N Date: Thu, 07 Mar 2002 14:07:06 +0800 Message-Id: <37322.588273611108900.3129@localhost> MIME-Version: 1.0 Content-Type: multipart/related; boundary=stlqmskcldftrtld Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --stlqmskcldftrtld Content-Type: text/html; charset=big5 Content-Transfer-Encoding: 8bit ªF´Ë¼e±a µL­­¤Wºô
ªF´Ë¼e±a·s¬K¦n§¤j©ñ°e-->BBS·|­û±MÄÝÀu´f

¤Z¥Ó¸ËÂù¦V¼eÀW¤Wºô24¤p®ÉµL­­¤Wºô
¨C¤ë¥u­n450¤¸
      §K¸Ë¾÷¶O¡A§K¹q¸ô¶O!!!!
¥x¥_¦a°Ï¯S´f¤è®×

­º¦¸¥Ó½ÐÀu´f»ù

­ì»ù
¸Ë¾÷¶O ­º¸ËÁ`»ù

Âù¦V¤Wºô

¬K¸`¦h´CÅé®iÀu´f¤è®×
1799¤¸/3+1­Ó¤ë
(¨C¤ë450¤¸)
1250¤¸/¨C¤ë
0 2799¤¸
³æ¦V¤Wºô
³æ¦V6­Ó¤ë
2400±M®×
 2400¤¸/6­Ó¤ë
900¤¸/¨C¤ë
500
¡]¥b»ù¡^

2900¤¸

 
¤è®×»¡©ú¡G
1.
¾A¥Î¹ï¶H¡G
¤Z91¦~2¤ë18¤é«e¹w¬ù¥Ó¸Ë¤§·s¸Ë¾÷¤á§Y¥i¨É¦³¥H¤WÀu ´f¡C
2.
¾A¥Î°Ï°ì¡G
¥x¥_¥«¥þ°Ï(¤¤¥¿¡B¸UµØ°£¥~) ¥H¤Î¥x¥_¿¤¤T­«¡BĪ¬w¡B¤K¨½¡B·s©±¡B ¯Q¨Ó¡B²`§|¡B¥ÛÞä¡BªO¾ô¡B¤g«°¤Î®ç¶éµ¥¦a°Ï¡C
3.
Æl½u¼Æ¾Ú¾÷(Cable Modem)¡G
¥ÑªF´Ë¼e±a§K¶O­Éµ¹«È¤á¨Ï¥Î¡A¶È¦¬¨ú¼i¬ù«OÃÒª÷ 1000¤¸¡A¨Ï¥Î¤@¦~´Áº¡«áµL®§°hÁÙ¡C
4.
ÄòÁʶO¥Î¡G
Äò­q¤è®×»P·s¥Î¤á­º¦¸¸Ë¾÷¤§­ºÁÊÀu´f»ù¤£¦P¡A¸Ô±¡½Ð¬¢(02)8923-9321
5.
³æ¦V¤Wºô³Ì·s
¶W­È¯S´f¡G
­qÁʪ̥i¨ÉµL­­¤Wºô 6­Ó¤ë¨C¤ë400¤¸¡A§K¦¬¼Æ¾Ú¾÷©ãª÷¡A¸Ë¾÷¶O¥b»ù500¤¸¤§¦h­«Àu´f¡A¦@­pÀu´f4500¤¸¡C

µù¡G¥H¤W»ù®æ¶È¾A¥Î¥_³¡¤»®a¨t²Î¥x¡A®ü¤s¤Î¥_®çº û«ù­ì»ù¡C

 

ªA°È±M½u¡G(02)8923-9321

E-Mail :den@ms.ntcatv.com.tw

¥ß§Y¨É¨üCABLE MODEM 1.5MbÂù¦V¼eÀW¤Wºôªº·¥³t§Ö·P!!

--stlqmskcldftrtld Content-Type: image/gif; name="phone1.gif" Content-ID: Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="phone1.gif" R0lGODlhswARAKIAAJfti26ylytRq0BvpWGem4LOkaP+hx8/ryH5BAAAAAAALAAA AACzABEAQAP/eLrc/jDKSau9OOvthvlgODgFcZQPShTHShDGeBZGUQCwDbBH4AIh 0QF0EAwGtMBxgVKsFh7F4EXdUV8C59XgI+AUAkLAEH55WIEsZ81uu9/w+NsjWwQA spXOpDKYwlYrA0BKMQolNEEGAFA2gis4YwsEMlNifi9MJS83VJJSnDxRDTc2NKZf RTt0NaY0dXJQMUe0R4YHQAVIfJuSAmO6XpS0d4ddZlcDaicEAjdZHs1gYzi0urQP Tw5itlNKN7BSAEYKtweDUV4jMV7LsQ1eTOFMfCYkJk/aMomKIfbMk3gwGETJVasC AbIJJIXvGgxsJ/qFEBiAByccmd41SnYk/4uzf4f44HDHbBELbbdKjFEkEMmmhucM MCBnaFQTRxc9yQzZAmEQgU2G7APpCJjBeXJGOTBHD2A5NSUGVGyRUMohGiENaeNZ ZBFIKWTGUCLT6ZDED4wGgnuCroirtwezZvJRY5xGNgJI3l2QF6kMvRWmQDCi7EHh B0YA14G418GvCpRa+IUleE1kKUhJIplQucOIys4m4BkMMkzjDubuIEXRREzTfAiB jHCm5EqyZSpu7EA4s/YLsVScuAKw20bViB/4hfBo6QUXKoXDxAhg1BTTWFOIDwdR AFoVXuDA6K5okkfKFUpqwWiEaATbned2DLG+h2tPWZr0gCVR/GAqVeXVzELLde/U YuBhDLD2FU+wlTPUFWWY4URFw9ynVEe49GNPKToUh5UCo3GEoQIrKTJaEcDUQIWK C2JHhmMEKsjXayfZ4IcmO5WgFQ+6RHXEK4yN4kwuRP2z1Sgu2aidK7Mds0U8JMLw jY1+LKSRUg2YIxUQ9SyQEiFWDnGVPxMlaE9FdDQQTRoxScEDYUegSYsaSADxogDE pRIhdVt04eB0gwjgB4Gx4CmRXedAZYJUpnymREBvVXLWB//E1h0UxIHY3Qr9pAVP mG4CAYAPTiwSTkGLvAiGLSf8aAh1p8Uq66y0TpAAADs= --stlqmskcldftrtld-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:41:57 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 68AF537B404 for ; Sun, 17 Feb 2002 22:41:51 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218064151.RZAP1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 06:41:51 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1I6fo133751; Sun, 17 Feb 2002 22:41:50 -0800 (PST) (envelope-from cjc) Date: Sun, 17 Feb 2002 22:41:50 -0800 From: "Crist J. Clark" To: Will Froning Cc: questions@FreeBSD.ORG Subject: Re: natd and dynamic rules Message-ID: <20020217224150.U48401@blossom.cjclark.org> References: <20020217201322.E46783-100000@angui.sh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020217201322.E46783-100000@angui.sh>; from wfroning@angui.sh on Sun, Feb 17, 2002 at 08:13:51PM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 17, 2002 at 08:13:51PM -0800, Will Froning wrote: > [please CC me on replies, thanks] > > I have an issue with natd and my dynamic ipfw rules. Here goes. > > I recently implemented natd on my FBSD4.5 firewall. Here are the > relevant ipfw rules (internal ip=192.168.100.1): > > 01400 divert 8668 ip from any to any via dc0 > 01500 check-state > 01600 deny log tcp from any to any established > 01700 allow tcp from ${oip} to any keep-state out setup > 02800 allow ip from 192.168.100.0/24 to any keep-state via dc1 > > When I start a ssh session from my firewall to my mail server the > dynamic rule gets the correct lifetime value from > net.inet.ip.fw.dyn_ack_lifetime. > > When I start a ssh session from 192.168.100.2 to my firewall's > internal interface, I again get the correct lifetime value from > net.inet.ip.fw.dyn_ack_lifetime. > > When I start a ssh session from 192.168.100.2 to a remote machine, the > packet gets through just fine. But when the dynamic rules come up I > was suspecting both 2800 and 1700 to have the same lifetime value. > That's not the case. It seems when natd sends the packet out, the > outgoing packet gets it's lifetime value from > net.inet.ip.fw.dyn_syn_lifetime NOT net.inet.ip.fw.dyn_ack_lifetime! > > So my questions are these: > > 1) Is this purposely done by implementation or is this a bug in either > ipfw or natd? > > 2) If this is a "feature", is there any way to change this to have > both rules look at the same lifetime value? It always seems like questions come in groups. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=13412+0+archive/2002/freebsd-net/20020217.freebsd-net http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2858187+0+archive/2002/freebsd-questions/20020217.freebsd-questions -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:43:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from avocet.prod.itd.earthlink.net (avocet.mail.pas.earthlink.net [207.217.120.50]) by hub.freebsd.org (Postfix) with ESMTP id 2F2C437B404; Sun, 17 Feb 2002 22:43:36 -0800 (PST) Received: from pool0305.cvx21-bradley.dialup.earthlink.net ([209.179.193.50] helo=mindspring.com) by avocet.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16chW0-0006pr-00; Sun, 17 Feb 2002 22:43:08 -0800 Message-ID: <3C70A270.117EFFB2@mindspring.com> Date: Sun, 17 Feb 2002 22:42:56 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Luigi Rizzo Cc: David Greenman , Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? References: <3C703A92.2EBD3E67@mindspring.com> <20020217170929.D80718@nexus.root.com> <3C7056F9.A9F37535@mindspring.com> <20020217173008.E80718@nexus.root.com> <20020217174010.B16041@iguana.icir.org> 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 Luigi Rizzo wrote: > On Sun, Feb 17, 2002 at 05:30:08PM -0800, David Greenman wrote: > > >I'll agree with your experience. At this point, the limiting > > >factor is PCI bandwith, at least for general purpose hardware. > > > > I haven't found PCI bandwidth to be a problem, either, at least when > > using gigabit ethernet NICs on 64bit and/or 66MHz PCI. When one writes an > > Correct, though Terry probably meant that "general purpose hw" > (read: cheap motherboards) usually have 32bit/33MHz PCI buses, so > they can easily become a bottleneck especially if they are shared > with other peripherals such as disk controllers, video acquisition > boards, or multiple ethernet boards. 32x33 would *definitely bottleneck, as you say, with 32x33 = 1Gbit max @ burst rate, which is not sustainable. Actually, I was talking about the Super Micro 2x64 bit PCI with two Tigon III cards, with TCP processing to completion at interrupt, the problem in doing fast forwarding of flows becomes the PCI bus bandwith, whose top end is 64x66 = 4.4Mbit/S burst. Almost all of that is eaten, pushing data between the cards. Now add to that the overhead of doing crypto processing on a Broadcom part, also over the PCI bus, and there goes all your bandwidth. The same goes for the Tyan Tiger II, also a 2x64PCI board. For 4 cards (you have to go Serverworks for more than 2x64 bit PCI slots), even a stupid router drowns at 4 cards, and barely handles 3 cards. For that to work, your front side bus has to be fairly fast, and even then, you spend all your time copying data around for routing tables, etc.. HP has 10Gbit copper parts today, and PCI-X is looking more like vaporware, and will only double 64x66 PCI performance, putting the cap at 8Gbit. HP 10 Gigbit parts: http://www.hp.com/rnd/news/0500.htm Or just search for "procurve". -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:47:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id ED89137B404; Sun, 17 Feb 2002 22:47:13 -0800 (PST) Received: from localhost (root@localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.2/8.12.2) with ESMTP id g1I6kmZR031984; Mon, 18 Feb 2002 17:16:49 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: in-kernel HTTP Server for FreeBSD? From: "Daniel O'Connor" To: Terry Lambert Cc: Luigi Rizzo , David Greenman , Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-Reply-To: <3C70A270.117EFFB2@mindspring.com> References: <3C703A92.2EBD3E67@mindspring.com> <20020217170929.D80718@nexus.root.com> <3C7056F9.A9F37535@mindspring.com> <20020217173008.E80718@nexus.root.com> <20020217174010.B16041@iguana.icir.org> <3C70A270.117EFFB2@mindspring.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 18 Feb 2002 18:16:48 +1130 Message-Id: <1014014812.439.37.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.3 (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 On Mon, 2002-02-18 at 18:12, Terry Lambert wrote: > HP has 10Gbit copper parts today, and PCI-X is looking > more like vaporware, and will only double 64x66 PCI > performance, putting the cap at 8Gbit. What about HyperTransport? (Not that I know anything about it, but those nice AMD guys keep mentioning it in sales garbage :) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:49:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (unknown [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 10EB737B404; Sun, 17 Feb 2002 22:49:49 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g1I6mQp82614; Sun, 17 Feb 2002 22:48:26 -0800 (PST) (envelope-from dg) Date: Sun, 17 Feb 2002 22:48:26 -0800 From: David Greenman To: Terry Lambert Cc: Luigi Rizzo , Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020217224826.C81704@nexus.root.com> References: <3C703A92.2EBD3E67@mindspring.com> <20020217170929.D80718@nexus.root.com> <3C7056F9.A9F37535@mindspring.com> <20020217173008.E80718@nexus.root.com> <20020217174010.B16041@iguana.icir.org> <3C70A270.117EFFB2@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C70A270.117EFFB2@mindspring.com>; from tlambert2@mindspring.com on Sun, Feb 17, 2002 at 10:42:56PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Actually, I was talking about the Super Micro 2x64 bit PCI >with two Tigon III cards, with TCP processing to completion >at interrupt, the problem in doing fast forwarding of flows >becomes the PCI bus bandwith, whose top end is 64x66 = Um, I thought we were talking about HTTP servers, not IP routers. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:53:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id 9030437B420 for ; Sun, 17 Feb 2002 22:51:23 -0800 (PST) Received: from dialup-166.90.85.155.dial1.chicago1.level3.net ([166.90.85.155] helo=there) by scaup.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 16chdy-0007MA-00; Sun, 17 Feb 2002 22:51:22 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Bob Giesen To: Vinod Namboodiri , freebsd-questions@freebsd.org Subject: Re: Fwd: too big for me!!! Date: Mon, 18 Feb 2002 00:51:19 -0600 X-Mailer: KMail [version 1.3] References: <20020217002928.51761.qmail@web21109.mail.yahoo.com> In-Reply-To: <20020217002928.51761.qmail@web21109.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Did you try a different resolution by pressing [Ctrl]-[Alt]-[-] or [Ctrl]-[Alt]-[+]? (Use the "+" and "-" keys on the numeric keypad.) If this works, then look at your XF86Config file. (If you're using XFree86 v4.x, you should find it in /etc/X11.) Look for Section "Screen." Note your DefaultDepth value and then find the corresponding "Display" subsection. If, e.g., the DefaultDepth is set to 24, look for the SubSection "Display" that has a Depth value of 24. In that subsection's Modes line, you should see some resolutions listed. X should use the first value in that Modes line when it starts. My guess is that yours is showing a low resolution, such as 640x480, which is too small to draw your entire gnome desktop. If so, try reordering the resolutions, placing a higher resolution first. HTH, Bob -- "It matters not what you are thought to be, but what you are." -- Publius Syrus, 42 B.C. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 22:58:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gecko.yellowgoanna.com (monatomic4.link.internode.on.net [150.101.99.236]) by hub.freebsd.org (Postfix) with ESMTP id CEBF037B4C3 for ; Sun, 17 Feb 2002 22:55:17 -0800 (PST) Received: from albert (unknown [192.168.0.12]) by gecko.yellowgoanna.com (Postfix) with ESMTP id 0C2BD17D50 for ; Mon, 18 Feb 2002 17:25:16 +1030 (CST) From: "Richard Russell" To: Subject: RE: Problem installing Xfree86-4 and other ports Date: Mon, 18 Feb 2002 17:25:18 +1030 Message-ID: <005c01c1b849$39c8aa20$0c00a8c0@albert> 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 In-Reply-To: <004601c1b83d$20781120$0c00a8c0@albert> 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 Thanks again for the help with that problem... however, I've run into it again, it would seem, and this time, deleting the distfiles doesn't seem to work... The package is print/ghostscript-gnu, and the files it had checksum mismatches on are: gdevcd8.tar.gz hpdj-2.6.tar.gz hpijs-1.0.2.tar.gz gdevdj9.c.gz (which appears to have two MD5 entries in /usr/ports/print/ghostscript-gnu/distfiles) When I delete these files (or even, all of the files in /usr/ports/distfiles/ghostscript), and do a make again, it tries downloading them all, but seems to fail, for each file, around ten times, before eventually getting the file from the last place -- everywhere else shows it not accessible, not available, permission denied, file length unknown, or whatever... Interestingly, I just tried again, deleting all four files, and it seems that this time, it got the first one ok and the checksum was fine. The other three appear to have been downloaded, but their checksums are still wrong, so I'm deleting them and trying again. Manually going to the URLs listed also shows that there is no such file (for some of the URLs)... Any help here -- is this a problem that others are presently experiencing, or is it just me? Any other information that would be useful? :) rr -- Richard Russell Yellow Goanna Pty Ltd e: richard@yellowgoanna.com m: +61 412 827 805 f: +61 8 8462 2362 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 23: 0:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EC0737B633 for ; Sun, 17 Feb 2002 22:58:00 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16chkN-0001lX-00 for freebsd-questions@FreeBSD.ORG; Mon, 18 Feb 2002 06:57:59 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id AFBA713040 for ; Mon, 18 Feb 2002 07:57:58 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id B9AA422590; Mon, 18 Feb 2002 07:57:58 +0100 (CET) Date: Mon, 18 Feb 2002 07:57:58 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: make.conf, proxy and ports Message-ID: <20020218065758.GA4236@raggedclown.net> References: <7c.23136e42.29a159bc@aol.com> <200202171940.g1HJeUO02195@wjpserver.cs.uni-sb.de> <20020217121822.R48401@blossom.cjclark.org> <20020218054918.GA3731@raggedclown.net> <20020217222131.T48401@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020217222131.T48401@blossom.cjclark.org> 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 On Sun, Feb 17, 2002 at 10:21:31PM -0800, Crist J. Clark wrote: > On Mon, Feb 18, 2002 at 06:49:18AM +0100, Cliff Sarginson wrote: > > On Sun, Feb 17, 2002 at 12:18:22PM -0800, Crist J. Clark wrote: > > > On Sun, Feb 17, 2002 at 08:40:30PM +0100, Thomas Schuerger wrote: > > > > [Charset ISO-8859-1 unsupported, filtering to ASCII...] > > > > > hi, > > > > > > > > > > I just set up a new system with FBSD 4.5 behind a proxy server/firewall and I'm having a real pain getting ports installed. > > > > > > > > > > I followed logic and created /etc/make.conf with the following lines: > > > > > > > > > > $ cat /etc/make.conf | grep _PROXY > > > > > FTP_PROXY= 10.100.10.100:1080 > > > > > HTTP_PROXY= 10.100.10.100:3128 > > > > > > > > Try using > > > > > > > > FTP_PROXY= http://10.100.10.100:1080 (http is correct here) > > > > HTTP_PROXY= http://10.100.10.100:3128 > > > > > > > > instead. > > > > > > Actually, try using, > > > > > > FETCH_ENV= FTP_PROXY=ftp://10.100.10.100:1080 HTTP_PROXY=http://10.100.10.100:3128 > > > > > > If you actually want it to work. > > > > > > I guess no one else is going to fix etc/defaults/make.conf now that it > > > is depricated. Just have to do it myself. > > > > Is it deprecated ? I must have missed that. > > Where was that announced (not in stable UPDATING), what are the > > implications ? > > There are no implications. If you look, everything in > /etc/defaults/make.conf is commented out. It's purely a set of > examples. > > But sorry, "depricated" isn't really the right term. Maybe > "orphaned." It moved. It lives in /usr/share/examples/etc in > -CURRENT. And all of the stuff related to ports was gutted from that > version. Oh, ok -- thanks. (No, orphans should definitely not be deprecrated :) -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 23:24: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from phnxpop4.phnx.uswest.net (phnxpop4.phnx.uswest.net [206.80.192.4]) by hub.freebsd.org (Postfix) with SMTP id A156937B427 for ; Sun, 17 Feb 2002 23:21:33 -0800 (PST) Received: (qmail 79923 invoked by alias); 18 Feb 2002 07:21:32 -0000 Delivered-To: fixup-freebsd-questions@FreeBSD.ORG@fixme Received: (qmail 79898 invoked by uid 0); 18 Feb 2002 07:21:31 -0000 Received: from zdialup170.phnx.uswest.net (HELO broken) (209.181.132.170) by phnxpop4.phnx.uswest.net with SMTP; 18 Feb 2002 07:21:31 -0000 From: "Dan Trainor" To: Subject: looking for a good text-to-speech application Date: Mon, 18 Feb 2002 00:36:56 -0700 Message-ID: <000501c1b84f$0b06d990$0a00a8c0@broken> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 all - I'm looking for a good console-based text-to-speech program. The only things I could find in the ports collection were sphinx and festival, both of which I would rather not use. Anyone know of any more programs such as these? Thanks -dt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 23:26:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id C55B737B405; Sun, 17 Feb 2002 23:26:38 -0800 (PST) Received: from pool0305.cvx21-bradley.dialup.earthlink.net ([209.179.193.50] helo=mindspring.com) by falcon.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16ciBZ-000202-00; Sun, 17 Feb 2002 23:26:06 -0800 Message-ID: <3C70AC82.7BA54573@mindspring.com> Date: Sun, 17 Feb 2002 23:25:54 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Daniel O'Connor Cc: Luigi Rizzo , David Greenman , Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? References: <3C703A92.2EBD3E67@mindspring.com> <20020217170929.D80718@nexus.root.com> <3C7056F9.A9F37535@mindspring.com> <20020217173008.E80718@nexus.root.com> <20020217174010.B16041@iguana.icir.org> <3C70A270.117EFFB2@mindspring.com> <1014014812.439.37.camel@chowder.gsoft.com.au> 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 Daniel O'Connor wrote: > On Mon, 2002-02-18 at 18:12, Terry Lambert wrote: > > HP has 10Gbit copper parts today, and PCI-X is looking > > more like vaporware, and will only double 64x66 PCI > > performance, putting the cap at 8Gbit. > > What about HyperTransport? > (Not that I know anything about it, but those nice AMD guys keep > mentioning it in sales garbage :) They keep mentioning "SledgeHammer", too... Have you seen silicon for either one of them yet? -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 23:27:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 6151737B400; Sun, 17 Feb 2002 23:27:35 -0800 (PST) Received: from pool0305.cvx21-bradley.dialup.earthlink.net ([209.179.193.50] helo=mindspring.com) by falcon.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16ciCp-0002ga-00; Sun, 17 Feb 2002 23:27:23 -0800 Message-ID: <3C70ACD0.E07E0012@mindspring.com> Date: Sun, 17 Feb 2002 23:27:12 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: David Greenman Cc: Luigi Rizzo , Roy Sigurd Karlsbakk , Dag-Erling Smorgrav , Thomas Hurst , hiten@uk.FreeBSD.org, hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: in-kernel HTTP Server for FreeBSD? References: <3C703A92.2EBD3E67@mindspring.com> <20020217170929.D80718@nexus.root.com> <3C7056F9.A9F37535@mindspring.com> <20020217173008.E80718@nexus.root.com> <20020217174010.B16041@iguana.icir.org> <3C70A270.117EFFB2@mindspring.com> <20020217224826.C81704@nexus.root.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 David Greenman wrote: > >Actually, I was talking about the Super Micro 2x64 bit PCI > >with two Tigon III cards, with TCP processing to completion > >at interrupt, the problem in doing fast forwarding of flows > >becomes the PCI bus bandwith, whose top end is 64x66 = > > Um, I thought we were talking about HTTP servers, not IP routers. How about "IP routers managed by HTTP"? 8-). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 23:28:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id D47F837B417 for ; Sun, 17 Feb 2002 23:28:30 -0800 (PST) Received: (qmail 91788 invoked by uid 100); 18 Feb 2002 07:28:30 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15472.44317.846670.339594@guru.mired.org> Date: Mon, 18 Feb 2002 01:28:29 -0600 To: Lucas Nussbaum Cc: questions@freebsd.org Subject: Re: Email -> SMS Gateway on FreeBSD In-Reply-To: <90544620@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Lucas Nussbaum types: > On Mon, Feb 18, 2002 at 10:22:12AM +1100, fbsdlist@futureuse.net wrote: > Btw, someone talked about software available for that in the ports. > Which ports exactly ? Try: % cd /usr/ports % make search key=sms | more to view a listing. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Feb 17 23:38:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 6757737B404 for ; Sun, 17 Feb 2002 23:38:52 -0800 (PST) Received: (qmail 91879 invoked by uid 100); 18 Feb 2002 07:38:49 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15472.44937.241831.56766@guru.mired.org> Date: Mon, 18 Feb 2002 01:38:49 -0600 To: dmmcf@uiuc.edu (D. Michael McFarland) Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility In-Reply-To: <42808873@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 D. Michael McFarland types: > So what's my question? Given that I'm willing to put a little money > and more than a little effort into getting it going, what have people > found is the most MS-compatible, robust application of this sort? I'd say StarOffice. I use Applixware as an Office suite myself, but it doesn't rate very high on the MS-compatible scale, and it's not clear that the FreeBSD version has a future. > I have used StarOffice a little under both Linux and FreeBSD, but > recent versions (as of a few months ago) don't play well with > XFree86 v. 4 on my laptop (an IBM T-22 running STABLE). If the only reason you're running it is to read documents from people who are to lazy to convert them to a non-proprietary format, just go back to running the older versions of StarOffice until you get a document that it doesn't understand because one of them upgraded and forgot to save it in the old version so that everyone else has to ugprade to read it. Of course, the best thing to do if you're collaborating on a document is to load it into *your* favorite application for dealing with documents of that type, do your work, and send it back to them in that applications format. A truly fitting sabotage. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 0:12:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fem.uniag.sk (fem.uniag.sk [193.87.97.7]) by hub.freebsd.org (Postfix) with ESMTP id 2029437B417 for ; Mon, 18 Feb 2002 00:12:34 -0800 (PST) Received: from localhost (lk01@localhost) by fem.uniag.sk (8.10.2+Sun/8.10.2) with ESMTP id g1I8BHd08902 for ; Mon, 18 Feb 2002 09:11:18 +0100 (MET) Date: Mon, 18 Feb 2002 09:11:17 +0100 (MET) From: Ladislav Kostal To: freebsd-questions@freebsd.org Subject: X and jail 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, Is it possible to run XFree86 (using xdm) from jail? When I do this in /etc/ttys of host system, it works: ttyv1 "/usr/sbin/jail /jails/jail1 jail1 192.168.1.1 /usr/libexec/getty Pc" cons25 on secure But when I try: ttyv8 "/usr/sbin/jail /jails/jail1 jail1 192.168.1.1 /usr/X11R6/bin/xdm -nodaemon" xterm on secure it doesn't. In logs there are some mention of inability of access to /dev/mem and some I/O error. I have /dev/mem in jail's /dev. Thanks for any tip Ladislav Kostal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 0:16:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id CD01D37B416 for ; Mon, 18 Feb 2002 00:16:17 -0800 (PST) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id KAA63390 for ; Mon, 18 Feb 2002 10:15:59 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "FreeBSD Question List" Subject: Gateway server "hanging" Date: Mon, 18 Feb 2002 10:22:03 +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 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 Hello everyone! Something I've never seen before happened yesterday - a FreeBSD gateway/firewall server "hanging" ?!? The server is running ipfw and natd, and it handles routing between 6 private networks, and one Internet connection. It runs sshd (so I can do remote support), and net-snmp (so I can monitor it with mrtg). Apart from these services, it does NOTHING ELSE! Yesterday evening it appeared to "hang". An on-site operator reported that the keyboard would not even respond to the num-lock key. Ctl-Alt-Del was also ignored. We were forced to cycle the power! The last messages in /var/log/messages before the reboot were these: ------------------------- Feb 17 18:22:39 perimeter natd[506]: failed to write packet back (Permission denied) Feb 17 18:23:03 perimeter last message repeated 3 times Feb 17 18:24:46 perimeter /kernel: 8.223:22 in via xl0 Feb 17 18:51:11 perimeter /kernel: Copyright (c) 1992-2001 The FreeBSD Project. ------------------------- I understand the natd errors, but that "/kernel: 8.223:22 in via xl0" is foreign to me. (xl0 is the NIC facing the Internet). Any clues anyone? PS: This server is 4.3 RELEASE. Perhaps an update would be in order? Regards, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 0:19:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.laser5.co.jp (gw1.laser5.co.jp [202.221.8.77]) by hub.freebsd.org (Postfix) with ESMTP id 576E937B400; Mon, 18 Feb 2002 00:19:45 -0800 (PST) Received: from masami2000 (unknown [192.168.128.173]) by mail.laser5.co.jp (Postfix) with SMTP id 87CF4833A6; Mon, 18 Feb 2002 17:19:44 +0900 (JST) Message-ID: <027a01c1b855$8340fd90$ad80a8c0@masami2000> From: "Masami Okano" To: , Cc: "Masami Okano" Subject: =?iso-2022-jp?B?W0xBU0VSNV00LjUbJEIlaiVqITwlOSVOITwlSCRLJEQkJCRGGyhC?= Date: Mon, 18 Feb 2002 17:23:12 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: High 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 FreeBSD$B%W%m%8%'%/%H(B $B$4C4Ev!'2>!K(B FreeBSD$B$N:G?7%P!<%8%g%s(B $B!V(BFreeBSD 4.5 RELEASE$B!W(BFTP$BHGG[I[(B $B!V(BFreeBSD4.3 COMPLET PACKAGE$B!W(B $B@=IJ%Q%C%1!<%8$KE:IU(B ------------------------------------------------------------ $B%l!<%6!<%U%!%$%V3t<02q0(BFTP$BHG$K$O!"#37n$KH/Gd$,M=Dj$5$l$F$$$k!V(BFreeBSD 4.5 COMPLET PACKAGE$B!W!JDj2AL$Dj!K$X$N(B"$BL5=~%P!<%8%g%s%"%C%W7t(B"$B$,E:IU$5$l$F$$$^(B $B$9!#!V(BFreeBSD4.3 COMPLET PACKAGE$B!W%f!<%6EPO?$O$,$-$K!"(B"$BL5=~%P(B $B!<%8%g%s%"%C%W7t(B"$B$rE=$j!"$4JV?.D:$/$HL5=~$G%P!<%8%g%s%"%C%W$9$k$3$H$,(B $B2DG=$G$9!#(B $B!|(BFreeBSD$B%W%m%8%'%/%HH/I=$N!V(BFreeBSD4.5-RELEASE $B%j%j!<%9%N!<%H!W(B http://www.freebsd.org/ja/releases/4.5R/relnotes-i386.html ------------------------------------------------------------ $B0J>e(B ------------------------------------------- $B%l!<%6!<%U%!%$%V3t<02q; Mon, 18 Feb 2002 00:27:08 -0800 (PST) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id KAA63764 for ; Mon, 18 Feb 2002 10:27:05 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "FreeBSD Question List" Subject: Re: Gateway server "hanging" Date: Mon, 18 Feb 2002 10:33:10 +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 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 > -----Original Message----- > From: Patrick O'Reilly [mailto:patrick@mip.co.za] > > Hello everyone! > > Something I've never seen before happened yesterday - a > FreeBSD gateway/firewall server "hanging" ?!? > > The server is running ipfw and natd, and it handles routing > between 6 private networks, and one Internet connection. It > runs sshd (so I can do remote support), and net-snmp (so I > can monitor it with mrtg). > > Apart from these services, it does NOTHING ELSE! > > Yesterday evening it appeared to "hang". An on-site operator > reported that the keyboard would not even respond to the > num-lock key. Ctl-Alt-Del was also ignored. We were forced > to cycle the power! > > The last messages in /var/log/messages before the reboot were these: > ------------------------- > Feb 17 18:22:39 perimeter natd[506]: failed to write packet > back (Permission denied) > Feb 17 18:23:03 perimeter last message repeated 3 times > Feb 17 18:24:46 perimeter /kernel: 8.223:22 in via xl0 > Feb 17 18:51:11 perimeter /kernel: Copyright (c) 1992-2001 > The FreeBSD Project. > ------------------------- > > I understand the natd errors, but that "/kernel: 8.223:22 in > via xl0" is foreign to me. (xl0 is the NIC facing the Internet). > > Any clues anyone? > > PS: This server is 4.3 RELEASE. Perhaps an update would be in order? > > Regards, > Patrick. PPS: I've also discovered a pretty intensive port scan recorded in the ipfw.log. My entire Public IP range was scanned on port 22 (ssh), and all were denied, except, of course, the firewall's itself! The timing of that portscan exactly matches the "/kernel: 8.223:22 in via xl0" message in the message log. I'm assuming this is no co-incidence! I've done reverse lookup on the offending IP, and (no big surprise) it seems to be a dial-up account: ------------ Name: 200-207-89-155.dsl.telesp.net.br Address: 200.207.89.155 ------------ Regards, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 0:34:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 237C537B402; Mon, 18 Feb 2002 00:34:20 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g1I8YFm11858; Mon, 18 Feb 2002 13:34:15 +0500 (YEKT) X-Authentication-Warning: antares.surnet.ru: uucp set sender to ilia@chel.skbkontur.ru using -f Received: from localhost (localhost.chel.skbkontur.ru [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g1I751Z11763 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Mon, 18 Feb 2002 12:05:03 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Mon, 18 Feb 2002 12:05:01 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: questions@FreeBSD.ORG Cc: ports@FreeBSD.ORG Subject: Kerberos 5 Message-ID: <20020218120301.T11583-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r 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 what is the difference between MIT and KTH versions ? what is security/krb5 ? is it legal for Russia ? is it different from MIT Kerberos included with base distribution ? (as far as I know I have KTH Kerberos in base distribution...) Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 0:42: 2 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 4AD6D37B402 for ; Mon, 18 Feb 2002 00:41:57 -0800 (PST) Received: from set.ehsrealtime.com ([213.52.146.197]) by clientmail.ehsrealtime.com with esmtp (Exim 3.33 #2) id 16cj0G-000IaG-01; Mon, 18 Feb 2002 08:18:28 +0000 Received: from waynep by set.ehsrealtime.com with local (Exim 3.34 #3) id 16cjNj-0000C2-00; Mon, 18 Feb 2002 08:42:43 +0000 From: Wayne Pascoe To: "Mike Meyer" Cc: dmmcf@uiuc.edu (D. Michael McFarland), questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility References: <15472.44937.241831.56766@guru.mired.org> Date: 18 Feb 2002 08:42:42 +0000 In-Reply-To: <15472.44937.241831.56766@guru.mired.org> Message-ID: Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (bamboo) 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 "Mike Meyer" writes: > If the only reason you're running it is to read documents from people > who are to lazy to convert them to a non-proprietary format, just go > back to running the older versions of StarOffice until you get a > document that it doesn't understand because one of them upgraded and > forgot to save it in the old version so that everyone else has to > ugprade to read it. > > Of course, the best thing to do if you're collaborating on a document > is to load it into *your* favorite application for dealing with > documents of that type, do your work, and send it back to them in that > applications format. A truly fitting sabotage. I gotta weigh in on this one. -- - Wayne Pascoe | Profanity is the inevitable linguistic freebsd@molemanarmy.com | crutch of the inarticulate http://www.molemanarmy.com | motherfucker - Bruce Sherrod | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 0:44:56 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 4C81537B404 for ; Mon, 18 Feb 2002 00:44:53 -0800 (PST) Received: from set.ehsrealtime.com ([213.52.146.197]) by clientmail.ehsrealtime.com with esmtp (Exim 3.33 #2) id 16cj3A-000Iar-01; Mon, 18 Feb 2002 08:21:28 +0000 Received: from waynep by set.ehsrealtime.com with local (Exim 3.34 #3) id 16cjQc-0000CC-00; Mon, 18 Feb 2002 08:45:42 +0000 From: Wayne Pascoe To: "Mike Meyer" Cc: dmmcf@uiuc.edu (D. Michael McFarland), questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility References: <15472.44937.241831.56766@guru.mired.org> Date: 18 Feb 2002 08:45:42 +0000 In-Reply-To: <15472.44937.241831.56766@guru.mired.org> Message-ID: Lines: 33 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.5 (bamboo) 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 Apologies for partial post in previous mail. "Mike Meyer" writes: > If the only reason you're running it is to read documents from people > who are to lazy to convert them to a non-proprietary format, just go > back to running the older versions of StarOffice until you get a > document that it doesn't understand because one of them upgraded and > forgot to save it in the old version so that everyone else has to > ugprade to read it. > > Of course, the best thing to do if you're collaborating on a document > is to load it into *your* favorite application for dealing with > documents of that type, do your work, and send it back to them in that > applications format. A truly fitting sabotage. I have to weigh in on this issue. While it would be nice if we could get people to understand the evils of proprietary formats, and get people to move off of things like Microsoft Office, sabotage is often not a good option. As a business user, I have had to get a separate machine just to run MS Office. If I cannot collaborate on a document with a client, or use their Word templates to submit a tender, one of my competitors will. And in most of those cases, the client will probably end up with Windows on their server, where I would have put FreeBSD in instead. -- - Wayne Pascoe | You have zero privacy anyway, get freebsd@molemanarmy.com | over it - Scott McNealy http://www.molemanarmy.com | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 0:51:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 5E97F37B404 for ; Mon, 18 Feb 2002 00:51:23 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1I8pIr96950; Mon, 18 Feb 2002 09:51:18 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <001c01c1b859$6ee18c80$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Terry Lambert" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 09:51:16 +0100 Organization: Anthony's Home Page (development site) 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 Terry writes: > This is the third list on which you've made bald > statements as if they were facts. > > Do I need to filter you on this list, too? Please do, if you intend to start your posts with personal attacks. > The obvious rejoinder to your claim is that on > a resource starved system that is using HTTP > based system management, once you hit resource > starvation, your management of the system which > would enable you to recover from the failure > situation is impossible, unless that management > is immune from said stavation (e.g. by being in > the kernel). HTTP-based system management is an unnecessary gadget. A simple terminal session is more efficient and reliable. I've never cared for anything that must be managed via HTTP. That's one reason why I don't like IIS. > Finally, yes, it makes sense for a dedicated > web server to do this; so what? It also make > sense for any web server where performance is > an issue, dedicated or not. No. If the machine is not dedicated to HTTP, putting such functions in the kernel unnecessarily complicates and destabilizes the kernel. In fact, it defeats the whole purpose of an operating system. The OS is supposed to handle essential functions common to all users and affecting the entire system; user processes are supposed to handle applications specific to a user or users. When OS designers work to improve stability or security, they tend to move more and more code out into userland; when they work to get the highest possible score on a benchmark in order to please the marketroids, they move code into the kernel. > PS: People use FreeBSD for dedicated web servers; > therefore, even if your limitation argument were > valid, which I don't grant, it makes sense for > FreeBSD to at least have this facility available. People use FreeBSD for dedicated routers, too; so by your logic, presumably all network and routing daemons should be moved into the kernel as well. If a user needs a dedicated web server, he should consider something other than a general-purpose operating system. Additionally, needing a dedicated server for anything often is an indication of skimping on hardware, and on that path lies danger, no matter what OS is used. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 0:56: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 76A5037B404 for ; Mon, 18 Feb 2002 00:55:57 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1I8trr96966; Mon, 18 Feb 2002 09:55:53 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <002d01c1b85a$12a6e720$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Alfred Perlstein" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> <3C703154.91ED7FB4@mindspring.com> <20020217224724.GL12136@elvis.mu.org> <018c01c1b816$6482f5a0$0a00000a@atkielski.com> <20020218022759.GM12136@elvis.mu.org> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 09:55:46 +0100 Organization: Anthony's Home Page (development site) 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 Alfred writes: > More hardware means more sysadmin time, means > higher chances of failure, means your software > must be more robust in dealing with failures. No. A system with 1 GB requires no more maintenance and is no less stable than a system with 256 MB. A system with a 1300 MHz processor is no less stable and requires no more maintenance than a system with a 200 MHz processor. > An example is a large server farm that I know > of that even with true ECC ram gets several > non-recoverable memory errors per-day. Reduce the number of servers, and make them larger. That may help. > Expenses go up the larger your cluster is ... Who said anything about expanding a cluster? > No amount of hardware thrown at a problem can > equal a well thought out design. Any system that must be dedicated in order to use 100% of the machine for application load is underpowered. Production systems must have safety margins in capacity if there is any variance in load at all. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 1:23:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id AD2DA37B402 for ; Mon, 18 Feb 2002 01:23:28 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 7BA7EAE6E8; Mon, 18 Feb 2002 01:23:28 -0800 (PST) Date: Mon, 18 Feb 2002 01:23:28 -0800 From: Alfred Perlstein To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020218092328.GU12136@elvis.mu.org> References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> <3C703154.91ED7FB4@mindspring.com> <20020217224724.GL12136@elvis.mu.org> <018c01c1b816$6482f5a0$0a00000a@atkielski.com> <20020218022759.GM12136@elvis.mu.org> <002d01c1b85a$12a6e720$0a00000a@atkielski.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002d01c1b85a$12a6e720$0a00000a@atkielski.com> 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 * Anthony Atkielski [020218 00:55] wrote: > Alfred writes: > > > More hardware means more sysadmin time, means > > higher chances of failure, means your software > > must be more robust in dealing with failures. > > No. A system with 1 GB requires no more maintenance and is no less stable > than a system with 256 MB. A system with a 1300 MHz processor is no less > stable and requires no more maintenance than a system with a 200 MHz > processor. Yes but so far time travel hasn't been invented. Read on... > > > An example is a large server farm that I know > > of that even with true ECC ram gets several > > non-recoverable memory errors per-day. > > Reduce the number of servers, and make them larger. That may help. Yes, throwing out several hundred boxes and replacing them certainly sounds cost effective to me. :) > > Expenses go up the larger your cluster is ... > > Who said anything about expanding a cluster? > > > No amount of hardware thrown at a problem can > > equal a well thought out design. > > Any system that must be dedicated in order to use 100% of the machine for > application load is underpowered. Production systems must have safety > margins in capacity if there is any variance in load at all. There were plenty of cycles available once my server was in production. Those numbers were just me benching it on what was pretty much the fastest equipment available at the time! By the time we started seeing it max out the system, newer chips were becoming available which when deployed reduced the system's load. At 450mhz I was doing 5000/sec, you _just couldn't do that_ with apache or pretty much anything else available on the market at the time (when 450mhz was the only thing reasonably priced), in fact apache couldn't do more than several hundred per-second with what was available at the time. You simply can't throw tomorrow's hardware at today's problems because it just doesn't exist. :) Your only choice of hardware to throw then becomes throwing in equal machines into clustering clustering "solution" which will only scale properly when done properly. Again, case in point, Ebay's problems a couple of years back when they maxed out the e10k. They maxed out the cpus in the poor thing and then had to take a nice long downtime in order to really archetect out a solution. When I needed to do to the back-end database system I needed to spread the customer load amongst them in order keep them from falling over, this was accomplished via course grained load balancing of customer accounts, not simply throwing more CPUs into a single box which sort of stops working at 4 or maybe 8 with intel "hardware". A lot of work was also thrown into a system to improve upon the performance of just doing plain database updates. So please don't preach to me about scaling systems, chances are unless I'm actually asking you for help I don't need your advice. Telling me to just throw in a larger CPU doesn't do me much good when my intention is to utilize the fastest currently available hardware to its fullest potential. :) -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' Tax deductible donations for FreeBSD: http://www.freebsdfoundation.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 1:43:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id DF91937B404 for ; Mon, 18 Feb 2002 01:43:15 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1I9hBr97050; Mon, 18 Feb 2002 10:43:11 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <009a01c1b860$ae1dbc00$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Alfred Perlstein" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> <3C703154.91ED7FB4@mindspring.com> <20020217224724.GL12136@elvis.mu.org> <018c01c1b816$6482f5a0$0a00000a@atkielski.com> <20020218022759.GM12136@elvis.mu.org> <002d01c1b85a$12a6e720$0a00000a@atkielski.com> <20020218092328.GU12136@elvis.mu.org> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 10:43:11 +0100 Organization: Anthony's Home Page (development site) 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 Alfred writes: > Yes, throwing out several hundred boxes and > replacing them certainly sounds cost effective > to me. Don't buy them in the first place. That's what mainframes are for. > Telling me to just throw in a larger CPU > doesn't do me much good when my intention > is to utilize the fastest currently available > hardware to its fullest potential. The fastest hardware available is a mainframe. Did you ever try using those instead of little boxes? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 1:54:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 3F5D037B405 for ; Mon, 18 Feb 2002 01:54:54 -0800 (PST) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id CB29570601; Mon, 18 Feb 2002 02:54:48 -0700 (MST) Date: Mon, 18 Feb 2002 02:54:48 -0700 (MST) From: FreeBSD user To: Bill Moran Cc: questions@freebsd.org Subject: Re: Filserver clustering tool? In-Reply-To: <3C6FC768.5020908@potentialtech.com> Message-ID: <20020218025423.H97748-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Perhaps the CODA fs in the kernel? It supports replicated fs I think. On Sun, 17 Feb 2002, Bill Moran wrote: > Does anyone know of anything like this for FreeBSD? > Basically, we want a backup fileserver that is kept updated almost > in real-time, so that in the even of a failure we can fail over > VERY quickly and have almost no data loss. > I can't seem to find anything in the ports, but maybe I'm not > looking in the right places. > -- > Bill Moran > Potential Technology > http://www.potentialtech.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2: 6:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by hub.freebsd.org (Postfix) with ESMTP id 8D2B437B402 for ; Mon, 18 Feb 2002 02:06:26 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 5FED3AE786; Mon, 18 Feb 2002 02:06:26 -0800 (PST) Date: Mon, 18 Feb 2002 02:06:26 -0800 From: Alfred Perlstein To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020218100626.GV12136@elvis.mu.org> References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> <3C703154.91ED7FB4@mindspring.com> <20020217224724.GL12136@elvis.mu.org> <018c01c1b816$6482f5a0$0a00000a@atkielski.com> <20020218022759.GM12136@elvis.mu.org> <002d01c1b85a$12a6e720$0a00000a@atkielski.com> <20020218092328.GU12136@elvis.mu.org> <009a01c1b860$ae1dbc00$0a00000a@atkielski.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009a01c1b860$ae1dbc00$0a00000a@atkielski.com> 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 * Anthony Atkielski [020218 01:43] wrote: > Alfred writes: > > > Yes, throwing out several hundred boxes and > > replacing them certainly sounds cost effective > > to me. > > Don't buy them in the first place. That's what mainframes are for. Afaik mainframes are for people that have several hundred thousand or a couple of million in the bank to toss at a problem. While it would be nice to have that kind of money to throw around most of us simply don't and even if we did, for the most part they would be a tremendous waste of capital to throw at a startup-like venture. It's hard to sell someone on the idea that they need to purchase a mainframe in order to do scaleable load balancing or track web vistors for hundreds of millions of visitors per day when the current peak is looking like only several thousand. > > Telling me to just throw in a larger CPU > > doesn't do me much good when my intention > > is to utilize the fastest currently available > > hardware to its fullest potential. > > The fastest hardware available is a mainframe. Did you ever try using those > instead of little boxes? Going out on a limb I'd be hard pressed to find a mainframe that has an entry level cost of five to ten thousand dollars. Even at that price it's still cuts into per-unit sales by far too much. I think that given the opportunity to own a mainframe for free I would not turn it down, however I'm more inclined to think that it would remain in my apartment to serve as a conversation piece rather than deployed. :) I sort of think the costs to keep it running (space, power and maintaince) would overshoot the profitability of the venture I was involved in. :) Anyhow, it seems that no matter how I refute your poorly thought out arguments you change your position in order to stand behind or point out some non-applicable, non-scalable non-solution involving even more expensive and/or non-existant hardware. I think the lesson to be learned here is that if you are unaware of the issues being tackled and apparently unwilling to ask or take a hint when refuted about them you should butt-out. That said I think this conversation (you can thank me for being so kind to call it that) is over. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2: 9:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from artemis.edu.uoc.gr (artemis.edu.uch.gr [147.52.78.1]) by hub.freebsd.org (Postfix) with ESMTP id 84DFD37B416 for ; Mon, 18 Feb 2002 02:09:40 -0800 (PST) Received: from matrix (ppp20.dial-up.uoc.gr [147.52.8.20]) by artemis.edu.uoc.gr (8.11.3/8.11.3) with ESMTP id g1IA1M822177 for ; Mon, 18 Feb 2002 12:01:22 +0200 (EET) From: "George Manessiotis" To: Subject: NIS Problems Date: Tue, 19 Feb 2002 12:09:35 +0200 Message-ID: <000001c1b92d$8895cc70$0100a8c0@csd.net> 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 Hi all, I have set up a NIS master server on a FreeBSD 4.5 fresh installation and everything seems to be fine except the fact that the passwords that this server stores it the domain's maps are all replaced with " * ". When I go to the clients and do "ypcat passwd" I can see all the accounts but the passwords are replaced with * and as a result no user can log on... I am new to unix but I have done this again and everything went fine, I can't see why this happens now... Does anyone know what should I do? Thanks in advance, george To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2:14:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-2.free.fr (postfix2-2.free.fr [213.228.0.140]) by hub.freebsd.org (Postfix) with ESMTP id 645E737B400 for ; Mon, 18 Feb 2002 02:14:42 -0800 (PST) Received: from wanadoo.fr (toulouse-1-a7-34-113.dial.proxad.net [62.147.34.113]) by postfix2-2.free.fr (Postfix) with SMTP id 537F55F8F0 for ; Mon, 18 Feb 2002 11:14:37 +0100 (CET) To: questions@freebsd.org From: agence.villeminot@wanadoo.fr Date: Mon, 18 Feb 2002 11:12:06 +0100 Subject: Aide à l'emploi d'artistes X-Mailer: CTMailer Message-Id: <20020218101437.537F55F8F0@postfix2-2.free.fr> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Vous engagez régulièrement ou occasionnellement des artistes. Vous souhaitez respecter la législation en vigueur, éviter toutes démarches administratives et n’avoir qu’une facture à payer. Contactez nous dès maintenant pour bénéficier de cette aide ou rendez vous sur notre site http://pro.wanadoo.fr/agence.villeminot/ pour obtenir plus de renseignements Cordialement Philippe Villeminot Agence Villeminot Lamourio 46230 Montdoumerc - France Tel & Fax (33)5.65.24.70.27 e-mail agence.villeminot@art6.com site internet http://pro.wanadoo.fr/agence.villeminot/ Licence n°19182 RCS Cahors A 39767130600025 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2:18:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-relay.noc.dsvr.net (smtp-relay.noc.dsvr.net [212.69.192.4]) by hub.freebsd.org (Postfix) with ESMTP id 6A0B637B400 for ; Mon, 18 Feb 2002 02:18:21 -0800 (PST) Received: from [212.69.208.113] (helo=stealthnet.co.uk) by smtp-relay.noc.dsvr.net with esmtp (Exim 3.16 #1) id 16cksF-000GAn-00; Mon, 18 Feb 2002 10:18:19 +0000 Received: from JAMES (host213-122-201-84.in-addr.btopenworld.com [213.122.201.84] (may be forged)) by stealthnet.co.uk (8.11.6/8.11.6) with SMTP id g1IAI2927404; Mon, 18 Feb 2002 10:18:05 GMT From: "James Green" To: "Rod Person" Cc: Subject: RE: Savage 4 in XFree86 4.x.x Date: Mon, 18 Feb 2002 10:18:12 -0000 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: <20020215213410.425adaeb.roddierod@yahoo.com> 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 > On Fri, 15 Feb 2002 10:20:35 -0000 > "James Green" wrote: > > > I have a Savage 4 S3 video card 86c395/396/397, and cannot for the > > > life of me get this thing set up in the new XFree86 4.x.x > > > > Snap. We have a local dev box running 4.5 with an on-board Savage4 gfx > > chipset. XFree86-4 in ports does it's -configure thing fine, then we > > install Xwrapper from ports and update the symlink, but then we run > > startx as a normal user and bang, the whole machine hangs. Can't ssh in > > or anything. > > > > http://64.94.46.26/XF86Config is the config file we've got. > > Does it work as root? I assume it does. I never had success get Xfree86-4 > to work with a user account via startx. I'm using xdm to boot directly > into X, that has worked. > > from what I read in your config file, everything seems ok. The whole machine hangs when startx is run by root. I can't even ssh in remotely. Have to reboot using the button on the case. jg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2:24:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id BAFBF37B404 for ; Mon, 18 Feb 2002 02:24:45 -0800 (PST) Received: from unknown (HELO freebsd) (210.23.243.212) by smtp.mail.vip.sc5.yahoo.com with SMTP; 18 Feb 2002 10:24:44 -0000 Message-ID: <001301c1b866$e37bc940$0200a8c0@mx.now.com> From: "ian" To: Subject: ttyd error Date: Mon, 18 Feb 2002 18:27:32 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD freebsd.purple.ph 4.4-STABLE FreeBSD 4.4-STABLE #1: Mon Dec 17 14:34:53 PHT 2001 ian@freebsd.purple.ph:/usr/obj/usr/src/sys/IAN i386 /etc/ttys contains: ttyd0 "/usr/libexec/getty std.38400" dialup on secure /etc/gettytab contains: std.38400|38400-baud:\ :np:sp#38400:hw:pp=/usr/sbin/ppp-dialup:\ :ic="" ATE0Q0V1\r OK\r ATS0=0\r OK\r:\ :ac=RING ATA\r CONNECT: when i do reboot or `kill -1 1`, i get the error: Feb 18 18:15:34 freebsd getty[268]: modem init problem on /dev/ttyd0 Feb 18 18:15:47 freebsd getty[270]: modem init problem on /dev/ttyd0 but when /etc/ttys contains: cuaa0 "/usr/libexec/getty std.38400" dialup on secure instead of the previous ttys config, modem initialization is ok, but i have read that ttyd is of call in and cuaa is for call out, maybe someone can help me with this. thanks in advance, ian _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2:25:51 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 2905237B404 for ; Mon, 18 Feb 2002 02:25:24 -0800 (PST) Received: from wolf.isltd.insignia.com (wolf.isltd.insignia.com [172.16.1.3]) by highland.isltd.insignia.com (8.11.6/8.11.6) with ESMTP id g1IAPGr29842 for ; Mon, 18 Feb 2002 10:25:16 GMT Received: (from news@localhost) by wolf.isltd.insignia.com (8.9.3/8.9.3) id KAA00386 for freebsd-questions@freebsd.org; Mon, 18 Feb 2002 10:25:16 GMT From: freebsd-questions-local@insignia.com To: freebsd-questions@freebsd.org Subject: Re: Email -> SMS Gateway Date: Mon, 18 Feb 2002 10:25:15 +0000 Message-ID: <4fl17usvf051t1dmnj65rrps15rcu2u6j8@4ax.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 On Mon, 11 Feb 2002 20:10:56 +1100, brad@bookandmusicclubs.com.au ("Brad") wrote: >I'm looking to set up an Email -> SMS gateway on my FreeBSD machine. Its >primary use will be to notify a list of mobile phones via SMS if a server >goes down... We currently have scripts written which notify by email, so i >figure we continue using these scripts, and just change the email address to >mobilenumber@foo.bar.com and that sms's the appropriate mobile. > >..i think that makes sense. > >I'm really just after anyone with experience getting this to work. >Suggestions for programs, hardware needed - and i guess most importantly.. >is it possible. We did just this (although it's not in service right now since the person writing the scripts left us just before it was ready to deploy). We used a Siemens M20 GSM terminal, which interfaces via standard serial port, and a Perl script as the email target. It worked fine. I do plan to resurrect this "soon" and will use FreeBSD (the original platform was Solaris). jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2:38: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 06A5637B402 for ; Mon, 18 Feb 2002 02:38:01 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1IAbur97184; Mon, 18 Feb 2002 11:37:56 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <00e901c1b868$5469e460$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Alfred Perlstein" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217173609.A25030@energyhq.homeip.net> <3C703154.91ED7FB4@mindspring.com> <20020217224724.GL12136@elvis.mu.org> <018c01c1b816$6482f5a0$0a00000a@atkielski.com> <20020218022759.GM12136@elvis.mu.org> <002d01c1b85a$12a6e720$0a00000a@atkielski.com> <20020218092328.GU12136@elvis.mu.org> <009a01c1b860$ae1dbc00$0a00000a@atkielski.com> <20020218100626.GV12136@elvis.mu.org> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 11:37:54 +0100 Organization: Anthony's Home Page (development site) 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 Alfred writes: > Afaik mainframes are for people that have > several hundred thousand or a couple of > million in the bank to toss at a problem. You get what you pay for. And if you want to play with the big boys, you have to be willing to spend the big money. Huge multinationals don't run their worldwide OLTP networks or batch operations on PCs. > While it would be nice to have that kind > of money to throw around most of us simply > don't and even if we did, for the most part > they would be a tremendous waste of capital > to throw at a startup-like venture. Then perhaps these ill-funded ventures should be more conservative in the performance goals they set. Running at redline all the time is not a good idea. > It's hard to sell someone on the idea that they > need to purchase a mainframe in order to do > scaleable load balancing or track web vistors > for hundreds of millions of visitors per day > when the current peak is looking like only > several thousand. If the current peak is several thousand, then an ordinary FreeBSD system with Apache will do. > Going out on a limb I'd be hard pressed to > find a mainframe that has an entry level cost > of five to ten thousand dollars. I'd be hard pressed to find a car that has an entry-level cost of five to ten thousand dollars, but even the smallest businesses seem to manage to buy cars. > Even at that price it's still cuts into per-unit > sales by far too much. Are these businesses running out of someone's garage, or what? > I think the lesson to be learned here is that > if you are unaware of the issues being tackled > and apparently unwilling to ask or take a hint when > refuted about them you should butt-out. Have you applied this to your comments above about mainframes? If you don't like to have people disagree with you, don't express your opinions in public venues. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2:44:37 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 8D42237B421 for ; Mon, 18 Feb 2002 02:44:10 -0800 (PST) Received: from there ([64.231.180.22]) by tomts24-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020218104400.TYMK25384.tomts24-srv.bellnexxia.net@there> for ; Mon, 18 Feb 2002 05:44:00 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Steve Brown To: freebsd-questions@freebsd.org Subject: General question regarding "make && make install" Date: Mon, 18 Feb 2002 05:44:09 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020218104400.TYMK25384.tomts24-srv.bellnexxia.net@there> Sender: owner-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 there, I wish to try Sylpheed (or Sylpheed-Claws) Among others, these packages require gettext-0.10.35 I have gettext-0.10.35_1 I have all the other packages. Here's my question: When I "make && make install" will it download the older package (gettext-0.10.35) or will it just use the new (gettext-0.10.35_1)? Can or should I modify something to make it use the newer package? Or, if it uses the older package will it break anyting, or will only Sylpheed use it? Or is this the sort of situation that the "portupgrade" package is for? Thanks and sorry if this has been asked before or if it's in the book, but I didn't really understand all the stuff I read about make. Cheers, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 2:53: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from io.88.net (209-9-230-109.sdsl.cais.net [209.9.230.109]) by hub.freebsd.org (Postfix) with ESMTP id B3BDF37B400 for ; Mon, 18 Feb 2002 02:52:54 -0800 (PST) Received: from zog.net (localhost [127.0.0.1]) by io.88.net (Postfix) with ESMTP id 1E881238 for ; Mon, 18 Feb 2002 10:52:47 +0000 (GMT) Message-ID: <3C70DD06.1040704@zog.net> Date: Mon, 18 Feb 2002 11:52:54 +0100 From: John Morgan Salomon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20020113 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Thinkpad Hangs with USB 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 there, I have an IBM Thinkpad X20, running 4.4-R. Generally, it works fine, but when I attempt to access a USB device, the box just freezes irretrievably. Attaching the device works, but actually running something to access it, such as s10sh, stops the box dead. I have tried with both a Canon IXUS 300 and a Logitech Quickcam. I would appreciate any help--I can't find any references to Thinkpads hanging with USB. I have seen similar behavior with a 600E a while ago when attaching a serial device--the laptop just froze--no error messages, nothing. Attached are my kernel config, dmesg, and an output of usbd -dv. Thanks in advance for any help, this is frustrating! Cheers, -John bolo# usbd -dv usbd: opened /dev/usb0 usbd: reading configuration file /etc/usbd.conf usbd: opened /dev/usb usbd: detach event at 1014029213.739788000, product 0x2036, Texas Instruments: vndr=0x0451 prdct=0x2036 rlse=0x0101 clss=0x0009 subclss=0x0000 prtcl=0x0000 device names: uhub1 usbd: Found action 'USB device' for product 0x2036, Texas Instruments at uhub1 usbd: attach event at 1014029221.850270000, General Purpose USB Hub, Texas Instruments: vndr=0x0451 prdct=0x2036 rlse=0x0101 clss=0x0009 subclss=0x0000 prtcl=0x0000 device names: uhub1 usbd: Found action 'USB device' for General Purpose USB Hub, Texas Instruments at uhub1 usbd: attach event at 1014029222.230177000, Camera, Logitech, Inc.: vndr=0x046d prdct=0x0850 rlse=0x0100 clss=0x00ff subclss=0x00ff prtcl=0x00ff device names: ugen0 usbd: Found action 'USB device' for Camera, Logitech, Inc. at ugen0 bolo# cat /usr/src/sys/i386/conf/thinkpad machine i386 cpu I686_CPU ident GENERIC maxusers 32 #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options SOFTUPDATES #Enable FFS soft updates support options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev options IPFILTER # enable IPF options IPFILTER_LOG # enable packet logging options COMPAT_LINUX options DEBUG_LINUX options IPSEC # allow ipsec in kernel options IPSEC_ESP # allow ipsec tunneling options PSM_HOOKRESUME # Both required to avoid mouse out of options PSM_RESETAFTERSUSPEND # sync messages after apm sleep # Hopefully this will allow me to use the modem options PNPBIOS # Required for Mom's idiotic DSL provider options NETGRAPH options NETGRAPH_PPPOE # required by avifile & WINE options USER_LDT device isa device eisa device pci device miibus # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering # 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 #options PCVT_FREEBSD # 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? 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 fxp # Intel EtherExpress PRO/100B (82557, 82558) # USB ethernet adapter device aue # Sound driver - We think ThinkPad have a Crystal card in them #device pcm0 at isa? irq 10 drq 1 flags 0x0 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 fxp # Intel EtherExpress PRO/100B (82557, 82558) # USB ethernet adapter device aue # Sound driver - We think ThinkPad have a Crystal card in them #device pcm0 at isa? irq 10 drq 1 flags 0x0 device pcm # Crystal Semiconductor cards device csa0 # 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 4 # Kernel PPP (give it a few more -John) pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) pseudo-device md # Memory "disks" pseudo-device gif 4 # IPv6 and IPv4 tunneling pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter # 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 ums # Mouse device uscanner # Scanners bolo# dmesg Copyright (c) 1992-2001 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.4-RELEASE-p3 #8: Mon Feb 18 11:16:53 CET 2002 root@bolo.zog.net:/usr/src/sys/compile/thinkpad Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III/Pentium III Xeon/Celeron (597.41-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x683 Stepping = 3 Features=0x383f9ff real memory = 201261056 (196544K bytes) config> di sn0 No such device: sn0 Invalid command or syntax. Type `?' for help. config> di lnc0 No such device: lnc0 Invalid command or syntax. Type `?' for help. config> di ie0 No such device: ie0 Invalid command or syntax. Type `?' for help. config> di fe0 No such device: fe0 Invalid command or syntax. Type `?' for help. config> di ed0 No such device: ed0 Invalid command or syntax. Type `?' for help. config> di cs0 No such device: cs0 Invalid command or syntax. Type `?' for help. config> di bt0 No such device: bt0 Invalid command or syntax. Type `?' for help. config> di aic0 No such device: aic0 Invalid command or syntax. Type `?' for help. config> di aha0 No such device: aha0 Invalid command or syntax. Type `?' for help. config> di adv0 No such device: adv0 Invalid command or syntax. Type `?' for help. config> q avail memory = 191729664 (187236K bytes) Preloaded elf kernel "kernel" at 0xc0406000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc040609c. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 11 entries at 0xc00fdee0 apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 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 0x1800-0x180f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x1820-0x183f irq 11 at de vice 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhub1: Texas Instruments General Purpose USB Hub, class 9/0, rev 1.10/1.01, addr 2 uhub1: 2 ports with 2 removable, self powered ugen0: Logitech, Inc. Camera, rev 1.00/1.00, addr 3 chip1: port 0x1040-0x104f at device 7.3 on pci0 pcic0: mem 0x50000000-0x50000fff irq 11 at de vice 8.0 on pci0 pccard0: on pcic0 pcic1: mem 0x50100000-0x50100fff irq 11 at de vice 8.1 on pci0 pccard1: on pcic1 fxp0: port 0x1840-0x187f mem 0xf4020000-0xf403 ffff,0xf4010000-0xf4010fff irq 11 at device 10.0 on pci0 fxp0: Ethernet address 00:10:a4:a6:63:4c inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pci0: (vendor=0x115d, dev=0x000c) at 10.1 irq 11 pcm0: mem 0xf4000000-0xf400ffff,0xf4012000-0xf401 2fff irq 11 at device 11.0 on pci0 orm0:
Does anyone know why when i boot my = machine it=20 hangs here for about 1 minute.
 
ata0: at 0x1f0 irq 14 on = atapci0
 
 
------=_NextPart_000_000B_01C1B87F.26E9D2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 4:45: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 19A5037B400 for ; Mon, 18 Feb 2002 04:44:57 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1ICirr97423; Mon, 18 Feb 2002 13:44:53 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <010101c1b87a$10707190$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Terry Lambert" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 13:44:52 +0100 Organization: Anthony's Home Page (development site) 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 Terry writes: > This is your unbacked opinion, and it runs > contrary to market opinion. Most of the market is running Apache or IIS, as far as I know, so it would seem that market opinion favors HTTP servers running as user processes, not as part of the kernel. > This is also your opinion. We are all expressing opinions here. I take that for granted, whereas you seem to feel compelled to point it out. > Effeciency is not measured soley in number of > keystrokes -- though being efficient will not > necessarily mean that the number of keystrokes > increase. Be that as it may, simple text interfaces are often more efficient than graphic user interfaces, for applications that do not have specific graphic requirements. One reason why I prefer Apache to IIS is that I can configure everything in a text file on Apache. > It is not some cosmic coincidence that employers > ask for experience with Microsoft products. They don't ask for that if they are running UNIX. > I really think that what you need is to visit > the usability lab of a large company to see > HCI testing over a period of several iterations, > so you can understand. Reading about it or doing it isn't good enough? > That's your taste, which is atypical, given > that you are an atypical user. What makes me atypical? > Your response here is a bit unsupportable, > since it was your implication of "must". Some products _must_ be managed that way. IIS requires either a Web-based interface or a GUI interface. I'm not aware of any text interface to the product. > More code does not necessarily equal instant > instability, particularly in the BSD camps. All else being equal, more code equals more instability. > I think you are reading from the GNU HURD > Bible here, or at least from the microkernel > Bible. I don't read the Bible. > For example? An OS written for his purposes. > What are the top two dedicated web servers > running on something other than a general-purpose > OS which you would suggest using, in this > circumstance? I'm not familiar with any. What are they? > The "danger" is, once again, only in your > opinion. You seem to wish to imply that my statements are opinions, whereas yours are not. But we are both stating opinions, and neither of us substantiates them any better than the other. There is no point in telling me that I am expressing opinions, as I already know this. And there is nothing to be gained by refraining from making the same acknowledgement with respect to your own statements, because I already know that you are expressing opinions, too. So what is your real purpose? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 5:22:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.dslextreme.com (ns1-old.dslextreme.com [63.203.107.15]) by hub.freebsd.org (Postfix) with ESMTP id A14C837B400; Mon, 18 Feb 2002 05:22:53 -0800 (PST) Received: from athena.dslextreme.com (adsl-66.51.201.26.dslextreme.com [66.51.201.26]) by ns1.dslextreme.com (8.12.1/8.12.1) with ESMTP id g1I1wK81019398; Sun, 17 Feb 2002 17:58:20 -0800 Message-Id: <5.1.0.14.0.20020217180513.00a72df0@mail.dslextreme.com> X-Sender: tfulmer@mail.dslextreme.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 17 Feb 2002 18:08:07 -0800 To: "Crist J. Clark" From: Tim Fulmer Subject: Re: natd and redirect_port Cc: freebsd-questions@FreeBSD.org In-Reply-To: <20020217010330.I48401@blossom.cjclark.org> References: <000a01c1b5bf$b94b5ef0$f2dca8c0@athena> <000a01c1b5bf$b94b5ef0$f2dca8c0@athena> 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 01:03 AM 2/17/2002 -0800, you wrote: >On Thu, Feb 14, 2002 at 05:25:59PM -0800, Tim Fulmer wrote: > > > > > > Hi All, > > > > Having a bit of trouble with natd. > > > > Here's the setup : > > > > Internet > > | > > 66.Q.X.Y > > 192.168.A.1---->192.168.A.2 > > 192.168.B.1 > > +--->192.168.B.2 > > > > I am browsing from 192.168.B.2. > > > > compiled a kernel with added options : > > > > options CPU_FASTER_5X86_FPU > > options NO_F00F_HACK > > options TCP_DROP_SYNFIN > > options IPFIREWALL > > options IPFIREWALL_FORWARD > > options IPFIREWALL_VERBOSE > > options IPFIREWALL_VERBOSE_LIMIT=100 > > options IPDIVERT > > > > > > relevant rc.conf : > > > > gateway_enable="YES" > > ifconfig_rl0="inet 66.Q.X.Y netmask 255.255.255.0" > > ifconfig_rl0_alias0="inet 66.Q.X.Z netmask 255.255.255.255" > > firewall_enable="YES" > > firewall_type="OPEN" > > natd_enable="YES" > > natd_interface="rl0" > > natd_flags="-f /etc/natd.conf" > > > > > > and natd.conf : > > > > redirect_port tcp 192.168.A.2:80 80 > > > > > > and am still getting the local apache installation when I point a > browser at 66.Q.X.Y, though the connection sharing works fine from both > internal nets. At some point in the future redirect_address may also be > a good idea, but right now that is non-functional as well. > > > > Any suggestions would be greatly appreciated. > >You are saying that the redirect does not work when you try to connect >from the NAT'ed network? This is expected. When you send the SYN to >66.Q.X.Y it goes to the gateway on the internal interface. It goes >through your firewall rules and is either accepted or denied (you >didn't show us the rules). If it is denied, story over. If it is >accepted, the machine recognizes 66.Q.X.Y as its own address and >processes the packet. And you are apparently running a webserver on >this machine so it responds as expected. > >This is apparently not what you expect? natd(8) is only passed packets >from ipfw(8) via the 'divert' rule when the packets are crossing the >rl0 interface. In this situation, the packets never cross rl0, never >go to natd(8), and translation will never occur. >-- >Crist J. Clark | cjclark@alum.mit.edu > | cjclark@jhu.edu >http://people.freebsd.org/~cjc/ | cjc@freebsd.org Yep, jumped across the street to the library and it worked just fine. Thanks, I was going crazy on that one. - tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 5:32:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id 94A8437B402 for ; Mon, 18 Feb 2002 05:32:47 -0800 (PST) Received: from 1cust83.tnt25.tco2.da.uu.net ([67.200.184.83] helo=orange.home) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16cnuP-0004fh-00; Mon, 18 Feb 2002 05:32:46 -0800 From: Don Tyson To: dmmcf@uiuc.edu (D. Michael McFarland) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Advice sought re MS Office compatibility In-Reply-To: Message from dmmcf@uiuc.edu (D. Michael McFarland) of "17 Feb 2002 20:04:29 CST." <86eljjlf4i.fsf@ness.aae.uiuc.edu> Date: Mon, 18 Feb 2002 08:32:44 -0500 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 > Hello All, > > I find it's becoming increasingly important for me to collaborate, at > a .doc- and .ppt-file level, with colleagues who use MS Word and > PowerPoint on Macs and PCs. [snipped] > to add that I write everything I can in TeX. [snipped] > > Best regards, > Michael Others on this list have suggested formatting in PDF using dvipdfm or ps2pdf or some other utility. Presumably that would work for presenting the document, but probably not if you need to pass it back and forth editing or changing, unless you send a plain text file with it. Don Tyson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6: 9:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 7241B37B405 for ; Mon, 18 Feb 2002 06:09:08 -0800 (PST) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id g1IE8xd16882 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Mon, 18 Feb 2002 19:09:01 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost [127.0.0.1]) by mail.cgu.chel.su (8.11.6/8.11.2) with ESMTP id g1IE8xN33354 for ; Mon, 18 Feb 2002 19:08:59 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Date: Mon, 18 Feb 2002 19:08:59 +0500 (YEKT) From: "Ilia E. Chipitsine" To: Subject: problems with Kerberos 5 Message-ID: <20020218190646.A33345-100000@mail.cgu.chel.su> 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 Dear Sirs, I have KTH Kerberos 5 installed, but I cannot find how to set up a real. /etc/krb5.conf : ---------------------------- [libdefaults] default_realm = CGU.CHEL.SU [realms] CGU.CHEL.SU = { kdc = phoenix.cgu.chel.su } [domain_realm] .cgu.chel.su = CGU.CHEL.SU -------------------------- as it is said, I tried to "kadmin -l", but command simply exits, without saying anything.... Regards, Ilia Chipitsine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6: 9:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from florida-wireless.com (mailserver.florida-wireless.com [208.62.145.34]) by hub.freebsd.org (Postfix) with ESMTP id 52C0B37B404 for ; Mon, 18 Feb 2002 06:09:28 -0800 (PST) Received: from mdd [208.62.145.61] by florida-wireless.com (SMTPD32-7.05) id ABBD12DD014A; Mon, 18 Feb 2002 09:12:13 -0500 Message-ID: <008501c1b885$dca66ca0$1aa8a8c0@mdd> From: "freebsd" To: References: Subject: ata/100 controller Date: Mon, 18 Feb 2002 09:09:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.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 have three hard drives in my freebsd machine. a maxtor,wd and seagate. They show as being dma 2 , ultra dma 2 and ultra dma 4. This is from when booting up ad0: 1223MB [2485/16/63] at ata0-master WDMA2 ad1: 4104MB [8896/15/63] at ata0-slave WDMA2 ata1-master: DMA limited to UDMA33, non-ATA66 compliant cable ad2: 12982MB [26377/16/63] at ata1-master PIO4 Mounting root from ufs:/dev/ad0s1a I get alot of timeout errors: ad0: WRITE command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: READ command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done ad0: WRITE command timeout tag=0 serv=0 - resetting ata0: resetting devices .. done and the part about non ata66 complaint cable. I assumed that the timeouts were from the FreeBsd detecting these higher/faster hd and they were connected to a regular onboard hd controller. so I went a bought a maxtor utlra pci ata/100 controller. I connected all 3 drives. removed them from the bios standard setup and rebooted. All 3 drives are found. System starts to boot then I run into a problem were it ask for me to manual enter the root bootfile system. I have no clue or idea what it is asking for ? I did a while back do a tune -nfs on all the drives thinking that might remove the problem but it did nothing that I know of. I really can not afford to lose the data on the drives and I would reallly like to see if the controller will take care of these timeout problems so I am not sure what I have to do to get the system to boot with the ultra 100 controller. What would I put in the line for root filesystem ? doing a ? gives me a list of options but no idea. thanks mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6:20:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ness.aae.uiuc.edu (ness.aae.uiuc.edu [128.174.132.32]) by hub.freebsd.org (Postfix) with ESMTP id D772937B404 for ; Mon, 18 Feb 2002 06:20:10 -0800 (PST) Received: (from dmmcf@localhost) by ness.aae.uiuc.edu (8.11.4/8.11.4) id g1IEQhq23210; Mon, 18 Feb 2002 08:26:43 -0600 (CST) (envelope-from dmmcf@uiuc.edu) X-Authentication-Warning: ness.aae.uiuc.edu: dmmcf set sender to dmmcf@uiuc.edu using -f To: Don Tyson Cc: freebsd-questions@FreeBSD.org Subject: Re: Advice sought re MS Office compatibility References: From: dmmcf@uiuc.edu (D. Michael McFarland) Date: 18 Feb 2002 08:26:42 -0600 In-Reply-To: Message-ID: <867kpalvbx.fsf@ness.aae.uiuc.edu> Lines: 22 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 Don Tyson writes: > Others on this list have suggested formatting in PDF using > dvipdfm or ps2pdf or some other utility. Presumably that > would work for presenting the document, but probably not if you need > to pass it back and forth editing or changing, unless you > send a plain text file with it. I've tried that, and in fact it's my preferred way of interacting with coauthors who are making only trivial changes ("print it out, scribble on it and fax it back"). But we're all engineers in academia--control freaks to a man, and everyone wants to get his hands on the files. I'm coming to think my best bet is to be so productive that they never catch up :-), which is probably what I should be doing anyway. Thank you for your reply. I posted my original message mostly to let off some steam, and it's good to know I'm not alone. Cheers, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6:30: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 161A737B419 for ; Mon, 18 Feb 2002 06:29:58 -0800 (PST) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id g1IETod18309 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Mon, 18 Feb 2002 19:29:50 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost [127.0.0.1]) by mail.cgu.chel.su (8.11.6/8.11.2) with ESMTP id g1IETnN33671 for ; Mon, 18 Feb 2002 19:29:49 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Date: Mon, 18 Feb 2002 19:29:49 +0500 (YEKT) From: "Ilia E. Chipitsine" To: Subject: how to set up a realm ? Message-ID: <20020218192832.G33648-100000@mail.cgu.chel.su> 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 Dear Sirs, how can I set up a Kerberos 5 realm ? "kadmin -l" doesn't work. neither "kadmin -l init" does... Regards, Ilia Chipitsine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6:35:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ness.aae.uiuc.edu (ness.aae.uiuc.edu [128.174.132.32]) by hub.freebsd.org (Postfix) with ESMTP id A04B637B400 for ; Mon, 18 Feb 2002 06:35:11 -0800 (PST) Received: (from dmmcf@localhost) by ness.aae.uiuc.edu (8.11.4/8.11.4) id g1IEfjg23257; Mon, 18 Feb 2002 08:41:45 -0600 (CST) (envelope-from dmmcf@uiuc.edu) X-Authentication-Warning: ness.aae.uiuc.edu: dmmcf set sender to dmmcf@uiuc.edu using -f To: "Mike Meyer" Cc: questions@FreeBSD.org Subject: Re: Advice sought re MS Office compatibility References: <15472.44937.241831.56766@guru.mired.org> From: dmmcf@uiuc.edu (D. Michael McFarland) Date: 18 Feb 2002 08:41:41 -0600 In-Reply-To: <15472.44937.241831.56766@guru.mired.org> Message-ID: <863czylumy.fsf@ness.aae.uiuc.edu> Lines: 40 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 "Mike Meyer" writes: > I'd say StarOffice. I use Applixware as an Office suite myself, but it > doesn't rate very high on the MS-compatible scale, and it's not clear > that the FreeBSD version has a future. Thanks for your observations. Because MS compatibility is my overriding concern, I'll take another look at StarOffice. > If the only reason you're running it is to read documents from people > who are to lazy to convert them to a non-proprietary format, They're not lazy or unwilling to cooperate, they're just convinced that MS Word has won the document file format wars and we'd all be better off saving and exchanging all our work as .doc files. They readily admit Word's inferiority--in fact, they often lament it. Yep, it drives me nuts. > just go > back to running the older versions of StarOffice until you get a > document that it doesn't understand because one of them upgraded and > forgot to save it in the old version so that everyone else has to > ugprade to read it. That's how I came to be looking at this problem again. Too many of them have upgraded, and saving in an old format is (perceived as) too much hassle. A few more such requests and _I_ will become the problem, not Word. > Of course, the best thing to do if you're collaborating on a document > is to load it into *your* favorite application for dealing with > documents of that type, do your work, and send it back to them in that > applications format. A truly fitting sabotage. But these collaborators are my friends, and the documents are important. I wouldn't want to sabotage my friends. Unless, of course, it's for their own good. ;-) Cheers, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6:36:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sumter.awod.com (sumter.awod.com [208.140.99.1]) by hub.freebsd.org (Postfix) with ESMTP id 095C937B400 for ; Mon, 18 Feb 2002 06:36:47 -0800 (PST) Received: from teddy.fas.com (pcp01008475pcs.mplsnt01.sc.comcast.net [68.58.200.215]) by sumter.awod.com (8.8.7/8.12.2) with ESMTP id JAA74685 for ; Mon, 18 Feb 2002 09:36:45 -0500 (EST) (envelope-from stanb@awod.com) Received: from stan by teddy.fas.com with local (Exim 3.34 #1 (Debian)) id 16cous-0003yU-00 for ; Mon, 18 Feb 2002 09:37:18 -0500 Date: Mon, 18 Feb 2002 09:37:18 -0500 From: stan To: Free BSD Questions list Subject: Programicly changing virtual terminals? Message-ID: <20020218143718.GA15264@teddy.fas.com> Mail-Followup-To: Free BSD Questions list Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.17 X-Uptime: 09:34:03 up 14 days, 15:09, 2 users, load average: 0.00, 0.00, 0.00 Sender: owner-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 linux there is a command (chvt if memory serves corectly) which changes which virtual terminal is display on the console screen. How can I do this in FreeBSD? Before you ask, the application is an free standing machine that boots up, starts processes from the /usr/local/etc/rc.d system, that use various consoles for loging the statuses of these processes. Whenn remotely booted, I want the corect status screen to wind up being displayed, no the login screen on the first tty. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6:46:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id C676337B41D for ; Mon, 18 Feb 2002 06:46:16 -0800 (PST) Received: from barbish ([63.70.155.26]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Mon, 18 Feb 2002 09:50:30 -0500 From: "Joe & Fhe Barbish" To: "Will Froning" Cc: "FBSD" Subject: RE: natd and dynamic rules Date: Mon, 18 Feb 2002 09:46:12 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020217224150.U48401@blossom.cjclark.org> 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 Boy you sure dug deep into ipfw looking for a solution to your problem. The real problem is natd and ipfw were not designed to work together. IPFW was designed as a firewall where the ip addressed of all the machines behind the firewall use public ip addresses assigned from your isp. In this configuration ipfw has no problems making matches in the dynamic table for packet flow. When the natd divert rule is added to the ipfw rule set now you are converting ip address (from public to private on packets coming in from the internet and converting private ip address to public for packets leaving the lan for the internet) right in the middle of checking the dynamic table for matches by ip address and flow direction. This ip address translation in the middle of ipfw creates mismatches in the dynamic table. This is a because ipfw and natd were never designed to work together and you can not do any thing about it. Many many users reach this point using the advanced check-state/keep-state stateful rules and go back to simple stateful rule set using established/setup which seams to work better with natd in the rule set. The real solution here is to remove natd from the ipfw rules set and use user ppp -nat to do the ip address translation before the packets get handed off to ipfw. This way ipfw all ways sees the same ip address that created the dynamic table rule entry. I also believe natd will run standalone and does not need ipfw to trigger it. So if you enable natd in rc.conf before ipfw and remove the divert rule from the ipfw rules set you will accomplish the same thing as using user ppp -nat. I used user ppp -nat because I was all ready using user ppp and did not want to start another permanent running task. I do not know why all the sample ipfw rules one finds in the FBSD Documentation always have the divert rule in it when this just creates problems. This needs to be changed. Give this a try and please let me know the results. Joe -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Crist J. Clark Sent: Monday, February 18, 2002 1:42 AM To: Will Froning Cc: questions@FreeBSD.ORG Subject: Re: natd and dynamic rules On Sun, Feb 17, 2002 at 08:13:51PM -0800, Will Froning wrote: > [please CC me on replies, thanks] > > I have an issue with natd and my dynamic ipfw rules. Here goes. > > I recently implemented natd on my FBSD4.5 firewall. Here are the > relevant ipfw rules (internal ip=192.168.100.1): > > 01400 divert 8668 ip from any to any via dc0 > 01500 check-state > 01600 deny log tcp from any to any established > 01700 allow tcp from ${oip} to any keep-state out setup > 02800 allow ip from 192.168.100.0/24 to any keep-state via dc1 > > When I start a ssh session from my firewall to my mail server the > dynamic rule gets the correct lifetime value from > net.inet.ip.fw.dyn_ack_lifetime. > > When I start a ssh session from 192.168.100.2 to my firewall's > internal interface, I again get the correct lifetime value from > net.inet.ip.fw.dyn_ack_lifetime. > > When I start a ssh session from 192.168.100.2 to a remote machine, the > packet gets through just fine. But when the dynamic rules come up I > was suspecting both 2800 and 1700 to have the same lifetime value. > That's not the case. It seems when natd sends the packet out, the > outgoing packet gets it's lifetime value from > net.inet.ip.fw.dyn_syn_lifetime NOT net.inet.ip.fw.dyn_ack_lifetime! > > So my questions are these: > > 1) Is this purposely done by implementation or is this a bug in either > ipfw or natd? > > 2) If this is a "feature", is there any way to change this to have > both rules look at the same lifetime value? It always seems like questions come in groups. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=13412+0+archive/2002/freebsd-ne t/20020217.freebsd-net http://docs.freebsd.org/cgi/getmsg.cgi?fetch=2858187+0+archive/2002/freebsd- questions/20020217.freebsd-questions -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6:46:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ness.aae.uiuc.edu (ness.aae.uiuc.edu [128.174.132.32]) by hub.freebsd.org (Postfix) with ESMTP id 7F23937B41C for ; Mon, 18 Feb 2002 06:46:23 -0800 (PST) Received: (from dmmcf@localhost) by ness.aae.uiuc.edu (8.11.4/8.11.4) id g1IEqcl23290; Mon, 18 Feb 2002 08:52:38 -0600 (CST) (envelope-from dmmcf@uiuc.edu) X-Authentication-Warning: ness.aae.uiuc.edu: dmmcf set sender to dmmcf@uiuc.edu using -f To: Wayne Pascoe Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility References: <15472.44937.241831.56766@guru.mired.org> From: dmmcf@uiuc.edu (D. Michael McFarland) Date: 18 Feb 2002 08:52:38 -0600 In-Reply-To: Message-ID: <86y9hqkfk9.fsf@ness.aae.uiuc.edu> Lines: 22 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 Wayne Pascoe writes: > As a business user, I have had to get a separate machine just to run > MS Office. For better or worse, there are plenty of machines around here that run MS Windows and Office, and I have occasionally turned out some stand-alone documents using them. (More accurately, I've reluctantly put some poor student to work duplicating in Word a perfectly serviceable TeX document.) The problem is, most of what I write is full of equations, figures and tables--stuff that can't readily be transferred between applications. Once a paper on Subject X exists in Word, there's a lot of pressure to borrow from it for the next paper rather than starting over in TeX. OK, I've sounded off enough about this. Thanks for listening. I plan to go ahead using TeX and greet requests for conversion with dead-pan claims that it can't be done. After all, it works for the Word guys. Best regards, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6:48:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 4E7CE37B400 for ; Mon, 18 Feb 2002 06:48:15 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16cp5R-0003Ux-00 for freebsd-questions@FreeBSD.org; Mon, 18 Feb 2002 14:48:13 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 4B81A13040 for ; Mon, 18 Feb 2002 15:48:12 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id E3AFE22590; Mon, 18 Feb 2002 15:48:11 +0100 (CET) Date: Mon, 18 Feb 2002 15:48:11 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.org Subject: Re: Advice sought re MS Office compatibility Message-ID: <20020218144811.GA863@raggedclown.net> References: <867kpalvbx.fsf@ness.aae.uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <867kpalvbx.fsf@ness.aae.uiuc.edu> 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 On Mon, Feb 18, 2002 at 08:26:42AM -0600, D. Michael McFarland wrote: > Don Tyson writes: > > > Others on this list have suggested formatting in PDF using > > dvipdfm or ps2pdf or some other utility. Presumably that > > would work for presenting the document, but probably not if you need > > to pass it back and forth editing or changing, unless you > > send a plain text file with it. > > I've tried that, and in fact it's my preferred way of interacting with > coauthors who are making only trivial changes ("print it out, scribble > on it and fax it back"). But we're all engineers in academia--control > freaks to a man, and everyone wants to get his hands on the files. > > I'm coming to think my best bet is to be so productive that they never > catch up :-), which is probably what I should be doing anyway. > > Thank you for your reply. I posted my original message mostly to let > off some steam, and it's good to know I'm not alone. > Is Wordperfect the answer ? I don't know if the Linux version of it runs on FreeBSD, but I guess it should (I didn't check the ports). Unlike Word, WP doesn't change it's internal structure every 5 minutes, I believe it handles Word documents...just a thought. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 6:49:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gecko.yellowgoanna.com (monatomic4.link.internode.on.net [150.101.99.236]) by hub.freebsd.org (Postfix) with ESMTP id 41DAC37B405 for ; Mon, 18 Feb 2002 06:49:31 -0800 (PST) Received: from albert (unknown [192.168.0.12]) by gecko.yellowgoanna.com (Postfix) with ESMTP id BCB27183F0 for ; Tue, 19 Feb 2002 01:19:28 +1030 (CST) From: "Richard Russell" To: Subject: RE: Problem installing Xfree86-4 and other ports Date: Tue, 19 Feb 2002 01:19:30 +1030 Message-ID: <000101c1b88b$78d84990$0c00a8c0@albert> 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 In-Reply-To: <005c01c1b849$39c8aa20$0c00a8c0@albert> 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 > Thanks again for the help with that problem... however, I've > run into it again, it would seem, and this time, deleting the > distfiles doesn't seem to work... OK, fixed! Solution consisted of deleting the relevant distfiles (the ones with the wrong checksum), updating the ports tree, and make clean;make -- repeating that around ten times over a period of a day or so. My guess is that there was a bug somewhere that my regular updating eventually overcame... :) rr -- Richard Russell Yellow Goanna Pty Ltd e: richard@yellowgoanna.com m: +61 412 827 805 f: +61 8 8462 2362 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 7: 2:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ness.aae.uiuc.edu (ness.aae.uiuc.edu [128.174.132.32]) by hub.freebsd.org (Postfix) with ESMTP id 87A2437B420 for ; Mon, 18 Feb 2002 07:01:47 -0800 (PST) Received: (from dmmcf@localhost) by ness.aae.uiuc.edu (8.11.4/8.11.4) id g1IF8ID23348; Mon, 18 Feb 2002 09:08:18 -0600 (CST) (envelope-from dmmcf@uiuc.edu) X-Authentication-Warning: ness.aae.uiuc.edu: dmmcf set sender to dmmcf@uiuc.edu using -f To: Cliff Sarginson Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility References: <867kpalvbx.fsf@ness.aae.uiuc.edu> <20020218144811.GA863@raggedclown.net> From: dmmcf@uiuc.edu (D. Michael McFarland) Date: 18 Feb 2002 09:08:18 -0600 In-Reply-To: <20020218144811.GA863@raggedclown.net> Message-ID: <86ofimkeu5.fsf@ness.aae.uiuc.edu> Lines: 12 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 Cliff Sarginson writes: > Is Wordperfect the answer ? > I don't know if the Linux version of it runs on FreeBSD, but I guess it > should (I didn't check the ports). Unlike Word, WP doesn't change it's > internal structure every 5 minutes, I believe it handles Word > documents...just a thought. Good idea. I'll look into it. Cheers, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 7:17:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 4265A37B404 for ; Mon, 18 Feb 2002 07:17:13 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Mon, 18 Feb 2002 15:15:02 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id <1XK2WP6W>; Mon, 18 Feb 2002 15:15:02 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D02AFD065@MAIL1> From: Mike Dewhirst To: "'questions@freebsd.org'" Subject: cvs and ssh and everything else. Date: Mon, 18 Feb 2002 15:15:33 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1B88F.1C2CD9A0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1B88F.1C2CD9A0 Content-Type: text/plain; charset="iso-8859-1" I guess this question is 60% ssh, 20% cvs and 20% putty. I have been trying (without success) to set-up a cvs repository over ssh. I am running freebsd 4.3, openSSH 2.3.0, cvs 1.11. The problem I'm having is more of an ssh one, since: I can not get ssh to authenticate using authorized_keys. I have created a pub/prv key pair using putty, and have pasted it in to authorized_keys. For some reason ssh will not log me in without asking for a password. It seems I can not get it to use key authentication. I know this is maybe even the whole 40% a putty question, but I'm really stuck, so using desparate measures. Any help will be greatly appreciated. Many thanks in advance! Mike ssh config file: RSAAuthentication yes PasswordAuthentication yes <- left this is to avoid being locked out! =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1B88F.1C2CD9A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable cvs and ssh and everything else.

I guess this question is 60% ssh, 20% cvs and 20% putty.<= /FONT>

I have been trying (without success) to set-up a cvs repo= sitory over ssh.

I am running freebsd 4.3, openSSH 2.3.0, cvs 1.11.

The problem I'm having is more of an ssh one, since:

I can not get ssh to authenticate using authorized_keys.<= /FONT>

I have created a pub/prv key pair using putty, and have p= asted it in to authorized_keys. For some reason ssh will not log me in with= out asking for a password. It seems I can not get it to use key authenticat= ion.

I know this is maybe even the whole 40% a putty question,= but I'm really stuck, so using desparate measures.

Any help will be greatly appreciated.

Many thanks in advance!

Mike

ssh config file:

   RSAAuthentication yes
   PasswordAuthentication yes <- left this = is to avoid being locked out!



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1B88F.1C2CD9A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 7:19: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe47.law10.hotmail.com [64.4.14.19]) by hub.freebsd.org (Postfix) with ESMTP id D84AE37B405 for ; Mon, 18 Feb 2002 07:19:03 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 07:19:03 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'FBSD'" Subject: Dropping to single user Date: Mon, 18 Feb 2002 10:19:34 -0500 Message-ID: <000601c1b88f$ab8f1680$6400a8c0@windows> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 18 Feb 2002 15:19:03.0740 (UTC) FILETIME=[997377C0:01C1B88F] Sender: owner-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, not long ago, someone mentioned =93dropping to single user=94 and I = was wondering how. I did get an answer, however I=92ve =93misplaced=94 that reply, so I=92m wondering if anyone can refresh my memory=85 regarding = how to do such a thing without having to reboot after doing make buildworld, and building/installing the generic kernel (having to do with upgrading from 4.4 to 4.5stable=85 etc) Thanks, _______________________________ Sandro Mancuso Windows is the virus.=A0 Linux is the vaccine. FreeBSD is the cure. http://www.administrat0r.com/sandro mailto:sandro.m@videotron.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 7:30:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.ruraltel.net (mail.ruraltel.net [24.225.0.34]) by hub.freebsd.org (Postfix) with ESMTP id DF9F137B402 for ; Mon, 18 Feb 2002 07:30:28 -0800 (PST) Received: from darryl (p189n31.ruraltel.net [24.225.31.189]) by mail1.ruraltel.net (8.11.2/8.11.2) with SMTP id g1IGBqN17472; Mon, 18 Feb 2002 10:11:52 -0600 Reply-To: From: "Darryl Hoar" To: "'Mike Meyer'" Cc: Subject: RE: qmail questions Date: Mon, 18 Feb 2002 09:34:10 -0600 Message-ID: <002501c1b891$b6ccfa60$0701a8c0@darryl> 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.2910.0) In-Reply-To: <15469.39454.478233.365196@guru.mired.org> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 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 Darryl Hoar types: > Greetings, > I am running FreeBSD 4.3. I have installed and configured qmail. > It works just fine. I need to rewrite the from, reply-to ,etc > when my qmail server is unable to deliver a message locally. > > I installed Mess822 from the ports. My question is: How to > configure ofmipd to do the rewrites. I posed my question > a couple of times to the qmail mail list, but got no responses. > > I have read the manpages, but they didn't really enlighten me. > > Anybody doing this? >> As posed, the question can't be answered. Without being told what the >> rewrites are, there's no way to say how to do them. >> >> If the question is really "How do I configure qmail to run ofmipd when >> my qmail server is unable to deliver a message locally?", that's easy. >> You create a /var/qmail/alias/.qmail-default that pipes the message >> through ofmpid, or whatever script/program you need run on the >> mail. All mail that doesn't belong to a real user or one of the other >> things in /var/qmail/alias will be delivered to .qmail-default. >> >> ; Mon, 18 Feb 2002 07:32:04 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16cplo-000DIt-00 for freebsd-questions@FreeBSD.ORG; Mon, 18 Feb 2002 15:32:00 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 99A2613040 for ; Mon, 18 Feb 2002 16:31:59 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 2555A22596; Mon, 18 Feb 2002 16:32:00 +0100 (CET) Date: Mon, 18 Feb 2002 16:32:00 +0100 From: Cliff Sarginson To: 'FBSD' Subject: Re: Dropping to single user Message-ID: <20020218153200.GD863@raggedclown.net> References: <000601c1b88f$ab8f1680$6400a8c0@windows> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <000601c1b88f$ab8f1680$6400a8c0@windows> 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 On Mon, Feb 18, 2002 at 10:19:34AM -0500, Sandro Mancuso wrote: > Hi, not long ago, someone mentioned “dropping to single user” and I was > wondering how. I did get an answer, however I’ve “misplaced” that > reply, so I’m wondering if anyone can refresh my memory… regarding how > to do such a thing without having to reboot after doing make buildworld, > and building/installing the generic kernel (having to do with upgrading > from 4.4 to 4.5stable… etc) > You can do this by typing in "init 1" as the superuser. As someone pointed out though you run a risk with not rebooting into single user, since your new kernel may not boot. With a new userland, and having to reboot the "old" kernel, you run a risk of a problem... So to reboot into single user, when it gets to the 10 second countdown hit something other than return and type "boot -s" at the prompt. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 7:36:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pc1-dale5-0-cust136.not.cable.ntl.com (pc1-dale5-0-cust136.not.cable.ntl.com [80.1.76.136]) by hub.freebsd.org (Postfix) with SMTP id 6DA8C37B402 for ; Mon, 18 Feb 2002 07:36:20 -0800 (PST) Received: (qmail 11655 invoked from network); 18 Feb 2002 15:36:14 -0000 Received: from localhost (HELO matt.thebigchoice.com) (127.0.0.1) by localhost with SMTP; 18 Feb 2002 15:36:14 -0000 Date: Mon, 18 Feb 2002 15:36:14 +0000 From: Matt H To: "dmmcf@uiuc.edu" Cc: mwm-dated-1014449929.13fb95@mired.org, questions@FreeBSD.ORG Subject: Re: Advice sought re MS Office compatibility Message-Id: <20020218153614.34b05e8f.matt@proweb.co.uk> In-Reply-To: <863czylumy.fsf@ness.aae.uiuc.edu> References: <15472.44937.241831.56766@guru.mired.org> <863czylumy.fsf@ness.aae.uiuc.edu> X-Mailer: Sylpheed version 0.7.1 (GTK+ 1.2.10; i386--freebsd4.4) 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 > .. and saving in an old format is (perceived as) too > much hassle. A few more such requests and _I_ will become the > problem, not Word. you could always send them a macro & toolbar to save their work as a different format one click save ( you could even be elaborate and make it save to a central repository with that one button or a toolbar with "email this document to colleagues" button and a bit of html/(vb|java)script to bring up a dialog box etc.etc.etc.etc. if your office has a central document.dot that everyone uses it can be part of that. Word & Office can be told to play nicely if you make a bit of effort, it even get's PHB's going if you incorporate pretty headers. You can replace the save icon & menuitem to save in a different default format. ) M To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 7:40: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 8DA4437B402 for ; Mon, 18 Feb 2002 07:39:57 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16cptO-0007dW-00 for FreeBSD-questions@FreeBSD.org; Mon, 18 Feb 2002 15:39:50 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id BBB2213040 for ; Mon, 18 Feb 2002 16:39:48 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 9377B22590; Mon, 18 Feb 2002 16:39:48 +0100 (CET) Date: Mon, 18 Feb 2002 16:39:48 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: How do I make a suggestion to the kernel bods ? Message-ID: <20020218153948.GA2136@raggedclown.net> 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 Hello, I have a suggestion I want to submit concerning loadable modules. It is not a bug, or a fix, just a suggestion for consideration. Is a PR suitable for this, or a mail to some appropriate list ? -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 7:50:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 5F01C37B416 for ; Mon, 18 Feb 2002 07:50:16 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Mon, 18 Feb 2002 15:48:05 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id <1XK2WQ25>; Mon, 18 Feb 2002 15:48:05 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D02AFD066@MAIL1> From: Mike Dewhirst To: "'art@pilikia.net'" Cc: "'questions@FreeBSD.org'" Subject: RE: cvs and ssh and everything else. Date: Mon, 18 Feb 2002 15:48:38 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1B893.BB15DCC0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1B893.BB15DCC0 Content-Type: text/plain; charset="iso-8859-1" I've done this exactly. I still get the prompt coming up.. Do I need to restart anything? I've tried naming the key file "authorized_keys" and " authorized_keys2"... Any other suggestions? Can I provide any more information for people to be able to understand what the problem is? Thanks very much for the help! > -----Original Message----- > From: Arthur W. Neilson III [mailto:art@pilikia.net] > Sent: 18 February 2002 15:29 > To: Mike Dewhirst > Subject: Re: cvs and ssh and everything else. > > > You need to convert the putty public key to openssh key format. > copy (ftp) the file from your windows box to your ~/.ssh dir > run command ssh-keygen -X -f putty_rsa.pub > putty_rsa.pub.new > then append putty_rsa.pub.new to your ~/etc/.ssh/authorized_keys > or ~/etc/.ssh/authorized_keys2 file depending if you're using ssh1 or > ssh2 ... > > On 2/18/02 at 3:15 PM Mike Dewhirst wrote: > > > >I guess this question is 60% ssh, 20% cvs and 20% putty. > > > >I have been trying (without success) to set-up a cvs > repository over ssh. > > > >I am running freebsd 4.3, openSSH 2.3.0, cvs 1.11. > > > >The problem I'm having is more of an ssh one, since: > > > >I can not get ssh to authenticate using authorized_keys. > > > >I have created a pub/prv key pair using putty, and have > pasted it in to > >authorized_keys. For some reason ssh will not log me in > without asking for > >a > >password. It seems I can not get it to use key authentication. > > > >I know this is maybe even the whole 40% a putty question, > but I'm really > >stuck, so using desparate measures. > > > >Any help will be greatly appreciated. > > > >Many thanks in advance! > > > >Mike > > > >ssh config file: > > > > RSAAuthentication yes > > PasswordAuthentication yes <- left this is to avoid being > locked out! > > > > > >=********************************************************** > > > >If you are not the intended recipient, employee or agent > responsible for > >delivering the message to the intended recipient, you are > hereby notified > >that any dissemination or copying of this communication and its > >attachments is strictly prohibited. > > > >If you have received this communication and its attachments in error, > >please return the original message and attachments to the > sender using the > >reply facility on e-mail. > > > >Internet communications are not secure and therefore the > UCLES Group does > >not accept legal responsibility for the contents of this > message. Any > >views or opinions presented are solely those of the author and do not > >necessarily represent those of the UCLES Group unless otherwise > >specifically stated. > > > >This footnote also confirms that this email message has been swept by > >MIMEsweeper for the presence of computer viruses although > this does not > >guarantee that this email is virus free. > > > >**********************************************************= > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > -- > __ > / ) _/_ It is a capital mistake to theorise before > one has data. > /--/ __ / Insensibly one begins to twist facts to suit theories, > / (_/ (_<__ Instead of theories to suit facts. > -- Sherlock Holmes, "A Scandal in Bohemia" > Arthur W. Neilson III, WH7N - FISTS #7448 > Bank of Hawaii Network Services > http://www.pilikia.net > art@pilikia.net, aneilson@boh.com, wh7n@arrl.net > > =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1B893.BB15DCC0 Content-Type: text/html; charset="iso-8859-1" RE: cvs and ssh and everything else.

I've done this exactly. I still get the prompt coming up..

Do I need to restart anything?

I've tried naming the key file "authorized_keys" and " authorized_keys2"...

Any other suggestions? Can I provide any more information for people to be able to understand what the problem is?

Thanks very much for the help!

> -----Original Message-----
> From: Arthur W. Neilson III [mailto:art@pilikia.net]
> Sent: 18 February 2002 15:29
> To: Mike Dewhirst
> Subject: Re: cvs and ssh and everything else.
>
>
> You need to convert the putty public key to openssh key format.
> copy (ftp) the file from your windows box to your ~/.ssh dir
> run command ssh-keygen -X -f putty_rsa.pub > putty_rsa.pub.new
> then append putty_rsa.pub.new to your ~/etc/.ssh/authorized_keys
> or ~/etc/.ssh/authorized_keys2 file depending if you're using ssh1 or
> ssh2 ...
>
> On 2/18/02 at 3:15 PM Mike Dewhirst wrote:
> >
> >I guess this question is 60% ssh, 20% cvs and 20% putty.
> >
> >I have been trying (without success) to set-up a cvs
> repository over ssh.
> >
> >I am running freebsd 4.3, openSSH 2.3.0, cvs 1.11.
> >
> >The problem I'm having is more of an ssh one, since:
> >
> >I can not get ssh to authenticate using authorized_keys.
> >
> >I have created a pub/prv key pair using putty, and have
> pasted it in to
> >authorized_keys. For some reason ssh will not log me in
> without asking for
> >a
> >password. It seems I can not get it to use key authentication.
> >
> >I know this is maybe even the whole 40% a putty question,
> but I'm really
> >stuck, so using desparate measures.
> >
> >Any help will be greatly appreciated.
> >
> >Many thanks in advance!
> >
> >Mike
> >
> >ssh config file:
> >
> >   RSAAuthentication yes
> >   PasswordAuthentication yes <- left this is to avoid being
> locked out!
> >
> >
> >=**********************************************************
> >
> >If you are not the intended recipient, employee or agent
> responsible for
> >delivering the message to the intended recipient, you are
> hereby notified
> >that any dissemination or copying of this communication and its
> >attachments is strictly prohibited.
> >
> >If you have received this communication and its attachments in error,
> >please return the original message and attachments to the
> sender using the
> >reply facility on e-mail.
> >
> >Internet communications are not secure and therefore the
> UCLES Group does
> >not accept legal responsibility for the contents of this
> message.  Any
> >views or opinions presented are solely those of the author and do not
> >necessarily represent those of the UCLES Group unless otherwise
> >specifically stated.
> >
> >This footnote also confirms that this email message has been swept by
> >MIMEsweeper for the presence of computer viruses although
> this does not
> >guarantee that this email is virus free.
> >
> >**********************************************************=
> >
> >
> >To Unsubscribe: send mail to majordomo@FreeBSD.org
> >with "unsubscribe freebsd-questions" in the body of the message
>
>
> --
>     __
>    /  )    _/_  It is a capital mistake to theorise before
> one has data.
>   /--/ __  /    Insensibly one begins to twist facts to suit theories,
>  /  (_/ (_<__   Instead of theories to suit facts.
>                      -- Sherlock Holmes, "A Scandal in Bohemia"
>  Arthur W. Neilson III, WH7N - FISTS #7448
>  Bank of Hawaii Network Services
http://www.pilikia.net
>  art@pilikia.net, aneilson@boh.com, wh7n@arrl.net
>
>



=**********************************************************

If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited.

If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free.

**********************************************************=
------_=_NextPart_001_01C1B893.BB15DCC0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8: 3:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from i01sv4132.ids1.intelonline.com (i01sv4132-p.ids1.intelonline.com [147.208.166.15]) by hub.freebsd.org (Postfix) with ESMTP id 8D3C337B400 for ; Mon, 18 Feb 2002 08:03:22 -0800 (PST) Received: from i01sv0637 (unverified [10.81.26.22]) by i01sv4132.ids1.intelonline.com (Rockliffe SMTPRA 4.5.4) with SMTP id for ; Mon, 18 Feb 2002 16:03:17 +0000 Message-ID: From: Matthias Bartels To: "questions@freebsd.org" X-Originating-IP: [217.4.67.233] Date: Mon, 18 Feb 2002 17:03:15 +0100 X-MSMail-Priority: Normal X-mailer: AspMail 4.0 4.02 (SMT4DD4B4F) Subject: locale not suppoerted by Xlib Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I installed FreeBSD 4.5 yesterday. I want to use it as a java developement box, thats's why I need eclipse from IBM runnig. Eclipse requires glibc 2.1.3, so I installed linux-base 7.1. Eclipse works fine. But Netscape and Acroread4 doen't start since I installed the new Linux-base package with the following error message: Acroread: locale not supported by Xlib, locale set to C X local modifiers not supported, using default Unable to get charset, using "ISO8859-1". Netscape: navigator-linux-4.79.bin locale 'C' not supported Perhaprs the $XNLSPATH environment variable is not set correctly? I tried several combinations of XNLSPATH add LC_ALL environment variables, but nothing suceeded. Has anybody an idea? Thank you in advance. Matthias Bis zu 200 SMS pro Monat inklusive: der neue Handytarif bei genie unter http://partner.viaginterkom-shop.de:80/v3.fit/15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8: 4: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20109.mail.yahoo.com (web20109.mail.yahoo.com [216.136.226.46]) by hub.freebsd.org (Postfix) with SMTP id 63C7237B405 for ; Mon, 18 Feb 2002 08:03:55 -0800 (PST) Message-ID: <20020218160354.1733.qmail@web20109.mail.yahoo.com> Received: from [24.100.124.207] by web20109.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 08:03:54 PST Date: Mon, 18 Feb 2002 08:03:54 -0800 (PST) From: ann kok Subject: Re: don't understand the message in maillog To: Tony Landells Cc: Matthew Emmerton , edwin@mavetju.org, freebsd-questions@FreeBSD.ORG In-Reply-To: <200202180336.OAA14525@tungsten.austclear.com.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 Hi Tony Thank you for your help I would like to know now how do I prevent someone to use my server? Thank you --- Tony Landells wrote: > I usually find that a line like that is an > indication that sendmail > has rejected the mail--it has a zero size and no > recipients. > > You should actually find that somewhere in the log > shortly before that > line is an entry like: > > Feb 17 04:11:31 email sendmail[24444]: EAA24444: > ruleset=check_mail, arg1=, > relay=[208.254.57.2], reject=..... > > Where the "....." at the end is the rejection code, > and an English > explanation for the rejection. > > The ruleset may also be something different, but the > anti-spam, anti-relay > stuff usually starts with check_ > > Tony > -- > Tony Landells > Senior Network Engineer Ph: +61 3 9677 9319 > Australian Clearing Services Pty Ltd Fax: +61 3 > 9677 9355 > Level 4, Rialto North Tower > 525 Collins Street > Melbourne VIC 3000 > Australia > > __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 18 8: 8:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c002.snv.cp.net (c002-mx006.c002.snv.cp.net [209.228.32.164]) by hub.freebsd.org (Postfix) with SMTP id D4F6F37B402 for ; Mon, 18 Feb 2002 08:08:08 -0800 (PST) Received: (cpmta 28121 invoked from network); 18 Feb 2002 08:08:07 -0800 Received: from 63.233.204.79 (HELO concentric.net) by smtp.peoplepc.com (209.228.32.164) with SMTP; 18 Feb 2002 08:08:07 -0800 X-Sent: 18 Feb 2002 16:08:07 GMT Message-ID: <3C71271A.4016EC39@concentric.net> Date: Mon, 18 Feb 2002 11:08:58 -0500 From: mh X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: mount question 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 an audio cd that has some MPEG files at the end of the disk. I am trying to mount the CD and use xine to view them. When I try to mount the CD with: "mount_cd9660 /dev/acd0c /mnt" I get: "mount_cd9660: /dev/acd0c: Invalid argument." In Linux I can mount -t iso9660 /dev/hdd /mnt and the disk is mounted and I can see the MPEG files. What am I doing wrong? Thanks for any help. Michael Heyes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:13:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ness.aae.uiuc.edu (ness.aae.uiuc.edu [128.174.132.32]) by hub.freebsd.org (Postfix) with ESMTP id BD6C837B402 for ; Mon, 18 Feb 2002 08:13:32 -0800 (PST) Received: (from dmmcf@localhost) by ness.aae.uiuc.edu (8.11.4/8.11.4) id g1IGJsf23602; Mon, 18 Feb 2002 10:19:54 -0600 (CST) (envelope-from dmmcf@uiuc.edu) X-Authentication-Warning: ness.aae.uiuc.edu: dmmcf set sender to dmmcf@uiuc.edu using -f To: Matt H Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility References: <15472.44937.241831.56766@guru.mired.org> <863czylumy.fsf@ness.aae.uiuc.edu> <20020218153614.34b05e8f.matt@proweb.co.uk> From: dmmcf@uiuc.edu (D. Michael McFarland) Date: 18 Feb 2002 10:19:53 -0600 In-Reply-To: <20020218153614.34b05e8f.matt@proweb.co.uk> Message-ID: <86bsemkbiu.fsf@ness.aae.uiuc.edu> Lines: 49 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 Matt H writes: > > .. and saving in an old format is (perceived as) too > > much hassle. A few more such requests and _I_ will become the > > problem, not Word. > > you could always send them a macro & toolbar to save their work as a > different format Which I perceive as too much work...for me. But I'll keep it in mind, in case my strategy of pretending Word doesn't exist does not work out. > Word & Office can be told to play nicely if you make a bit > of effort, You're right. But. Not meaning to rant, but I've made more than a bit of effort. Over the last decade and a half, I've gone from TeX to Word to TeX to FrameMaker to TeX to Word to TeX. I've run on Suns, Macs and PCs, the last under Windows 98 and NT, Linux and FreeBSD. Every non-TeX, non-Unix excursion has been driven by a desire to cooperate with some group of colleagues, has involved a real effort over several months and multiple, non-trivial documents, and has ultimately led to my being immensely frustrated while my friends were none the wiser. "What's McFarland's problem? Everybody else likes ." I'm a little fried on the whole subject. For ten cents, I'd buy one of the new, large-screen iBooks, load up MS Office for OS X, and be fat, dumb and happy. (I've already got at least one of those characteristics down, as it is.) > it even get's PHB's going if you incorporate pretty headers. Er, I'm being dense here, but "PHB's"? > You can replace the save icon & menuitem to save in a different default > format. My first reaction to this was that changing the default behavior of their software, even for only some documents, would not endear me to my colleagues. But this might be the way to make it easy on myself. Thanks for the suggestion. Sorry to chew your ears off. Now I really will pipe down. Best regards, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:16:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f175.law15.hotmail.com [64.4.23.175]) by hub.freebsd.org (Postfix) with ESMTP id C85AF37B402 for ; Mon, 18 Feb 2002 08:16:15 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 08:16:15 -0800 Received: from 170.142.78.217 by lw15fd.law15.hotmail.msn.com with HTTP; Mon, 18 Feb 2002 16:16:15 GMT X-Originating-IP: [170.142.78.217] From: "Zach Barnett" To: questions@FreeBSD.org Subject: Conflicting Desciptions?: 4.4 Stable Text files Date: Mon, 18 Feb 2002 10:16:15 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Feb 2002 16:16:15.0673 (UTC) FILETIME=[970AE290:01C1B897] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To whom it may concern, I'm checking out the lastest branch of 4.4-stable out in: ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/4.4-20020206-STABLE/ When browsing the following text files, I noticed that all have titles referring to the new 4.5-release. ERRATA.txt README.txt INSTALL.txt HARDWARE.txt RELNOTES.txt This is causing a little cognitive dissonance about what is housed in this directory. What should I go by? The directory name itself, or the README files? Any feedback would be greatly appreciated. Thanks, Zach _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:27:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from probsd.ws (ilm25-53-085.ec.rr.com [24.25.53.85]) by hub.freebsd.org (Postfix) with ESMTP id 91F1537B400 for ; Mon, 18 Feb 2002 08:27:23 -0800 (PST) Received: by probsd.ws (8.11.6/8.11.6) id g1IGSNI00277 for freebsd-questions@FreeBSD.ORG; Mon, 18 Feb 2002 11:28:23 -0500 (EST) (envelope-from ms) Message-Id: <200202181628.g1IGSNI00277@probsd.ws> Content-Type: text/plain; charset="iso-8859-1" From: Michael Sharp To: freebsd-questions@FreeBSD.ORG Subject: cvsup on 2/18/02 - Kernel Error Date: Mon, 18 Feb 2002 11:28:23 -0500 X-Mailer: KMail [version 1.3.2] 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 ran cvsup today, and during make buildworld, I got the following error: /usr/src/lib/libstand/bzipfs.c:35: _bzlib.h: No File or Directory anyone else cvsup today and get this, or is it my user error? michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:29:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13408.mail.yahoo.com (web13408.mail.yahoo.com [216.136.175.66]) by hub.freebsd.org (Postfix) with SMTP id 1106437B400 for ; Mon, 18 Feb 2002 08:29:45 -0800 (PST) Message-ID: <20020218162942.92564.qmail@web13408.mail.yahoo.com> Received: from [4.18.79.202] by web13408.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 08:29:41 PST Date: Mon, 18 Feb 2002 08:29:41 -0800 (PST) From: Andrew Gould Subject: Re: Advice sought re MS Office compatibility To: "D. Michael McFarland" , Matt H Cc: questions@freebsd.org In-Reply-To: <86bsemkbiu.fsf@ness.aae.uiuc.edu> 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 --- "D. Michael McFarland" wrote: > I'm a little fried on the whole subject. For ten > cents, I'd buy one > of the new, large-screen iBooks, load up MS Office > for OS X, and be Funny you should mention this....I sent Microsoft a request that they make MS Office for FreeBSD. (I'm supposed to create my database front-ends in MS Access.) I'm not holding my breath; but since MS Office is now available for OS X, I figure a chance for success exists. Best of luck, Andrew Gould __________________________________________________ Do You Yahoo!? Got something to say? Say it better with Yahoo! Video Mail http://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 Feb 18 8:30:48 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 4EE3D37B400 for ; Mon, 18 Feb 2002 08:30:43 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218163043.YTHQ1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 16:30:43 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1IGUg535521; Mon, 18 Feb 2002 08:30:42 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 08:30:42 -0800 From: "Crist J. Clark" To: Zach Barnett Cc: questions@FreeBSD.ORG Subject: Re: Conflicting Desciptions?: 4.4 Stable Text files Message-ID: <20020218083042.D48401@blossom.cjclark.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from zpb@hotmail.com on Mon, Feb 18, 2002 at 10:16:15AM -0600 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 10:16:15AM -0600, Zach Barnett wrote: > To whom it may concern, > > I'm checking out the lastest branch of 4.4-stable out in: > > ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/4.4-20020206-STABLE/ > > When browsing the following text files, I noticed that all have titles > referring to the new 4.5-release. > > ERRATA.txt > README.txt > INSTALL.txt > HARDWARE.txt > RELNOTES.txt > > This is causing a little cognitive dissonance about what is housed in this > directory. What should I go by? The directory name itself, or the README > files? 2002/02/06 is well after the release date of 4.5. But -STABLE is -STABLE by any name. ;) -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 8:32:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 15E2737B404 for ; Mon, 18 Feb 2002 08:32:22 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 51C343C1E8; Mon, 18 Feb 2002 17:40:38 +0000 (GMT) Date: Mon, 18 Feb 2002 17:40:38 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Mike Dewhirst Cc: "'art@pilikia.net'" , "'questions@FreeBSD.org'" Subject: RE: cvs and ssh and everything else. In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D02AFD066@MAIL1> Message-ID: <20020218173918.A74394-100000@uk2.kanda-systems.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 On Mon, 18 Feb 2002, Mike Dewhirst wrote: > I've done this exactly. I still get the prompt coming up.. > > Do I need to restart anything? > > I've tried naming the key file "authorized_keys" and " authorized_keys2"... > > Any other suggestions? Can I provide any more information for people to be > able to understand what the problem is? > > Thanks very much for the help! What are the file permissions like in your ~/.ssh directory? All files should be: 0600 Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:33:55 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 898C137B402 for ; Mon, 18 Feb 2002 08:33:50 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218163350.YVKZ1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 16:33:50 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1IGXnr35531; Mon, 18 Feb 2002 08:33:49 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 08:33:49 -0800 From: "Crist J. Clark" To: david@van.web.za Cc: freebsd-questions@FreeBSD.ORG Subject: Re: boot taking long time Message-ID: <20020218083349.E48401@blossom.cjclark.org> References: <000e01c1b874$56ea5740$0201a8c0@david> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000e01c1b874$56ea5740$0201a8c0@david>; from david@van.web.za on Mon, Feb 18, 2002 at 01:21:19PM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 01:21:19PM +0200, david@van.web.za wrote: > Does anyone know why when i boot my machine it hangs here for about 1 minute. > > ata0: at 0x1f0 irq 14 on atapci0 I _think_ the last time I remember seeing that was a system where the CDROM was the slave on the primary controller. I made the guess that I was waiting for the CDROM to be probed. It was a guess. The delay went away when I did some device swapping (for other reasons) and moved the CDROM to the secondary controller and a HDD into the primary slave spot. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 8:34:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pc1-dale5-0-cust136.not.cable.ntl.com (pc1-dale5-0-cust136.not.cable.ntl.com [80.1.76.136]) by hub.freebsd.org (Postfix) with SMTP id 8E3F437B404 for ; Mon, 18 Feb 2002 08:34:40 -0800 (PST) Received: (qmail 12365 invoked from network); 18 Feb 2002 16:34:31 -0000 Received: from localhost (HELO matt.thebigchoice.com) (127.0.0.1) by localhost with SMTP; 18 Feb 2002 16:34:31 -0000 Date: Mon, 18 Feb 2002 16:34:31 +0000 From: Matt H To: "dmmcf@uiuc.edu" Cc: questions@FreeBSD.ORG Subject: Re: Advice sought re MS Office compatibility Message-Id: <20020218163431.2e35958b.matt@proweb.co.uk> In-Reply-To: <86bsemkbiu.fsf@ness.aae.uiuc.edu> References: <15472.44937.241831.56766@guru.mired.org> <863czylumy.fsf@ness.aae.uiuc.edu> <20020218153614.34b05e8f.matt@proweb.co.uk> <86bsemkbiu.fsf@ness.aae.uiuc.edu> X-Mailer: Sylpheed version 0.7.1 (GTK+ 1.2.10; i386--freebsd4.4) 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 > > Word & Office can be told to play nicely if you make a bit > > of effort, > > You're right. But. > > Not meaning to rant, but I've made more than a bit of effort. yes, sorry I meant "one" when I said "you" really more for the benefit anyone else who has a bit more control phb - Pointy Headed Boss http://www.dilbert.com/comics/dilbert/the_characters/index.html if you can't beat them join them of course Kword does a good job matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:35:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.34]) by hub.freebsd.org (Postfix) with ESMTP id A181037B402 for ; Mon, 18 Feb 2002 08:35:16 -0800 (PST) Received: from f0e3u5 (D5E0D531.kabel.telenet.be [213.224.213.49]) by tartarus.telenet-ops.be (Postfix) with SMTP id 8F493218400 for ; Mon, 18 Feb 2002 17:35:15 +0100 (CET) Message-ID: <000f01c1b89a$59104f40$3201a8c0@pandora.be> From: "a064983" To: Subject: use the subject: DHCP or static? Date: Mon, 18 Feb 2002 17:35:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Message: Hi, I have been trying to install FreeBSD for the first time and am having some difficulties setting up my cable connection. I have a Linksys ethernetfast dsl/cable router which is setup for DHCP. My windows machine is connected to it as a DHCP client and seems to work fine. What I would like to do is connect my FreeBSD box not as a DHCP client but assign a "static" ip such as 192.168.1.5 which the router allows you to do. So in rc.conf I have: ifconfig_vr0 = "inet 192.168.1.5 netmask 255.255.255.0" defaultrouter = "192.168.1.1" This is same setup a friend of mine in the US--I'm from Belgium--has and it works fine (though he runs his own nameserver.) The problem I'm having is that I'm getting host lookup failures. If I look in my router's status I can see that it has found two nameservers. Do these need to be in resolv.conf as well or should lookups simply be passed to the router which will forward them apprpriately? Finally, what should I specify as a hostname in rc.conf with a DHCP connection and how should this appear in /etc/hosts? Thanks for you help, Eddy Houthuys To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:49:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id C96E637B400 for ; Mon, 18 Feb 2002 08:49:25 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id ; Mon, 18 Feb 2002 16:46:52 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id <1XK2WQ7Q>; Mon, 18 Feb 2002 16:46:51 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D02AFD067@MAIL1> From: Mike Dewhirst To: "'jason+freebsd@kanda.com'" Cc: "'questions@FreeBSD.ORG'" Subject: ssh public key authentication (through putty) Date: Mon, 18 Feb 2002 16:47:24 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1B89B.F0C5EFB0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1B89B.F0C5EFB0 Content-Type: text/plain; charset="iso-8859-1" it was 611, changed it to 600, no result. Some specific questions: 1. what should the name of the keys file be if I'm using OpenSSH 2.3.0? 2. do I need anything else in the "config" file in my .ssh dir, on top of "RSAAuthentication yes" and "PasswordAuthentication yes"? 3. I am specifying a user under putty's Connection-->Auto-login username option, is this the right thing to do? 4. Does it matter that the client is behind a firewall? I've been battling with this for about a month now, any help will be greatly appreciated. Mike . =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1B89B.F0C5EFB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable ssh public key authentication (through putty)

it was 611, changed it to 600, no result.

Some specific questions:

1. what should the name of the keys file be if I'm using = OpenSSH 2.3.0?
2. do I need anything else in the "config" fil= e in my .ssh dir, on top of "RSAAuthentication yes" and "Pas= swordAuthentication yes"?

3. I am specifying a user under putty's Connection-->A= uto-login username option, is this the right thing to do?
4. Does it matter that the client is behind a firewall?<= /FONT>

I've been battling with this for about a month now, any h= elp will be greatly appreciated.

Mike


.



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1B89B.F0C5EFB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:51:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe36.law10.hotmail.com [64.4.14.93]) by hub.freebsd.org (Postfix) with ESMTP id 5F50A37B404 for ; Mon, 18 Feb 2002 08:51:44 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 08:51:44 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'FBSD'" Subject: Stupid question: done cvsup, all the upgrade stuff... make this, make that... still says I'm on fbsd4.4 Date: Mon, 18 Feb 2002 11:52:14 -0500 Message-ID: <001601c1b89c$9e0ebee0$6400a8c0@windows> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 18 Feb 2002 16:51:44.0253 (UTC) FILETIME=[8BC66AD0:01C1B89C] Sender: owner-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 my output of uname -a: bash-2.05$ uname -a FreeBSD 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Feb 18 09:35:35 EST 2002 root@IRCDBOX.videotron.ca:/usr/obj/usr/src/sys/GENERIC i386 If everything is ok, please forgive my ignorance. If not... what did I do wrong? Here's what I did: Ran out of room on my 1.2 gig drive.. so I grabbed an old 4 gig I had lying around... Installed 4.4 from a cd Cvsup'd from cvsup.ca.freebsd.org Make buildworld Make buildkernel kernelconf=generic Make installkernel kernelconf=generic Rebooted into single user Mount -a Copied /etc to /usr/home/liquid/etc.old make installworld mergemaster (though it didn't ask me a thing.. just went about its thing) rebooted Also, not nearly as important (for me, right now): Feb 18 11:45:35 sshd[187]: error: Bind to port 22 on :: failed: Address already in use. Feb 18 11:45:35 sshd[187]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use. Feb 18 11:45:35 sshd[187]: fatal: Cannot bind any address. Is sshd starting too soon? Once I'm logged in, I do in fact have an IP assigned. Furthermore, because I always feel the need to experiment, I installed openssh2.9 from the ports... is that message because I now have 2 sshd's running? (the one installed, and the one I installed.. I haven't bothered trying to turn either off yet) TIA Sandro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 8:58:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13406.mail.yahoo.com (web13406.mail.yahoo.com [216.136.175.64]) by hub.freebsd.org (Postfix) with SMTP id 837DE37B400 for ; Mon, 18 Feb 2002 08:58:43 -0800 (PST) Message-ID: <20020218165841.93595.qmail@web13406.mail.yahoo.com> Received: from [4.18.79.202] by web13406.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 08:58:41 PST Date: Mon, 18 Feb 2002 08:58:41 -0800 (PST) From: Andrew Gould Subject: Re: Stupid question: done cvsup, all the upgrade stuff... make this, make that... still says I'm on fbsd4.4 To: Sandro Mancuso , 'FBSD' In-Reply-To: <001601c1b89c$9e0ebee0$6400a8c0@windows> 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 using /stand/sysinstall to reconfigure your network interfaces. I had to do this after I let (yes, my fault) mergemaster overwrite my configuration files. Best of luck, Andrew Gould --- Sandro Mancuso wrote: > this is my output of uname -a: > > bash-2.05$ uname -a > FreeBSD 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Feb > 18 09:35:35 EST > 2002 > root@IRCDBOX.videotron.ca:/usr/obj/usr/src/sys/GENERIC > i386 > > > If everything is ok, please forgive my ignorance. > > If not... what did I do wrong? Here's what I did: > > Ran out of room on my 1.2 gig drive.. so I grabbed > an old 4 gig I had > lying around... > Installed 4.4 from a cd > Cvsup'd from cvsup.ca.freebsd.org > Make buildworld > Make buildkernel kernelconf=generic > Make installkernel kernelconf=generic > Rebooted into single user > Mount -a > Copied /etc to /usr/home/liquid/etc.old > make installworld > mergemaster (though it didn't ask me a thing.. just > went about its > thing) > rebooted > > Also, not nearly as important (for me, right now): > > Feb 18 11:45:35 sshd[187]: error: Bind to port 22 > on :: failed: Address > already in use. > Feb 18 11:45:35 sshd[187]: error: Bind to port 22 > on 0.0.0.0 failed: > Address already in use. > Feb 18 11:45:35 sshd[187]: fatal: Cannot bind any > address. > > Is sshd starting too soon? Once I'm logged in, I do > in fact have an IP > assigned. Furthermore, because I always feel the > need to experiment, I > installed openssh2.9 from the ports... is that > message because I now > have 2 sshd's running? (the one installed, and the > one I installed.. I > haven't bothered trying to turn either off yet) > > > TIA > > Sandro > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 18 9: 3:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 3991937B400 for ; Mon, 18 Feb 2002 09:03:27 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218170326.NWC2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 17:03:26 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1IH3Ps35892; Mon, 18 Feb 2002 09:03:25 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 09:03:25 -0800 From: "Crist J. Clark" To: Sandro Mancuso Cc: "'FBSD'" Subject: Re: Stupid question: done cvsup, all the upgrade stuff... make this, make that... still says I'm on fbsd4.4 Message-ID: <20020218090325.F48401@blossom.cjclark.org> References: <001601c1b89c$9e0ebee0$6400a8c0@windows> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001601c1b89c$9e0ebee0$6400a8c0@windows>; from sandromancuso@hotmail.com on Mon, Feb 18, 2002 at 11:52:14AM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 11:52:14AM -0500, Sandro Mancuso wrote: > this is my output of uname -a: > > bash-2.05$ uname -a > FreeBSD 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Feb 18 09:35:35 EST > 2002 root@IRCDBOX.videotron.ca:/usr/obj/usr/src/sys/GENERIC i386 > > > If everything is ok, please forgive my ignorance. > > If not... what did I do wrong? Here's what I did: > > Ran out of room on my 1.2 gig drive.. so I grabbed an old 4 gig I had > lying around... > Installed 4.4 from a cd > Cvsup'd from cvsup.ca.freebsd.org > Make buildworld > Make buildkernel kernelconf=generic > Make installkernel kernelconf=generic > Rebooted into single user > Mount -a > Copied /etc to /usr/home/liquid/etc.old > make installworld > mergemaster (though it didn't ask me a thing.. just went about its > thing) > rebooted Is there a question somewhere? Is something wrong? > Also, not nearly as important (for me, right now): > > Feb 18 11:45:35 sshd[187]: error: Bind to port 22 on :: failed: Address > already in use. > Feb 18 11:45:35 sshd[187]: error: Bind to port 22 on 0.0.0.0 failed: > Address already in use. > Feb 18 11:45:35 sshd[187]: fatal: Cannot bind any address. > > Is sshd starting too soon? Once I'm logged in, I do in fact have an IP > assigned. Furthermore, because I always feel the need to experiment, I > installed openssh2.9 from the ports... is that message because I now > have 2 sshd's running? (the one installed, and the one I installed.. I > haven't bothered trying to turn either off yet) Yes, you are trying to run two OpenSSH's, the one in the base system and the one you installed from ports. The one from ports is failing since it would be started second. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 9: 6:32 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 72E4037B400 for ; Mon, 18 Feb 2002 09:06:30 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218170625.ZRVA1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 17:06:25 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1IH6Of35925; Mon, 18 Feb 2002 09:06:24 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 09:06:24 -0800 From: "Crist J. Clark" To: mh Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mount question Message-ID: <20020218090624.G48401@blossom.cjclark.org> References: <3C71271A.4016EC39@concentric.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C71271A.4016EC39@concentric.net>; from mheyes@concentric.net on Mon, Feb 18, 2002 at 11:08:58AM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 11:08:58AM -0500, mh wrote: > I have an audio cd that has some MPEG files at the end of the disk. I am > trying to mount the CD and use xine to view them. When I try to mount > the CD with: "mount_cd9660 /dev/acd0c /mnt" I get: "mount_cd9660: > /dev/acd0c: Invalid argument." > > In Linux I can mount -t iso9660 /dev/hdd /mnt and the disk is mounted > and I can see the MPEG files. > > What am I doing wrong? Thanks for any help. Audio CDs are not ISO-9660 format. You cannot mount them. Off the top of my head, I'm not sure what tool in the base system you could use to read a raw track off of a data CD. I don't think cdcontrol(1) will do that, and I don't think dd(1) will work with track devices. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 9:13:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out019.verizon.net (out019pub.verizon.net [206.46.170.98]) by hub.freebsd.org (Postfix) with ESMTP id 9CDC037B400 for ; Mon, 18 Feb 2002 09:13:50 -0800 (PST) Received: from oemcomputer ([63.23.204.225]) by out019.verizon.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020218171349.ILMS379.out019.verizon.net@oemcomputer> for ; Mon, 18 Feb 2002 11:13:49 -0600 Message-ID: <000701c1b89f$86671d20$e1cc173f@oemcomputer> From: "Garret R Spears" To: Subject: Ethernet sis driver Date: Mon, 18 Feb 2002 09:13:00 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 am having trouble with release 4.0, i386, setting up my Netgear FA311/FA312 network card. I have determined that I need the sis(4) driver but 'am having trouble connecting with it thru sysinstall or any other means that i am aware of. When I do either MAKEDEV sis0 or MAKEDEV local sis0 I get "sis0 - no such device name". Where did I go wrong? And how do I fix it? My suspicion is that during installation I collapsed all networking to get rid of conflicts and as a result eliminated the SIS 900/7016 capability. Help, newbie, Garret To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 9:14:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id C5E2337B41A for ; Mon, 18 Feb 2002 09:14:09 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 500) id 47FE6EDBB16; Mon, 18 Feb 2002 12:15:09 -0500 (EST) Date: Mon, 18 Feb 2002 12:15:09 -0500 From: "Johnny B ." To: questions@freebsd.org Subject: [Re: Advice sought re MS Office compatibility] Message-ID: <20020218121509.A1556@janeway.vonbek.dhs.org> Reply-To: "Johnny B ." 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 >if you can't beat them join them of course > >Kword does a good job FWIW, I've been runnin Applixware for a long time now (~4 years) and the newest version (Anywhere2) seems to work perfectly with Office2k docs and xls's. Pretty lightweight, should work fine under Linux binary emulation. I plan on trying it out this week. JB +--------------------------------- | John Bleichert | syborg@stny.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 9:14:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.the-i-pa.com (mail.the-i-pa.com [151.201.71.132]) by hub.freebsd.org (Postfix) with SMTP id 193B437B429 for ; Mon, 18 Feb 2002 09:14:33 -0800 (PST) Received: (qmail 69226 invoked from network); 18 Feb 2002 17:21:02 -0000 Received: from unknown (HELO proxy.pt.com) (151.201.71.209) by mail.the-i-pa.com with SMTP; 18 Feb 2002 17:21:02 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Bill Moran Organization: Potential Technology To: "a064983" , Subject: Re: use the subject: DHCP or static? Date: Mon, 18 Feb 2002 11:42:11 -0500 X-Mailer: KMail [version 1.2] References: <000f01c1b89a$59104f40$3201a8c0@pandora.be> In-Reply-To: <000f01c1b89a$59104f40$3201a8c0@pandora.be> MIME-Version: 1.0 Message-Id: <02021811421106.01558@proxy.pt.com> 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 Monday 18 February 2002 11:35, a064983 wrote: > I have been trying to install FreeBSD for the first time and am having > some difficulties setting up my cable connection. I have a Linksys > ethernetfast dsl/cable router which is setup for DHCP. My windows > machine is connected to it as a DHCP client and seems to work fine. > > What I would like to do is connect my FreeBSD box not as a DHCP client > but assign a "static" ip such as 192.168.1.5 which the router allows you > to do. So in rc.conf I have: > > ifconfig_vr0 = "inet 192.168.1.5 netmask 255.255.255.0" > defaultrouter = "192.168.1.1" > > > This is same setup a friend of mine in the US--I'm from Belgium--has and > it works fine (though he runs his own nameserver.) > > The problem I'm having is that I'm getting host lookup failures. If I > look in my router's status I can see that it has found two nameservers. > Do these need to be in resolv.conf as well or should lookups simply be > passed to the router which will forward them apprpriately? I'm guessing that you need to put those nameservers in /etc/resolv.conf It's possible for the "router" to take care of all that automagically, but I seriously doubt if it does. > Finally, what should I specify as a hostname in rc.conf with a DHCP > connection and how should this appear in /etc/hosts? Generally, I just make stuff up for a hostname. With your setup you can even leave it out and FreeBSD will assign itself the name "amnesiac" (which is somewhat humorious) Unless you plan to use the hostname to access your machine (perhaps other computers in your home) or you have someone with an Internet DNS server who's going to list your computer (which isn't generally a good idea with DHCP) then it doesn't make much difference what you call your comptuer. One exception to that (that I know of), if you want to install MySQL, you need to have a hostname that exists in /etc/hosts for the local machine. It doesn't matter what that name is, just so long as it resolves to 127.0.0.1 Otherwise, MySQL will refuse to install. -- Bill Moran Potential Technology technical services 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 Feb 18 9:17:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13408.mail.yahoo.com (web13408.mail.yahoo.com [216.136.175.66]) by hub.freebsd.org (Postfix) with SMTP id 068FC37B400 for ; Mon, 18 Feb 2002 09:17:31 -0800 (PST) Message-ID: <20020218171729.8115.qmail@web13408.mail.yahoo.com> Received: from [4.18.79.202] by web13408.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 09:17:29 PST Date: Mon, 18 Feb 2002 09:17:29 -0800 (PST) From: Andrew Gould Subject: Re: [Re: Advice sought re MS Office compatibility] To: "Johnny B ." , questions@freebsd.org In-Reply-To: <20020218121509.A1556@janeway.vonbek.dhs.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 --- "Johnny B ." wrote: > > >if you can't beat them join them of course > > > >Kword does a good job > > FWIW, I've been runnin Applixware for a long time > now (~4 years) and > the newest version (Anywhere2) seems to work > perfectly with Office2k > docs and xls's. Pretty lightweight, should work fine > under Linux > binary emulation. I plan on trying it out this week. > > JB Please let us know how it goes. Thanks, Andrew Gould __________________________________________________ Do You Yahoo!? Got something to say? Say it better with Yahoo! Video Mail http://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 Feb 18 9:24:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c3po.lpl.arizona.edu (c3po.LPL.Arizona.EDU [128.196.64.189]) by hub.freebsd.org (Postfix) with ESMTP id 2661A37B416 for ; Mon, 18 Feb 2002 09:24:46 -0800 (PST) Received: from localhost (jbarnes@localhost) by c3po.lpl.arizona.edu (8.11.6/8.9.3) with ESMTP id g1IHOjZ69412; Mon, 18 Feb 2002 10:24:45 -0700 (MST) (envelope-from jbarnes@c3po.lpl.arizona.edu) Date: Mon, 18 Feb 2002 10:24:45 -0700 (MST) From: Jason Barnes To: questions@freebsd.org Cc: Wayne Barnes , Subject: talkd under FreeBSD4.5 Message-ID: <20020218101237.L69356-100000@c3po.lpl.arizona.edu> 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 recently cvsupped to 4.5-RELEASE, and since I made world the talk daemon (ntalkd) no longer seems to function. I run, as root: /usr/libexec/ntalkd and then in /var/log/messages appears: Feb 18 10:10:58 c3po talkd[69344]: recv: Socket operation on non-socket Feb 18 10:11:18 c3po last message repeated 83678 times When I killed inetd and restarted it, I get this error when I try to initiate a talk session: ############################################# # Ytalk Error # # # # No talk daemon on c3po.lpl.arizona.edu # # # ############################################# I checked and verified that talkd was indeed specifically mentioned in inetd.conf: ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd Does anyone have any ideas as to how to resuscitate the talk daemon? Thanks! - Jason Barnes **** Jason Wayne Barnes **** -- "Active on the internet." **** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 9:26:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by hub.freebsd.org (Postfix) with ESMTP id 3CBDF37B404 for ; Mon, 18 Feb 2002 09:26:48 -0800 (PST) Received: by janeway.vonbek.dhs.org (Postfix, from userid 500) id 1DF57EDBB16; Mon, 18 Feb 2002 12:27:48 -0500 (EST) Date: Mon, 18 Feb 2002 12:27:48 -0500 From: "Johnny B ." To: questions@FreeBSD.org Subject: Re: [Re: Advice sought re MS Office compatibility] Message-ID: <20020218122748.B1556@janeway.vonbek.dhs.org> Reply-To: "Johnny B ." References: <20020218121509.A1556@janeway.vonbek.dhs.org> <20020218171729.8115.qmail@web13408.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020218171729.8115.qmail@web13408.mail.yahoo.com>; from andrewgould@yahoo.com on Mon, Feb 18, 2002 at 09:17:29AM -0800 Sender: owner-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'll let everybody know. It may take a few days as I hafta figure out the binary emulation bit first. Also, why doesnt a reply to one of these messages reply to the mailing list and not the author of the specific post? On Mon, Feb 18, 2002 at 09:17:29AM -0800, Andrew Gould wrote: > --- "Johnny B ." wrote: > > > > >if you can't beat them join them of course > > > > > >Kword does a good job > > > > FWIW, I've been runnin Applixware for a long time > > now (~4 years) and > > the newest version (Anywhere2) seems to work > > perfectly with Office2k > > docs and xls's. Pretty lightweight, should work fine > > under Linux > > binary emulation. I plan on trying it out this week. > > > > JB > > Please let us know how it goes. > > Thanks, > > Andrew Gould > > > __________________________________________________ > Do You Yahoo!? > Got something to say? Say it better with Yahoo! Video Mail > http://mail.yahoo.com +--------------------------------- | John Bleichert | syborg@stny.rr.com | http://vonbek.dhs.org/latest.jpg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 9:30:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13408.mail.yahoo.com (web13408.mail.yahoo.com [216.136.175.66]) by hub.freebsd.org (Postfix) with SMTP id DFDCD37B400 for ; Mon, 18 Feb 2002 09:30:55 -0800 (PST) Message-ID: <20020218173055.12406.qmail@web13408.mail.yahoo.com> Received: from [4.18.79.202] by web13408.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 09:30:55 PST Date: Mon, 18 Feb 2002 09:30:55 -0800 (PST) From: Andrew Gould Subject: Re: [Re: Advice sought re MS Office compatibility] To: "Johnny B ." , questions@FreeBSD.org In-Reply-To: <20020218122748.B1556@janeway.vonbek.dhs.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 A "Reply To All" will also send the message to the list. Andrew Gould --- "Johnny B ." wrote: > Ok - I'll let everybody know. It may take a few days > as I hafta figure > out the binary emulation bit first. > > Also, why doesnt a reply to one of these messages > reply to the mailing > list and not the author of the specific post? > > On Mon, Feb 18, 2002 at 09:17:29AM -0800, Andrew > Gould wrote: > > --- "Johnny B ." wrote: > > > > > > >if you can't beat them join them of course > > > > > > > >Kword does a good job > > > > > > FWIW, I've been runnin Applixware for a long > time > > > now (~4 years) and > > > the newest version (Anywhere2) seems to work > > > perfectly with Office2k > > > docs and xls's. Pretty lightweight, should work > fine > > > under Linux > > > binary emulation. I plan on trying it out this > week. > > > > > > JB > > > > Please let us know how it goes. > > > > Thanks, > > > > Andrew Gould > > > > > > __________________________________________________ > > Do You Yahoo!? > > Got something to say? Say it better with Yahoo! > Video Mail > > http://mail.yahoo.com > > +--------------------------------- > | John Bleichert > | syborg@stny.rr.com > | http://vonbek.dhs.org/latest.jpg > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Got something to say? Say it better with Yahoo! Video Mail http://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 Feb 18 9:41:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe29.law10.hotmail.com [64.4.14.86]) by hub.freebsd.org (Postfix) with ESMTP id 0C61037B400; Mon, 18 Feb 2002 09:41:21 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 09:41:20 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'Crist J. Clark'" Cc: "'FBSD'" Subject: RE: Stupid question: done cvsup, all the upgrade stuff... make this, make that... still says I'm on fbsd4.4 Date: Mon, 18 Feb 2002 12:41:51 -0500 Message-ID: <001c01c1b8a3$8c6c1c80$6400a8c0@windows> 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: <20020218090325.F48401@blossom.cjclark.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 18 Feb 2002 17:41:20.0970 (UTC) FILETIME=[7A0962A0:01C1B8A3] Sender: owner-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 Crist J. Clark > Sent: February 18, 2002 12:03 PM > To: Sandro Mancuso > Cc: 'FBSD' > Subject: Re: Stupid question: done cvsup, all the upgrade stuff... > make this, make that... still says I'm on fbsd4.4 > > On Mon, Feb 18, 2002 at 11:52:14AM -0500, Sandro Mancuso wrote: > > this is my output of uname -a: > > > > bash-2.05$ uname -a > > FreeBSD 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Feb 18 09:35:35 > EST > > 2002 root@IRCDBOX.videotron.ca:/usr/obj/usr/src/sys/GENERIC > i386 > > > > > > If everything is ok, please forgive my ignorance. > > > > If not... what did I do wrong? Here's what I did: > > > > Ran out of room on my 1.2 gig drive.. so I grabbed an old 4 gig I > had > > lying around... > > Installed 4.4 from a cd > > Cvsup'd from cvsup.ca.freebsd.org > > Make buildworld > > Make buildkernel kernelconf=generic > > Make installkernel kernelconf=generic > > Rebooted into single user > > Mount -a > > Copied /etc to /usr/home/liquid/etc.old > > make installworld > > mergemaster (though it didn't ask me a thing.. just went about its > > thing) > > rebooted > > Is there a question somewhere? Is something wrong? [SM] Upon close inspection of the message, one will notice that the output of uname -a says I'm running freebsd 4.4... AFTER using cvsup to update to (unless I've misunderstood how that entire concept works) 4.5.. or at least if it was 4.4 stable or something. Therein lies my problem. My question was simply if it was normal to still say its freebsd 4.4, or.. if somewhere, I did something wrong, or if the upgrade is still incomplete.. or something *snipped* -Sandro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 9:53: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id CB2FC37B417 for ; Mon, 18 Feb 2002 09:52:53 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218175253.CWJR1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 17:52:53 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1IHqrx36311; Mon, 18 Feb 2002 09:52:53 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 09:52:53 -0800 From: "Crist J. Clark" To: Sandro Mancuso Cc: "'FBSD'" Subject: Re: Stupid question: done cvsup, all the upgrade stuff... make this, make that... still says I'm on fbsd4.4 Message-ID: <20020218095253.I48401@blossom.cjclark.org> References: <20020218090325.F48401@blossom.cjclark.org> <001c01c1b8a3$8c6c1c80$6400a8c0@windows> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001c01c1b8a3$8c6c1c80$6400a8c0@windows>; from sandromancuso@hotmail.com on Mon, Feb 18, 2002 at 12:41:51PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 12:41:51PM -0500, Sandro Mancuso wrote: [snip] > Upon close inspection of the message, one will notice that the output of > uname -a says I'm running freebsd 4.4... AFTER using cvsup to update to > (unless I've misunderstood how that entire concept works) 4.5.. or at > least if it was 4.4 stable or something. > > > Therein lies my problem. My question was simply if it was normal to > still say its freebsd 4.4, or.. if somewhere, I did something wrong, or > if the upgrade is still incomplete.. or something No, that's not right then. A few possibilities, What does your supfile look like? Did you cvsup to the correct branch? Did you install the source from the CDROM? Did you build from the correct directory (i.e. do you have 4.4-RELEASE source in one place and 4.5-STABLE in another on you system)? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 9:54:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 06EE237B402 for ; Mon, 18 Feb 2002 09:54:48 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218175447.YICS2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 17:54:47 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1IHsZ536325; Mon, 18 Feb 2002 09:54:35 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 09:54:35 -0800 From: "Crist J. Clark" To: Jason Barnes Cc: questions@FreeBSD.ORG, Wayne Barnes , rbeyer@lpl.arizona.edu Subject: Re: talkd under FreeBSD4.5 Message-ID: <20020218095435.J48401@blossom.cjclark.org> References: <20020218101237.L69356-100000@c3po.lpl.arizona.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020218101237.L69356-100000@c3po.lpl.arizona.edu>; from jbarnes@c3po.lpl.arizona.edu on Mon, Feb 18, 2002 at 10:24:45AM -0700 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 10:24:45AM -0700, Jason Barnes wrote: > > I recently cvsupped to 4.5-RELEASE, and since I made world the > talk daemon (ntalkd) no longer seems to function. I run, as root: > > /usr/libexec/ntalkd > > and then in /var/log/messages appears: > > Feb 18 10:10:58 c3po talkd[69344]: recv: Socket operation on non-socket > Feb 18 10:11:18 c3po last message repeated 83678 times > > When I killed inetd and restarted it, I get this error when I try to > initiate a talk session: > > ############################################# > # Ytalk Error # > # # > # No talk daemon on c3po.lpl.arizona.edu # > # # > ############################################# > > I checked and verified that talkd was indeed specifically mentioned in > inetd.conf: > > ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd > > Does anyone have any ideas as to how to resuscitate the talk daemon? > Thanks! You don't need to/shouldn't run talkd(8) as root. What does, $ netstat -an -p udp Show when inetd(8) is supposed to be listening for talk(1) connections? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 9:57: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.the-i-pa.com (mail.the-i-pa.com [151.201.71.132]) by hub.freebsd.org (Postfix) with SMTP id 79A0B37B400 for ; Mon, 18 Feb 2002 09:57:00 -0800 (PST) Received: (qmail 69563 invoked from network); 18 Feb 2002 18:03:35 -0000 Received: from unknown (HELO proxy.pt.com) (151.201.71.209) by mail.the-i-pa.com with SMTP; 18 Feb 2002 18:03:35 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Bill Moran Organization: Potential Technology To: "Sandro Mancuso" Subject: Re: Stupid question: done cvsup, all the upgrade stuff... make this, make that... still says I'm on fbsd4.4 Date: Mon, 18 Feb 2002 12:24:43 -0500 X-Mailer: KMail [version 1.2] Cc: "'FBSD'" References: <001c01c1b8a3$8c6c1c80$6400a8c0@windows> In-Reply-To: <001c01c1b8a3$8c6c1c80$6400a8c0@windows> MIME-Version: 1.0 Message-Id: <02021812244307.01558@proxy.pt.com> 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 Monday 18 February 2002 12:41, Sandro Mancuso wrote: > > On Mon, Feb 18, 2002 at 11:52:14AM -0500, Sandro Mancuso wrote: > > > this is my output of uname -a: > > > > > > bash-2.05$ uname -a > > > FreeBSD 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Mon Feb 18 09:35:35 > > > > EST > > > > > 2002 root@IRCDBOX.videotron.ca:/usr/obj/usr/src/sys/GENERIC > > > > i386 > > > > > If everything is ok, please forgive my ignorance. > > > > > > If not... what did I do wrong? Here's what I did: > > > > > > Ran out of room on my 1.2 gig drive.. so I grabbed an old 4 gig I > > > > had > > > > > lying around... > > > Installed 4.4 from a cd > > > Cvsup'd from cvsup.ca.freebsd.org > > > Make buildworld > > > Make buildkernel kernelconf=generic > > > Make installkernel kernelconf=generic > > > Rebooted into single user > > > Mount -a > > > Copied /etc to /usr/home/liquid/etc.old > > > make installworld > > > mergemaster (though it didn't ask me a thing.. just went about its > > > thing) > > > rebooted > > > > Is there a question somewhere? Is something wrong? > > [SM] > Upon close inspection of the message, one will notice that the output of > uname -a says I'm running freebsd 4.4... AFTER using cvsup to update to > (unless I've misunderstood how that entire concept works) 4.5.. or at > least if it was 4.4 stable or something. > > Therein lies my problem. My question was simply if it was normal to > still say its freebsd 4.4, or.. if somewhere, I did something wrong, or > if the upgrade is still incomplete.. or something It should say 4.5. Did you mount the new drive properly (i.e. have you verified that you are building the same sources that you CVSUPed)? In general, I would carefully look for user error here first. * Make sure your supfile says RELENG_4 and not RELENG_4_4 * Ensure that the cvsup process completed successfully * Make sure each of the various "make" processes completed properly etc, etc You may also want to make sure you're not using a mirror site that's completely out of date. I don't know of any mirrors that are that far out of date, but it's a possibility. -- Bill Moran Potential Technology technical services 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 Feb 18 10: 8:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe10.pav2.hotmail.com [64.4.36.114]) by hub.freebsd.org (Postfix) with ESMTP id A338A37B404 for ; Mon, 18 Feb 2002 10:08:01 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 10:08:01 -0800 X-Originating-IP: [66.32.76.82] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: Cannon S300 Date: Mon, 18 Feb 2002 13:08:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0038_01C1B87D.4ECE24C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 18 Feb 2002 18:08:01.0426 (UTC) FILETIME=[33FB9720:01C1B8A7] Sender: owner-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_0038_01C1B87D.4ECE24C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to setup a canon S300 printer. I don't think that usb is = setup correctly. usbd says no usb host controllers found.=20 I have pnm2ppa and my /etc/printcap is: lp|ascii|unix:\ :lp=3D/dev/ulpt0:\ :sd=3D/var/spool/lpd:\ :if=3D/usr/local/bin/asciippafilter:\ :mx#0:\ :sh: ps:\ :lp=3D/dev/ulpt0:\ :sd=3D/var/spool/ps:\ :if=3D/usr/local/bin/ppafilter:\ :mx#0:\ :sh: ------=_NextPart_000_0038_01C1B87D.4ECE24C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am trying to setup a canon S300 = printer.  I=20 don't think that usb is setup correctly.  usbd says no usb host = controllers=20 found.
 
I have pnm2ppa and my = /etc/printcap=20 is:
 
lp|ascii|unix:\
       =20 :lp=3D/dev/ulpt0:\
       =20 :sd=3D/var/spool/lpd:\
       =20 :if=3D/usr/local/bin/asciippafilter:\
     &n= bsp; =20 :mx#0:\
        :sh:
 
ps:\
       =20 :lp=3D/dev/ulpt0:\
       =20 :sd=3D/var/spool/ps:\
       =20 :if=3D/usr/local/bin/ppafilter:\
      &= nbsp;=20 :mx#0:\
        :sh:
 
 
------=_NextPart_000_0038_01C1B87D.4ECE24C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 10:19:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.the-i-pa.com (mail.the-i-pa.com [151.201.71.132]) by hub.freebsd.org (Postfix) with SMTP id 1580A37B404 for ; Mon, 18 Feb 2002 10:19:08 -0800 (PST) Received: (qmail 69751 invoked from network); 18 Feb 2002 18:25:43 -0000 Received: from unknown (HELO proxy.pt.com) (151.201.71.209) by mail.the-i-pa.com with SMTP; 18 Feb 2002 18:25:43 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Bill Moran Organization: Potential Technology To: "Jeff Jeter" , "FreeBSD Questions" Subject: Re: Cannon S300 Date: Mon, 18 Feb 2002 12:46:52 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <02021812465209.01558@proxy.pt.com> 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 Monday 18 February 2002 13:08, Jeff Jeter wrote: > I am trying to setup a canon S300 printer. I don't think that usb is setup > correctly. usbd says no usb host controllers found. I'm assuming that you mean by this that the printer is using USB? Check your BIOS to make sure USB is enabled properly in the BIOS, then check the hardware lists to make sure your host controller is supported by FreeBSD > I have pnm2ppa and my /etc/printcap is: You're putting the cart ahead of the horse. If your printer is USB and the USB isn't working, you're not going to get anywhere with a printcap file until USB is fixed. Focus on that. -- Bill Moran Potential Technology technical services 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 Feb 18 10:21:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r07.mx.aol.com (imo-r07.mx.aol.com [152.163.225.103]) by hub.freebsd.org (Postfix) with ESMTP id 7F34737B402; Mon, 18 Feb 2002 10:21:13 -0800 (PST) Received: from DrdeHaerne@aol.com by imo-r07.mx.aol.com (mail_out_v32.5.) id n.8c.14223221 (15869); Mon, 18 Feb 2002 13:21:08 -0500 (EST) Received: from web40.aolmail.aol.com (web40.aolmail.aol.com [205.188.161.1]) by air-id06.mx.aol.com (v83.35) with ESMTP id MAILINID68-0218132108; Mon, 18 Feb 2002 13:21:08 -0500 Date: Mon, 18 Feb 2002 13:21:07 EST From: DrdeHaerne@aol.com Subject: Re: make.conf, proxy and ports To: Cc: , Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Message-ID: <8c.14223221.29a2a014@aol.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 thanks for the tip, it's working now fantasticly, but just for ports that fetch from http:// URLs. Anything ftp://, fetch returns "Protocol Error" This is using: >FETCH_ENV= FTP_PROXY=ftp://10.100.10.100:1080 >HTTP_PROXY=http://10.100.10.100:3128 I'm correct in assuming this is in one line right? I tried 2 lines as well (that is 2 FETCH_ENV statements) and it produces the same good results (and problem). At first I thought it was a problem with my SOCKS server or the packet filter rules, but then I realized that my win machines can fetch ftp:// URLs fine using the socks server. i then double checked my access rules for the socks server, and they did in fact include the correct permissions for my new freebsd machine. Strangely enough, after installing lynx on the system in question, lynx can also retrieve http:// but not ftp:// (maybe this is just because lynx is.. well odd) I've never used or played with fetch mutch (asides when its automaticaly called by the ports installation). is there a system wide fetch config file on fbsd 4.5? well, thanks for any help, its appreciated! > > hi, > > > > I just set up a new system with FBSD 4.5 behind a >>proxy server/firewall >>and I'm having a real pain getting ports installed. > > > > I followed logic and created /etc/make.conf with >>the following lines: > > > > $ cat /etc/make.conf | grep _PROXY > > FTP_PROXY= 10.100.10.100:1080 > > HTTP_PROXY= 10.100.10.100:3128 > > Try using > > FTP_PROXY= http://10.100.10.100:1080 (http is >>correct here) > HTTP_PROXY= http://10.100.10.100:3128 > > instead. > >Actually, try using, > > FETCH_ENV= FTP_PROXY=ftp://10.100.10.100:1080 >HTTP_PROXY=http://10.100.10.100:3128 > >If you actually want it to work. > >I guess no one else is going to fix >etc/defaults/make.conf now that it >is depricated. Just have to do it myself. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 10:23:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 5C36A37B400 for ; Mon, 18 Feb 2002 10:23:51 -0800 (PST) Received: from pool0457.cvx22-bradley.dialup.earthlink.net ([209.179.199.202] helo=mindspring.com) by falcon.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16csS3-0000gh-00; Mon, 18 Feb 2002 10:23:48 -0800 Message-ID: <3C7146A9.931F07EF@mindspring.com> Date: Mon, 18 Feb 2002 10:23:37 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.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 Anthony Atkielski wrote: > Terry writes: > > This is your unbacked opinion, and it runs > > contrary to market opinion. > > Most of the market is running Apache or IIS, as far as I know, so it would > seem that market opinion favors HTTP servers running as user processes, not > as part of the kernel. "When all you have is a hammer..." > > Effeciency is not measured soley in number of > > keystrokes -- though being efficient will not > > necessarily mean that the number of keystrokes > > increase. > > Be that as it may, simple text interfaces are often more efficient than > graphic user interfaces, for applications that do not have specific graphic > requirements. Perhaps for you. You are not a typical user, particularly if this is the case. > One reason why I prefer Apache to IIS is that I can configure > everything in a text file on Apache. Regedit can run from the command line and take a file name as an argument. > > It is not some cosmic coincidence that employers > > ask for experience with Microsoft products. > > They don't ask for that if they are running UNIX. This is circular reasoning. > > I really think that what you need is to visit > > the usability lab of a large company to see > > HCI testing over a period of several iterations, > > so you can understand. > > Reading about it or doing it isn't good enough? Reading about it is not good enough. Doing it is good enough; watching professionals with many years of experience doing it is better. > > That's your taste, which is atypical, given > > that you are an atypical user. > > What makes me atypical? Your preference for comand line and file interfaces with high learning curves. > > Your response here is a bit unsupportable, > > since it was your implication of "must". > > Some products _must_ be managed that way. IIS requires either a Web-based > interface or a GUI interface. I'm not aware of any text interface to the > product. Regedit. But you've already backed off from the web based interface being a requirement, by ceding that is also a native GUI interface. > > More code does not necessarily equal instant > > instability, particularly in the BSD camps. > > All else being equal, more code equals more instability. All else, including stability? This is the Daniel J. Bernstein school of "it's too complicated for me, so it must be too complicated for you". > > For example? > > An OS written for his purposes. > > > What are the top two dedicated web servers > > running on something other than a general-purpose > > OS which you would suggest using, in this > > circumstance? > > I'm not familiar with any. What are they? I personally don't think they exist. I'm questioning your implied premise here. I guess by asking this, you are also questioning your implied premise. > > The "danger" is, once again, only in your > > opinion. > > You seem to wish to imply that my statements are opinions, whereas yours are > not. But we are both stating opinions, and neither of us substantiates them > any better than the other. There is no point in telling me that I am > expressing opinions, as I already know this. And there is nothing to be > gained by refraining from making the same acknowledgement with respect to > your own statements, because I already know that you are expressing > opinions, too. So what is your real purpose? I substantiate my statements with references to Computer Science literature. You aren't substantiating your at all. If you want to pick out what you think is an unsubstantiated opinion in one of my postings, where I haven't explicitly stated it (I generally state it, as you pointed out), I can back it up with a cite from the literature for you. I've already pointed to a book with papers which disagree with you on user interface technolopgy. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 10:32: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id AD15D37B402 for ; Mon, 18 Feb 2002 10:32:01 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 34F703C1E8; Mon, 18 Feb 2002 19:40:27 +0000 (GMT) Date: Mon, 18 Feb 2002 19:40:26 +0000 (GMT) From: Jason Taylor X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Mike Dewhirst Cc: "'questions@FreeBSD.ORG'" Subject: Re: ssh public key authentication (through putty) In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D02AFD067@MAIL1> Message-ID: <20020218192547.U74394-100000@uk2.kanda-systems.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 On Mon, 18 Feb 2002, Mike Dewhirst wrote: > it was 611, changed it to 600, no result. > > Some specific questions: > > 1. what should the name of the keys file be if I'm using OpenSSH 2.3.0? > 2. do I need anything else in the "config" file in my .ssh dir, on top of > "RSAAuthentication yes" and "PasswordAuthentication yes"? I've never needed to put a config file in my ~/.ssh directory, the FreeBSD/OpenSSH defaults have always been fine. > 3. I am specifying a user under putty's Connection-->Auto-login username > option, is this the right thing to do? Yes, putty needs to tell the remote system who you are logging in as. > 4. Does it matter that the client is behind a firewall? If you can connect through putty using SSH with passwords then the firewall will not cause any problems. > I've been battling with this for about a month now, any help will be greatly > appreciated. These are the steps I just took to get Open SSH (OpenSSH_2.9 FreeBSD localisations 20011202, SSH protocols 1.5/2.0, OpenSSL 0x0090601f) Working with putty. I downloaded the latest release of putty from the putty website. (0.52 - http://www.chiark.greenend.org.uk/~sgtatham/putty/) 1. Create a key using puttygen A) Set to SSH2 DSA (1024 bit) B) Hit Generate C) Enter a passphrasse D) Select & Copy all text from "Public key for pasting into OpenSSH authorized_keys2 file" E) Paste into ~/.ssh/authorized_keys2 (being carefull to check line wrapping) F) Save private / public keys onto the local windows PC. 2. Configure Putty Session->Hostname = remote host Session->Protocol = SSH Connection->Auto-login username = YOUR REMOTE USERNAME Connection->SSH->Preferred SSH Protocol Version = 2 Connection->SSH->Auth->Private key file for authentication = YOUR PRIVATE KEY Then hit open. This works fine from here. Jason. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 10:34:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe42.law10.hotmail.com [64.4.14.100]) by hub.freebsd.org (Postfix) with ESMTP id 3B6EC37B416 for ; Mon, 18 Feb 2002 10:34:46 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 10:34:46 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'Bill Moran'" Cc: "'FBSD'" Subject: RE: Stupid question: done cvsup, all the upgrade stuff... make this, make that... still says I'm on fbsd4.4 Date: Mon, 18 Feb 2002 13:35:17 -0500 Message-ID: <002301c1b8ab$0301c2d0$6400a8c0@windows> 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: <02021812244307.01558@proxy.pt.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 18 Feb 2002 18:34:46.0097 (UTC) FILETIME=[F070F410:01C1B8AA] Sender: owner-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 Bill Moran > Sent: February 18, 2002 12:25 PM > To: Sandro Mancuso > Cc: 'FBSD' > Subject: Re: Stupid question: done cvsup, all the upgrade stuff... > make this, make that... still says I'm on fbsd4.4 > *snip > > > > Installed 4.4 from a cd > > > > Cvsup'd from cvsup.ca.freebsd.org > > > > Make buildworld > > > > Make buildkernel kernelconf=generic > > > > Make installkernel kernelconf=generic > > > > Rebooted into single user > > > > Mount -a > > > > Copied /etc to /usr/home/liquid/etc.old > > > > make installworld > > > > mergemaster (though it didn't ask me a thing.. just went about > its > > > > thing) > > > > rebooted > > > > > > Is there a question somewhere? Is something wrong? > > *snip* > > It should say 4.5. > Did you mount the new drive properly (i.e. have you verified that > you are > building the same sources that you CVSUPed)? [SM] I'm not quite sure what you mean. I don't see how I may have mounted it wrong. I simply replaced the old drive with the new one, and just ran the install from the CD. I started the upgrade process before even securing the box further... Here's what the df output gives me: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 99183 38911 52338 43% / /dev/ad0s1f 3829204 1292809 2230059 37% /usr /dev/ad0s1e 19815 909 17321 5% /var procfs 4 4 0 100% /proc > In general, I would carefully look for user error here first. > * Make sure your supfile says RELENG_4 and not RELENG_4_4 [SM] weird. I know for a fact I edited /usr/share/examples/cvsup/stable-supfile; I got rid of all the commentary at the top of the file. However, its back. I'm assuming it's a result of having upgraded. I do know for sure however, that I was using "RELENG_4" > * Ensure that the cvsup process completed successfully > * Make sure each of the various "make" processes completed properly > etc, etc [SM] I was watching through all of it for the entire 8+hours it took to buildworld, everything looked ok (after I started it, I learned of the -j flag I could have used, hehe). Cvsup completed without a hitch, as did the make buildworld and make installworld later on > You may also want to make sure you're not using a mirror site that's > completely out of date. I don't know of any mirrors that are that > far out > of date, but it's a possibility. [SM] I sincerely believe that this is the case now. I'm going to try again, on another server, possibly simply the main one. I was using either cvsup.ca.freebsd.org or cvsup2.ca.freebsd.org. I've seen the .ca mirror of the freebsd.org ftp be way behind before (which is too bad, because its SO much faster for me than ftp.freebsd.org) It took some 2 months or so before it saw 4.4release... back when it first appeared. Thanks > > -- > Bill Moran > Potential Technology technical services > http://www.potentialtech.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 10:34:58 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 DE54037B405 for ; Mon, 18 Feb 2002 10:34:54 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218183454.CDJI1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 18:34:54 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1IIYsf36514; Mon, 18 Feb 2002 10:34:54 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 10:34:54 -0800 From: "Crist J. Clark" To: DrdeHaerne@aol.com Cc: freebsd-questions@freebsd.org, schuerge@wjpserver.cs.uni-sb.de Subject: Re: make.conf, proxy and ports Message-ID: <20020218103454.M48401@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <8c.14223221.29a2a014@aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <8c.14223221.29a2a014@aol.com>; from DrdeHaerne@aol.com on Mon, Feb 18, 2002 at 01:21:07PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 01:21:07PM -0500, DrdeHaerne@aol.com wrote: > thanks for the tip, it's working now fantasticly, but just for ports that fetch from http:// URLs. > > Anything ftp://, fetch returns "Protocol Error" > > This is using: > > >FETCH_ENV= FTP_PROXY=ftp://10.100.10.100:1080 > >HTTP_PROXY=http://10.100.10.100:3128 > > I'm correct in assuming this is in one line right? I tried 2 lines as well (that is 2 FETCH_ENV statements) and it produces the same good results (and problem). One line. > At first I thought it was a problem with my SOCKS server or the packet filter rules, but then I realized that my win machines can fetch ftp:// URLs fine using the socks server. i then double checked my access rules for the socks server, and they did in fact include the correct permissions for my new freebsd machine. > > Strangely enough, after installing lynx on the system in question, lynx can also retrieve http:// but not ftp:// (maybe this is just because lynx is.. well odd) > > I've never used or played with fetch mutch (asides when its automaticaly called by the ports installation). is there a system wide fetch config file on fbsd 4.5? > > well, thanks for any help, its appreciated! Try running fetch(1) with the '-v' option too. If that still doesn't shed light, try sniffing the connection to see what is going on. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 10:44:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 8622737B416 for ; Mon, 18 Feb 2002 10:44:16 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1IIiCr98269; Mon, 18 Feb 2002 19:44:12 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <00a601c1b8ac$426670a0$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Terry Lambert" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.com> <3C7146A9.931F07EF@mindspring.com> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Mon, 18 Feb 2002 19:44:08 +0100 Organization: Anthony's Home Page (development site) 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 Terry writes: > Regedit can run from the command line and > take a file name as an argument. If you can configure IIS from the command line with regedit, you have the patience of a saint. Just sifting through GUIDs takes all day, and that's _with_ documentation. > This is circular reasoning. So is your reasoning that leads you to call me atypical, as below. > Reading about it is not good enough. Doing > it is good enough; watching professionals with > many years of experience doing it is better. So how many points does being a professional with many years of experience garner? > Your preference for comand line and file > interfaces with high learning curves. Cf. your comment on circular reasoning, above. > Regedit. Regedit is not practical. > But you've already backed off from the web > based interface being a requirement, by ceding > that is also a native GUI interface. It wasn't my argument that it is a requirement. That was your argument, in your attempt to show why a dedicated, kernel-located HTTP server might be necessary. > All else, including stability? No, since stability is the dependent variable. > I personally don't think they exist. I'm > questioning your implied premise here. It was your inference, not my implication. > I guess by asking this, you are also questioning > your implied premise. See above. > I substantiate my statements with references > to Computer Science literature. Some computer-science literature was written by me. Does the fact that I put pen to paper guarantee that anything I write is fact? > You aren't substantiating your at all. Neither are you. See above. You're just pointing to someone else who makes claims similar to yours. That does not make them valid. > If you want to pick out what you think is an > unsubstantiated opinion in one of my postings, > where I haven't explicitly stated it (I generally > state it, as you pointed out), I can back it up > with a cite from the literature for you. If you want to substantiate your opinions, start with axioms accepted by all and reason forward from there. Citations are valueless. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 10:49:41 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 7CF5937B417 for ; Mon, 18 Feb 2002 10:49:33 -0800 (PST) Received: from DAVE ([192.168.0.56]) by chaos.evolve.za.net (8.11.6/1.1.3) with SMTP id g1IInQk00960 for ; Mon, 18 Feb 2002 20:49:26 +0200 (SAST) (envelope-from dave@raven.za.net) Message-ID: <013b01c1b8ac$55798ec0$3800a8c0@DAVE> From: "Dave Raven" To: Subject: Mail Gateway Date: Mon, 18 Feb 2002 20:44:43 +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 Hello all, I need to setup a mail gateway running sendmail, it also needs to run a pop3 server. I have one running perfectly, but I have to add a new user to my freebsd machine everytime I want to take on a new pop3 user. How else can I do this? I would much rather use a sql database or something of the sort... Any help will be much appreciated, Thanks Dave. p.s. Please copy me on mails as I'm not a subsciber. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 0: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.panix.com (mail3.panix.com [166.84.0.167]) by hub.freebsd.org (Postfix) with ESMTP id BAD5437B402 for ; Mon, 18 Feb 2002 10:59:58 -0800 (PST) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail3.panix.com (Postfix) with ESMTP id 026DA981F4 for ; Mon, 18 Feb 2002 13:59:58 -0500 (EST) Received: (from cft@localhost) by panix3.panix.com (8.11.3nb1/8.8.8/PanixN1.0) id g1IIxw320843 for freebsd-questions@freebsd.org; Mon, 18 Feb 2002 13:59:58 -0500 (EST) Date: Mon, 18 Feb 2002 13:59:58 -0500 From: Carl Tucker To: freebsd-questions@freebsd.org Subject: Re: Dropping to single user Message-ID: <20020218185958.GA18711@panix.com> References: <000601c1b88f$ab8f1680$6400a8c0@windows> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <000601c1b88f$ab8f1680$6400a8c0@windows> User-Agent: Mutt/1.3.25i Sender: owner-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, Feb 18, 2002 at 10:19:34AM -0500, Sandro Mancuso wrote: > Hi, not long ago, someone mentioned “dropping to single user” and I was > wondering how. I did get an answer, however I’ve “misplaced” that > reply, so I’m wondering if anyone can refresh my memory… regarding how > to do such a thing without having to reboot after doing make buildworld, > and building/installing the generic kernel (having to do with upgrading > from 4.4 to 4.5stable… etc) 'shutdown now' will drop you into single-user mode without unmounting all your filesystems or rebooting. After you install a new kernel, though, I would think you need to do an actual reboot to get it in memory. I could be wrong. -- Carl Tucker cft@panix.com flestrin@worldnet.att.net tuckercl@phnsy.navy.mil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 0:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.the-i-pa.com (mail.the-i-pa.com [151.201.71.132]) by hub.freebsd.org (Postfix) with SMTP id 3A65637B416 for ; Mon, 18 Feb 2002 11:00:00 -0800 (PST) Received: (qmail 70106 invoked from network); 18 Feb 2002 19:06:35 -0000 Received: from unknown (HELO proxy.pt.com) (151.201.71.209) by mail.the-i-pa.com with SMTP; 18 Feb 2002 19:06:35 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Bill Moran Organization: Potential Technology To: "Dave Raven" , Subject: Re: Mail Gateway Date: Mon, 18 Feb 2002 13:27:44 -0500 X-Mailer: KMail [version 1.2] References: <013b01c1b8ac$55798ec0$3800a8c0@DAVE> In-Reply-To: <013b01c1b8ac$55798ec0$3800a8c0@DAVE> MIME-Version: 1.0 Message-Id: <0202181327440B.01558@proxy.pt.com> 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 Monday 18 February 2002 13:44, Dave Raven wrote: > Hello all, > I need to setup a mail gateway running sendmail, it also needs to run a > pop3 server. I have one running perfectly, but I have to add a new user to > my freebsd machine everytime I want to take on a new pop3 user. > > How else can I do this? I would much rather use a sql database or something > of the sort... qmail has a number of add-ons that will allow this sort of thing. I don't know whether it can be done with sendmail/qpopper or not. If you can't find a way to do it with sendmail, migrating to qmail would work. -- Bill Moran Potential Technology technical services 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 Feb 18 11: 1: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ag0ny.com (as1-ppp76.intercom.es [212.66.161.76]) by hub.freebsd.org (Postfix) with ESMTP id B405237B42C for ; Mon, 18 Feb 2002 11:00:39 -0800 (PST) Received: from ag0ny.com (localhost.ag0ny.intranet [127.0.0.1]) by cosmos.ag0ny.intranet (8.11.6/8.11.6) with ESMTP id g1IIxUD01577; Tue, 19 Feb 2002 03:59:31 +0900 (JST) (envelope-from ag0ny@ag0ny.com) Message-ID: <3C714F12.60CDBE29@ag0ny.com> Date: Tue, 19 Feb 2002 03:59:30 +0900 From: Javi Lavandeira Organization: aamsx.org X-Mailer: Mozilla 4.78C-ja [ja] (X11; U; Linux 2.2.12 i386) X-Accept-Language: ja, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: No sound on FreeBSD 4.4-RELEASE on Compaq Presario 700 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 have a Compaq Presario 700 (actually, a 703JP), running FreeBSD 4.4-RELEASE. I built the kernel with "device pcm", and the sound card is detected when the system boots: pcm0: port 0x1850-0x1853,0x1854-0x1857,0x1000-0x10ff irq 5 at device 7.5 on pci0 /dev/sndstat shows this: cosmos:~# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Feb 16 2002 11:50:00 Installed devices: pcm0: at io 0x1000 irq 5 (1p/1r/0v channels duplex) And I set the mixer to the following values: cosmos:~# mixer Mixer vol is currently set to 100:100 Mixer pcm is currently set to 100:100 Mixer speaker is currently set to 100:100 Mixer line is currently set to 0:0 Mixer mic is currently set to 0:0 Mixer cd is currently set to 100:100 Mixer rec is currently set to 0:0 Mixer line1 is currently set to 0:0 Mixer phin is currently set to 0:0 Mixer phout is currently set to 0:0 Mixer video is currently set to 100:100 Mixer monitor is currently set to 100:100 My problem is that I cannot hear any sound. I run xmms on an MP3 file, and the spectrum analyzer starts moving, but no sound gets out of the speakers. Not even when I use cdcontrol to play audio CDs. Sound works correctly on Windows XP in another partition on the same machine. Any ideas on what could be the problem? Thanks in advance, -- Javi Lavandeira (ag0ny@ag0ny.com) - http://www.ag0ny.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 1:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ag0ny.com (as1-ppp76.intercom.es [212.66.161.76]) by hub.freebsd.org (Postfix) with ESMTP id 1283937B434 for ; Mon, 18 Feb 2002 11:00:42 -0800 (PST) Received: from ag0ny.com (localhost.ag0ny.intranet [127.0.0.1]) by cosmos.ag0ny.intranet (8.11.6/8.11.6) with ESMTP id g1GJuSE20950; Sun, 17 Feb 2002 04:56:29 +0900 (JST) (envelope-from ag0ny@ag0ny.com) Message-ID: <3C6EB96C.5F267F4@ag0ny.com> Date: Sun, 17 Feb 2002 04:56:28 +0900 From: Javi Lavandeira Organization: aamsx.org X-Mailer: Mozilla 4.78C-ja [ja] (X11; U; Linux 2.2.12 i386) X-Accept-Language: ja, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: No sound on FreeBSD 4.4-RELEASE on Compaq Presario 700 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 Hello, I have a Compaq Presario 700 (actually, a 703JP), running FreeBSD 4.4-RELEASE. I built the kernel with "device pcm", and the sound card is detected when the system boots: pcm0: port 0x1850-0x1853,0x1854-0x1857,0x1000-0x10ff irq 5 at device 7.5 on pci0 /dev/sndstat shows this: cosmos:~# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Feb 16 2002 11:50:00 Installed devices: pcm0: at io 0x1000 irq 5 (1p/1r/0v channels duplex) And I set the mixer to the following values: cosmos:~# mixer Mixer vol is currently set to 100:100 Mixer pcm is currently set to 100:100 Mixer speaker is currently set to 100:100 Mixer line is currently set to 0:0 Mixer mic is currently set to 0:0 Mixer cd is currently set to 100:100 Mixer rec is currently set to 0:0 Mixer line1 is currently set to 0:0 Mixer phin is currently set to 0:0 Mixer phout is currently set to 0:0 Mixer video is currently set to 100:100 Mixer monitor is currently set to 100:100 My problem is that I cannot hear any sound. I run xmms on an MP3 file, and the spectrum analyzer starts moving, but no sound gets out of the speakers. Not even when I use cdcontrol to play audio CDs. Sound works correctly on Windows XP in another partition on the same machine. Any ideas on what could be the problem? Thanks in advance, -- Javi Lavandeira (ag0ny@ag0ny.com) - http://www.ag0ny.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 2:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ag0ny.com (as1-ppp76.intercom.es [212.66.161.76]) by hub.freebsd.org (Postfix) with ESMTP id AD4C337B41D for ; Mon, 18 Feb 2002 11:01:07 -0800 (PST) Received: from ag0ny.com (localhost.ag0ny.intranet [127.0.0.1]) by ag0ny.com (8.11.6/8.11.6) with ESMTP id g1IJ10Y01599; Tue, 19 Feb 2002 04:01:00 +0900 (JST) (envelope-from ag0ny@ag0ny.com) Message-ID: <3C714F6C.F5BDC614@ag0ny.com> Date: Tue, 19 Feb 2002 04:01:00 +0900 From: Javi Lavandeira Organization: aamsx.org X-Mailer: Mozilla 4.78C-ja [ja] (X11; U; Linux 2.2.12 i386) X-Accept-Language: ja, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: No sound on FreeBSD 4.4-RELEASE on Compaq Presario 700 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 have a Compaq Presario 700 (actually, a 703JP), running FreeBSD 4.4-RELEASE. I built the kernel with "device pcm", and the sound card is detected when the system boots: pcm0: port 0x1850-0x1853,0x1854-0x1857,0x1000-0x10ff irq 5 at device 7.5 on pci0 /dev/sndstat shows this: cosmos:~# cat /dev/sndstat FreeBSD Audio Driver (newpcm) Feb 16 2002 11:50:00 Installed devices: pcm0: at io 0x1000 irq 5 (1p/1r/0v channels duplex) And I set the mixer to the following values: cosmos:~# mixer Mixer vol is currently set to 100:100 Mixer pcm is currently set to 100:100 Mixer speaker is currently set to 100:100 Mixer line is currently set to 0:0 Mixer mic is currently set to 0:0 Mixer cd is currently set to 100:100 Mixer rec is currently set to 0:0 Mixer line1 is currently set to 0:0 Mixer phin is currently set to 0:0 Mixer phout is currently set to 0:0 Mixer video is currently set to 100:100 Mixer monitor is currently set to 100:100 My problem is that I cannot hear any sound. I run xmms on an MP3 file, and the spectrum analyzer starts moving, but no sound gets out of the speakers. Not even when I use cdcontrol to play audio CDs. Sound works correctly on Windows XP in another partition on the same machine. Any ideas on what could be the problem? Thanks in advance, -- Javi Lavandeira (ag0ny@ag0ny.com) - http://www.ag0ny.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 4:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.the-i-pa.com (mail.the-i-pa.com [151.201.71.132]) by hub.freebsd.org (Postfix) with SMTP id 995AC37B4C9 for ; Mon, 18 Feb 2002 11:03:40 -0800 (PST) Received: (qmail 70198 invoked from network); 18 Feb 2002 19:10:16 -0000 Received: from unknown (HELO proxy.pt.com) (151.201.71.209) by mail.the-i-pa.com with SMTP; 18 Feb 2002 19:10:16 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Bill Moran Organization: Potential Technology To: "Sandro Mancuso" Subject: Re: Stupid question: done cvsup, all the upgrade stuff... make this, make that... still says I'm on fbsd4.4 Date: Mon, 18 Feb 2002 13:31:24 -0500 X-Mailer: KMail [version 1.2] Cc: "'FBSD'" References: <002301c1b8ab$0301c2d0$6400a8c0@windows> In-Reply-To: <002301c1b8ab$0301c2d0$6400a8c0@windows> MIME-Version: 1.0 Message-Id: <0202181331240C.01558@proxy.pt.com> 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 Monday 18 February 2002 13:35, Sandro Mancuso wrote: > > Did you mount the new drive properly (i.e. have you verified that > > you are > > building the same sources that you CVSUPed)? > > [SM] I'm not quite sure what you mean. I don't see how I may have > mounted it wrong. I simply replaced the old drive with the new one, and > just ran the install from the CD. I misunderstood. I thought that you had *added* the new HDD, not used it as a replacement. When you have more than one HDD, it's not too difficult to accidentally work off the wrong one. > [SM] > weird. I know for a fact I edited > /usr/share/examples/cvsup/stable-supfile; I got rid of all the > commentary at the top of the file. However, its back. I'm assuming > it's a result of having upgraded. > I do know for sure however, that I was using "RELENG_4" > > You may also want to make sure you're not using a mirror site that's > > completely out of date. I don't know of any mirrors that are that > > far out > > of date, but it's a possibility. > > [SM] I sincerely believe that this is the case now. I'm going to try > again, on another server, possibly simply the main one. I was using > either cvsup.ca.freebsd.org or cvsup2.ca.freebsd.org. I've seen the .ca > mirror of the freebsd.org ftp be way behind before (which is too bad, > because its SO much faster for me than ftp.freebsd.org) It took some 2 > months or so before it saw 4.4release... back when it first appeared. Odd ... well, I'd just make sure everything is fine on your end first. Good luck. -- Bill Moran Potential Technology technical services 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 Feb 18 11: 5:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ag0ny.com (as1-ppp76.intercom.es [212.66.161.76]) by hub.freebsd.org (Postfix) with ESMTP id 7F12237B624 for ; Mon, 18 Feb 2002 11:05:06 -0800 (PST) Received: from ag0ny.com (localhost.ag0ny.intranet [127.0.0.1]) by ag0ny.com (8.11.6/8.11.6) with ESMTP id g1IJ4wY01613; Tue, 19 Feb 2002 04:04:59 +0900 (JST) (envelope-from ag0ny@ag0ny.com) Message-ID: <3C71505A.5B24FC2A@ag0ny.com> Date: Tue, 19 Feb 2002 04:04:58 +0900 From: Javi Lavandeira Organization: aamsx.org X-Mailer: Mozilla 4.78C-ja [ja] (X11; U; Linux 2.2.12 i386) X-Accept-Language: ja, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Sorry for the duplicated messages 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 Hi, Sorry for the duplicated messages. The list's SMTP didn't accept my messages until I configured my SMTP to masquerade as a valid host instead of the intranet name, and I didn't realize there were three other copies of the message waiting in the queue. I apologize for the inconvenience. Regards, -- Javi Lavandeira (ag0ny@ag0ny.com) - http://www.ag0ny.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 6:12 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 EE16B37B437 for ; Mon, 18 Feb 2002 11:04:47 -0800 (PST) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id 6D3DA760D for ; Mon, 18 Feb 2002 13:04:43 -0600 (CST) Message-Id: <5.1.0.14.0.20020218125814.00ab5208@postoffice.swbell.net> X-Sender: swoneill@postoffice.swbell.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 18 Feb 2002 13:04:41 -0600 To: questions@freebsd.org From: Sean O'Neill Subject: FBSD 4.5R and 3Com 3C509-TPO EtherLink III 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 Card works fine but I'm getting the following in dmesg: ep0: <3Com 3C509-TPO EtherLink III> at port 0x300-0x30f irq 10 on isa0 ep0: eeprom failed to come ready. ep0: eeprom failed to come ready. ep0: eeprom failed to come ready. ep0: eeprom failed to come ready. ep0: eeprom failed to come ready. ep0: Ethernet address 00:00:00:00:00:00 [snip] ep1: <3Com 3C509B-TPO EtherLink III (PnP)> at port 0x210-0x21f irq 9 on isa0 This is an old card. Notice it is using two IRQs ... annoyingly. EP1 is the active link and it works fine. EP0 according to ifconfig is "media: Ethernet 10base2/BNC". Funny, this card doesn't have a BNC connector on it ... only RJ45. So, is there a way to somehow deactivate the ep0 interface in the kernel so that it doesn't show up anymore and I get my IRQ 10 back ? Or maybe does this card have a jumper I can set to deactivate the BNC capability this card apparently has ? (I haven't checked the 3Com site for doco YET on this ... figured I'd ask here and maybe get a straight answer.) - ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 7:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe69.pav2.hotmail.com [64.4.36.203]) by hub.freebsd.org (Postfix) with ESMTP id 285AD37B400 for ; Mon, 18 Feb 2002 11:07:19 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 11:07:19 -0800 X-Originating-IP: [66.32.76.82] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: UPDATE: Cannon S300 Date: Mon, 18 Feb 2002 14:07:21 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0044_01C1B885.951CD360" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 18 Feb 2002 19:07:19.0070 (UTC) FILETIME=[7C80FBE0:01C1B8AF] Sender: owner-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_0044_01C1B885.951CD360 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I think i got the usb port configured. Now i need help setting up = ghostscript. what driver do i need? i installed gnu ghostscript, but = it didn't list the S30 as supported. www.linuxprinting.org doesn't say = anything about the S300. ----- Original Message -----=20 From: Jeff Jeter=20 To: FreeBSD Questions=20 Sent: Monday, February 18, 2002 1:08 PM Subject: Cannon S300 I am trying to setup a canon S300 printer. I don't think that usb is = setup correctly. usbd says no usb host controllers found.=20 =20 I have pnm2ppa and my /etc/printcap is: lp|ascii|unix:\ :lp=3D/dev/ulpt0:\ :sd=3D/var/spool/lpd:\ :if=3D/usr/local/bin/asciippafilter:\ :mx#0:\ :sh: ps:\ :lp=3D/dev/ulpt0:\ :sd=3D/var/spool/ps:\ :if=3D/usr/local/bin/ppafilter:\ :mx#0:\ :sh: ------=_NextPart_000_0044_01C1B885.951CD360 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I think i got the usb port = configured.  Now i=20 need help setting up ghostscript.  what driver do i need?  i = installed=20 gnu ghostscript, but it didn't list the S30 as supported.  www.linuxprinting.org does= n't say=20 anything about the S300.
----- Original Message -----
From:=20 Jeff = Jeter=20
To: FreeBSD Questions
Sent: Monday, February 18, 2002 = 1:08=20 PM
Subject: Cannon S300

I am trying to setup a canon S300 = printer. =20 I don't think that usb is setup correctly.  usbd says no usb host = controllers found.
 
I have pnm2ppa and my = /etc/printcap=20 is:
 
lp|ascii|unix:\
        = :lp=3D/dev/ulpt0:\
       =20 :sd=3D/var/spool/lpd:\
       =20 = :if=3D/usr/local/bin/asciippafilter:\
     &n= bsp; =20 :mx#0:\
        = :sh:
 
ps:\
       =20 :lp=3D/dev/ulpt0:\
       =20 :sd=3D/var/spool/ps:\
       =20 = :if=3D/usr/local/bin/ppafilter:\
      &= nbsp;=20 :mx#0:\
        = :sh:
 
 
------=_NextPart_000_0044_01C1B885.951CD360-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 8: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 259F337B419 for ; Mon, 18 Feb 2002 11:07:38 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1IJ6js36746; Tue, 19 Feb 2002 08:06:45 +1300 (NZDT) (envelope-from jonc) Date: Tue, 19 Feb 2002 08:06:45 +1300 From: Jonathan Chen To: david@van.web.za Cc: freebsd-questions@FreeBSD.ORG Subject: Re: boot taking long time Message-ID: <20020219080645.A36343@grimoire.chen.org.nz> References: <000e01c1b874$56ea5740$0201a8c0@david> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000e01c1b874$56ea5740$0201a8c0@david>; from david@van.web.za on Mon, Feb 18, 2002 at 01:21:19PM +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, Feb 18, 2002 at 01:21:19PM +0200, david@van.web.za wrote: > Does anyone know why when i boot my machine it hangs here for about 1 minute. > > ata0: at 0x1f0 irq 14 on atapci0 It's probing ata1 and you haven't got anything attached to the 2nd IDE port? -- Jonathan Chen ---------------------------------------------------------------------- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11: 9:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id DD94237B402 for ; Mon, 18 Feb 2002 11:09:18 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1IJ9AR36776; Tue, 19 Feb 2002 08:09:10 +1300 (NZDT) (envelope-from jonc) Date: Tue, 19 Feb 2002 08:09:10 +1300 From: Jonathan Chen To: Cliff Sarginson Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: How do I make a suggestion to the kernel bods ? Message-ID: <20020219080910.B36343@grimoire.chen.org.nz> References: <20020218153948.GA2136@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020218153948.GA2136@raggedclown.net>; from csfbsd@raggedclown.net on Mon, Feb 18, 2002 at 04:39:48PM +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, Feb 18, 2002 at 04:39:48PM +0100, Cliff Sarginson wrote: > Hello, > I have a suggestion I want to submit concerning loadable modules. > It is not a bug, or a fix, just a suggestion for consideration. > > Is a PR suitable for this, or a mail to some appropriate list ? You could bounce it around freebsd-hackers@freebsd.org for a while. -- Jonathan Chen ---------------------------------------------------------------------- Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11:28:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-oe13.hotmail.com [216.32.180.117]) by hub.freebsd.org (Postfix) with ESMTP id 88EBE37B404 for ; Mon, 18 Feb 2002 11:28:15 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 11:28:15 -0800 X-Originating-IP: [80.200.90.227] From: "Alain Fabry" To: "Doug Reynolds" , , "Crist J. Clark" Cc: References: <20020217195934.5D5DF48449@wastegate.net> Subject: Re: Beginner's question - Network problem Date: Mon, 18 Feb 2002 20:27:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 18 Feb 2002 19:28:15.0493 (UTC) FILETIME=[6963EB50:01C1B8B2] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Doug, thanks, it worked, my win2000/FreeBSD box has now turned into a dedicated Freebsd box. Thanks again, Alain ----- Original Message ----- From: "Doug Reynolds" To: "Alain Fabry" ; ; "Crist J. Clark" Cc: Sent: Sunday, February 17, 2002 9:01 PM Subject: Re: Beginner's question - Network problem > On Fri, 15 Feb 2002 18:26:53 -0800, Crist J. Clark wrote: > > >On Sat, Feb 16, 2002 at 02:46:08AM +0100, Alain Fabry wrote: > >> It's a Intel EtherExpress Pro 10+ ISA card > > > >[snip] > > > >> ex: WARNING: board's EEPROM is configured for IRQ 0, using 5 > >> ex0: at port 0x200-0x20f iomem 0xcc000-0xcffff irq 5 on isa0 > >> ex0: PnP config, 16-bit bus, board id 0xfff, stepping 0xf > >> ex0: Ethernet address ff:ff:ff:ff:ff:ff > > > >Not good. Have you tried disabling PnP in your BIOS? > > if I can recall correctly, that board can be either PnP or jumperless. > download the dos program from intel, and set the board to where you > want it. PnP is great for PCI, but sucks for ISA, imho. > > I've done this with all my isa network cards and never had a problem > with freebsd or any other OS for that matter. > > --- > doug reynolds | the maverick | mav@wastegate.net > > PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 11:51:23 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 8E48337B422 for ; Mon, 18 Feb 2002 11:51:02 -0800 (PST) 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 LAA17079; Mon, 18 Feb 2002 11:51:00 -0800 Message-ID: <3C715B22.1010604@owt.com> Date: Mon, 18 Feb 2002 11:50:58 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Garret R Spears Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ethernet sis driver References: <000701c1b89f$86671d20$e1cc173f@oemcomputer> 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 Garret R Spears wrote: > I am having trouble with release 4.0, i386, setting up my Netgear > FA311/FA312 network > card. I have determined that I need the sis(4) driver but 'am having > trouble connecting > with it thru sysinstall or any other means that i am aware of. When I do > either MAKEDEV sis0 > or MAKEDEV local sis0 I get "sis0 - no such device name". > Where did I go wrong? And how do I fix it? My suspicion is that during > installation I collapsed > all networking to get rid of conflicts and as a result eliminated the SIS > 900/7016 capability. You have to add it to your kernel and make it and install it. I have a SiS-900 based onboard nic and it works. Kent > Help, newbie, > Garret > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > > -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com 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 Mon Feb 18 12: 3:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe38.pav2.hotmail.com [64.4.36.95]) by hub.freebsd.org (Postfix) with ESMTP id C778637B400 for ; Mon, 18 Feb 2002 12:03:32 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 12:03:32 -0800 X-Originating-IP: [66.32.76.82] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: UPDATE: UPDATE: Cannon S300 Date: Mon, 18 Feb 2002 15:03:38 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0085_01C1B88D.7201BAA0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 18 Feb 2002 20:03:32.0739 (UTC) FILETIME=[575E0530:01C1B8B7] Sender: owner-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_0085_01C1B88D.7201BAA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable After looking around i found the turboprint (www.turboprint.de) driver. When i print i get this error: bsd# Feb 18 14:48:01 bsd lpd[826]: cannot execv = /usr/share/turboprint/lib/tpfilter Feb 18 14:48:01 bsd lpd[826]: cannot execv = /usr/share/turboprint/lib/tpfilter Feb 18 14:48:01 bsd lpd[825]: lp: job could not be printed = (cfA001bsd.my-net-space.net) turboprint is calling tpfilter as a program (eval = /usr/share/turboprint/lib/tpfilter), but tpfilter needs to be run as "sh = tpfilter". how do i make this work? Thanks, Jeff Jeter ----- Original Message -----=20 From: Jeff Jeter=20 To: FreeBSD Questions=20 Sent: Monday, February 18, 2002 2:07 PM Subject: UPDATE: Cannon S300 I think i got the usb port configured. Now i need help setting up = ghostscript. what driver do i need? i installed gnu ghostscript, but = it didn't list the S30 as supported. www.linuxprinting.org doesn't say = anything about the S300. ----- Original Message -----=20 From: Jeff Jeter=20 To: FreeBSD Questions=20 Sent: Monday, February 18, 2002 1:08 PM Subject: Cannon S300 I am trying to setup a canon S300 printer. I don't think that usb = is setup correctly. usbd says no usb host controllers found.=20 =20 I have pnm2ppa and my /etc/printcap is: lp|ascii|unix:\ :lp=3D/dev/ulpt0:\ :sd=3D/var/spool/lpd:\ :if=3D/usr/local/bin/asciippafilter:\ :mx#0:\ :sh: ps:\ :lp=3D/dev/ulpt0:\ :sd=3D/var/spool/ps:\ :if=3D/usr/local/bin/ppafilter:\ :mx#0:\ :sh: ------=_NextPart_000_0085_01C1B88D.7201BAA0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
After looking around i found the = turboprint (www.turboprint.de) = driver.
When i print i get this = error:
 
bsd# Feb 18 14:48:01 bsd lpd[826]: = cannot execv=20 /usr/share/turboprint/lib/tpfilter
Feb 18 14:48:01 bsd lpd[826]: = cannot execv=20 /usr/share/turboprint/lib/tpfilter
Feb 18 14:48:01 bsd lpd[825]: lp: = job=20 could not be printed (cfA001bsd.my-net-space.net)
 
turboprint is calling tpfilter as a program (eval=20 /usr/share/turboprint/lib/tpfilter), but tpfilter needs to be run as "sh = tpfilter".  how do i make this work?
 
Thanks,
Jeff Jeter
 
----- Original Message -----
From:=20 Jeff = Jeter=20
To: FreeBSD Questions
Sent: Monday, February 18, 2002 = 2:07=20 PM
Subject: UPDATE: Cannon = S300

I think i got the usb port = configured.  Now=20 i need help setting up ghostscript.  what driver do i need?  = i=20 installed gnu ghostscript, but it didn't list the S30 as = supported.  www.linuxprinting.org does= n't say=20 anything about the S300.
----- Original Message -----
From:=20 Jeff = Jeter=20
To: FreeBSD Questions
Sent: Monday, February 18, = 2002 1:08=20 PM
Subject: Cannon S300

I am trying to setup a canon S300=20 printer.  I don't think that usb is setup correctly.  usbd = says no=20 usb host controllers found.
 
I have pnm2ppa and my = /etc/printcap=20 is:
 
lp|ascii|unix:\
       =20 :lp=3D/dev/ulpt0:\
       =20 :sd=3D/var/spool/lpd:\
        = = :if=3D/usr/local/bin/asciippafilter:\
     &n= bsp; =20 :mx#0:\
        = :sh:
 
ps:\
       =20 :lp=3D/dev/ulpt0:\
       =20 :sd=3D/var/spool/ps:\
       =20 = :if=3D/usr/local/bin/ppafilter:\
      &= nbsp;=20 :mx#0:\
        = :sh:
 
 
------=_NextPart_000_0085_01C1B88D.7201BAA0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 12:11:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fremont.bolingbroke.com (adsl-216-102-90-210.dsl.snfc21.pacbell.net [216.102.90.210]) by hub.freebsd.org (Postfix) with ESMTP id 5B5E437B400 for ; Mon, 18 Feb 2002 12:11:55 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by fremont.bolingbroke.com (8.12.1/8.12.1) with ESMTP id g1IKBsLA050553; Mon, 18 Feb 2002 12:11:55 -0800 (PST) Date: Mon, 18 Feb 2002 12:11:54 -0800 (PST) From: Ken Bolingbroke X-X-Sender: ken@fremont.bolingbroke.com To: ann kok Cc: freebsd-questions@FreeBSD.ORG Subject: Re: don't understand the message in maillog In-Reply-To: <20020218020047.50792.qmail@web20101.mail.yahoo.com> Message-ID: <20020218120609.K91586-100000@fremont.bolingbroke.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 Sun, 17 Feb 2002, ann kok wrote: > Dear all > > I would like to know how this message is in the > maillog > of the mail server? > > What is this meaning? Is it using our mail server? > > Feb 17 04:11:31 email sendmail[24444]: EAA24444: > from=, size=0, class=0, pri=0, > nrcpts=0, proto=SMTP, relay=[208.254.57.2] Most of the meaning is in the message itself. Breaking it down with the more interesting parts: from= <-- This was a message coming from jone001@hotmail.com size=0 <-- The size of the message. 0 means no message, basically, probably because the message was rejected. nrcpts=0 <-- The number of recipients. 0 means no recipients, probably because it was sent to an unknown user, or the sender address was rejected by some anti-spam rules. relay=[208.254.57.2] <-- The message is coming from this IP address It's probably nothing you need to worry about, unless you're seeing some problem in your mail delivery that appears to relate to this log message. Ken Bolingbroke hacker@bolingbroke.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 12:13:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (law2-oe69.hotmail.com [216.32.180.162]) by hub.freebsd.org (Postfix) with ESMTP id 7FC8437B404 for ; Mon, 18 Feb 2002 12:13:11 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 12:13:11 -0800 X-Originating-IP: [80.200.90.227] From: "Alain Fabry" To: References: <20020217195934.5D5DF48449@wastegate.net> Subject: Re: Beginner's question - Network problem Date: Mon, 18 Feb 2002 21:12:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 18 Feb 2002 20:13:11.0428 (UTC) FILETIME=[B04AF440:01C1B8B8] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG One last stupid question for the next few days: When trying to telnet to the FreeBSD box, I get a Connecting to 10.0.0.1......Could not open a connection to host: Connect failed I can ping the machine without a problem, so I know there is connectivity. What do I need to do to be able to telnet into the system from the LAN? Then it's time to start reading the FreeBSD handbook inside out. Thanks Alain ----- Original Message ----- From: "Doug Reynolds" To: "Alain Fabry" ; ; "Crist J. Clark" Cc: Sent: Sunday, February 17, 2002 9:01 PM Subject: Re: Beginner's question - Network problem > On Fri, 15 Feb 2002 18:26:53 -0800, Crist J. Clark wrote: > > >On Sat, Feb 16, 2002 at 02:46:08AM +0100, Alain Fabry wrote: > >> It's a Intel EtherExpress Pro 10+ ISA card > > > >[snip] > > > >> ex: WARNING: board's EEPROM is configured for IRQ 0, using 5 > >> ex0: at port 0x200-0x20f iomem 0xcc000-0xcffff irq 5 on isa0 > >> ex0: PnP config, 16-bit bus, board id 0xfff, stepping 0xf > >> ex0: Ethernet address ff:ff:ff:ff:ff:ff > > > >Not good. Have you tried disabling PnP in your BIOS? > > if I can recall correctly, that board can be either PnP or jumperless. > download the dos program from intel, and set the board to where you > want it. PnP is great for PCI, but sucks for ISA, imho. > > I've done this with all my isa network cards and never had a problem > with freebsd or any other OS for that matter. > > --- > doug reynolds | the maverick | mav@wastegate.net > > PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 12:20:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hall.mail.mindspring.net (hall.mail.mindspring.net [207.69.200.60]) by hub.freebsd.org (Postfix) with ESMTP id D09D337B419 for ; Mon, 18 Feb 2002 12:20:17 -0800 (PST) Received: from user-112ut5j.biz.mindspring.com ([66.47.116.179] helo=mortalcity.com) by hall.mail.mindspring.net with esmtp (Exim 3.33 #1) id 16cuGg-0004Hq-00 for freebsd-questions@freebsd.org; Mon, 18 Feb 2002 15:20:10 -0500 Received: from ibma20w98 (riteaidu.riteaid.com [204.28.140.7]) by mortalcity.com (8.11.3/8.11.3) with SMTP id g1IKKKQ16777 for ; Mon, 18 Feb 2002 15:20:25 -0500 (EST) (envelope-from matt@mortalcity.com) From: "Matt Winslow" To: Subject: Error Logging In Date: Mon, 18 Feb 2002 15:17:17 -0500 Message-ID: <001b01c1b8b9$4325dd20$fb0e640a@riteaid.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE 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 Kind of a newbie question...I just installed Majordomo via the port, and I logged off telnet and went back in later, it says login: /bin/csh: No such file or directory Connection closed by remote host What caused that to happen?? I can log in under a different user that just uses the /bin/sh login...but where did my /bin/csh go...and how do I get it back?? Thank you for your help... Matt Winslow matt@mortalciyy.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 12:29: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 3811937B404 for ; Mon, 18 Feb 2002 12:29:00 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id CD1B0BD57; Mon, 18 Feb 2002 12:28:59 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id MAA02927; Mon, 18 Feb 2002 12:28:58 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g1IKUc401499; Mon, 18 Feb 2002 12:30:38 -0800 (PST) (envelope-from swear@blarg.net) To: Cliff Sarginson Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: How do I make a suggestion to the kernel bods ? References: <20020218153948.GA2136@raggedclown.net> From: swear@blarg.net (Gary W. Swearingen) Date: 18 Feb 2002 12:30:37 -0800 In-Reply-To: <20020218153948.GA2136@raggedclown.net> Message-ID: Lines: 14 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Cliff Sarginson writes: > Hello, > I have a suggestion I want to submit concerning loadable modules. > It is not a bug, or a fix, just a suggestion for consideration. > > Is a PR suitable for this, or a mail to some appropriate list ? I know at least one committer thinks a PR is not suitable for suggestions and that's what I understood from the PR intro docs. I'd probably use -stable or -current, but then I'm unfamiliar with -hackers. And it wouldn't be out of place in -chat, which is read often by Terry Lambert, who was a developer of the modules system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 12:32:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.aisab.se (mail.aisab.se [193.15.57.10]) by hub.freebsd.org (Postfix) with SMTP id 3653037B41D for ; Mon, 18 Feb 2002 12:32:31 -0800 (PST) Received: from hightech (t2o947p52.telia.com[62.20.234.172])by DEVIL(MailMax 2.031) with ESMTP id 0 for bt@home.aisab.se; Mon, 18 Feb 2002 21:35:15 +0100 WST Message-ID: <000701c1b8bb$bae0bbd0$0402a8c0@hightech.aisab.se> From: "=?iso-8859-1?Q?Bengt_T=F6rngren?=" To: Subject: Harddisk problems Date: Mon, 18 Feb 2002 21:34:42 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0004_01C1B8C4.136484A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Det här är ett multipart-meddelande i MIME-format. ------=_NextPart_000_0004_01C1B8C4.136484A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi ! I have a 60GB harddisk connected to an old motherboard which does'nt = support larger harddisks then 32GB. I have changed the reported size too pass biostest. When i use fdisk it reports only 32GB of my 60GB disk. I have manually = tried to change the cylindervalue but it just wont work. Is there any configfile that i can change or something like that ?? Thanx in advance. Bengt ------=_NextPart_000_0004_01C1B8C4.136484A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi !
 
I have a 60GB harddisk connected to = an old=20 motherboard which does'nt support larger
harddisks then 32GB. I have changed = the reported=20 size too pass biostest.
 
When i use fdisk it reports only = 32GB of my 60GB=20 disk. I have manually tried to change the = cylindervalue but=20 it just wont work.
 
Is there any configfile that i can change or = something like=20 that ??
 
 
Thanx in advance.
 
Bengt
 
------=_NextPart_000_0004_01C1B8C4.136484A0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 12:34:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 2046037B400 for ; Mon, 18 Feb 2002 12:34:44 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16cuUk-0001J9-00 for FreeBSD-questions@FreeBSD.ORG; Mon, 18 Feb 2002 20:34:43 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 6190C13040 for ; Mon, 18 Feb 2002 21:34:42 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 1A25422590; Mon, 18 Feb 2002 21:34:42 +0100 (CET) Date: Mon, 18 Feb 2002 21:34:42 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.ORG Subject: Re: How do I make a suggestion to the kernel bods ? Message-ID: <20020218203442.GA22063@raggedclown.net> References: <20020218153948.GA2136@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Mon, Feb 18, 2002 at 12:30:37PM -0800, Gary W. Swearingen wrote: > Cliff Sarginson writes: > > > Hello, > > I have a suggestion I want to submit concerning loadable modules. > > It is not a bug, or a fix, just a suggestion for consideration. > > > > Is a PR suitable for this, or a mail to some appropriate list ? > > I know at least one committer thinks a PR is not suitable for > suggestions and that's what I understood from the PR intro docs. > > I'd probably use -stable or -current, but then I'm unfamiliar with > -hackers. And it wouldn't be out of place in -chat, which is read > often by Terry Lambert, who was a developer of the modules system. Ok, I will try one of these suggestions. I ddidn't want to add noise to the PR list, when it amounts to a suggestion for consideration, not something I expect to be acted on :) -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 12:39:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-1.visp.telinco.net (smtp-1.visp.telinco.net [212.1.130.1]) by hub.freebsd.org (Postfix) with ESMTP id 19EC137B416 for ; Mon, 18 Feb 2002 12:39:18 -0800 (PST) Received: from [212.1.153.17] (helo=me01) by smtp-1.visp.telinco.net with smtp (Exim 3.32 #1) id 16cuP5-0002D3-00 for freebsd-questions@FreeBSD.ORG; Mon, 18 Feb 2002 20:28:51 +0000 Message-ID: <000701c1b8bc$ff91eb40$119901d4@wintellect.com> From: "Philip Pereira" To: Subject: Funny Printer - is there but doesn't work Date: Mon, 18 Feb 2002 20:43:29 -0000 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 Hey smart-people of FreeBSD-ism, I love FreeBSD, but am having trouble with my printer. I have a Canon BJC-3000. I un-hashed the default "printcap" file to have a basic lpt0 printer - but nothing prints. I type in the command lptcontrol -i followed by lpd but when I print something - nothing comes out at the printer. The "lpq" contains no items and I know it's being sent through because if I don't use the command "lpd", the jobs get stored in the queue until I do lpd. "dmesg" contains the following details: ppc: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppbus0: IEEE1284 device found /NIBBLE ppbus0: Printer BJL,BJRaster3,BSCC,TXT01,BJScan2 plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 Thanks all - I look forward to your reply Phil. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 12:44:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mfc.com.tw (c162.h061013062.is.net.tw [61.13.62.162]) by hub.freebsd.org (Postfix) with ESMTP id 6118E37B400; Mon, 18 Feb 2002 12:43:56 -0800 (PST) Received: from yahoo.com (IDENT:root@mail.mfc.com.tw [127.0.0.1]) by mail.mfc.com.tw (8.11.2/8.11.2) with SMTP id g1IKteO19042; Tue, 19 Feb 2002 04:55:41 +0800 From: Subject: toner cartridges Date: Mon, 18 Feb 2002 15:47:07 Message-Id: <423.4282.133414@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" 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 **** VORTEX SUPPLIES **** -SPECIALS OF THE WEEK ON LASER TONER SUPPLIES AT DISCOUNT PRICES-- ORDER BY PHONE:1-888-288-9043 ORDER BY FAX: 1-888-977-1577 E-MAIL REMOVAL LINE: 1-888-248-4930 UNIVERSITY AND/OR SCHOOL PURCHASE ORDERS WELCOME. (NO CREDIT APPROVAL REQUIRED) ALL OTHER PURCHASE ORDER REQUESTS REQUIRE CREDIT APPROVAL. PAY BY CHECK (C.O.D), CREDIT CARD OR PURCHASE ORDER (NET 30 DAYS). IF YOUR ORDER IS BY CREDIT CARD PLEASE LEAVE YOUR CREDIT CARD # PLUS EXPIRATION DATE. IF YOUR ORDER IS BY PURCHASE ORDER LEAVE YOUR SHIPPING/BILLING ADDRESSES AND YOUR P.O. NUMBER ALL TRADEMARKS AND BRAND NAMES LISTED BELOW ARE PROPERTY OF THE RESPECTIVE HOLDERS AND USED FOR DESCRIPTIVE PURPOSES ONLY. NOTE: WE DO NOT CARRY 1) XEROX, BROTHER, PANASONIC, FUJITSU PRODUCTS 2) DESKJETJET/INK JET OR BUBBLE JET CARTRIDGES 3) ANY OFFBRANDS BESIDES THE ONES LISTED BELOW. OUR COMPATIBLE LASER PRINTER TONER CARTRIDGE PRICES ON CARTRIDGEDS ARE AS FOLLOWS: (PLEASE ORDER BY PAGE NUMBER AND/OR ITEM NUMBER) FOR HEWLETT PACKARD: (ON PAGE 2) ITEM #1 LASERJET SERIES 4L,4P (74A)------------------------$44 ITEM #2 LASERJET SERIES 1100 (92A)-------------------------$44 ITEM #3 LASERJET SERIES 2 (95A)----------------------------$39 ITEM #4 LASERJET SERIES 2P (75A)---------------------------$54 ITEM #5 LASERJET SERIES 5P,6P,5MP, 6MP (3903A)---------- -$44 ITEM #6 LASERJET SERIES 5SI, 8000 (09A)--------------------$95 ITEM #7 LASERJET SERIES 2100, 2200 (96A)-------------------$74 ITEM #8 LASERJET SERIES 8100 (82X)-------------------------$115 ITEM #9 LASERJET SERIES 5L/6L (3906A)----------------------$39 ITEM #10 LASERJET SERIES 4V---------------------------------$95 ITEM #11 LASERJET SERIES 4000 (27X)--------------------------$79 ITEM #12 LASERJET SERIES 3SI/4SI (91A)-----------------------$54 ITEM #13 LASERJET SERIES 4, 4M, 5,5M-------------------------$49 ITEM #13A LASERJET SERIES 5000 (29X)-------------------------$125 ITEM #13B LASERJET SERIES 1200-------------------------------$59 ITEM #13C LASERJET SERIES 4100-------------------------------$99 ITEM #18 LASERJET SERIES 3100------------------------------$39 ITEM #19 LASERJET SERIES 4500 BLACK--------------------------$79 ITEM #20 LASERJET SERIES 4500 COLORS ------------------------$125 FOR HEWLETT PACKARD FAX (ON PAGE 2) ITEM #14 LASERFAX 500, 700 (FX1)----------$49 ITEM #15 LASERFAX 5000,7000 (FX2)--------$64 ITEM #16 LASERFAX (FX3)------------------$59 ITEM #17 LASERFAX (FX4)------------------$54 FOR LEXMARK/IBM (ON PAGE 3) OPTRA 4019, 4029 HIGH YIELD---------------$89 OPTRA R, 4039, 4049 HIGH YIELD-----------$105 OPTRA E310.312 HIGH YIELD----------------$79 OPTRA E-----------------------------------$59 OPTRA N----------------------------------$115 OPTRA S----------------------------------$165 OPTRA T----------------------------------$195 OPTRA E310/312---------------------------$79 OPTAA E410/412---------------------------$89 FOR EPSON (ON PAGE 4) ACTION LASER 7000,7500,8000,9000----------$105 ACTION LASER 1000,1500--------------------$105 FOR CANON PRINTERS (ON PAGE 5) PLEASE CALL FOR MODELS AND UPDATED PRICES FOR CANON PRINTER CARTRIDGES PANASONIC (0N PAGE 7) NEC SERIES 2 MODELS 90 AND 95----------$105 APPLE (0N PAGE 8) LASER WRITER PRO 600 or 16/600------------------$49 LASER WRITER SELECT 300,320,360-----------------$74 LASER WRITER 300 AND 320------------------------$54 LASER WRITER NT, 2NT----------------------------$54 LASER WRITER 12/640-----------------------------$79 FOR CANON FAX (ON PAGE 9) LASERCLASS 4000 (FX3)---------------------------$59 LASERCLASS 5000,6000,7000 (FX2)-----------------$54 LASERFAX 5000,7000 (FX2)------------------------$54 LASERFAX 8500,9000 (FX4)------------------------$54 FOR CANON COPIERS (PAGE 10) PC 3, 6RE, 7 AND 11 (A30)---------------------$69 PC 300,320,700,720,760,900,910,920(E-40)------$89 90 DAY UNLIMITED WARRANTY INCLUDED ON ALL PRODUCTS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:17:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tmlp.com (mail.tmlp.com [209.117.42.249]) by hub.freebsd.org (Postfix) with ESMTP id 3D31037B417 for ; Mon, 18 Feb 2002 13:17:10 -0800 (PST) Received: from vwr2000 [207.86.249.69] by mail.tmlp.com (SMTPD32-7.04) id AF532813009C; Mon, 18 Feb 2002 16:17:07 -0500 Message-ID: <000501c1b8c2$0003cda0$f449fea9@tmlp.com> From: "Joe Rodrigues" To: "freebsd questions" Subject: X11 and KDE screen resolution. Date: Mon, 18 Feb 2002 16:19:49 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.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 Hello. I am unable to have KDE come up with a different resolution than 1600x1200. I had it set initially to that resolution and then changed it to 1024x768 on the XF86config as shown below. Also below is kde kcontrolrc which also has 1600x1200 as its default. 1. Is the XF86config correct, and if so why does KDE insist in coming up at 1600x1200 ?. Should it pickup the new resolution from X. Thanks, Joe. XF86config follows: # XF86Config auto-generated by XF86Setup # # Copyright (c) 1996 by The XFree86 Project, Inc. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included in # all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. # # Except as contained in this notice, the name of the XFree86 Project shall # not be used in advertising or otherwise to promote the sale, use or other # dealings in this Software without prior written authorization from the # XFree86 Project. # # See 'man XF86Config' for info on the format of this file Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Speedo" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" EndSection Section "ServerFlags" EndSection Section "Keyboard" Protocol "Standard" ++ XkbRules "xfree86" XkbModel "pc101" XkbLayout "us" EndSection Section "Pointer" Protocol "SysMouse" Device "/dev/mouse" Emulate3Timeout 50 Resolution 200 Buttons 3 Emulate3Buttons EndSection Section "Monitor" Identifier "Monitor_17" VendorName "ViewSonic" ModelName "PF775" HorizSync 30-97 VertRefresh 50-180 Modeline "1024x768" 115.50 1024 1056 1248 1440 768 771 781 802 -hsync -vsync Composite Modeline "1280x1024" 157.50 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync Composite Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 -hsync -vsync Composite Modeline "640x480" 45.80 640 672 768 864 480 488 494 530 -hsync -vsync Composite Modeline "1600x1200" 202.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync Composite EndSection Section "Device" Identifier "Primary Card" VendorName "ATI" BoardName "ATI XPERT 2000 AGP" Chipset "r128" VideoRam 32768 #Option "no_accel" #Option "sw_cursor" #Option "hw_cursor" #Option "dac_8_bit" #Option "dac_6_bit" EndSection Section "Screen" Driver "Accel" Device "Primary Card" Monitor "Monitor_17" DefaultColorDepth 32 SubSection "Display" Depth 8 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Monitor_17" DefaultColorDepth 32 SubSection "Display" Depth 8 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection SubSection "Display" Depth 32 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection Section "Screen" Driver "VGA16" Device "Primary Card" Monitor "Monitor_17" SubSection "Display" Depth 4 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection Section "Screen" Driver "VGA2" Device "Primary Card" Monitor "Monitor_17" SubSection "Display" Depth 1 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection Section "Screen" Driver "Mono" Device "Primary Card" Monitor "Monitor_17" SubSection "Display" Depth 1 Modes "1024x768" "1280x1024" "800x600" "640x480" "1600x1200" EndSubSection EndSection kcontrolrc follows: [General] InitialHeight 1200=856 InitialWidth 1600=981 [Index] IconSize=Medium ViewMode=Tree [Options] colors=true icons=true overwrite=false sounds=true wallpapers=true wm=true To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:22: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mumba.junik.lv (mail.junik.lv [195.216.160.134]) by hub.freebsd.org (Postfix) with ESMTP id 22ECB37B405 for ; Mon, 18 Feb 2002 13:21:57 -0800 (PST) Received: (from root@localhost) by mumba.junik.lv (8.8.8/8.8.8) id XAA11190 for freebsd-questions@freebsd.org; Mon, 18 Feb 2002 23:24:43 +0200 Received: from Adam ([213.182.205.3]) by mumba.junik.lv (8.8.8/8.8.8) with SMTP id XAA11099 for ; Mon, 18 Feb 2002 23:24:39 +0200 Message-ID: <01b901c1b8c2$96b205a0$03cdb6d5@junik.lv> From: "Adam@junik.lv" To: Subject: Date: Mon, 18 Feb 2002 23:24:02 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01B6_01C1B8D3.59F01100" 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_01B6_01C1B8D3.59F01100 Content-Type: text/plain; Content-Transfer-Encoding: quoted-printable subscribe adam@junik.lv ______________________________________ Scanned and protected by Inflex http://pldaniels.com/inflex ------=_NextPart_000_01B6_01C1B8D3.59F01100 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
subscribe adam@junik.lv

______________________________________
Scanned and protected by Inflex
http://pldaniels.com/inflex

------=_NextPart_000_01B6_01C1B8D3.59F01100-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:27:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c002.snv.cp.net (c002-mx006.c002.snv.cp.net [209.228.32.164]) by hub.freebsd.org (Postfix) with SMTP id 3A7AD37B404 for ; Mon, 18 Feb 2002 13:27:16 -0800 (PST) Received: (cpmta 25062 invoked from network); 18 Feb 2002 13:27:10 -0800 Received: from 63.233.207.147 (HELO concentric.net) by smtp.peoplepc.com (209.228.32.164) with SMTP; 18 Feb 2002 13:27:10 -0800 X-Sent: 18 Feb 2002 21:27:10 GMT Message-ID: <3C7171E2.937D2125@concentric.net> Date: Mon, 18 Feb 2002 16:28:02 -0500 From: mh X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i686) X-Accept-Language: en MIME-Version: 1.0 To: "Crist J. Clark" , freebsd-questions@FreeBSD.org Subject: Re: mount question References: <3C71271A.4016EC39@concentric.net> <20020218090624.G48401@blossom.cjclark.org> 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 "Crist J. Clark" wrote: > > On Mon, Feb 18, 2002 at 11:08:58AM -0500, mh wrote: > > I have an audio cd that has some MPEG files at the end of the disk. I am > > trying to mount the CD and use xine to view them. When I try to mount > > the CD with: "mount_cd9660 /dev/acd0c /mnt" I get: "mount_cd9660: > > /dev/acd0c: Invalid argument." > > > > In Linux I can mount -t iso9660 /dev/hdd /mnt and the disk is mounted > > and I can see the MPEG files. > > > > What am I doing wrong? Thanks for any help. > > Audio CDs are not ISO-9660 format. You cannot mount them. > > Off the top of my head, I'm not sure what tool in the base system you > could use to read a raw track off of a data CD. I don't think > cdcontrol(1) will do that, and I don't think dd(1) will work with > track devices. > -- > Crist J. Clark | cjclark@alum.mit.edu > | cjclark@jhu.edu > http://people.freebsd.org/~cjc/ | cjc@freebsd.org Yes, but then how would this be possible, using an audio cd with some extra multimedia tracks, and Debian: debian:/home/michael# mount -t iso9660 /dev/hdd /mnt mount: block device /dev/hdd is write-protected, mounting read-only debian:/home/michael# ls -la /mnt total 170129 dr-xr-xr-x 1 root root 2048 Apr 16 2001 . drwxr-xr-x 34 root root 1024 Feb 4 16:38 .. -r-xr-xr-x 1 root root 27 Apr 10 2001 AUTORUN.INF -r-xr-xr-x 1 root root 55293956 Apr 2 2001 Basnici.mpg -r-xr-xr-x 1 root root 58046468 Apr 2 2001 Kouzla.mpg -r-xr-xr-x 1 root root 6083557 Apr 10 2001 MEJLA.EXE -r-xr-xr-x 1 root root 54435844 Apr 2 2001 Magicka.mpg debian:/home/michael# I'm suprised that there is apparently some difference in "mount" between FreeBSD and Linux. Michael Heyes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:27:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 1102A37B416 for ; Mon, 18 Feb 2002 13:27:22 -0800 (PST) Received: from posthuman ([66.120.191.10]) by mta5.rcsntx.swbell.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GRQ00L81ZLHFF@mta5.rcsntx.swbell.net> for questions@freebsd.org; Mon, 18 Feb 2002 15:27:21 -0600 (CST) Date: Mon, 18 Feb 2002 13:27:26 -0800 From: "Ayman Zarka." Subject: FreeBSD and Fonts. To: questions@freebsd.org Message-id: <000c01c1b8c3$101a7f30$0abf7842@posthuman> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT 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 Hello, ( I think my first email got lost ) I'm running FreeBSD 4.4 RELEASE, no X installed on the machine. and I need to install Arabic fonts; and I would like to be able to use it in several applications, such as: EPIC , mail, editor etc... Anyone can give feedback about that? appreciate your help, and thanks in advance. - Ayman Zarka. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:27:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f67.law11.hotmail.com [64.4.17.67]) by hub.freebsd.org (Postfix) with ESMTP id 1243437B405 for ; Mon, 18 Feb 2002 13:27:30 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 13:27:29 -0800 Received: from 213.122.85.171 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 18 Feb 2002 21:27:29 GMT X-Originating-IP: [213.122.85.171] From: "S Roberts" To: freebsd-questions@FreeBSD.org Subject: re: FreeBSD 4.5 Stable - documented Mozilla Upgrade to mozilla 0.9.8 Date: Mon, 18 Feb 2002 21:27:29 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Feb 2002 21:27:29.0720 (UTC) FILETIME=[11A45380:01C1B8C3] Sender: owner-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 wondering if anyone has successfully upgraded the shipped verison of Mozilla that comes with FreeBSD, to the newly released verison: mozilla 0.9.8. I'd like to hear of any documented references on how this is done (or if you have the time), or some pointers to gotchas and workarounds that I need to be aware of. As mentioned above, I'm running FreeBSD 4.5 Stable (recent cvsup from 4.3 Release). My ports tree is also up to date, and Mozilla is defined as being out of date, and I'd like to upgrade it. Thanks to all those that might respond. Stacey _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:29:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id F059437B402 for ; Mon, 18 Feb 2002 13:29:21 -0800 (PST) Received: from there (lille-2-a7-5-143.dial.proxad.net [62.147.5.143]) by postfix1-2.free.fr (Postfix) with SMTP id 5C6FCAB4C2 for ; Mon, 18 Feb 2002 22:29:20 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: Re: upsd problems Date: Sun, 17 Feb 2002 22:25:26 +0100 X-Mailer: KMail [version 1.3.1] References: <15472.6948.82917.622768@guru.mired.org> In-Reply-To: <15472.6948.82917.622768@guru.mired.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020218212920.5C6FCAB4C2@postfix1-2.free.fr> Sender: owner-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 to all ! Pb is solved with your help. On Sunday 17 February 2002 22:05, you wrote: | mess-mate types: | > Hello all, | > After my first install of FBSD I have following pb : | > (of course fonfigured the kernel before the install) | > in console there are continuing messages (on stdout) like | > 'upsd[226]: write port : cannot write to /dev/cuaa0 : Resource=3D20 | > temporarily unavailable'. | > 'upsd[226]: cannot put the UPS in smart mode' | > So, I thought this is a pb with my mouse and disabled the mouse | > in=3D20 /etc/rc.conf. | > Nothing helps. | > There is no way to eventually recompile the kernel with all | > this=3D20 messages on the screen. | > Are there maybe other services I have to disabling ? | > Thanks for your help. | |snip.. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:36:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 2EFC137B419 for ; Mon, 18 Feb 2002 13:36:29 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 6E28A2B6BE; Mon, 18 Feb 2002 22:36:24 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 132E6247; Tue, 19 Feb 2002 08:36:09 +1100 (EST) Date: Tue, 19 Feb 2002 08:36:09 +1100 From: Edwin Groothuis To: S Roberts Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 4.5 Stable - documented Mozilla Upgrade to mozilla 0.9.8 Message-ID: <20020219083609.P494@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , S Roberts , freebsd-questions@FreeBSD.org References: 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 sroberts84@hotmail.com on Mon, Feb 18, 2002 at 09:27:29PM +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 Mon, Feb 18, 2002 at 09:27:29PM +0000, S Roberts wrote: > I'm wondering if anyone has successfully upgraded the shipped verison > of Mozilla that comes with FreeBSD, to the newly released verison: mozilla > 0.9.8. > > I'd like to hear of any documented references on how this is done (or if you > have the time), or some pointers to gotchas and workarounds that I need to > be aware of. > > As mentioned above, I'm running FreeBSD 4.5 Stable (recent cvsup from 4.3 > Release). My ports tree is also up to date, and Mozilla is defined as being > out of date, and I'd like to upgrade it. cd /usr/ports/www/mozilla make pkg_delete mozilla-0.9.7 (or whatever your current is) make reinstall and an optional make clean Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:44:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f130.law11.hotmail.com [64.4.17.130]) by hub.freebsd.org (Postfix) with ESMTP id C0ADE37B404 for ; Mon, 18 Feb 2002 13:44:50 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 13:44:50 -0800 Received: from 213.122.85.171 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 18 Feb 2002 21:44:50 GMT X-Originating-IP: [213.122.85.171] From: "S Roberts" To: edwin@mavetju.org Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 4.5 Stable - documented Mozilla Upgrade to mozilla 0.9.8 Date: Mon, 18 Feb 2002 21:44:50 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Feb 2002 21:44:50.0495 (UTC) FILETIME=[7DFDFCF0:01C1B8C5] Sender: owner-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 Edwin, Thanks for getting back to me, and for the information. I need to verify the following please: >cd /usr/ports/www/mozilla >make For my benefit, could you explain why a "make" is required at this point, please? >pkg_delete mozilla-0.9.7 (or whatever your current is) >make reinstall >and an optional make clean Thanks again, hope to hear from you again soon. Stacey >From: Edwin Groothuis >To: S Roberts >CC: freebsd-questions@FreeBSD.org >Subject: Re: FreeBSD 4.5 Stable - documented Mozilla Upgrade to mozilla >0.9.8 >Date: Tue, 19 Feb 2002 08:36:09 +1100 >MIME-Version: 1.0 >Received: from [212.204.230.141] by hotmail.com (3.2) with ESMTP id >MHotMailBE3ABEE4009F40043192D4CCE68D0AD60; Mon, 18 Feb 2002 13:36:37 -0800 >Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141])by >topaz.mdcc.cx (Postfix) with ESMTPid 6E28A2B6BE; Mon, 18 Feb 2002 22:36:24 >+0100 (CET) >Received: by k7.mavetju.org (Postfix, from userid 1001)id 132E6247; Tue, 19 >Feb 2002 08:36:09 +1100 (EST) >From edwin@mavetju.org Mon, 18 Feb 2002 13:38:01 -0800 >Message-ID: <20020219083609.P494@k7.mavetju.org> >Mail-Followup-To: Edwin Groothuis ,S Roberts >, freebsd-questions@FreeBSD.org >References: >User-Agent: Mutt/1.2.5.1i >In-Reply-To: ; from >sroberts84@hotmail.com on Mon, Feb 18, 2002 at 09:27:29PM +0000 > >On Mon, Feb 18, 2002 at 09:27:29PM +0000, S Roberts wrote: > > I'm wondering if anyone has successfully upgraded the shipped >verison > > of Mozilla that comes with FreeBSD, to the newly released verison: >mozilla > > 0.9.8. > > > > I'd like to hear of any documented references on how this is done (or if >you > > have the time), or some pointers to gotchas and workarounds that I need >to > > be aware of. > > > > As mentioned above, I'm running FreeBSD 4.5 Stable (recent cvsup from >4.3 > > Release). My ports tree is also up to date, and Mozilla is defined as >being > > out of date, and I'd like to upgrade it. > >cd /usr/ports/www/mozilla >make >pkg_delete mozilla-0.9.7 (or whatever your current is) >make reinstall >and an optional make clean > >Edwin > >-- >Edwin Groothuis | Personal website: http://www.MavEtJu.org >edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: >------------------+ http://www.FatalDimensions.org/ _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:49:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id A6A1C37B419 for ; Mon, 18 Feb 2002 13:49:53 -0800 (PST) Received: (qmail 41992 invoked by uid 100); 18 Feb 2002 21:49:51 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15473.30462.138292.949043@guru.mired.org> Date: Mon, 18 Feb 2002 15:49:50 -0600 To: dmmcf@uiuc.edu (D. Michael McFarland) Cc: questions@FreeBSD.org Subject: Re: Advice sought re MS Office compatibility In-Reply-To: <863czylumy.fsf@ness.aae.uiuc.edu> References: <15472.44937.241831.56766@guru.mired.org> <863czylumy.fsf@ness.aae.uiuc.edu> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 D. Michael McFarland types: > "Mike Meyer" writes: > > Of course, the best thing to do if you're collaborating on a document > > is to load it into *your* favorite application for dealing with > > documents of that type, do your work, and send it back to them in that > > applications format. A truly fitting sabotage. > But these collaborators are my friends, and the documents are important. > I wouldn't want to sabotage my friends. Unless, of course, it's for > their own good. ;-) Well, the story - which I now understand is false - is that the original sabotage was for the good of the public. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:53:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id A290F37B41D for ; Mon, 18 Feb 2002 13:53:01 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 19A272B6BE; Mon, 18 Feb 2002 22:52:59 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 3003830B; Tue, 19 Feb 2002 08:52:55 +1100 (EST) Date: Tue, 19 Feb 2002 08:52:55 +1100 From: Edwin Groothuis To: S Roberts Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 4.5 Stable - documented Mozilla Upgrade to mozilla 0.9.8 Message-ID: <20020219085255.E492@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , S Roberts , freebsd-questions@FreeBSD.org References: 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 sroberts84@hotmail.com on Mon, Feb 18, 2002 at 09:44:50PM +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 Mon, Feb 18, 2002 at 09:44:50PM +0000, S Roberts wrote: > Hi Edwin, > Thanks for getting back to me, and for the information. > > I need to verify the following please: > >cd /usr/ports/www/mozilla > >make > For my benefit, could you explain why a "make" is required at this point, > please? In every directory in the ports-hierarchy there is a Makefile. This file describes what has to be done to create this port. To "run" the Makefile, you have to execute the command make. It will parse the Makefile and do the following things (in general): - See if the tarball with the source is on this system and if not, fetch it. - Extract the tarball - Patch the source with some FreeBSD specific issues. - Run configure to create a makefile for the source. - Create the executable You can do these steps one at a time by specifying a parameter with the make-command (make fetch, make extract, make patch, make configure, make build). Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 13:58:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f166.law11.hotmail.com [64.4.17.166]) by hub.freebsd.org (Postfix) with ESMTP id BFBC437B400 for ; Mon, 18 Feb 2002 13:58:11 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 13:58:11 -0800 Received: from 213.122.85.171 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 18 Feb 2002 21:58:11 GMT X-Originating-IP: [213.122.85.171] From: "S Roberts" To: edwin@mavetju.org Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 4.5 Stable - documented Mozilla Upgrade to mozilla 0.9.8 Date: Mon, 18 Feb 2002 21:58:11 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 18 Feb 2002 21:58:11.0600 (UTC) FILETIME=[5B7CE900:01C1B8C7] Sender: owner-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 Edwin, Thanks for that.., I understand - and will get onto this leter on tonight. Thank you very much for your time and assistance. Stacey >From: Edwin Groothuis >To: S Roberts >CC: freebsd-questions@FreeBSD.org >Subject: Re: FreeBSD 4.5 Stable - documented Mozilla Upgrade to mozilla >0.9.8 >Date: Tue, 19 Feb 2002 08:52:55 +1100 >MIME-Version: 1.0 >Received: from [216.136.204.119] by hotmail.com (3.2) with ESMTP id >MHotMailBE3AC2CD00C64004375AD888CC7755FD0; Mon, 18 Feb 2002 13:53:17 -0800 >Received: from hub.freebsd.org (hub.FreeBSD.org [216.136.204.18])by >mx2.freebsd.org (Postfix) with ESMTPid 2196155D5F; Mon, 18 Feb 2002 >13:46:44 -0800 (PST)(envelope-from owner-freebsd-questions@FreeBSD.ORG) >Received: by hub.freebsd.org (Postfix, from userid 538)id A94E837B400; Mon, >18 Feb 2002 13:53:05 -0800 (PST) >Received: from localhost (localhost [127.0.0.1])by hub.freebsd.org >(Postfix) with SMTPid BD94E2E800C; Mon, 18 Feb 2002 13:53:04 -0800 (PST) >Received: by hub.freebsd.org (bulk_mailer v1.12); Mon, 18 Feb 2002 13:53:04 >-0800 >Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141])by >hub.freebsd.org (Postfix) with ESMTP id A290F37B41Dfor >; Mon, 18 Feb 2002 13:53:01 -0800 (PST) >Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141])by >topaz.mdcc.cx (Postfix) with ESMTPid 19A272B6BE; Mon, 18 Feb 2002 22:52:59 >+0100 (CET) >Received: by k7.mavetju.org (Postfix, from userid 1001)id 3003830B; Tue, 19 >Feb 2002 08:52:55 +1100 (EST) >From owner-freebsd-questions@FreeBSD.ORG Mon, 18 Feb 2002 13:53:51 -0800 >Delivered-To: freebsd-questions@freebsd.org >Message-ID: <20020219085255.E492@k7.mavetju.org> >References: >User-Agent: Mutt/1.2.5.1i >In-Reply-To: ; from >sroberts84@hotmail.com on Mon, Feb 18, 2002 at 09:44:50PM +0000 >Sender: owner-freebsd-questions@FreeBSD.ORG >List-ID: >List-Archive: (Web Archive) >List-Help: (List Instructions) >List-Subscribe: > >List-Unsubscribe: > >X-Loop: FreeBSD.ORG >Precedence: bulk > >On Mon, Feb 18, 2002 at 09:44:50PM +0000, S Roberts wrote: > > Hi Edwin, > > Thanks for getting back to me, and for the information. > > > > I need to verify the following please: > > >cd /usr/ports/www/mozilla > > >make > > For my benefit, could you explain why a "make" is required at this >point, > > please? > >In every directory in the ports-hierarchy there is a Makefile. This >file describes what has to be done to create this port. To "run" >the Makefile, you have to execute the command make. It will parse >the Makefile and do the following things (in general): >- See if the tarball with the source is on this system and if not, fetch >it. >- Extract the tarball >- Patch the source with some FreeBSD specific issues. >- Run configure to create a makefile for the source. >- Create the executable > >You can do these steps one at a time by specifying a parameter with >the make-command (make fetch, make extract, make patch, make >configure, make build). > >Edwin > >-- >Edwin Groothuis | Personal website: http://www.MavEtJu.org >edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: >------------------+ http://www.FatalDimensions.org/ > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 14:13:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.austclear.com.au (ns1.austclear.com.au [192.43.185.68]) by hub.freebsd.org (Postfix) with ESMTP id 6262337B402 for ; Mon, 18 Feb 2002 14:13:09 -0800 (PST) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.166.65]) by ns1.austclear.com.au (8.11.2/8.11.3) with ESMTP id g1IMD3068438; Tue, 19 Feb 2002 09:13:03 +1100 (EST) (envelope-from ahl@austclear.com.au) Received: from tungsten (tungsten [192.168.166.65]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA24088; Tue, 19 Feb 2002 09:13:02 +1100 (EST) Message-Id: <200202182213.JAA24088@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: ann kok Cc: Matthew Emmerton , edwin@mavetju.org, freebsd-questions@FreeBSD.ORG Subject: Re: don't understand the message in maillog In-Reply-To: Message from ann kok of "Mon, 18 Feb 2002 08:03:54 -0800." <20020218160354.1733.qmail@web20109.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Feb 2002 09:13:02 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG annkok2001@yahoo.com said: > I would like to know now how do I prevent someone to use my server? If you have a reject message in the log, they didn't use your server. You know, "reject" = "not accept" = "go away, don't use my server"... Just on the log message you sent, the message had zero bytes and no recipients, which means there was no message and they didn't use your server. The reject message should show you WHY you rejected it which may help you to understand what your server does and does not allow. Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 14:21:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.netizen.co.za (situs.netizen.co.za [209.61.189.116]) by hub.freebsd.org (Postfix) with ESMTP id 47D4237B404; Mon, 18 Feb 2002 14:21:53 -0800 (PST) Received: from localhost.netizen.co.za ([127.0.0.1] helo=localhost) by mail.netizen.co.za with smtp (Exim 3.34 #1) id 16cwAX-000NND-00; Mon, 18 Feb 2002 16:21:57 -0600 To: "Crist J. Clark" , Graham Wheeler , Stuart Tanner , Subject: Re: lpd not reading printcap? From: Graham Wheeler Date: Mon, 18 Feb 2002 16:21:57 CST Reply-To: Graham Wheeler X-Priority: 3 (Normal) X-Originating-Ip: [131.107.3.86] X-Mailer: NOCC v0.9.5 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit 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 Crist J. Clark wrote : > On Sun, Feb 17, 2002 at 05:08:44PM -0600, Graham Wheeler wrote: > > Stuart Tanner &lang=en">stuart@sigterm.com> > wrote : > > > > > You are not telling lpd which printer to use at the other end. You > > > have listed the remote machine but you don't have a rp entry. > > > > > > > > > You're right; I had forgotten that this is needed even if the remote > > printer is named lp. It's been a while. > > > > I used the example for a remote printer given in the default > > /etc/printcap; it is also missing the rp field so its a poor > > example. > > It's not needed when the remote is 'lp.' It is if lp is not the first name in the list. In my case I had: NEC-SW|lp|NEC SilentWriter PostScript: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 14:23:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blues.hodgsonhouse.com (blues.hodgsonhouse.com [24.72.10.211]) by hub.freebsd.org (Postfix) with ESMTP id E74F937B405 for ; Mon, 18 Feb 2002 14:23:22 -0800 (PST) Received: by blues.hodgsonhouse.com (Postfix, from userid 500) id 139607F5D0; Mon, 18 Feb 2002 16:21:42 -0600 (CST) Date: Mon, 18 Feb 2002 16:21:42 -0600 From: Tillman Hodgson To: freebsd-questions@freebsd.org Subject: /altroot? Message-ID: <20020218162141.A27310@hodgsonhouse.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Editor: Vim Rocks! http://www.vim.org X-Mailer: Mutt Rocks! http://www.mutt.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, Does FreeBSD have built-in functionality similar to OpenBSDs /altroot? I'd like to use that to handle the root partition (as Vinum doesn't handle that part) and I haven't been able to find any documentation that relates to this. TIA, - Tillman -- Beauty is not diminished by being shared. Robert Heinlein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 14:43:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 3715C37B400 for ; Mon, 18 Feb 2002 14:43:34 -0800 (PST) Received: (qmail 94328 invoked by uid 100); 18 Feb 2002 22:43:31 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15473.33682.353887.609959@guru.mired.org> Date: Mon, 18 Feb 2002 16:43:30 -0600 To: dmmcf@uiuc.edu (D. Michael McFarland) Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility In-Reply-To: <34125683@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 D. Michael McFarland types: > "Mike Meyer" writes: > > If the only reason you're running it is to read documents from people > > who are to lazy to convert them to a non-proprietary format, > They're not lazy or unwilling to cooperate, they're just convinced > that MS Word has won the document file format wars and we'd all be > better off saving and exchanging all our work as .doc files. They > readily admit Word's inferiority--in fact, they often lament it. Ok, I replied once, but I want to add a word. And more information. MS Word has won the desktop document production war. It hasn't won the file format war - because it isn't a fixed file format. I'm sure even *they* have been bitten by having someone using a newer version send them a document that they then couldn't read. D. Michael McFarland types: > Cliff Sarginson writes: > > Is Wordperfect the answer ? > > I don't know if the Linux version of it runs on FreeBSD, but I guess it > > should (I didn't check the ports). Unlike Word, WP doesn't change it's > > internal structure every 5 minutes, I believe it handles Word > > documents...just a thought. > Good idea. I'll look into it. WordPerfect 7 ran on FreeBSD. It was even in the ports tree for a while. StarOffice generally dealt with Word documents better than WordPerfect. If you've got to deal with powerpoint files, I don't think there's any other choice than StarOffice, though I haven't looked at the office suite built around WordPerfect. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 14:54: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id D3AF537B400 for ; Mon, 18 Feb 2002 14:54:03 -0800 (PST) Received: (qmail 7257 invoked by uid 100); 18 Feb 2002 22:54:01 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-ID: <15473.34313.90073.129824@guru.mired.org> Date: Mon, 18 Feb 2002 16:54:01 -0600 To: Carl Tucker Cc: questions@freebsd.org Subject: Re: Dropping to single user In-Reply-To: <34507209@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Carl Tucker types: > On Mon, Feb 18, 2002 at 10:19:34AM -0500, Sandro Mancuso wrote: > > Hi, not long ago, someone mentioned =93dropping to single user=94 a= nd I was > > wondering how. I did get an answer, however I=92ve =93misplaced=94= that > > reply, so I=92m wondering if anyone can refresh my memory=85 regard= ing how > > to do such a thing without having to reboot after doing make buildw= orld, > > and building/installing the generic kernel (having to do with upgra= ding > > from 4.4 to 4.5stable=85 etc) > 'shutdown now' will drop you into single-user mode without unmounting= > all your filesystems or rebooting. After you install a new kernel, t= hough, > I would think you need to do an actual reboot to get it in memory. > I could be wrong. You're not wrong. The only way to install a new kernel is to reboot the system. If you're upgrading the software, you are *strongly* encourage to boot the new kernel before upgrading any other software. That way, if it fails it's easy to go back to the old situation. If you upgrade the rest of the system and it fails, you wind up trying to fix things with the old kernel and new userland, which may be arbitrarily difficult. =09=09=09=09http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more inform= ation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 15:23:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tgd.net (mail.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id AC01E37B400; Mon, 18 Feb 2002 15:23:10 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id DA3CD20F05; Mon, 18 Feb 2002 15:23:09 -0800 (PST) Date: Mon, 18 Feb 2002 15:23:09 -0800 From: Sean Chittenden To: Il%j Sipicin Cc: questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Kerberos 5 Message-ID: <20020218152309.B6619@ninja1.internal> References: <20020218120301.T11583-100000@sol.chel.skbkontur.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020218120301.T11583-100000@sol.chel.skbkontur.ru>; from "ilia@chel.skbkontur.ru" on Mon, Feb 18, 2002 at = 12:05:01PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.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 > what is the difference between MIT and KTH versions ? MIT is more feature complete in an enterprise space. Heimdal is decent, but doesn't have any of the nifty features that MIT does (password classes and expiration). All the same, Heimdal has readline support and that's a heavy point in Heimdal's favor. > what is security/krb5 ? is it legal for Russia ? is it different from > MIT Kerberos included with base distribution ? MIT isn't included with the base. I use security/krb5 and it works great. Heimdal doesn't work with CVS or PostgreSQL to my knowledge. -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 15:43:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1cal-exch2.cup.edu (1cal-exch2.cup.edu [158.83.1.34]) by hub.freebsd.org (Postfix) with ESMTP id AC58837B400 for ; Mon, 18 Feb 2002 15:43:35 -0800 (PST) Received: from nrwrkxp01 ([204.171.188.124]) by 1cal-exch2.cup.edu with Microsoft SMTPSVC(5.0.2195.3779); Mon, 18 Feb 2002 18:43:29 -0500 From: "Tim Radigan" To: Subject: cc_int causes buildworld to fail Date: Mon, 18 Feb 2002 18:43:26 -0500 Organization: California University of Pennsylvania Message-ID: <000001c1b8d6$115f3990$1401a8c0@nrwrkxp01> 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: 18 Feb 2002 23:43:29.0765 (UTC) FILETIME=[11686150:01C1B8D6] Sender: owner-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 recently come across a problem when moving from 4.2-RELEASE to 4.3-RELEASE.. i cvsup'd the source tree last week, and once again today.. the only thing that changed today was the ports, but that's it.. no source was transferred.. it seems to check out ok but when i run make buildworld, it fails when building cc_int.. the only contents of the make.conf file is: CFLAGS= -O -pipe i copied the /usr/src/etc/defaults/make.conf to /etc/defaults/make.conf and i'm using the defaults for that file.. here is where it dies on me: (pasting from script) ===> cc_int cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DTARGET_NAME=\"i386-unknown-freebsd\" -DIN_GCC -I/usr/obj/usr/src/i386/usr/include -c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-aux-info.c -o c-aux-info.o . . . { cut to save on space } . . cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DTARGET_NAME=\"i386-unknown-freebsd\" -DIN_GCC -I/usr/obj/usr/src/i386/usr/include -c ../cc_tools/insn-opinit.c -o insn-opinit.o cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DTARGET_NAME=\"i386-unknown-freebsd\" -DIN_GCC -I/usr/obj/usr/src/i386/usr/include -c ../cc_tools/insn-output.c -o insn-output.o cc: Internal compiler error: program cc1 got fatal signal 11{standard input}: Assembler messages: *** Error code 1 {standard input}:16651: Warning: Stop in /usr/src/gnu/usr.bin/cc/cc_int. end of file not at end of a line; newline inserted*** Error code 1 Stop in /usr/src/gnu/usr.bin/cc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. home# {standard input}:19669: Error: Unknown pseudo-op: `.' <-- end of script output -> if anyone has any ideas on how or why this is happening, it'd be helpful.. i can't seem to figure it out for the life of me.. i have looked in the mailing archives, freebsd web sites, and i have come up with nothing.. tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 15:46:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 7CE3D37B400 for ; Mon, 18 Feb 2002 15:46:44 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020218234644.MEHM2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Mon, 18 Feb 2002 23:46:44 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1INkhp37516; Mon, 18 Feb 2002 15:46:43 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 15:46:43 -0800 From: "Crist J. Clark" To: Graham Wheeler Cc: Stuart Tanner , freebsd-questions@FreeBSD.ORG Subject: Re: lpd not reading printcap? Message-ID: <20020218154643.R48401@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gram@bradygirl.com on Mon, Feb 18, 2002 at 04:21:57PM -0600 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 04:21:57PM -0600, Graham Wheeler wrote: > Crist J. Clark wrote : > > > On Sun, Feb 17, 2002 at 05:08:44PM -0600, Graham Wheeler wrote: > > > Stuart Tanner &lang=en">stuart@sigterm.com> > > wrote : > > > > > > > You are not telling lpd which printer to use at the other end. You > > > > have listed the remote machine but you don't have a rp entry. > > > > > > > > > > > > > You're right; I had forgotten that this is needed even if the remote > > > printer is named lp. It's been a while. > > > > > > I used the example for a remote printer given in the default > > > /etc/printcap; it is also missing the rp field so its a poor > > > example. > > > > It's not needed when the remote is 'lp.' > > It is if lp is not the first name in the list. In my case I had: > > > NEC-SW|lp|NEC SilentWriter PostScript: I cannot reproduce the problem. If I do, --- printcap 2002/02/18 23:43:56 1.1 +++ printcap 2002/02/18 23:44:04 @@ -1,6 +1,6 @@ # $Id: printcap,v 1.1 2002/02/18 23:43:56 cjc Exp cjc $ # # Local printer -lp|local line printer:\ +dummy|lp|local line printer:\ :sh:\ :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: And restart lpd(8) on the printer server, it still works fine for me without putting an 'rp' in the remote's printcap(5). Something a little strange is going on. Both machines are FreeBSD? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 15:50:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sbggate.searbrown.com (sbggate.searbrown.com [207.140.153.2]) by hub.freebsd.org (Postfix) with ESMTP id D45E837B402 for ; Mon, 18 Feb 2002 15:50:17 -0800 (PST) Received: from QRJATYDI ([4.33.72.46]) by sbggate.searbrown.com with Microsoft SMTPSVC(5.0.2195.2966); Mon, 18 Feb 2002 17:33:34 -0500 From: Elena@FreeBSD.ORG To: Áîðèñ@FreeBSD.ORG Subject: ÷ òÏÓÓÉÉ ÒÁÚÒÅÛÉÌÉ óðáí ? X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Outlook Express Date: Tue, 19 Feb 2002 0:24:42 +0300 Mime-Version: 1.0 Content-Type: text/plain; charset="KOI8-R" Message-ID: X-OriginalArrivalTime: 18 Feb 2002 22:33:34.0986 (UTC) FILETIME=[4D1FE6A0:01C1B8CC] Sender: owner-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.osios.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 16: 9:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c002.snv.cp.net (c002-h021.c002.snv.cp.net [209.228.32.185]) by hub.freebsd.org (Postfix) with SMTP id AB70D37B402 for ; Mon, 18 Feb 2002 16:09:44 -0800 (PST) Received: (cpmta 8744 invoked from network); 18 Feb 2002 16:09:42 -0800 Received: from 63.233.204.242 (HELO concentric.net) by smtp.peoplepc.com (209.228.32.185) with SMTP; 18 Feb 2002 16:09:42 -0800 X-Sent: 19 Feb 2002 00:09:42 GMT Message-ID: <3C7197F9.F10391CF@concentric.net> Date: Mon, 18 Feb 2002 19:10:33 -0500 From: mh X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.19 i686) X-Accept-Language: en MIME-Version: 1.0 To: Stephen Hoover , freebsd-questions@FreeBSD.org Subject: Re: mount question References: <3C71271A.4016EC39@concentric.net> <20020218090624.G48401@blossom.cjclark.org> <3C7171E2.937D2125@concentric.net> <00e201c1b8cc$60825d40$320210ac@dcicorp.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 Tried that, error message was: mount: /dev/acd0c on /mnt: incorrect super block. Is it possible that there is a small ISO9600 file system on the disc, with pointers to the MPEG files on the disc? Perhaps the Linux mount command is able to find and mount this, and the FBSD mount doesn't? I know I'm reaching here guys, ... Michael Heyes Stephen Hoover wrote: > > Try mount -r /dev/acd0c /mnt > > Stephen Hoover > Dallas, Texas > > ----- Original Message ----- > From: "mh" > To: "Crist J. Clark" ; > Sent: Monday, February 18, 2002 3:28 PM > Subject: Re: mount question > > > "Crist J. Clark" wrote: > > > > > > On Mon, Feb 18, 2002 at 11:08:58AM -0500, mh wrote: > > > > I have an audio cd that has some MPEG files at the end of the disk. I > am > > > > trying to mount the CD and use xine to view them. When I try to mount > > > > the CD with: "mount_cd9660 /dev/acd0c /mnt" I get: "mount_cd9660: > > > > /dev/acd0c: Invalid argument." > > > > > > > > In Linux I can mount -t iso9660 /dev/hdd /mnt and the disk is mounted > > > > and I can see the MPEG files. > > > > > > > > What am I doing wrong? Thanks for any help. > > > > > > Audio CDs are not ISO-9660 format. You cannot mount them. > > > > > > Off the top of my head, I'm not sure what tool in the base system you > > > could use to read a raw track off of a data CD. I don't think > > > cdcontrol(1) will do that, and I don't think dd(1) will work with > > > track devices. > > > -- > > > Crist J. Clark | cjclark@alum.mit.edu > > > | cjclark@jhu.edu > > > http://people.freebsd.org/~cjc/ | cjc@freebsd.org > > > > > > > > Yes, but then how would this be possible, using an audio cd with some > > extra multimedia tracks, and Debian: > > > > > > debian:/home/michael# mount -t iso9660 /dev/hdd /mnt > > mount: block device /dev/hdd is write-protected, mounting read-only > > debian:/home/michael# ls -la /mnt > > total 170129 > > dr-xr-xr-x 1 root root 2048 Apr 16 2001 . > > drwxr-xr-x 34 root root 1024 Feb 4 16:38 .. > > -r-xr-xr-x 1 root root 27 Apr 10 2001 AUTORUN.INF > > -r-xr-xr-x 1 root root 55293956 Apr 2 2001 Basnici.mpg > > -r-xr-xr-x 1 root root 58046468 Apr 2 2001 Kouzla.mpg > > -r-xr-xr-x 1 root root 6083557 Apr 10 2001 MEJLA.EXE > > -r-xr-xr-x 1 root root 54435844 Apr 2 2001 Magicka.mpg > > debian:/home/michael# > > > > > > I'm suprised that there is apparently some difference in "mount" between > > FreeBSD and Linux. > > > > Michael Heyes > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- If they give you ruled paper, write the other way. -- Juan Ramon Jimenez To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 16:18:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13101.mail.yahoo.com (web13101.mail.yahoo.com [216.136.174.146]) by hub.freebsd.org (Postfix) with SMTP id 63D4A37B404 for ; Mon, 18 Feb 2002 16:18:13 -0800 (PST) Message-ID: <20020219001813.90997.qmail@web13101.mail.yahoo.com> Received: from [68.39.132.244] by web13101.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 16:18:13 PST Date: Mon, 18 Feb 2002 16:18:13 -0800 (PST) From: trini 0 Subject: koncd 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 Has anyone gotten this to work for them under FreeBSD?? Thanks... Please cc to gms08701@yahoo.com __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 18 16:55:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost.col.ameritech.net (mpdr0.columbus.oh.ameritech.net [206.141.239.62]) by hub.freebsd.org (Postfix) with ESMTP id EC27237B402 for ; Mon, 18 Feb 2002 16:55:43 -0800 (PST) Received: from [192.168.0.2] ([66.73.30.36]) by mailhost.col.ameritech.net (InterMail v4.01.01.07 201-229-111-110) with ESMTP id <20020219010642.UFKI19492.mailhost.col.ameritech.net@[66.73.30.36]> for ; Mon, 18 Feb 2002 20:06:42 -0500 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Mon, 18 Feb 2002 19:55:16 -0500 Subject: Ipfw, nntp and squid From: Kevin Gross To: FreeBSD Questions 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, I'm working with FreeBSD 4.5 cvsup'ed to stable yesterday evening. The FBSD box has two network cards, one for ADSL and the other for my LAN. I'm successfully sharing the pppoe internet connection. My network is shielded by a simple firewall (rules below) thanks to Marc Silver. I'm able to browse the web and send/receive email from my network computers (192.168.0.x). However, I am unable to read the news on Ameritech.net's news server. Their news server requires authentication and I'm not sure how to set up the firewall to allow this. News servers which don't require authentication work just fine. Any suggestions? Also, while this set up seems to work well, I'd like to filter out ads, unintentional porn, and other such annoyances. (My wife was looking for maternity clothing online and porn magically started popping up!) I've installed squid with the hopes of running squidGuard to address these annoyances (config files below). However, when trying to connect to a website (http://www.google.com) through the proxy, I get errors that appear to be related to DNS (see below). I'm not sure that I've got squid set up properly, but I'm guessing that my firewall is getting in the way. So, being a novice, I pose the following questions: 1) Is it possible to get squid and a firewall working together on the same box? 2) Is there a better solution for dealing with these annoyances, e.g. use a more sophisticated elaborate firewall, adzapper, ... Squid seems like it might be overkill for what I'm trying to do. And since I'm a rookie in this area, I'll solicit any other advice, suggestions, and/or pointers to information for making my network more secure and browsing experience less annoying. Thanks, Kevin Gross -----> ipfw firewall script <----- # Firewall rules # Written by Marc Silver (marcs@draenor.org) # http://draenor.org/ipfw # Freely distributable # Define the firewall command (as in /etc/rc.firewall) for easy # reference. Helps to make it easier to read. fwcmd="/sbin/ipfw" # Force a flushing of the current rules before we reload. $fwcmd -f flush # Divert all packets through the tunnel interface. $fwcmd add divert natd all from any to any via tun0 # Allow all data from my network card and localhost. Make sure you # change your network card (mine was fxp0) before you reboot. :) $fwcmd add allow ip from any to any via lo0 $fwcmd add allow ip from any to any via dc0 # Allow all connections that I initiate. $fwcmd add allow tcp from any to any out xmit tun0 setup # Once connections are made, allow them to stay open. $fwcmd add allow tcp from any to any via tun0 established # Everyone on the internet is allowed to connect to the following # services on the machine. This example specifically allows connections # to ssh and apache. #$fwcmd add allow tcp from any to any 80 setup #$fwcmd add allow tcp from any to any 22 setup # This sends a RESET to all ident packets. Don't think I need this. #$fwcmd add reset log tcp from any to any 113 in recv tun0 # Allow newsgroup access $fwcmd add allow tcp from any 119 to any 119 setup # Allow outgoing DNS queries ONLY to the specified servers. $fwcmd add allow udp from any to 206.141.195.13 53 out xmit tun0 $fwcmd add allow udp from any to 206.141.192.60 53 out xmit tun0 # Allow them back in with the answers... :) $fwcmd add allow udp from 206.141.195.13 53 to any in recv tun0 $fwcmd add allow udp from 206.141.192.60 53 to any in recv tun0 # Allow ICMP (for ping and traceroute to work). You may wish to # disallow this, but I feel it suits my needs to keep them in. #$fwcmd add allow icmp from any to any # Deny all the rest. $fwcmd add deny log ip from any to any ========================================= -----> squid.conf <----- hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY dns_nameservers 206.141.195.13 206.141.192.60 66.73.20.40 206.141.193.55 acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl SSL_ports port 443 563 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT acl tomcat src 192.168.0.2 acl warthog src 192.168.0.1 http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow tomcat http_access allow localhost http_access allow warthog http_access deny all icp_access allow tomcat icp_access deny all redirect_program /usr/local/bin/squidGuard ========================================= -----> squid error message <----- The requested URL could not be retrieved While trying to retrieve the URL: http://admin.foo.bar.no/cgi/blocked? The following error was encountered: Unable to determine IP address from host name for admin.foo.bar.no The dnsserver returned: Name Error: The domain name does not exist. This means that: The cache was not able to resolve the hostname presented in the URL. Check if the address is correct. Your cache administrator is webmaster. ========================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 16:59:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id 6908D37B434 for ; Mon, 18 Feb 2002 16:59:30 -0800 (PST) Received: from dialup-63.214.199.87.dial1.philadelphia1.level3.net ([63.214.199.87] helo=sparky) by scaup.prod.itd.earthlink.net with smtp (Exim 3.33 #1) id 16cyct-0003fo-00; Mon, 18 Feb 2002 16:59:23 -0800 From: Jud To: dmmcf@uiuc.edu (D. Michael McFarland) Cc: freebsd-questions@FreeBSD.org Date: Mon, 18 Feb 2002 19:59:22 -0500 X-Priority: 3 (Normal) Message-Id: Subject: RE: Advice sought re MS Office compatibility MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" X-Mailer: Opera 6.01 build 1045 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apologies that this isn't properly threaded - my account for this ML seems to be resisting all attempts to download the mail today. (And after you read my dubious suggestion, you may wonder why I went to the trouble.;) Just idly thinking that HTML is about as OS-independent a language as there is, and there are some not-bad TeX-to-HTML converters (at least one I know of particularly for equation-heavy material). So your office buddies can view your papers in their browsers of choice, or - MWAHAHAHA! - use MS Word's "ability" to render HTML. (I don't know if PowerPoint is supposed to be able to do something similar.) Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 17: 0:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from traven.uol.com.br (traven.uol.com.br [200.231.206.184]) by hub.freebsd.org (Postfix) with ESMTP id 7CF5C37B402 for ; Mon, 18 Feb 2002 17:00:33 -0800 (PST) Received: from micromaster ([200.158.6.123]) by traven.uol.com.br (8.9.1/8.9.1) with SMTP id VAA22403; Mon, 18 Feb 2002 21:50:28 -0300 (BRT) From: Material Gráfico Aqui!!! Message-ID: <1014069514@micromaster> Date: Mon, 18 Feb 2002 21:58:33 -0300 Subject: preços imbativeis, cartões, panfletos receba no local To: Reply-To: Material Gráfico Aqui!!! MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="10140695145660FEA9==" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --10140695145660FEA9== Content-Type: text/html Content-Transfer-Encoding: quoted-printable Nova pagina 1

 PANFLETOS,  CART=D5ES DE VISITA QUALIDADE FOTOGR=C1FICA

 

TODOS EM PAPEL COUCH=CA

 

115 grs verniz UV alto brilho, alta resolu=E7=E3o  qualidade fotogr=E1fica. Entrega 10 dias =FAteis.  (11) 3983-1813 atendimento seg a sex hor=E1rio comercial. Veja nossas promo=E7=F5es abaixo 5.000 panfletos 1/2 p=E1gina R$ 370,00, papel couch=EA 115 grs.

 

ENTREGAMOS PARA TODO BRASIL!!!

 

                                                      
 

CART=D5ES DE VISITA FOTOGR=C1FICOS

   
                
   

 

Papel couch=EA 240 grs, verniz UV Impress=E3o fotogr=E1fica em alta resolu=E7=E3o. R$ 99,00 1.000 unidades frete n=E3o incluso. Material 1a linha.

Forma de Pagamento 50% no pedido 50% na entrega, prazo de entrega 10 dias =FAteis =E0 partir da compensa=E7=E3o do dep=F3sito. (11) 3983-1813

Mensione promo=E7=E3o cart=E3o1000.

 

Montamos sua arte final, utilizamos sua logomarca, ou foto de sua escolha. Nossa principal preocupa=E7=E3o =E9 qualidade e satisfa=E7=E3o, enviamos via e-mail toda cria=E7=E3o gr=E1fica para sua aprova=E7=E3o online, pr=E1tico e r=E1pido confira !!!

 nosso e-mail  lomuniz@terra.com.br Devido a grande demanda de pedidos solicitamos caso demore o retorno via e-mail que entre em contato conosco atrav=E9s do n=FAmero (11) 3983-1813

       Clique aqui para excluir seu e-mail da lista !!!!

--10140695145660FEA9==-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 17: 8: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vectorstar.net (adsl-21-183-14.gnv.bellsouth.net [66.21.183.14]) by hub.freebsd.org (Postfix) with ESMTP id 6EF1237B405 for ; Mon, 18 Feb 2002 17:08:03 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g1J17pn77076 for freebsd-questions@FreeBSD.ORG; Mon, 18 Feb 2002 20:07:51 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Mon, 18 Feb 2002 20:07:51 -0500 From: Austin Shaw Hall To: freebsd-questions@FreeBSD.ORG Subject: Re: No sound on FreeBSD 4.4-RELEASE on Compaq Presario 700 Message-ID: <20020218200751.A76859@darkstar.bellsouth.net> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <3C6EB96C.5F267F4@ag0ny.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: <3C6EB96C.5F267F4@ag0ny.com>; from ag0ny@ag0ny.com on Sun, Feb 17, 2002 at 04:56:28AM +0900 Sender: owner-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 17 February Javi Lavandeira wrote: > Hello, > > I have a Compaq Presario 700 (actually, a 703JP), running FreeBSD > 4.4-RELEASE. I built the kernel with "device pcm", and the sound card is > detected when the system boots: > > pcm0: port 0x1850-0x1853,0x1854-0x1857,0x1000-0x10ff irq > 5 at device 7.5 on pci0 > > /dev/sndstat shows this: > > cosmos:~# cat /dev/sndstat > FreeBSD Audio Driver (newpcm) Feb 16 2002 11:50:00 > Installed devices: > pcm0: at io 0x1000 irq 5 (1p/1r/0v channels duplex) > > And I set the mixer to the following values: > > cosmos:~# mixer > Mixer vol is currently set to 100:100 > Mixer pcm is currently set to 100:100 > Mixer speaker is currently set to 100:100 > Mixer line is currently set to 0:0 > Mixer mic is currently set to 0:0 > Mixer cd is currently set to 100:100 > Mixer rec is currently set to 0:0 > Mixer line1 is currently set to 0:0 > Mixer phin is currently set to 0:0 > Mixer phout is currently set to 0:0 > Mixer video is currently set to 100:100 > Mixer monitor is currently set to 100:100 > > My problem is that I cannot hear any sound. I run xmms on an MP3 file, > and the spectrum analyzer starts moving, but no sound gets out of the > speakers. Not even when I use cdcontrol to play audio CDs. Sound works > correctly on Windows XP in another partition on the same machine. > > Any ideas on what could be the problem? > > Thanks in advance, > > -- > Javi Lavandeira (ag0ny@ag0ny.com) - http://www.ag0ny.com I don't know the solution to your problem, but just so you know, there's hope ;). I have the VT82C686A chip too, and I am listening to an mp3 right now. My only complaint is that audio breaks up over the slightest disk or CPU usage... Austin -- Excellent day to have a rotten day. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 17:11:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.netizen.co.za (situs.netizen.co.za [209.61.189.116]) by hub.freebsd.org (Postfix) with ESMTP id 11B5637B405 for ; Mon, 18 Feb 2002 17:11:25 -0800 (PST) Received: from localhost.netizen.co.za ([127.0.0.1] helo=localhost) by mail.netizen.co.za with smtp (Exim 3.34 #1) id 16cynT-000NXd-00; Mon, 18 Feb 2002 19:10:19 -0600 To: "Crist J. Clark" , Graham Wheeler , Stuart Tanner , Subject: Re: lpd not reading printcap? From: Graham Wheeler Date: Mon, 18 Feb 2002 19:10:18 CST Reply-To: Graham Wheeler X-Priority: 3 (Normal) X-Originating-Ip: [131.107.3.86] X-Mailer: NOCC v0.9.5 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit 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 Crist J. Clark wrote : > On Mon, Feb 18, 2002 at 04:21:57PM -0600, Graham Wheeler wrote: > > Crist J. Clark &lang=en">cjc@FreeBSD.ORG> > wrote : > > > > > On Sun, Feb 17, 2002 at 05:08:44PM -0600, Graham Wheeler wrote: > > > > Stuart Tanner &lang=en">&lang=en">stuart@sigterm.com> > > > wrote : > > > > > > > > > You are not telling lpd which printer to use at the other end. You > > > > > have listed the remote machine but you don't have a rp entry. > > > > > > > > > > > > > > > > > You're right; I had forgotten that this is needed even if the remote > > > > printer is named lp. It's been a while. > > > > > > > > I used the example for a remote printer given in the default > > > > /etc/printcap; it is also missing the rp field so its a poor > > > > example. > > > > > > It's not needed when the remote is 'lp.' > > > > It is if lp is not the first name in the list. In my case I had: > > > > > > NEC-SW|lp|NEC SilentWriter PostScript: > > I cannot reproduce the problem. If I do, > > --- printcap 2002/02/18 23:43:56 1.1 > +++ printcap 2002/02/18 23:44:04 > @@ -1,6 +1,6 @@ > # $Id: printcap,v 1.1 2002/02/18 23:43:56 cjc Exp cjc $ > # > # Local printer > -lp|local line printer:\ > +dummy|lp|local line printer:\ > :sh:\ > :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: > > And restart lpd(8) on the printer server, it still works fine for me > without putting an 'rp' in the remote's printcap(5). Something a > little strange is going on. Both machines are FreeBSD? Yep, both running 4.5S, CVS synch'ed fairly close together. I can try reverting back to how I had it before and see if I can reliably reproduce the change (I'm not at that location now so it may take a while). gram To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 17:13:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 7CC2437B404 for ; Mon, 18 Feb 2002 17:13:52 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g1J1Do592467 for ; Mon, 18 Feb 2002 19:13:50 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1J1Do505509 for ; Mon, 18 Feb 2002 19:13:50 -0600 (CST) Date: Mon, 18 Feb 2002 19:13:50 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: login.conf In-Reply-To: <20020216142411.2446.TECHNEWS@giallarhorn.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 Ok, this might sound stupid, but I'm trying to update the login preferences for the users on one of our boxes but I can't find the login.conf file. Well I can find it, but not where I'm expecting it. The box is FreeBSD 4.x and should be up to date on its patches. Can anyone help? I tried doing a search but the results didn't look right. They're all things like /usr/ports/src/picobsd and such. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 17:26:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from venom.ai.net (venom.ai.net [205.134.190.250]) by hub.freebsd.org (Postfix) with ESMTP id C5E8D37B405 for ; Mon, 18 Feb 2002 17:26:55 -0800 (PST) Received: from blood (pool-138-88-76-247.res.east.verizon.net [138.88.76.247]) by venom.ai.net (8.11.1/8.9.3) with SMTP id g1J0uI532374 for ; Mon, 18 Feb 2002 19:56:19 -0500 (EST) (envelope-from deepak@ai.net) Reply-To: From: "Deepak Jain" To: "FreeBSD-Questions" Subject: top "STATE" question Date: Mon, 18 Feb 2002 20:26:13 -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) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 top on a 4.2 box is using a state I am not familiar with: PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND 91708 root -2 0 304K 172K RUN 0 0:21 5.03% 5.03% cp 3080 root 28 0 2164K 1272K CPU1 0 0:02 9.52% 4.30% top 91704 root -18 0 5852K 172K spread 1 0:20 1.32% 1.32% cp 154 root 2 0 920K 348K select 1 7:40 0.05% 0.05% syslogd 98070 nobody 2 0 2124K 1540K accept 0 0:00 0.05% 0.05% httpd 3709 root 2 0 2480K 1640K sbwait 0 0:00 1.00% 0.05% sendmail 3708 root 2 0 2448K 1576K select 1 0:00 1.00% 0.05% sendmail What does a "spread" state mean? This server is a multiprocessor box if it helps. man on top, cp, and ps make no mention of it. Thanks, DJ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 17:34:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 4C1F837B402 for ; Mon, 18 Feb 2002 17:34:10 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g1J1Y9596788 for ; Mon, 18 Feb 2002 19:34:09 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1J1Y9u06980 for ; Mon, 18 Feb 2002 19:34:09 -0600 (CST) Date: Mon, 18 Feb 2002 19:34:08 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: New question about SSH login... In-Reply-To: <20020216142411.2446.TECHNEWS@giallarhorn.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 Ok, I found the login.conf file, much to my chagrin, but I can't find the setting that allows me to disable the user seeing the following message: Last login: Mon Feb 18 19:55:54 2002 from tree.mesopequa.yar FreeBSD 4.4-20020115-STABLE (GENERIC) #0: Tue Jan 15 16:01:45 GMT 2002 I'm looking at using the .hush_login, but I'd rather not if there's a way to do this via the login.conf file. All I want them to see is the MOTD. That's it. Nothing else, especially not the last login message or the version of FreeBSD I'm using. Thanks again all. (well so much for lurking these days. hehe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 17:39:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from joshua.site-fx.net (ajhm54hby52pi.bc.hsia.telus.net [66.183.47.29]) by hub.freebsd.org (Postfix) with ESMTP id C150C37B404 for ; Mon, 18 Feb 2002 17:39:45 -0800 (PST) Received: from agent-orange.site-fx.net (gateway.site-fx.net [192.168.1.1]) by joshua.site-fx.net (8.12.1/8.11.4) with ESMTP id g1IItdv6008683; Mon, 18 Feb 2002 10:55:39 -0800 (PST) Subject: Re: Mail Gateway From: "James A. Peltier" To: Dave Raven Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <013b01c1b8ac$55798ec0$3800a8c0@DAVE> References: <013b01c1b8ac$55798ec0$3800a8c0@DAVE> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 18 Feb 2002 10:55:47 -0800 Message-Id: <1014058547.2366.2.camel@agent-orange.site-fx.net> 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 check out LDAP or CYRUS SASL On Mon, 2002-02-18 at 10:44, Dave Raven wrote: > Hello all, > I need to setup a mail gateway running sendmail, it also needs to run a > pop3 server. I have one running perfectly, but I have to add a new user to > my freebsd machine everytime I want to take on a new pop3 user. > > How else can I do this? I would much rather use a sql database or something > of the sort... > > Any help will be much appreciated, > Thanks > Dave. > > p.s. Please copy me on mails as I'm not a subsciber. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -James Hardware, n.: The parts of a computer system that can be kicked. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 17:44:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from roc-66-66-72-6.rochester.rr.com (roc-66-66-72-6.rochester.rr.com [66.66.72.6]) by hub.freebsd.org (Postfix) with ESMTP id 303F237B402 for ; Mon, 18 Feb 2002 17:44:29 -0800 (PST) Received: by roc-66-66-72-6.rochester.rr.com (Postfix, from userid 1000) id F05E3901A62; Mon, 18 Feb 2002 20:44:12 -0500 (EST) Date: Mon, 18 Feb 2002 20:44:12 -0500 From: mpd To: Steven Lake Cc: questions@freebsd.org Subject: Re: login.conf Message-ID: <20020218204412.A3384@rochester.rr.com> References: <20020216142411.2446.TECHNEWS@giallarhorn.org> 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 raiden@shell.core.com on Mon, Feb 18, 2002 at 07:13:50PM -0600 Sender: owner-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, Feb 18, 2002 at 07:13:50PM -0600, Steven Lake wrote: > Ok, this might sound stupid, but I'm trying to update the login > preferences for the users on one of our boxes but I can't find the > login.conf file. Well I can find it, but not where I'm expecting it. The > box is FreeBSD 4.x and should be up to date on its patches. Can anyone > help? I tried doing a search but the results didn't look right. They're > all things like /usr/ports/src/picobsd and such. I have a sample one in /usr/share/examples/etc. Anything there? It normally goes in /etc, but I don't know if one is put there by default on install. Mine has no changes from the default, but YMMV. mike -- ___________________________________________________________ "THIS ISN'T ORDINARY HAIL! THESE ARE CALCIUM CHLORIDE NODULES!" - Pokey the Penguin from "POKEY AND THE SHED" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 18: 9:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id C168637B419 for ; Mon, 18 Feb 2002 18:09:20 -0800 (PST) Received: from localhost (dsl092-099-212.nyc2.dsl.speakeasy.net [66.92.99.212]) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1J2CHs10751 for ; Mon, 18 Feb 2002 20:12:18 -0600 Received: from chexmix by localhost with local (Exim 3.34 #1 (Debian)) id 16czin-0000Ja-00 for ; Mon, 18 Feb 2002 21:09:33 -0500 Date: Mon, 18 Feb 2002 21:09:33 -0500 To: FreeBSD Questions Subject: partitions, disklabel, etc. Message-ID: <20020219020933.GA884@burningclown.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i From: Glenn Becker Sender: owner-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 dual boot Debian GNU/Linux and FreeBSD 4.5 installation on an older Toshiba laptop (Satellite Pro 470CDT). Lately I've been concerned about some messages upon bootup (relevant part of dmesg output reproduced below) where the Linux hunks of the hard drive are picked out as being invalid. Honestly, I'm not sure why they are showing up there at all. But I think the problem(s) may originate with my stupid deletion of my Linux swap partition and my subsequent replacement of that same partition -- I recall reading in a FreeBSD + Linux Mini-HOWTO that a) one has to put FreeBSD =after= Linux on an HD and b) it's best not to muck with the Linux partitions after the dual-OS system is set up. I've had no problems (yet) with either system, but have been trying to research it to see if I can fix it WITHOUT reinstalling both OSs from scratch (I'd like to avoid this and the wear on the lappy's CD drive if possible). Some other weird stuff has popped up. If I run disklabel -r command on /dev/ad0, I get this: disklabel: bad pack magic number (label is damaged, or pack is unlabeled) Without -r, I get something completely different, which I reproduce at the end of this message. The output of fdisk (see below) also seems completely screwed up - it shows all three partitions on the drive as beginning and ending at the same CHS spot: cyl 1023/ head 254/ sector 63. This seems like a cylinder 1024 thang? Mebbe? Soooo, I'm wondering: 1) should I create a disklabel for /dev/ad0, or will this totally bork all my Linux stuff? 2) can I simply -delete- the device files /dev/ad0s1* and /dev/ad0s2*, since I'm not using them for anything in FreeBSD? Or not? In short, how do I fix this thing? Or do I? Thanks for any enlightenment and apologies for the length. Glenn Becker %%%%%% RELEVANT lines from dmesg %%%%%%%%%%% Mounting root from ufs:/dev/ad0s3a ad0s1: raw partition size != slice size ad0s1: start 63, end 27342629, size 27342567 ad0s1c: start 63, end 30716279, size 30716217 ad0s1: truncating raw partition ad0s1: rejecting partition in BSD label: it isn't entirely within the slice ad0s1: start 63, end 27342629, size 27342567 ad0s1f: start 414367, end 30716279, size 30301913 ad0s2: raw partition size != slice size ad0s2: start 27342630, end 27599669, size 257040 ad0s2c: start 27342630, end 58605119, size 31262490 ad0s2: truncating raw partition ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2: start 27342630, end 27599669, size 257040 ad0s2b: start 27445030, end 27715973, size 270944 ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2e: start 27715974, end 27756933, size 40960 ad0s2: rejecting partition in BSD label: it isn't entirely within the slice ad0s2f: start 27756934, end 58605119, size 30848186 %%%%%%%%%%OUTPUT of disklabel /dev/ad0 %%%%%%%%%%% # /dev/ad0: type: unknown disk: amnesiac label: fictitious flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 3648 sectors/unit: 58605120 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 58605120 0 unused 0 0 # (Cyl. 0 - 3647) %%%%OUTPUT of fdisk /dev/ad0 %%%%%%%%%%% ******* Working on device /dev/ad0 ******* parameters extracted from in-core disklabel are: cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 131,(Linux filesystem) start 63, size 27342567 (13350 Meg), flag 0 beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: sysid 130,(Linux swap or Solaris x86) start 27342630, size 257040 (125 Meg), flag 0 beg: cyl 1023/ head 255/ sector 63; end: cyl 1023/ head 254/ sector 63 The data for partition 3 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 27599670, size 31005450 (15139 Meg), flag 80 (active) beg: cyl 1023/ head 255/ sector 63; end: cyl 1023/ head 254/ sector 63 The data for partition 4 is: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 18:11:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ness.aae.uiuc.edu (ness.aae.uiuc.edu [128.174.132.32]) by hub.freebsd.org (Postfix) with ESMTP id 184F237B404 for ; Mon, 18 Feb 2002 18:11:38 -0800 (PST) Received: (from dmmcf@localhost) by ness.aae.uiuc.edu (8.11.4/8.11.4) id g1J2ICv26075; Mon, 18 Feb 2002 20:18:12 -0600 (CST) (envelope-from dmmcf@uiuc.edu) X-Authentication-Warning: ness.aae.uiuc.edu: dmmcf set sender to dmmcf@uiuc.edu using -f To: "Mike Meyer" Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility References: <15473.33682.353887.609959@guru.mired.org> From: dmmcf@uiuc.edu (D. Michael McFarland) Date: 18 Feb 2002 20:18:12 -0600 In-Reply-To: <15473.33682.353887.609959@guru.mired.org> Message-ID: <86heoez02j.fsf@ness.aae.uiuc.edu> Lines: 51 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 "Mike Meyer" writes: > Ok, I replied once, but I want to add a word. And more information. > > MS Word has won the desktop document production war. It hasn't won the > file format war - because it isn't a fixed file format. I'm sure even > *they* have been bitten by having someone using a newer version send > them a document that they then couldn't read. My impression is that they are willing to absorb this sort of damage as part of the cost of doing business. > WordPerfect 7 ran on FreeBSD. It was even in the ports tree for a > while. It looks like WordPerfect is no longer an option. From the FAQ at Xandros Corporation's web site, http://www.xandros.com/faq.html (reformatted by me): Where can I get Corel WordPerfect or Corel Draw for Linux? Xandros has acquired rights to the Corel LINUX OS but unfortunately, we do not have the rights to develop or distribute WordPerfect or any of the Corel graphics applications. Corel has now discontinued distribution of their applications for Linux. Where can I get support for Corel Linux applications? Corel is still providing technical support for their products under Linux so you should contact them directly to resolve Linux related support issues.... > StarOffice generally dealt with Word documents better than > WordPerfect. If you've got to deal with powerpoint files, I don't > think there's any other choice than StarOffice, though I haven't > looked at the office suite built around WordPerfect. Word and PowerPoint are necessities, unless I refuse to even pretend to MS Office compatibility. No one is yet asking me to use Exel. (Does it still claim -1^2 == +1?) I have a spare machine. I have Windows XP and Office XP CDs in my desk. The handwriting is on the wall, even if it is in crayon. But I feel better for having kicked this around with all who've commented. Thanks for your thoughts. Best, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 18:18: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from femail18.sdc1.sfba.home.com (femail18.sdc1.sfba.home.com [24.0.95.145]) by hub.freebsd.org (Postfix) with ESMTP id 34CC137B404 for ; Mon, 18 Feb 2002 18:18:03 -0800 (PST) Received: from cn850332a ([68.82.170.60]) by femail18.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20020219021802.SHUA13336.femail18.sdc1.sfba.home.com@cn850332a> for ; Mon, 18 Feb 2002 18:18:02 -0800 Message-ID: <000001c1b8eb$a583fb00$3caa5244@cn850332a> From: "Dan Shookowsky" To: Subject: X video problems on second load Date: Mon, 18 Feb 2002 19:58:08 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 Howdy all. I've finally got FreeBSD and X installed on my cheesy Celeron with ATI 3DRage video. I managed to get my sound working as well as the wheeled mouse. Not too shabby for a MS Windows developer. The problem that I'm having now is the display flickers/toggles between normal and black on the SECOND load of X. I first noticed this when using KDM (from /etc/ttys) ttyv8 "/usr/local/bin/kdm" xterm on secure I first noticed this problem while trying to enable wheeled mouse support and TrueType fonts in XFree 3.3.6/KDE I'm now using XFree 4.2/KDE 2.2.2 and I'm still seeing this problem. I guess that my biggest problem is diagnosing this problem. I don't know where to look. What logs/configuration files will help me/others identify the issue? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 18:21:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 75C7E37B41A for ; Mon, 18 Feb 2002 18:21:32 -0800 (PST) Received: (qmail 61710 invoked by uid 100); 19 Feb 2002 02:21:27 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15473.46758.516892.756570@guru.mired.org> Date: Mon, 18 Feb 2002 20:21:26 -0600 To: dmmcf@uiuc.edu (D. Michael McFarland) Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility In-Reply-To: <86heoez02j.fsf@ness.aae.uiuc.edu> References: <15473.33682.353887.609959@guru.mired.org> <86heoez02j.fsf@ness.aae.uiuc.edu> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 D. Michael McFarland types: > Word and PowerPoint are necessities, unless I refuse to even pretend > to MS Office compatibility. No one is yet asking me to use Exel. > (Does it still claim -1^2 == +1?) I don't know, but the bc provided with FreeBSD does: guru% bc bc 1.06 Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc. This is free software with ABSOLUTELY NO WARRANTY. For details type `warranty'. -1^2 1 Because of ambiguities in common mathematical notation, there's at least one parsing for which it's the right answer. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 18:28: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ness.aae.uiuc.edu (ness.aae.uiuc.edu [128.174.132.32]) by hub.freebsd.org (Postfix) with ESMTP id A9D4737B400 for ; Mon, 18 Feb 2002 18:27:58 -0800 (PST) Received: (from dmmcf@localhost) by ness.aae.uiuc.edu (8.11.4/8.11.4) id g1J2YXG26173; Mon, 18 Feb 2002 20:34:33 -0600 (CST) (envelope-from dmmcf@uiuc.edu) X-Authentication-Warning: ness.aae.uiuc.edu: dmmcf set sender to dmmcf@uiuc.edu using -f To: Jud Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility References: From: dmmcf@uiuc.edu (D. Michael McFarland) Date: 18 Feb 2002 20:34:32 -0600 In-Reply-To: Message-ID: <86d6z2yzbb.fsf@ness.aae.uiuc.edu> Lines: 28 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 Jud writes: > Just idly thinking that HTML is about as OS-independent a language as > there is, and there are some not-bad TeX-to-HTML converters (at least > one I know of particularly for equation-heavy material). I maintain my handful of web pages with LaTeX2HTML. Works like a charm. > So your office > buddies can view your papers in their browsers of choice, or - > MWAHAHAHA! - use MS Word's "ability" to render HTML. (I don't > know if PowerPoint is supposed to be able to do something similar.) Don't think I haven't tried this scheme. It works, after a fashion, but not well enough to let us interchange camera-ready documents. For that matter, Word itself isn't really up to the task; its equation and figure formatting seems to be very fragile, among other things. The only app that comes close to satisfying everyone is FrameMaker, but it appears Adobe is going to let that product die, at least on the Mac. By the way, thanks for the "MWAHAHAHA!". I needed a chuckle to help restore my perspective about this issue. Best regards, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 18:35:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dwests3.datawest.net (languages.datawest.net [206.27.129.31]) by hub.freebsd.org (Postfix) with ESMTP id E908E37B404 for ; Mon, 18 Feb 2002 18:35:44 -0800 (PST) Received: from dwestw2 (unverified [206.27.129.14]) by dwests3.datawest.net (Vircom SMTPRS 5.1.200) with ESMTP id for ; Mon, 18 Feb 2002 19:35:42 -0700 From: "Anonymous - Mike" To: Subject: RE: Advice sought re MS Office compatibility Date: Mon, 18 Feb 2002 19:37:05 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <86d6z2yzbb.fsf@ness.aae.uiuc.edu> 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, For light work like that, I prefer debug.com. Mike =========================================== This is my real email for lists and USENET For an eye-opener - http://www.copernic.com Search on: full name + company name -----Original Message----- Jud writes: > Just idly thinking that HTML is about as OS-independent a language as > there is, and there are some not-bad TeX-to-HTML converters (at least > one I know of particularly for equation-heavy material). I maintain my handful of web pages with LaTeX2HTML. Works like a charm. [..] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 18:49: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from white.imgsrc.co.jp (ns.imgsrc.co.jp [210.226.20.2]) by hub.freebsd.org (Postfix) with ESMTP id A249F37B400; Mon, 18 Feb 2002 18:49:04 -0800 (PST) Received: from black.imgsrc.co.jp (black.imgsrc.co.jp [2001:218:422:2::130]) by white.imgsrc.co.jp (Postfix) with ESMTP id C21F324D02; Tue, 19 Feb 2002 11:49:03 +0900 (JST) Received: from waterblue.imgsrc.co.jp (waterblue.imgsrc.co.jp [2001:218:422:2::160]) by black.imgsrc.co.jp (Postfix) with ESMTP id 8CF7B1E46F1; Tue, 19 Feb 2002 11:49:02 +0900 (JST) Date: Tue, 19 Feb 2002 11:48:09 +0900 Message-ID: <7mzo26yyom.wl@waterblue.imgsrc.co.jp> From: Jun Kuriyama To: "Masami Okano" Cc: , Subject: Re: =?ISO-2022-JP?B?W0xBU0VSNV00LjUbJEIlaiVqITwlOSVOITwlSCRLGyhC?= =?ISO-2022-JP?B?GyRCJEQkJCRGGyhC?= In-Reply-To: <027a01c1b855$8340fd90$ad80a8c0@masami2000> References: <027a01c1b855$8340fd90$ad80a8c0@masami2000> User-Agent: Wanderlust/2.9.6 (Unchained Melody) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.1 (i386--freebsd) MULE/5.0 (=?ISO-2022-JP?B?GyRCOC1MWhsoQg==?=) MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=ISO-2022-JP Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG These list is English mailing list. Please use @jp.FreeBSD.org lists to post Japanese message. At Mon, 18 Feb 2002 08:19:53 +0000 (UTC), Masami Okano wrote: > $B$D$-$^$7$F$O!"(BFreeBSD$B%W%m%8%'%/%HH/I=$N%j%j!<%9%N!<%H(B > $B$r!"%W%l%9%j%j!<%9$NK\J85Z$SJ@ $BD:$-$?$$$H9M$($F$*$j$^$9!#$45v2D$$$?$@$1$^$9$h$&$h$m$7$/(B > $B$*4j$$CW$7$^$9!#(B It is not required to get permission from us to link from your site. > $B!|(BFreeBSD$B%W%m%8%'%/%HH/I=$N!V(BFreeBSD4.5-RELEASE $B%j%j!<%9%N!<%H!W(B > http://www.freebsd.org/ja/releases/4.5R/relnotes-i386.html It seems mirror site in Japan may be good candidate to announce. http://www.jp.FreeBSD.org/www.FreeBSD.org/ja/releases/4.5R/relnotes-i386.html -- Jun Kuriyama // IMG SRC, Inc. // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 18:53:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from homer.futureuse.net (c35884.randw1.nsw.optusnet.com.au [203.164.229.155]) by hub.freebsd.org (Postfix) with SMTP id 94A1237B402 for ; Mon, 18 Feb 2002 18:53:06 -0800 (PST) Received: (qmail 52890 invoked from network); 19 Feb 2002 02:49:19 -0000 Received: from unknown (HELO futureuse.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2002 02:49:19 -0000 Received: from 203.11.225.5 (proxying for 10.140.148.30) (SquirrelMail authenticated user fbsdlist) by www.futureuse.net with HTTP; Tue, 19 Feb 2002 13:49:19 +1100 (EST) Message-ID: <36022.203.11.225.5.1014086959.squirrel@www.futureuse.net> Date: Tue, 19 Feb 2002 13:49:19 +1100 (EST) Subject: User access to serial port? yaps From: "Aaron Hill" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.4) 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've recently installed the yaps port and have it sending messages successfully via a modem. However it only works for the root user - not any standard user accounts. Here's the special file for the serial port the modem connects to ... crw-rw---- 1 uucp dialer 28, 129 Feb 19 13:31 /dev/cuaa1 ... and it is this file that yaps refers to for access to the modem. Here's the yaps executable ... -rwx--s--x 1 bin dialer 80212 Feb 18 15:45 /usr/local/bin/yaps So from that any user *should* have access to the serial port via the yaps program. I've tried changing the permission of the serial port file to ... crw-rw-rw- 1 uucp dialer 28, 129 Feb 19 13:31 /dev/cuaa1 ... just as a test but it didn't help. Who can help me out here? Where else does FreeBSD control access to the serial ports? FYI - The error yaps gives a user account is ... Unable to dial Telstra ... and I'm pretty sure the problem isn't an internal yaps permission issue. Thanks Aaron Hill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 19:11:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zaphod.wox.org (CPE0050bae86969.cpe.net.cable.rogers.com [24.112.22.141]) by hub.freebsd.org (Postfix) with ESMTP id 3C74837B417 for ; Mon, 18 Feb 2002 19:11:45 -0800 (PST) Received: from localhost (rglidden@localhost) by zaphod.wox.org (8.11.6/8.11.6) with ESMTP id g1J3BbR66178; Mon, 18 Feb 2002 22:11:37 -0500 (EST) (envelope-from richard@glidden.org) X-Authentication-Warning: charon.acheron.localnet: rglidden owned process doing -bs Date: Mon, 18 Feb 2002 22:11:36 -0500 (EST) From: Richard Glidden X-X-Sender: rglidden@charon.acheron.localnet To: stan Cc: Free BSD Questions list Subject: Re: Programicly changing virtual terminals? In-Reply-To: <20020218143718.GA15264@teddy.fas.com> Message-ID: <20020218220616.Y66128-100000@charon.acheron.localnet> 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, 18 Feb 2002, stan wrote: > In linux there is a command (chvt if memory serves corectly) which changes > which virtual terminal is display on the console screen. > > How can I do this in FreeBSD? vidcontrol -s # Where # is the number of the vty. It has the same effect as pressing the ALT-Fn key for the terminal. vidcontrol has a bunch of other options that may be of use as well, such as changing the size/font of the consoles, etc. "man vidcontrol" for more info. - Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 19:17:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14913.mail.yahoo.com (web14913.mail.yahoo.com [216.136.225.240]) by hub.freebsd.org (Postfix) with SMTP id BFDE937B405 for ; Mon, 18 Feb 2002 19:17:24 -0800 (PST) Message-ID: <20020219031724.52482.qmail@web14913.mail.yahoo.com> Received: from [61.11.21.94] by web14913.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 19:17:24 PST Date: Mon, 18 Feb 2002 19:17:24 -0800 (PST) From: Balaji Subject: Has anyone done VFS kernel programming here? 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 ppl, If anyone of u has done some kernel programming with respect to files in the User space..... Could u please tell me how to acquire the file structure for a file when you are given the pathname??? Even a uio and an iovec structure would suffice. Please this is very urgent..... I need a (struct file *) returned for a given file pathname.... Help me!! Balaji. ===== |_|_|_| |_|_|_\ |_|_|_| |_|_|_| |_|_|_\ /_|_|_\ |_|_|_\ |_| |_| )_) |_| |_| |_| )_)(_( |_| \_\ |_|_|_| |_|_|_/ |_|_|_| |_|_|_| |_|_|_< \_|_|_\ |_| )_) |_| |_| \_\ |_| |_| |_| )_) )_)|_| /_/ |_| |_| \_\ |_|_|_| |_|_|_| |_|_|_/ \_|_|_/ |_|_|_/ __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 18 19:22:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.laser5.co.jp (gw1.laser5.co.jp [202.221.8.77]) by hub.freebsd.org (Postfix) with ESMTP id 05C1137B400; Mon, 18 Feb 2002 19:22:09 -0800 (PST) Received: from masami2000 (unknown [192.168.128.152]) by mail.laser5.co.jp (Postfix) with SMTP id F17C2833A6; Tue, 19 Feb 2002 12:21:58 +0900 (JST) Message-ID: <00c801c1b8f5$17ae6d10$9880a8c0@masami2000> From: "Masami Okano" To: "Jun Kuriyama" Cc: , References: <027a01c1b855$8340fd90$ad80a8c0@masami2000> <7mzo26yyom.wl@waterblue.imgsrc.co.jp> Subject: =?iso-2022-jp?B?UmU6IFtMQVNFUjVdNC41GyRCJWolaiE8JTklTiE8JUgkSyREGyhC?= =?iso-2022-jp?B?GyRCJCQkRhsoQg==?= Date: Tue, 19 Feb 2002 12:23:51 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" 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 Mr. Jun Kuriyama Thank you. Masami Okano --------------------- Masami Okano LASER5 Co., Ltd. masami@laser5.co.jp --------------------- ----- Original Message ----- From: "Jun Kuriyama" To: "Masami Okano" Cc: ; Sent: Tuesday, February 19, 2002 11:48 AM Subject: Re: [LASER5]4.5$B%j%j!<%9%N!<%H$K$D$$$F(B > > These list is English mailing list. Please use @jp.FreeBSD.org lists > to post Japanese message. > > At Mon, 18 Feb 2002 08:19:53 +0000 (UTC), > Masami Okano wrote: > > $B$D$-$^$7$F$O!"(BFreeBSD$B%W%m%8%'%/%HH/I=$N%j%j!<%9%N!<%H(B > > $B$r!"%W%l%9%j%j!<%9$NK\J85Z$SJ@ > $BD:$-$?$$$H9M$($F$*$j$^$9!#$45v2D$$$?$@$1$^$9$h$&$h$m$7$/(B > > $B$*4j$$CW$7$^$9!#(B > > It is not required to get permission from us to link from your site. > > > $B!|(BFreeBSD$B%W%m%8%'%/%HH/I=$N!V(BFreeBSD4.5-RELEASE $B%j%j!<%9%N!<%H!W(B > > http://www.freebsd.org/ja/releases/4.5R/relnotes-i386.html > > It seems mirror site in Japan may be good candidate to announce. > > http://www.jp.FreeBSD.org/www.FreeBSD.org/ja/releases/4.5R/relnotes-i386.htm l > > > -- > Jun Kuriyama // IMG SRC, Inc. > // FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 19:22:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id DBD0137B422 for ; Mon, 18 Feb 2002 19:22:31 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020219032231.SRVN1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Tue, 19 Feb 2002 03:22:31 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1J3MVg38242; Mon, 18 Feb 2002 19:22:31 -0800 (PST) (envelope-from cjc) Date: Mon, 18 Feb 2002 19:22:31 -0800 From: "Crist J. Clark" To: Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: New question about SSH login... Message-ID: <20020218192231.T48401@blossom.cjclark.org> References: <20020216142411.2446.TECHNEWS@giallarhorn.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 raiden@shell.core.com on Mon, Feb 18, 2002 at 07:34:08PM -0600 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 18, 2002 at 07:34:08PM -0600, Steven Lake wrote: > Ok, I found the login.conf file, much to my chagrin, but I can't > find the setting that allows me to disable the user seeing the following > message: > > Last login: Mon Feb 18 19:55:54 2002 from tree.mesopequa.yar > FreeBSD 4.4-20020115-STABLE (GENERIC) #0: Tue Jan 15 16:01:45 GMT 2002 > > I'm looking at using the .hush_login, but I'd rather not if > there's a way to do this via the login.conf file. > > All I want them to see is the MOTD. That's it. Nothing else, > especially not the last login message or the version of FreeBSD I'm using. > > Thanks again all. (well so much for lurking these days. hehe) What are you using? ssh(1)? See 'PrintMotd' and 'PrintLastLog' in sshd(8). -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 18 19:27:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe14.pav2.hotmail.com [64.4.36.118]) by hub.freebsd.org (Postfix) with ESMTP id 8EC4A37B402 for ; Mon, 18 Feb 2002 19:27:01 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 19:27:01 -0800 X-Originating-IP: [66.32.93.46] From: "Jeff Jeter" To: "Patrick Soltani" Cc: "FreeBSD Questions" References: <3DBB075EEB95944492E127F2B9A96FAF328058@ultra-exchange.UltraDNS.com> Subject: Re: UPDATE: UPDATE: Cannon S300 Date: Mon, 18 Feb 2002 22:27:07 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0019_01C1B8CB.65E123D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 19 Feb 2002 03:27:01.0511 (UTC) FILETIME=[4B6E6970:01C1B8F5] Sender: owner-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_0019_01C1B8CB.65E123D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I edited the turboprint scripts to add the sh before the call. now i = get this error. can i fix this. i sent in an e-mail to turboprint also. OUTPUT: bsd# turboprint -Plp testpage-a4.ps output.prn turboprint - executing tpfilter manually printer name: lp spool directory: turbo2 *** calling tpfilter now *** head: illegal line count -- 1c eval: 1: Syntax error: "(" unexpected *** tpfilter finished *** the output file may be copied to the printer now for example: cat [OUTPUTFILE] > /dev/lp0 bsd#=20 =20 output.prn is empty ----- Original Message -----=20 From: Patrick Soltani=20 To: Jeff Jeter=20 Sent: Monday, February 18, 2002 9:06 PM Subject: RE: UPDATE: UPDATE: Cannon S300 what's the permission on the tpfilter?, if you chmod 755 tpfilter, = then you would not need to do sh, just calling the name will do. =20 Regards, Patrick Soltani. -----Original Message----- From: Jeff Jeter [mailto:gsfgf@hotmail.com] Sent: Monday, February 18, 2002 12:04 PM To: FreeBSD Questions Subject: UPDATE: UPDATE: Cannon S300 After looking around i found the turboprint (www.turboprint.de) = driver. When i print i get this error: bsd# Feb 18 14:48:01 bsd lpd[826]: cannot execv = /usr/share/turboprint/lib/tpfilter Feb 18 14:48:01 bsd lpd[826]: cannot execv = /usr/share/turboprint/lib/tpfilter Feb 18 14:48:01 bsd lpd[825]: lp: job could not be printed = (cfA001bsd.my-net-space.net) turboprint is calling tpfilter as a program (eval = /usr/share/turboprint/lib/tpfilter), but tpfilter needs to be run as "sh = tpfilter". how do i make this work? Thanks, Jeff Jeter ----- Original Message -----=20 From: Jeff Jeter=20 To: FreeBSD Questions=20 Sent: Monday, February 18, 2002 2:07 PM Subject: UPDATE: Cannon S300 I think i got the usb port configured. Now i need help setting up = ghostscript. what driver do i need? i installed gnu ghostscript, but = it didn't list the S30 as supported. www.linuxprinting.org doesn't say = anything about the S300. ----- Original Message -----=20 From: Jeff Jeter=20 To: FreeBSD Questions=20 Sent: Monday, February 18, 2002 1:08 PM Subject: Cannon S300 I am trying to setup a canon S300 printer. I don't think that = usb is setup correctly. usbd says no usb host controllers found.=20 =20 I have pnm2ppa and my /etc/printcap is: lp|ascii|unix:\ :lp=3D/dev/ulpt0:\ :sd=3D/var/spool/lpd:\ :if=3D/usr/local/bin/asciippafilter:\ :mx#0:\ :sh: ps:\ :lp=3D/dev/ulpt0:\ :sd=3D/var/spool/ps:\ :if=3D/usr/local/bin/ppafilter:\ :mx#0:\ :sh: ------=_NextPart_000_0019_01C1B8CB.65E123D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I edited the turboprint scripts to add = the sh=20 before the call.  now i get this error.  can i fix this. i = sent in an=20 e-mail to turboprint also.
 
OUTPUT:
bsd# turboprint -Plp testpage-a4.ps=20 output.prn
turboprint - executing tpfilter manually
printer name:=20 lp
spool directory: turbo2
*** calling tpfilter now ***
head: = illegal=20 line count -- 1c
eval: 1: Syntax error: "(" unexpected
*** = tpfilter=20 finished ***
the output file may be copied to the printer now
for = example:=20 cat [OUTPUTFILE] > /dev/lp0
bsd#
 
output.prn is = empty
----- Original Message -----
From:=20 Patrick=20 Soltani
Sent: Monday, February 18, 2002 = 9:06=20 PM
Subject: RE: UPDATE: UPDATE: = Cannon=20 S300

what's the permission on the tpfilter?, if = you =20 chmod 755 tpfilter, then you would not need to do sh, just calling the = name=20 will do.
 
Regards,
Patrick Soltani.
-----Original Message-----
From: Jeff Jeter [mailto:gsfgf@hotmail.com]
Sen= t:=20 Monday, February 18, 2002 12:04 PM
To: FreeBSD=20 Questions
Subject: UPDATE: UPDATE: Cannon=20 S300

After looking around i found the = turboprint (www.turboprint.de) = driver.
When i print i get this = error:
 
bsd# Feb 18 14:48:01 bsd lpd[826]: = cannot execv=20 /usr/share/turboprint/lib/tpfilter
Feb 18 14:48:01 bsd lpd[826]: = cannot=20 execv /usr/share/turboprint/lib/tpfilter
Feb 18 14:48:01 bsd = lpd[825]:=20 lp: job could not be printed = (cfA001bsd.my-net-space.net)
 
turboprint is calling tpfilter as a program (eval=20 /usr/share/turboprint/lib/tpfilter), but tpfilter needs to be run as = "sh=20 tpfilter".  how do i make this work?
 
Thanks,
Jeff Jeter
 
----- Original Message -----
From:=20 Jeff Jeter=20
To: FreeBSD Questions
Sent: Monday, February 18, = 2002 2:07=20 PM
Subject: UPDATE: Cannon = S300

I think i got the usb port = configured. =20 Now i need help setting up ghostscript.  what driver do i = need? =20 i installed gnu ghostscript, but it didn't list the S30 as=20 supported.  www.linuxprinting.org does= n't=20 say anything about the S300.
----- Original Message ----- =
From:=20 Jeff=20 Jeter
To: FreeBSD Questions =
Sent: Monday, February = 18, 2002=20 1:08 PM
Subject: Cannon = S300

I am trying to setup a canon = S300=20 printer.  I don't think that usb is setup correctly.  = usbd=20 says no usb host controllers found.
 
I have pnm2ppa and my = /etc/printcap=20 is:
 
lp|ascii|unix:\
       =20 :lp=3D/dev/ulpt0:\
        = = :sd=3D/var/spool/lpd:\
       =20 = :if=3D/usr/local/bin/asciippafilter:\
     &n= bsp; =20 :mx#0:\
        = :sh:
 
ps:\
       =20 :lp=3D/dev/ulpt0:\
        = = :sd=3D/var/spool/ps:\
       =20 = :if=3D/usr/local/bin/ppafilter:\
      &= nbsp;=20 :mx#0:\
        = :sh:
 
=
 
------=_NextPart_000_0019_01C1B8CB.65E123D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 19:42:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21403.mail.yahoo.com (web21403.mail.yahoo.com [216.136.232.73]) by hub.freebsd.org (Postfix) with SMTP id 3F71C37B402 for ; Mon, 18 Feb 2002 19:42:13 -0800 (PST) Message-ID: <20020219034213.58105.qmail@web21403.mail.yahoo.com> Received: from [216.53.133.75] by web21403.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 19:42:13 PST Date: Mon, 18 Feb 2002 19:42:13 -0800 (PST) From: Jorge Ramirez Subject: popper - "invalid password" To: newbies@freebsd.org, 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 recently installed the popper port to offer pop3 service for my mail server to the client computers on the LAN. When i tried to test it out, it keeps telling me i have entered the incorrect password, when i know its right. Can someone help me. __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 18 19:46:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f8.pav2.hotmail.com [64.4.37.8]) by hub.freebsd.org (Postfix) with ESMTP id E0B1037B405 for ; Mon, 18 Feb 2002 19:46:14 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 18 Feb 2002 19:46:14 -0800 Received: from 61.174.171.36 by pv2fd.pav2.hotmail.msn.com with HTTP; Tue, 19 Feb 2002 03:46:14 GMT X-Originating-IP: [61.174.171.36] From: "neng geng huang" To: freebsd-questions@FreeBSD.ORG Subject: About gateway (hng) Date: Tue, 19 Feb 2002 11:46:14 +0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Feb 2002 03:46:14.0861 (UTC) FILETIME=[FAE1A7D0:01C1B8F7] Sender: owner-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 new to FreeBSD and I have a question for help. I installed FreeBSD 4.3 on a computer and want it to be a gateway between my two subnets. The FreeBSD machine has two network interface and gateway enabled. I have 4 computers as follows: Computer A FreeBSD Computer B Computer C(ADSL) ip= 192.168.0.1 192.168.0.3 192.168.0.254 ip= 192.168.1.3 192.168.1.1 dg= 192.168.1.1 192.168.0.254 192.168.0.254 dg=default gateway On computer A, I have full access to the Internet via ADSL on computer C. However, I can not PING computer B. The computer B also can not PING computer A. Why? How can I solve it? Thank you. Huang Neng Geng _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 20: 1:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13301.mail.yahoo.com (web13301.mail.yahoo.com [216.136.175.37]) by hub.freebsd.org (Postfix) with SMTP id 4CEB937B400 for ; Mon, 18 Feb 2002 20:01:18 -0800 (PST) Message-ID: <20020219040118.17358.qmail@web13301.mail.yahoo.com> Received: from [213.122.144.178] by web13301.mail.yahoo.com via HTTP; Mon, 18 Feb 2002 20:01:18 PST Date: Mon, 18 Feb 2002 20:01:18 -0800 (PST) From: Greg Quinlan Reply-To: gwq_uk@yahoo.com Subject: Kernel OPTIONS 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, Does anyone know where I might find a list of tunable "options"? Specifically how to increase the max number of open files? Thanks Greg __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 18 20: 3:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mandible.arach.net.au (mx3.arach.net.au [203.30.44.5]) by hub.freebsd.org (Postfix) with SMTP id 7942F37B402 for ; Mon, 18 Feb 2002 20:03:02 -0800 (PST) Received: (qmail 6994 invoked by uid 504); 19 Feb 2002 04:02:55 -0000 Received: from sdwyer@arach.net.au by mandible.arach.net.au with qmail-scanner-1.01 (. Clean. Processed in 0.073197 secs); 19 Feb 2002 04:02:55 -0000 X-Qmail-Scanner-Mail-From: sdwyer@arach.net.au via mandible.arach.net.au X-Qmail-Scanner: 1.01 (Clean. Processed in 0.073197 secs) Received: from mx1.arach.net.au (HELO gollum.logi.net.au) (203.30.44.15) by mx3.arach.net.au with SMTP; 19 Feb 2002 04:02:55 -0000 Received: from arach.net.au (unverified [203.34.17.18]) by gollum.logi.net.au (Rockliffe SMTPRA 4.5.6) with ESMTP id ; Tue, 19 Feb 2002 12:02:54 +0800 Message-ID: <3C71CEB8.7080302@arach.net.au> Date: Tue, 19 Feb 2002 12:04:08 +0800 From: Shaun Dwyer User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020208 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-mobile@freebsd.org Cc: tdwyer@arach.net.au Subject: support for Wireless network cards in -stable 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, I am looking at joining the local community wireless network project (www.e3.com.au) and need to decide which wireless network card to buy to use with FreeBSD. I use 4.5-stable and CVSup regularly. I understand the wi driver has support primerily for the Lucent WaveLan based cards and some support for Prism II based cards. Can anyone advise me which is the better supported card under FreeBSD using the wi driver and if the Prism II chipset is supported under another dirver, is this equiv. to the support provided by the wi driver for the wavelan. What I am concerned about is being able to connect to a network that may use encryption, any my understanding from scanning the news archives is that the Prism II chipset is not as well supported and may not have support enabled for encryption. In addition are there any other significant shortcomings in the wi support for the Prism II chipset? Which PCMCIA adaptors are better supported, PCI to PCMCIA or ISA to PCMCIA? If my questions appear dumb, this is all new to me, so please be a bit forgiving. :-) Please email me directly as I am not subscribed to the mailing lists. --Shaun Dwyer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 20:14:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wireless.cs.twsu.edu (wireless.cs.twsu.edu [156.26.10.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC4237B4EA; Mon, 18 Feb 2002 20:11:14 -0800 (PST) Received: from localhost (2d30ffc1ee241b6ab4b50c9e48679bcd@localhost.cs.twsu.edu [127.0.0.1]) by wireless.cs.twsu.edu (8.12.2/(basit)) with ESMTP id g1J4Be4p006870; Mon, 18 Feb 2002 22:11:40 -0600 (CST) (envelope-from basit@basit.cc) Date: Mon, 18 Feb 2002 22:11:40 -0600 (CST) From: Abdul Basit X-X-Sender: basit@wireless.cs.twsu.edu To: Shaun Dwyer Cc: freebsd-questions@FreeBSD.ORG, , Subject: Re: support for Wireless network cards in -stable In-Reply-To: <3C71CEB8.7080302@arach.net.au> Message-ID: <20020218221104.T6392-100000@wireless.cs.twsu.edu> 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 using DLINK 500/650 , and it works just great in FreeBSD-4.5 - basit On Tue, 19 Feb 2002, Shaun Dwyer wrote: > Hi, > > I am looking at joining the local community wireless network project (www.e3.com.au) > and need to decide which wireless network card to buy to use with FreeBSD. > > I use 4.5-stable and CVSup regularly. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 20:37:15 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 2CF1C37B404 for ; Mon, 18 Feb 2002 20:37:07 -0800 (PST) Received: from dialup-166.90.71.64.dial1.chicago1.level3.net ([166.90.71.64] helo=there) by hawk.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 16d21U-0005U1-00; Mon, 18 Feb 2002 20:37:01 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Bob Giesen To: cykyc@yahoo.com Subject: Re: fxtv (STB) and audio issues -- Live!, PCI512. emu10k1 Date: Mon, 18 Feb 2002 22:37:01 -0600 X-Mailer: KMail [version 1.3] References: <20020219010555.32895.qmail@web20609.mail.yahoo.com> In-Reply-To: <20020219010555.32895.qmail@web20609.mail.yahoo.com> Cc: FreeBSD questions , Gnome List MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Weird... but my card is now working (sans the rear speakers, natch). If you're really interested in the steps I took in getting it working, read on. After writing most of this message, I came back to the top to let you know that I'm going to post this for posterity -- so I probably get into more detail than you're interested in suffering. In one of the messages I found in the archives that I mentioned to you, one person spoke of seeing a "/dev/dsp busy" error , or somenthing to that effect. Another person recommended using syscntl to set hw.snd.pcm0.vchans=4 so as to eliminate the conflict. Well, I opened a console when trying to make some noise and found the same error. sysctl showed my hw.snd.pcm0.vchans = 0, so I tried out the advice. The value went from 0 to 4 -- but didn't seem to change anything. In desparation, I rebooted the box and checked hw.snd.pcm0.vchans, which was back to 0. Figuring I hadn't made any headway and now grasping at straws, I chose a different wm (rather than Sawfish/Gnome) from the wdm login screen -- and it worked! The sound (cdcontrol and xmms) worked! I tried every other wm -- including Sawfish w/ Gnome -- and I now have sound. Go figure... I am guessing that using sysctl to set the umber of dsp's to 4 that one time (A) did something to trigger something in the card... or (B) maybe had some cascading effect on some default setting in a FreeBSD config file... or (C) Gnome and/or Sawfish was hosing the sound. I purposely tried several wm's before trying Gnome & Sawfish (G/S). Then, when I started the G/S session, I had no sound effects (Gnome's "Sound Events"), even though those had been turned on in the Gnome Control Center. (Btw, I have always had the Sawfish sound events turned off.) But I started xmms (by typing "xmms" in an xterm) -- and it worked. Likewise with cdcontrol. So, I tempted fate and fired up the Gnome Control Center and checked my Sound Events; they were still turned on and I tried clicking on the [Play] button for some of the events -- and they actualy played. (Just in response to my clicking the button in the control center -- not in response to the actual events, such as logging in/out, clicking on checkboxes, etc...) So, on a hunch, I logged out (just to the wdm login screen -- I left the system running, this time) and logged back in again, directly to G/S. As I did, the login wave played and everything seems to be working as it's supposed to (except, of course, for the rear speakers). Tempting fate yet again, I logged out of my own account (in which all of the above activity took place -- not root's) and logged into G/S, again, using another user account which had the sound events turned off. I turned them on and tried to test them -- to no avail. (But xmms did work.) Unfazed, I simply logged out, then back into G/S under that login -- and the sound events worked. So, for what it's worth, I should note that Gnome seems to start up Esound at login and keeps it running. When I started all those other wm's, I checked for the presence of the Esound daemon (esd), and none of them started it (which makes sense, given that I don't have any sound events set to run via any of the wm's). Per soemone's suggestion, I set up xmms to use esd, when ut didn't work w/ oss. Xmms will start esd, but then esd will go away when xmms is done with it. I'm not sure what the connection is, but I found it curious that, after running that sysctl command to set the # of dsp's to 4 and rebooting, that: 1) xmms and cdcontrol began working immediately for (presumably) any login (all associated dev's had open perm's, btw -- before and after "fix") 2-a) Gnome sound events did not work upon first logging in for any login 2-b) Gnome sound events could be sampled via the [Play} button in its control center for the first user to log in -- but not the second and 3) Gnome sound events began working properly (reacting to events as well as responding to the [Play} button in the control center) with each user's second login after the "fix." (I quote "fix" because I am not convinced that running that sysctl command had any more of an effect on my system than some unusual astronomical alignment might have had by way of tugging at some wayward electrons in my sound card... given that I know about as much about the capability of either cause to have had the desired effect.) Well, unfortunately, this isn't very scientific in its isolation of the problem and/or solution (namely in that neither is really isolated), but I'm posting this to FreeBSD-questions and the Gnome-list just in case someone else comes to grasping at straws and might find this worth trying. Also, perhaps someone who works on the associated pieces (be it Gnome, esd, the pcm driver, Sawfish0 might find something in this worthy of investigation. But then... maybe not. Now, if only I can get my ATI All-In-Wonder card going... :-) Bob P.S. If anyone from the freebsd-questions list wishes to reply to me, please do so to my e-mail addy. I've unsubscribed from that list, for now. My time's been getting a bit pinched, lately. Thanks. On Monday 18 February 2002 07:05 pm, you wrote: > Thanks for the follow-up! > > The only other thing that was mentioned to me was to look at the > mixer(8) settings. I was recommened to look into one of the > settings, I believe "rec" While that setting didn't help out, you > may want to see what the output of mixer mentions. > > I haven't seen anything else w.r.t. to your problem, but if I do, > I'll let you know! > > Jon > > --- Bob Giesen wrote: > > On Saturday 16 February 2002 08:48 am, you wrote: > > > The last thing I noticed is that the I haven't had > > > the pcm driver able to suppor the black "rear out jack", but > > > > only > > > > > the green "line out jack". > > > > Jon, > > You might want to check out the following FBSD > > multimedia-archive > > URL. In it, the current pcm-device author, Cameron Grant, > > mentions > > that the rear speakers were not supported in v4.2. Perhaps > > they're > > still not. > > You might want to poke around this archive (or even get on the > > > > list, if you're not, yet). I noticed some fxtv-related subjects > > in > > the list. > > Bob > > > > -- > > "A camel is a horse designed by a committee." -- Unknown > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com -- Did you know... that the phrase, "in the limelight," originated in the 1800's, when "limelights" were used for stage illumination? Lime (calcium oxide) was heated to incandescence by an oxyhydrogen flame, producing a bright light. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 21: 0:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ringo.tie.cl (ringo.tie.cl [200.54.144.167]) by hub.freebsd.org (Postfix) with ESMTP id 5FCBE37B404 for ; Mon, 18 Feb 2002 21:00:48 -0800 (PST) Received: from 50-97-197.dial.cust.tie.cl (200.50.97.197) by ringo.tie.cl (6.0.039) id 3C71BCDA000004E5 for freebsd-questions@FreeBSD.ORG; Tue, 19 Feb 2002 01:52:19 -0300 Subject: a little problem From: Waldo Morales Alvarez To: freebsd-questions@FreeBSD.ORG Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 19 Feb 2002 02:00:17 -0300 Message-Id: <1014094819.2961.2.camel@oxygen> 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 I want to get FreeBSD , but for "proxy" problems (my boss sucks), i cant use ftps from the internet,but i can use http conections so .. there is a list of http servers to get FreeBSD 4.5 isos ? Thanks pd:im gonna make a BSD cool sites here at chile = b See 'ya people To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 21:26:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 9F4AD37B400 for ; Mon, 18 Feb 2002 21:26:21 -0800 (PST) Received: from [195.20.224.204] (helo=mrvdom00.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 16d2mv-0005fM-00; Tue, 19 Feb 2002 06:26:01 +0100 Received: from [217.1.114.27] (helo=pD901721B.dip.t-dialin.net) by mrvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 16d2mv-0005gn-00; Tue, 19 Feb 2002 06:26:01 +0100 Date: Tue, 19 Feb 2002 06:26:33 +0000 (GMT) From: Peter Ulrich Kruppa To: Mike Meyer Cc: "D. Michael McFarland" , Subject: Re: Advice sought re MS Office compatibility In-Reply-To: <15473.46758.516892.756570@guru.mired.org> Message-ID: <20020219062359.Q7320-100000@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 Mon, 18 Feb 2002, Mike Meyer wrote: > D. Michael McFarland types: > > Word and PowerPoint are necessities, unless I refuse to even pretend > > to MS Office compatibility. No one is yet asking me to use Exel. > > (Does it still claim -1^2 == +1?) > > I don't know, but the bc provided with FreeBSD does: > > guru% bc > bc 1.06 > Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc. > This is free software with ABSOLUTELY NO WARRANTY. > For details type `warranty'. > -1^2 > 1 > > Because of ambiguities in common mathematical notation, There is no ambiguity in (in this) mathematical notation. -1^2 = -1 (-1)^2 = +1 > there's at > least one parsing for which it's the right answer. So these parsings are wrong. Regards Uli. *-----------------------------------* * 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 Mon Feb 18 21:29:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.q-exports.com.au (qex137370-1.gw.connect.com.au [210.10.31.196]) by hub.freebsd.org (Postfix) with ESMTP id 62ED637B400 for ; Mon, 18 Feb 2002 21:29:18 -0800 (PST) Received: from lou (Lou.qex [10.0.1.254]) by mail.q-exports.com.au (Postfix) with SMTP id 41F8E210E for ; Tue, 19 Feb 2002 16:29:27 +1100 (EST) Message-ID: <006601c1b906$65368a20$fe01000a@qex> From: "Paul Bone" To: Subject: Shut down sequence. Date: Tue, 19 Feb 2002 16:29:26 +1100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0063_01C1B962.989F6100" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk 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_0063_01C1B962.989F6100 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am using nut to monitor my ups. However I require that when freebsd = shuts down it signals the ups to cut the power. This can be done by = adding a command to the shutdown script. I have found /etc/rc.shutdown, however when this file runs all = filesystems are mounted read write. I can only put the command in where = filesystems are mounted read only and the system is ready to power off. In what script should I place this command? Thanks Paul Bone ------=_NextPart_000_0063_01C1B962.989F6100 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am using nut to monitor my ups.  = However I=20 require that when freebsd shuts down it signals the ups to cut the = power. =20 This can be done by adding a command to the shutdown = script.
 
I have found /etc/rc.shutdown, however = when this=20 file runs all filesystems are mounted read write.  I can only put = the=20 command in where filesystems are mounted read only and the system is = ready to=20 power off.
 
In what script should I place this=20 command?
 
Thanks
 
Paul Bone
------=_NextPart_000_0063_01C1B962.989F6100-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 21:51:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imo-d02.mx.aol.com (imo-d02.mx.aol.com [205.188.157.34]) by hub.freebsd.org (Postfix) with ESMTP id AC3BD37B402 for ; Mon, 18 Feb 2002 21:50:59 -0800 (PST) Received: from MaoFu1kan@aol.com by imo-d02.mx.aol.com (mail_out_v32.5.) id r.10d.da860f8 (4223); Tue, 19 Feb 2002 00:50:51 -0500 (EST) From: MaoFu1kan@aol.com Message-ID: <10d.da860f8.29a341ba@aol.com> Date: Tue, 19 Feb 2002 00:50:50 EST Subject: FW: PLEEEEEASE READ!!!!!sorry had to try it To: Hoopster6949@yahoo.com, brandonfain@ccs.k12.nc.us, JFAIND@aol.com, H1DD3N51CKN355@aol.com, Angelfall666@aol.com, Jasoncfain@aol.com, FainD@kochind.com, mal2st@lycos.com, mal3sto@netzero.net, questions@freebsd.org, Darkprincess5@aol.com, Tereza@airmessage.net, fain40@hotmail.com, Jason2202@aol.com, fukantp@hotmail.com, fukantp@fridaythe13thfilms.com MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="part1_10d.da860f8.29a341ba_boundary" X-Mailer: AOL 5.0 for Windows sub 138 Sender: owner-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_10d.da860f8.29a341ba_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit --part1_10d.da860f8.29a341ba_boundary Content-Type: message/rfc822 Content-Disposition: inline Return-path: From: S1NN3R@aol.com Full-name: S1NN3R Message-ID: <64.1aadb8aa.29a1d111@aol.com> Date: Sun, 17 Feb 2002 22:37:53 EST Subject: Fwd: Fw: FW: PLEEEEEASE READ!!!!! To: MaoFu1kan@aol.com MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="part2_10d.da860f8.29a1d111_boundary" X-Mailer: AOL 5.0 for Windows sub 138 --part2_10d.da860f8.29a1d111_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit --part2_10d.da860f8.29a1d111_boundary Content-Type: message/rfc822 Content-Disposition: inline Return-Path: Received: from rly-zd04.mx.aol.com (rly-zd04.mail.aol.com [172.31.33.228]) by air-zd02.mail.aol.com (v83.35) with ESMTP id MAILINZD28-0217223006; Sun, 17 Feb 2002 22:30:06 -0500 Received: from mailsorter-105-1.iap.bryant.webtv.net (mailsorter-105-1.iap.bryant.webtv.net [209.240.198.119]) by rly-zd04.mx.aol.com (v83.35) with ESMTP id MAILRELAYINZD410-0217222946; Sun, 17 Feb 2002 22:29:46 -0500 Received: from storefull-131.iap.bryant.webtv.net (storefull-131.iap.bryant.webtv.net [209.240.198.114]) by mailsorter-105-1.iap.bryant.webtv.net (WebTV_Postfix) with ESMTP id 635484C8 for ; Sun, 17 Feb 2002 19:29:46 -0800 (PST) Received: (from production@localhost) by storefull-131.iap.bryant.webtv.net (8.8.8-wtv-f/mt.gso.26Feb98) id TAA24440; Sun, 17 Feb 2002 19:29:46 -0800 (PST) X-WebTV-Signature: 1 ETAsAhQ03YPqw2JvSf7JABR9m6CzBkf65QIUBSjS0AQPgqgfrhS9SMSxurVbRz0= From: isreal-hall@webtv.net (Isreal Hall) Date: Sun, 17 Feb 2002 22:29:45 -0500 (EST) To: S1NN3R@aol.com Subject: Fwd: Fw: FW: PLEEEEEASE READ!!!!! Message-ID: <2589-3C707529-2037@storefull-131.iap.bryant.webtv.net> Content-Type: Multipart/Mixed; Boundary=WebTV-Mail-8956-1059 Content-Transfer-Encoding: 7Bit MIME-Version: 1.0 (WebTV) X-Mailer: Unknown (No Version) --WebTV-Mail-8956-1059 Content-Type: Text/Plain; Charset=US-ASCII Content-Transfer-Encoding: 7Bit --WebTV-Mail-8956-1059 Content-Disposition: Inline Content-Type: Message/RFC822 Content-Transfer-Encoding: 7Bit Received: from smtpin-101-8.bryant.webtv.net (209.240.198.42) by storefull-133.iap.bryant.webtv.net with WTV-SMTP; Sun, 17 Feb 2002 16:59:43 -0800 (PST) Received: by smtpin-101-8.bryant.webtv.net (WebTV_Postfix+sws) id DCD0019C; Sun, 17 Feb 2002 16:59:46 -0800 (PST) Delivered-To: isreal-hall@webtv.net Received: from out020.verizon.net (out020pub.verizon.net [206.46.170.176]) by smtpin-101-8.bryant.webtv.net (WebTV_Postfix+sws) with ESMTP id 1B8C41E5 for ; Sun, 17 Feb 2002 16:59:46 -0800 (PST) Received: from GTEthall2 ([63.27.138.225]) by out020.verizon.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020218005942.ENOT22012.out020.verizon.net@GTEthall2>; Sun, 17 Feb 2002 18:59:42 -0600 Message-ID: <003c01c1b817$4bcbf1a0$e18a1b3f@GTEthall2> From: "c&thall" To: "Michael Homsley" , "Isreal Hall" , "Lori Simmons" , "Susan Weber" , "Bill Mann" Subject: Fw: FW: PLEEEEEASE READ!!!!! Date: Sun, 17 Feb 2002 19:57:50 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0039_01C1B7ED.611FF120" 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 ------=_NextPart_000_0039_01C1B7ED.611FF120 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit ----- Original Message ----- From: "Elizabeth Homsley" To: ; ; ; ; ; ; ; ; ; ; Sent: Thursday, February 14, 2002 11:24 PM Subject: Fwd: FW: PLEEEEEASE READ!!!!! > > > > >From: "Derek Oliver" > >To: ben_n_05@yahoo.com, dustingay6@hotmali.com, ivy_grl_83@hotmail.com, > >jefbruce@hotmail.com, jevon94@hotmail.com, kute_katie2001@hotmail.com, > >Ooliver3@aol.com, yamcha_4@hotmail.com > >Subject: Fwd: FW: PLEEEEEASE READ!!!!! > >Date: Sat, 02 Feb 2002 15:50:37 -0600 > > > > > > > > > >>From: "Mandi Mashburn" > >>To: will_fraser63@hotmail.com, underthesky@hotmail.com, > >>tommy2004@hotmail.com, tharpbryson@hotmail.com, > >>steffenhagen_103@hotmail.com, skybaby6902@hotmail.com, > >>shyne_55@hotmail.com, scroggins_12@hotmail.com, robinraerich@hotmail.com, > >>redlightradis@hotmail.com, pretty_blue_eyes_03@hotmail.com, > >>pioneergirl34@hotmail.com, peg1698@hotmail.com, nicole@meeler.zzn.com, > >>mrwayne_007@hotmail.com, mikelwyatt@hotmail.com, michael_2003@hotmail.com, > >>kyleer86@hotmail.com, kornbizkit2003@hotmail.com, kool_cat_65@hotmail.com, > >>kktaylor80@hotmail.com, kendra_s_m@hotmail.com, k_14_schram@hotmail.com, > >>jordan_seth@hotmail.com, jandi_ro@hotmail.com, ivy_grl_83@hotmail.com, > >>huskey35_rvhs@hotmail.com, hottie_angel06@hotmail.com, > >>hoochie_momma13@hotmail.com, gude_03@hotmail.com, gordondavidson@msn.com, > >>everyone_rocks@hotmail.com, dustingay6@hotmail.com, > >>duane_is_cool@hotmail.com, drew05@indco.net, deskin_67@hotmail.com, > >>delf_14@hotmail.com, darlingdanny@hotmail.com, chaigwood@hotmail.com, > >>care_bear_18_02@hotmail.com, butterfly_gurl04@hotmail.com, > >>britty2703@hotmail.com, briny_grl_06@hotmail.com, > >>brannonlee_25@hotmail.com, hotmale_2002@hotmail.com, > >>beentheredunthat@hotmail.com, angelicsinger_4him@hotmail.com, > >>americaneagle333@hotmail.com, amberall@juno.com, adam_mada_g@hotmail.com > >>Subject: Fwd: FW: PLEEEEEASE READ!!!!! > >>Date: Sat, 02 Feb 2002 14:19:56 -0600 > >> > > > > > > > > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > ------=_NextPart_000_0039_01C1B7ED.611FF120 Content-Type: message/rfc822; name="Fwd_ FW_ PLEEEEEASE READ!!!!!.eml" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Fwd_ FW_ PLEEEEEASE READ!!!!!.eml" Received: from 209.128.158.179 by lw11fd.law11.hotmail.msn.com with HTTP; Sat, 02 Feb 2002 20:19:56 GMT X-Originating-IP: [209.128.158.179] From: "Mandi Mashburn" To: will_fraser63@hotmail.com, underthesky@hotmail.com, tommy2004@hotmail.com, tharpbryson@hotmail.com, steffenhagen_103@hotmail.com, skybaby6902@hotmail.com, shyne_55@hotmail.com, scroggins_12@hotmail.com, robinraerich@hotmail.com, redlightradis@hotmail.com, pretty_blue_eyes_03@hotmail.com, pioneergirl34@hotmail.com, peg1698@hotmail.com, nicole@meeler.zzn.com, mrwayne_007@hotmail.com, mikelwyatt@hotmail.com, michael_2003@hotmail.com, kyleer86@hotmail.com, kornbizkit2003@hotmail.com, kool_cat_65@hotmail.com, kktaylor80@hotmail.com, kendra_s_m@hotmail.com, k_14_schram@hotmail.com, jordan_seth@hotmail.com, jandi_ro@hotmail.com, ivy_grl_83@hotmail.com, huskey35_rvhs@hotmail.com, hottie_angel06@hotmail.com, hoochie_momma13@hotmail.com, gude_03@hotmail.com, gordondavidson@msn.com, everyone_rocks@hotmail.com, dustingay6@hotmail.com, duane_is_cool@hotmail.com, drew05@indco.net, deskin_67@hotmail.com, delf_14@hotmail.com, darlingdanny@hotmail.com, chaigwood@hotmail.com, care_bear_18_0! 2@hotmail.com, butterfly_gurl04@hotmail.com, britty2703@hotmail.com, briny_grl_06@hotmail.com, brannonlee_25@hotmail.com, hotmale_2002@hotmail.com, beentheredunthat@hotmail.com, angelicsinger_4him@hotmail.com, americaneagle333@hotmail.com, amberall@juno.com, adam_mada_g@hotmail.com Subject: Fwd: FW: PLEEEEEASE READ!!!!! Date: Sat, 02 Feb 2002 14:19:56 -0600 Mime-Version: 1.0 Content-Type: text/html X-Stn-Info:





>From: "Drew Fleming"
>To: "Amy Kemper" , "Amy Kittrell " , "Ben Prince" , "Brittney" , "Christina" , "Erika" , , "Jalesa Henderson" , "Jeff" , "Jessica" , "Josh" , "Koren" , "Lindsey Davidson" , "Lindsey Stallings" , "Madison" , "Mandi" , "Mary" , "Mica" , "Mikey" , "Nancy" , "Nicole" , "Rachel Landers" , "Rachel Wallis" , "Resa" , "Sam" , "Stephanie" , "Tamara" , "Tim" , "Tisha" , "Whitney"
>Subject: FW: PLEEEEEASE READ!!!!!
>Date: Fri, 1 Feb 2002 16:51:03 -0600
>
>
>-----Original Message-----
>From: nicole flores [mailto:nicole@Meeler.zzn.com]
>Sent: Friday, February 01, 2002 4:05 PM
>To: spstc@hotmail.com; mandim87@hotmail.com;
>beentheredunthat_01@hotmail.com; sweetlewa@hotmail.com;
>cult_leader2005@hotmail.com; drew05@indco.net; jawlly87@hotmail.com;
>zarinefaile@hotmail.com; softballwhit_12@hotmail.com
>Subject: Fwd: PLEEEEEASE READ!!!!!
>
>
>
>---- Begin Included Message ----
>
>From: "Courtney Hall"
>Sent: Thu, 31 Jan 2002 22:30:09 -0600
>To: Jawlly87@hotmail.com
>CC: sweetlewa@hotmail.com
>Subject: Fwd: FW: PLEEEEEASE READ!!!!!
>
>
>
>
>
> >From: Shauna Wood
> >To: "'pickaboo78@hotmail.com'"
>
> >Subject: FW: PLEEEEEASE READ!!!!!
> >Date: Thu, 31 Jan 2002 08:08:50 -0600
> >
> >
> >-----Original Message-----
> >From: Rhynea Debow
> >Sent: Thursday, January 31, 2002 7:09 AM
> >To: Reta Oden; Jennifer Boren; Heather
>Baldridge; Michelle Shannon; Wendie
> >Frego; Shauna Wood; Aneta Gallion; Michelle
>Salazar; Amy Keton; Paula
> >Johnson; Kristie Harlson; Ruth Holden; Amanda
>Ashmore
> >Subject: FW: PLEEEEEASE READ!!!!!
> >Importance: High
> >
> >
> >
> >-----Original Message-----
> >From: Lisa Carson
> >Sent: Wednesday, January 30, 2002 5:25 PM
> >To: 'CARSONRUSTY@CS.COM'
> >Cc: Aneta Gallion; Anna Jones; Barbara Harness;
>Betty Stahl; Carolyn Biggs;
> >Cathy Baltz; Christie Allen; Danielle Pittman;
>Deb Whited; Denise Boles;
> >Faye Thomas; Gayle Sprinkle; Holly Acebo; Jane
>Lynch; Jennifer Flowers;
> >Joshua Lynn Cole; Karen James; Karen Skinner;
>Kimberly Hayden; Kristie
> >Harlson; Kitty Robinson; LAB System
>Woodsprings; Lab System Windover; LAB
> >System Osceola Keiser; Laura Dennis; Lisa
>Carson; Maria Daniel; Marsha
> >Tolbert; Mary Smith; Nancy Echols; Nurse's
>Station 2 East; Nurse's Station
> >2
> >West; Nurses Station 2 Womens Clinic; Nurse's
>Station 3 Matthews; Nurses
> >Station 2 Womens Clinic; Nurse's Station 4
>East; Nurse's Station 4 West;
> >Nurse's Station Osceola Keiser; Nurse's Station
>Osceola Rural; Pam Arnold;
> >Pam Sneed; Patrice Anschultz; Patty Caples;
>Reta Oden; Rhynea Debow;
> >Sharhea
> >Watkins; Shiloh Killian; Shirley Millsap;
>Stephanie Summers Davis; Susie
> >Davidson; switchboard; Tammie Gist; Tammy Mays;
>Tammy Mobley; Teresa
> >Shempert; Todd Reed; Trena Newman; Virginia
>Edwards; Women's Clinic Lab;
> >X-Ray Dept.
> >Subject: FW: PLEEEEEASE READ!!!!!
> >Importance: High
> >
> >
> >
> >-----Original Message-----
> >From: Jennifer Flowers
> >Sent: Wednesday, January 30, 2002 5:17 PM
> >To: Stacey Pierce; Angela Hembrey; Barbara
>Harness; Tammy Mays; Linda Lace;
> >Lisa Murphree; Betty Stahl; Stephanie Summers
>Davis; Shiloh Killian; Mary
> >Smith; Karen Skinner; Shelly Way; Onnie
>Hawkins; Lisa Carson; Jane Lynch
> >Subject: FW: PLEEEEEASE READ!!!!!
> >Importance: High
> >
> >
> >
> >-----Original Message-----
> >From: Margaret Easley
> >Sent: Wednesday, January 30, 2002 5:07 PM
> >To: Glenda Hawks; Jennifer Flowers; Juanita
>Hackman; Julie Huckaby; Kristie
> >Harlson; Leona Miller; Mary Ann Hines; Rhynea
>Debow; Rhonda Brown; Robin
> >Gott; Tammie Gist
> >Subject: FW: PLEEEEEASE READ!!!!!
> >Importance: High
> >
> >
> >
> >-----Original Message-----
> >From: Angela Nichols
> >Sent: Wednesday, January 30, 2002 3:32 PM
> >To: Angela Nichols; Angie Weston; Annette
>Bednar; Charlie Poore; Christie
> >Allen; Donna Hollis; Donna Rasbury; Gayle
>Sprinkle; Happy Newyear; Joshua
> >Lynn Cole; Karen James; Kimberly Morrison;
>Kitty Robinson; Margaret Easley;
> >Materials Management; Medical Records; Phyllis
>Armstrong
> >Subject: FW: PLEEEEEASE READ!!!!!
> >Importance: High
> >
> >
> >
> >-----Original Message-----
> >From: Alice Lovins
>[mailto:lovinsa@uhe.crsc.k12.ar.us]
> >Sent: Wednesday, January 30, 2002 11:53 AM
> >To: Angela Nichols
> >Subject: Fw: PLEEEEEASE READ!!!!!
> >Importance: High
> >
> >
> >
> >----- Original Message -----
> >From: Don and >internet.com> Barbara Rowlett
> >To: Thompson, Barbara >direct.com> ; Smith, Greg
> > ;
>Sexton,
> >Calandra ; Sarah
> ; Ryan, Brandy
> > ; Rutledge,
>Shelly
> > ;
>Rutledge,Dean
> > ; Reeder,
>Tammy
> > ;
>Meyer,
> >Betty
> >; Lovins, Alice
> ; Hollaway,
>Gale
> > ;
>Feeherty, John
> > ; Eric and
> > Ragen ;
>Dean,
> >Shelly ; Davis, Charles
> ; Bridger,
>June
> > ;
>Barnett, Paula
> >
> >Sent: Monday, January 28, 2002 9:23 PM
> >Subject: Fw: PLEEEEEASE READ!!!!!
> >
> >
> >-----
> >
> >I doubt there is anything to this. You can
>probably check it out at urban
> >legends but what the heck, so here I go again.
> >
> >Barb
> >
> >
> >To all of my friends, I do not usually forward
>messages, but this is from
> >my
> >good friend Pearlas Sanborn and she really is
>an attorney.. If she says
> >that this will work - it WILL work. After all,
>what have you got to lose?
> >
> >
> >
> >
> >
> >
> >
> >SORRY EVERYBODY.....JUST HAD TO TAKE THE
>CHANCE!!!
> >I'm an attorney, and I know the law. This
>thing is for real.
> >Rest assured AOL and Intel will follow through
>with their promises for fear
> >of facing a multimillion dollar class action
>suit similar to the one filed
> >by PepsiCo against General Electric not too
>long ago.
> >
> >
> >
> >
> >
> >
> >
> >We're not going to help them out with their e-
>mail beta test without
> >getting
> >a little something for our time. My brother's
>girlfriend got in on this a
> >few months ago. When I went to visit him for
>the Baylor/UT game.
> >
> >
> >
> >
> >
> >
> >
> >She showed me her check. It was for the sum of
>$4,324.44 and was stamped
> >"Paid In Full". Like I said before, I know the
>law, and this is for real.
> >
> >
> >
> >
> >
> >
> >
> >Intel and AOL are now discussing a merger which
>would make them the largest
> >Internet company and in an effort make sure
>that AOL remains the most
> >widely
> >used program, Intel and AOL are running an e-
>mail beta test.
> >
> >
> >
> >
> >
> >
> >
> >When you forward this e-mail to friends, Intel
>can and will track it (if
> >you
> >are a Microsoft Windows user) for a two week
>time period.
> >
> >
> >
> >
> >
> >
> >
> >For every person that you forward this e-mail
>to, Microsoft will pay you
> >$203.15..
> >
> >
> >
> >
> >
> >
> >
> >For every person that you sent it to that
>forwards it on, Microsoft will
> >pay
> >you $156.29.
> >
> >
> >
> >
> >
> >
> >
> >And for every third person that receives it,
>you will be paid $17.65.
> >Within two weeks, Intel will contact you for
>your address and then send you
> >a check.
> >I thought this was a scam myself, but a friend
>of my good friend's Aunt
> >Patricia, who works at Intel, actually got a
>check of $4,543.23 by
> >forwarding this e-mail.
> >
> >
> >
> >
> >
> >Try it, what have you got to lose????
> >
> >
> >
> >
> >
> >
> >
> > _____
> >
> >
> >
> >
> >
> >---
> >Outgoing mail is certified Virus Free.
> >Checked by AVG anti-virus system (
>http://www.grisoft.com
> > ).
> >Version: 6.0.273 / Virus Database: 143 -
>Release Date: 8/16/2001
> >
>
>
>
>
>_________________________________________________
>________________
>Send and receive Hotmail on your mobile device:
>http://mobile.msn.com
>
>
>
>---- End Included Message ----
>
>
>
>
>
>
>
>Get your Free E-mail at http://www.meeler.zzn.com
>____________________________________________________________
>Get your own Web-Based E-mail Service at http://www.zzn.com
>
>
------=_NextPart_000_0039_01C1B7ED.611FF120-- --WebTV-Mail-8956-1059-- --part2_10d.da860f8.29a1d111_boundary-- --part1_10d.da860f8.29a341ba_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 21:58:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.pwhsnet.com (adsl-64-168-103-52.dsl.scrm01.pacbell.net [64.168.103.52]) by hub.freebsd.org (Postfix) with ESMTP id 6502737B400; Mon, 18 Feb 2002 21:58:09 -0800 (PST) Received: from zeus (patrick@zeus [192.168.0.34] (may be forged)) by apollo.pwhsnet.com (8.11.6/8.11.6) with SMTP id g1J5vJl33356; Mon, 18 Feb 2002 21:57:19 -0800 (PST) (envelope-from patrick@pwhsnet.com) Message-ID: <000e01c1b90a$3b25f780$2200a8c0@zeus> From: "Patrick Fish" To: Cc: Subject: dhclient/pppoe Date: Mon, 18 Feb 2002 21:56:05 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C1B8C7.10113390" 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 This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C1B8C7.10113390 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does DHCLIENT support pppoe? Is so, where can i put my username/password = in. If not, is there something that i can connect to my pppoe dsl with = in freebsd? im getting really sick of my router and its 'built in = firewall' blocking ports without me opening them. Thank you. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002 ------=_NextPart_000_000B_01C1B8C7.10113390 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Does DHCLIENT support pppoe? Is so, = where can i put=20 my username/password in.  If not, is there something that i can = connect to=20 my pppoe dsl with in freebsd? im getting really sick of my router and = its 'built=20 in firewall' blocking ports without me opening them.  Thank=20 you.
 

---
Outgoing mail is certified = Virus=20 Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: = 6.0.324 /=20 Virus Database: 181 - Release Date: 2/14/2002
------=_NextPart_000_000B_01C1B8C7.10113390-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 22: 9:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dorothy.hentschel.net (w002.z064221160.smf-ca.dsl.cnc.net [64.221.160.2]) by hub.freebsd.org (Postfix) with ESMTP id 7FD0137B400; Mon, 18 Feb 2002 22:09:11 -0800 (PST) Received: from hentschel.net (user@falcon.home.hentschel.net [192.168.1.2]) by dorothy.hentschel.net (8.8.8/8.8.8) with ESMTP id WAA08193; Mon, 18 Feb 2002 22:01:26 -0800 (PST) (envelope-from thomas@hentschel.net) Message-Id: <200202190601.WAA08193@dorothy.hentschel.net> Date: Mon, 18 Feb 2002 22:08:54 -0800 (PST) From: thomas@hentschel.net Subject: Re: dhclient/pppoe To: Patrick Fish Cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG In-Reply-To: <000e01c1b90a$3b25f780$2200a8c0@zeus> 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 18 Feb, Patrick Fish wrote: > Does DHCLIENT support pppoe? Is so, where can i put my username/password in. > If not, is there something that i can connect to my pppoe dsl with in > freebsd? im getting really sick of my router and its 'built in firewall' > blocking ports without me opening them. Thank you. > http://www.daemonnews.org/200101/pppoe.html -Th To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 22:11:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by hub.freebsd.org (Postfix) with ESMTP id 34EDF37B419; Mon, 18 Feb 2002 22:10:25 -0800 (PST) Received: from x4v4q0 (212.47.237.169) by mail.libertysurf.net (5.1.053) id 3C6C7B80000A967D; Tue, 19 Feb 2002 07:10:20 +0100 Message-ID: <3C6C7B80000A967D@mail.libertysurf.net> (added by postmaster@libertysurf.fr) From: jcb To: Reply-To: Subject: CD OF 4 EUROPEAN DIRECTORIES ON CAREERS IN CATERING Date: Mon, 18 feb 2002 22:13:15 +0100 Importance: normal X-Mailer: GOTO Software Sarbacane Vs 1.10C Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="8102827682370204" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --8102827682370204 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-mailer: Sarbacane 1.10 TEXTE 4 VERSIONS FRENCH-ENGLISH-DEUTSCH-SPAIN ENFIN DISPONIBLE VERSION 2002 LES ANNUAIRES E-MAILS DES PROFESSIONNELS MONDIAUX LIVRES SUR CD-ROM LE CD DES 4 ANNUAIRES EUROPEENS DES METIERS DE LA RESTAURATION 282.415 E-MAILS Annuaire n=B0 1 - 135.698 Emails HOTELS - RESTAURANTS - BARS Annuaire n=B0 2 - 84.356 Emails FOURNISSEURS POUR HOTELS ET RESTAURANTS Annuaire n=B0 3 - 65.236 Emails TOUR-OPERATORS - AGENCES DE VOYAGES - AUTOCARISTES Annuaire n=B0 4 - 17.728 Emails ARCHITECTES - DECORATEURS CONDITIONS DE VENTE 1 - PRIX H.T. : 533 EUROS 2 - DELAI DE LIVRAISON en France : 3 =E0 4 JOURS 3 - PAIEMENT : A r=E9ception contre remboursement sans frais sup. 4 - FORMAT DU FICHIER : PC OU MAC (=E0 pr=E9ciser) 5 - 1 VERSION EXCEL 1 VERSION ACCESS ET 1 VERSION TEXTE 6 - SUPPORT : CD-ROM 7 - HOTLINE : ASSISTANCE TELEPHONIQUE GRATUITE 8 - EN CADEAUX + 130 pays dans le monde livr=E9s gratuitement Et pour r=E9aliser d=E8s maintenant votre premi=E8re campagne d'e-mail= ing le tout nouveau " sarbacane " logiciel d'e-mailing professionnel 100% fran=E7ais pour Windows (version d=E9couverte gratuite) POUR COMMANDER LE CD COMPLET (Pr=E9ciser version PC ou MAC) NOUS RETOURNER CET EMAIL AVEC NOM ET ADRESSE DE LIVRAISON SUIVI DE LA MENTION, BON POUR ACCORD CONTACT resto.acps@libertysurf.fr Direction Commerciale Jc Boulan A.C.P.S France Pour ne plus revoir D'information abus.acps@libertysurf.fr -------------------------------------------------------------------- VERSION 2002 FINALLY AVAILABLE DIRECTORIES OF E-MAILS OF PROFESSIONALS WORLDWIDE DELIVERED ON CD-ROM CD OF 4 EUROPEAN DIRECTORIES ON CAREERS IN CATERING 282.415 E-MAILS Directory n=B0 1 - 115.095 E-mails HOTELS - RESTAURANTS - BARS Directory n=B0 2 - 84.356 E-mails SUPPLIERS FOR HOTELS AND RESTAURANTS Directory n=B0 3 - 65.236 E-mails TOUR OPERATORS - TRAVEL AGENCIES - COACH OPERATORS Directory n=B0 4 - 17.728 E-mails ARCHITECTS - DECORATORS CONDITIONS OF SALE 1 - PRICE EXCL. TAX. : 533 EUROS 2 - DELIVERY within France : 3 to 4 DAYS 3 - PAYMENT : Upon receipt of order at no extra cost. 4 - FILE FORMAT : PC OR MAC (to be specified) 5 - 1 EXCEL VERSION 1 ACCESS VERSION AND 1 TEXT VERSION 6 - MEDIUM : CD-ROM 7 - HOTLINE : FREE TELEPHONE ASSISTANCE 8 - FREE GIFTS + 130 countries worldwide delivered free And to get started immediately on your e-mail campaigns the new " sarbacane " professional e-mailing software 100% French for Windows (free discovery version) TO ORDER THE WHOLE CD (specify whether PC or MAC version) PLEASE RETURN THIS E-MAIL WITH THE NAME AND ADDRESS FOR DELIVERY FOLLOWED BY THE WORDING "READ AND APPROVED" Also available : All professional activity - France - Europe - Eastern Europe - U.S.A. - Canada Contact us ! CONTACT resto.acps@libertysurf.fr Commercial Department Jc Boulan France If you do not wish to receive any more information: abus.acps@libertysurf.fr -------------------------------------------------------------------- AUSGABE 2002 ERH=C4LTLICH WELTWEITES BRANCHENBUCH DER E-MAILADRESSEN AUF CD-ROM CD-ROM DER 4 EUROP=C4ISCHEN BRANCHENB=DCCHER DES GASTST=C4TTENGEWERBES 282.415 E-MAILADRESSEN Branchenbuch Nr. 1 - 115.095 E-Mailadressen HOTELS - RESTAURANTS - LOKALE Branchenbuch Nr. 2 - 84.356 E-Mailadressen LIEFERANTEN DES GASTST=C4TTENGEWERBES Branchenbuch Nr. 3 - 65.236 E-Mailadressen TOUR-OPERATOR - REISEAGENTUREN - REISEBUSUNTERNEHMEN Branchenbuch Nr. 4 - 17.728 E-Mailadressen ARCHITEKTEN - DEKORATEURE VERKAUFSKONDITIONEN 1 - PREIS ohne MwSt. : 533 EUROS 2 - LIEFERFRIST in Frankreich : 3 bis 4 TAGE 3 - ZAHLUNG : Bei Erhalt per Nachnahme ohne Zusatzgeb=FChren 4 - FORMAT : PC ODER MAC (angeben) 5 - 1 EXCEL-AUSGABE 1 ACCESS-AUSGABE und 1 TEXT-AUSGABE 6 - TR=C4GER : CD-ROM 7 - KOSTENLOSER HOTLINE-SUPPORT 8 - GESCHENKE + 130 L=E4nder weltweit kostenlos beliefert Und f=FCr ihre erste E-Mail Werbekampagne das ganz neue professionnelle E-Ma= il-Softwareprogramm "Sarbacane" 100% in franz=F6sischer Sprache f=FCr Windows (kostenlose Probeausgabe) KOMPLETTE CDROM ANFORDERN (Unter Angabe PC- oder MAC-Ausgabe) DURCH ZUR=DCCKSCHICKEN DIESER E-MAIL MIT NAME UND LIEFERADRESSE UNTER ANGABE DES VERMERKS "Best=E4tigt und gezeichnet" Ebenfalls erh=E4ltlich : Gesamtbranchenbuch - Frankreich - Westeuropa - Osteuropa - U.S.A. - Kanada Nehmen Sie Kontakt mit uns auf ! E-MAIL: resto.acps@libertysurf.fr Kaufm=E4nnische Leitung Jc Boulan A.C.P.S Frankreich Wenn Sie keine Informationen mehr von uns erhalten wollen: abus.acps@libertysurf.fr ---------------------------------------------------------------------- VERSI=D3N 2002 POR FIN DISPONIBLE LOS DIRECTORIOS E-MAILS DE LOS PROFESIONALES MUNDIALES ENTREGADOS EN CD-ROM EL CD DE LOS 4 DIRECTORIOS EUROPEOS DE LAS PROFESIONALES DE LA RESTAURACI=D3N 282.415 E-MAILS DIRECTORIO n=B0 1 - 115.095 Emails HOTELES - RESTAURANTES - BARES DIRECTORIO n=B0 2 - 84.356 Emails PROVEEDORES PARA HOTELES Y RESTAURANTES DIRECTORIO n=B0 3 - 65.236 Emails TOUR-OPERADORES - AGENCIAS DE VIAJES -EMPRESAS DE TRANSPORTE EN AUTOCARES DIRECTORIO n=B0 4 - 17.728 Emails ARQUITECTOS - DECORADORES CONDICIONES DE VENTA 1 - PRECIO SIN IVA. : 533 EUROS 2 - PLAZO DE ENTREGA EN FRANCIA : 3 A 4 D=CDAS 3 - FORMA DE PAGO : A la recepci=F3n o contra reembolso sin gastos adicional= es. 4 - FORMATO DEL FICHERO : PC O MAC (Precisar) 5 - 1 VERSI=D3N EXCEL 1 VERSI=D3N ACCESS Y 1 VERSI=D3N TEXTO 6 - SOPORTE : CD-ROM 7 - HOTLINE : AYUDA TELEF=D3NICA GRATUITA 8 - DE REGALO Se entrega gratuitamente en m=E1s de 130 pa=EDses del mundo Y para efectuar desde ahora mismo su primera campa=F1a de e-mailing El muy reciente " sarbacane " software de e-mailing profesional 100% franc=E9s para Windows (versi=F3n abreviada gratuita) PARA ENCARGAR EL CD COMPLETO (Precisar versi=F3n PC o MAC) REENVIAR ESTE CORREO CON SU NOMBRE Y DIRECCI=D3N DE ENTREGA SEGUIDO DE LA ME= NCI=D3N "CONFORME" Tambi=E9n disponible : Todas actividades profesionales - Francia - Europa - Pa=EDses del Este- E.E.= U.U. - Canada =A1Contacte con nosotros ! CONTACTO resto.acps@libertysurf.fr Direcci=F3n Comercial Jc Boulan France Para no recibir m=E1s informaci=F3n abus.acps@libertysurf.fr --8102827682370204 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: Quoted-Printable

TEXTE 4 VERSIONS FRENCH-ENGLI= SH-DEUTSCH-SPAIN

 
ENFIN DISPONIBLE VERSION 2002
LES ANNUAIRES E-MAILS DES PROFESSIONNELS MONDIAUX LIVRES SUR CD-ROM
 
LE CD DES 4 ANNUAIRES EUROPEENS
DES METIERS DE LA RESTAURATION
282.415 E-MAILS
 
Annuaire n° 1 - 135.698 Emails
HOTELS - RESTAURANTS - BARS
 
Annuaire n° 2 - 84.356 Emails
FOURNISSEURS POUR HOTELS ET RESTAURANTS
 
Annuaire n° 3 - 65.236 Emails
TOUR-OPERATORS - AGENCES DE VOYAGES - AUTOCARISTES
 
Annuaire n° 4 - 17.728 Emails
ARCHITECTES - DECORATEURS
CONDITIONS DE VENTE
 
1 - PRIX H.T. : 533 EUROS
2 - DELAI DE LIVRAISON en France : 3 à 4 JOURS
3 - PAIEMENT : A réception contre remboursement sans frais sup.
4 - FORMAT DU FICHIER : PC OU MAC (à préciser)
5 - 1 VERSION EXCEL 1 VERSION ACCESS ET 1 VERSION TEXTE
6 - SUPPORT : CD-ROM
7 - HOTLINE : ASSISTANCE TELEPHONIQUE GRATUITE
8 - EN CADEAUX
+ 130 pays dans le monde livrés gratuitement
Et pour réaliser dès maintenant votre première campagne= d'e-mailing
le tout nouveau " sarbacane " logiciel d'e-mailing professionnel
100% français pour Windows (version découverte gratuite)
 
POUR COMMANDER LE CD COMPLET (Préciser version PC ou MAC)
NOUS RETOURNER CET EMAIL AVEC NOM ET ADRESSE DE LIVRAISON
SUIVI DE LA MENTION, BON POUR ACCORD
CONTACT resto.acps@libertysurf.= fr 
Direction Commerciale Jc Boulan
A.C.P.S
France
 
Pour ne plus revoir D'information
abus.acps@libertysurf.fr 

VERSION 2002 FINALLY AVAILABLE
DIRECTORIES OF E-MAILS OF PROFESSIONALS WORLDWIDE DELIVERED ON CD-ROM
CD OF 4 EUROPEAN DIRECTORIES
ON CAREERS IN CATERING
282.415 E-MAILS
Directory n° 1 - 115.095 E-mails
HOTELS - RESTAURANTS - BARS
Directory n° 2 - 84.356 E-mails
SUPPLIERS FOR HOTELS AND RESTAURANTS
Directory n° 3 - 65.236 E-mails
TOUR OPERATORS - TRAVEL AGENCIES - COACH OPERATORS
Directory n° 4 - 17.728 E-mails
ARCHITECTS - DECORATORS
CONDITIONS OF SALE
1 - PRICE EXCL. TAX. : 533 EUROS
2 - DELIVERY within France : 3 to 4 DAYS
3 - PAYMENT : Upon receipt of order at no extra cost.
4 - FILE FORMAT : PC OR MAC (to be specified)
5 - 1 EXCEL VERSION 1 ACCESS VERSION AND 1 TEXT VERSION
6 - MEDIUM : CD-ROM
7 - HOTLINE : FREE TELEPHONE ASSISTANCE
8 - FREE GIFTS
+ 130 countries worldwide delivered free
And to get started immediately on your e-mail campaigns
the new " sarbacane " professional e-mailing software
100% French for Windows (free discovery version)
TO ORDER THE WHOLE CD (specify whether PC or MAC version)
PLEASE RETURN THIS E-MAIL WITH THE NAME AND ADDRESS
FOR DELIVERY FOLLOWED BY THE WORDING "READ AND APPROVED"
Also available :
All professional activity - France - Europe - Eastern Europe - U.S.A.
- Canada
Contact us !
CONTACT resto.acps@libertysurf.= fr 
Commercial Department Jc Boulan
France
If you do not wish to receive any more information:
abus.acps@libertysurf.fr 

 
 
AUSGABE 2002 ERHÄLTLICH
WELTWEITES BRANCHENBUCH DER E-MAILADRESSEN AUF CD-ROM
CD-ROM DER 4 EUROPÄISCHEN BRANCHENBÜCHER DES GASTSTÄTTENGEWER= BES
282.415 E-MAILADRESSEN
Branchenbuch Nr. 1 - 115.095 E-Mailadressen
HOTELS - RESTAURANTS - LOKALE
Branchenbuch Nr. 2 - 84.356 E-Mailadressen
LIEFERANTEN DES GASTSTÄTTENGEWERBES
Branchenbuch Nr. 3 - 65.236 E-Mailadressen
TOUR-OPERATOR - REISEAGENTUREN - REISEBUSUNTERNEHMEN
Branchenbuch Nr. 4 - 17.728 E-Mailadressen
ARCHITEKTEN - DEKORATEURE
VERKAUFSKONDITIONEN
1 - PREIS ohne MwSt. : 533 EUROS
2 - LIEFERFRIST in Frankreich : 3 bis 4 TAGE
3 - ZAHLUNG : Bei Erhalt per Nachnahme ohne Zusatzgebühren
4 - FORMAT : PC ODER MAC (angeben)
5 - 1 EXCEL-AUSGABE 1 ACCESS-AUSGABE und 1 TEXT-AUSGABE
6 - TRÄGER : CD-ROM
7 - KOSTENLOSER HOTLINE-SUPPORT
8 - GESCHENKE
+ 130 Länder weltweit kostenlos beliefert
Und für ihre erste E-Mail Werbekampagne das ganz neue professionnelle E= -Mail-Softwareprogramm "Sarbacane"
100% in französischer Sprache für Windows (kostenlose Probeausgabe= )
KOMPLETTE CDROM ANFORDERN (Unter Angabe PC- oder MAC-Ausgabe)
DURCH ZURÜCKSCHICKEN DIESER E-MAIL MIT NAME UND LIEFERADRESSE
UNTER ANGABE DES VERMERKS "Bestätigt und gezeichnet"
Ebenfalls erhältlich :
Gesamtbranchenbuch - Frankreich - Westeuropa - Osteuropa - U.S.A.
- Kanada
Nehmen Sie Kontakt mit uns auf !
E-MAIL: resto.acps@libertysurf.= fr 
Kaufmännische Leitung Jc Boulan
A.C.P.S
Frankreich
Wenn Sie keine Informationen mehr von uns erhalten wollen:
abus.acps@libertysurf.fr 

VERSIÓN 2002 POR FIN DISPONIBLE
LOS DIRECTORIOS E-MAILS DE LOS PROFESIONALES MUNDIALES ENTREGADOS EN CD-ROM<= BR> EL CD DE LOS 4 DIRECTORIOS EUROPEOS
DE LAS PROFESIONALES DE LA RESTAURACIÓN
282.415 E-MAILS
DIRECTORIO n° 1 - 115.095 Emails
HOTELES - RESTAURANTES - BARES
DIRECTORIO n° 2 - 84.356 Emails
PROVEEDORES PARA HOTELES Y RESTAURANTES
DIRECTORIO n° 3 - 65.236 Emails
TOUR-OPERADORES - AGENCIAS DE VIAJES -EMPRESAS DE TRANSPORTE EN AUTOCARES DIRECTORIO n° 4 - 17.728 Emails
ARQUITECTOS - DECORADORES
CONDICIONES DE VENTA
1 - PRECIO SIN IVA. : 533 EUROS
2 - PLAZO DE ENTREGA EN FRANCIA : 3 A 4 DÍAS
3 - FORMA DE PAGO : A la recepción o contra reembolso sin gastos adicio= nales.
4 - FORMATO DEL FICHERO : PC O MAC (Precisar)
5 - 1 VERSIÓN EXCEL 1 VERSIÓN ACCESS Y 1 VERSIÓN TEXTO
6 - SOPORTE : CD-ROM
7 - HOTLINE : AYUDA TELEFÓNICA GRATUITA
8 - DE REGALO
Se entrega gratuitamente en más de 130 países del mundo
Y para efectuar desde ahora mismo su primera campaña de e-mailing<= BR> El muy reciente " sarbacane " software de e-mailing profesional
100% francés para Windows (versión abreviada gratuita)
PARA ENCARGAR EL CD COMPLETO (Precisar versión PC o MAC)
REENVIAR ESTE CORREO CON SU NOMBRE Y DIRECCIÓN DE ENTREGA SEGUIDO DE LA= MENCIÓN "CONFORME"
También disponible :
Todas actividades profesionales - Francia - Europa - Países del Este- E= =2EE.U.U.
- Canada
¡Contacte con nosotros !
CONTACTO resto.acps@libertysur= f.fr 
Dirección Comercial Jc Boulan
France
Para no recibir más información
abus.acps@libertysurf.fr
--8102827682370204-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 22:25: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from khi.comsats.net.pk (khi.comsats.net.pk [210.56.4.10]) by hub.freebsd.org (Postfix) with ESMTP id E6DE537B405 for ; Mon, 18 Feb 2002 22:25:00 -0800 (PST) Received: from cachelnx.sbp.org.pk (ppp6-145khi.comsats.net.pk [210.56.6.145]) by khi.comsats.net.pk (8.11.4/8.11.4) with ESMTP id g1J6Mth16748; Tue, 19 Feb 2002 11:22:55 +0500 (PKT) Received: from ahsanali (ahsanali.sbp.org.pk [10.0.6.163]) by cachelnx.sbp.org.pk (8.11.6/8.11.6) with SMTP id g1J6OvB04327; Tue, 19 Feb 2002 11:24:57 +0500 Message-ID: <007501c1b90d$c10de030$a306000a@sbp.org.pk> From: "Ahsan Ali" To: Cc: Subject: multilink support? Date: Tue, 19 Feb 2002 11:16:17 +0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0059_01C1B936.D9B0CDE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 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_0059_01C1B936.D9B0CDE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello guys, I want to know if FreeBSD 4.3 supports multilink PPP connections. I'm = currently running RedHat 7.2 with Multilink dialup and would like to try = out FreeBSD. Its only an option for me if multilink PPP is available = though. I switched to Linux from Win2K after multilink become available there. = Question is, what about FreeBSD? Thanks! -Ahsan Ali ------=_NextPart_000_0059_01C1B936.D9B0CDE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hello guys,
 
I want to know if FreeBSD 4.3 supports = multilink=20 PPP connections. I'm currently running RedHat 7.2 with Multilink dialup = and=20 would like to try out FreeBSD. Its only an option for me if multilink = PPP is=20 available though.
 
I switched to Linux from Win2K after = multilink=20 become available there. Question is, what about FreeBSD?
 
Thanks!
 
-Ahsan Ali
------=_NextPart_000_0059_01C1B936.D9B0CDE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 22:30: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.golsyd.net.au (golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id AD5A237B402; Mon, 18 Feb 2002 22:29:59 -0800 (PST) Received: from [144.137.121.74] by www.quake.com.au (NTMail 4.30.0012/AB6169.63.5324aadf) with ESMTP id sypeaaaa for ; Tue, 19 Feb 2002 17:29:32 +1100 Message-ID: <3C71F110.20805@quake.com.au> Date: Tue, 19 Feb 2002 17:30:40 +1100 From: Kal Torak User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.7) Gecko/20011221 X-Accept-Language: en-us MIME-Version: 1.0 To: Patrick Fish Cc: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Subject: Re: dhclient/pppoe References: <000e01c1b90a$3b25f780$2200a8c0@zeus> 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 Patrick Fish wrote: > Does DHCLIENT support pppoe? Is so, where can i put my username/password > in. If not, is there something that i can connect to my pppoe dsl with > in freebsd? im getting really sick of my router and its 'built in > firewall' blocking ports without me opening them. Thank you. User ppp supports pppoe... Why are you using dhclient? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 22:43:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id A04F937B402 for ; Mon, 18 Feb 2002 22:43:22 -0800 (PST) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id g1J6hBd56186 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Tue, 19 Feb 2002 11:43:14 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id g1J6hBH11633 for questions@FreeBSD.ORG; Tue, 19 Feb 2002 11:43:11 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id g1J6R4B00685 for ; Tue, 19 Feb 2002 11:27:04 +0500 (YEKT) (envelope-from ilia@cgu.chel.su) Date: Tue, 19 Feb 2002 11:27:04 +0500 (YEKT) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: questions@FreeBSD.ORG Subject: KTH Kerberos 5 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs, is anybody using Kerberos 5 (international version) ? how can I create a realm ? "kadmin -l" doesn't work. what steps should I take before creating the realm ? only /etc/krb5.conf ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 22:52:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apollo.pwhsnet.com (adsl-64-168-103-52.dsl.scrm01.pacbell.net [64.168.103.52]) by hub.freebsd.org (Postfix) with ESMTP id 204B037B41A; Mon, 18 Feb 2002 22:52:22 -0800 (PST) Received: from zeus (patrick@zeus [192.168.0.34] (may be forged)) by apollo.pwhsnet.com (8.11.6/8.11.6) with SMTP id g1J6mul48975; Mon, 18 Feb 2002 22:49:02 -0800 (PST) (envelope-from patrick@pwhsnet.com) Message-ID: <002401c1b911$74355780$2200a8c0@zeus> From: "Patrick Fish" To: "Kal Torak" Cc: , References: <000e01c1b90a$3b25f780$2200a8c0@zeus> <3C71F110.20805@quake.com.au> Subject: Re: dhclient/pppoe Date: Mon, 18 Feb 2002 22:48:29 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Right now im using dhclient because i'm using a router... ----- Original Message ----- From: "Kal Torak" To: "Patrick Fish" Cc: ; Sent: Monday, February 18, 2002 10:30 PM Subject: Re: dhclient/pppoe > Patrick Fish wrote: > > > Does DHCLIENT support pppoe? Is so, where can i put my username/password > > in. If not, is there something that i can connect to my pppoe dsl with > > in freebsd? im getting really sick of my router and its 'built in > > firewall' blocking ports without me opening them. Thank you. > > > User ppp supports pppoe... > > Why are you using dhclient? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" 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.324 / Virus Database: 181 - Release Date: 2/14/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 23: 3:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id DFF7137B400 for ; Mon, 18 Feb 2002 23:03:45 -0800 (PST) Received: (qmail 64353 invoked by uid 100); 19 Feb 2002 07:03:43 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15473.63694.853382.670059@guru.mired.org> Date: Tue, 19 Feb 2002 01:03:42 -0600 To: dmmcf@uiuc.edu (D. Michael McFarland) Cc: questions@freebsd.org Subject: Re: Advice sought re MS Office compatibility In-Reply-To: <50707195@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 D. Michael McFarland types: > Jud writes: > The only app that comes close to satisfying everyone is FrameMaker, > but it appears Adobe is going to let that product die, at least on the > Mac. Sigh. You know they released a "test" version of FrameMaker for Linux, and it ran quite nicely on FreeBSD. Unfortunately, they built in a timer to make sure it died, and decided not to release it as a product. Personally, I was fully prepared to cough up the $800 or so I expected it to cost. Oh well, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 23:11: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id D54A337B402 for ; Mon, 18 Feb 2002 23:10:56 -0800 (PST) Received: from igorr by sysadm.stc with local (Exim 3.33 #1) id 16d4Tx-000GHd-00 for FreeBSD-Questions@FreeBSD.ORG; Tue, 19 Feb 2002 10:14:33 +0300 Date: Tue, 19 Feb 2002 10:14:33 +0300 From: Igor Roboul To: FreeBSD-Questions@FreeBSD.ORG Subject: Re: Kernel OPTIONS Message-ID: <20020219071433.GA62153@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , FreeBSD-Questions@FreeBSD.ORG References: <20020219040118.17358.qmail@web13301.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020219040118.17358.qmail@web13301.mail.yahoo.com> User-Agent: Mutt/1.3.26i Sender: owner-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, Feb 18, 2002 at 08:01:18PM -0800, Greg Quinlan wrote: > Hi all, > > Does anyone know where I might find a list of tunable "options"? Maybe sysctl -a | more > > Specifically how to increase the max number of open files? kern.maxfiles: 2048 man 8 sysctl -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 23:30:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id BBE6F37B402 for ; Mon, 18 Feb 2002 23:30:19 -0800 (PST) Received: from pool0367.cvx21-bradley.dialup.earthlink.net ([209.179.193.112] helo=mindspring.com) by swan.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16d4j4-000557-00; Mon, 18 Feb 2002 23:30:10 -0800 Message-ID: <3C71FEF8.BD18C88B@mindspring.com> Date: Mon, 18 Feb 2002 23:30:00 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.com> <3C7146A9.931F07EF@mindspring.com> <00a601c1b8ac$426670a0$0a00000a@atkielski.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 Normally, I do not take people apart in public forums; consider yourself blessed. Anthony Atkielski wrote: > > But you've already backed off from the web > > based interface being a requirement, by ceding > > that is also a native GUI interface. > > It wasn't my argument that it is a requirement. That was your argument, in > your attempt to show why a dedicated, kernel-located HTTP server might be > necessary. #1: Anthony stating that IIS required a web based interface, denying the existance of other interfaces. Anthony Atkielski: ] I've never cared for anything that must be managed via HTTP. ] That's one reason why I don't like IIS. #2: Anthony back tracking on his statement #1, when caught in an overgeneralization. Anthony Atkielski: ] Some products _must_ be managed that way. IIS requires either a Web-based ] interface or a GUI interface. I'm not aware of any text interface to the ] product. #3: Anthony admitting that he's aware of the text interface he claims ignorance of n statement #2, and denies the existance of in statement #1. Anthony Atkielski: ] If you can configure IIS from the command line with regedit, you have the ] patience of a saint. Just sifting through GUIDs takes all day, and that's ] _with_ documentation. Johan von Schiller, pointing out the flaw Anthony's dismissal: "Only those who have the patience to do simple things perfectly will acquire the skill to do difficult things easily." -- Johann von Schiller --- > > I personally don't think they exist. I'm > > questioning your implied premise here. > > It was your inference, not my implication. Evidence that this it was Anthony's implied premise: Anthony Atkielski: ] If the machine is not dedicated to HTTP, putting such functions in the ] kernel unnecessarily complicates and destabilizes the kernel. Anthony Atkielski: ] All else being equal, more code equals more instability. --- Anthony's claim that he's writen some of the Computer Science literature: Anthony Atkielski: ] Some computer-science literature was written by me. Does the fact that I ] put pen to paper guarantee that anything I write is fact? NEC disagreeing with Anthony: http://citeseer.nj.nec.com/cs?q=Atkielski&submit=Search+Documents&cs=1 Without peer review, it's unlikely to be other than opinion. --- > If you want to substantiate your opinions, start with axioms accepted by all > and reason forward from there. Citations are valueless. Sir Issac Newton disagreeing with Anthony's opinion on citations: "If I have been able to see further, it was only because I stood on the shoulders of giants." -- Sir Issac Newton William of Occam disagreeing with the need to return to first principles for everything: "Entities ought not to be multiplied, except from necessity." -- William of Occam Ralph W. Sockman suggesting the need to be able to learn from others, rather than having to derive everythinbg yourself: "The larger the island of knowledge, the longer the shoreline of wonder." -- Ralph W. Sockman Ivan Pavlov, on the accumulation of knowledge in general: "Gradualness, gradualness, and gradualness. From the very beginning of your work, school yourself to severe gradualness in the accumulation of knowledge." -- Ivan Pavlov Samuel Johnson, on the use of references: "Knowledge is of two kinds. We know a subject ourselves, or we know where we can find information on it." -- Samuel Johnson -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 23:38:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 252EF37B41A for ; Mon, 18 Feb 2002 23:38:04 -0800 (PST) Received: (qmail 64807 invoked by uid 100); 19 Feb 2002 07:38:01 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15474.216.900732.817580@guru.mired.org> Date: Tue, 19 Feb 2002 01:38:00 -0600 To: Balaji Cc: questions@freebsd.org Subject: Re: Has anyone done VFS kernel programming here? In-Reply-To: <33903856@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Balaji types: > If anyone of u has done some kernel programming with respect to files > in the User space..... Could u please tell me how to acquire the file > structure for a file when you are given the pathname??? Even a uio and > an iovec structure would suffice. Please this is very urgent..... I > need a (struct file *) returned for a given file pathname.... Help me!! Let's see - an iovec is collection of pointers and lengths used to scatter/gather io with a file object. A uio is an iovec along with kernel state space for the same read or write. A struct file is part of the kernel descriptor table, with one for each open vnode or socket. I think you're confused. uio and iovec's are entirely different animals than a struct file. A struct file is associated with an open vnode or socket. An iovec - and any uio wrapped around one - describes an io operation. As matter of fact, there may not *be* a struct file anywhere in the system associated with a given pathname. That makes it sort of hard to give you a general procedure for finding it. Maybe if you told us what you were doing, instead of asking for things that aren't there, we can help you get there. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 23:51: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 2241137B404 for ; Mon, 18 Feb 2002 23:51:01 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1J7our00312; Tue, 19 Feb 2002 08:50:57 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <013401c1b91a$2a787470$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Terry Lambert" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.com> <3C7146A9.931F07EF@mindspring.com> <00a601c1b8ac$426670a0$0a00000a@atkielski.com> <3C71FEF8.BD18C88B@mindspring.com> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Tue, 19 Feb 2002 08:50:56 +0100 Organization: Anthony's Home Page (development site) 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 Terry writes: > Normally, I do not take people apart in > public forums; consider yourself blessed. I always enjoy watching the attempt. > ] I've never cared for anything that must be > ] managed via HTTP. That's one reason why > ] I don't like IIS. > > #2: Anthony back tracking on his statement #1, > when caught in an overgeneralization. I never said that IIS requires a Web interface. IIS is managed with either a Web interface (which I don't like) or a GUI interface; I don't like IIS because it requires one of these, and the Web interface is heavily promoted (last time I looked). Your error is in drawing a connection between the two statements that isn't there. The antecedent of "that" was "web-based interfaces," not "things that must be managed via HTTP." > #3: Anthony admitting that he's aware of the > text interface he claims ignorance of n statement > #2, and denies the existance of in statement #1. Regedit is not a text-based interface to IIS, any more than vi is a text-based interface to Apache. It's a utility for modifying the registry, just as vi is a utility for modifying text files. > Evidence that this it was Anthony's implied > premise: I've already pointed out what wasn't my implication. The fact that your inference may disagree with my implication (if any) does not change this. > NEC disagreeing with Anthony: I've never been associated with NEC, at least not closely enough for them to be aware of anything I've written. > Without peer review, it's unlikely to be other > than opinion. Where does that leave your posts here? > Sir Issac Newton disagreeing with Anthony's > opinion on citations: The quote does not mention citations at all. > William of Occam disagreeing with the need to > return to first principles for everything: The quote does not mention first principles at all. > Ralph W. Sockman suggesting the need to > be able to learn from others, rather than > having to derive everythinbg yourself: The quote does not mention learning from others. You make the same order of unwarranted infererences from these citations as you do from my posts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Feb 18 23:58:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 27C7A37B402 for ; Mon, 18 Feb 2002 23:58:38 -0800 (PST) Received: (qmail 65114 invoked by uid 100); 19 Feb 2002 07:58:35 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15474.1451.142764.838215@guru.mired.org> Date: Tue, 19 Feb 2002 01:58:35 -0600 To: "Deepak Jain" Cc: questions@freebsd.org Subject: Re: top "STATE" question In-Reply-To: <62278521@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Deepak Jain types: > top on a 4.2 box is using a state I am not familiar with: > > PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND > 91708 root -2 0 304K 172K RUN 0 0:21 5.03% 5.03% cp > 3080 root 28 0 2164K 1272K CPU1 0 0:02 9.52% 4.30% top > 91704 root -18 0 5852K 172K spread 1 0:20 1.32% 1.32% cp > 154 root 2 0 920K 348K select 1 7:40 0.05% 0.05% syslogd > 98070 nobody 2 0 2124K 1540K accept 0 0:00 0.05% 0.05% httpd > 3709 root 2 0 2480K 1640K sbwait 0 0:00 1.00% 0.05% sendmail > 3708 root 2 0 2448K 1576K select 1 0:00 1.00% 0.05% sendmail > > What does a "spread" state mean? This server is a multiprocessor box if it > helps. Actually, it's obvious from the top that you've got an smp machine. You don't get CPU1 and a C column on up machines. > man on top, cp, and ps make no mention of it. That's because what's being shown is a reason the developer gave for putting the process in a sleep state. In fact, that's what all the lower case ones are. From checking the kernel, the process is in an i/o wait for things on a networked file system of some kind. Are you possibly copying files over the network? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 0:10:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id 43E8D37B400 for ; Tue, 19 Feb 2002 00:10:31 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g1J8ABX07100 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 00:10:11 -0800 (PST) (envelope-from roo) Date: Tue, 19 Feb 2002 00:10:11 -0800 From: Benjamin Krueger To: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020219001011.K330@rain.macguire.net> References: <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.com> <3C7146A9.931F07EF@mindspring.com> <00a601c1b8ac$426670a0$0a00000a@atkielski.com> <3C71FEF8.BD18C88B@mindspring.com> <013401c1b91a$2a787470$0a00000a@atkielski.com> <20020219000808.J330@rain.macguire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020219000808.J330@rain.macguire.net>; from benjamin@macguire.net on Tue, Feb 19, 2002 at 12:08:08AM -0800 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Anthony Atkielski (anthony@freebie.atkielski.com) [020218 23:51]: > Terry writes: Gentlemen, might I suggest that both of you are firmly entrenched in your respective views regarding this argument, and neither stand much chance of swaying the other's opinion. That being said, perhaps you could take this quarrel off the list and into a more appropriate forum (such as private email). Thanks, and please excuse my audacity. I believe the rest of the list may appreciate it though. -- Benjamin Krueger "From the moment I picked up your book until I laid it down, I was convulsed with laughter. Some day I intend reading it." - Groucho Marx ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 0:24:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 4000237B400 for ; Tue, 19 Feb 2002 00:24:38 -0800 (PST) Received: from pool0367.cvx21-bradley.dialup.earthlink.net ([209.179.193.112] helo=mindspring.com) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16d5Zj-0005eM-00; Tue, 19 Feb 2002 00:24:35 -0800 Message-ID: <3C720BB9.C0585008@mindspring.com> Date: Tue, 19 Feb 2002 00:24:25 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.com> <3C7146A9.931F07EF@mindspring.com> <00a601c1b8ac$426670a0$0a00000a@atkielski.com> <3C71FEF8.BD18C88B@mindspring.com> <013401c1b91a$2a787470$0a00000a@atkielski.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 Anthony Atkielski wrote: [ ... ] Yet another forum in with which Anthony Ateleski is not worth interacting. *plonk* Three strikes: you're out: I'm filtering you from all forums in which I participate, sprout. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 0:48:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 3033937B405 for ; Tue, 19 Feb 2002 00:48:18 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g1J8mEr00456; Tue, 19 Feb 2002 09:48:14 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <014a01c1b922$2b582c70$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Terry Lambert" Cc: "FreeBSD Questions" References: <20020217143343.41758.qmail@web21104.mail.yahoo.com> <20020217163045.GB90303@voi.aagh.net> <3C703089.AD03554B@mindspring.com> <018501c1b816$2a9cb970$0a00000a@atkielski.com> <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.com> <3C7146A9.931F07EF@mindspring.com> <00a601c1b8ac$426670a0$0a00000a@atkielski.com> <3C71FEF8.BD18C88B@mindspring.com> <013401c1b91a$2a787470$0a00000a@atkielski.com> ( ³(H òÿÿÿ <3C720BB9.C0585008@mindspring.com> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Tue, 19 Feb 2002 09:48:14 +0100 Organization: Anthony's Home Page (development site) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" 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 Larry writes: > Yet another forum in with which Anthony Ateleski > is not worth interacting. Who is Anthony Ateleski? > Three strikes: you're out: I'm filtering you > from all forums in which I participate, sprout. You've promised that before. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 1:10:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 396F537B400 for ; Tue, 19 Feb 2002 01:10:12 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 00D6C2B6BD; Tue, 19 Feb 2002 10:10:07 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 3824584B; Tue, 19 Feb 2002 20:10:00 +1100 (EST) Date: Tue, 19 Feb 2002 20:10:00 +1100 From: Edwin Groothuis To: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: in-kernel HTTP Server for FreeBSD? Message-ID: <20020219201000.Q494@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Anthony Atkielski , FreeBSD Questions References: <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.com> <3C7146A9.931F07EF@mindspring.com> <00a601c1b8ac$426670a0$0a00000a@atkielski.com> <3C71FEF8.BD18C88B@mindspring.com> <013401c1b91a$2a787470$0a00000a@atkielski.com> <3C720BB9.C0585008@mindspring.com> <014a01c1b922$2b582c70$0a00000a@atkielski.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: <014a01c1b922$2b582c70$0a00000a@atkielski.com>; from anthony@freebie.atkielski.com on Tue, Feb 19, 2002 at 09:48:14AM +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 Tue, Feb 19, 2002 at 09:48:14AM +0100, Anthony Atkielski wrote: > Larry writes: > > > Yet another forum in with which Anthony Ateleski > > is not worth interacting. > > Who is Anthony Ateleski? > > > Three strikes: you're out: I'm filtering you > > from all forums in which I participate, sprout. > > You've promised that before. Can you please stop this discussion? You are both right in your own way. I don't think it's very on topic anymore, but if you have a question regarding FreeBSD and the way it works, feel free to post it. Thanks :-) Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 1:43:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id A7CB937B400 for ; Tue, 19 Feb 2002 01:43:34 -0800 (PST) Received: by foo31-146.visit.se (Postfix, from userid 1001) id 2032E3E021; Tue, 19 Feb 2002 10:43:10 +0100 (CET) Date: Tue, 19 Feb 2002 10:43:09 +0100 From: Martin Karlsson To: Waldo Morales Alvarez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: a little problem Message-ID: <20020219094309.GA1715@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , Waldo Morales Alvarez , freebsd-questions@FreeBSD.ORG References: <1014094819.2961.2.camel@oxygen> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <1014094819.2961.2.camel@oxygen> User-Agent: Mutt/1.3.27i X-Editor: Vim http://www.vim.org/ X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue Feb 19, 2002 at 02:00:17AM -0300, Waldo Morales Alvarez wrote: > so .. there is a list of http servers to get FreeBSD 4.5 isos ? Well, I couldn't find a /list/, but try a sunsite mirror, or=20 http://www.linuxiso.org/freebsd.html HTH --=20 Martin Karlsson | I prefer mail encrypted with PGP/GPG! keyid & fingerprint in headers visit http://www.gnupg.org for more info --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8ch4sZv+TMpySRmARAo0eAKCkfQUd9vJe5SMd+UNt5tyOmwYEtgCfUNt3 +xY0ia39XCgPuwkAJQ6tvTI= =SqdQ -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 2:21:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mxzilla1.xs4all.nl (mxzilla1.xs4all.nl [194.109.6.54]) by hub.freebsd.org (Postfix) with ESMTP id 6B1C737B405 for ; Tue, 19 Feb 2002 02:21:29 -0800 (PST) Received: from xs4.xs4all.nl (rene@xs4.xs4all.nl [194.109.6.45]) by mxzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id g1JALSkg082783 for ; Tue, 19 Feb 2002 11:21:28 +0100 (CET) Received: (from rene@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id LAA26402 for questions@freebsd.org; Tue, 19 Feb 2002 11:21:28 +0100 (CET) Date: Tue, 19 Feb 2002 11:21:27 +0100 From: rene@xs4all.nl To: questions@freebsd.org Subject: building multiple ( 2+ or more) kernels for easy switching? Message-ID: <20020219112127.B5644@xs4all.nl> 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'm running 4.5-STABLE, and would like to know if it's possible to have 2 or more kernel configuration files built (using /usr/src% make buildkernel KERNCONF=file) after one-another, and then installing whichever I need at a certain time using /usr/src% make installkernel KERCONF=file.. Thanx for any replies, 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 Feb 19 2:32:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 7042437B400 for ; Tue, 19 Feb 2002 02:32:36 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id E588E2B6BD; Tue, 19 Feb 2002 11:32:33 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id A9F8384B; Tue, 19 Feb 2002 21:32:22 +1100 (EST) Date: Tue, 19 Feb 2002 21:32:22 +1100 From: Edwin Groothuis To: rene@xs4all.nl Cc: questions@freebsd.org Subject: Re: building multiple ( 2+ or more) kernels for easy switching? Message-ID: <20020219213222.R494@k7.mavetju.org> References: <20020219112127.B5644@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020219112127.B5644@xs4all.nl>; from rene@xs4all.nl on Tue, Feb 19, 2002 at 11:21:27AM +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 Tue, Feb 19, 2002 at 11:21:27AM +0100, rene@xs4all.nl wrote: > Hi. I'm running 4.5-STABLE, and would like to know if it's possible to have 2 or > more kernel configuration files built (using /usr/src% make buildkernel > KERNCONF=file) after one-another, and then installing whichever I need at a > certain time using /usr/src% make installkernel KERCONF=file.. Easiest, IMHO, is to make one, install it, rename it, make the second, install it, rename it. Then at reboot, press space during the ten second delay and say "set bootfile /myfirstkernel" (syntax may be a little bit rusty) to boot the first one or /mysecondkernel to boot the second one. But yeah, to build them just use different files in /sys/i386/conf and all will be fine. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 2:37:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with SMTP id 5E8A537B400 for ; Tue, 19 Feb 2002 02:37:12 -0800 (PST) Received: (qmail 71111 invoked from network); 19 Feb 2002 10:37:08 -0000 Received: from osiris.sigterm.com (203.47.187.211) by ra.sigterm.com with SMTP; 19 Feb 2002 10:37:08 -0000 Subject: Re: a little problem From: Stuart Tanner To: Waldo Morales Alvarez Cc: List FreeBSD-Questions In-Reply-To: <1014094819.2961.2.camel@oxygen> References: <1014094819.2961.2.camel@oxygen> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 19 Feb 2002 22:37:27 +1200 Message-Id: <1014115047.1966.75.camel@osiris.sigterm.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 Tue, 2002-02-19 at 17:00, Waldo Morales Alvarez wrote: > I want to get FreeBSD , but for "proxy" problems (my boss sucks), i cant > use ftps from the internet,but i can use http conections > so .. there is a list of http servers to get FreeBSD 4.5 isos ? > > Thanks > You could try: http://www.planetmirror.com/pub/FreeBSD/ (ftp.au.freebsd.org) http://raven.cslab.vt.edu/pub/FreeBSD/ (ftp3.freebsd.org) http://xyz.lcs.mit.edu/FreeBSD/ (ftp5.freebsd.org) For more go to: http://www.freebsdmirrors.org/FBSDsites.php3?showmirrordomains=do Go through the list and put the URL's into a web browser. Replace ftp:// with http:// and see if anything comes up. A lot of the sites run both HTTP and FTP. > > > pd:im gonna make a BSD cool sites here at chile = b > > See 'ya people > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Stuart Tanner "The porcupine with the sharpest quills gets stuck on a tree more often." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 2:47:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 3157037B402 for ; Tue, 19 Feb 2002 02:47:25 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Tue, 19 Feb 2002 10:45:00 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Feb 2002 10:45:00 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D02AFD06C@MAIL1> From: Mike Dewhirst To: "'questions@FreeBSD.ORG'" Subject: RE: ssh public key authentication (through putty) Date: Tue, 19 Feb 2002 10:44:56 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1B932.78C4C7B0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1B932.78C4C7B0 Content-Type: text/plain; charset="iso-8859-1" I'm not sure what the problem was. I've downloaded the latest ver of putty (0.52) and deleted the config file from ~/.ssh - works a treat now. Thanks everyone for suggestions and help. Mike > -----Original Message----- > From: Jason Taylor [mailto:jason@kanda.com] > Sent: 18 February 2002 19:40 > To: Mike Dewhirst > Cc: 'questions@FreeBSD.ORG' > Subject: Re: ssh public key authentication (through putty) > > On Mon, 18 Feb 2002, Mike Dewhirst wrote: > > > it was 611, changed it to 600, no result. > > > > Some specific questions: > > > > 1. what should the name of the keys file be if I'm using > OpenSSH 2.3.0? > > > 2. do I need anything else in the "config" file in my .ssh > dir, on top of > > "RSAAuthentication yes" and "PasswordAuthentication yes"? > > I've never needed to put a config file in my ~/.ssh directory, the > FreeBSD/OpenSSH defaults have always been fine. > > > 3. I am specifying a user under putty's > Connection-->Auto-login username > > option, is this the right thing to do? > > Yes, putty needs to tell the remote system who you are logging in as. > > > 4. Does it matter that the client is behind a firewall? > > If you can connect through putty using SSH with passwords then the > firewall will not cause any problems. > > > I've been battling with this for about a month now, any > help will be greatly > > appreciated. > > These are the steps I just took to get Open SSH (OpenSSH_2.9 FreeBSD > localisations 20011202, SSH protocols 1.5/2.0, OpenSSL 0x0090601f) > Working with putty. I downloaded the latest release of putty from the > putty website. (0.52 - http://www.chiark.greenend.org.uk/~sgtatham/putty/) 1. Create a key using puttygen A) Set to SSH2 DSA (1024 bit) B) Hit Generate C) Enter a passphrasse D) Select & Copy all text from "Public key for pasting into OpenSSH authorized_keys2 file" E) Paste into ~/.ssh/authorized_keys2 (being carefull to check line wrapping) F) Save private / public keys onto the local windows PC. 2. Configure Putty Session->Hostname = remote host Session->Protocol = SSH Connection->Auto-login username = YOUR REMOTE USERNAME Connection->SSH->Preferred SSH Protocol Version = 2 Connection->SSH->Auth->Private key file for authentication = YOUR PRIVATE KEY Then hit open. This works fine from here. Jason. =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1B932.78C4C7B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable RE: ssh public key authentication (through putty)

I'm not sure what the problem was. I've downloaded the la= test ver of putty (0.52) and deleted the config file from ~/.ssh - works a = treat now.

Thanks everyone for suggestions and help.

Mike

> -----Original Message-----
> From: Jason Taylor [mailto:jason@kanda.com]
> Sent: 18 February 2002 19:40
> To: Mike Dewhirst
> Cc: 'questions@FreeBSD.ORG'
> Subject: Re: ssh public key authentication (through= putty)
>
> On Mon, 18 Feb 2002, Mike Dewhirst wrote:
>
> > it was 611, changed it to 600, no result.
> >
> > Some specific questions:
> >
> > 1. what should the name of the keys file be if= I'm using
> OpenSSH 2.3.0?
>
> > 2. do I need anything else in the "config= " file in my .ssh
> dir, on top of
> > "RSAAuthentication yes" and "Pa= sswordAuthentication yes"?
>
> I've never needed to put a config file in my ~/.ssh= directory, the
> FreeBSD/OpenSSH defaults have always been fine.
>
> > 3. I am specifying a user under putty's
> Connection-->Auto-login username
> > option, is this the right thing to do?
>
> Yes, putty needs to tell the remote system who you = are logging in as.
>
> > 4. Does it matter that the client is behind a = firewall?
>
> If you can connect through putty using SSH with pas= swords then the
> firewall will not cause any problems.
>
> > I've been battling with this for about a month= now, any
> help will be greatly
> > appreciated.
>
> These are the steps I just took to get Open SSH (Op= enSSH_2.9 FreeBSD
> localisations 20011202, SSH protocols 1.5/2.0, Open= SSL 0x0090601f)
> Working with putty.  I downloaded the latest r= elease of putty from the
> putty website. (0.52 -
http://www.chiark.greenend.org.uk/~sgtatham/putty/= )

1. Create a key using puttygen
 A) Set to SSH2 DSA (1024 bit)
 B) Hit Generate
 C) Enter a passphrasse
 D) Select & Copy all text from "Public ke= y for pasting into OpenSSH authorized_keys2 file"
 E) Paste into ~/.ssh/authorized_keys2 (being caref= ull to check line wrapping)
 F) Save private / public keys onto the local windo= ws PC.

2. Configure Putty

  Session->Hostname =3D remote host
  Session->Protocol =3D SSH
  Connection->Auto-login username =3D YOUR REMOT= E USERNAME
  Connection->SSH->Preferred SSH Protocol Ver= sion =3D 2
  Connection->SSH->Auth->Private key file = for authentication =3D YOUR PRIVATE KEY

Then hit open.  This works fine from here.

Jason.




=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1B932.78C4C7B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 3:22:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 6419D37B402; Tue, 19 Feb 2002 03:22:23 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g1JBM8P84248; Tue, 19 Feb 2002 16:22:08 +0500 (YEKT) Received: from localhost (localhost [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g1J9lKZ13606 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Tue, 19 Feb 2002 14:47:22 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Tue, 19 Feb 2002 14:47:20 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: Sean Chittenden Cc: questions@FreeBSD.ORG, Subject: Re: Kerberos 5 In-Reply-To: <20020218152309.B6619@ninja1.internal> Message-ID: <20020219144525.U13503-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r 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 Salut, Sean Chittenden ! On Mon, 18 Feb 2002, Sean Chittenden wrote: > > what is the difference between MIT and KTH versions ? > > MIT is more feature complete in an enterprise space. Heimdal is > decent, but doesn't have any of the nifty features that MIT does > (password classes and expiration). All the same, Heimdal has readline > support and that's a heavy point in Heimdal's favor. > > > what is security/krb5 ? is it legal for Russia ? is it different from > > MIT Kerberos included with base distribution ? > > MIT isn't included with the base. I use security/krb5 and it works > great. Heimdal doesn't work with CVS or PostgreSQL to my knowledge. > for using Heimdal I must include MAKE_KERBEROS5=3Dyes to /etc/make.conf what do I have to put to /etc/make.conf for MIT Kerberos (from ports) ? how to compile it with Kerberos IV support ? > -sc > > -- > Sean Chittenden > Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 3:48:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id B6C6F37B41A for ; Tue, 19 Feb 2002 03:48:48 -0800 (PST) Received: from unknown (HELO moti) (12.27.148.78) by smtp.mail.vip.sc5.yahoo.com with SMTP; 19 Feb 2002 11:48:47 -0000 Message-ID: <010c01c1b93b$c163b270$fd6e34c6@moti> From: "Bara Zani" To: "Edwin Groothuis" Cc: "FreeBSD Questions" References: <3C705564.E1EA2FDA@mindspring.com> <001c01c1b859$6ee18c80$0a00000a@atkielski.com> <3C70E8B2.168D9F56@mindspring.com> <010101c1b87a$10707190$0a00000a@atkielski.com> <3C7146A9.931F07EF@mindspring.com> <00a601c1b8ac$426670a0$0a00000a@atkielski.com> <3C71FEF8.BD18C88B@mindspring.com> <013401c1b91a$2a787470$0a00000a@atkielski.com> <3C720BB9.C0585008@mindspring.com> <014a01c1b922$2b582c70$0a00000a@atkielski.com> <20020219201000.Q494@k7.mavetju.org> Subject: Re: in-kernel HTTP Server for FreeBSD? Date: Tue, 19 Feb 2002 06:51:18 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 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 ----- Original Message ----- From: "Edwin Groothuis" To: "Anthony Atkielski" Cc: "FreeBSD Questions" Sent: Tuesday, February 19, 2002 4:10 AM Subject: Re: in-kernel HTTP Server for FreeBSD? > On Tue, Feb 19, 2002 at 09:48:14AM +0100, Anthony Atkielski wrote: > > Larry writes: > > > > > Yet another forum in with which Anthony Ateleski > > > is not worth interacting. > > > > Who is Anthony Ateleski? > > > > > Three strikes: you're out: I'm filtering you > > > from all forums in which I participate, sprout. > > > > You've promised that before. > > Can you please stop this discussion? You are both right in your own > way. I don't think it's very on topic anymore, but if you have a > question regarding FreeBSD and the way it works, feel free to post > it. Thanks :-) > > Edwin > Edwin when ever mr Anthony Atkielski is in a discussion it will never end i have a filter for him on my mail readers ... if you hate seeing worthless theoretical discussions in your mail i suggest you do the same . > -- > Edwin Groothuis | Personal website: http://www.MavEtJu.org > edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: > ------------------+ http://www.FatalDimensions.org/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:16:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from p-mail2.rd.francetelecom.com (p-mail2.rd.francetelecom.com [193.49.124.32]) by hub.freebsd.org (Postfix) with SMTP id 29DA337B402 for ; Tue, 19 Feb 2002 04:16:20 -0800 (PST) Received: by p-voyageur.rd.francetelecom.fr with Internet Mail Service (5.5.2653.19) id <1M4FATJB>; Tue, 19 Feb 2002 13:16:06 +0100 Message-ID: From: UMAR Naveed FTRD/DMR/LON To: "'questions@FreeBSD.org'" Cc: "'delaferc@yahoo.fr'" Subject: URGENT:- Installation Problems of XServer with FreeBSD? Date: Tue, 19 Feb 2002 13:16:04 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-41c6e247-246b-11d6-b1e5-00508b69ab48" Sender: owner-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. ------=_NextPartTM-000-41c6e247-246b-11d6-b1e5-00508b69ab48 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1B93F.34055F10" ------_=_NextPart_001_01C1B93F.34055F10 Content-Type: text/plain; charset="ISO-8859-1" Hi We have installed a version of the FreeBSD OS on our machines, but are experiencing some problems which the documentation cannot address. We are trying to run XServer by configuring required properties using the graphical interface, i.e. Keyboard, Mouse, Monitor and Video Card. The Mouse settings are: sysmouse; emulating 3 buttons although the mouse used is a Logitech Badger (2 Button). The keyboard options are fine, since we select a generic ps2 keyboard, with the language chosen as English. Video Card appears to be a problem. We found that the Video Chip is an Intel 810e integrated video, with dynamically allocated system memory up to 8MB. But there is no Intel 810e in the option menu for the Video Card. I tried using the Intel generic 710 and 5430 options with failure. Also the monitor resolution seems to be a problem, because the maximum specified value is 1024 * 768 @16M colors @ 85 Hz, but again this value is not offered in the menu. Can you please help, we need to run the XServer as soon as possible. Thankyou for your time. Naveed Umar ------_=_NextPart_001_01C1B93F.34055F10 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable URGENT:- Installation Problems of XServer with FreeBSD?

Hi

We have installed a version of the = FreeBSD OS on our machines, but are experiencing some problems which = the documentation cannot address.

We are trying to run XServer by = configuring required properties using the graphical interface, i.e. = Keyboard, Mouse, Monitor and Video Card.

The Mouse settings are: sysmouse; = emulating 3 buttons although the mouse used is a Logitech Badger (2 = Button). 

The keyboard options are fine, since = we select a generic ps2 keyboard, with the language chosen as = English.

Video Card appears to be a = problem.  We found that the Video Chip is an Intel 810e integrated = video, with dynamically allocated system memory up to 8MB.  But = there is no Intel 810e in the option menu for the Video Card.  I = tried using the Intel generic 710 and 5430 options with = failure.

Also the monitor resolution seems to = be a problem, because the maximum specified value is 1024 * 768 @16M = colors @ 85 Hz, but again this value is not offered in the = menu.

Can you please help, we need to run = the XServer as soon as possible.

Thankyou for your time.

Naveed Umar

------_=_NextPart_001_01C1B93F.34055F10-- ------=_NextPartTM-000-41c6e247-246b-11d6-b1e5-00508b69ab48-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:34:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by hub.freebsd.org (Postfix) with ESMTP id BD16D37B402 for ; Tue, 19 Feb 2002 04:34:30 -0800 (PST) Received: from list1.xs4all.nl (list1.xs4all.nl [194.109.6.52]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id g1JCYTLY005916 for ; Tue, 19 Feb 2002 13:34:30 +0100 (CET) Received: (from root@localhost) by list1.xs4all.nl (8.9.3/8.9.3) id NAA05073; Tue, 19 Feb 2002 13:34:24 +0100 (CET) From: micheloo@xs4all.nl (Michel Oosterhof) To: freebsd-questions@freebsd.org X-Via: imploder /usr/local/lib/mail/news2mail/news2mail at list1.xs4all.nl Subject: Re: Kerberos 5 Date: 19 Feb 2002 13:34:02 +0100 Organization: XS4ALL, Networking for the masses Message-ID: In-Reply-To: <20020218152309.B6619@ninja1.internal> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sean@chittenden.ORG (Sean Chittenden) writes: >> what is the difference between MIT and KTH versions ? >MIT is more feature complete in an enterprise space. Heimdal is >decent, but doesn't have any of the nifty features that MIT does >(password classes and expiration). All the same, Heimdal has readline >support and that's a heavy point in Heimdal's favor. >> what is security/krb5 ? is it legal for Russia ? is it different from >> MIT Kerberos included with base distribution ? >MIT isn't included with the base. I use security/krb5 and it works >great. Heimdal doesn't work with CVS or PostgreSQL to my knowledge. Could this be because the version of Heimdal in -STABLE (or -CURRENT) is relatively old, and has some API's different than MIT krb5? I ran into this once trying to compile an apache module for kerberos. There is also a heimdal port which is more up to date, that might work better, if you prefer heimdal. (security/heimdal, i think) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:37:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpzilla2.xs4all.nl (smtpzilla2.xs4all.nl [194.109.127.138]) by hub.freebsd.org (Postfix) with ESMTP id BD89C37B404 for ; Tue, 19 Feb 2002 04:37:50 -0800 (PST) Received: from list1.xs4all.nl (list1.xs4all.nl [194.109.6.52]) by smtpzilla2.xs4all.nl (8.12.0/8.12.0) with ESMTP id g1JCbnQ7012706 for ; Tue, 19 Feb 2002 13:37:49 +0100 (CET) Received: by list1.xs4all.nl (8.9.3/8.9.3) id NAA07025; Tue, 19 Feb 2002 13:37:48 +0100 (CET) From: micheloo@xs4all.nl (Michel Oosterhof) To: freebsd-questions@freebsd.org X-Via: imploder /usr/local/lib/mail/news2mail/news2mail at list1.xs4all.nl Subject: Re: KTH Kerberos 5 Date: 19 Feb 2002 13:37:41 +0100 Organization: XS4ALL, Networking for the masses Message-ID: 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 ilia@cgu.CHel.SU (Ilia Chipitsine) writes: >is anybody using Kerberos 5 (international version) ? >how can I create a realm ? "kadmin -l" doesn't work. >what steps should I take before creating the realm ? >only /etc/krb5.conf ? First, I think you should use 'k5admin' not 'kadmin', If you use the version of Heimdal that comes with FBSD. There's no manpage installed, but there is one in the source. (/usr/src/crypto/heimdal/kadmin/kadmin.8, but the binary is run as k5admin) '-l' means 'local mode. It will not connect to a kadmind. I think you can create realms with the 'init' command. That will initialize a realm and create principals, etc. michel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:44:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apache.metrocom.ru (www.metrocom.ru [195.5.128.139]) by hub.freebsd.org (Postfix) with ESMTP id 2E57737B405 for ; Tue, 19 Feb 2002 04:44:19 -0800 (PST) Received: from apache.metrocom.ru (apache.metrocom.ru [195.5.128.150]) by apache.metrocom.ru (8.12.1/8.12.1) with ESMTP id g1JCiGV2013093 for ; Tue, 19 Feb 2002 15:44:16 +0300 (MSK) Date: Tue, 19 Feb 2002 15:44:16 +0300 (MSK) From: Varshavchick Alexander To: questions@FreeBSD.ORG Subject: 4 cpu 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 people, Does anybody have experience running FreeBSD with 4 CPU? Does SMP kernel work smoothly with them or can there be any unexpected problems in it? Thanks in advance Alexander Varshavchick, Metrocom Joint Stock Company Phone: (812)118-3322, 118-3115(fax) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:57:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id 32EA237B430 for ; Tue, 19 Feb 2002 04:57:33 -0800 (PST) Received: from there (lille-2-a7-5-139.dial.proxad.net [62.147.5.139]) by postfix1-2.free.fr (Postfix) with SMTP id 04617AB1A5 for ; Tue, 19 Feb 2002 13:57:28 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: disk geometry Date: Tue, 19 Feb 2002 13:28:04 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020219125728.04617AB1A5@postfix1-2.free.fr> Sender: owner-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, There are no pbs to run my fresh installed FBSD 4.5, but on the boot=20 my kernel display a different disk geometry. There are more cylinders and less heads ! But the capacity of the=20 disks is the same. (LBA mode) Is this du to a tresspass of the 1024st cyl ? --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:57:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id 79EF537B426 for ; Tue, 19 Feb 2002 04:57:33 -0800 (PST) Received: from there (lille-2-a7-5-139.dial.proxad.net [62.147.5.139]) by postfix1-2.free.fr (Postfix) with SMTP id 3C7B7AB18C for ; Tue, 19 Feb 2002 13:57:27 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: SB AWE64 Date: Tue, 19 Feb 2002 11:45:05 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020219125727.3C7B7AB18C@postfix1-2.free.fr> Sender: owner-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, readed some doc about to install my SB AWE64 ISA Pnp. But I think this one is out data and have of course syntax errors in=20 MYKERNEL. Is there more updated doc or can anyone help me to configure my=20 kernel about PnP and this card ? Thanks in advance --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:58: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id 73FFE37B423 for ; Tue, 19 Feb 2002 04:57:33 -0800 (PST) Received: from there (lille-2-a7-5-139.dial.proxad.net [62.147.5.139]) by postfix1-2.free.fr (Postfix) with SMTP id B15E1AB178 for ; Tue, 19 Feb 2002 13:57:26 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: KDE Date: Tue, 19 Feb 2002 11:33:09 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020219125726.B15E1AB178@postfix1-2.free.fr> Sender: owner-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, installed FBSD 4.5. But several utilities are not available in KDE ?? (ex. Kedit, Archiver, Kmail, and others) Why ? Did I omit something ? --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:58: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by hub.freebsd.org (Postfix) with ESMTP id BB91637B425 for ; Tue, 19 Feb 2002 04:57:33 -0800 (PST) Received: from there (lille-2-a7-5-139.dial.proxad.net [62.147.5.139]) by postfix1-2.free.fr (Postfix) with SMTP id A5F2AAB020 for ; Tue, 19 Feb 2002 13:57:27 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: Time/Date setting Date: Tue, 19 Feb 2002 11:47:57 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020219125727.A5F2AAB020@postfix1-2.free.fr> Sender: owner-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 unable to set my clock and date. Tryed as root (in KDE) without success. The displ. message is 'Can't set date' Thanks for your help. --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 4:59: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.happcontrols.com (mail.happcontrols.com [12.15.19.237]) by hub.freebsd.org (Postfix) with ESMTP id 4091237B426 for ; Tue, 19 Feb 2002 04:58:48 -0800 (PST) Received: from CONDOR.happcontrols.com (sniper.happcontrols.com [12.15.19.193]) by mail.happcontrols.com (8.12.0/8.12.1) with ESMTP id g1JCtVdK074263; Tue, 19 Feb 2002 06:55:31 -0600 (CST) Message-Id: <5.1.0.14.0.20020219065232.02928658@mail.happcontrols.com> X-Sender: ben@mail.happcontrols.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Feb 2002 06:55:30 -0600 To: Varshavchick Alexander From: Ben Kadish Subject: Re: 4 cpu Cc: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have had great success on 2-way SMP machines up until 4.5-RELEASE (3 MP machines with >= 4 months uptime, last downtime was for upgrade). I have had tremendous problems with the SMP kernel crashing for no apparent reason in 4.5-RELEASE. Just my two cents. At 03:44 PM 2/19/2002 +0300, you wrote: >Does anybody have experience running FreeBSD with 4 CPU? Does SMP kernel >work smoothly with them or can there be any unexpected problems in >it? Ben Kadish Ben@happcontrols.com Network Analyst Happ Controls, Inc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 5:15:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from apache.metrocom.ru (www.metrocom.ru [195.5.128.139]) by hub.freebsd.org (Postfix) with ESMTP id CCE4037B417 for ; Tue, 19 Feb 2002 05:15:30 -0800 (PST) Received: from apache.metrocom.ru (apache.metrocom.ru [195.5.128.150]) by apache.metrocom.ru (8.12.1/8.12.1) with ESMTP id g1JDFPV2018073; Tue, 19 Feb 2002 16:15:25 +0300 (MSK) Date: Tue, 19 Feb 2002 16:15:25 +0300 (MSK) From: Varshavchick Alexander To: Ben Kadish Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 4 cpu In-Reply-To: <5.1.0.14.0.20020219065232.02928658@mail.happcontrols.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 As it is now, the machine has 2 CPU and FreeBSD 4.5 is running good there, and I'm considering adding two more of them there, so the question has arised. Alexander Varshavchick, Metrocom Joint Stock Company Phone: (812)118-3322, 118-3115(fax) On Tue, 19 Feb 2002, Ben Kadish wrote: > Date: Tue, 19 Feb 2002 06:55:30 -0600 > From: Ben Kadish > To: Varshavchick Alexander > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: 4 cpu > > I have had great success on 2-way SMP machines up until 4.5-RELEASE (3 MP > machines with >= 4 months uptime, last downtime was for upgrade). I have > had tremendous problems with the SMP kernel crashing for no apparent reason > in 4.5-RELEASE. Just my two cents. > > At 03:44 PM 2/19/2002 +0300, you wrote: > >Does anybody have experience running FreeBSD with 4 CPU? Does SMP kernel > >work smoothly with them or can there be any unexpected problems in > >it? > > Ben Kadish Ben@happcontrols.com > Network Analyst > Happ Controls, Inc. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 19 5:24:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from darius.2y.net (korpen-86-205.ip-pluggen.com [212.181.86.205]) by hub.freebsd.org (Postfix) with ESMTP id 12D1637B416 for ; Tue, 19 Feb 2002 05:24:56 -0800 (PST) Received: by darius.2y.net (Postfix, from userid 1001) id B37F21C4F; Tue, 19 Feb 2002 14:24:49 +0100 (CET) Date: Tue, 19 Feb 2002 14:24:49 +0100 From: Morsal Rodbay To: mess-mate Cc: freebsd-questions-en Subject: Re: KDE Message-ID: <20020219142449.A69016@zigman.2y.net> Reply-To: Morsal Rodbay References: <20020219125726.B15E1AB178@postfix1-2.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020219125726.B15E1AB178@postfix1-2.free.fr>; from messmate@free.fr on Tue, Feb 19, 2002 at 11:33:09AM +0100 X-Operating-System: FreeBSD 4.4 [up 36 days, 21:07] X-Return-Path: morsal@swipnet.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 Tue, Feb 19, 2002 at 11:33:09AM +0100, mess-mate wrote: > Hello all, > installed FBSD 4.5. > But several utilities are not available in KDE ?? > (ex. Kedit, Archiver, Kmail, and others) Why ? > Did I omit something ? You need to install some other KDE ports in order to get the mentioned apps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 5:26:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out02a.e-scan.net (out02a.e-scan.net [212.62.8.134]) by hub.freebsd.org (Postfix) with ESMTP id 340D337B404 for ; Tue, 19 Feb 2002 05:26:27 -0800 (PST) Received: from par-all-exch.internal.newlink.fr (unverified) by out02a.e-scan.net (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Tue, 19 Feb 2002 13:38:51 +0000 Received: by PAR-ALL-EXCH with Internet Mail Service (5.5.2653.19) id ; Tue, 19 Feb 2002 14:33:41 +0100 Message-ID: <37D7D95ABFEBD411BAF600508B69C119012C4DDF@PAR-ALL-EXCH> From: Laurent Boutet To: "'freebsd-questions@FreeBSD.ORG'" Subject: Freebsd and IDT winchip C6 Date: Tue, 19 Feb 2002 14:33:41 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C1B94A.0B4D0540" Sender: owner-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_000_01C1B94A.0B4D0540 Content-Type: text/plain Hello, I have pb of stability with my C6 computer, and I can't compile the kernel GENERIC. So need C6 hardware specific configuration for the kernel file? Have you some advise about it? Thanks Best regards Laurent BOUTET Responsable avant-ventes QoS +33 1 46 01 31 13 lboutet@allasso.fr Aucun virus connu par e:)scan n'a ete detecte dans ce message. Pour plus d'informations, visitez: http://www.activis.com ------_=_NextPart_000_01C1B94A.0B4D0540 Content-Type: application/octet-stream; name="Laurent Boutet (E-mail).vcf" Content-Disposition: attachment; filename="Laurent Boutet (E-mail).vcf" BEGIN:VCARD VERSION:2.1 N:Boutet;Laurent FN:Laurent Boutet EMAIL;PREF;INTERNET:lboutet@newlink.fr REV:20010716T091319Z END:VCARD ------_=_NextPart_000_01C1B94A.0B4D0540-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 5:39:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from richard.eu.org (adsl-213-190-51-59.takas.lt [213.190.51.59]) by hub.freebsd.org (Postfix) with ESMTP id D4C1237B400 for ; Tue, 19 Feb 2002 05:39:20 -0800 (PST) Received: (from rch@localhost) by richard.eu.org (8.11.0/8.11.6) id g1JDdHg60404 for freebsd-questions@FreeBSD.ORG; Tue, 19 Feb 2002 15:39:17 +0200 (EET) (envelope-from rch@richard.eu.org) Date: Tue, 19 Feb 2002 15:39:17 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-questions-en Subject: Re: SB AWE64 Message-ID: <20020219133917.GA39823@richard.eu.org> References: <20020219125727.3C7B7AB18C@postfix1-2.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20020219125727.3C7B7AB18C@postfix1-2.free.fr> User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.5-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 This in MYKERNEL works with STABLE: device pcm device sbc I remember at some time I was unable to get it working at irq other than 5. sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 pcm0: on sbc0 On Tue Feb 19 11:45:05 2002 +0100 mess-mate wrote: >Hello, >readed some doc about to install my SB AWE64 ISA Pnp. >But I think this one is out data and have of course syntax errors in >MYKERNEL. >Is there more updated doc or can anyone help me to configure my >kernel about PnP and this card ? >Thanks in advance >-- >mess-mate > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message -- ☻ RiÄardas ÄŒepas ☺ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 5:55:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay.kfupm.edu.sa (relay.kfupm.edu.sa [212.26.1.21]) by hub.freebsd.org (Postfix) with ESMTP id C36C137B400 for ; Tue, 19 Feb 2002 05:55:25 -0800 (PST) Received: from relayin.kfupm.edu.sa (relayin.kfupm.edu.sa [196.15.32.221]) by relay.kfupm.edu.sa (8.9.2/8.9.2) with ESMTP id QAA119628 for ; Tue, 19 Feb 2002 16:49:50 +0300 Received: from iws20.itc.kfupm.edu.sa (iws20.itc.kfupm.edu.sa [196.15.32.20]) by relayin.kfupm.edu.sa (8.9.2/8.9.2) with ESMTP id QAA36916 for ; Tue, 19 Feb 2002 16:50:03 +0300 Received: from kabsa.ccse.kfupm.edu.sa ([196.1.64.144]) by iws20.itc.kfupm.edu.sa (8.9.2/8.9.2) with ESMTP id PAA90110 for ; Tue, 19 Feb 2002 15:50:15 +0300 Received: from khuzama.ccse.kfupm.edu.sa (khuzama.ccse.kfupm.edu.sa [196.1.64.97]) by kabsa.ccse.kfupm.edu.sa (8.11.0/8.9.3) with ESMTP id g1JDpUi04287 for ; Tue, 19 Feb 2002 16:51:30 +0300 (Saudi Standard Time) Received: from khuzama.ccse.kfupm.edu.sa (localhost [127.0.0.1]) by khuzama.ccse.kfupm.edu.sa (8.11.0/8.9.3) with ESMTP id g1JDpTK22270 for ; Tue, 19 Feb 2002 16:51:29 +0300 (Saudi Standard Time) Received: from soldier.ccse.kfupm.edu.sa (soldier.ccse.kfupm.edu.sa [196.1.64.147]) by khuzama.ccse.kfupm.edu.sa (8.11.0/8.9.3) with ESMTP id g1JDpRS22260 for ; Tue, 19 Feb 2002 16:51:28 +0300 (Saudi Standard Time) Received: from vlsi.ccse.kfupm.edu.sa (vlsi [196.1.64.70]) (authenticated (0 bits)) by soldier.ccse.kfupm.edu.sa (8.11.1/8.11.1) with ESMTP id g1JAUDb00667 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified FAIL) for ; Tue, 19 Feb 2002 13:30:14 +0300 (Saudi Standard Time) Received: from localhost (alada@localhost) by vlsi.ccse.kfupm.edu.sa (8.11.1/8.11.1) with ESMTP id g1JAUDj20400 for ; Tue, 19 Feb 2002 13:30:13 +0300 (Saudi Standard Time) X-Authentication-Warning: vlsi.ccse.kfupm.edu.sa: alada owned process doing -bs Date: Tue, 19 Feb 2002 13:30:12 +0300 (Saudi Standard Time) From: "Salam-Alada A. O." To: questions@freeBSD.org Subject: Freebsd, win2k and Linux installation 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 everybody, I have been trying to install FreeBSD, Win2k and Linux all together on the same hard disk with different partition. the major problem I am having is that my system BIOS does not support 40GB hard disk, so I used EZmaker to make the OS work with the BIOS. It works with Win2k and Linux but I can't figured it out with freebsd. Can anybody help? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 5:56:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-relay1.noc.dsvr.net (virus-1.in.noc.dsvr.net [212.69.192.254]) by hub.freebsd.org (Postfix) with ESMTP id D08C537B416 for ; Tue, 19 Feb 2002 05:56:16 -0800 (PST) Received: from [212.69.208.113] (helo=stealthnet.co.uk) by smtp-relay1.noc.dsvr.net with esmtp (Exim 3.34 #1) id 16dAkd-00050C-00 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 13:56:11 +0000 Received: from JAMES (host213-122-194-17.in-addr.btopenworld.com [213.122.194.17] (may be forged)) by stealthnet.co.uk (8.11.6/8.11.6) with SMTP id g1JDuA522225 for ; Tue, 19 Feb 2002 13:56:11 GMT From: "James Green" To: Subject: IPsec with fbsd4.5, WinXP on local net plus remote box, help :-) Date: Tue, 19 Feb 2002 13:56:26 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE 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 all I'm sure this must all be documented but the most useful resource I've come across has lacked the detail specific to our setup (http://www.daemonnews.org/200101/ipsec-howto.html). We have a remote FBSD4.5 box on a static IP. This is not a problem. We should be able to un racoon on it fine. We locally have a WinXP network behind an ISDN router. This connection has two ISPs and gets allocated a dynamic IP from both (whichever we are currently connnected to). The local machines get given their IPs based on DHCP. I'm on 192.168.1.6 right now. On the local network I have set up a FBSD4.5 dev box with racoon. I've compiled in IPsec support. I've configured IPSec support on my XP machine as best I can tell, but I don't seem to be connecting to the local dev box over it. At least, I don't think so. On starting racoon on the local dev box I get this: 2002-02-19 13:53:20: DEBUG: grabmyaddr.c:205:grab_myaddrs(): my interface: 192.168.0.8 (sis0) 2002-02-19 13:53:20: DEBUG: grabmyaddr.c:205:grab_myaddrs(): my interface: ::1 (lo0) 2002-02-19 13:53:20: DEBUG: grabmyaddr.c:205:grab_myaddrs(): my interface: fe80::1 (lo0) 2002-02-19 13:53:20: DEBUG: grabmyaddr.c:205:grab_myaddrs(): my interface: 127.0.0.1 (lo0) 2002-02-19 13:53:20: DEBUG: grabmyaddr.c:472:autoconf_myaddrsport(): configuring default isakmp port. 2002-02-19 13:53:20: DEBUG: grabmyaddr.c:494:autoconf_myaddrsport(): 5 addrs are configured successfully 2002-02-19 13:53:20: INFO: isakmp.c:1357:isakmp_open(): 127.0.0.1[500] used as isakmp port (fd=6) 2002-02-19 13:53:20: INFO: isakmp.c:1357:isakmp_open(): fe80::1[500] used as isakmp port (fd=7) 2002-02-19 13:53:20: INFO: isakmp.c:1357:isakmp_open(): ::1[500] used as isakmp port (fd=8) 2002-02-19 13:53:20: INFO: isakmp.c:1357:isakmp_open(): 192.168.0.8[500] used as isakmp port (fd=9) 2002-02-19 13:53:20: INFO: isakmp.c:1357:isakmp_open(): fe80::202:e3ff:fe20:38bb[500] used as isakmp port (fd=10) 2002-02-19 13:53:20: DEBUG: pfkey.c:192:pfkey_handler(): get pfkey X_SPDDUMP message 2002-02-19 13:53:20: DEBUG2: plog.c:193:plogdump(): 02120200 02000000 00000000 c8080000 2002-02-19 13:53:20: DEBUG: pfkey.c:207:pfkey_handler(): pfkey X_SPDDUMP failed: No such file or directory I have no idea what file it is looking for. In /usr/local/etc/racoon/psk.txt I have a line 192.168.0.6 . pinging from my XP box to the dev box gets me no response at all. My questions: 1) what am I doing wrong? :-) 2) since we're on dynamic IPs both for the Internet and local network, how can I configure both the local dev box and the remote box to accept connections from us? Primarily talking about psk.txt. Any tips? URLs? Help :) -- James Green Developer Stealthnet.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 Feb 19 6:25:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natpost.webmailer.de [192.67.198.65]) by hub.freebsd.org (Postfix) with ESMTP id 7F4C237B417 for ; Tue, 19 Feb 2002 06:25:25 -0800 (PST) Received: from chillt.de (dsl-213-023-045-007.arcor-ip.net [213.23.45.7]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id PAA05216 for ; Tue, 19 Feb 2002 15:25:24 +0100 (MET) Message-ID: <3C7260AF.7020102@chillt.de> Date: Tue, 19 Feb 2002 15:26:55 +0100 From: Bartosz Piotr Fabianowski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8+) Gecko/20020212 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Anti-aliased fonts under Linux emulation, but not natively on FreeBSD 4.5 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! I just installed FreeBSD 4.5 a few days ago (to distract myself from studying for finals next week :). Everything went pretty well, but I ran into a problem: I can't get anti-aliased fonts to work under XFree 4.2.0. Since only 4.1.0 was available via the ports, I installed 4.1.0 from there and then installed the binary distribution of XFree 4.2.0 for FreeBSD from xfree86.org on top of it (replacing the old 4.1.0 files). It runs just fine, KDE works perfectly, but whatever tutorial / how-to I try on anti-aliased fonts under KDE 2.2.2, I never get anti-aliased fonts to work. The RENDER extension is there, all settings in the config files are ok, font paths are ok, freetype and type1 modules loaded... but still, no anti-aliased fonts. The weird thing is that kxICQ2, which I am running via the Linux emulation layer, DOES give me anti-aliased fonts. It must be something with the libraries (kxICQ2 uses Linux KDE and Qt libraries, of course). So, my question is - how could I find out, which library / libraries are broken and how would I replace them? I deinstalled and reinstalled freetype and freetype2, double- and triple-checked all settings... noting to be found. One thing I noticed is that ldd libfreetype.so gives me an error about the library being in a wrong format for ldd - is that normal, or could that be my problem? A wrong format? Thanks in advance for any help, Bartosz Fabianowski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 6:31:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe57.law10.hotmail.com [64.4.14.192]) by hub.freebsd.org (Postfix) with ESMTP id E71D837B405 for ; Tue, 19 Feb 2002 06:31:06 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 06:31:06 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: Subject: RE: PLEEEEEASE READ!!!!!sorry had to try it Date: Tue, 19 Feb 2002 09:31:43 -0500 Message-ID: <002001c1b952$27408080$6400a8c0@windows> 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: <10d.da860f8.29a341ba@aol.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 19 Feb 2002 14:31:06.0767 (UTC) FILETIME=[110DF9F0:01C1B952] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Why is it that my isp (videotron, something like rr or @home in Quebec) is banned or blocked something from this mailing list, forcing me to use hotmail to send to here... but AOL.. of all "isp's" (I use that designation loosely), containing IDIOTS like this person that sent this message is allowed to post? I'm honestly quite confused > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > questions@FreeBSD.ORG] On Behalf Of MaoFu1kan@aol.com > Sent: February 19, 2002 12:51 AM > To: Hoopster6949@yahoo.com; brandonfain@ccs.k12.nc.us; > JFAIND@aol.com; H1DD3N51CKN355@aol.com; Angelfall666@aol.com; > Jasoncfain@aol.com; FainD@kochind.com; mal2st@lycos.com; > mal3sto@netzero.net; questions@freebsd.org; Darkprincess5@aol.com; > Tereza@airmessage.net; fain40@hotmail.com; Jason2202@aol.com; > fukantp@hotmail.com; fukantp@fridaythe13thfilms.com > Subject: FW: PLEEEEEASE READ!!!!!sorry had to try it > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 6:43:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rambo.simx.org (rambo.simx.org [194.17.208.54]) by hub.freebsd.org (Postfix) with ESMTP id 9EBAB37B405 for ; Tue, 19 Feb 2002 06:43:35 -0800 (PST) Received: from rambo.simx.org (malin.twenty4help.se [195.67.108.195]) by rambo.simx.org (8.11.6/8.11.6) with ESMTP id g1JEhQZ52164; Tue, 19 Feb 2002 14:43:26 GMT (envelope-from listsub@rambo.simx.org) Message-ID: <3C726479.9010907@rambo.simx.org> Date: Tue, 19 Feb 2002 15:43:05 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Sandro Mancuso Cc: questions@FreeBSD.ORG Subject: Re: PLEEEEEASE READ!!!!!sorry had to try it References: <002001c1b952$27408080$6400a8c0@windows> 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 Sandro Mancuso wrote: >Why is it that my isp (videotron, something like rr or @home in Quebec) >is banned or blocked something from this mailing list, forcing me to use >hotmail to send to here... but AOL.. of all "isp's" (I use that >designation loosely), containing IDIOTS like this person that sent this >message is allowed to post? I'm honestly quite confused > The fact that some hosts are blocked from posting to the freebsd lists has nothing or very little to do with its users. AFAIK, the hosts that are not allowed to send to this list is blocked for technical or anti-spam reasons, not due to a lack of clue among its users. My guess is that your ISP's has a problem with DNS, or reverse DNS to be precise. -- R To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7: 0:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tgd.net (mail.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id A5F8B37B404; Tue, 19 Feb 2002 07:00:38 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id 5AE2020F05; Tue, 19 Feb 2002 07:00:38 -0800 (PST) Date: Tue, 19 Feb 2002 07:00:38 -0800 From: Sean Chittenden To: Il%j Sipicin Cc: questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: Kerberos 5 Message-ID: <20020219070038.A19663@ninja1.internal> References: <20020218152309.B6619@ninja1.internal> <20020219144525.U13503-100000@sol.chel.skbkontur.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020219144525.U13503-100000@sol.chel.skbkontur.ru>; from "ilia@chel.skbkontur.ru" on Tue, Feb 19, 2002 at = 02:47:20PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.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 > > MIT isn't included with the base. I use security/krb5 and it works > > great. Heimdal doesn't work with CVS or PostgreSQL to my knowledge. > > for using Heimdal I must include MAKE_KERBEROS5=yes to /etc/make.conf > what do I have to put to /etc/make.conf for MIT Kerberos (from ports) ? > how to compile it with Kerberos IV support ? Nothing. Make sure you have MAKE_KERBEROS5 undefined in /etc/make.conf and then install security/krb5 from the ports. MIT kerberos will build with krb4 support. -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7: 1: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 205FA37B41F for ; Tue, 19 Feb 2002 07:00:49 -0800 (PST) Received: from barbish ([63.70.155.109]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Tue, 19 Feb 2002 10:04:56 -0500 From: "Joe & Fhe Barbish" To: "FBSD" Subject: top not seeing ipfw? Date: Tue, 19 Feb 2002 10:00:36 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE 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 not see ipfw in the top display. Why? Also ps ax does not show it ether. Ipwf -a l works so does this mean it's running? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:24:49 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 E6CEA37B49A for ; Tue, 19 Feb 2002 07:22:31 -0800 (PST) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 16d38r-0000Pf-00; Mon, 18 Feb 2002 21:48:41 -0800 Date: Mon, 18 Feb 2002 21:25:49 -0800 (PST) From: Bill Schoolcraft X-Sender: bill@corten8 To: Waldo Morales Alvarez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: a little problem In-Reply-To: <1014094819.2961.2.camel@oxygen> 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 19 Feb 2002 it looks like Waldo Morales Alvarez composed: > I want to get FreeBSD , but for "proxy" problems (my boss sucks), i cant > use ftps from the internet,but i can use http conections > so .. there is a list of http servers to get FreeBSD 4.5 isos ? > > Thanks > http://www.linuxiso.org/freebsd.html -- 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 Tue Feb 19 7:25:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 9044B37B41F for ; Tue, 19 Feb 2002 07:22:34 -0800 (PST) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.6/8.11.3) with ESMTP id g1JFMSO09653; Tue, 19 Feb 2002 10:22:28 -0500 (EST) Message-ID: <3C726DB4.7060702@magpage.com> Date: Tue, 19 Feb 2002 10:22:28 -0500 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20020110 X-Accept-Language: en-us MIME-Version: 1.0 To: Ahsan Ali Cc: questions@FreeBSD.ORG Subject: Re: multilink support? References: <007501c1b90d$c10de030$a306000a@sbp.org.pk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ahsan Ali wrote: > Hello guys, > > > > I want to know if FreeBSD 4.3 supports multilink PPP connections. yes. -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:29: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from main.interspots.com (main.interspots.com [216.18.93.10]) by hub.freebsd.org (Postfix) with ESMTP id 2EA7D37B501 for ; Tue, 19 Feb 2002 07:28:09 -0800 (PST) Received: from interspots.com (gary.interspots.com [216.18.93.193]) by main.interspots.com (8.11.1/8.11.1) with ESMTP id g1JFUXZ04421 for ; Tue, 19 Feb 2002 08:30:33 -0700 (MST) (envelope-from bob@interspots.com) Message-ID: <3C726EF8.68759C68@interspots.com> Date: Tue, 19 Feb 2002 08:27:52 -0700 From: bob X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Internal modem with TIP 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 Ok After trying many things I hope someone can help. OS: freeBSD 4.5 Kernel: GENERIC modem1: Motorola VoiceSURFR 56K Modem (Rockwell chipset RCV56ACFW/SP) modem2: Rockwell chipset RCV 336ACF/SP Firmware = RCV336DPFSP Both modems HARDWARE MODEMS. With modem1 installed.. dmesg: Feb 18 17:11:01 mon1 /kernel: sio4: at port 0x3e8-0x3ef irq 5 on isa0 I first setup in /etc/remote ' com5:dv=/dev/cuaa4:br#9600:pa=none: ' I also put into /etc/remote tip33600 |Dial any phone number at 33600 bps:\ :dv=/dev/cuaa4:br#33600:at=generic:pa=none:du: tip1200|Dial any phone number at 1200 bps:\ :dv=/dev/cuaa4:br#1200:at=generic:pa=none:du: When i Tip into 'com5' i can talk to the modem and everything works. I can dial out and connect no problem. Problem is when I use tip to auto dial out via : ' tip -1200 5556201 ' -or- ' tip -33600 5556201 I get " root /etc->tip -1200 5556201 Using "/dev/cuaa4" <--- (after this i get a 'sound' out of the modem Sounds like It goes ONHOOK then immidiately goes OFFHOOK) timeout waiting for reply timeout waiting for reply timeout waiting for reply timeout waiting for reply timeout waiting for reply hang up failed call failed [EOT] " I've tried: 1. Multiple configuations in the /etc/modem with multiple init scripts rock|generic Rockwell asf Configuration :dial_command=ATDT%s\r:hangup_command=ATH\r:\ :echo_off_command=ATE0\r:reset_command=AT&F1\r:\ :init_string=AT&F&C1&D2&K3%C0 :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\ :intercommand_delay#250:escape_guard_time#500:reset_delay#2000: 2. Recompiling the kernel commenting out sio2 and sio3 (then the dmesg says: sio2: at port 0x3e8-0x3ef irq 5 on isa0 sio2: type 16550A ) I change the remote to /etc/cuaa2 and try TIP again... And Still has the same problem (ONHOOK/OFFHOOK) root /etc->tip -1200 5556201 Using "/dev/cuaa2" <----same sound as before 'Doubleclick' timeout waiting for reply timeout waiting for reply timeout waiting for reply timeout waiting for reply timeout waiting for reply hang up failed call failed [EOT] I've also tried another modem (33.6k ALSO ROCKWELL RCV336ACF) in each case and the symptoms are the same. Eveything works fine with the External modem i have, But I would like to get an Internal one to work for once in my life. Any Suggestions? I've got all the information on these modem from resources at: http://www.modem-help.freeserve.co.uk/chips/conacf336.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:32: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from genesis.blueridge.net (genesis.blueridge.net [205.152.121.3]) by hub.freebsd.org (Postfix) with ESMTP id 4F0A537B437 for ; Tue, 19 Feb 2002 07:31:43 -0800 (PST) Received: from blueridge.net (rc4-120.blueridge.net [63.167.198.120]) by genesis.blueridge.net (Switch-2.1.0/Switch-2.1.0) with ESMTP id g1JFWeo12006 for ; Tue, 19 Feb 2002 10:32:42 -0500 Message-ID: <3C726F3D.29286920@blueridge.net> Date: Tue, 19 Feb 2002 10:29:01 -0500 From: Dale Toney X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: aliases 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 having a problem getting my alias definitions to take in from my rc.conf file on a reboot. I had a few aliases orginally configured and they work fine. It is the new aliases that I have added that will not take. I have to add them manually after every reboot. Any suggestions would be appreciated. I have included a copy from the rc.conf file showing the lines in question. Alias 0-2 work fine, it is alias 3-6 that do not work. Thanks, Dale ifconfig_xl0="inet 10.10.0.1 netmask 255.255.0.0" ifconfig_xl0_alias0="inet 10.20.0.1 netmask 255.255.0.0" ifconfig_xl0_alias1="inet 10.30.0.1 netmask 255.255.0.0" ifconfig_xl0_alias2="inet 10.40.0.1 netmask 255.255.0.0" ifconfig_x10_alias3="inet 10.90.0.1 netmask 255.255.0.0" ifconfig_x10_alias4="inet 10.95.0.1 netmask 255.255.0.0" ifconfig_x10_alias5="inet 10.100.0.1 netmask 255.255.0.0" ifconfig_x10_alias6="inet 10.105.0.1 netmask 255.255.0.0" -- Dale Toney, CCNA Internet Blue Ridge 379 Railroad Ave. P.O. Box 882 Rutherfordton, NC 28139 828-286-1771 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:36:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imag.imag.fr (imag.imag.fr [129.88.30.1]) by hub.freebsd.org (Postfix) with ESMTP id 3F1F937B417 for ; Tue, 19 Feb 2002 07:36:21 -0800 (PST) Received: from ormelune.imag.fr (ormelune.imag.fr [129.88.43.35]) by imag.imag.fr (8.11.6/8.11.6) with ESMTP id g1JFaI811808 for ; Tue, 19 Feb 2002 16:36:18 +0100 (MET) Received: from olan.imag.fr.imag.fr (olan [129.88.43.51]) by ormelune.imag.fr (8.10.2+Sun/jtpda-5.3.3) with ESMTP id g1JFZqP12896 for ; Tue, 19 Feb 2002 16:35:52 +0100 (MET) To: freebsd-questions@FreeBSD.ORG Subject: [4.5] kernel hangs on ata (?) X-Face: #v^9{p"~.e3TDs~r\ Date: 19 Feb 2002 16:36:17 +0100 Message-ID: Lines: 32 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello. I am trying to upgrade to 4.5-STABLE (from 4.2-RELEASE). However, when the kernel boots, it seems to hangs on the detection of my ATA drive (nothing happens after the detection of ppc0). Here is what the 4.2-RELEASE kernel tells me : Feb 18 20:03:27 anie /kernel: atapci0: port 0xb800-0xb80f at device 4.1 on pci0 Feb 18 20:03:27 anie /kernel: ata0: at 0x1f0 irq 14 on atapci0 Feb 18 20:03:27 anie /kernel: ata1: at 0x170 irq 15 on atapci0 ... Feb 18 20:03:27 anie /kernel: ad0: 38166MB [77545/16/63] at ata0-master UDMA33 Feb 18 20:03:27 anie /kernel: afd0: 96MB [96/64/32] May someone help me ? Thanks, Nicolas. PS : I am trying the 4.5-STABLE GENERIC kernel (cvsup'ed sources today). PS2 : anie# sysctl -a | grep ata ... hw.atamodes: dma,---,---,pio, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:37:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id 8911137B417 for ; Tue, 19 Feb 2002 07:37:49 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 2EF163C2A7; Tue, 19 Feb 2002 16:34:26 +0000 (GMT) Date: Tue, 19 Feb 2002 16:34:26 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Dale Toney Cc: freebsd-questions@FreeBSD.ORG Subject: Re: aliases In-Reply-To: <3C726F3D.29286920@blueridge.net> Message-ID: <20020219163354.Q396-100000@uk2.kanda-systems.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 Thats because they are X1 instead of XL (uppercase for clarity) Jason On Tue, 19 Feb 2002, Dale Toney wrote: > Hello, > I am having a problem getting my alias definitions to take in from my > rc.conf file on a reboot. > I had a few aliases orginally configured and they work fine. It is the > new aliases that I have added that will not take. I have to add them > manually after every reboot. Any suggestions would be appreciated. I > have included a copy from the rc.conf file showing the lines in > question. > Alias 0-2 work fine, it is alias 3-6 that do not work. > > Thanks, > Dale > > ifconfig_xl0="inet 10.10.0.1 netmask 255.255.0.0" > ifconfig_xl0_alias0="inet 10.20.0.1 netmask 255.255.0.0" > ifconfig_xl0_alias1="inet 10.30.0.1 netmask 255.255.0.0" > ifconfig_xl0_alias2="inet 10.40.0.1 netmask 255.255.0.0" > ifconfig_x10_alias3="inet 10.90.0.1 netmask 255.255.0.0" > ifconfig_x10_alias4="inet 10.95.0.1 netmask 255.255.0.0" > ifconfig_x10_alias5="inet 10.100.0.1 netmask 255.255.0.0" > ifconfig_x10_alias6="inet 10.105.0.1 netmask 255.255.0.0" > > > > -- > Dale Toney, CCNA > Internet Blue Ridge > 379 Railroad Ave. > P.O. Box 882 > Rutherfordton, NC 28139 > 828-286-1771 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 19 7:38:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id EE48537B417 for ; Tue, 19 Feb 2002 07:38:33 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g1JFcW575707 for ; Tue, 19 Feb 2002 09:38:32 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1JFcWm25631 for ; Tue, 19 Feb 2002 09:38:32 -0600 (CST) Date: Tue, 19 Feb 2002 09:38:32 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Setting proxy server In-Reply-To: <20020218192231.T48401@blossom.cjclark.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 Hi all. I know someone mentioned this a little while back, but I can't seem to find the email on it anywhere. What file do you edit to set the proxy server settings for your fbsd box? What I've got is kinda wierd, and I kinda know how to resolve it, but I need help finding the right file and settings to do this. We've got a manager we're setting up an ultra-secure lan for. He's somewhat paranoid of anyone outside of his department cruising onto his lan and seeing anything. So I'm having to set up a proxy server that prevents all normal access in and out of the lan while allowing limited internet and wan access to his employees. The catch is this. All traffic in and out of his lan has to go through the proxy server. Hence users can access the company webpages via their browser, and FTP sites but that's about it. The server I'm trying to setup proxy settings on will be sitting behind the proxy server and serves as a basic file and sendmail server only. SO, in order to do maintenance on the box, CVsup updates and such, I need to setup the box to use the proxy for FTP and HTTP access. Can anyone tell me the file and the settings to make this work? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:44:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 5D7B937B404 for ; Tue, 19 Feb 2002 07:44:52 -0800 (PST) Received: from barbish ([63.70.155.109]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Tue, 19 Feb 2002 10:49:07 -0500 From: "Joe & Fhe Barbish" To: "bob" Cc: "FBSD" Subject: RE: Internal modem with TIP Date: Tue, 19 Feb 2002 10:44:47 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <3C726EF8.68759C68@interspots.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 Problem is when I use tip to auto dial out via : ' tip -1200 5556201 ' -or- ' tip -33600 5556201 try ' tip com5 -1200 5556201 ' -or- ' tip com5 -33600 5556201 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of bob Sent: Tuesday, February 19, 2002 10:28 AM To: freebsd-questions@FreeBSD.ORG Subject: Internal modem with TIP Ok After trying many things I hope someone can help. OS: freeBSD 4.5 Kernel: GENERIC modem1: Motorola VoiceSURFR 56K Modem (Rockwell chipset RCV56ACFW/SP) modem2: Rockwell chipset RCV 336ACF/SP Firmware = RCV336DPFSP Both modems HARDWARE MODEMS. With modem1 installed.. dmesg: Feb 18 17:11:01 mon1 /kernel: sio4: at port 0x3e8-0x3ef irq 5 on isa0 I first setup in /etc/remote ' com5:dv=/dev/cuaa4:br#9600:pa=none: ' I also put into /etc/remote tip33600 |Dial any phone number at 33600 bps:\ :dv=/dev/cuaa4:br#33600:at=generic:pa=none:du: tip1200|Dial any phone number at 1200 bps:\ :dv=/dev/cuaa4:br#1200:at=generic:pa=none:du: When i Tip into 'com5' i can talk to the modem and everything works. I can dial out and connect no problem. Problem is when I use tip to auto dial out via : ' tip -1200 5556201 ' -or- ' tip -33600 5556201 I get " root /etc->tip -1200 5556201 Using "/dev/cuaa4" <--- (after this i get a 'sound' out of the modem Sounds like It goes ONHOOK then immidiately goes OFFHOOK) timeout waiting for reply timeout waiting for reply timeout waiting for reply timeout waiting for reply timeout waiting for reply hang up failed call failed [EOT] " I've tried: 1. Multiple configuations in the /etc/modem with multiple init scripts rock|generic Rockwell asf Configuration :dial_command=ATDT%s\r:hangup_command=ATH\r:\ :echo_off_command=ATE0\r:reset_command=AT&F1\r:\ :init_string=AT&F&C1&D2&K3%C0 :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\ :intercommand_delay#250:escape_guard_time#500:reset_delay#2000: 2. Recompiling the kernel commenting out sio2 and sio3 (then the dmesg says: sio2: at port 0x3e8-0x3ef irq 5 on isa0 sio2: type 16550A ) I change the remote to /etc/cuaa2 and try TIP again... And Still has the same problem (ONHOOK/OFFHOOK) root /etc->tip -1200 5556201 Using "/dev/cuaa2" <----same sound as before 'Doubleclick' timeout waiting for reply timeout waiting for reply timeout waiting for reply timeout waiting for reply timeout waiting for reply hang up failed call failed [EOT] I've also tried another modem (33.6k ALSO ROCKWELL RCV336ACF) in each case and the symptoms are the same. Eveything works fine with the External modem i have, But I would like to get an Internal one to work for once in my life. Any Suggestions? I've got all the information on these modem from resources at: http://www.modem-help.freeserve.co.uk/chips/conacf336.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:47:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from server1.shellworld.net (server1.shellworld.net [64.39.15.178]) by hub.freebsd.org (Postfix) with ESMTP id 0B9E537B402 for ; Tue, 19 Feb 2002 07:47:40 -0800 (PST) Received: from localhost (tforrest@localhost) by server1.shellworld.net (8.11.1/8.11.1) with ESMTP id g1JFlbK73476; Tue, 19 Feb 2002 09:47:37 -0600 (CST) (envelope-from tforrest@shellworld.net) Date: Tue, 19 Feb 2002 09:47:37 -0600 (CST) From: Tommy Forrest To: Dale Toney Cc: freebsd-questions@FreeBSD.ORG Subject: Re: aliases In-Reply-To: <3C726F3D.29286920@blueridge.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 Change "x1" to "xl" In alias 3 through 6. :) On Tue, 19 Feb 2002, Dale Toney wrote: > Hello, > I am having a problem getting my alias definitions to take in from my > rc.conf file on a reboot. > I had a few aliases orginally configured and they work fine. It is the > new aliases that I have added that will not take. I have to add them > manually after every reboot. Any suggestions would be appreciated. I > have included a copy from the rc.conf file showing the lines in > question. > Alias 0-2 work fine, it is alias 3-6 that do not work. > > Thanks, > Dale > > ifconfig_xl0="inet 10.10.0.1 netmask 255.255.0.0" > ifconfig_xl0_alias0="inet 10.20.0.1 netmask 255.255.0.0" > ifconfig_xl0_alias1="inet 10.30.0.1 netmask 255.255.0.0" > ifconfig_xl0_alias2="inet 10.40.0.1 netmask 255.255.0.0" > ifconfig_x10_alias3="inet 10.90.0.1 netmask 255.255.0.0" > ifconfig_x10_alias4="inet 10.95.0.1 netmask 255.255.0.0" > ifconfig_x10_alias5="inet 10.100.0.1 netmask 255.255.0.0" > ifconfig_x10_alias6="inet 10.105.0.1 netmask 255.255.0.0" > > > > -- > Dale Toney, CCNA > Internet Blue Ridge > 379 Railroad Ave. > P.O. Box 882 > Rutherfordton, NC 28139 > 828-286-1771 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 19 7:48:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21402.mail.yahoo.com (web21402.mail.yahoo.com [216.136.232.72]) by hub.freebsd.org (Postfix) with SMTP id 7ADD637B402 for ; Tue, 19 Feb 2002 07:47:58 -0800 (PST) Message-ID: <20020219154758.63574.qmail@web21402.mail.yahoo.com> Received: from [207.30.217.106] by web21402.mail.yahoo.com via HTTP; Tue, 19 Feb 2002 07:47:58 PST Date: Tue, 19 Feb 2002 07:47:58 -0800 (PST) From: Jorge Ramirez Subject: Popper - "canonical name of client", "ERR password supplied" To: newbies@freebsd.org, 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 just finished setting up a dns server, with sendmail and popper. The mail has no problem being sent to and from the mail server, but when i try to access any of the mail accounts using a pop3 client on another computer on the network, it gives me the following errors... ns1 popper[1459]: (v2.53) Unable to get canonical name of client 192.168.1.32 ns1 popper[1459]: user@[192.168.1.32]: -ERR password supplied for "user" is incorrect. I have a feeling that the canonical name error has something to do with the dns server. But why does it keep giving me a bad password error, when the password is correct? __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 19 7:49:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dra.com (mail.dra.com [192.65.218.159]) by hub.freebsd.org (Postfix) with ESMTP id B02EE37B400 for ; Tue, 19 Feb 2002 07:49:03 -0800 (PST) Received: from stlmail.dra.com (stlmail.dra.com [192.65.218.119]) by mail.dra.com (8.9.1/8.9.1) with ESMTP id JAA12857 for ; Tue, 19 Feb 2002 09:49:03 -0600 (CST) Received: by stlmail.dra.com with Internet Mail Service (5.5.2653.19) id <1CJCNCDN>; Tue, 19 Feb 2002 09:48:54 -0600 Message-ID: From: Eric Six To: "'freebsd-questions@FreeBSD.ORG'" Subject: Authentication... Date: Tue, 19 Feb 2002 09:48:51 -0600 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 Just to pick the brains of the people on this list, what are your recommendations for setting up user authentication.. Here is what I would like to do.. I have a handful of nix boxes...freebsd, linux, tru64, and solaris8. I would like to setup authentication between all of them so that my users can have a single login that they can get access to all the boxes. What do you recommend? Kerberos.. NIS.. anything else? Cheers, Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:56:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id 30DB937B404 for ; Tue, 19 Feb 2002 07:56:26 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g1JFtZH08688; Tue, 19 Feb 2002 07:55:35 -0800 (PST) (envelope-from roo) Date: Tue, 19 Feb 2002 07:55:35 -0800 From: Benjamin Krueger To: Eric Six Cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Authentication... Message-ID: <20020219075535.B8361@rain.macguire.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from erics@sirsi.com on Tue, Feb 19, 2002 at 09:48:51AM -0600 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Eric Six (erics@sirsi.com) [020219 07:49]: > > Just to pick the brains of the people on this list, what are your > recommendations for setting up user authentication.. > > Here is what I would like to do.. I have a handful of nix boxes...freebsd, > linux, tru64, and solaris8. I would like to setup authentication between all > of them so that my users can have a single login that they can get access to > all the boxes. > > What do you recommend? Kerberos.. NIS.. anything else? Eric, You may also consider using a PAM module for LDAP based authentication. I believe all of the platforms above support PAM, with the exception of Tru64, of which I am not sure. In the case that PAM does not support Tru64, nss_ldap may also cover what is needed. -- Benjamin Krueger "From the moment I picked up your book until I laid it down, I was convulsed with laughter. Some day I intend reading it." - Groucho Marx ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 7:57:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from genesis.blueridge.net (genesis.blueridge.net [205.152.121.3]) by hub.freebsd.org (Postfix) with ESMTP id 71A9737B404 for ; Tue, 19 Feb 2002 07:57:44 -0800 (PST) Received: from blueridge.net (rc4-120.blueridge.net [63.167.198.120]) by genesis.blueridge.net (Switch-2.1.0/Switch-2.1.0) with ESMTP id g1JFwlo17331 for ; Tue, 19 Feb 2002 10:58:47 -0500 Message-ID: <3C72755B.CBACEAD9@blueridge.net> Date: Tue, 19 Feb 2002 10:55:07 -0500 From: Dale Toney X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: RE: alias 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 DUH :) Thanks, Dale -- Dale Toney, CCNA Internet Blue Ridge 379 Railroad Ave. P.O. Box 882 Rutherfordton, NC 28139 828-286-1771 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8: 3: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id 8176E37B405 for ; Tue, 19 Feb 2002 08:03:01 -0800 (PST) Received: from igorr by sysadm.stc with local (Exim 3.33 #1) id 16dCjU-0003El-00 for freebsd-questions@FreeBSD.ORG; Tue, 19 Feb 2002 19:03:08 +0300 Date: Tue, 19 Feb 2002 19:03:08 +0300 From: Igor Roboul To: FBSD Subject: Re: top not seeing ipfw? Message-ID: <20020219160308.GA11167@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , FBSD References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.26i Sender: owner-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, Feb 19, 2002 at 10:00:36AM -0500, Joe & Fhe Barbish wrote: > I can not see ipfw in the top display. Why? > Also ps ax does not show it ether. > Ipwf -a l works so does this mean it's running? ipfw is not daemon process. ipfw is userland utility to control kernel firewall rules -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:11:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe55.law10.hotmail.com [64.4.14.63]) by hub.freebsd.org (Postfix) with ESMTP id B6CE737B41C for ; Tue, 19 Feb 2002 08:11:36 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 08:11:36 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'FBSD'" Subject: pppoed Date: Tue, 19 Feb 2002 11:12:14 -0500 Message-ID: <000001c1b960$319bfd30$6400a8c0@windows> 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: 19 Feb 2002 16:11:36.0620 (UTC) FILETIME=[1B2086C0:01C1B960] Sender: owner-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 I was just casually looking through /etc/defaults/rc.conf to see if there was anything useful in there I wasn't using or whatever. I ran into stuff about PPPoE. Specifically: pppoed_enable="NO" # Run the PPP over Ethernet daemon. pppoed_provider="*" # Provider and ppp(8) config file entry. pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled). pppoed_interface="fxp0" # The interface that pppoed runs on. I'm going to have to usd PPPoE soon for an adsl connection I'm switching to. However, most places I've checked out on the net do not use this apparent daemon when configuring FreeBSD to use such a connection. I'm wondering if any of you here have used this pppoed, or know where I can get some examples of it applied on the net somewhere. Lastly, does this run alone, or would I still have to make all the modifications necessary to ppp? (man pppoe said that it does still require that netgraph stuff, but it doesn't seem as though it necessarily has to be compiled in the kernel) -Sandro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:13:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 28C9037B404 for ; Tue, 19 Feb 2002 08:13:12 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dCtB-0005tx-00 for freebsd-questions@FreeBSD.ORG; Tue, 19 Feb 2002 16:13:09 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 698D613040 for ; Tue, 19 Feb 2002 17:13:08 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 9DD2522590; Tue, 19 Feb 2002 17:13:08 +0100 (CET) Date: Tue, 19 Feb 2002 17:13:08 +0100 From: Cliff Sarginson To: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Authentication... Message-ID: <20020219161308.GA28672@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Tue, Feb 19, 2002 at 09:48:51AM -0600, Eric Six wrote: > > Just to pick the brains of the people on this list, what are your > recommendations for setting up user authentication.. > > Here is what I would like to do.. I have a handful of nix boxes...freebsd, > linux, tru64, and solaris8. I would like to setup authentication between all > of them so that my users can have a single login that they can get access to > all the boxes. > > What do you recommend? Kerberos.. NIS.. anything else? > I know squat about tru64, but NIS will work with all the others. As to whether I would recommend it is another questions :) You may well want to consider using NSCD (name service cache daemon) in conjunction with this. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:13:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 2886E37B417 for ; Tue, 19 Feb 2002 08:13:36 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id g1JGDYP44137; Tue, 19 Feb 2002 11:13:34 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: Time/Date setting References: <20020219125727.A5F2AAB020@postfix1-2.free.fr> From: Lowell Gilbert Date: 19 Feb 2002 11:13:34 -0500 In-Reply-To: <20020219125727.A5F2AAB020@postfix1-2.free.fr> Message-ID: <44lmdptpox.fsf@lowellg.ne.mediaone.net> Lines: 12 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 mess-mate writes: > I'm unable to set my clock and date. > Tryed as root (in KDE) without success. > The displ. message is 'Can't set date' Only the superuser may set the date, and if the system securelevel (see securelevel(8)) is greater than 1, the time may not be changed by more than 1 second. Is that 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 Feb 19 8:17:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20104.mail.yahoo.com (web20104.mail.yahoo.com [216.136.226.41]) by hub.freebsd.org (Postfix) with SMTP id 8F94C37B404 for ; Tue, 19 Feb 2002 08:17:08 -0800 (PST) Message-ID: <20020219161707.95735.qmail@web20104.mail.yahoo.com> Received: from [24.100.124.207] by web20104.mail.yahoo.com via HTTP; Tue, 19 Feb 2002 08:17:07 PST Date: Tue, 19 Feb 2002 08:17:07 -0800 (PST) From: ann kok Subject: Re: don't understand the message in maillog To: Ken Bolingbroke Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020218120609.K91586-100000@fremont.bolingbroke.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 Ken Thank you for your help May I know that how do you get this information? eg which website and what is the meaning of the following from maillog? class=0, pri=0, TIA --- Ken Bolingbroke wrote: > > > On Sun, 17 Feb 2002, ann kok wrote: > > > Dear all > > > > I would like to know how this message is in the > > maillog > > of the mail server? > > > > What is this meaning? Is it using our mail server? > > > > Feb 17 04:11:31 email sendmail[24444]: EAA24444: > > from=, size=0, class=0, > pri=0, > > nrcpts=0, proto=SMTP, relay=[208.254.57.2] > > Most of the meaning is in the message itself. > Breaking it down with the > more interesting parts: > > from= <-- This was a message > coming from > jone001@hotmail.com > > size=0 <-- The size of the message. 0 means no > message, basically, > probably because the message was > rejected. > > nrcpts=0 <-- The number of recipients. 0 means no > recipients, probably > because it was sent to an unknown > user, or the sender > address was rejected by some > anti-spam rules. > > relay=[208.254.57.2] <-- The message is coming > from this IP address > > It's probably nothing you need to worry about, > unless you're seeing some > problem in your mail delivery that appears to relate > to this log message. > > Ken Bolingbroke > hacker@bolingbroke.com > __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 19 8:21:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from calcon.calcon.net (calcon.net [63.149.52.2]) by hub.freebsd.org (Postfix) with ESMTP id 68E1B37B419 for ; Tue, 19 Feb 2002 08:21:30 -0800 (PST) Received: from calcon.net (vpn1.calcon.net [63.149.52.253]) by calcon.calcon.net (8.11.2/8.11.2) with ESMTP id g1JGGCM26501; Tue, 19 Feb 2002 10:16:12 -0600 Message-ID: <3C727B7F.700099F2@calcon.net> Date: Tue, 19 Feb 2002 10:21:19 -0600 From: Douglas Egan X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jan Grant Cc: Matt H , raiden@shell.core.com, freebsd-questions Subject: Re: bind: permission denied 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 Jan Grant wrote: > Thanks to all the great pointers. The sypheed author asked me to check the permissions of the /tmp directory. /tmp was fine, but the problem was that I had linked /var/tmp to a different filesystem. The link target "/usr2/tmp" did not have the proper permissions. It was owned by root and only had 755 permissions. chmod 1777 /usr2/tmp did the trick. Thanks again for the ideas. As is usually the case, a no-brainer (once the problem was realized). Doug Egan > On Thu, 14 Feb 2002, Matt H wrote: > > > > > > So it's probably sylpheed trying to bind to a low-numbered port (1023 or > > > less), which you need root privs to do. Alternatively, trying to open a > > > unix-domain socket (ie, one in the filesystem) where you don't have > > > sufficient FS privs to do so can also cause this. > > > > I'm using sylpheed 0.7.1 to write this mail, and I'm not root > > > > >sockstat | grep syl > > matt sylpheed 3820 8 tcp4 192.168.1.100:4027 192.168.1.100:143 > > matt sylpheed 3820 3 stream XFree86[414]:26 > > matt sylpheed 3820 4 stream /var/tmp/sylpheed-1001 > > This last looks like it might be the problem. The original poster should > check /tmp (or /var/tmp) for named sockets that sylpheed might be trying > to use, that are owned by root and not world-accessible. Deleting them > (rm as root) should let it run correctly as a normal user. > > -- > 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 > On modesty: whoever said "it's hard being perfect" obviously wasn't me. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:38: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 4AF4837B400; Tue, 19 Feb 2002 08:37:36 -0800 (PST) Received: from barbish ([63.70.155.109]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Tue, 19 Feb 2002 11:41:47 -0500 From: "Joe & Fhe Barbish" To: "FI" , "FBSD" Subject: IPFW check-state/keep-state Date: Tue, 19 Feb 2002 11:37:27 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.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 I had a typical ipfw rules file built from the simple stateful type in rc.firewall. I had originally been using user ppp with it's internal Nat function, but went to natd as the simple stateful type in rc.firewall showed. When I tried to go from a simple stateful [established/setup] to advanced stateful [check-state/keep-state] I kept having trouble with ip address being mismatched. I removed the natd divert rule from the ipfw rules set and deactivated nated and activated ppp -Nat in rc.conf, and the advanced stateful [check-state/keep-state] rule started to work. As I added the keep-state to the udp rules for dns it stopped working. In checking the archives I can across a post that contained a advanced stateful [check-state/keep-state]rule set. It contained the following rule combo. $fwcmd add 00500 check-state $fwcmd add 00501 deny tcp from any to any established $fwcmd add 00502 deny all from any to any frag I added rule 501 & 502 to my rule set after the 500 rule which was all ready there and everything works as exspected. My question is, why does rule 501 make things work?? Below is my full rule set for referance. ########################################################################### # # Define IPFW firewall rules for gateway.xxxxxxxx.com 2/15/2002 Joe Barbish # # User ppp tun0 dial out to ISP with dynamic IP addresses assigned. # User ppp tun1 dial in to this box with dynamic IP addresses assigned # User ppp tun2 dial in to this box with dynamic IP addresses assigned # User ppp nat used. Private Ip address used inside. # 3 win98 boxes on LAN with static IP address hard coded. # Protect the whole private network from loss of service attacks # These rules can be reloaded with out rebooting by issuing this command # sh /etc/ipfw.stdrules # # The use of 'me' in rules means IP address 127.0.0.0 localhost # # Firewall Policy Statement. # All packet traffic originating behind this firewall not requiring access # to the public internet is exempt from these firewall rules. # # Each public internet function must be explicitly allowed by a rule. # Only valid response to the packets I've sent out are allowed in. # All packets must use the IPFW advanced "dynamic" rules function. # No state-less rules or simple stateful rules are allowed. # ############################################################################ # # Set rules command prefix # The -q option on the command is for quite mode. # Do not display rules as they load. Remove during development to see. fwcmd="/sbin/ipfw -q" # Flush out the list before we begin. $fwcmd -f flush # Set defaults # set these to your outside interface network and netmask and ip # for dynamic IP address from ISP use there range oif="tun0" odns1="208.206.115.11" # ISP's dns server 1 IP address odns2="208.206.115.12" # ISP's dns server 2 IP address oisp="208.206.115.4" # ISP router issueing rip oip="63.170.150.25/24" # For testing dial isp from standalone pc and # access this FBSD box over the internet. This value is the dynamic IP address #range issued by ISP. oip is in inbound section statments to only allow access from me # set these to your inside interface network and netmask and ip iif="xl0" # Nic card iip="10.10.10.2/24" # IP address range for LAN Nic card # This is the start of the rules. # All traffic coming in from the internet or # leaving the local LAN start here # Handle router 520 rip request $fwcmd add 00002 deny udp from $oisp 520 to me in via $oif # Internal gateway housekeeping # Rules # 100 - 130 exempt everything behind the firewall from this rules set. # Rules # 150 & 160 deny any reference to the localhost default IP address. $fwcmd add 00100 allow ip from any to any via lo0 # allow all localhost $fwcmd add 00110 allow ip from any to any via xl0 # allow all local LAN $fwcmd add 00120 allow ip from any to any via tun1 # allow all dialin call 1 $fwcmd add 00130 allow ip from any to any via tun2 # allow all dialin call 2 $fwcmd add 00150 deny ip from any to 127.0.0.0/8 # deny use of localhost IP $fwcmd add 00160 deny ip from 127.0.0.0/8 to any # deny use of localhost IP ######## control section ############################################ # interrogate packets originating from behind the firewall private net. # Start of IPFW advanced Stateful Filtering using "dynamic" rules. # Upon a rule match, it's keep-state option will create a dynamic rule, # The check-state statment behaviour is to match bidirectional packet traffic # flow between source and destination using protocol/IP/port/sequance number. # The dynamic rule has a limited lifetime which is controlled by a set of # sysctl(8) variables. The lifetime is refreshed every time a matching # packet is found in the dynamic table. # Allow the packet through if it has previous been added to the # the "dynamic" rules table by an allow keep-state statement. $fwcmd add 00500 check-state # Deny any late arriveing packets so they don't get caught & logged # by rules 900 or 910. $fwcmd add 00501 deny tcp from any to any established $fwcmd add 00502 deny all from any to any frag ######## outbound section ############################################ # Allow out www function $fwcmd add 00600 allow tcp from any to any 80 out via $oif setup keep-state # Allow out access to my ISP's Domain name server. $fwcmd add 00610 allow tcp from any to $odns1 53 out via $oif setup keep-state $fwcmd add 00611 allow udp from any to $odns1 53 out via $oif keep-state $fwcmd add 00615 allow tcp from any to $odns2 53 out via $oif setup keep-state $fwcmd add 00616 allow udp from any to $odns2 53 out via $oif keep-state # Allow out access to internet Domain name server. $fwcmd add 00618 allow tcp from any to any 53 out via $oif setup keep-state $fwcmd add 00619 allow udp from any to any 53 out via $oif keep-state # Allow out send & get email function $fwcmd add 00630 allow tcp from any to any 25,110 out via $oif setup keep-state # Allow out FBSD CVSUP function $fwcmd add 00640 allow tcp from me to any 5999 out via $oif setup keep-state # Allow out ping $fwcmd add 00650 allow icmp from any to any out via $oif keep-state # Allow out FTP control channel & in of data channel $fwcmd add 00671 allow tcp from any to any 21 out via $oif setup keep-state $fwcmd add 00672 allow tcp from any 20 to $iip 1024-49151 in via $oif setup keep-state # Allow out ssh $fwcmd add 00680 allow tcp from any to any 22 out via $oif setup keep-state # Allow out TELNET $fwcmd add 00690 allow tcp from any to any 23 out via $oif setup keep-state # Allow out Network Time Protocol (NTP) queries $fwcmd add 00694 allow tcp from any to any 123 out via $oif setup keep-state $fwcmd add 00695 allow udp from any to any 123 out via $oif keep-state # Allow out Time $fwcmd add 00696 allow tcp from any to any 37 out via $oif setup keep-state $fwcmd add 00697 allow udp from any to any 37 out via $oif keep-state # Allow out ident $fwcmd add 00700 allow tcp from any to any 113 out via $oif setup keep-state $fwcmd add 00701 allow udp from any to any 113 out via $oif keep-state # Allow out IRC $fwcmd add 00710 allow tcp from any to any 194 out via $oif setup keep-state $fwcmd add 00711 allow udp from any to any 194 out via $oif keep-state # Allow out whois $fwcmd add 00712 allow tcp from any to any 43 out via $oif setup keep-state $fwcmd add 00713 allow udp from any to any 43 out via $oif keep-state # Allow out whois++ $fwcmd add 00715 allow tcp from any to any 63 out via $oif setup keep-state $fwcmd add 00716 allow udp from any to any 63 out via $oif keep-state # Allow out finger $fwcmd add 00720 allow tcp from any to any 79 out via $oif setup keep-state $fwcmd add 00721 allow udp from any to any 79 out via $oif keep-state # Allow out nntp news $fwcmd add 00725 allow tcp from any to any 119 out via $oif setup keep-state $fwcmd add 00726 allow udp from any to any 119 out via $oif keep-state # Allow out gopher $fwcmd add 00730 allow tcp from any to any 70 out via $oif setup keep-state $fwcmd add 00731 allow udp from any to any 70 out via $oif keep-state ######## inbound section ############################################ # interrogate packets originating from in front of the firewall public net. # place statments here to allow public requests for service. # The $oip holds the dynamic ip address range that both this FBSD box and the # the standalong pc I use for testing logs into, so the result is only I can gain # public access from the internet to these functions. # Allow in www $fwcmd add 00800 allow tcp from $oip to me 80 in via $oif setup keep-state # Allow TCP FTP control channel in & data channel out $fwcmd add 00810 allow tcp from $oip to me 21 in via $oif setup keep-state $fwcmd add 00811 allow tcp from $oip 20 to any 1024-49151 out via $oif setup keep # Allow in ssh function $fwcmd add 00820 allow log tcp from $oip to me 22 in via $oif setup keep-state # Allow in telnet login $fwcmd add 00830 allow tcp from $oip to me 23 in via $oif setup keep-state # This sends a RESET to all ident packets. $fwcmd add 00840 reset tcp from any to me 113 in via $oif # Stop & log spoofing Attack attempts. # Examine incoming traffic for packets with both a source and destination # IP address in your local domain as per CIAC prevention alert. $fwcmd add 00850 deny log ip from me to me in via $oif # Stop & log ping echo attacks # stop echo reply (ICMP type 0), and echo request (type 8). $fwcmd add 00860 deny log icmp from any to me icmptype 0,8 in via $oif # Reject & Log all setup of incoming connections from the outside $fwcmd add 00900 deny log all from any to any in via $oif # Everything else is denied by default # deny and log all packets that fell through to see what they are $fwcmd add 00910 deny log logamount 500 ip from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:46:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-228.dsl.lsan03.pacbell.net [63.207.60.228]) by hub.freebsd.org (Postfix) with ESMTP id 0CF2A37B400 for ; Tue, 19 Feb 2002 08:46:45 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 8F81466C76; Tue, 19 Feb 2002 08:46:44 -0800 (PST) Date: Tue, 19 Feb 2002 08:46:44 -0800 From: Kris Kennaway To: Tillman Hodgson Cc: freebsd-questions@freebsd.org Subject: Re: /altroot? Message-ID: <20020219084644.A97852@xor.obsecurity.org> References: <20020218162141.A27310@hodgsonhouse.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="x+6KMIRAuhnl3hBn" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020218162141.A27310@hodgsonhouse.com>; from tillman@hodgsonhouse.com on Mon, Feb 18, 2002 at 04:21:42PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --x+6KMIRAuhnl3hBn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 18, 2002 at 04:21:42PM -0600, Tillman Hodgson wrote: > Howdy, >=20 > Does FreeBSD have built-in functionality similar to OpenBSDs /altroot? It might help if you explained what this is. Kris --x+6KMIRAuhnl3hBn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8coFzWry0BWjoQKURApdlAKC8ZBRBDy7EQN2Zx/1GHXUM7vyWiACgpGIY GshlNXAEkdmWspxpUd19E2k= =Cmji -----END PGP SIGNATURE----- --x+6KMIRAuhnl3hBn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:47:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-228.dsl.lsan03.pacbell.net [63.207.60.228]) by hub.freebsd.org (Postfix) with ESMTP id 39A9237B419 for ; Tue, 19 Feb 2002 08:47:32 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id C81EE66C76; Tue, 19 Feb 2002 08:47:31 -0800 (PST) Date: Tue, 19 Feb 2002 08:47:31 -0800 From: Kris Kennaway To: mpd Cc: Steven Lake , questions@freebsd.org Subject: Re: login.conf Message-ID: <20020219084731.B97852@xor.obsecurity.org> References: <20020216142411.2446.TECHNEWS@giallarhorn.org> <20020218204412.A3384@rochester.rr.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="neYutvxvOLaeuPCA" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020218204412.A3384@rochester.rr.com>; from mpd6334@cs.rit.edu on Mon, Feb 18, 2002 at 08:44:12PM -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 --neYutvxvOLaeuPCA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 18, 2002 at 08:44:12PM -0500, mpd wrote: > On Mon, Feb 18, 2002 at 07:13:50PM -0600, Steven Lake wrote: > > Ok, this might sound stupid, but I'm trying to update the login > > preferences for the users on one of our boxes but I can't find the > > login.conf file. Well I can find it, but not where I'm expecting it. = The > > box is FreeBSD 4.x and should be up to date on its patches. Can anyone > > help? I tried doing a search but the results didn't look right. They'= re > > all things like /usr/ports/src/picobsd and such. >=20 > I have a sample one in /usr/share/examples/etc. Anything there? > It normally goes in /etc, but I don't know if one is put > there by default on install. Mine has no changes from the default, > but YMMV. Remember to rerun cap_mkdb when you change your installed copy in /etc. Kris --neYutvxvOLaeuPCA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8coGiWry0BWjoQKURAiZsAJ4+L1JN4bDKhgOKbkmdNrU9iL8hQgCgvE7l qBSDyWGVIOSw0MacVVdGRQ0= =EhBn -----END PGP SIGNATURE----- --neYutvxvOLaeuPCA-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:52:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-228.dsl.lsan03.pacbell.net [63.207.60.228]) by hub.freebsd.org (Postfix) with ESMTP id CAF8D37B417 for ; Tue, 19 Feb 2002 08:52:09 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 3335166C76; Tue, 19 Feb 2002 08:52:09 -0800 (PST) Date: Tue, 19 Feb 2002 08:52:08 -0800 From: Kris Kennaway To: Sandro Mancuso Cc: 'FBSD' Subject: Re: pppoed Message-ID: <20020219085208.C97852@xor.obsecurity.org> References: <000001c1b960$319bfd30$6400a8c0@windows> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="/e2eDi0V/xtL+Mc8" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000001c1b960$319bfd30$6400a8c0@windows>; from sandromancuso@hotmail.com on Tue, Feb 19, 2002 at 11:12:14AM -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 --/e2eDi0V/xtL+Mc8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 19, 2002 at 11:12:14AM -0500, Sandro Mancuso wrote: > I'm going to have to usd PPPoE soon for an adsl connection I'm switching > to. However, most places I've checked out on the net do not use this > apparent daemon when configuring FreeBSD to use such a connection. pppoed is a PPPoE *server*, not a client. You only need to run it if you're servicing incoming PPPoE connections (which you're not). Kris --/e2eDi0V/xtL+Mc8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8coK3Wry0BWjoQKURAt+EAJ47DsnKSyr9woCTG2MgLyJtHt9irwCgn0Q7 iecEsPg1XZwFNv23WCYdHMY= =j5Qi -----END PGP SIGNATURE----- --/e2eDi0V/xtL+Mc8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:57:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ezwv.com (hermes.ezwv.com [208.163.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 018CE37B402 for ; Tue, 19 Feb 2002 08:57:03 -0800 (PST) Received: from there (ip206102033171.dlup.ezwv.com [206.102.33.171]) by mail.ezwv.com (8.11.6/8.11.6) with SMTP id g1JGmPU20658 for ; Tue, 19 Feb 2002 11:48:25 -0500 Message-Id: <200202191648.g1JGmPU20658@mail.ezwv.com> Content-Type: text/plain; charset="iso-8859-1" From: Randy Pratt To: freebsd-questions@FreeBSD.ORG Subject: Keyboard probing problem during installation Date: Tue, 19 Feb 2002 11:57:05 -0500 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'm helping a friend to install FreeBSD on his machine 250 miles away. We're having some trouble with keyboard detection on versions later than 4.0. Version 4.0 detected the keyboard and the probing finished: atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 Using version 4.4 or 4.5 (cdroms), the installation seemed to hang when it started probing hardware. After doing some digging (man boot), I found that if the keyboard is not detected, the output is sent to the serial port instead of the internal display which is why it appeared to hang. In checking the mail archives, I found there was a change to the way the keyboard was probed between 4.0 and 4.1. The atbkd driver flag FAIL_IF_NO_KBD (0x1) was added along with other changes for USB support. Changing this flag in the hardware configuration didn't seem to help (0x0, 0x2, 0x3). We also tried some different booting options: boot -P, boot -D and boot -h. A few combinations of boot options and keyboard flags were tried also. Any suggestions for a combination to try would be appreciated. The Plug and Play option was set to off during all the testing. It doesn't seem to be an issue with the keyboard itself since two keyboards were tried. There are no problems with keyboard detection on his windows or Corel Linux installations. This box is a Gateway PII 450 using an Advaced Logic Reseach motherboard and Phoenix bios 4.0 Release 6. An installation of 4.0 could probably be accomplished but it would be better if a later version could be used. Of course, upgrading from 4.0 would pose a problem also. Any insight, direction or suggestions would be appreciated. I'm not sure what to suggest to him to try at this point. I've put the hand-transcribed probe results from 4.0 at the end for reference. Its understood that there may be other hardware issues after installation. Thanks, Randy 4.0 probing (hand-transcribed): ============================================================ avail memory = 254345216 (248384K bytes) Preloaded elf kernel "kernel" at 0xc05e7000 Pentium Pro MTRR support enabled md1: 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 irq9 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x1060-0x106f 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 11 chip1: port 0x7000-0x700f at device 7.3 on pci0 pci0: (vendor=0x1274, dev=0x1371) at 12.0 irq 9 [sound] pci0: (vendor=0x1407, dev=0x8000) at 15.0 irq 10 [parallel] pci0: (vendor=0x151f, dev=0x0000) at 16.0 irq 11 [modem] fdc0: at port 0x3f0-0x3f5,0x3f7 1rq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes theshold fd0: <1440-KB 3.5 drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 psm0: model Intellimouse, device ID 3 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0c3ff irq 4 flags 0x10 on isa0 sio0: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 unknown0: at port 0x100-0x107 irq 3 on isa0 ad0: 57241MB [116301/16/63] at ata0-master using UDMA33 acd0: CD-RW <4X4X32> at ata1-master using PIO4 acd1: DVD-ROM at slave using PIO4 Mounting root from ufs:/dev/md0c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 8:57:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 4681437B419 for ; Tue, 19 Feb 2002 08:57:43 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dDaI-00022p-00 for FreeBSD-questions@FreeBSD.org; Tue, 19 Feb 2002 16:57:42 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 9348713040 for ; Tue, 19 Feb 2002 17:57:41 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 1667122590; Tue, 19 Feb 2002 17:57:41 +0100 (CET) Date: Tue, 19 Feb 2002 17:57:41 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: Local CVS Repository, how to use ? Message-ID: <20020219165740.GA378@raggedclown.net> 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 Hello, I have the whole of the CVS repository now on disk. All on it's own dedicated filesystem /cvs Errmm.. dumb question. How do I know emulate a cvsup from it into my working /usr .. tree(s) ? I want to update my -STABLE system for example. I guess I don't have to run the cvsupd to do this. I looked but information I did not find. Any tips, hints or RTFM's ? -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9: 3:51 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 5E23F37B400; Tue, 19 Feb 2002 09:03:45 -0800 (PST) Received: from zeus ([64.172.148.169]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GRS00MC4I288L@mta7.pltn13.pbi.net>; Tue, 19 Feb 2002 09:03:45 -0800 (PST) Date: Tue, 19 Feb 2002 09:03:42 -0800 From: Patrick Fish Subject: ppp problems To: freebsd-questions@freebsd.org Cc: freebsd-isp@freebsd.org Message-id: <000a01c1b967$6281ac40$2200a8c0@zeus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Mailer: Microsoft Outlook Express 5.50.4807.1700 Content-type: multipart/alternative; boundary="Boundary_(ID_5E3URXNBengkpURhzRmQ5w)" X-Priority: 3 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 This is a multi-part message in MIME format. --Boundary_(ID_5E3URXNBengkpURhzRmQ5w) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT ppp ON apollo> dial Warning: kldload: ng_ether: Exec format error Warning: eth0: Cannot send a netgraph message: No such file or directory --- I compiled my kernel with netgraph and rebooted..... any ideas? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002 --Boundary_(ID_5E3URXNBengkpURhzRmQ5w) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: 7BIT
ppp ON apollo> dial
Warning: kldload: ng_ether: Exec format error
Warning: eth0: Cannot send a netgraph message: No such file or directory
---
I compiled my kernel with netgraph and rebooted.....
any ideas?
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002
--Boundary_(ID_5E3URXNBengkpURhzRmQ5w)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9: 8: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from misery.sdf.com (misery.sdf.com [207.200.153.226]) by hub.freebsd.org (Postfix) with ESMTP id C12E537B402 for ; Tue, 19 Feb 2002 09:08:03 -0800 (PST) Received: from tom (helo=localhost) by misery.sdf.com with local-esmtp (Exim 2.12 #1) id 16dD79-0002qu-00; Tue, 19 Feb 2002 08:27:35 -0800 Date: Tue, 19 Feb 2002 08:27:33 -0800 (PST) From: Tom Samplonius To: Patrick Fish Cc: freebsd-questions@freebsd.org Subject: Re: ppp problems In-Reply-To: <000a01c1b967$6281ac40$2200a8c0@zeus> 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, 19 Feb 2002, Patrick Fish wrote: > ppp ON apollo> dial > Warning: kldload: ng_ether: Exec format error > Warning: eth0: Cannot send a netgraph message: No such file or directory What is eth0? You don't say, but I'm assuming this is a PPPoE connection? You probably need to tell ppp to use your actual ethernet interface, instead of eth0. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:13:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nelly.internal.irrelevant.org (irrelevant.demon.co.uk [158.152.220.121]) by hub.freebsd.org (Postfix) with ESMTP id A5BE137B405 for ; Tue, 19 Feb 2002 09:13:16 -0800 (PST) Received: from laptop.internal.irrelevant.org ([192.168.253.2]) by nelly.internal.irrelevant.org with esmtp (Exim 3.34 #1) id 16dDpC-0002Ip-00; Tue, 19 Feb 2002 17:13:06 +0000 Subject: Re: Keyboard probing problem during installation From: Simon Dick To: Randy Pratt Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <200202191648.g1JGmPU20658@mail.ezwv.com> References: <200202191648.g1JGmPU20658@mail.ezwv.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 19 Feb 2002 17:13:44 +0000 Message-Id: <1014138828.10554.16.camel@laptop.internal.irrelevant.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 On Tue, 2002-02-19 at 16:57, Randy Pratt wrote: > I'm helping a friend to install FreeBSD on his machine 250 miles away. > We're having some trouble with keyboard detection on versions later than 4.0. > Version 4.0 detected the keyboard and the probing finished: > > atkbdc0: at port 0x60-0x6f on isa0 > atkbd0: irq 1 on atkbdc0 > > Using version 4.4 or 4.5 (cdroms), the installation seemed to hang when it > started probing hardware. After doing some digging (man boot), I found that > if the keyboard is not detected, the output is sent to the serial port > instead of the internal display which is why it appeared to hang. > > In checking the mail archives, I found there was a change to the way the > keyboard was probed between 4.0 and 4.1. The atbkd driver flag > FAIL_IF_NO_KBD (0x1) was added along with other changes for USB support. > Changing this flag in the hardware configuration didn't seem to help (0x0, > 0x2, 0x3). > > We also tried some different booting options: boot -P, boot -D and boot -h. > A few combinations of boot options and keyboard flags were tried also. Any > suggestions for a combination to try would be appreciated. > > The Plug and Play option was set to off during all the testing. > > It doesn't seem to be an issue with the keyboard itself since two keyboards > were tried. There are no problems with keyboard detection on his windows or > Corel Linux installations. > > This box is a Gateway PII 450 using an Advaced Logic Reseach motherboard > and Phoenix bios 4.0 Release 6. > > An installation of 4.0 could probably be accomplished but it would be better > if a later version could be used. Of course, upgrading from 4.0 would pose a > problem also. > > Any insight, direction or suggestions would be appreciated. I'm not sure > what to suggest to him to try at this point. I've put the hand-transcribed > probe results from 4.0 at the end for reference. Its understood that there > may be other hardware issues after installation. I know that feeling well, my desktop PC never gets it's keyboard detected by FreeBSD, if you can get to the visual configuration screen then you can change the atkbd flags to 0x0 which should allow you to use it. I admit that I've started building my own releases with that flag set to 0x0 though as the visual config sometimes doesn't work here :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:16:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brain-stream.com (brain-stream.com [209.95.107.206]) by hub.freebsd.org (Postfix) with ESMTP id D591837B400 for ; Tue, 19 Feb 2002 09:16:30 -0800 (PST) Received: from laptop.pobox.com (h00609708e398.ne.mediaone.net [24.128.187.79]) by brain-stream.com (8.9.3/8.9.3) with ESMTP id JAA02524 for ; Tue, 19 Feb 2002 09:16:22 -0800 (PST) Message-Id: <5.1.0.14.2.20020219113057.03467bb0@pop.earthlink.net> X-Sender: bdelong@pop.earthlink.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Feb 2002 12:16:25 -0500 To: freebsd-questions@FreeBSD.ORG From: "B.K. DeLong" Subject: SSHD problems: Forked child when logging in locally 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 - I recently lost the ability to ssh into my firewall from the local side of the network, though ironically I can still ssh to it from the outside. I'm running FreeBSD 4.5-STABLE and OpenSSH_3.0.2. When I try to ssh into the machine (192.168.2.1) from my Win98 SE laptop using ssh2 in SecureCRT 3.3 (192.168.2.11) my authlog shows: sshd[90]: debug1: Forked child 178. Then I close SecureCRT since nothing shows up in the window. Several seconds after I close it, this appears in my authlod: sshd[178]: Connection from 192.168.2.11 port 2696 sshd[178]: Connection from 192.168.2.11 port 2696 sshd[178]: Did not receive identification string from 192.168.2.11. sshd[178]: debug1: Calling cleanup 0x805ef04(0x0) I tried the same with putty on the same machine....with exactly the same results. My hosts.allow should be all set: sshd : 192.168.2.0/255.255.255.0 : allow And my ipf.rules file is setup correctly: ######################################## # INSIDE INTERFACE (xl1) [192.168.2.1] # ######################################## # Incoming Traffic #Allow in all TCP, UDP and ICMP traffic & keep state pass in quick on xl1 proto tcp from 192.168.2.0/24 to any keep state pass in quick on xl1 proto udp from 192.168.2.0/24 to any keep state pass in quick on xl1 proto icmp from 192.168.2.0/24 to any keep state block in log quick on xl1 all # Outgoing Traffic #Allow out all TCP, UDP, and ICMP traffic & keep state pass out quick on xl1 proto tcp from any to 192.168.2.0/24 keep state pass out quick on xl1 proto udp from any to 192.168.2.0/24 keep state pass out quick on xl1 proto icmp from any to 192.168.2.0/24 keep state block out log quick on xl1 all ------------------------------------------------- Any ideas? Thanks in advance. -- B.K. DeLong bkdelong@pobox.com 617.877.3271 http://www.brain-stream.com Play. http://www.the-leaky-cauldron.org Potter. http://www.attrition.org Security. http://www.artemisiabotanicals.com Herb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:22: 2 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 B971237B417 for ; Tue, 19 Feb 2002 09:21:50 -0800 (PST) Received: from v812r.seanoneill.info (dhcp1.NONROUTABLE [192.168.2.1]) by chivas.oneill.dhs.org (Postfix) with ESMTP id E94B5760D for ; Tue, 19 Feb 2002 11:21:45 -0600 (CST) Message-Id: <5.1.0.14.0.20020219110817.00a9ec38@postoffice.swbell.net> X-Sender: swoneill@postoffice.swbell.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Feb 2002 11:21:44 -0600 To: questions@freebsd.org From: Sean O'Neill Subject: 4.5R and OpenBSD Compatibility 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 I have a OpenBSD 2.8 binary I'm hoping to run under FreeBSD 4.5R. I keep seeing OpenBSD compatibility stuff in the release notes and else where on the Internet but I can't find anything specific about how to enable it or make it work or whatever. Any help appreciated. - ........................................................ ......... ..- -. .. -..- .-. ..- .-.. . ... ............ .-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ... Sean O'Neill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:22:28 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 9E3F837B416 for ; Tue, 19 Feb 2002 09:21:56 -0800 (PST) Received: from zeus ([64.172.148.169]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GRS00MPCIWKD7@mta7.pltn13.pbi.net> for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 09:21:56 -0800 (PST) Date: Tue, 19 Feb 2002 09:21:53 -0800 From: Patrick Fish Subject: Re: ppp problems To: Tom Samplonius Cc: freebsd-questions@freebsd.org Message-id: <001301c1b969$ed005090$2200a8c0@zeus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Mailer: Microsoft Outlook Express 5.50.4807.1700 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: Sender: owner-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 would I tell ppp to use dc0? ----- Original Message ----- From: "Tom Samplonius" To: "Patrick Fish" Cc: Sent: Tuesday, February 19, 2002 8:27 AM Subject: Re: ppp problems > > On Tue, 19 Feb 2002, Patrick Fish wrote: > > > ppp ON apollo> dial > > Warning: kldload: ng_ether: Exec format error > > Warning: eth0: Cannot send a netgraph message: No such file or directory > > What is eth0? You don't say, but I'm assuming this is a PPPoE > connection? You probably need to tell ppp to use your actual ethernet > interface, instead of eth0. > > Tom > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:35: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe58.law10.hotmail.com [64.4.14.193]) by hub.freebsd.org (Postfix) with ESMTP id B300C37B419 for ; Tue, 19 Feb 2002 09:34:54 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 09:34:54 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'Kris Kennaway'" Cc: "'FBSD'" Subject: RE: pppoed Date: Tue, 19 Feb 2002 12:35:30 -0500 Message-ID: <001a01c1b96b$d3c53300$6400a8c0@windows> 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 In-Reply-To: <20020219085208.C97852@xor.obsecurity.org> X-OriginalArrivalTime: 19 Feb 2002 17:34:54.0369 (UTC) FILETIME=[BE048110:01C1B96B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hah That would only make complete sense... being a pppoe *daemon* My bad. I hadn't had my morning coffee yet. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > questions@FreeBSD.ORG] On Behalf Of Kris Kennaway > Sent: February 19, 2002 11:52 AM > To: Sandro Mancuso > Cc: 'FBSD' > Subject: Re: pppoed > > On Tue, Feb 19, 2002 at 11:12:14AM -0500, Sandro Mancuso wrote: > > > I'm going to have to usd PPPoE soon for an adsl connection I'm > switching > > to. However, most places I've checked out on the net do not use > this > > apparent daemon when configuring FreeBSD to use such a connection. > > pppoed is a PPPoE *server*, not a client. You only need to run it > if > you're servicing incoming PPPoE connections (which you're not). > > Kris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:39:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe73.law10.hotmail.com [64.4.14.208]) by hub.freebsd.org (Postfix) with ESMTP id A811937B402 for ; Tue, 19 Feb 2002 09:38:22 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 09:37:47 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'Patrick Fish'" Cc: Subject: RE: ppp problems Date: Tue, 19 Feb 2002 12:38:25 -0500 Message-ID: <001b01c1b96c$3be4ee30$6400a8c0@windows> 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 In-Reply-To: <001301c1b969$ed005090$2200a8c0@zeus> X-OriginalArrivalTime: 19 Feb 2002 17:37:47.0536 (UTC) FILETIME=[253BB100:01C1B96C] Sender: owner-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 Patrick Fish > Sent: February 19, 2002 12:22 PM > To: Tom Samplonius > Cc: freebsd-questions@freebsd.org > Subject: Re: ppp problems > > How would I tell ppp to use dc0? [SM] I'm guessing you've got a PPPoE type connection, or you wouldn't bee looking for a NIC. add this to ppp.conf: set device PPPoE:eth0 > ----- Original Message ----- > From: "Tom Samplonius" > To: "Patrick Fish" > Cc: > Sent: Tuesday, February 19, 2002 8:27 AM > Subject: Re: ppp problems > > > > > > On Tue, 19 Feb 2002, Patrick Fish wrote: > > > > > ppp ON apollo> dial > > > Warning: kldload: ng_ether: Exec format error > > > Warning: eth0: Cannot send a netgraph message: No such file or > directory > > > > What is eth0? You don't say, but I'm assuming this is a PPPoE > > connection? You probably need to tell ppp to use your actual > ethernet > > interface, instead of eth0. > > > > Tom > > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/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 Feb 19 9:40:11 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 7A74C37B53A for ; Tue, 19 Feb 2002 09:39:22 -0800 (PST) Received: from Presarionb (unknown [208.186.109.20]) by ns1.infowest.com (Postfix) with SMTP id 1218C217D8; Tue, 19 Feb 2002 10:39:20 -0700 (MST) Date: Tue, 19 Feb 2002 10:37:44 -0700 To: Glenn Becker , FreeBSD Questions From: Lorin Lund Subject: Re: partitions, disklabel, etc. X-Mailer: Opera 5.11 build 904 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <20020219173920.1218C217D8@ns1.infowest.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 I've got a little program, runs under DOS, uses BIOS disk IO that allows some mucking around with the BIOS partition table. If it would be useful I could send it to you. Some of it's capabilities are: 1) hand-editing the type field, the start cyl field, the end cyl field, 2) swap slots in the partition table, It's built with djgpp & rhide. Let me know if you think it would help. 2/18/2002 7:09:33 PM, Glenn Becker wrote: >Hi, > >I've got a dual boot Debian GNU/Linux and FreeBSD 4.5 installation on >an older Toshiba laptop (Satellite Pro 470CDT). Lately I've been >concerned about some messages upon bootup (relevant part of dmesg >output reproduced below) where the Linux hunks of the hard drive are >picked out as being invalid. > >Honestly, I'm not sure why they are showing up there at all. But I >think the problem(s) may originate with my stupid deletion of my >Linux swap partition and my subsequent replacement of that same >partition -- I recall reading in a FreeBSD + Linux Mini-HOWTO that >a) one has to put FreeBSD =after= Linux on an HD and b) it's best >not to muck with the Linux partitions after the dual-OS system is >set up. > >I've had no problems (yet) with either system, but have been trying >to research it to see if I can fix it WITHOUT reinstalling both OSs >from scratch (I'd like to avoid this and the wear on the lappy's CD >drive if possible). Some other weird stuff has popped up. > >If I run disklabel -r command on /dev/ad0, I get this: > >disklabel: bad pack magic number (label is damaged, or pack is >unlabeled) > >Without -r, I get something completely different, which I reproduce >at the end of this message. > >The output of fdisk (see below) also seems completely screwed up - >it shows all three partitions on the drive as beginning and ending >at the same CHS spot: cyl 1023/ head 254/ sector 63. This seems >like a cylinder 1024 thang? Mebbe? > >Soooo, I'm wondering: 1) should I create a disklabel for /dev/ad0, >or will this totally bork all my Linux stuff? 2) can I simply >-delete- the device files /dev/ad0s1* and /dev/ad0s2*, since I'm >not using them for anything in FreeBSD? Or not? > >In short, how do I fix this thing? Or do I? > >Thanks for any enlightenment and apologies for the length. > >Glenn Becker > > > > > >%%%%%% RELEVANT lines from dmesg %%%%%%%%%%% > >Mounting root from ufs:/dev/ad0s3a >ad0s1: raw partition size != slice size >ad0s1: start 63, end 27342629, size 27342567 >ad0s1c: start 63, end 30716279, size 30716217 >ad0s1: truncating raw partition >ad0s1: rejecting partition in BSD label: it isn't entirely within the slice >ad0s1: start 63, end 27342629, size 27342567 >ad0s1f: start 414367, end 30716279, size 30301913 >ad0s2: raw partition size != slice size >ad0s2: start 27342630, end 27599669, size 257040 >ad0s2c: start 27342630, end 58605119, size 31262490 >ad0s2: truncating raw partition >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice >ad0s2: start 27342630, end 27599669, size 257040 >ad0s2b: start 27445030, end 27715973, size 270944 >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice >ad0s2e: start 27715974, end 27756933, size 40960 >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice >ad0s2f: start 27756934, end 58605119, size 30848186 > > >%%%%%%%%%%OUTPUT of disklabel /dev/ad0 %%%%%%%%%%% > ># /dev/ad0: >type: unknown >disk: amnesiac >label: fictitious >flags: >bytes/sector: 512 >sectors/track: 63 >tracks/cylinder: 255 >sectors/cylinder: 16065 >cylinders: 3648 >sectors/unit: 58605120 >rpm: 3600 >interleave: 1 >trackskew: 0 >cylinderskew: 0 >headswitch: 0 # milliseconds >track-to-track seek: 0 # milliseconds >drivedata: 0 > >8 partitions: ># size offset fstype [fsize bsize bps/cpg] > c: 58605120 0 unused 0 0 # (Cyl. 0 - 3647) > > >%%%%OUTPUT of fdisk /dev/ad0 %%%%%%%%%%% > >******* Working on device /dev/ad0 ******* >parameters extracted from in-core disklabel are: >cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) > >Figures below won't work with BIOS for partitions not in cyl 1 >parameters to be used for BIOS calculations are: >cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) > >Media sector size is 512 >Warning: BIOS sector numbering starts with sector 1 >Information from DOS bootblock is: >The data for partition 1 is: >sysid 131,(Linux filesystem) > start 63, size 27342567 (13350 Meg), flag 0 > beg: cyl 0/ head 1/ sector 1; > end: cyl 1023/ head 254/ sector 63 >The data for partition 2 is: >sysid 130,(Linux swap or Solaris x86) > start 27342630, size 257040 (125 Meg), flag 0 > beg: cyl 1023/ head 255/ sector 63; > end: cyl 1023/ head 254/ sector 63 >The data for partition 3 is: >sysid 165,(FreeBSD/NetBSD/386BSD) > start 27599670, size 31005450 (15139 Meg), flag 80 (active) > beg: cyl 1023/ head 255/ sector 63; > end: cyl 1023/ head 254/ sector 63 >The data for partition 4 is: > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Feb 19 9:41:24 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 6DF2537B405 for ; Tue, 19 Feb 2002 09:41:16 -0800 (PST) Received: from zeus ([64.172.148.169]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GRS00MHTJSREI@mta7.pltn13.pbi.net> for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 09:41:16 -0800 (PST) Date: Tue, 19 Feb 2002 09:41:13 -0800 From: Patrick Fish Subject: Re: ppp problems To: Sandro Mancuso Cc: freebsd-questions@freebsd.org Message-id: <002b01c1b96c$a009ae00$2200a8c0@zeus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Mailer: Microsoft Outlook Express 5.50.4807.1700 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <001b01c1b96c$3be4ee30$6400a8c0@windows> Sender: owner-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 think its already in there.... Defaults: Device List: "PPPoE:eth0" Characteristics: sync, cs8, no parity, CTS/RTS off CD check delay: device specific ----- Original Message ----- From: "Sandro Mancuso" To: "'Patrick Fish'" Cc: Sent: Tuesday, February 19, 2002 9:38 AM Subject: RE: ppp problems > > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > > questions@FreeBSD.ORG] On Behalf Of Patrick Fish > > Sent: February 19, 2002 12:22 PM > > To: Tom Samplonius > > Cc: freebsd-questions@freebsd.org > > Subject: Re: ppp problems > > > > How would I tell ppp to use dc0? > > [SM] I'm guessing you've got a PPPoE type connection, or you wouldn't > bee looking for a NIC. add this to ppp.conf: > > set device PPPoE:eth0 > > > ----- Original Message ----- > > From: "Tom Samplonius" > > To: "Patrick Fish" > > Cc: > > Sent: Tuesday, February 19, 2002 8:27 AM > > Subject: Re: ppp problems > > > > > > > > > > On Tue, 19 Feb 2002, Patrick Fish wrote: > > > > > > > ppp ON apollo> dial > > > > Warning: kldload: ng_ether: Exec format error > > > > Warning: eth0: Cannot send a netgraph message: No such file or > > directory > > > > > > What is eth0? You don't say, but I'm assuming this is a PPPoE > > > connection? You probably need to tell ppp to use your actual > > ethernet > > > interface, instead of eth0. > > > > > > Tom > > > > > > > > > --- > > Outgoing mail is certified Virus Free. > > Checked by AVG anti-virus system (http://www.grisoft.com). > > Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002 > > > > > > 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.324 / Virus Database: 181 - Release Date: 2/14/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:49:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe28.law10.hotmail.com [64.4.14.85]) by hub.freebsd.org (Postfix) with ESMTP id 4337B37B405 for ; Tue, 19 Feb 2002 09:49:42 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 09:49:42 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'Patrick Fish'" Cc: Subject: RE: ppp problems Date: Tue, 19 Feb 2002 12:50:20 -0500 Message-ID: <001201c1b96d$e5e94b50$6400a8c0@windows> 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 In-Reply-To: <002b01c1b96c$a009ae00$2200a8c0@zeus> X-OriginalArrivalTime: 19 Feb 2002 17:49:42.0081 (UTC) FILETIME=[CF229B10:01C1B96D] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Uhm Here's what I've gotten from a website someone here referred me to (and is very good btw) http://www.daemonnews.org/200101/pppoe.html look at line #7 # # ppp.conf: PPPoE configuration # default: # PPP over Ethernet set device PPPoE:eth0 set speed sync set mru 1492 set mtu 1492 set ctsrts off # monitor line quality enable lqr # log just a bit set log phase tun # insert default route upon connection add default HISADDR # download /etc/resolv.conf enable dns papchap: set authname USERNAME set authkey PASSWORD > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > questions@FreeBSD.ORG] On Behalf Of Patrick Fish > Sent: February 19, 2002 12:41 PM > To: Sandro Mancuso > Cc: freebsd-questions@freebsd.org > Subject: Re: ppp problems > > I think its already in there.... > > > Defaults: > Device List: "PPPoE:eth0" > Characteristics: sync, cs8, no parity, CTS/RTS off > CD check delay: device specific > > > ----- Original Message ----- > From: "Sandro Mancuso" > To: "'Patrick Fish'" > Cc: > Sent: Tuesday, February 19, 2002 9:38 AM > Subject: RE: ppp problems > > > > > > > > > > > -----Original Message----- > > > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > > > questions@FreeBSD.ORG] On Behalf Of Patrick Fish > > > Sent: February 19, 2002 12:22 PM > > > To: Tom Samplonius > > > Cc: freebsd-questions@freebsd.org > > > Subject: Re: ppp problems > > > > > > How would I tell ppp to use dc0? > > > > [SM] I'm guessing you've got a PPPoE type connection, or you > wouldn't > > bee looking for a NIC. add this to ppp.conf: > > > > set device PPPoE:eth0 > > > > > ----- Original Message ----- > > > From: "Tom Samplonius" > > > To: "Patrick Fish" > > > Cc: > > > Sent: Tuesday, February 19, 2002 8:27 AM > > > Subject: Re: ppp problems > > > > > > > > > > > > > > On Tue, 19 Feb 2002, Patrick Fish wrote: > > > > > > > > > ppp ON apollo> dial > > > > > Warning: kldload: ng_ether: Exec format error > > > > > Warning: eth0: Cannot send a netgraph message: No such file > or > > > directory > > > > > > > > What is eth0? You don't say, but I'm assuming this is a > PPPoE > > > > connection? You probably need to tell ppp to use your actual > > > ethernet > > > > interface, instead of eth0. > > > > > > > > Tom > > > > > > > > > > > > > --- > > > Outgoing mail is certified Virus Free. > > > Checked by AVG anti-virus system (http://www.grisoft.com). > > > Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002 > > > > > > > > > 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.324 / Virus Database: 181 - Release Date: 2/14/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 Feb 19 9:50:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blue.gerhardt-it.com (gw.gerhardt-it.com [204.83.38.103]) by hub.freebsd.org (Postfix) with ESMTP id 3FDA237B402 for ; Tue, 19 Feb 2002 09:50:50 -0800 (PST) Received: from git2000 (git2000 [192.168.100.101]) by blue.gerhardt-it.com (Postfix) with SMTP id 40F2FFD94 for ; Tue, 19 Feb 2002 11:50:49 -0600 (CST) From: "Scott Gerhardt" To: "FreeBSD" Subject: UPS Daemon Date: Tue, 19 Feb 2002 11:51:46 -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.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 Just purchased an APC 700XL for my server and would like some feed back for recommended UPS daemons. Criteria: - Works well, simple non GUI. - Configurable. - Smart compatible monitoring/logging capabilities (i.e. batt-charge, temp, load etc.) Thanks, _________________________________ Scott Gerhardt, P.Geo. Gerhardt Information Technologies _________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:51:25 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 2D41037B426 for ; Tue, 19 Feb 2002 09:51:11 -0800 (PST) Received: from zeus ([64.172.148.169]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GRS00MJRK9A8E@mta7.pltn13.pbi.net> for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 09:51:11 -0800 (PST) Date: Tue, 19 Feb 2002 09:51:08 -0800 From: Patrick Fish Subject: Re: ppp problems To: Sandro Mancuso Cc: freebsd-questions@freebsd.org Message-id: <003501c1b96e$028d2470$2200a8c0@zeus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Mailer: Microsoft Outlook Express 5.50.4807.1700 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <001201c1b96d$e5e94b50$6400a8c0@windows> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thats what i used. ----- Original Message ----- From: "Sandro Mancuso" To: "'Patrick Fish'" Cc: Sent: Tuesday, February 19, 2002 9:50 AM Subject: RE: ppp problems > Uhm > Here's what I've gotten from a website someone here referred me to (and > is very good btw) > > http://www.daemonnews.org/200101/pppoe.html > > > look at line #7 > # > # ppp.conf: PPPoE configuration > # > > default: > # PPP over Ethernet > set device PPPoE:eth0 > set speed sync > set mru 1492 > set mtu 1492 > set ctsrts off > > # monitor line quality > enable lqr > > # log just a bit > set log phase tun > > # insert default route upon connection > add default HISADDR > > # download /etc/resolv.conf > enable dns > > papchap: > set authname USERNAME > set authkey PASSWORD > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > > questions@FreeBSD.ORG] On Behalf Of Patrick Fish > > Sent: February 19, 2002 12:41 PM > > To: Sandro Mancuso > > Cc: freebsd-questions@freebsd.org > > Subject: Re: ppp problems > > > > I think its already in there.... > > > > > > Defaults: > > Device List: "PPPoE:eth0" > > Characteristics: sync, cs8, no parity, CTS/RTS off > > CD check delay: device specific > > > > > > ----- Original Message ----- > > From: "Sandro Mancuso" > > To: "'Patrick Fish'" > > Cc: > > Sent: Tuesday, February 19, 2002 9:38 AM > > Subject: RE: ppp problems > > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > > > > questions@FreeBSD.ORG] On Behalf Of Patrick Fish > > > > Sent: February 19, 2002 12:22 PM > > > > To: Tom Samplonius > > > > Cc: freebsd-questions@freebsd.org > > > > Subject: Re: ppp problems > > > > > > > > How would I tell ppp to use dc0? > > > > > > [SM] I'm guessing you've got a PPPoE type connection, or you > > wouldn't > > > bee looking for a NIC. add this to ppp.conf: > > > > > > set device PPPoE:eth0 > > > > > > > ----- Original Message ----- > > > > From: "Tom Samplonius" > > > > To: "Patrick Fish" > > > > Cc: > > > > Sent: Tuesday, February 19, 2002 8:27 AM > > > > Subject: Re: ppp problems > > > > > > > > > > > > > > > > > > On Tue, 19 Feb 2002, Patrick Fish wrote: > > > > > > > > > > > ppp ON apollo> dial > > > > > > Warning: kldload: ng_ether: Exec format error > > > > > > Warning: eth0: Cannot send a netgraph message: No such file > > or > > > > directory > > > > > > > > > > What is eth0? You don't say, but I'm assuming this is a > > PPPoE > > > > > connection? You probably need to tell ppp to use your actual > > > > ethernet > > > > > interface, instead of eth0. > > > > > > > > > > Tom > > > > > > > > > > > > > > > > > --- > > > > Outgoing mail is certified Virus Free. > > > > Checked by AVG anti-virus system (http://www.grisoft.com). > > > > Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002 > > > > > > > > > > > > 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.324 / Virus Database: 181 - Release Date: 2/14/2002 > > > > 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.324 / Virus Database: 181 - Release Date: 2/14/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:53: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rock.gnt.kiev.ua (rock.zeos.net [194.153.128.129]) by hub.freebsd.org (Postfix) with ESMTP id 0C61037B416 for ; Tue, 19 Feb 2002 09:52:56 -0800 (PST) Received: from zeos.net (biboca.zeos.net [194.153.128.113]) by rock.gnt.kiev.ua (8.12.1/8.12.1) with ESMTP id g1JHqpcF010740 for ; Tue, 19 Feb 2002 19:52:51 +0200 (EET) Message-ID: <3C72917D.9FFCD116@zeos.net> Date: Tue, 19 Feb 2002 19:55:09 +0200 From: Denis V X-Mailer: Mozilla 4.07 [en] (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Programming problem: is it possible to known that execution environment is chrooted 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 I'am programming web tool that need to be automatically deployed on web server even by operator (co-admin). Target System for web server will be 4.3-STABLE FreeBSD or higher. And it acts in two diferent ways depends on chrooted environment this or not. Of course i can simly ask about it during deploymnet, but in some cases peolpe who do this can't certain knewn is environment for web server chrooted or not. So is it possible (with help of system function or programms) to determine wich kind of environment is it: chrooted or not. Programm of course will executes under not root uid. I don't think what it would be a subject for security violation, cause even if some crack programm known about chroot, what can it do about it :-) Thanks in advance. -- - äÒÕÇ! õ ×ÁÓ ËÁËÁÑ ÓÉÓÔÅÍÁ? òÁÚÒÅÛÉÔÅ ×ÚÇÌÑÎÕÔØ... - óÉÓÔÅÍÁ ÏÂÙÞÎÁÑ. îÁÖÁÌ ÎÁ ËÎÏÐËÕ - É ÄÏÍÁ. http://pixelfab.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:58:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id 098FE37B404 for ; Tue, 19 Feb 2002 09:58:06 -0800 (PST) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1JI12x26781; Tue, 19 Feb 2002 12:01:02 -0600 Date: Tue, 19 Feb 2002 12:01:00 -0600 (CST) From: burningclown@westhost43.westhost.net To: Lorin Lund Cc: FreeBSD Questions Subject: Re: partitions, disklabel, etc. In-Reply-To: <20020219173920.1218C217D8@ns1.infowest.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 I appreciate it - but I'd need DOS, right? I split this little guy into Linux and FreeBSD and got rid of anything MS, I'm afraid. If I see any degradation of either filesystem, I will just start from scratch. This laptop is mainly a learning tool anyway (so I don't have to stop learning shell scripting if I have to leave town) and has no really critical data on it. Which ... is good. g On Tue, 19 Feb 2002, Lorin Lund wrote: > I've got a little program, runs under DOS, uses BIOS disk IO that allows > some mucking around with the BIOS partition table. If it would be > useful I could send it to you. > > Some of it's capabilities are: > 1) hand-editing the type field, the start cyl field, the end cyl field, > 2) swap slots in the partition table, > > It's built with djgpp & rhide. > > Let me know if you think it would help. > > > 2/18/2002 7:09:33 PM, Glenn Becker wrote: > > >Hi, > > > >I've got a dual boot Debian GNU/Linux and FreeBSD 4.5 installation on > >an older Toshiba laptop (Satellite Pro 470CDT). Lately I've been > >concerned about some messages upon bootup (relevant part of dmesg > >output reproduced below) where the Linux hunks of the hard drive are > >picked out as being invalid. > > > >Honestly, I'm not sure why they are showing up there at all. But I > >think the problem(s) may originate with my stupid deletion of my > >Linux swap partition and my subsequent replacement of that same > >partition -- I recall reading in a FreeBSD + Linux Mini-HOWTO that > >a) one has to put FreeBSD =after= Linux on an HD and b) it's best > >not to muck with the Linux partitions after the dual-OS system is > >set up. > > > >I've had no problems (yet) with either system, but have been trying > >to research it to see if I can fix it WITHOUT reinstalling both OSs > >from scratch (I'd like to avoid this and the wear on the lappy's CD > >drive if possible). Some other weird stuff has popped up. > > > >If I run disklabel -r command on /dev/ad0, I get this: > > > >disklabel: bad pack magic number (label is damaged, or pack is > >unlabeled) > > > >Without -r, I get something completely different, which I reproduce > >at the end of this message. > > > >The output of fdisk (see below) also seems completely screwed up - > >it shows all three partitions on the drive as beginning and ending > >at the same CHS spot: cyl 1023/ head 254/ sector 63. This seems > >like a cylinder 1024 thang? Mebbe? > > > >Soooo, I'm wondering: 1) should I create a disklabel for /dev/ad0, > >or will this totally bork all my Linux stuff? 2) can I simply > >-delete- the device files /dev/ad0s1* and /dev/ad0s2*, since I'm > >not using them for anything in FreeBSD? Or not? > > > >In short, how do I fix this thing? Or do I? > > > >Thanks for any enlightenment and apologies for the length. > > > >Glenn Becker > > > > > > > > > > > >%%%%%% RELEVANT lines from dmesg %%%%%%%%%%% > > > >Mounting root from ufs:/dev/ad0s3a > >ad0s1: raw partition size != slice size > >ad0s1: start 63, end 27342629, size 27342567 > >ad0s1c: start 63, end 30716279, size 30716217 > >ad0s1: truncating raw partition > >ad0s1: rejecting partition in BSD label: it isn't entirely within the slice > >ad0s1: start 63, end 27342629, size 27342567 > >ad0s1f: start 414367, end 30716279, size 30301913 > >ad0s2: raw partition size != slice size > >ad0s2: start 27342630, end 27599669, size 257040 > >ad0s2c: start 27342630, end 58605119, size 31262490 > >ad0s2: truncating raw partition > >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice > >ad0s2: start 27342630, end 27599669, size 257040 > >ad0s2b: start 27445030, end 27715973, size 270944 > >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice > >ad0s2e: start 27715974, end 27756933, size 40960 > >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice > >ad0s2f: start 27756934, end 58605119, size 30848186 > > > > > >%%%%%%%%%%OUTPUT of disklabel /dev/ad0 %%%%%%%%%%% > > > ># /dev/ad0: > >type: unknown > >disk: amnesiac > >label: fictitious > >flags: > >bytes/sector: 512 > >sectors/track: 63 > >tracks/cylinder: 255 > >sectors/cylinder: 16065 > >cylinders: 3648 > >sectors/unit: 58605120 > >rpm: 3600 > >interleave: 1 > >trackskew: 0 > >cylinderskew: 0 > >headswitch: 0 # milliseconds > >track-to-track seek: 0 # milliseconds > >drivedata: 0 > > > >8 partitions: > ># size offset fstype [fsize bsize bps/cpg] > > c: 58605120 0 unused 0 0 # (Cyl. 0 - 3647) > > > > > >%%%%OUTPUT of fdisk /dev/ad0 %%%%%%%%%%% > > > >******* Working on device /dev/ad0 ******* > >parameters extracted from in-core disklabel are: > >cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) > > > >Figures below won't work with BIOS for partitions not in cyl 1 > >parameters to be used for BIOS calculations are: > >cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) > > > >Media sector size is 512 > >Warning: BIOS sector numbering starts with sector 1 > >Information from DOS bootblock is: > >The data for partition 1 is: > >sysid 131,(Linux filesystem) > > start 63, size 27342567 (13350 Meg), flag 0 > > beg: cyl 0/ head 1/ sector 1; > > end: cyl 1023/ head 254/ sector 63 > >The data for partition 2 is: > >sysid 130,(Linux swap or Solaris x86) > > start 27342630, size 257040 (125 Meg), flag 0 > > beg: cyl 1023/ head 255/ sector 63; > > end: cyl 1023/ head 254/ sector 63 > >The data for partition 3 is: > >sysid 165,(FreeBSD/NetBSD/386BSD) > > start 27599670, size 31005450 (15139 Meg), flag 80 (active) > > beg: cyl 1023/ head 255/ sector 63; > > end: cyl 1023/ head 254/ sector 63 > >The data for partition 4 is: > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > > -- +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 9:58:59 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 BBFC237B402 for ; Tue, 19 Feb 2002 09:58:49 -0800 (PST) Received: from zeus ([64.172.148.169]) by mta7.pltn13.pbi.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GRS00MCAKM1D7@mta7.pltn13.pbi.net> for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 09:58:49 -0800 (PST) Date: Tue, 19 Feb 2002 09:58:46 -0800 From: Patrick Fish Subject: Re: ppp problems To: Sandro Mancuso Cc: freebsd-questions@freebsd.org Message-id: <003901c1b96f$13d6b0b0$2200a8c0@zeus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-Mailer: Microsoft Outlook Express 5.50.4807.1700 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <001201c1b96d$e5e94b50$6400a8c0@windows> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ifconfig: interface eth0 does not exist. ----- Original Message ----- From: "Sandro Mancuso" To: "'Patrick Fish'" Cc: Sent: Tuesday, February 19, 2002 9:50 AM Subject: RE: ppp problems > Uhm > Here's what I've gotten from a website someone here referred me to (and > is very good btw) > > http://www.daemonnews.org/200101/pppoe.html > > > look at line #7 > # > # ppp.conf: PPPoE configuration > # > > default: > # PPP over Ethernet > set device PPPoE:eth0 > set speed sync > set mru 1492 > set mtu 1492 > set ctsrts off > > # monitor line quality > enable lqr > > # log just a bit > set log phase tun > > # insert default route upon connection > add default HISADDR > > # download /etc/resolv.conf > enable dns > > papchap: > set authname USERNAME > set authkey PASSWORD > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > > questions@FreeBSD.ORG] On Behalf Of Patrick Fish > > Sent: February 19, 2002 12:41 PM > > To: Sandro Mancuso > > Cc: freebsd-questions@freebsd.org > > Subject: Re: ppp problems > > > > I think its already in there.... > > > > > > Defaults: > > Device List: "PPPoE:eth0" > > Characteristics: sync, cs8, no parity, CTS/RTS off > > CD check delay: device specific > > > > > > ----- Original Message ----- > > From: "Sandro Mancuso" > > To: "'Patrick Fish'" > > Cc: > > Sent: Tuesday, February 19, 2002 9:38 AM > > Subject: RE: ppp problems > > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > > > > questions@FreeBSD.ORG] On Behalf Of Patrick Fish > > > > Sent: February 19, 2002 12:22 PM > > > > To: Tom Samplonius > > > > Cc: freebsd-questions@freebsd.org > > > > Subject: Re: ppp problems > > > > > > > > How would I tell ppp to use dc0? > > > > > > [SM] I'm guessing you've got a PPPoE type connection, or you > > wouldn't > > > bee looking for a NIC. add this to ppp.conf: > > > > > > set device PPPoE:eth0 > > > > > > > ----- Original Message ----- > > > > From: "Tom Samplonius" > > > > To: "Patrick Fish" > > > > Cc: > > > > Sent: Tuesday, February 19, 2002 8:27 AM > > > > Subject: Re: ppp problems > > > > > > > > > > > > > > > > > > On Tue, 19 Feb 2002, Patrick Fish wrote: > > > > > > > > > > > ppp ON apollo> dial > > > > > > Warning: kldload: ng_ether: Exec format error > > > > > > Warning: eth0: Cannot send a netgraph message: No such file > > or > > > > directory > > > > > > > > > > What is eth0? You don't say, but I'm assuming this is a > > PPPoE > > > > > connection? You probably need to tell ppp to use your actual > > > > ethernet > > > > > interface, instead of eth0. > > > > > > > > > > Tom > > > > > > > > > > > > > > > > > --- > > > > Outgoing mail is certified Virus Free. > > > > Checked by AVG anti-virus system (http://www.grisoft.com). > > > > Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002 > > > > > > > > > > > > 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.324 / Virus Database: 181 - Release Date: 2/14/2002 > > > > 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.324 / Virus Database: 181 - Release Date: 2/14/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10: 0:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blues.hodgsonhouse.com (blues.hodgsonhouse.com [24.72.10.211]) by hub.freebsd.org (Postfix) with ESMTP id 94FF037B402 for ; Tue, 19 Feb 2002 10:00:02 -0800 (PST) Received: by blues.hodgsonhouse.com (Postfix, from userid 500) id 973E47F5D0; Tue, 19 Feb 2002 11:58:20 -0600 (CST) Date: Tue, 19 Feb 2002 11:58:20 -0600 From: Tillman Hodgson To: Kris Kennaway Cc: freebsd-questions@freebsd.org Subject: Re: /altroot? Message-ID: <20020219115820.B30854@hodgsonhouse.com> References: <20020218162141.A27310@hodgsonhouse.com> <20020219084644.A97852@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020219084644.A97852@xor.obsecurity.org>; from kris@obsecurity.org on Tue, Feb 19, 2002 at 08:46:44AM -0800 X-Editor: Vim Rocks! http://www.vim.org X-Mailer: Mutt Rocks! http://www.mutt.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, Feb 19, 2002 at 08:46:44AM -0800, Kris Kennaway wrote: > On Mon, Feb 18, 2002 at 04:21:42PM -0600, Tillman Hodgson wrote: > > Howdy, > > > > Does FreeBSD have built-in functionality similar to OpenBSDs /altroot? > > It might help if you explained what this is. Sure. From OpenBSD's /etc/daily: # If ROOTBACKUP is set to 1 in the environment, and # if filesystem named /altroot is type ffs, on /dev/* and mounted "xx", # use it as a backup root filesystem to be updated daily. [ "X$ROOTBACKUP" = X1 ] && { rootdev=`awk '$2 == "/" && $1 ~ /^\/dev\// && $3 == "ffs" && \ $4 ~ /rw/ \ { print substr($1, 6) }' < /etc/fstab` rootbak=`awk '$2 == "/altroot" && $1 ~ /^\/dev\// && $3 == "ffs" && \ $4 ~ /xx/ \ { print substr($1, 6) }' < /etc/fstab` [ X$rootdev != X -a X$rootbak != X ] && { sync echo "" echo "Backing up root filesystem:" echo "copying /dev/r$rootdev to /dev/r$rootbak" dd if=/dev/r$rootdev of=/dev/r$rootbak bs=16b seek=1 skip=1 \ conv=noerror fsck -y /dev/r$rootbak } } I could add that as a script in /etc/periodic/daily, but I'd prefer to use built-in functionality rather than duplicate it if it exists. - Tillman -- Write clearly - don't sacrifice clarity for "efficiency". - The Elements of Programming Style (Kernighan & Plaugher) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10: 2: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id D79F637B404 for ; Tue, 19 Feb 2002 10:01:56 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id ADF165D09; Tue, 19 Feb 2002 10:01:56 -0800 (PST) To: Carl Tucker Cc: freebsd-questions@freebsd.org Subject: Re: Dropping to single user In-reply-to: Your message of "Mon, 18 Feb 2002 13:59:58 EST." <20020218185958.GA18711@panix.com> Date: Tue, 19 Feb 2002 10:01:56 -0800 From: "Kevin Oberman" Message-Id: <20020219180156.ADF165D09@ptavv.es.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 > Date: Mon, 18 Feb 2002 13:59:58 -0500 > From: Carl Tucker > Sender: owner-freebsd-questions@FreeBSD.ORG > > On Mon, Feb 18, 2002 at 10:19:34AM -0500, Sandro Mancuso wrote: > > Hi, not long ago, someone mentioned “dropping to single user” and I was > > wondering how. I did get an answer, however I’ve “misplaced” that > > reply, so I’m wondering if anyone can refresh my memory… regarding how > > to do such a thing without having to reboot after doing make buildworld, > > and building/installing the generic kernel (having to do with upgrading > > from 4.4 to 4.5stable… etc) > > 'shutdown now' will drop you into single-user mode without unmounting > all your filesystems or rebooting. After you install a new kernel, though, > I would think you need to do an actual reboot to get it in memory. > I could be wrong. Yes, a 'shutdown now' will "drop you to single-user mode, but you REALLY want to reboot after you installkernel and before you installworld. Proper order: cvsup cd /usr/src make buildworld make kernel KERNCONF=xxxx REBOOT to single-user mode (boot -s)! fsck -p mount -a -t ufs cd /usr/src make installworld mergemaster REBOOT! In both cases the REBOOT really means to reboot, not to drop into single-user mode. While steps may be skipped, doing so is taking a risk of having a system in a badly corrupted state where the only way out is to re-install the OS. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10: 8:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nef.ens.fr (nef.ens.fr [129.199.96.32]) by hub.freebsd.org (Postfix) with ESMTP id 2794537B421 for ; Tue, 19 Feb 2002 10:08:28 -0800 (PST) Received: from trefle.ens.fr (trefle.ens.fr [129.199.96.17]) by nef.ens.fr (8.10.1/1.01.28121999) with ESMTP id g1JI8Rp98200 for ; Tue, 19 Feb 2002 19:08:27 +0100 (CET) Received: from (beig@localhost) by trefle.ens.fr (8.11.6/jb-1.1) X-Authentication-Warning: trefle.ens.fr: beig set sender to Jacques.Beigbeder@free.fr using -f Date: Tue, 19 Feb 2002 19:08:26 +0100 From: Jacques Beigbeder To: freebsd-questions@freebsd.org Subject: Ethernet on PCnet/FAST III 79C973? Message-ID: <20020219190826.A3935@trefle.ens.fr> 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 Sender: owner-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 a computer, during the boot, Linux (RedHat 7.2) says: pcnet32_probe_pci: found device 0x001022.0x002000 PCI: Enabling device 00:0d.0 (0004 -> 0007) PCI: Found IRQ 11 for device 00:0d.0 PCI: Sharing IRQ 11 with 00:11.1 PCI: Sharing IRQ 11 with 01:00.0 ioaddr=0x00d800 resource_flags=0x000101 eth%%d: PCnet/FAST III 79C973 at 0xd800, 00 c0 fd 02 18 7a pcnet32: pcnet32_private lp=cfd99000 lp_dma_addr=0xfd99000 assigned IRQ 11. and Ethernet works. But FreeBSD 4.5 fails: ... NVidia ... pcn0: couldn't map ports/memory <-- related ??? lnc0: at device 13.0 on pci0 lnc0: pci_port_map_attach failed?! lnc0: driver is using old-style compatibility shims My kernel is GENERIC, Mon Jan 28 14:31:56 GMT 2002, murray@... Is there any fix? -- Jacques Beigbeder | Jacques.Beigbeder@ens.fr Service de Prestations Informatiques | http://www.spi.ens.fr Ecole normale supérieure | 45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96 F75230 Paris cedex 05 |Fax : (+33 1)1 44 32 20 75 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:18:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freddy.chita.ru (freddy.chita.ru [213.59.128.102]) by hub.freebsd.org (Postfix) with ESMTP id B0D4E37B400 for ; Tue, 19 Feb 2002 10:18:34 -0800 (PST) Received: from economy.chita.ru (economy.chita.ru [213.59.235.133]) by freddy.chita.ru (Postfix) with ESMTP id 03E85535EA for ; Wed, 20 Feb 2002 03:18:33 +0900 (YAKT) Received: from 192.168.0.201 ([192.168.0.201]) by economy.chita.ru (8.11.3/8.8.7) with ESMTP id g1JIFYA18178 for ; Wed, 20 Feb 2002 03:15:35 +0900 Date: Wed, 20 Feb 2002 03:18:25 +0900 From: Dmitry X-Mailer: The Bat! (v1.53d) Reply-To: Dmitry X-Priority: 3 (Normal) Message-ID: <8820156984.20020220031825@economy.chita.ru> To: freebsd-questions@FreeBSD.ORG Subject: ppp question 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 freebsd-questions, I've a little question about ppp: does ppp support RADIUS "Session-Timeout" pair? I've a RADIUS client on FreeBSD 4.3-RELEASE (mgetty+ppp), but ppp ignores Session-Timeout for a user and user can stay online forever :) -- Best regards, Dmitry mailto:xeon@economy.chita.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:18:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-63-207-60-228.dsl.lsan03.pacbell.net [63.207.60.228]) by hub.freebsd.org (Postfix) with ESMTP id 3950237B405 for ; Tue, 19 Feb 2002 10:18:36 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 9C34E66C8C; Tue, 19 Feb 2002 10:18:35 -0800 (PST) Date: Tue, 19 Feb 2002 10:18:35 -0800 From: Kris Kennaway To: Tillman Hodgson Cc: Kris Kennaway , freebsd-questions@freebsd.org Subject: Re: /altroot? Message-ID: <20020219101835.A98904@xor.obsecurity.org> References: <20020218162141.A27310@hodgsonhouse.com> <20020219084644.A97852@xor.obsecurity.org> <20020219115820.B30854@hodgsonhouse.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="qDbXVdCdHGoSgWSk" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020219115820.B30854@hodgsonhouse.com>; from tillman@hodgsonhouse.com on Tue, Feb 19, 2002 at 11:58:20AM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --qDbXVdCdHGoSgWSk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Feb 19, 2002 at 11:58:20AM -0600, Tillman Hodgson wrote: > I could add that as a script in /etc/periodic/daily, but I'd prefer to > use built-in functionality rather than duplicate it if it exists. It doesn't, but that script should work almost verbatim. Kris --qDbXVdCdHGoSgWSk Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8cpb6Wry0BWjoQKURAjrMAKC/3j91KjrsXYSxn9IAj3M+MEWdAwCg4O3O yGv/8QbJw3cYnbI+TdweFE0= =p3Wo -----END PGP SIGNATURE----- --qDbXVdCdHGoSgWSk-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:20:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bos-gate4.raytheon.com (bos-gate4.raytheon.com [199.46.198.233]) by hub.freebsd.org (Postfix) with ESMTP id D378337B416 for ; Tue, 19 Feb 2002 10:20:45 -0800 (PST) Received: from ds02e00.directory.ray.com (ds02e00.directory.ray.com [147.25.130.245]) by bos-gate4.raytheon.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id g1JIKjl29667 for ; Tue, 19 Feb 2002 12:20:45 -0600 (CST) Received: from ds02e00.directory.ray.com (root@localhost) by ds02e00.directory.ray.com (8.12.1/8.12.1) with ESMTP id g1JIKdiv026103 for ; Tue, 19 Feb 2002 13:20:40 -0500 (EST) Received: from water.rsc.raytheon.com (water.RSC.RAYTHEON.COM [147.17.211.95]) by ds02e00.directory.ray.com (8.12.1/8.12.1) with ESMTP id g1JIKcdb026089 for ; Tue, 19 Feb 2002 13:20:38 -0500 (EST) Received: from nomads.rsc.raytheon.com (nomads [147.17.211.112]) by water.rsc.raytheon.com (8.8.8+Sun/8.8.8) with SMTP id KAA23389; Tue, 19 Feb 2002 10:20:37 -0800 (PST) Received: by nomads.rsc.raytheon.com (SMI-8.6/SMI-SVR4) id KAA18712; Tue, 19 Feb 2002 10:20:36 -0800 Date: Tue, 19 Feb 2002 10:20:36 -0800 From: darlene@water.rsc.raytheon.com (Darlene Choontanom X45478 BSYS) Message-Id: <200202191820.KAA18712@nomads.rsc.raytheon.com> To: questions@freebsd.org Subject: "NIS netgroup support not configured" on remote root login? Cc: darlene@water.rsc.raytheon.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello-- Apologies in advance if this has been brought up before, but I can't find anything recent in Google and searching the archives on the FreeBSD site isn't turning up anything useful. I'm getting scrolling messages on the console and in /var/log/messages on my FreeBSD 4.4 box whenever root remote logs in via telnet, rsh, or ssh stating: Feb 18 11:34:12 foo login: NIS netgroup support not configured Feb 18 11:34:12 foo login: NIS netgroup support not configured Feb 18 11:34:12 foo login: ROOT LOGIN (root) ON ttyp2 FROM bar Feb 18 17:33:21 foo sshd[23876]: NIS netgroup support not configured Feb 18 17:33:30 foo last message repeated 7 times Feb 18 17:37:51 foo sshd[23897]: NIS netgroup support not configured Feb 18 17:37:52 foo last message repeated 3 times Feb 18 17:41:15 foo sshd[23907]: NIS netgroup support not configured Feb 18 17:41:17 foo last message repeated 3 times I have root logins restricted in /etc/login.access and in ~root/.rhosts to a specific NIS netgroup populated with trusted hostnames. However, I can run a ypcat on the netgroups map with no problems, and NFS export- ing to/from the same netgroup has never been a problem. This machine is currently an NIS client bound to my Solaris (2.6) master server. I've also tried to make it a slave in case there may've been an NIS client/server incompatibility issue, but that hasn't had any effect on the errors. I've also tried to create /etc/netgroup with a "+" in it, but that hasn't done anything, either. a) What can be generating this, and b) How can I make it go away? thanks! Darlene --- darlene@water.rsc.raytheon.com Raytheon Systems Company Cogito ergo disclaim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:21:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe43.law10.hotmail.com [64.4.14.15]) by hub.freebsd.org (Postfix) with ESMTP id 8DE8837B41C for ; Tue, 19 Feb 2002 10:21:15 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 10:21:15 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'Patrick Fish'" Cc: Subject: RE: ppp problems Date: Tue, 19 Feb 2002 13:21:53 -0500 Message-ID: <000001c1b972$4e8d06c0$6400a8c0@windows> 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: <003901c1b96f$13d6b0b0$2200a8c0@zeus> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-OriginalArrivalTime: 19 Feb 2002 18:21:15.0486 (UTC) FILETIME=[37B147E0:01C1B972] Sender: owner-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 does ifconfig -a give you? What brand NIC do you have in there? I haven't yet put this PPPoE config to use, as I haven't received the hardware, yet. I've been bored, on vacation and all, however, and I've anticipated it by setting it up before hand. I don't know if I'll get the same error as you or not, yet. My NIC is a 3com, xl0, so instead of eth0 I've put that. Perhaps you've forgotten to change the device name to the one that represents what you have in your computer? You may also want to check out the following page. Though not as easy to follow (imho anyway) I believe its got more info on it, specifically for setting up a box with ipf or ipfw, and even a perl script for updating the IP address on the rulesets. Cool. http://bsdpeople.myip.org/index-pppoe.html That's about all I can think of right now. I'm a bit of a newbie myself... hope this helps -sandro > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > questions@FreeBSD.ORG] On Behalf Of Patrick Fish > Sent: February 19, 2002 12:59 PM > To: Sandro Mancuso > Cc: freebsd-questions@freebsd.org > Subject: Re: ppp problems > > ifconfig: interface eth0 does not exist. > > > *chomp* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:22:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21001.mail.yahoo.com (web21001.mail.yahoo.com [216.136.227.55]) by hub.freebsd.org (Postfix) with SMTP id 31A2837B41D for ; Tue, 19 Feb 2002 10:21:33 -0800 (PST) Message-ID: <20020219182133.87854.qmail@web21001.mail.yahoo.com> Received: from [199.212.26.244] by web21001.mail.yahoo.com via HTTP; Tue, 19 Feb 2002 13:21:33 EST Date: Tue, 19 Feb 2002 13:21:33 -0500 (EST) From: Tyler Hutcheon Subject: Kernel Make problems 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, I'm a newbie @ this, but when making my kernel, it gives me the following, and I have no idea what it wants, it passed config fine, and it had no problems when i make world. running: FreeBSD 4.4-RELEASE new kernel: FreeBSD 4.5-RELEASE Thx, -Tyler ------------snip--------------- linking kernel advansys.o: In function `adv_action': advansys.o(.text+0x258): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x542): undefined reference to `xpt_done' advansys.o(.text+0x584): undefined reference to `xpt_done' advansys.o(.text+0x62b): undefined reference to `xpt_done' advansys.o(.text+0x640): undefined reference to `xpt_done' advansys.o: In function `adv_execute_ccb': advansys.o(.text+0x65f): undefined reference to `xpt_path_sim' advansys.o(.text+0x7ff): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x862): undefined reference to `xpt_done' advansys.o: In function `adv_timeout': advansys.o(.text+0x958): undefined reference to `xpt_path_sim' advansys.o(.text+0x966): undefined reference to `xpt_print_path' advansys.o(.text+0x9b2): undefined reference to `xpt_freeze_simq' advansys.o(.text+0x9e4): undefined reference to `xpt_print_path' advansys.o(.text+0xa28): undefined reference to `xpt_print_path' advansys.o: In function `adv_done': advansys.o(.text+0x121c): undefined reference to `xpt_print_path' advansys.o(.text+0x1344): undefined reference to `xpt_print_path' advansys.o(.text+0x138b): undefined reference to `xpt_freeze_devq' advansys.o(.text+0x13ce): undefined reference to `xpt_done' advansys.o: In function `adv_attach': advansys.o(.text+0x152d): undefined reference to `cam_simq_alloc' advansys.o(.text+0x155a): undefined reference to `cam_sim_alloc' advansys.o(.text+0x1576): undefined reference to `xpt_bus_register' advansys.o(.text+0x1592): undefined reference to `xpt_create_path' advansys.o(.text+0x15a8): undefined reference to `xpt_setup_ccb' advansys.o(.text+0x15c6): undefined reference to `xpt_action' advansys.o(.text+0x15d7): undefined reference to `xpt_bus_deregister' advansys.o(.text+0x15e1): undefined reference to `cam_sim_free' advlib.o: In function `advasync': advlib.o(.text+0x39): undefined reference to `scsi_inquiry_match' advlib.o(.text+0x4b): undefined reference to `cam_quirkmatch' advlib.o(.text+0xb8): undefined reference to `xpt_path_target_id' advlib.o(.text+0xd3): undefined reference to `xpt_path_target_id' advlib.o: In function `adv_isr_chip_halted': advlib.o(.text+0xb0b): undefined reference to `xpt_freeze_devq' advlib.o(.text+0xc19): undefined reference to `xpt_freeze_devq' advlib.o: In function `adv_set_syncrate': advlib.o(.text+0xdbb): undefined reference to `xpt_setup_ccb' advlib.o(.text+0xdca): undefined reference to `xpt_async' advlib.o: In function `adv_reset_bus': advlib.o(.text+0x1ecf): undefined reference to `xpt_async' adwcam.o: In function `adwexecuteacb': adwcam.o(.text+0x1ce): undefined reference to `xpt_freeze_devq' adwcam.o(.text+0x257): undefined reference to `xpt_done' adwcam.o(.text+0x3db): undefined reference to `xpt_done' adwcam.o: In function `adw_action': adwcam.o(.text+0x5f5): undefined reference to `xpt_freeze_simq' adwcam.o(.text+0x7c1): undefined reference to `xpt_freeze_simq' adwcam.o(.text+0x87a): undefined reference to `xpt_print_path' adwcam.o(.text+0xe45): undefined reference to `xpt_print_path' adwcam.o(.text+0xe74): undefined reference to `xpt_done' adwcam.o(.text+0xf20): undefined reference to `xpt_done' adwcam.o(.text+0xf34): undefined reference to `xpt_done' adwcam.o: In function `adw_attach': adwcam.o(.text+0x16ab): undefined reference to `cam_simq_alloc' adwcam.o(.text+0x16e0): undefined reference to `cam_sim_alloc' adwcam.o(.text+0x16fe): undefined reference to `xpt_bus_register' adwcam.o(.text+0x170f): undefined reference to `cam_sim_free' adwcam.o(.text+0x1731): undefined reference to `xpt_create_path' adwcam.o(.text+0x1747): undefined reference to `xpt_setup_ccb' adwcam.o(.text+0x1765): undefined reference to `xpt_action' adwcam.o: In function `adw_intr': adwcam.o(.text+0x199b): undefined reference to `xpt_freeze_devq' adwcam.o(.text+0x1a12): undefined reference to `xpt_done' adwcam.o: In function `adwprocesserror': adwcam.o(.text+0x1adc): undefined reference to `xpt_print_path' adwcam.o(.text+0x1b6d): undefined reference to `xpt_freeze_devq' adwcam.o(.text+0x1be6): undefined reference to `xpt_done' adwcam.o: In function `adwtimeout': adwcam.o(.text+0x1c0a): undefined reference to `xpt_print_path' adwcam.o(.text+0x1c2e): undefined reference to `xpt_print_path' adwcam.o(.text+0x1c8e): undefined reference to `xpt_print_path' adwcam.o: In function `adw_handle_device_reset': adwcam.o(.text+0x1cc0): undefined reference to `xpt_create_path' adwcam.o(.text+0x1cd4): undefined reference to `xpt_async' adwcam.o(.text+0x1cdc): undefined reference to `xpt_free_path' adwcam.o: In function `adw_handle_bus_reset': adwcam.o(.text+0x1d5c): undefined reference to `xpt_async' adwlib.o: In function `adw_reset_bus': adwlib.o(.text+0xd5): undefined reference to `xpt_print_path' adwlib.o(.text+0x104): undefined reference to `xpt_print_path' aha.o: In function `aha_attach': aha.o(.text+0x726): undefined reference to `cam_simq_alloc' aha.o(.text+0x75c): undefined reference to `cam_sim_alloc' aha.o(.text+0x76c): undefined reference to `cam_simq_free' aha.o(.text+0x77e): undefined reference to `xpt_bus_register' aha.o(.text+0x79a): undefined reference to `xpt_create_path' aha.o(.text+0x7b3): undefined reference to `xpt_bus_deregister' aha.o(.text+0x7bd): undefined reference to `cam_sim_free' aha.o: In function `ahaaction': aha.o(.text+0xb03): undefined reference to `xpt_freeze_simq' aha.o(.text+0xd15): undefined reference to `xpt_freeze_simq' aha.o(.text+0xf6b): undefined reference to `xpt_done' aha.o(.text+0xf7d): undefined reference to `xpt_done' aha.o: In function `ahaexecuteccb': aha.o(.text+0xfdb): undefined reference to `xpt_freeze_devq' aha.o(.text+0x1055): undefined reference to `xpt_done' aha.o(.text+0x11f5): undefined reference to `xpt_done' aha.o(.text+0x1325): undefined reference to `xpt_freeze_simq' aha.o(.text+0x1335): undefined reference to `xpt_done' aha.o: In function `ahadone': aha.o(.text+0x150e): undefined reference to `xpt_create_path' aha.o(.text+0x1522): undefined reference to `xpt_async' aha.o(.text+0x172c): undefined reference to `xpt_freeze_devq' aha.o(.text+0x179b): undefined reference to `xpt_freeze_devq' aha.o(.text+0x181d): undefined reference to `xpt_done' aha.o(.text+0x18a1): undefined reference to `xpt_done' aha.o: In function `ahareset': aha.o(.text+0x19f8): undefined reference to `xpt_async' aha.o: In function `ahafetchtransinfo': aha.o(.text+0x1f87): undefined reference to `scsi_calc_syncparam' aha.o(.text+0x1fac): undefined reference to `xpt_async' aha.o: In function `ahatimeout': aha.o(.text+0x2015): undefined reference to `xpt_print_path' aha.o(.text+0x203c): undefined reference to `xpt_print_path' aha.o(.text+0x206e): undefined reference to `xpt_freeze_simq' aha.o: In function `aha_detach': aha.o(.text+0x219a): undefined reference to `xpt_async' aha.o(.text+0x21a2): undefined reference to `xpt_free_path' aha.o(.text+0x21b0): undefined reference to `xpt_bus_deregister' aha.o(.text+0x21ba): undefined reference to `cam_sim_free' aic.o: In function `aic_action': aic.o(.text+0x101): undefined reference to `xpt_freeze_simq' aic.o(.text+0x38d): undefined reference to `xpt_done' aic.o(.text+0x39d): undefined reference to `xpt_done' aic.o: In function `aic_execute_scb': aic.o(.text+0x3da): undefined reference to `xpt_done' aic.o: In function `aic_reconnect': aic.o(.text+0x713): undefined reference to `xpt_async' aic.o: In function `aic_handle_msgin': aic.o(.text+0xba8): undefined reference to `xpt_setup_ccb' aic.o(.text+0xbb6): undefined reference to `xpt_async' aic.o: In function `aic_done': aic.o(.text+0x1143): undefined reference to `xpt_create_path' aic.o(.text+0x1157): undefined reference to `xpt_async' aic.o(.text+0x115f): undefined reference to `xpt_free_path' aic.o(.text+0x129e): undefined reference to `xpt_done' aic.o: In function `aic_timeout': aic.o(.text+0x12d4): undefined reference to `xpt_print_path' aic.o(.text+0x1340): undefined reference to `xpt_print_path' aic.o(.text+0x1379): undefined reference to `xpt_freeze_simq' aic.o: In function `aic_intr': aic.o(.text+0x15c5): undefined reference to `xpt_async' aic.o: In function `aic_reset': aic.o(.text+0x180c): undefined reference to `xpt_async' aic.o: In function `aic_attach': aic.o(.text+0x1a36): undefined reference to `cam_simq_alloc' aic.o(.text+0x1a6b): undefined reference to `cam_sim_alloc' aic.o(.text+0x1a7b): undefined reference to `cam_simq_free' aic.o(.text+0x1a92): undefined reference to `xpt_bus_register' aic.o(.text+0x1aae): undefined reference to `xpt_create_path' aic.o(.text+0x1ac1): undefined reference to `xpt_bus_deregister' aic.o(.text+0x1acb): undefined reference to `cam_sim_free' aic.o: In function `aic_detach': aic.o(.text+0x1b66): undefined reference to `xpt_async' aic.o(.text+0x1b6e): undefined reference to `xpt_free_path' aic.o(.text+0x1b7c): undefined reference to `xpt_bus_deregister' aic.o(.text+0x1b86): undefined reference to `cam_sim_free' bt.o: In function `bt_attach': bt.o(.text+0xbb3): undefined reference to `cam_simq_alloc' bt.o(.text+0xbe7): undefined reference to `cam_sim_alloc' bt.o(.text+0xbf7): undefined reference to `cam_simq_free' bt.o(.text+0xc0e): undefined reference to `xpt_bus_register' bt.o(.text+0xc2a): undefined reference to `xpt_create_path' bt.o(.text+0xc3d): undefined reference to `xpt_bus_deregister' bt.o(.text+0xc47): undefined reference to `cam_sim_free' bt.o: In function `btaction': bt.o(.text+0x103a): undefined reference to `xpt_freeze_simq' bt.o(.text+0x12f1): undefined reference to `xpt_freeze_simq' bt.o(.text+0x1472): undefined reference to `xpt_done' bt.o(.text+0x1508): undefined reference to `xpt_done' bt.o(.text+0x1520): undefined reference to `xpt_done' bt.o(.text+0x15ed): undefined reference to `xpt_done' bt.o(.text+0x1600): undefined reference to `xpt_done' bt.o: In function `btexecuteccb': bt.o(.text+0x1653): undefined reference to `xpt_freeze_devq' bt.o(.text+0x16cd): undefined reference to `xpt_done' bt.o(.text+0x1801): undefined reference to `xpt_done' bt.o(.text+0x193d): undefined reference to `xpt_freeze_simq' bt.o(.text+0x194d): undefined reference to `xpt_done' bt.o: In function `btdone': bt.o(.text+0x1af8): undefined reference to `xpt_create_path' bt.o(.text+0x1b0c): undefined reference to `xpt_async' bt.o(.text+0x1d53): undefined reference to `xpt_print_path' bt.o(.text+0x1d79): undefined reference to `xpt_setup_ccb' bt.o(.text+0x1d87): undefined reference to `xpt_async' bt.o(.text+0x1e25): undefined reference to `xpt_freeze_devq' bt.o(.text+0x1ebc): undefined reference to `xpt_done' bt.o(.text+0x1f5e): undefined reference to `xpt_done' bt.o: In function `btreset': bt.o(.text+0x20c0): undefined reference to `xpt_async' bt.o: In function `btfetchtransinfo': bt.o(.text+0x26d6): undefined reference to `xpt_setup_ccb' bt.o(.text+0x26e6): undefined reference to `xpt_action' bt.o(.text+0x27ba): undefined reference to `scsi_calc_syncparam' bt.o(.text+0x27ea): undefined reference to `xpt_async' bt.o: In function `bttimeout': bt.o(.text+0x2861): undefined reference to `xpt_print_path' bt.o(.text+0x2888): undefined reference to `xpt_print_path' bt.o(.text+0x28ba): undefined reference to `xpt_freeze_simq' *** Error code 1 Stop in /usr/src/sys/compile/NEWKERNEL --------end snip------------------ ______________________________________________________________________ Web-hosting solutions for home and business! http://website.yahoo.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:23:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zaphod.wox.org (CPE0050bae86969.cpe.net.cable.rogers.com [24.112.22.141]) by hub.freebsd.org (Postfix) with ESMTP id 2598037B402 for ; Tue, 19 Feb 2002 10:23:20 -0800 (PST) Received: from glidden.org (rglidden@localhost.acheron.localnet [127.0.0.1]) by zaphod.wox.org (8.11.6/8.11.6) with ESMTP id g1JINCa35372; Tue, 19 Feb 2002 13:23:13 -0500 (EST) (envelope-from rglidden@glidden.org) Message-Id: <200202191823.g1JINCa35372@zaphod.wox.org> Date: Tue, 19 Feb 2002 13:23:11 -0500 (EST) From: Richard Glidden Subject: Re: Dropping to single user To: oberman@es.net Cc: cft@panix.com, freebsd-questions@FreeBSD.ORG In-Reply-To: <20020219180156.ADF165D09@ptavv.es.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 On 19 Feb, Kevin Oberman wrote: > Yes, a 'shutdown now' will "drop you to single-user mode, but you > REALLY want to reboot after you installkernel and before you > installworld. Actually, isn't this dangerous, since you would be booting a new kernel with an old world, which could cause problems if there are significant changes to the kernel that breaks the old world? What I usually do is: make buildworld make buildkernel KERNCONF=xxxx shutdown +15 "Upgrading the World. Be right back." make installkernel KERNCONF=xxxx mergemaster make installworld shutdown -r now This way, the running kernel always matches the installed world until that final "shutdown -r now" command. At worst, if the new world completely breaks everything, even your ability to reboot, you can just hit the reset switch and hope everything was written to disk first. -- Richard Glidden richard@glidden.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:41:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 4807C37B405 for ; Tue, 19 Feb 2002 10:41:15 -0800 (PST) Received: from [195.20.224.209] (helo=mrvdom02.kundenserver.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 16dFCQ-0004eR-00 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 19:41:10 +0100 Received: from [217.1.114.211] (helo=pD90172D3.dip.t-dialin.net) by mrvdom02.kundenserver.de with esmtp (Exim 2.12 #2) id 16dFCP-0005bN-00 for freebsd-questions@FreeBSD.ORG; Tue, 19 Feb 2002 19:41:09 +0100 Date: Tue, 19 Feb 2002 19:41:41 +0000 (GMT) From: Peter Ulrich Kruppa To: Subject: Great! JAVA works with mozilla - but why? Message-ID: <20020219192917.L2304-100000@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 I installed these ports linux-jdk1.3.1 jdk-1.3.1 linux-mozilla and had to link # ln -s /usr/local/linux-jdk1.3.1/jre/plugin/i386/ns600/lib javaplugin_oji.so /usr/local/lib/linux-mozilla/plugins and *not* # ln -s /usr/local/jdk1.3.1/jre/plugin/i386/ns600/lib ^^^^^^^^ javaplugin_oji.so /usr/local/lib/linux-mozilla/plugins On the other hand all this does not work without jdk1.3.1 installed. Strange?!? Regards, Uli. *-----------------------------------* * 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 Tue Feb 19 10:44:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 274D337B404 for ; Tue, 19 Feb 2002 10:44:31 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dFFd-0003zF-00 for freebsd-questions@FreeBSD.ORG; Tue, 19 Feb 2002 18:44:29 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 0FD9F13040 for ; Tue, 19 Feb 2002 19:44:29 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id ED66622590; Tue, 19 Feb 2002 19:44:28 +0100 (CET) Date: Tue, 19 Feb 2002 19:44:28 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: Dropping to single user Message-ID: <20020219184428.GA1191@raggedclown.net> References: <20020219180156.ADF165D09@ptavv.es.net> <200202191823.g1JINCa35372@zaphod.wox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200202191823.g1JINCa35372@zaphod.wox.org> 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 On Tue, Feb 19, 2002 at 01:23:11PM -0500, Richard Glidden wrote: > On 19 Feb, Kevin Oberman wrote: > > > Yes, a 'shutdown now' will "drop you to single-user mode, but you > > REALLY want to reboot after you installkernel and before you > > installworld. > > Actually, isn't this dangerous, since you would be booting a new kernel > with an old world, which could cause problems if there are significant > changes to the kernel that breaks the old world? What I usually do is: > > make buildworld > make buildkernel KERNCONF=xxxx > shutdown +15 "Upgrading the World. Be right back." > > make installkernel KERNCONF=xxxx > mergemaster > make installworld > shutdown -r now > Yes, surely the mergemaster *has* to be done before the installworld since the new world may expect certain new things to exist in /etc. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:47:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from WVNVM.WVNET.EDU (wvnvm.wvnet.edu [129.71.2.4]) by hub.freebsd.org (Postfix) with SMTP id A50BB37B405 for ; Tue, 19 Feb 2002 10:47:40 -0800 (PST) Received: from espeak11 [157.182.44.249] by WVNVM.WVNET.EDU (IBM VM SMTP Level 310) via TCP with SMTP ; Tue, 19 Feb 2002 13:46:00 EST Message-ID: <000801c1b975$2b51fc30$f92cb69d@cerc.wvu.edu> From: "Praveen Polishetty" To: Subject: Date: Wed, 13 Feb 2002 14:27:43 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C1B49A.994E8DF0" 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_0012_01C1B49A.994E8DF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I am trying to build My own kernel for Elephant File system.I included = two more options in my kernel file in addition to the options given in = GENERIC file. options NULLFS #NULL filesystem options WMFS #ELEPHANT filesystem. when i try to build the kernel it is giving me an error saying unknown = option WMFS . I would appreciate if you can tell me what the problem is. Thanks, praveen polishetty West VIrgina University ------=_NextPart_000_0012_01C1B49A.994E8DF0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
I am trying to build My own kernel for = Elephant=20 File system.I included two more options in my kernel file in addition to = the=20 options given in GENERIC file.
 
options =  NULLFS   #NULL=20 filesystem
options  WMFS   #ELEPHANT=20 filesystem.
 
when i try to build the kernel it is = giving me an=20 error saying unknown option WMFS .
I would appreciate if you can tell me = what the=20 problem is.
 
Thanks,
praveen polishetty
West VIrgina=20 University
------=_NextPart_000_0012_01C1B49A.994E8DF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:48:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from camel.kdsi.net (camel.kdsi.net [206.103.113.218]) by hub.freebsd.org (Postfix) with ESMTP id 85BA637B402 for ; Tue, 19 Feb 2002 10:48:25 -0800 (PST) Received: from camel.kdsi.net (leepcC-167.sub-c.lee.net [208.205.126.167]) (authenticated (0 bits)) by camel.kdsi.net (8.12.0.Beta19/8.12.0.Beta10) with ESMTP id g1JIm5ER021787 for ; Tue, 19 Feb 2002 12:48:06 -0600 (CST) Message-ID: <3C729ED0.E9616D47@camel.kdsi.net> Date: Tue, 19 Feb 2002 12:52:00 -0600 From: Tony Wells X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Problems with Crystal Audio CS461x Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, I recompiled my kernel (4.3-RELEASE) with device pcm device csa and re-booted. I did the 'sh MAKEDEV snd0' in the /dev directory. and tried to play an mp3 with xmms, but alas no sound. The kernel sees the device, here's the output of 'dmesg | grep pcm' pcm0: on csa0 Is there perhaps something I'm missing here, or someone who has had a similar problem with Crystal sound chips? I don't know if it makes any difference, but the sound card is integrated on the motherboard. Please CC responses directly to me, as I am not currently subscribed to the list. TIA, Tony Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:51:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 2F4F137B402 for ; Tue, 19 Feb 2002 10:51:03 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 006435D09; Tue, 19 Feb 2002 10:51:02 -0800 (PST) To: Richard Glidden Cc: cft@panix.com, freebsd-questions@FreeBSD.ORG Subject: Re: Dropping to single user In-reply-to: Your message of "Tue, 19 Feb 2002 13:23:11 EST." <200202191823.g1JINCa35372@zaphod.wox.org> Date: Tue, 19 Feb 2002 10:51:02 -0800 From: "Kevin Oberman" Message-Id: <20020219185103.006435D09@ptavv.es.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 > Date: Tue, 19 Feb 2002 13:23:11 -0500 (EST) > From: Richard Glidden > > On 19 Feb, Kevin Oberman wrote: > > > Yes, a 'shutdown now' will "drop you to single-user mode, but you > > REALLY want to reboot after you installkernel and before you > > installworld. > > Actually, isn't this dangerous, since you would be booting a new kernel > with an old world, which could cause problems if there are significant > changes to the kernel that breaks the old world? What I usually do is: You are booting a new kernel into single-user mode with an old userland. This should always be safe while the other way around is NOT always safe. Using the recommended order (as per the handbook) you know that the new kernel is bootable and, if it is not, you simply boot kernel.old and are right back where you were while you figure out what went wrong. Once you do an installworld, you really can't back out in any sure way other than a re-install. Not a lot of fun. > make buildworld > make buildkernel KERNCONF=xxxx > shutdown +15 "Upgrading the World. Be right back." > > make installkernel KERNCONF=xxxx > mergemaster > make installworld > shutdown -r now > > This way, the running kernel always matches the installed world until > that final "shutdown -r now" command. At worst, if the new world > completely breaks everything, even your ability to reboot, you can just > hit the reset switch and hope everything was written to disk first. And this way you have a very real (but small) possibility of losing the entire system. The handbook recommendations are quite well thought out and VERY safe. I see no advantage to breaking the kernel build into two steps if you plan to boot the new kernel immediately. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:51:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sbs01.SBS1.INTERSPOTS.COM (sbs01.sbs1.interspots.com [216.18.93.129]) by hub.freebsd.org (Postfix) with ESMTP id AEAAB37B434 for ; Tue, 19 Feb 2002 10:50:59 -0800 (PST) Received: from interspots.com ([216.18.93.193]) by sbs01.SBS1.INTERSPOTS.COM with Microsoft SMTPSVC(5.0.2195.3779); Tue, 19 Feb 2002 11:55:18 -0700 Message-ID: <3C729E79.D8B6D943@interspots.com> Date: Tue, 19 Feb 2002 11:50:33 -0700 From: bob X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Re: Internal modem with TIP References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Feb 2002 18:55:18.0281 (UTC) FILETIME=[F94B0F90:01C1B976] Sender: owner-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 tried that, Same Problem. I also tried other hardware internal modems (including cirrus logic chipsets), and was also timing out. (both with generica Kernel and with sio2/3 commented) Any other suggestions? Joe & Fhe Barbish wrote: > > Problem is when I use tip to auto dial out via : > > ' tip -1200 5556201 ' -or- ' tip -33600 5556201 > > try ' tip com5 -1200 5556201 ' -or- ' tip com5 -33600 5556201 > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of bob > Sent: Tuesday, February 19, 2002 10:28 AM > To: freebsd-questions@FreeBSD.ORG > Subject: Internal modem with TIP > > Ok After trying many things I hope someone can help. > > OS: freeBSD 4.5 > Kernel: GENERIC > modem1: Motorola VoiceSURFR 56K Modem (Rockwell chipset RCV56ACFW/SP) > modem2: Rockwell chipset RCV 336ACF/SP Firmware = RCV336DPFSP > > Both modems HARDWARE MODEMS. > > With modem1 installed.. > > dmesg: > > Feb 18 17:11:01 mon1 /kernel: sio4: at > port 0x3e8-0x3ef irq 5 on isa0 > > I first setup in /etc/remote > ' com5:dv=/dev/cuaa4:br#9600:pa=none: ' > > I also put into /etc/remote > > tip33600 |Dial any phone number at 33600 bps:\ > :dv=/dev/cuaa4:br#33600:at=generic:pa=none:du: > > tip1200|Dial any phone number at 1200 bps:\ > :dv=/dev/cuaa4:br#1200:at=generic:pa=none:du: > > When i Tip into 'com5' i can talk to the modem and everything works. I > can dial out and connect no problem. > > Problem is when I use tip to auto dial out via : > > ' tip -1200 5556201 ' -or- ' tip -33600 5556201 > > I get > " > root /etc->tip -1200 5556201 > Using "/dev/cuaa4" <--- (after this i get a 'sound' > out > of the modem Sounds > like It goes ONHOOK then > immidiately goes OFFHOOK) > timeout waiting for reply > timeout waiting for reply > timeout waiting for reply > timeout waiting for reply > timeout waiting for reply > hang up failed > call failed > [EOT] > " > > I've tried: > 1. Multiple configuations in the /etc/modem with multiple init scripts > > rock|generic Rockwell asf Configuration > :dial_command=ATDT%s\r:hangup_command=ATH\r:\ > :echo_off_command=ATE0\r:reset_command=AT&F1\r:\ > :init_string=AT&F&C1&D2&K3%C0 > > :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\ > > :intercommand_delay#250:escape_guard_time#500:reset_delay#2000: > > 2. Recompiling the kernel commenting out sio2 and sio3 > (then the dmesg says: > sio2: at port 0x3e8-0x3ef > irq 5 on > isa0 > sio2: type 16550A > ) > I change the remote to /etc/cuaa2 and try TIP again... > And Still has the same problem (ONHOOK/OFFHOOK) > > root /etc->tip -1200 5556201 > Using "/dev/cuaa2" <----same sound as before > 'Doubleclick' > timeout waiting for reply > timeout waiting for reply > timeout waiting for reply > timeout waiting for reply > timeout waiting for reply > hang up failed > call failed > [EOT] > > I've also tried another modem (33.6k ALSO ROCKWELL RCV336ACF) in each > case and the symptoms are the same. > > Eveything works fine with the External modem i have, But I would like to > get an Internal one to work for once in my life. > > Any Suggestions? > > I've got all the information on these modem from resources at: > http://www.modem-help.freeserve.co.uk/chips/conacf336.html > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:52:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 251C037B404 for ; Tue, 19 Feb 2002 10:52:41 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1JIqT731004; Wed, 20 Feb 2002 07:52:29 +1300 (NZDT) (envelope-from jonc) Date: Wed, 20 Feb 2002 07:52:29 +1300 From: Jonathan Chen To: Jorge Ramirez Cc: questions@FreeBSD.ORG Subject: Re: Popper - "canonical name of client", "ERR password supplied" Message-ID: <20020220075229.A30661@grimoire.chen.org.nz> References: <20020219154758.63574.qmail@web21402.mail.yahoo.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: <20020219154758.63574.qmail@web21402.mail.yahoo.com>; from ijand2@yahoo.com on Tue, Feb 19, 2002 at 07:47:58AM -0800 Sender: owner-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, Feb 19, 2002 at 07:47:58AM -0800, Jorge Ramirez wrote: > I just finished setting up a dns server, with sendmail and popper. The > mail has no problem being sent to and from the mail server, but when i > try to access any of the mail accounts using a pop3 client on another > computer on the network, it gives me the following errors... > > ns1 popper[1459]: (v2.53) Unable to get canonical name of client > 192.168.1.32 > ns1 popper[1459]: user@[192.168.1.32]: -ERR password supplied for > "user" is incorrect. > > > I have a feeling that the canonical name error has something to do with > the dns server. You're right. You need to put in a ptr-entry for 192.168.1.32 on the DNS server. >But why does it keep giving me a bad password error, > when the password is correct? A few questions first: 1. Did you install popper from the ports system 2. Do you have an entry in /etc/pam.conf for pop3 3. Are you *sure* of the case-sensitivity of both USER and PASSWORD? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- Don't worry about avoiding temptation, as you grow older, it starts avoiding you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 10:54: 6 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 9884537B405 for ; Tue, 19 Feb 2002 10:54:02 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id g1JIs0A68030; Tue, 19 Feb 2002 12:54:00 -0600 (CST) (envelope-from dan) Date: Tue, 19 Feb 2002 12:53:59 -0600 From: Dan Nelson To: Darlene Choontanom X45478 BSYS Cc: questions@FreeBSD.ORG Subject: Re: "NIS netgroup support not configured" on remote root login? Message-ID: <20020219185359.GC31589@dan.emsphone.com> References: <200202191820.KAA18712@nomads.rsc.raytheon.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200202191820.KAA18712@nomads.rsc.raytheon.com> User-Agent: Mutt/1.3.27i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-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 (Feb 19), Darlene Choontanom X45478 BSYS said: > Feb 18 11:34:12 foo login: ROOT LOGIN (root) ON ttyp2 FROM bar > Feb 18 17:33:21 foo sshd[23876]: NIS netgroup support not configured That error message should read "NIS netgroup support not supported", I believe. There is no code in pam_login_access to process netgroups, unfortunately. -- 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 Tue Feb 19 10:57: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from home.24cl.com (174.113.sn.ct.dsl.thebiz.net [216.238.113.174]) by hub.freebsd.org (Postfix) with ESMTP id 19FFE37B417 for ; Tue, 19 Feb 2002 10:56:47 -0800 (PST) Received: from ntmm (unknown [63.119.50.193]) by home.24cl.com (Postfix) with ESMTP id 6FD942B28A for ; Tue, 19 Feb 2002 13:56:44 -0500 (EST) Message-ID: <200202191356440557.04B7E320@home.24cl.com> X-Mailer: Calypso Version 3.30.00.00 (1) Date: Tue, 19 Feb 2002 13:56:44 -0500 Reply-To: myraq@mgm51.com From: "MikeM" To: freebsd-questions@FreeBSD.ORG Subject: Problem with PAM authentication using Webmin Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSSD 4.5, Webmin 0.92 I've been trying to use PAM authentication with my webmin installation. It= doesn't work. Here is what I see in my messages log file: > Feb 18 12:33:56 oneyou perl: unable to dlopen(/usr/lib/pam_unix.so) > Feb 18 12:33:56 oneyou perl: [dlerror: /usr/lib/pam_unix.so: Undefined= symbol "pam_get_item"] > Feb 18 12:33:56 oneyou perl: adding faulty module: /usr/lib/pam_unix.so Does anyone have a suggestion of what steps I might try next in order to= get this to work? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11: 1:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.accelernet.net (smtp1.accelernet.net [208.159.164.25]) by hub.freebsd.org (Postfix) with SMTP id E709437B402 for ; Tue, 19 Feb 2002 11:01:09 -0800 (PST) Received: (qmail 16258 invoked from network); 19 Feb 2002 18:53:17 -0000 Received: from 208-169-162-132.hou.accelernet.net (HELO 3023) (208.169.162.132) by smtp1.accelernet.net with SMTP; 19 Feb 2002 18:53:17 -0000 Message-ID: <003d01c1b977$a1a386e0$9202c9c9@championelevators.com> From: "Matthew Bettinger" To: References: <20020219192917.L2304-100000@pukruppa.de> Subject: Mozilla port takes precedence over netscape ? Date: Tue, 19 Feb 2002 13:00:00 -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.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 Good afternoon, I am having some odd occurances after building the FreeBSD mozilla port on a 4.5-STABLE machine. I had the linux-netscape version 4.79 installed and built the mozilla port. After building the mozilla port, netscape does not work. When I execute 'netscape' as a regular user Mozilla comes up! Any ideas please :-) Matthew Bettinger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11: 4:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from no-spam.it.helsinki.fi (NO-SPAM.it.helsinki.fi [128.214.205.34]) by hub.freebsd.org (Postfix) with ESMTP id F2F6E37B405 for ; Tue, 19 Feb 2002 11:04:39 -0800 (PST) Received: from mursu.pesa.fi (root@sirppi.helsinki.fi [128.214.205.27]) by no-spam.it.helsinki.fi (8.11.4/8.11.4-SPAMmers-sod-off) with ESMTP id g1JJ4b418374 for ; Tue, 19 Feb 2002 21:04:37 +0200 (EET) Received: (from poku@localhost) by mursu.pesa.fi (8.11.6/8.11.1) id g1JFOK701038; Tue, 19 Feb 2002 17:24:20 +0200 (EET) (envelope-from poku@mursu.pesa.fi) To: questions@FreeBSD.ORG Subject: fdisk and DOS floppies From: Jussi Reissell Date: 19 Feb 2002 17:24:20 +0200 In-Reply-To: "Mike Meyer"'s message of "Mon, 18 Feb 2002 15:49:50 -0600" Message-ID: <87zo25mr4r.fsf_-_@mursu.pesa.fi> Lines: 40 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 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 Umm, I don't have a clear picture of how fdisk used to behave with DOS floppies. I do seem to remember that I got proper partition table info with it. Not sure about it, though. On a 4.5-STABLE system, if I do a 'fdisk fd0' with a DOS formatted floppy stuffed in, I get: fdisk: can't get disk parameters on /dev/fd0; supplying dummy ones ******* Working on device /dev/fd0 ******* parameters extracted from in-core disklabel are: cylinders=1 heads=1 sectors/track=1 (1 blks/cyl) parameters to be used for BIOS calculations are: cylinders=1 heads=1 sectors/track=1 (1 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 [ bogus partition table deleted ] If I have a floppy with a ufs fs, I get a good partition table: ******* Working on device /dev/fd0 ******* parameters extracted from in-core disklabel are: cylinders=80 heads=2 sectors/track=18 (36 blks/cyl) parameters to be used for BIOS calculations are: cylinders=80 heads=2 sectors/track=18 (36 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 [ a proper partition table deleted ] Looks like the geometry numbers are screwed in the first example. I'd like to be able to get at the partition tables with DOS disks also. (Or possibly some other snappy way of distinguishing unmounted DOS disks from unmounted ufs floppies) -- muuu. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11:10:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12508.mail.yahoo.com (web12508.mail.yahoo.com [216.136.173.200]) by hub.freebsd.org (Postfix) with SMTP id 1D66F37B419 for ; Tue, 19 Feb 2002 11:10:46 -0800 (PST) Message-ID: <20020219191046.15838.qmail@web12508.mail.yahoo.com> Received: from [157.182.44.249] by web12508.mail.yahoo.com via HTTP; Tue, 19 Feb 2002 11:10:46 PST Date: Tue, 19 Feb 2002 11:10:46 -0800 (PST) From: praveen polishetty Subject: Regarding Building a kernel To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am trying to build My own kernel for Elephant File system.I included two more options in my kernel file in addition to the options given in GENERIC file. options NULLFS #NULL filesystem options WMFS #ELEPHANT filesystem. when i try to build the kernel it is giving me an error saying unknown option WMFS .I would appreciate if you can tell me what the problem is. Thanks, praveen polishetty West VIrgina University ===== Praveen kumar Polishetty, 445,oakland street, Apt#401, Morgantown,wv-26505 Ph:304-598-7418(R) 304-293-7226 Ext:4203(O) __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 19 11:12:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id E4FB337B416 for ; Tue, 19 Feb 2002 11:12:16 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id C04715D09; Tue, 19 Feb 2002 11:12:16 -0800 (PST) To: Cliff Sarginson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dropping to single user In-reply-to: Your message of "Tue, 19 Feb 2002 19:44:28 +0100." <20020219184428.GA1191@raggedclown.net> Date: Tue, 19 Feb 2002 11:12:16 -0800 From: "Kevin Oberman" Message-Id: <20020219191216.C04715D09@ptavv.es.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 > Date: Tue, 19 Feb 2002 19:44:28 +0100 > From: Cliff Sarginson > Sender: owner-freebsd-questions@FreeBSD.ORG > > On Tue, Feb 19, 2002 at 01:23:11PM -0500, Richard Glidden wrote: > > On 19 Feb, Kevin Oberman wrote: > > > > > Yes, a 'shutdown now' will "drop you to single-user mode, but you > > > REALLY want to reboot after you installkernel and before you > > > installworld. > > > > Actually, isn't this dangerous, since you would be booting a new kernel > > with an old world, which could cause problems if there are significant > > changes to the kernel that breaks the old world? What I usually do is: > > > > make buildworld > > make buildkernel KERNCONF=xxxx > > shutdown +15 "Upgrading the World. Be right back." > > > > make installkernel KERNCONF=xxxx > > mergemaster > > make installworld > > shutdown -r now > > > Yes, surely the mergemaster *has* to be done before the installworld > since the new world may expect certain new things to exist in /etc. Actually, this is probably irrelevant as you should be doing the installworld and mergemaster in single-user mode. It's long been listed as mergemaster last but I just ran though the flow quickly and it looks to me like it will work as well in either order. But it is critical that both installworld and mergemaster be run before the system returns to multi-user mode. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11:14: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id 8BB9237B400 for ; Tue, 19 Feb 2002 11:14:03 -0800 (PST) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1JJHCC25370; Tue, 19 Feb 2002 13:17:12 -0600 Date: Tue, 19 Feb 2002 13:17:12 -0600 (CST) From: burningclown@westhost43.westhost.net To: Matthew Bettinger Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Mozilla port takes precedence over netscape ? In-Reply-To: <003d01c1b977$a1a386e0$9202c9c9@championelevators.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 I've found that, under Gnome, the 'Netscape' menu choice brings up Mozilla instead -- unless I go into a menu editor and specifically change it. My last update set this hand change back to Mozilla ... not sure why. I can, however, still run Netscape from an xterm by typing 'netscape &', so that's what I've been doing .... On Tue, 19 Feb 2002, Matthew Bettinger wrote: > Good afternoon, > > I am having some odd occurances after building the FreeBSD mozilla port on a > 4.5-STABLE machine. I had the linux-netscape version 4.79 installed and > built the mozilla port. > > After building the mozilla port, netscape does not work. When I execute > 'netscape' as a regular user Mozilla comes up! Any ideas please :-) > > Matthew Bettinger > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11:17:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zaphod.wox.org (CPE0050bae86969.cpe.net.cable.rogers.com [24.112.22.141]) by hub.freebsd.org (Postfix) with ESMTP id 09A0437B400 for ; Tue, 19 Feb 2002 11:17:55 -0800 (PST) Received: from glidden.org (rglidden@localhost.acheron.localnet [127.0.0.1]) by zaphod.wox.org (8.11.6/8.11.6) with ESMTP id g1JJHoa35783; Tue, 19 Feb 2002 14:17:51 -0500 (EST) (envelope-from rglidden@glidden.org) Message-Id: <200202191917.g1JJHoa35783@zaphod.wox.org> Date: Tue, 19 Feb 2002 14:17:49 -0500 (EST) From: Richard Glidden Subject: Re: Dropping to single user To: oberman@es.net Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020219185103.006435D09@ptavv.es.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 On 19 Feb, Kevin Oberman wrote: > Using the recommended order (as per the handbook) you know that the > new kernel is bootable and, if it is not, you simply boot kernel.old > and are right back where you were while you figure out what went > wrong. > > Once you do an installworld, you really can't back out in any sure way > other than a re-install. Not a lot of fun. Good point. It does make much more sense to test the kernel before clobbering your world. > I see no advantage to breaking the kernel build into two steps if you > plan to boot the new kernel immediately. If you run with kern.securelevel >= 1, then won't it be impossible to install the kernel without first rebooting into single-user? The kernel is flaged schg, so it can't be modified unless you remove the schg flag, which is (according to init(8)) impossible at that secure level. It also lets you build while the machine is in multi-user, and install while in single-user, which ensures that your installation doesn't affect any logged-in users before you reboot, and the users don't affect your installation. -- Richard Glidden richard@glidden.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11:22:57 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 228AF37B404 for ; Tue, 19 Feb 2002 11:22:52 -0800 (PST) Received: from [195.20.224.220] (helo=mrvdom04.kundenserver.de) by mout04.kundenserver.de with esmtp (Exim 2.12 #2) id 16dFqi-0004ZM-00; Tue, 19 Feb 2002 20:22:48 +0100 Received: from [217.1.114.211] (helo=pD90172D3.dip.t-dialin.net) by mrvdom04.kundenserver.de with esmtp (Exim 2.12 #2) id 16dFqh-0000yf-00; Tue, 19 Feb 2002 20:22:48 +0100 Date: Tue, 19 Feb 2002 20:23:16 +0000 (GMT) From: Peter Ulrich Kruppa To: Matthew Bettinger Cc: Subject: Re: Mozilla port takes precedence over netscape ? In-Reply-To: <003d01c1b977$a1a386e0$9202c9c9@championelevators.com> Message-ID: <20020219201831.O2304-100000@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 Hi Matthew! On Tue, 19 Feb 2002, Matthew Bettinger wrote: > I am having some odd occurances after building the FreeBSD mozilla port on a > 4.5-STABLE machine. I had the linux-netscape version 4.79 installed and > built the mozilla port. > > After building the mozilla port, netscape does not work. When I execute > 'netscape' as a regular user Mozilla comes up! Any ideas please :-) You can find out where your netscape executable is by typing # which netscape p. ex. /usr/local/bin/netscape and then by # ls -l /usr/local/bin/netscape if this is netscapes real executable or just a link to some mozilla directory. In this case you should set a new link. Regards Uli. *-----------------------------------* * 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 Tue Feb 19 11:26: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id DD23737B405 for ; Tue, 19 Feb 2002 11:25:58 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id B2BAE5D09; Tue, 19 Feb 2002 11:25:58 -0800 (PST) To: Richard Glidden Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Dropping to single user In-reply-to: Your message of "Tue, 19 Feb 2002 14:17:49 EST." <200202191917.g1JJHoa35783@zaphod.wox.org> Date: Tue, 19 Feb 2002 11:25:58 -0800 From: "Kevin Oberman" Message-Id: <20020219192558.B2BAE5D09@ptavv.es.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 > Date: Tue, 19 Feb 2002 14:17:49 -0500 (EST) > From: Richard Glidden > > On 19 Feb, Kevin Oberman wrote: > > > Using the recommended order (as per the handbook) you know that the > > new kernel is bootable and, if it is not, you simply boot kernel.old > > and are right back where you were while you figure out what went > > wrong. > > > > Once you do an installworld, you really can't back out in any sure way > > other than a re-install. Not a lot of fun. > > Good point. It does make much more sense to test the kernel before > clobbering your world. > > > I see no advantage to breaking the kernel build into two steps if you > > plan to boot the new kernel immediately. > > If you run with kern.securelevel >= 1, then won't it be impossible to > install the kernel without first rebooting into single-user? The kernel > is flaged schg, so it can't be modified unless you remove the schg flag, > which is (according to init(8)) impossible at that secure level. Yes, this is true. I don't run an elevated kern.securelevel, so I overlooked this issue. Sorry. > It also lets you build while the machine is in multi-user, and install > while in single-user, which ensures that your installation doesn't > affect any logged-in users before you reboot, and the users don't affect > your installation. Installation of the kernel is safe while in multi-user mode as it only creates a new /kernel and new /modules (and renames the old ones /kernel.old and /modules.old), neither of which will effect the running system unless you do a kldload. (I am assuming that no one with su would do such a thing with you not knowing it.) I try to minimize the time the system is in single-user mode. I even do things that are unsafe on occasion, but I never recommend them to others. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11:28:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.libertysurf.net (mail.libertysurf.net [213.36.80.91]) by hub.freebsd.org (Postfix) with ESMTP id A2EB937B400; Tue, 19 Feb 2002 11:26:56 -0800 (PST) Received: from zd (212.83.191.106) by mail.libertysurf.net (5.1.053) id 3C6C79A6000D0B01; Tue, 19 Feb 2002 20:23:34 +0100 Message-ID: <3C6C79A6000D0B01@mail.libertysurf.net> (added by postmaster@libertysurf.fr) From: Sept Pierres To: vous <> Reply-To: Sept Pierres Subject: =?ISO-8859-1?Q?Et si c'=E9tait vrai ...?= Date: Tue, 19 feb 2002 10:28:05 +0100 Importance: normal X-Mailer: GOTO Software Sarbacane Vs P1.13b Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="5682426646345761" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --5682426646345761 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable --5682426646345761 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: Quoted-Printable Nouvelle page 2

Un ancien= repris de justice reçoit
d'un des 10 hommes les plus riches du mo= nde
l'ancien manuscrit secret des 7 pierres des Andes
qui ont plus de 6000 ans d'âge et
il devient milliardaire en dollars à son tour.

Pour en savoir d'avantage, à= propos de cette histoire hors du commun, il vous suffit simplement d'envoy= er un e-mail à l'adresse : 7pierres@wanadoo.fr
=


Votre adresse fait partie d'une mailing-list à la suite de votre inscription ou de votre présence publique sur Internet. Nous nous eff= orçons de maintenir des listes de diffusion de qualité et d'éviter le S= pam. C’est pourquoi nous vous présentons nos excuses si ce mail vous a déra= ngé. Si ce mail vous a atteint par erreur et si vous souhaitez ne plus jamais recevoi= r de message de notre part et sortir immédiatement de nos listes, il vous = suffit simplement d'envoyer un mail en cliquant sur l’adresse : sortir-liste@wanadoo.fr=


Your address is listed because of your subscription to a list or becaus= e of your public presence on Internet. We are permanently monitoring the qua= lity of our mailing-lists to avoid Spam. We apologize for any disturbance. If this mail hits your inbox by error and/or if you do not wish to receive an= y other e-mail from us, you can unsubscribe from our lists by sending an ema= il to : sortir-liste@wanadoo.fr

--5682426646345761-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11:28:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.accelernet.net (smtp1.accelernet.net [208.159.164.25]) by hub.freebsd.org (Postfix) with SMTP id D86C737B400 for ; Tue, 19 Feb 2002 11:28:22 -0800 (PST) Received: (qmail 4397 invoked from network); 19 Feb 2002 19:20:30 -0000 Received: from 208-169-162-132.hou.accelernet.net (HELO 3023) (208.169.162.132) by smtp1.accelernet.net with SMTP; 19 Feb 2002 19:20:30 -0000 Message-ID: <007101c1b97b$6ef94370$9202c9c9@championelevators.com> From: "Matthew Bettinger" To: References: Subject: Re: Mozilla port takes precedence over netscape ? Date: Tue, 19 Feb 2002 13:27:13 -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.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 can, however, still run Netscape from an xterm by typing 'netscape &', > so that's what I've been doing .... > When I type netscape from a term mozilla still loads up. If I pkg_delete mozilla then I can magically use netscape again. heh. Matt > > Good afternoon, > > > > I am having some odd occurances after building the FreeBSD mozilla port on a > > 4.5-STABLE machine. I had the linux-netscape version 4.79 installed and > > built the mozilla port. > > > > After building the mozilla port, netscape does not work. When I execute > > 'netscape' as a regular user Mozilla comes up! Any ideas please :-) > > > > Matthew Bettinger > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > -- > +----------------+ > http://www.burningclown.com > "Everyone's Portal to Nothing At All" > +----------------+ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11:31:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 7113D37B400 for ; Tue, 19 Feb 2002 11:31:22 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 45EB65D09; Tue, 19 Feb 2002 11:31:22 -0800 (PST) To: UMAR Naveed FTRD/DMR/LON Cc: "'questions@FreeBSD.org'" , "'delaferc@yahoo.fr'" Subject: Re: URGENT:- Installation Problems of XServer with FreeBSD? In-reply-to: Your message of "Tue, 19 Feb 2002 13:16:04 +0100." Date: Tue, 19 Feb 2002 11:31:22 -0800 From: "Kevin Oberman" Message-Id: <20020219193122.45EB65D09@ptavv.es.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 > From: UMAR Naveed FTRD/DMR/LON > Date: Tue, 19 Feb 2002 13:16:04 +0100 > Sender: owner-freebsd-questions@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. > > ------=_NextPartTM-000-41c6e247-246b-11d6-b1e5-00508b69ab48 > Content-Type: multipart/alternative; > boundary="----_=_NextPart_001_01C1B93F.34055F10" > > ------_=_NextPart_001_01C1B93F.34055F10 > Content-Type: text/plain; > charset="ISO-8859-1" > > Hi > > We have installed a version of the FreeBSD OS on our machines, but are > experiencing some problems which the documentation cannot address. > > We are trying to run XServer by configuring required properties using the > graphical interface, i.e. Keyboard, Mouse, Monitor and Video Card. > > The Mouse settings are: sysmouse; emulating 3 buttons although the mouse > used is a Logitech Badger (2 Button). > > The keyboard options are fine, since we select a generic ps2 keyboard, with > the language chosen as English. > > Video Card appears to be a problem. We found that the Video Chip is an > Intel 810e integrated video, with dynamically allocated system memory up to > 8MB. But there is no Intel 810e in the option menu for the Video Card. I > tried using the Intel generic 710 and 5430 options with failure. > > Also the monitor resolution seems to be a problem, because the maximum > specified value is 1024 * 768 @16M colors @ 85 Hz, but again this value is > not offered in the menu. Make friends and get answers to your most personal problems by NOT posting HTML to FreeBSD lists! You don't provide much information. What version of XFree86 and FreeBSD are you running? If you are running XF86 3.3.6, you need to upgrade to 4.1 as the Intel 810 is not supported by 3.3.6. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 11:35:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id C02CC37B404 for ; Tue, 19 Feb 2002 11:35:48 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1JJa5q29428; Tue, 19 Feb 2002 14:36:05 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Tue, 19 Feb 2002 14:36:05 -0500 (EST) From: Joe Clarke To: Peter Ulrich Kruppa Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Great! JAVA works with mozilla - but why? In-Reply-To: <20020219192917.L2304-100000@pukruppa.de> Message-ID: <20020219143501.L28302-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 19 Feb 2002, Peter Ulrich Kruppa wrote: > > I installed these ports > linux-jdk1.3.1 > jdk-1.3.1 > linux-mozilla > and had to link > # ln -s /usr/local/linux-jdk1.3.1/jre/plugin/i386/ns600/lib > javaplugin_oji.so /usr/local/lib/linux-mozilla/plugins > > and *not* > # ln -s /usr/local/jdk1.3.1/jre/plugin/i386/ns600/lib > ^^^^^^^^ > javaplugin_oji.so /usr/local/lib/linux-mozilla/plugins > > On the other hand all this does not work without jdk1.3.1 > installed. > Strange?!? Not sure what's up with that, but I have jdk-1.3.1p6 with FreeBSD's Mozilla/Galeon working just fine. I finally have the JPI working in a native browser! Joe > > > Regards, > > Uli. > > *-----------------------------------* > * Peter Ulrich Kruppa * > * - Wuppertal - * > * Germany * > *-----------------------------------* > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 19 11:45:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sofia.digsys.bg (sofia.digsys.bg [193.68.3.250]) by hub.freebsd.org (Postfix) with ESMTP id E4A5237B404 for ; Tue, 19 Feb 2002 11:45:47 -0800 (PST) Received: from comm.uni-svishtov.bg (ns.uni-svishtov.bg [193.68.172.1]) by sofia.digsys.bg (8.9.0/8.9.0) with ESMTP id VAA06830 for ; Tue, 19 Feb 2002 21:45:41 +0200 (EET) Received: from grinch.uni-svishtov.bg (grinch.uni-svishtov.bg [193.68.172.9]) by comm.uni-svishtov.bg (8.9.3/8.9.3) with ESMTP id VAA17654 for ; Tue, 19 Feb 2002 21:45:38 +0200 (EET) Received: from uni-svishtov.bg (lalev.uni-svishtov.bg [193.68.173.61]) by grinch.uni-svishtov.bg (8.12.1/8.12.1) with ESMTP id g1JJjaOA006287 for ; Tue, 19 Feb 2002 21:45:38 +0200 (EET) Message-ID: <3C72A954.6070308@uni-svishtov.bg> Date: Tue, 19 Feb 2002 21:36:52 +0200 From: Angelin Lazarov Lalev User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2.1) Gecko/20010901 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Subject: Re: Modem getting sio1 interrupt-level buffer overflow msgs References: Content-Type: text/plain; charset=windows-1252; 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 Joe & Fhe Barbish wrote: >I have a Zoom model 2920 pci modem on sio1 and >connect to my ISP with user ppp. >I keep getting this message on the FBSD console >'30 more sio1 interrupt-level buffer overflows' >when installing ports that have to download tar files. >I also get this message when I use 'tip or cu' command >to issue ATI11 to the modem to display the last >connection values. > >Any ideas of what is causing this or what to try to make it go away? > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > I've got the same problem with one of the dialup servers I had. In my case, I'm almost sure what was the reason: Apparently this message appears when too much data is received at a time and the processor cannot handle it fast enough. More precisely: the COM ports have some kind of FIFO queue. If the processor cannot fetch the data from there fast enough, the queue gets full. Then some data is lost. It's not dangerous, because ppp will detect the corupted packet and it will be resend. If it's happening very often, the performance of the modem goes down I believe. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 12:30:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.inka.de (quechua.inka.de [212.227.14.2]) by hub.freebsd.org (Postfix) with ESMTP id B2C0837B402 for ; Tue, 19 Feb 2002 12:30:52 -0800 (PST) Received: from kemoauc.mips.inka.de (uucp@) by mail.inka.de with local-bsmtp id 16dGuZ-0006jo-00; Tue, 19 Feb 2002 21:30:51 +0100 Received: (from mailnull@localhost) by kemoauc.mips.inka.de (8.11.6/8.11.6) id g1JJUAJ09990 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 20:30:10 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Subject: Re: Local CVS Repository, how to use ? Date: Tue, 19 Feb 2002 19:30:09 +0000 (UTC) Message-ID: References: <20020219165740.GA378@raggedclown.net> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-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 Cliff Sarginson wrote: > How do I know emulate a cvsup from it into my working > /usr .. tree(s) ? I want to update my -STABLE system > for example. > > I guess I don't have to run the cvsupd to do this. Yes, you do. Setting this up with net/cvsup-mirror is very simple, though. Another port you may find interesting is devel/cvsweb. I think your central misconception is that people will necessarily cvsup from a local repository. You can do that, and depending on the circumstances it may be advantageous, but the primary idea behind a local repo is that you can access it with cvs, rather than cvsup. -- Christian "naddy" Weisgerber naddy@mips.inka.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 12:46:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out007.verizon.net (out007pub.verizon.net [206.46.170.107]) by hub.freebsd.org (Postfix) with ESMTP id 9135637B416 for ; Tue, 19 Feb 2002 12:46:53 -0800 (PST) Received: from oemcomputer ([63.23.200.100]) by out007.verizon.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020219204658.TLUU29231.out007.verizon.net@oemcomputer> for ; Tue, 19 Feb 2002 14:46:58 -0600 Message-ID: <000d01c1b986$738903c0$64c8173f@oemcomputer> From: "Garret R Spears" To: "freeBSD Info" Subject: miibus_if.h Date: Tue, 19 Feb 2002 12:06:10 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Kent or all, Ref: release 4.0, i386, setting up Netgear FA311/FA312 network In trying to build it into a new kernel I got as far as "make depend" and an include file was not there; miibus_if.h. Is there a possibility that it wasn't in the original release? Any clues as to what package it might be in? Thanks, Garret To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 12:50: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from opensrs.saignon.net (216-120-17-67.dsl.cust.tfb.com [216.120.17.67]) by hub.freebsd.org (Postfix) with ESMTP id 4CFAA37B404 for ; Tue, 19 Feb 2002 12:50:02 -0800 (PST) Received: from frankenmobl (u2938@prx2.ipivot.com [216.188.41.2]) by opensrs.saignon.net (8.11.6/8.11.3) with ESMTP id g1JKmsQ35754 for ; Tue, 19 Feb 2002 12:48:55 -0800 (PST) (envelope-from tony@saign.com) From: "Tony Saign" To: Subject: SBC and FreeBSD? Date: Tue, 19 Feb 2002 12:49:55 -0800 Message-ID: <000001c1b986$fd8b0ff0$ef0b010a@frankenmobl> 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.3311 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 Has anyone had any success they can share w/ building a SBC(Single Board Computer) FreeBSD box? I'd like to build one, but don't want to waste any money on HW that doesn't work. Desired features, memory disk, and 2 ethernet interfaces. Thanks in advance, -Tony To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 12:52:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 71BA037B404 for ; Tue, 19 Feb 2002 12:52:33 -0800 (PST) Received: from barbish ([63.70.155.109]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Tue, 19 Feb 2002 15:56:50 -0500 From: "Joe & Fhe Barbish" To: "FBSD" Subject: cvsup /etc/cvsupfile Date: Tue, 19 Feb 2002 15:52:31 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE 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 like just to type cvsup on the command line instead of all ways typing cvsup -l /etc/cvsupfile Is there any way to configure cvsup command to default to -l2 and use /etc/cvsupfile all the time? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 12:55: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from firewall.ade.com (mail.ade.com [208.237.133.234]) by hub.freebsd.org (Postfix) with SMTP id 5B09537B416 for ; Tue, 19 Feb 2002 12:54:58 -0800 (PST) Received: from no.name.available by firewall.ade.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 19 Feb 2002 20:54:58 UT Received: (private information removed) Message-ID: From: Chris Corayer To: "'questions@freebsd.org'" Subject: Re: Local CVS Repository, how to use ? Date: Tue, 19 Feb 2002 15:55:41 -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 Date: Tue, 19 Feb 2002 17:57:41 +0100 From: Cliff Sarginson Subject: Local CVS Repository, how to use ? Hello, I have the whole of the CVS repository now on disk. All on it's own dedicated filesystem /cvs Errmm.. dumb question. How do I know emulate a cvsup from it into my working /usr .. tree(s) ? I want to update my -STABLE system for example. I guess I don't have to run the cvsupd to do this. I looked but information I did not find. Any tips, hints or RTFM's ? ------------------------------------------------ Since this is the second time I've done stuff relating to questions on CVS today, I'll post it. A good FAQ would be the cvsup home page. http://www.polstra.com/projects/freeware/CVSup/faq.html Here's the files I use. cvs is the name of the system I run the local mirror on and has an entry in /etc/hosts. You could just as easily use the IP address and/or 127.0.0.1 if you felt like it. The good thing about this, is that you can now just copy these files to your other machines and have identical collections. At the moment, the mirror syncs once every morning at 2:43, but that will likely change to once every Monday morning so I can get all the machines more or less identically set up over the course of a week. If necessary I can manually sync up with the official mirrors at any time by changing the *default host entry. Just run /usr/local/bin/cvsup /etc/cvsupfile $cat /etc/cvsupfile #*default host=cvsup3.freebsd.org ( uncomment if you need an update from a current mirror ) *default host=cvs ( change this to yours, I run a local mirror named cvs ) *default base=/usr *default prefix=/usr *default release=cvs *default tag=RELENG_4 *default delete use-rel-suffix *default tag=. #src-all ( uncomment for source code ) #ports-all ( This is for ALL of the ports, but isn't needed ) ports-base ( You NEED this if you don't use ports-all ) ports-devel ports-lang ports-net ( cvsup and others ) ports-security ( Has nmap and other cool stuff ) ports-shells ( bash and ksh as well as others ) ports-sysutils ( portupgrade and others ) doc-all You can put the src-all entry above the *default tag-. and you will then have the source for STABLE instead of CURRENT. $cat /usr/sup/refuse doc/de* doc/es* doc/fr* doc/id* doc/it* doc/ja* doc/nl* doc/pt* doc/ro* doc/ru* doc/sr* doc/zh* ports/chinese ports/french ports/german ports/hebrew ports/korean ports/russian ports/ukrainian ports/vietnamese src/sys/alpha src/sys/arm src/sys/powerpc src/sys/sparc64 src/sys/pc98 www/de www/es www/ja www/ru www/zh The refuse file is good for when using ports-all as I don't read any of those languages. Nor do I have Sparc or Arm hardware. Thank You. -Christopher Corayer Information Services ADE Technologies 77 Rowe Street Newton, MA 02466 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 13: 1: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 56C7437B404 for ; Tue, 19 Feb 2002 13:01:00 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dHNj-00041r-00 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 21:00:59 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 8894713040 for ; Tue, 19 Feb 2002 22:00:58 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 5E91A22590; Tue, 19 Feb 2002 22:00:58 +0100 (CET) Date: Tue, 19 Feb 2002 22:00:58 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: Local CVS Repository, how to use ? Message-ID: <20020219210058.GA7260@raggedclown.net> References: <20020219165740.GA378@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Tue, Feb 19, 2002 at 07:30:09PM +0000, Christian Weisgerber wrote: > Cliff Sarginson wrote: > > > How do I know emulate a cvsup from it into my working > > /usr .. tree(s) ? I want to update my -STABLE system > > for example. > > > > I guess I don't have to run the cvsupd to do this. > > Yes, you do. Setting this up with net/cvsup-mirror is very simple, > though. > > Another port you may find interesting is devel/cvsweb. > > I think your central misconception is that people will necessarily > cvsup from a local repository. You can do that, and depending on > the circumstances it may be advantageous, but the primary idea > behind a local repo is that you can access it with cvs, rather than > cvsup. > Yes, I sort of understand that :) And I do want cvs access etc, I am hoping to develop some stuff myself. But what I thought would be handy is that if I have it up to date locally, I can use it for cvsup on any machine on my network in a convenient way... and just centralise my synchronisation in one place. So I become a local mirror for my network so to speak. I will look at the ports you suggest anyway..thanks ! -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 13: 4: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 67A6437B400 for ; Tue, 19 Feb 2002 13:03:59 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dHQc-0004Bp-00 for questions@freebsd.org; Tue, 19 Feb 2002 21:03:58 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id DB44A13040 for ; Tue, 19 Feb 2002 22:03:57 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 8A8C822590; Tue, 19 Feb 2002 22:03:57 +0100 (CET) Date: Tue, 19 Feb 2002 22:03:57 +0100 From: Cliff Sarginson To: "'questions@freebsd.org'" Subject: Re: Local CVS Repository, how to use ? Message-ID: <20020219210357.GB7260@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Tue, Feb 19, 2002 at 03:55:41PM -0500, Chris Corayer wrote: > > Date: Tue, 19 Feb 2002 17:57:41 +0100 > From: Cliff Sarginson > Subject: Local CVS Repository, how to use ? > Hello, > I have the whole of the CVS repository now on disk. > All on it's own dedicated filesystem > /cvs > Errmm.. dumb question. > How do I know emulate a cvsup from it into my working > /usr .. tree(s) ? I want to update my -STABLE system > for example. > > I guess I don't have to run the cvsupd to do this. > I looked but information I did not find. > > Any tips, hints or RTFM's ? > > ------------------------------------------------ > > Since this is the second time I've done stuff relating to questions on CVS > today, I'll post it. > Thanks very much ! -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 13: 7:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 4537737B400 for ; Tue, 19 Feb 2002 13:07:14 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 136DE5D0C; Tue, 19 Feb 2002 13:07:12 -0800 (PST) To: "Garret R Spears" Cc: "freeBSD Info" Subject: Re: miibus_if.h In-reply-to: Your message of "Tue, 19 Feb 2002 12:06:10 PST." <000d01c1b986$738903c0$64c8173f@oemcomputer> Date: Tue, 19 Feb 2002 13:07:12 -0800 From: "Kevin Oberman" Message-Id: <20020219210712.136DE5D0C@ptavv.es.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 > From: "Garret R Spears" > Date: Tue, 19 Feb 2002 12:06:10 -0800 > Sender: owner-freebsd-questions@FreeBSD.ORG > > Kent or all, > Ref: release 4.0, i386, setting up Netgear FA311/FA312 network > > In trying to build it into a new kernel I got as far as "make depend" > and an include file was not there; miibus_if.h. > Is there a possibility that it wasn't in the original release? Any > clues as to what package it might be in? Garret, You need to restore "device miibus" to you kernel configuration. Most Ethernet drivers require the miibus device. The config process does not copy the header file into the build directory unless the device is in the configuration file. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 13: 8:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by hub.freebsd.org (Postfix) with SMTP id 834B437B400 for ; Tue, 19 Feb 2002 13:08:37 -0800 (PST) Received: (qmail 33371 invoked by uid 1001); 19 Feb 2002 21:07:42 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 19 Feb 2002 21:07:42 -0000 Date: Tue, 19 Feb 2002 16:07:42 -0500 (EST) From: Kenneth Culver To: Tony Wells Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with Crystal Audio CS461x In-Reply-To: <3C729ED0.E9616D47@camel.kdsi.net> Message-ID: <20020219160713.A33362-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 Did you turn up the volume using the mixer command? I've seen some boards init the volume at 0. Ken On Tue, 19 Feb 2002, Tony Wells wrote: > Hi all, > > I recompiled my kernel (4.3-RELEASE) with > > device pcm > device csa > > and re-booted. > > I did the 'sh MAKEDEV snd0' in the /dev directory. > > and tried to play an mp3 with xmms, but alas no sound. > > The kernel sees the device, here's the output of 'dmesg | grep pcm' > > pcm0: on csa0 > > Is there perhaps something I'm missing here, or someone who has had a > similar problem with Crystal sound chips? I don't know if it makes any > difference, but the sound card is integrated on the motherboard. > > Please CC responses directly to me, as I am not currently subscribed to > the list. > > TIA, > Tony Wells > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 19 13: 9: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 4860E37B405 for ; Tue, 19 Feb 2002 13:08:52 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dHVL-0005Qp-00 for freebsd-questions@FreeBSD.ORG; Tue, 19 Feb 2002 21:08:51 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id B441313040 for ; Tue, 19 Feb 2002 22:08:50 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 066DC22590; Tue, 19 Feb 2002 22:08:50 +0100 (CET) Date: Tue, 19 Feb 2002 22:08:49 +0100 From: Cliff Sarginson To: FBSD Subject: Re: cvsup /etc/cvsupfile Message-ID: <20020219210849.GC7260@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Tue, Feb 19, 2002 at 03:52:31PM -0500, Joe & Fhe Barbish wrote: > > I would like just to type cvsup on the command line > instead of all ways typing cvsup -l /etc/cvsupfile > > Is there any way to configure cvsup command to > default to -l2 and use /etc/cvsupfile all the time? > alias cvsup="/usr/local/bin/cvsup -g -L 2 /etc/svsupfile" -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 13:11:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cagelink.com (dsl94102.dyndsl.nettally.com [199.44.94.102]) by hub.freebsd.org (Postfix) with ESMTP id 85AD137B404; Tue, 19 Feb 2002 13:11:03 -0800 (PST) Received: by cagelink.com (Postfix, from userid 1001) id 295FC17A; Tue, 19 Feb 2002 16:13:29 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by cagelink.com (Postfix) with ESMTP id 261C182; Tue, 19 Feb 2002 16:13:29 -0500 (EST) Date: Tue, 19 Feb 2002 16:13:29 -0500 (EST) From: Tyler To: Patrick Fish Cc: , Subject: Re: ppp problems In-Reply-To: <000a01c1b967$6281ac40$2200a8c0@zeus> Message-ID: <20020219161238.M93490-100000@cagelink.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 don't beleive there is a eth0 on a FBSD box. Type ifconfig and try to find the most sutable device, usually dc0 or r10. On Tue, 19 Feb 2002, Patrick Fish wrote: > ppp ON apollo> dial > Warning: kldload: ng_ether: Exec format error > Warning: eth0: Cannot send a netgraph message: No such file or directory > > --- > I compiled my kernel with netgraph and rebooted..... > any ideas? > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.324 / Virus Database: 181 - Release Date: 2/14/2002 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 13:54:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from b0hc5815y9df.bc.hsia.telus.net (b0hc5815y9df.bc.hsia.telus.net [142.173.109.65]) by hub.freebsd.org (Postfix) with ESMTP id C8CBB37B405 for ; Tue, 19 Feb 2002 13:54:44 -0800 (PST) Received: (from hanif@localhost) by b0hc5815y9df.bc.hsia.telus.net (8.11.6/8.11.6) id g1JLvd402053 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 13:57:39 -0800 (PST) (envelope-from hanif) Date: Tue, 19 Feb 2002 13:56:44 -0800 From: Hanif Ladha To: freebsd-questions@freebsd.org Subject: Enabling soft-updates for / Message-ID: <20020219215644.GA2017@ladha.com> 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.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 This should be easy, but... I would like to enable soft-updates for /. However man tunefs states that the filesystem needs to be unmounted. So the goofy question is how do I umount / and run tunefs -n enable /. Or have missed the boat completely. Thanks, Hanif. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 13:59: 2 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 54B4837B417 for ; Tue, 19 Feb 2002 13:58:59 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id g1JLwrs89162; Tue, 19 Feb 2002 15:58:53 -0600 (CST) (envelope-from dan) Date: Tue, 19 Feb 2002 15:58:53 -0600 From: Dan Nelson To: Hanif Ladha Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Enabling soft-updates for / Message-ID: <20020219215852.GC18746@dan.emsphone.com> References: <20020219215644.GA2017@ladha.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020219215644.GA2017@ladha.com> User-Agent: Mutt/1.3.27i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-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 (Feb 19), Hanif Ladha said: > This should be easy, but... > > I would like to enable soft-updates for /. However man tunefs states > that the filesystem needs to be unmounted. So the goofy question is how > do I umount / and run tunefs -n enable /. Or have missed the boat > completely. The easiest way is to boot single-user (hit space at the countdown on bootup, then run 'boot -s'), and run tunefs there. It actually doesn't need to be unmounted; just not mounted R/W. -- 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 Tue Feb 19 14: 0:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from c002.snv.cp.net (c002-h001.c002.snv.cp.net [209.228.32.165]) by hub.freebsd.org (Postfix) with SMTP id DBCF437B417 for ; Tue, 19 Feb 2002 13:59:47 -0800 (PST) Received: (cpmta 24888 invoked from network); 19 Feb 2002 13:59:45 -0800 Received: from 63.233.221.86 (HELO 3rvs.com) by smtp.peoplepc.com (209.228.32.165) with SMTP; 19 Feb 2002 13:59:45 -0800 X-Sent: 19 Feb 2002 21:59:45 GMT Message-ID: <3C72CB07.70407@3rvs.com> Date: Tue, 19 Feb 2002 17:00:39 -0500 From: mh User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020207 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Cc: mheyes@concentric.net Subject: mount_cd9660 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'm trying to mount an iso9660 filesystem located at the end of an audio CD. Using cdcontrol, I found the following information about the CD: michael@~ sudo cdcontrol -f /dev/cdrom info Password: Starting track = 1, ending track = 15, TOC size = 130 bytes track start duration block length type ------------------------------------------------- 1 0:02.00 3:22.22 0 15022 audio 2 3:22.22 5:00.73 15022 22423 audio 3 8:21.20 4:22.74 37445 19574 audio 4 12:42.19 4:55.00 57019 21975 audio 5 17:35.19 4:37.01 78994 20626 audio 6 22:10.20 4:08.01 99620 18451 audio 7 26:16.21 4:04.71 118071 18221 audio 8 30:19.17 4:19.02 136292 19277 audio 9 34:36.19 3:22.00 155569 15000 audio 10 37:56.19 3:25.72 170569 15297 audio 11 41:20.16 3:54.05 185866 17405 audio 12 45:12.21 5:15.70 203271 23545 audio 13 50:26.16 4:24.00 226816 19650 audio 14 54:48.16 5:52.26 246466 26276 audio 15 60:38.42 18:56.25 272742 85075 data 170 79:32.67 - 357817 - -: I then tried to mount that data and got the following results: michael@~ sudo mount_cd9660 -s 272742 /dev/cdrom /mnt mount_cd9660: /dev/cdrom: Invalid argument I've read the man for mount_cd9660 and can't figure out why this is an invalid argument. I've tried /dev/acd0c also, with the same error message. Any suggestions would be much appreciated. Thanks. Michael Heyes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 14: 2:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f45.law15.hotmail.com [64.4.23.45]) by hub.freebsd.org (Postfix) with ESMTP id 73DA837B400 for ; Tue, 19 Feb 2002 14:02:26 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 14:02:26 -0800 Received: from 24.157.255.31 by lw15fd.law15.hotmail.msn.com with HTTP; Tue, 19 Feb 2002 22:02:26 GMT X-Originating-IP: [24.157.255.31] From: "Matt Lazarou" To: freebsd-questions@FreeBSD.ORG Subject: Regarding NATD for FreeBSD 4.5-stable Date: Tue, 19 Feb 2002 22:02:26 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 19 Feb 2002 22:02:26.0395 (UTC) FILETIME=[1DC54AB0:01C1B991] Sender: owner-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 was wondering if someone could help me redirect incoming traffic to a public server using the natd. When i tryed: natd -n txp0 -redirect_port tcp x.x.x.x:8888,x.x.x.x:8888 I got the message: natd: redirect_port: missing public port So i then tryed to specify a public port and i then got this message: natd -n txp0 -redirect_port tcp x.x.x.x:8888,x.x.x.x:8888 8888 natd: Unable to bind divert socket.: Address already in use Any help on how to fix this problem would be greatly apperciated. _________________________________________________________________ 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 Tue Feb 19 14: 2:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 6D49F37B419 for ; Tue, 19 Feb 2002 14:02:51 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 3B2B52B6C7; Tue, 19 Feb 2002 23:02:24 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 838C187C; Wed, 20 Feb 2002 09:01:51 +1100 (EST) Date: Wed, 20 Feb 2002 09:01:51 +1100 From: Edwin Groothuis To: Hanif Ladha Cc: freebsd-questions@freebsd.org Subject: Re: Enabling soft-updates for / Message-ID: <20020220090151.S494@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Hanif Ladha , freebsd-questions@freebsd.org References: <20020219215644.GA2017@ladha.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: <20020219215644.GA2017@ladha.com>; from hanif@ladha.com on Tue, Feb 19, 2002 at 01:56:44PM -0800 Sender: owner-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, Feb 19, 2002 at 01:56:44PM -0800, Hanif Ladha wrote: > I would like to enable soft-updates for /. However man tunefs states > that the filesystem needs to be unmounted. So the goofy question is how > do I umount / and run tunefs -n enable /. Or have missed the boat > completely. Boot in single-user mode, login and do the tunefs-command. Some people say you shouldn't do softupdates on /, some people say it is an acceptable risk. See previous discussions to find out what you think about it. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 14: 3:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id 5061F37B404 for ; Tue, 19 Feb 2002 14:03:44 -0800 (PST) Received: (qmail 1645 invoked from network); 19 Feb 2002 22:04:32 -0000 Received: from oxyetb.com (HELO alexus) (@66.92.98.145) by secure.nexgen.com with SMTP; 19 Feb 2002 22:04:32 -0000 Message-ID: <002701c1b991$48ec5990$0d00a8c0@alexus> From: "alexus" To: Subject: copy everythin (/) from one machine to remote machine Date: Tue, 19 Feb 2002 17:03:38 -0500 Organization: NexGen 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 how would I go about making copy of everything that is on one machine to another machine? considering that both machines are not on same network and not even physically close to each other and I want to copy everything from one machine / to another with all permissions and every thing can I do tar everything one machine and untar it on another? if it's possible, then supposedly it'd solve my situation but how would I make that other hard drive bootable? 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 Feb 19 14: 4:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from b0hc5815y9df.bc.hsia.telus.net (b0hc5815y9df.bc.hsia.telus.net [142.173.109.65]) by hub.freebsd.org (Postfix) with ESMTP id E7B6837B400 for ; Tue, 19 Feb 2002 14:04:16 -0800 (PST) Received: (from hanif@localhost) by b0hc5815y9df.bc.hsia.telus.net (8.11.6/8.11.6) id g1JM6Fg02249; Tue, 19 Feb 2002 14:06:15 -0800 (PST) (envelope-from hanif) Date: Tue, 19 Feb 2002 14:05:20 -0800 From: Hanif Ladha To: "Dooley, Ryan" Cc: freebsd-questions@freebsd.org Subject: Re: Enabling soft-updates for / Message-ID: <20020219220520.GA2210@ladha.com> Mail-Followup-To: "Dooley, Ryan" , freebsd-questions@freebsd.org References: <44D2ED0AC0121146BF01366481060EBE1D6AAEDA@umc-mail02.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44D2ED0AC0121146BF01366481060EBE1D6AAEDA@umc-mail02.missouri.edu> 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 Dooley, Ryan (dooleyr@missouri.edu) wrote: > If you really want to do this: Okay, so you think this might be a bad idea - appreciate your input. Hanif. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 14:27:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id DDDF437B402 for ; Tue, 19 Feb 2002 14:27:46 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g1JMRf594438 for ; Tue, 19 Feb 2002 16:27:41 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1JMRfK07004 for ; Tue, 19 Feb 2002 16:27:41 -0600 (CST) Date: Tue, 19 Feb 2002 16:27:41 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@freebsd.org Subject: Strange networking problems In-Reply-To: <004101c1a8cb$eff93a40$6d36120a@comsys.ntukpi.kiev.ua> 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. This probubly sounds like a newbie question, but I was working with one of our servers that just went down this afternoon and it's got me baffled. It's not generating any error or failure messages, yet it won't initialize the network correctly. When you try to telnet into sendmail or ssh from localhost the daemons jump right to life, but you try to come across the network and the daemons laugh histerically at you (figuratively speaking) and take forever to connect. I've tried reinstalling to no avail. Same problem after the install as before the install. The daemons are very, very slow starting on bootup, but you remove the nic cable and they start up faster, but not like normal, however it fails on hostname setup. Remove the nic entirely and everything fires up and plays happily like nothing was wrong. I've tried 3 different nic cards in it and 2 do the same thing and the 3rd refuses to be seen. Any ideas?? Two of the cards are kingston kne120tx 10/100tx cards. The third is a Linksys EtherPCI lan card 2, all are PCI. Thing is this box was doing awesome right up until yesterday when it started acting up. Today it totally refuses to move data at more than a snails pace out of the nic card. I've also moved the HD to another identical system and got the same result. Same cards mind you, but identical system, same type of hardware. (the backup system didn't have a lan card of its own so I snagged one of the cards in question) Same result. So I'm curious where the problem might be lying. The rc.conf file is fine. If I disable the nic card in the rc.conf file then the system plays happy as if no nic existed. So my only thought is it has to do something with the nic. Sorry for being so long winded, but I wanted to lay out exactly what I've done so far to troubleshoot this. Your help will be greatly apreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 14:30:54 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 EC97037B400 for ; Tue, 19 Feb 2002 14:30:49 -0800 (PST) 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 SAA87619; Tue, 19 Feb 2002 18:00:26 -0500 (EST) (envelope-from shovey@buffnet.net) Date: Tue, 19 Feb 2002 17:30:42 -0500 (EST) From: Stephen Hovey To: Steven Lake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Strange networking 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 you sure your DNS is all ok? On Tue, 19 Feb 2002, Steven Lake wrote: > HI all. This probubly sounds like a newbie question, but I was > working with one of our servers that just went down this afternoon and > it's got me baffled. It's not generating any error or failure messages, > yet it won't initialize the network correctly. When you try to telnet > into sendmail or ssh from localhost the daemons jump right to life, but > you try to come across the network and the daemons laugh histerically at > you (figuratively speaking) and take forever to connect. > > I've tried reinstalling to no avail. Same problem after the > install as before the install. The daemons are very, very > slow starting on bootup, but you remove the nic cable and they start up > faster, but not like normal, however it fails on hostname setup. Remove > the nic entirely and everything fires up and plays happily like nothing > was wrong. I've tried 3 different nic cards in it and 2 do the same thing > and the 3rd refuses to be seen. Any ideas?? > > Two of the cards are kingston kne120tx 10/100tx cards. The third > is a Linksys EtherPCI lan card 2, all are PCI. Thing is this box was > doing awesome right up until yesterday when it started acting up. Today > it totally refuses to move data at more than a snails pace out of the nic > card. I've also moved the HD to another identical system and got the same > result. Same cards mind you, but identical system, same type of hardware. > (the backup system didn't have a lan card of its own so I snagged one of > the cards in question) > > Same result. So I'm curious where the problem might be lying. > The rc.conf file is fine. If I disable the nic card in the rc.conf file > then the system plays happy as if no nic existed. So my only thought is > it has to do something with the nic. Sorry for being so long winded, but > I wanted to lay out exactly what I've done so far to troubleshoot this. > > Your help will be greatly apreciated. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 19 15: 3:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 5233737B404 for ; Tue, 19 Feb 2002 15:03:36 -0800 (PST) Received: from barbish ([63.70.155.109]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Tue, 19 Feb 2002 18:07:52 -0500 From: "Joe & Fhe Barbish" To: "alexus" Cc: "FBSD" Subject: RE: copy everythin (/) from one machine to remote machine Date: Tue, 19 Feb 2002 18:03:33 -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: <002701c1b991$48ec5990$0d00a8c0@alexus> 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 http://unser.ferzkopp.net/Software/CloneIt/CloneIt.html Your question gets asked 2-3 times a month check out the archives. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of alexus Sent: Tuesday, February 19, 2002 5:04 PM To: freebsd-questions@FreeBSD.ORG Subject: copy everythin (/) from one machine to remote machine hello how would I go about making copy of everything that is on one machine to another machine? considering that both machines are not on same network and not even physically close to each other and I want to copy everything from one machine / to another with all permissions and every thing can I do tar everything one machine and untar it on another? if it's possible, then supposedly it'd solve my situation but how would I make that other hard drive bootable? thanks in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15: 7: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from promote.net (ip45.dyn166.pacific.net.hk [202.64.166.45]) by hub.freebsd.org (Postfix) with SMTP id 974BC37B400 for ; Tue, 19 Feb 2002 15:07:00 -0800 (PST) Received: from tpts6 by pavo.seed.net.tw with SMTP id ORakhSAasJEQB7YEpNQvKxX6; Wed, 20 Feb 2002 07:06:20 +0800 Message-ID: <7l207JCjy2qxwV@tcts1.seed.net.tw> From: info@md-entp.com To: #JEWEL-MAIL@FreeBSD.ORG Subject:Sincerely request biz contact X-Mailer: u4o7moCni3ejYashuhTmV Content-Type: text/plain; Content-Transfer-Encoding: Quoted-Printable X-Priority: 3 X-MSMail-Priority: Normal Date: Tue, 19 Feb 2002 15:07:00 -0800 (PST) Sender: owner-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 Sir / Madam, As a successful enterpriser, you probably have stable suppliers for years, But somehow, they will also cause problem about late delivery, or quality mistake in some urgent shipment sometime. New suppliers will good for you to avoid late delivery to your customers. Some of our major customers are running on this arrangement to secure them, That is why they can have steady supply to keep their profit and reputation for long. Therefor, we sincerely send this message to request an initial contact with us, then we can have chance to share their successful strategy with you. We sincerely hope to be one of your suppliers in the near future. Thanks & Regards Dominic Director Ming Dynasty Ent Ltd. http://www.md-entp.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:12:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 48DFA37B416 for ; Tue, 19 Feb 2002 15:12:48 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g1JNCm505504; Tue, 19 Feb 2002 17:12:48 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1JNClm11236; Tue, 19 Feb 2002 17:12:47 -0600 (CST) Date: Tue, 19 Feb 2002 17:12:47 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: Stephen Hovey Cc: Steven Lake , Subject: Re: Strange networking 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 > you sure your DNS is all ok? DNS is 5x5. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:17: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 5E12437B404 for ; Tue, 19 Feb 2002 15:17:03 -0800 (PST) Received: from barbish ([63.70.155.109]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Tue, 19 Feb 2002 18:21:20 -0500 From: "Joe & Fhe Barbish" To: "FBSD" Subject: stop log_in_vain root console messages Date: Tue, 19 Feb 2002 18:17:00 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there some way to stop the log_in_vain messages from coming out on the root console screen? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:38:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from darius.2y.net (korpen-86-205.ip-pluggen.com [212.181.86.205]) by hub.freebsd.org (Postfix) with ESMTP id 3EC6137B419 for ; Tue, 19 Feb 2002 15:38:54 -0800 (PST) Received: by darius.2y.net (Postfix, from userid 1001) id C44E21C4F; Wed, 20 Feb 2002 00:38:46 +0100 (CET) Date: Wed, 20 Feb 2002 00:38:46 +0100 From: Morsal Rodbay To: Lowell Gilbert Cc: freebsd-questions@freebsd.org Subject: Re: how to set resource limits Message-ID: <20020220003846.A72059@zigman.2y.net> Reply-To: Morsal Rodbay References: <20020121111645.GA381@moo.holy.cow> <20020212115013.A51934@zigman.2y.net> <44k7ticx30.fsf@lowellg.ne.mediaone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <44k7ticx30.fsf@lowellg.ne.mediaone.net>; from lowell@world.std.com on Tue, Feb 12, 2002 at 02:35:31PM -0500 X-Operating-System: FreeBSD 4.4 [up 37 days, 7:16] X-Return-Path: morsal@swipnet.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 Tue, Feb 12, 2002 at 02:35:31PM -0500, Lowell Gilbert wrote: > Morsal Rodbay writes: > > > On Mon, Jan 21, 2002 at 06:16:45AM -0500, parv wrote: > > > last time i set the limits in /etc/login.conf, i couldn't start the > > > X server (not enough memory allocation). i don't want to repeat my > > > previous mistake as to start X again it involved 2-3 reboots. > > > > > > a few minutes ago, netscape 4.79 swelled to about >500M in both SIZE > > > and RES as indicated by top(1) (everything slowed, had to kill it). > > > > > > i had read the man pages for limits, my shell (bash), and > > > login.conf. in login.conf, everything is unlimited; current limits > > > are... > > > > > > > > > cputime infinity secs > > > filesize infinity kb > > > datasize 524288 kb > > > stacksize 65536 kb > > > coredumpsize infinity kb > > > memoryuse infinity kb > > > memorylocked infinity kb > > > maxprocesses 1861 > > > openfiles 3722 > > > sbsize infinity bytes > > > > > > > > > will (top(1)) "RES" be affected by changing (login.conf(5)) > > > "memoryuse" and "memorylocked" eventually, and "SIZE" by "datasize", > > > "filesize", and "stacksize"? > > > > > > how should i start setting/testing resource limits again? > > > > > > - parv > > > > I have the same problem... login.conf has set datasizes to unlimited but > > when I login through ssh it is set to 524288 kb.. :-( > > Isn't that just the kernel limit? I'm not sure but I'm going to take a look. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:41:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe17.law9.hotmail.com [64.4.8.121]) by hub.freebsd.org (Postfix) with ESMTP id D927237B405 for ; Tue, 19 Feb 2002 15:41:52 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 15:41:52 -0800 X-Originating-IP: [131.107.3.78] From: "Nathan Arun" To: Subject: FreeBSD 4.5 behind windows firewall. Unable to ftp. Date: Tue, 19 Feb 2002 15:41:52 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_033B_01C1B95B.F396BFB0" 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: 19 Feb 2002 23:41:52.0838 (UTC) FILETIME=[020C3E60:01C1B99F] Sender: owner-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_033B_01C1B95B.F396BFB0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable My freebsd box is behind a windows proxy server. This prevents me from = doing ftp. I installed FreeBSD 4.5, enabled DHCP and joined my machine to the = windows domain. I'm able to ping other machines on the network. What I'm not able to do is the seemingly simple thing. "ftp = ftp.freebsd.org". This gives me an error message "no address associated = with the hostname". "ftp -p ftp.freebsd.org" gives the same error = message. "nslookup ftp.freebsd.org" also gives out similar message. I = did "setenv FTP_PROXY OurProxy" and then tried ftp. Same error message. So I figured this is because my freebsd box is behind the proxy server. = Other windows machines on the network use a small program called "proxy = client" (for which i don't have the source code) to get thru' the proxy = server and out to the internet. How do I configure the freebsd box to get thru' the proxy server? Is = there a proxy client i have to install on freebsd box? any help is appreciated. thanks Nathan ------=_NextPart_000_033B_01C1B95B.F396BFB0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
My freebsd box is behind a windows = proxy server.=20 This prevents me from doing ftp.
 
I installed FreeBSD 4.5, enabled DHCP = and joined my=20 machine to the windows domain. I'm able to ping other machines on the=20 network.
 
What I'm not able to do is the = seemingly simple=20 thing. "ftp ftp.freebsd.org". This gives me an error message "no address = associated with the hostname". "ftp -p ftp.freebsd.org" gives the same = error=20 message. "nslookup ftp.freebsd.org" also gives out similar message. I = did=20 "setenv FTP_PROXY OurProxy" and then tried ftp. Same error = message.
 
So I figured this is because my freebsd = box is=20 behind the proxy server. Other windows machines on the network use a = small=20 program called "proxy client" (for which i don't have the source code) = to get=20 thru' the proxy server and out to the internet.
 
How do I configure the freebsd box to = get thru' the=20 proxy server? Is there a proxy client i have to install on freebsd=20 box?
 
any help is appreciated.
thanks
Nathan
------=_NextPart_000_033B_01C1B95B.F396BFB0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:42: 5 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 629F237B405 for ; Tue, 19 Feb 2002 15:42:01 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 19 Feb 2002 23:42:00 +0000 (GMT) To: Balaji Cc: freebsd-questions@freebsd.org Subject: Re: Has anyone done VFS kernel programming here? In-Reply-To: Your message of "Mon, 18 Feb 2002 19:17:24 PST." <20020219031724.52482.qmail@web14913.mail.yahoo.com> Date: Tue, 19 Feb 2002 23:42:00 +0000 From: Ian Dowse Message-ID: <200202192342.aa66956@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 <20020219031724.52482.qmail@web14913.mail.yahoo.com>, Balaji writes: >Hello ppl, >If anyone of u has done some kernel programming with respect to files >in the User space..... Could u please tell me how to acquire the file >structure for a file when you are given the pathname??? Even a uio and >an iovec structure would suffice. Please this is very urgent..... I >need a (struct file *) returned for a given file pathname.... Help me!! I posted a simple example of reading files from kernel-space a while ago. The message is at: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=167944+0+archive/2001/freebsd-hackers/20010819.freebsd-hackers But be warned: in most cases having the kernel read files directly is completely the wrong way of doing things; it's much better for a userland utility to pass the information into the kernel via an ioctl() etc. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:43:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail-relay2.mirrorimage.net (mail-relay2.mirrorimage.net [209.192.210.5]) by hub.freebsd.org (Postfix) with ESMTP id D755F37B405 for ; Tue, 19 Feb 2002 15:43:12 -0800 (PST) Received: from ginnespc ([172.17.254.180]) by mail-relay2.mirrorimage.net (8.9.3/8.9.3) with SMTP id SAA28775 for ; Tue, 19 Feb 2002 18:43:11 -0500 From: "Grant Innes" To: "freebsd-questions@FreeBSD. ORG" Subject: smbfs: kldload error Date: Tue, 19 Feb 2002 18:42:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 Folks, After installing smbfs from the ports collections I am running into the following error when attempting to mount a drive using mount_smbfs: # mount_smbfs //user@server/share /mount node mount_smbfs: vfsload(smbfs): Exec format error Trying to load the smbfs.ko module on its own yields this error: # kldload smbfs kldload: can't load smbfs: Exec format error Has anyone had any success using this port or have any thoughts on why I can't load the module? (I frankly don't know what that error means) Thanks, Grant Innes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:43:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay04.roc.frontiernet.net (alteon01e.roc.frontiernet.net [66.133.130.235]) by hub.freebsd.org (Postfix) with SMTP id A48CC37B42B for ; Tue, 19 Feb 2002 15:43:32 -0800 (PST) Received: (qmail 21988 invoked from network); 19 Feb 2002 23:43:26 -0000 Received: from unknown (HELO steve) ([170.215.198.104]) (envelope-sender ) by relay04.roc.frontiernet.net (qmail-ldap-1.03) with SMTP for ; 19 Feb 2002 23:43:26 -0000 Message-ID: <000801c1b99f$481ccc30$be00000a@steve> From: "Ice Klown" To: Subject: upgrading Date: Tue, 19 Feb 2002 18:43:49 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C1B975.5F01F300" 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_01C1B975.5F01F300 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am purchasing FreeBSD 4.2, and i was wondering if there is any way to = upgrade to a newer version. Like, download a .iso or something, and it = will upgrade to like 4.*whatever* when it comes out. Thanks for your time. Steve ------=_NextPart_000_0005_01C1B975.5F01F300 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am purchasing FreeBSD 4.2, and i was = wondering if=20 there is any way to upgrade to a newer version. Like, download a .iso or = something, and it will upgrade to like 4.*whatever* when it comes=20 out.
Thanks for your=20 time.

Steve
------=_NextPart_000_0005_01C1B975.5F01F300-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:50:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id E420B37B400 for ; Tue, 19 Feb 2002 15:50:21 -0800 (PST) Received: (qmail 72237 invoked by uid 100); 19 Feb 2002 23:50:15 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15474.58551.91350.65768@guru.mired.org> Date: Tue, 19 Feb 2002 17:50:15 -0600 To: rene@xs4all.nl Cc: questions@freebsd.org Subject: Re: building multiple ( 2+ or more) kernels for easy switching? In-Reply-To: <48552002@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 rene@xs4all.nl types: > Hi. I'm running 4.5-STABLE, and would like to know if it's possible to have 2 or > more kernel configuration files built (using /usr/src% make buildkernel > KERNCONF=file) after one-another, and then installing whichever I need at a > certain time using /usr/src% make installkernel KERCONF=file.. Yup, it's real easy. Just list all the config files on the KERNCONF line like so: KERNCONF=GURU GENERIC You can list more than two, and you don't have to build GENERIC if you don't want to. The first one listed - in this case GURU - will be the one installed by "installkernel". You probably want to set MODULES_WITH_WORLD=true as well, otherwise it will build the modules when it builds each kernel, which is probably a waste of time. This also means that you don't install modules until you do the installworld, which can cause interesting problems. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 15:51:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id E1E2837B400 for ; Tue, 19 Feb 2002 15:51:47 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g1JNpk516426 for ; Tue, 19 Feb 2002 17:51:46 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1JNpk013840; Tue, 19 Feb 2002 17:51:46 -0600 (CST) Date: Tue, 19 Feb 2002 17:51:46 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Cc: Steven Lake Subject: Re: Strange networking 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 5x5 is an old term for all is fine. DNS seems to be coming up fine. I did get two interesting errors along the way though while playing with this. Since it's on a private IP lan (192.168.x.x) it does have to go through a nat router to a DSL connection then to the main office. Thing is it's worked fine with this setup since I initially setup this server at our remote office. I've been playing with the router, even bounced it twice and cleared a reserved DHCP listing for the original nic. Now, here's something that's also interesting. Got my hands on a realteck nic and stuck that in, same problems. Did another reinstall and the downloads were awesome. Took some time logging into the ftp server, but once connected, data transfer was fast. It's the initial external connects that seem to be failing. Hence why it's evidently not setting up the hostname when starting up and having trouble starting sshd and sendmail. Now, here's the other error I ran into. When switching between the two kingston cards the router still handed out the same DHCP address to the two nics, regardless if both had different mac addresses and the IP was reserved. I also tried both separately. I was kinda suspect of the router, especially when it failed to do DHCP correctly. However after bouncing it twice it still was doing it, but my windows boxes pull data and DHCP info just fine. So I know it's not the router. Again, I cleared the DHCP tables, so those are back to normal. On Tue, 19 Feb 2002, Stephen Hovey wrote: > > You lost me man! I drive a 4X4 :) > > On Tue, 19 Feb 2002, Steven Lake wrote: > > > > you sure your DNS is all ok? > > > > DNS is 5x5. > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" 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 Feb 19 15:54:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 72oot.net (72oot.net [216.122.237.142]) by hub.freebsd.org (Postfix) with ESMTP id 767AC37B402 for ; Tue, 19 Feb 2002 15:54:28 -0800 (PST) Received: from c1529030-a.attbi.com (12-228-93-249.client.attbi.com [12.228.93.249]) by 72oot.net (8.11.0/8.11.0) with SMTP id g1JNsNU45786; Tue, 19 Feb 2002 23:54:23 GMT (envelope-from warm@72oot.net) Content-Type: text/plain; charset="iso-8859-1" From: Ryan To: Steven Lake Subject: Re: Strange networking problems Date: Tue, 19 Feb 2002 15:57:58 -0800 X-Mailer: KMail [version 1.2] Cc: References: In-Reply-To: MIME-Version: 1.0 Message-Id: <02021915575805.61777@c1529030-a.attbi.com> 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 > > you sure your DNS is all ok? > > DNS is 5x5. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 19 15:58:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 9F23337B402 for ; Tue, 19 Feb 2002 15:58:12 -0800 (PST) Received: (qmail 72330 invoked by uid 100); 19 Feb 2002 23:58:12 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15474.59027.714538.497570@guru.mired.org> Date: Tue, 19 Feb 2002 17:58:11 -0600 To: Sean O'Neill Cc: questions@freebsd.org Subject: Re: 4.5R and OpenBSD Compatibility In-Reply-To: <94262050@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Sean O'Neill types: > I have a OpenBSD 2.8 binary I'm hoping to run under FreeBSD 4.5R. I keep > seeing OpenBSD compatibility stuff in the release notes and else where on > the Internet but I can't find anything specific about how to enable it or > make it work or whatever. > > Any help appreciated. I think you're out of luck. The only OpenBSD compatability I know of in FreeBSD is at the source level, not the binary level. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16: 1: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id 0BA4537B417 for ; Tue, 19 Feb 2002 16:00:58 -0800 (PST) Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 16C635D09; Tue, 19 Feb 2002 16:00:58 -0800 (PST) To: "Ice Klown" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: upgrading In-reply-to: Your message of "Tue, 19 Feb 2002 18:43:49 EST." <000801c1b99f$481ccc30$be00000a@steve> Date: Tue, 19 Feb 2002 16:00:58 -0800 From: "Kevin Oberman" Message-Id: <20020220000058.16C635D09@ptavv.es.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 > From: "Ice Klown" > Date: Tue, 19 Feb 2002 18:43:49 -0500 > Sender: owner-freebsd-questions@FreeBSD.ORG > > This is a multi-part message in MIME format. > > ------=_NextPart_000_0005_01C1B975.5F01F300 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > I am purchasing FreeBSD 4.2, and i was wondering if there is any way to = > upgrade to a newer version. Like, download a .iso or something, and it = > will upgrade to like 4.*whatever* when it comes out. > Thanks for your time. Yes. The ISOs are st ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/4.5/ The install disk is the only one you really need. The remaining disks contain packages. See the FreeBSD Handbook at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ for details. You could also update to STABLE. See Chapter 19, "The Cutting Edge" for detail on use of cvsup to do this. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16: 6:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from baerle.baerle.new-wen.net (Af405.pppool.de [213.6.244.5]) by hub.freebsd.org (Postfix) with ESMTP id 7CC3F37B402 for ; Tue, 19 Feb 2002 16:06:04 -0800 (PST) Received: (from deuerl@localhost) by baerle.baerle.new-wen.net (8.11.6/8.11.6) id g1K02H301204 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 01:02:17 +0100 (CET) (envelope-from deuerl) From: Robert Deuerling Message-Id: <200202200002.g1K02H301204@baerle.baerle.new-wen.net> Subject: error message in sasl To: freebsd-questions@freebsd.org Date: Wed, 20 Feb 2002 01:01:02 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL77 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, was does it mean; and how can i fix it? Feb 20 01:01:04 ns imapd[80956]: unable to dlopen /usr/local/lib/sasl/libanonymous.so: /usr/local/lib/sasl/libanonymous.so: Undefined symbol "getnameinfo" I'm using cyrus-sasl as of today, cyrus as of today on 4.5-STABLE as of yesterday. Thx -Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16:11:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id ED10F37B400 for ; Tue, 19 Feb 2002 16:11:06 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220001106.SNQL2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 00:11:06 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K0B5C70091; Tue, 19 Feb 2002 16:11:05 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 16:11:04 -0800 From: "Crist J. Clark" To: Mike Meyer Cc: rene@xs4all.nl, questions@FreeBSD.ORG Subject: Re: building multiple ( 2+ or more) kernels for easy switching? Message-ID: <20020219161104.G48401@blossom.cjclark.org> References: <48552002@toto.iv> <15474.58551.91350.65768@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15474.58551.91350.65768@guru.mired.org>; from mwm-dated-1014594615.8389ca@mired.org on Tue, Feb 19, 2002 at 05:50:15PM -0600 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 05:50:15PM -0600, Mike Meyer wrote: > rene@xs4all.nl types: > > Hi. I'm running 4.5-STABLE, and would like to know if it's possible to have 2 or > > more kernel configuration files built (using /usr/src% make buildkernel > > KERNCONF=file) after one-another, and then installing whichever I need at a > > certain time using /usr/src% make installkernel KERCONF=file.. > > Yup, it's real easy. Just list all the config files on the KERNCONF > line like so: > > KERNCONF=GURU GENERIC > > You can list more than two, and you don't have to build GENERIC if you > don't want to. The first one listed - in this case GURU - will be the > one installed by "installkernel". That's the problem with this method. You have to do mess with the installkernel to keep them from clobbering each other. I like to just leave, KERNCONF?= CUSTOM In my make.conf(5), and then do, # make kernel # make kernel KERNCONF=GENERIC INSTKERNNAME=kernel.GENERIC -DNO_MODULES This installs the CUSTOM kernel in /kernel (as well as the modules) and then builds GENERIC and installs it in /kernel.GENERIC (and is also nice enough to save the old one in /kernel.GENERIC.old). -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 16:12:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id E868A37B421 for ; Tue, 19 Feb 2002 16:12:08 -0800 (PST) Received: (qmail 72487 invoked by uid 100); 20 Feb 2002 00:12:02 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15474.59858.403535.412935@guru.mired.org> Date: Tue, 19 Feb 2002 18:12:02 -0600 To: "Kevin Oberman" , Richard Glidden , Cliff Sarginson , questions@freebsd.org Subject: Re: Dropping to single user In-Reply-To: <113194271@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Kevin Oberman types: > Yes, a 'shutdown now' will "drop you to single-user mode, but you > REALLY want to reboot after you installkernel and before you > installworld. Proper order: > cvsup > cd /usr/src > make buildworld > make kernel KERNCONF=xxxx > REBOOT to single-user mode (boot -s)! > fsck -p > mount -a -t ufs > cd /usr/src > make installworld > mergemaster > REBOOT! > > In both cases the REBOOT really means to reboot, not to drop into > single-user mode. While steps may be skipped, doing so is taking a > risk of having a system in a badly corrupted state where the only > way out is to re-install the OS. Two comments: First, the fsck -p isn't needed. If they file systems are clean, it won't do anything but tell you it's not doing anything. If they aren't clean, mount will refuse to mount them and recommend you do the fsck. Second, you really don't need to do a full reboot the second time. You're already running the proper kernel for that world, so you can just exit the shell and let the system go multiuser. The only problem with doing that is that it leaves all kinds of spooge in /var/run/dmesg.boot. Richard Glidden types: > On 19 Feb, Kevin Oberman wrote: > > Yes, a 'shutdown now' will "drop you to single-user mode, but you > > REALLY want to reboot after you installkernel and before you > > installworld. > Actually, isn't this dangerous, since you would be booting a new kernel > with an old world, which could cause problems if there are significant > changes to the kernel that breaks the old world? What I usually do is: Not really. The new kernel will provide all the features the old world used, because backwards compatability is important. The reverse is *not* true - if something in the new world expects new kernel features, they won't be there, and you'll be hosed. There are a few things so tightly coupled to the kernel that they may break anyway, but those aren't things you're liable to use while you boot the new kernel and install the world. > make buildworld > make buildkernel KERNCONF=xxxx > shutdown +15 "Upgrading the World. Be right back." > > make installkernel KERNCONF=xxxx > mergemaster > make installworld > shutdown -r now > This way, the running kernel always matches the installed world until > that final "shutdown -r now" command. At worst, if the new world > completely breaks everything, even your ability to reboot, you can just > hit the reset switch and hope everything was written to disk first. What good will hitting the reset button do? If you're hosed, you're hosed. Doing it the other way, if the kernel doesn't boot, you can just boot the old kernel and be back where you started from. Cliff Sarginson types: > On Tue, Feb 19, 2002 at 01:23:11PM -0500, Richard Glidden wrote: > > On 19 Feb, Kevin Oberman wrote: > > make buildworld > > make buildkernel KERNCONF=xxxx > > shutdown +15 "Upgrading the World. Be right back." > > > > make installkernel KERNCONF=xxxx > > mergemaster > > make installworld > > shutdown -r now > Yes, surely the mergemaster *has* to be done before the installworld > since the new world may expect certain new things to exist in /etc. Doesn't matter, because the things in the new world that need them aren't going to be started until after you go multiuser. Generally, I wait until afterwards, just to make sure the installworld is going to finish properly. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16:13:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id A980437B400 for ; Tue, 19 Feb 2002 16:13:11 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 82A24782D0; Wed, 20 Feb 2002 10:43:09 +1030 (CST) Date: Wed, 20 Feb 2002 10:43:09 +1030 From: Greg Lehey To: Gilad Rom Cc: FreeBSD-Questions Subject: Re: Porting a device driver from Linux Message-ID: <20020220104309.F59587@wantadilla.lemis.com> References: <1013872255.23322.4.camel@dhcp-251.meshek.eh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1013872255.23322.4.camel@dhcp-251.meshek.eh> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday, 16 February 2002 at 17:10:54 +0200, Gilad Rom wrote: > Hi, > > I work for a company that sells Linux boxes that act as ADSL > gateways. Every box has a special PCI card designed and manufactured by > us which includes one ATM controller (A Fujitsu FireStream 50) and 16 > ADSL modems. > > Of course, one of our biggest problems is linux itself, crashing several > times per week and forcing the client to physically reboot the machine. > Also, the userland ATM implementation under Linux is less than > successful, and is giving us many headaches. > > What I would like to do is somehow port the FireStream driver from Linux > to *BSD, and use BSD's Native ATM support, which appears to be much > better, and, naturally, enjoy all of BSD's advantages and strength over > linux. > > So, Has anyone ever done that sort of thing before? What would it take? You'd probably be better off asking this sort of question on FreeBSD-hackers. I don't know of anybody who's done it, but I'd expect it to be pretty complicated, since the kernels are very different. If there's a driver for UNIX, that would be a lot easier to port. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16:18:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.tekrealm.net (dsl081-247-162.sfo1.dsl.speakeasy.net [64.81.247.162]) by hub.freebsd.org (Postfix) with ESMTP id 45C4037B419 for ; Tue, 19 Feb 2002 16:18:41 -0800 (PST) Received: (from root@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4) id g1K0Iej37140 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 16:18:40 -0800 (PST) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4av) id g1K0IdH37118 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 16:18:39 -0800 (PST) (envelope-from elitetek@tekrealm.net) X-Authentication-Warning: freebsd.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Tue, 19 Feb 2002 16:18:39 -0800 From: Andrew Stuart To: freebsd-questions@freebsd.org Subject: Two Questions about usb keyboards and mice Message-ID: <20020219161839.A37002@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 First, something i found odd, on two systems, is it seems, without having moused_enable="yes" in rc.conf, if you plug a usb mouse in, it wont work. i have tried everything i can think of, but it just wont work. It does start the process (as defined in usbd.conf) but there is no mouse cursor. if i turn on the moused in rc.conf it works fine, although i of course get an error message about psm0 since i dont have a mouse hooked to it. question is, is this a bug or by design, and if someone knows a work around. second thing, does anyone know of a patch/hack/etc to get the boot manager to recongnize a usb keyboard? the only way i can boot different drives is via a ps/2 keyboard.. theres gotta be a fix since alot of the name brand machines today have started removing ps/2 connections, so i must not be looking in the right places.. any help would be appreciated.. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16:23: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 3307E37B400 for ; Tue, 19 Feb 2002 16:23:00 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220002259.SEOE1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 00:22:59 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K0Mw792077; Tue, 19 Feb 2002 16:22:58 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 16:22:58 -0800 From: "Crist J. Clark" To: Cliff Sarginson Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Local CVS Repository, how to use ? Message-ID: <20020219162258.H48401@blossom.cjclark.org> References: <20020219165740.GA378@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020219165740.GA378@raggedclown.net>; from csfbsd@raggedclown.net on Tue, Feb 19, 2002 at 05:57:41PM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 05:57:41PM +0100, Cliff Sarginson wrote: > Hello, > I have the whole of the CVS repository now on disk. > All on it's own dedicated filesystem > /cvs > Errmm.. dumb question. > How do I know emulate a cvsup from it into my working > /usr .. tree(s) ? I want to update my -STABLE system > for example. > > I guess I don't have to run the cvsupd to do this. > I looked but information I did not find. > > Any tips, hints or RTFM's ? If you just want to update the local tree, don't bother with cvsup(1), just use cvs(1), # cd /usr/src # cvs -d /cvs up -Pd . For a remote (but not _too_ remote ;) machine, it's probably easier to export your /cvs repository via NFS and then use cvs(1) too on the remote machines rather than cvsup(1). If you plan on keeping modifications in your local tree(s), you definately want to be using cvs(1) over cvsup(1). -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 16:33:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id A958E37B405 for ; Tue, 19 Feb 2002 16:33:22 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220003322.PDDY2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 00:33:22 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K0XLR22213; Tue, 19 Feb 2002 16:33:21 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 16:33:21 -0800 From: "Crist J. Clark" To: Matt Lazarou Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Regarding NATD for FreeBSD 4.5-stable Message-ID: <20020219163321.I48401@blossom.cjclark.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from optical_longhaul@hotmail.com on Tue, Feb 19, 2002 at 10:02:26PM +0000 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 10:02:26PM +0000, Matt Lazarou wrote: > Hi, > > I was wondering if someone could help me redirect incoming traffic to a > public server using the natd. When i tryed: > > natd -n txp0 -redirect_port tcp x.x.x.x:8888,x.x.x.x:8888 > I got the message: > natd: redirect_port: missing public port No comma, the separator is a space. > So i then tryed to specify a public port and i then got this message: > > natd -n txp0 -redirect_port tcp x.x.x.x:8888,x.x.x.x:8888 8888 > natd: Unable to bind divert socket.: Address already in use Even though you got the error message above, natd(8) did start and was bound to the divert socket. When you tried again, the second incarnation of natd(8) failed bcause the other was running. Kill the running natd(8) first, then try a new one with correct syntax. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 16:36: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 5EE9F37B427 for ; Tue, 19 Feb 2002 16:35:52 -0800 (PST) Received: (qmail 72712 invoked by uid 100); 20 Feb 2002 00:35:50 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15474.61286.290485.620755@guru.mired.org> Date: Tue, 19 Feb 2002 18:35:50 -0600 To: "Crist J. Clark" Cc: rene@xs4all.nl, questions@FreeBSD.ORG Subject: Re: building multiple ( 2+ or more) kernels for easy switching? In-Reply-To: <20020219161104.G48401@blossom.cjclark.org> References: <48552002@toto.iv> <15474.58551.91350.65768@guru.mired.org> <20020219161104.G48401@blossom.cjclark.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Crist J. Clark types: > On Tue, Feb 19, 2002 at 05:50:15PM -0600, Mike Meyer wrote: > > rene@xs4all.nl types: > > > Hi. I'm running 4.5-STABLE, and would like to know if it's possible to have 2 or > > > more kernel configuration files built (using /usr/src% make buildkernel > > > KERNCONF=file) after one-another, and then installing whichever I need at a > > > certain time using /usr/src% make installkernel KERCONF=file.. > > > > Yup, it's real easy. Just list all the config files on the KERNCONF > > line like so: > > > > KERNCONF=GURU GENERIC > > > > You can list more than two, and you don't have to build GENERIC if you > > don't want to. The first one listed - in this case GURU - will be the > > one installed by "installkernel". > That's the problem with this method. You have to do mess with the > installkernel to keep them from clobbering each other. It's not really much of a problem, because the only one that gets clobbered is the one that's going to boot by default. I.e., you do make kernel and it builds them all and installs your default kernel. You want to install another kernel to boot for a while, you do make installkernel KERNCONF=ALTERNATE and it will install the alternate one, and put the old one in kernel.conf. > I like to just leave, > > KERNCONF?= CUSTOM > > In my make.conf(5), and then do, > > # make kernel > # make kernel KERNCONF=GENERIC INSTKERNNAME=kernel.GENERIC -DNO_MODULES > > This installs the CUSTOM kernel in /kernel (as well as the modules) > and then builds GENERIC and installs it in /kernel.GENERIC (and is > also nice enough to save the old one in /kernel.GENERIC.old). I think we've got different goals here. I want them built, and available to install should I need it. I don't want it available to boot all the time. Actually, I also install GENERIC on my test machine over the net, but that's another issue. I'm not sure which of the two cases is true for rene. Just out of curiosity, have you tried setting "KERNCONF?= CUSTOM GENERIC" along with "MODULES_WITH_WORLD=yes", and then done: # make kernel # make installkernel KERNCONF=GENERIC INSTKERNNAME=kernel.GENERIC to see if it would work? Thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16:38:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from saratoga.linuxpowered.net (saratoga.linuxpowered.net [63.121.110.48]) by hub.freebsd.org (Postfix) with ESMTP id F025137B41C for ; Tue, 19 Feb 2002 16:38:06 -0800 (PST) Received: (from mail@localhost) by saratoga.linuxpowered.net (8.12.1/8.12.1/Debian -2) id g1K0b54T028568 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 16:37:05 -0800 Received: from saratoga.linuxpowered.net (www-data@localhost [127.0.0.1]) by saratoga.linuxpowered.net (8.12.1/8.12.1/Debian -2) with SMTP id g1K0YFvF028558 for ; Tue, 19 Feb 2002 16:34:15 -0800 Received: from gate-wa.graphon.com ([63.121.110.34]) (SquirrelMail authenticated user aphro) by webmail.linuxpowered.net with HTTP; Tue, 19 Feb 2002 16:34:15 -0800 (PST) Message-ID: <61513.63.121.110.34.1014165255.squirrel@webmail.linuxpowered.net> Date: Tue, 19 Feb 2002 16:34:15 -0800 (PST) Subject: Re: FreeBSD 4.5 behind windows firewall. Unable to ftp. From: "nate" To: In-Reply-To: References: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.4) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 > How do I configure the freebsd box to get thru' the proxy server? > Is there a proxy client i have to install on freebsd box? depends heavily on what Proxy server they are using, there may be a client, if its SOCKS you can probably use that, but if its something else you may be SOL find out from your admin what proxy software they are using. from the sounds of it having to use a special little client to connect to the proxy there probably isn't much hope of getting the bsd box to work with it. makes me glad im in IT, no matter where i go i always have full access :) and i don't impose proxies on others. nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16:39: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id A11CB37B400 for ; Tue, 19 Feb 2002 16:38:58 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220003858.TLAN2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 00:38:58 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K0cwL29677; Tue, 19 Feb 2002 16:38:58 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 16:38:57 -0800 From: "Crist J. Clark" To: alexus Cc: freebsd-questions@FreeBSD.ORG Subject: Re: copy everythin (/) from one machine to remote machine Message-ID: <20020219163857.J48401@blossom.cjclark.org> References: <002701c1b991$48ec5990$0d00a8c0@alexus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002701c1b991$48ec5990$0d00a8c0@alexus>; from ml@db.nexgen.com on Tue, Feb 19, 2002 at 05:03:38PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 05:03:38PM -0500, alexus wrote: > hello > > how would I go about making copy of everything that is on one machine to > another machine? > considering that both machines are not on same network and not even > physically close to each other > and I want to copy everything from one machine / to another with all > permissions and every thing > can I do tar everything one machine and untar it on another? A dump(8)/restore(8) is usually the best way to copy a partition. # dump -0af - / | ssh remote-machine 'restore -xf -' Is always fun. Depends on your exact circumstances. > if it's > possible, then supposedly it'd solve my situation but how would I make that > other hard drive bootable? See fdisk(8) and disklabel(8). Usually something like, # fdisk -B ad0 # disklabel -B ad0s1 Will do it. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 16:40:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.ezwv.com (hermes.ezwv.com [208.163.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 0BEAE37B400 for ; Tue, 19 Feb 2002 16:40:53 -0800 (PST) Received: from there (ip206102034003.dlup.ezwv.com [206.102.34.3]) by mail.ezwv.com (8.11.6/8.11.6) with SMTP id g1K0WCU14240; Tue, 19 Feb 2002 19:32:13 -0500 Message-Id: <200202200032.g1K0WCU14240@mail.ezwv.com> Content-Type: text/plain; charset="iso-8859-1" From: Randy Pratt To: Simon Dick Subject: Re: Keyboard probing problem during installation Date: Tue, 19 Feb 2002 19:40:55 -0500 X-Mailer: KMail [version 1.3] Cc: freebsd-questions@FreeBSD.ORG References: <200202191648.g1JGmPU20658@mail.ezwv.com> <1014138828.10554.16.camel@laptop.internal.irrelevant.org> In-Reply-To: <1014138828.10554.16.camel@laptop.internal.irrelevant.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tuesday 19 February 2002 12:13 pm, Simon Dick wrote: > On Tue, 2002-02-19 at 16:57, Randy Pratt wrote: > > I'm helping a friend to install FreeBSD on his machine 250 miles away. > > We're having some trouble with keyboard detection on versions later than > > 4.0. Version 4.0 detected the keyboard and the probing finished: > > > > atkbdc0: at port 0x60-0x6f on isa0 > > atkbd0: irq 1 on atkbdc0 > > > > Using version 4.4 or 4.5 (cdroms), the installation seemed to hang when > > it started probing hardware. After doing some digging (man boot), I > > found that if the keyboard is not detected, the output is sent to the > > serial port instead of the internal display which is why it appeared to > > hang. > > > > In checking the mail archives, I found there was a change to the way the > > keyboard was probed between 4.0 and 4.1. The atbkd driver flag > > FAIL_IF_NO_KBD (0x1) was added along with other changes for USB support. > > Changing this flag in the hardware configuration didn't seem to help > > (0x0, 0x2, 0x3). > > > > We also tried some different booting options: boot -P, boot -D and boot > > -h. A few combinations of boot options and keyboard flags were tried > > also. Any suggestions for a combination to try would be appreciated. > > > > The Plug and Play option was set to off during all the testing. > > > > It doesn't seem to be an issue with the keyboard itself since two > > keyboards were tried. There are no problems with keyboard detection on > > his windows or Corel Linux installations. > > > > This box is a Gateway PII 450 using an Advaced Logic Reseach motherboard > > and Phoenix bios 4.0 Release 6. > > > > An installation of 4.0 could probably be accomplished but it would be > > better if a later version could be used. Of course, upgrading from 4.0 > > would pose a problem also. > > > > Any insight, direction or suggestions would be appreciated. I'm not sure > > what to suggest to him to try at this point. I've put the > > hand-transcribed probe results from 4.0 at the end for reference. Its > > understood that there may be other hardware issues after > > installation. > > I know that feeling well, my desktop PC never gets it's keyboard > detected by FreeBSD, if you can get to the visual configuration screen > then you can change the atkbd flags to 0x0 which should allow you to use > it. I admit that I've started building my own releases with that flag > set to 0x0 though as the visual config sometimes doesn't work here :) I had him retest using that 0x0 flag but it still would not allow the probing to continue. He did verify that he could change the flag for the keyboard in the visual configuration screen. Thanks for the suggestion anyway. I know there's others that have had this issue come up. I'm just hoping I can hit on a solution before he becomes discouraged. Anybody?? Best regards, Randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16:43:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 329B037B400 for ; Tue, 19 Feb 2002 16:43:45 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220004344.SUKY1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 00:43:44 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K0hhq34388; Tue, 19 Feb 2002 16:43:43 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 16:43:43 -0800 From: "Crist J. Clark" To: Joe & Fhe Barbish Cc: FBSD Subject: Re: stop log_in_vain root console messages Message-ID: <20020219164343.K48401@blossom.cjclark.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from barbish@a1poweruser.com on Tue, Feb 19, 2002 at 06:17:00PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 06:17:00PM -0500, Joe & Fhe Barbish wrote: > Is there some way to stop the log_in_vain > messages from coming out on the root console screen? It's this line, *.err;kern.debug;auth.notice;mail.crit /dev/console In syslog.conf(5). The log_in_vain messages are at kern.info level. Edit syslog.conf(5) to get what you want on the console. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 16:49:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 9268237B402 for ; Tue, 19 Feb 2002 16:49:20 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220004920.PQBQ2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 00:49:20 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K0nJ236605; Tue, 19 Feb 2002 16:49:19 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 16:49:19 -0800 From: "Crist J. Clark" To: Mike Meyer Cc: rene@xs4all.nl, questions@FreeBSD.ORG Subject: Re: building multiple ( 2+ or more) kernels for easy switching? Message-ID: <20020219164919.L48401@blossom.cjclark.org> References: <48552002@toto.iv> <15474.58551.91350.65768@guru.mired.org> <20020219161104.G48401@blossom.cjclark.org> <15474.61286.290485.620755@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15474.61286.290485.620755@guru.mired.org>; from mwm-dated-1014597350.d952f8@mired.org on Tue, Feb 19, 2002 at 06:35:50PM -0600 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 06:35:50PM -0600, Mike Meyer wrote: [snip] > Just out of curiosity, have you tried setting "KERNCONF?= CUSTOM GENERIC" > along with "MODULES_WITH_WORLD=yes", and then done: > > # make kernel > # make installkernel KERNCONF=GENERIC INSTKERNNAME=kernel.GENERIC > > to see if it would work? I haven't done that, but I know it wouldn't work. The INSTKERNNAME set during the 'buildkernel' and 'installkernel' must be the same. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 16:52: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id CAD6A37B402 for ; Tue, 19 Feb 2002 16:51:57 -0800 (PST) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 6BC807821B; Wed, 20 Feb 2002 11:21:55 +1030 (CST) Date: Wed, 20 Feb 2002 11:21:55 +1030 From: Greg Lehey To: thomas may Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD on Cebit 2002 in hannover, germany ! Message-ID: <20020220112155.L59587@wantadilla.lemis.com> References: <000001c1b6dc$b95f5ea0$8c00a8c0@tm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c1b6dc$b95f5ea0$8c00a8c0@tm> User-Agent: Mutt/1.3.23i Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Saturday, 16 February 2002 at 12:26:04 +0100, thomas may wrote: > Hi there, > >> From 13.3.2002 - 20.3.2002 is cebit in hannover, germany. > Is freebsd.org also there ? Mysql is in hall 3 A45 We've had an offer of stand space from Asus. If anybody in Germany wants to help man the stand, please contact me. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore the reply. For more information, see http://www.lemis.com/questions.html See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 16:56: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brain-stream.com (brain-stream.com [209.95.107.206]) by hub.freebsd.org (Postfix) with ESMTP id B7AE837B405 for ; Tue, 19 Feb 2002 16:55:55 -0800 (PST) Received: from pantalaimon.pobox.com (h00609708e398.ne.mediaone.net [24.128.187.79]) by brain-stream.com (8.9.3/8.9.3) with ESMTP id QAA02097 for ; Tue, 19 Feb 2002 16:55:37 -0800 (PST) Message-Id: <5.1.0.14.2.20020219194511.01887b20@pop.earthlink.net> X-Sender: bkdelong@pop.earthlink.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Feb 2002 19:55:34 -0500 To: freebsd-questions@FreeBSD.ORG From: "B.K. DeLong" Subject: Re: SSHD problems: Forked child when logging in locally In-Reply-To: <5.1.0.14.2.20020219113057.03467bb0@pop.earthlink.net> 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 12:16 PM 02/19/2002 -0500, you wrote: >Hi all - > >I recently lost the ability to ssh into my firewall from the local side of >the network, though ironically I can still ssh to it from the outside. > >I'm running FreeBSD 4.5-STABLE and OpenSSH_3.0.2. > >When I try to ssh into the machine (192.168.2.1) from my Win98 SE laptop >using ssh2 in SecureCRT 3.3 (192.168.2.11) my authlog shows: > >sshd[90]: debug1: Forked child 178. > >Then I close SecureCRT since nothing shows up in the window. > >Several seconds after I close it, this appears in my authlod: > >sshd[178]: Connection from 192.168.2.11 port 2696 >sshd[178]: Connection from 192.168.2.11 port 2696 >sshd[178]: Did not receive identification string from 192.168.2.11. >sshd[178]: debug1: Calling cleanup 0x805ef04(0x0) Since I can't STAND searching through archives and finding no answers or whether the person found a solution, I thought I'd post my results. I CC'd this to the freebsd-security list and received this response: >Date: Tue, 19 Feb 2002 13:40:45 -0800 (PST) >From: Jason Stone >To: "B.K. DeLong" >Cc: >Subject: Re: SSHD problems: Forked child when logging in locally > >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > > > > I recently lost the ability to ssh into my firewall from the local > > side of the network, though ironically I can still ssh to it from the > > outside. > > > > I'm running FreeBSD 4.5-STABLE and OpenSSH_3.0.2. > > > > When I try to ssh into the machine (192.168.2.1) from my Win98 SE > > laptop using ssh2 in SecureCRT 3.3 (192.168.2.11) my authlog shows: > >My first guess is broken name resolution - maybe the firewall machine is >using extrernal dns servers, and so it can resolve real ip's right away, >but your private ip's (192.168.) can't resolve, so the server hangs. > >Verify this by either a) running "host 192.168.2.11" on the firewall box, >or b) just waiting a really long time for the login to work - don't get >frustrated and close the window - give it like half an hour to actually >give you a prompt. > > > -Jason After some mild forehead smacking, I added the following lines to the bottom of /etc/hosts, the basic premise being that if IPs are for an INTERNAL network, you need to put them in this file with identification or it will try to resolve them using your EXTERNAL DNS servers (provided you aren't running one internally) until it times out. #Windows 2000 Machine (P300, 128MB RAM, Fax Server) 192.168.2.10 lyra.internal.brain-stream.com #Win98SE Dell Inspiron 7000 laptop with 256MB RAM 192.168.2.11 pantalaimon.internal.brain-stream.com #Kirky's Win2k Laptop 192.168.2.12 chelsie.internal.brain-stream.com #HP LaserJet 2100 TN with Jetdirect 600N 192.168.2.15 alethiometer.internal.brain-stream.com -- B.K. DeLong bkdelong@pobox.com 617.877.3271 http://www.brain-stream.com Play. http://www.the-leaky-cauldron.org Potter. http://www.attrition.org Security. http://www.artemisiabotanicals.com Herb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 17: 1:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id DEBE637B41D for ; Tue, 19 Feb 2002 17:01:46 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220010141.TIRC1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 01:01:41 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K11ea40246; Tue, 19 Feb 2002 17:01:40 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 17:01:40 -0800 From: "Crist J. Clark" To: "B.K. DeLong" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SSHD problems: Forked child when logging in locally Message-ID: <20020219170140.M48401@blossom.cjclark.org> References: <5.1.0.14.2.20020219113057.03467bb0@pop.earthlink.net> 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.0.14.2.20020219113057.03467bb0@pop.earthlink.net>; from bkdelong@pobox.com on Tue, Feb 19, 2002 at 12:16:25PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 12:16:25PM -0500, B.K. DeLong wrote: > Hi all - > > I recently lost the ability to ssh into my firewall from the local side of > the network, though ironically I can still ssh to it from the outside. > > I'm running FreeBSD 4.5-STABLE and OpenSSH_3.0.2. > > When I try to ssh into the machine (192.168.2.1) from my Win98 SE laptop > using ssh2 in SecureCRT 3.3 (192.168.2.11) my authlog shows: > > sshd[90]: debug1: Forked child 178. > > Then I close SecureCRT since nothing shows up in the window. > > Several seconds after I close it, this appears in my authlod: > > sshd[178]: Connection from 192.168.2.11 port 2696 > sshd[178]: Connection from 192.168.2.11 port 2696 > sshd[178]: Did not receive identification string from 192.168.2.11. > sshd[178]: debug1: Calling cleanup 0x805ef04(0x0) These messages make sense. You close up your connection, so sshd(8) eventually gives up and quits. I guess the only question is, why doesn't the connection start up? Why is it hanging long enough for you to get impatient and close up SecureCRT? How long are you giving it? Let it sit for at least a minute or two in case there are some DNS problems. Also, you might want to sniff the connection (tcpdump(8)) to watch the connection establish (and watch for the DNS traffic too). Finally, review the firewall logs to make sure something weird isn't happening there. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 17: 9:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id B479437B417 for ; Tue, 19 Feb 2002 17:09:41 -0800 (PST) Received: (qmail 73060 invoked by uid 100); 20 Feb 2002 01:09:40 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15474.63315.720844.7299@guru.mired.org> Date: Tue, 19 Feb 2002 19:09:39 -0600 To: Tillman Hodgson Cc: questions@freebsd.org Subject: Re: /altroot? In-Reply-To: <86156277@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Tillman Hodgson types: > On Tue, Feb 19, 2002 at 08:46:44AM -0800, Kris Kennaway wrote: > > On Mon, Feb 18, 2002 at 04:21:42PM -0600, Tillman Hodgson wrote: > > > Howdy, > > > > > > Does FreeBSD have built-in functionality similar to OpenBSDs /altroot? > > > > It might help if you explained what this is. > > Sure. From OpenBSD's /etc/daily: > I could add that as a script in /etc/periodic/daily, but I'd prefer to > use built-in functionality rather than duplicate it if it exists. The built-in functionality doesn't exist. Might I recommend that you tweak the script to 1) work on FreeBSD and 2) follow the practices of /etc/defaults/periodic.conf, then add daily_root_backup to /etc/defaults/periodic.conf and submit a PR with a patch consisting of the diff to /etc/defaults/periodic.conf and the tweaked script? That would get you functionality now, and make it easy for someone it to find it's way into the base system at some point in the future. I'd certainly like to see that done. thanx, http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 17:16: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spock2.ECE.McGill.CA (Spock2.ECE.McGill.CA [132.206.63.11]) by hub.freebsd.org (Postfix) with ESMTP id 6A64637B404 for ; Tue, 19 Feb 2002 17:15:53 -0800 (PST) Received: from jingwen (B56-82.DAS.McGill.CA [198.168.182.234]) by spock2.ECE.McGill.CA (8.8.8/8.8.8) with SMTP id UAA16651 for ; Tue, 19 Feb 2002 20:15:11 -0500 (EST) From: "Peng He" To: Subject: /bin/.login: No Such File or Directory Date: Tue, 19 Feb 2002 20:14:53 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.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 Dear all, My FreeBSD 4.2(in a PC) has the following problem: when I try to login, whatever I type, after an Enter, the system always says: /bin/.login: no such file or directory. Therefore I can not login into the system , but FTP is OK. So, why? Could you pls copy your .login file in usr/bin/ to me? Thank you very much!! Best Regards, Peng He To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 17:28:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blues.hodgsonhouse.com (blues.hodgsonhouse.com [24.72.10.211]) by hub.freebsd.org (Postfix) with ESMTP id 58A6237B402 for ; Tue, 19 Feb 2002 17:28:33 -0800 (PST) Received: by blues.hodgsonhouse.com (Postfix, from userid 500) id ABB327F5D0; Tue, 19 Feb 2002 19:26:49 -0600 (CST) Date: Tue, 19 Feb 2002 19:26:49 -0600 From: Tillman Hodgson To: Mike Meyer Cc: questions@freebsd.org Subject: Re: /altroot? Message-ID: <20020219192649.A1087@hodgsonhouse.com> References: <86156277@toto.iv> <15474.63315.720844.7299@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <15474.63315.720844.7299@guru.mired.org>; from mwm-dated-1014599380.d11c75@mired.org on Tue, Feb 19, 2002 at 07:09:39PM -0600 X-Editor: Vim Rocks! http://www.vim.org X-Mailer: Mutt Rocks! http://www.mutt.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, Feb 19, 2002 at 07:09:39PM -0600, Mike Meyer wrote: > Tillman Hodgson types: > > Sure. From OpenBSD's /etc/daily: > > I could add that as a script in /etc/periodic/daily, but I'd prefer to > > use built-in functionality rather than duplicate it if it exists. > > The built-in functionality doesn't exist. Might I recommend that you > tweak the script to 1) work on FreeBSD and 2) follow the practices of > /etc/defaults/periodic.conf, then add daily_root_backup to > /etc/defaults/periodic.conf and submit a PR with a patch consisting of > the diff to /etc/defaults/periodic.conf and the tweaked script? That > would get you functionality now, and make it easy for someone it to > find it's way into the base system at some point in the future. > > I'd certainly like to see that done. Will do, thanks. -T -- Humans hardly ever learn from the experience of others. They learn - when they do, which isn't often - on their own, the hard way. Robert Heinlein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 17:47:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail07a.vwh1.net (mail07a.vwh1.net [209.238.9.57]) by hub.freebsd.org (Postfix) with SMTP id 1DDB837B402 for ; Tue, 19 Feb 2002 17:47:15 -0800 (PST) Received: from www.onque.com (208.55.28.110) by mail07a.vwh1.net (RS ver 1.0.60s) with SMTP id 044604177; Tue, 19 Feb 2002 19:34:10 -0500 (EST) Message-Id: <5.1.0.14.0.20020219162729.03b27e58@onque.com> X-Sender: ddaine@onque.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Feb 2002 16:35:40 -0800 To: freebsd-questions@FreeBSD.ORG From: Dave Daine Subject: Questions about using dhclient with DHCP Cc: dinz@videotron.ca Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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 I am using DHCP. I would like to: 1) Start up with networking disabled, or rather, with dhclient disabled, because my other machine may have already grabbed the only dynamic IP address that my ISP will give me. 2) Start (may be after releasing the lease from my other machine) and stop dhclient at will. I tried bringing the network interface down with "ifconfig dc0 down", but "ifconfig -a" keeps on showing the interface as active, and "dhclient: send_packet: No route to host" messages keep on popping on my console. 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 Feb 19 18: 5:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f212.law14.hotmail.com [64.4.21.212]) by hub.freebsd.org (Postfix) with ESMTP id 1F9DF37B417 for ; Tue, 19 Feb 2002 18:05:51 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 18:05:50 -0800 Received: from 66.189.64.53 by lw14fd.law14.hotmail.msn.com with HTTP; Wed, 20 Feb 2002 02:05:50 GMT X-Originating-IP: [66.189.64.53] Reply-To: byte___me@hotmail.com From: "Aaron  Portnoy" To: freebsd-questions@FreeBSD.org Subject: downloading Date: Tue, 19 Feb 2002 21:05:50 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2002 02:05:50.0951 (UTC) FILETIME=[1EC3AF70:01C1B9B3] Sender: owner-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'd like to download and install FreeBSD onto another computer I have here. I'd like to obtain FreeBSD from the FTP site. I've been to the site, yet I have no idea what to download. Do I download the files in the "floppies" directory? If not, where do I go? There are a lot of other directories here that I don't know what they are. Also, what are .flp files? What do I do with them? Any help would be appreciated. Thanks for your time. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 18:10: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 A067D37B404 for ; Tue, 19 Feb 2002 18:10:32 -0800 (PST) Received: from Tom_Parquette [24.161.96.98] by myrealbox.com with NIMS ModWeb Module; Tue, 19 Feb 2002 21:10:32 -0500 Subject: Re: downloading From: Tom Parquette To: byte___me@hotmail.com, Cc: freebsd-questions@FreeBSD.org, Date: Tue, 19 Feb 2002 21:10:32 -0500 X-Mailer: NIMS ModWeb Module X-Sender: Tom_Parquette MIME-Version: 1.0 Message-ID: <1014171032.565d7ff2Tom_Parquette@myrealbox.com> Content-Type: text/plain; charset="UTF-8" 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 www.freebsd.org/handbook under the installation section should get you goin= g... -----Original Message----- From: "Aaron =C2=A0Portnoy" To: freebsd-questions@FreeBSD.org Date: Tue, 19 Feb 2002 21:05:50 -0500 Subject: downloading Hello, I'd like to download and install FreeBSD onto another computer I have here.= =20 I'd like to obtain FreeBSD from the FTP site. I've been to the site, yet I= =20 have no idea what to download. Do I download the files in the "floppies"=20 directory? If not, where do I go? There are a lot of other directories here= =20 that I don't know what they are. Also, what are .flp files? What do I do=20 with them? Any help would be appreciated. Thanks for your time. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos:=20 http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message Try not. Do or do not. There is no try. -- Yoda To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 18:18:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by hub.freebsd.org (Postfix) with SMTP id EBB4937B41B for ; Tue, 19 Feb 2002 18:18:22 -0800 (PST) Received: (qmail 57906 invoked from network); 18 Feb 2002 21:53:56 -0000 Received: from unknown (HELO cr159591a) (24.102.18.54) by 206.47.131.12 with SMTP; 18 Feb 2002 21:53:56 -0000 From: "Dave VanAuken" To: "FreeBSD Questions" Subject: Intel SR2100 rackmount server with SCSI - compatibility? Date: Mon, 18 Feb 2002 16:48:15 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE 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 Have been offered the following... Intel SR2100 Chassis w/4 HotSwap SCSI Bays Slimline CDROM and Floppy Intel STL2 Motherboard w/Ultra 160 Scsi, 64Bit PCI Previous investigations into the Intel RM servers indicated compatibility problems with SCSI, not sure if specifically RAID. Am also looking at placing the following in this particular box. again, seeking compatibility experience. 2 X Seagate 73 Gig 10K Low Profile, SCA Drives, Model ST373405LC Anyone have suggestions, insight, or better yet first hand experience with FreeBSD 4.x on these puppies... Drive recommendations appreciated as well. Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 18:18:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by hub.freebsd.org (Postfix) with SMTP id EF42E37B41C for ; Tue, 19 Feb 2002 18:18:22 -0800 (PST) Received: (qmail 753 invoked from network); 19 Feb 2002 17:30:16 -0000 Received: from unknown (HELO cr159591a) (24.102.18.54) by 206.47.131.12 with SMTP; 19 Feb 2002 17:30:16 -0000 From: "Dave VanAuken" To: "FreeBSD Questions" Subject: RE: Intel SR2100 rackmount server with SCSI - compatibility? Date: Tue, 19 Feb 2002 12:24:36 -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: 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 didn't appear to hit the list last time... > >Have been offered the following... > Intel SR2100 Chassis w/4 HotSwap SCSI Bays > Slimline CDROM and Floppy > Intel STL2 Motherboard w/Ultra 160 Scsi, 64Bit PCI > >Previous investigations into the Intel RM servers indicated >compatibility problems with SCSI, not sure if specifically RAID. > >Am also looking at placing the following in this particular box. >again, seeking compatibility experience. > > 2 X Seagate 73 Gig 10K Low Profile, SCA Drives, Model ST373405LC > >Anyone have suggestions, insight, or better yet first hand experience >with FreeBSD 4.x on these puppies... Drive recommendations >appreciated as well. > >Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 18:19: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by hub.freebsd.org (Postfix) with SMTP id 05F6237B41D for ; Tue, 19 Feb 2002 18:18:23 -0800 (PST) Received: (qmail 72163 invoked from network); 19 Feb 2002 04:23:42 -0000 Received: from unknown (HELO cr159591a) (24.102.18.54) by 206.47.131.12 with SMTP; 19 Feb 2002 04:23:42 -0000 From: To: , Subject: RE: Kernel OPTIONS Date: Mon, 18 Feb 2002 23:18:01 -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: <20020219040118.17358.qmail@web13301.mail.yahoo.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 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.ht ml Dave >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Greg Quinlan >Sent: Monday, February 18, 2002 11:01 PM >To: FreeBSD-Questions@FreeBSD.ORG >Subject: Kernel OPTIONS > > >Hi all, > >Does anyone know where I might find a list of tunable "options"? > >Specifically how to increase the max number of open files? > >Thanks > >Greg > >__________________________________________________ >Do You Yahoo!? >Yahoo! Sports - Coverage of the 2002 Olympic Games >http://sports.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 Feb 19 18:19:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by hub.freebsd.org (Postfix) with SMTP id E39FC37B419 for ; Tue, 19 Feb 2002 18:18:22 -0800 (PST) Received: (qmail 90219 invoked from network); 19 Feb 2002 13:53:08 -0000 Received: from unknown (HELO cr159591a) (24.102.18.54) by 206.47.131.12 with SMTP; 19 Feb 2002 13:53:08 -0000 From: To: "FreeBSD Questions" Subject: RE: Intel SR2100 rackmount server with SCSI - compatibility? Date: Tue, 19 Feb 2002 08:47:26 -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: 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 didn't appear to hit the list last time... > >Have been offered the following... > Intel SR2100 Chassis w/4 HotSwap SCSI Bays > Slimline CDROM and Floppy > Intel STL2 Motherboard w/Ultra 160 Scsi, 64Bit PCI > >Previous investigations into the Intel RM servers indicated >compatibility problems with SCSI, not sure if specifically RAID. > >Am also looking at placing the following in this particular box. >again, seeking compatibility experience. > > 2 X Seagate 73 Gig 10K Low Profile, SCA Drives, Model ST373405LC > >Anyone have suggestions, insight, or better yet first hand experience >with FreeBSD 4.x on these puppies... Drive recommendations >appreciated as well. > >Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 18:23:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix.ultradns.net (postfix.ultradns.net [204.74.100.40]) by hub.freebsd.org (Postfix) with ESMTP id 37B6237B404 for ; Tue, 19 Feb 2002 18:23:38 -0800 (PST) Received: from localhost (localhost.ultradns.net [127.0.0.1]) by postfix.ultradns.net (Postfix) with ESMTP id D49E82302A; Tue, 19 Feb 2002 18:25:15 -0800 (PST) Received: from ultra-exchange.UltraDNS.com (nat-external.ultradns.net [204.74.100.10]) by postfix.ultradns.net (Postfix) with ESMTP id 4236323013; Tue, 19 Feb 2002 18:25:13 -0800 (PST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Strange networking problems X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Tue, 19 Feb 2002 18:23:34 -0800 Message-ID: <3DBB075EEB95944492E127F2B9A96FAF0CE110@ultra-exchange.UltraDNS.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Strange networking problems Thread-Index: AcG5mv5m7rynPoZzS1iHAgbE2uG4hwAGbjVw From: "Patrick Soltani" To: "Steven Lake" , "Stephen Hovey" Cc: 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 The only time I have seen ssh slow down to a crawl is when the = resolv.conf was pointing to an incorrect machine. It would time out = resolving and eventually come up, but slooowly. I would start a tcpdump myhost port 22 and then fire up a client ssh to = the box and see what's going on.=20 Be interested to see what you find. Regards, Patrick Soltani. -----Original Message----- From: Steven Lake [mailto:raiden@shell.core.com] Sent: Tuesday, February 19, 2002 3:13 PM To: Stephen Hovey Cc: Steven Lake; freebsd-questions@FreeBSD.ORG Subject: Re: Strange networking problems > you sure your DNS is all ok? DNS is 5x5. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" 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 Feb 19 18:40:26 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 280A037B405 for ; Tue, 19 Feb 2002 18:40:24 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220024023.VBKH1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 02:40:23 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K2eNK23930; Tue, 19 Feb 2002 18:40:23 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 18:40:23 -0800 From: "Crist J. Clark" To: Mike Meyer Cc: Tillman Hodgson , questions@FreeBSD.ORG Subject: Re: /altroot? Message-ID: <20020219184023.R48401@blossom.cjclark.org> References: <86156277@toto.iv> <15474.63315.720844.7299@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <15474.63315.720844.7299@guru.mired.org>; from mwm-dated-1014599380.d11c75@mired.org on Tue, Feb 19, 2002 at 07:09:39PM -0600 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 07:09:39PM -0600, Mike Meyer wrote: > Tillman Hodgson types: > > On Tue, Feb 19, 2002 at 08:46:44AM -0800, Kris Kennaway wrote: > > > On Mon, Feb 18, 2002 at 04:21:42PM -0600, Tillman Hodgson wrote: > > > > Howdy, > > > > > > > > Does FreeBSD have built-in functionality similar to OpenBSDs /altroot? > > > > > > It might help if you explained what this is. > > > > Sure. From OpenBSD's /etc/daily: > > I could add that as a script in /etc/periodic/daily, but I'd prefer to > > use built-in functionality rather than duplicate it if it exists. > > The built-in functionality doesn't exist. Might I recommend that you > tweak the script to 1) work on FreeBSD and 2) follow the practices of > /etc/defaults/periodic.conf, then add daily_root_backup to > /etc/defaults/periodic.conf and submit a PR with a patch consisting of > the diff to /etc/defaults/periodic.conf and the tweaked script? Nooooooo... Put localizations in /etc/periodic.conf, NOT /etc/defaults/periodic.conf. And drop local files into /usr/local/etc/periodic/daily. Of course, if you wish to submit them in a PR as a potential change, please do put them where they would be in the base system to generate patches. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 18:44:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 85AC137B400 for ; Tue, 19 Feb 2002 18:44:39 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220024439.TIVH2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 02:44:39 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K2ico23952; Tue, 19 Feb 2002 18:44:38 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 18:44:38 -0800 From: "Crist J. Clark" To: Dave Daine Cc: freebsd-questions@FreeBSD.ORG, dinz@videotron.ca Subject: Re: Questions about using dhclient with DHCP Message-ID: <20020219184438.S48401@blossom.cjclark.org> References: <5.1.0.14.0.20020219162729.03b27e58@onque.com> 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.0.14.0.20020219162729.03b27e58@onque.com>; from ddaine@onque.com on Tue, Feb 19, 2002 at 04:35:40PM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 04:35:40PM -0800, Dave Daine wrote: > I am using DHCP. I would like to: > > 1) Start up with networking disabled, or rather, with dhclient disabled, > because my other machine may have already grabbed the only dynamic IP > address that my ISP will give me. > > 2) Start (may be after releasing the lease from my other machine) and stop > dhclient at will. > > I tried bringing the network interface down with "ifconfig dc0 down", but > "ifconfig -a" keeps on showing the interface as active, and "dhclient: > send_packet: No route to host" messages keep on popping on my console. It sounds like it is working. Isn't this what it looks like, # ifconfig dc0 dc0: flags=8843 mtu 1500 inet 192.168.10.60 netmask 0xffffff00 broadcast 192.168.10.255 ether 00:c0:f0:5a:6c:0a media: Ethernet autoselect (10baseT/UTP) status: active # ifconfig dc0 down # ifconfig dc0 dc0: flags=8802 mtu 1500 inet 192.168.10.60 netmask 0xffffff00 broadcast 192.168.10.255 ether 00:c0:f0:5a:6c:0a media: Ethernet autoselect (10baseT/UTP) status: active Note that it is no longer "UP" in the flags. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 18:53:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pro.net.id (hyperion.pro.net.id [202.150.40.5]) by hub.freebsd.org (Postfix) with SMTP id DD96037B402 for ; Tue, 19 Feb 2002 18:52:54 -0800 (PST) Received: (qmail 85408 invoked from network); 20 Feb 2002 02:48:05 -0000 Received: from unknown (HELO BLUESTAR) (202.150.39.229) by hyperion.pro.net.id with SMTP; 20 Feb 2002 02:48:05 -0000 From: "Thomas Wahyudi" To: Subject: traffic sharper difference Date: Wed, 20 Feb 2002 09:52:25 +0700 Message-ID: <007f01c1b9b9$a17a26f0$e52796ca@BLUESTAR> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0080_01C1B9F4.4DDA8590" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 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 This is a multi-part message in MIME format. ------=_NextPart_000_0080_01C1B9F4.4DDA8590 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi I setup freebsd box as traffic sharper as follow Cabletron (a) ------ (b) freebsd box limiter set at 384Kbps (c) ---- client And Cabletron (a) ----- (b) asmv50 set at 384Kbps (c) ----- client The result at a with mrtg is different with freebsd box, we get more than 384 at point a but 384 at point c But we get 384 at point a same as in point b What I use rule on freebsd box is # Bandwitdh Limiter # Async 128kbps down 32kbps up $fwcmd pipe 1 config bw 128Kbit/s queue 12Kbytes $fwcmd pipe 2 config bw 32Kbit/s queue 3Kbytes $fwcmd add 10000 pipe 1 ip from any to any in recv rl0 $fwcmd add 20000 pipe 2 ip from any to any out xmit rl0 $fwcmd add 50000 allow tcp from any to any establish # Allow other traffic ${fwcmd} add 65000 allow all from any to any the question is, how I can achieve the same result with freebsd box that's we get 384 exacly at point a ? ------=_NextPart_000_0080_01C1B9F4.4DDA8590 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

Hi I setup freebsd box = as traffic sharper as follow

 

Cabletron (a) ------ = (b) freebsd box limiter set at 384Kbps (c) ---- client

 

And

 

Cabletron (a) ----- = (b)  asmv50 set at 384Kbps (c) ----- = client

 

The result at a with = mrtg is different with freebsd box, we get more than 384 at point a but 384 at = point c

But we get 384 at = point a same as in point b

 

What I use rule on = freebsd box is

 

# Bandwitdh = Limiter

# Async 128kbps down = 32kbps up

$fwcmd pipe 1 config = bw 128Kbit/s queue 12Kbytes

$fwcmd pipe 2 config = bw 32Kbit/s queue 3Kbytes

 

$fwcmd add 10000 pipe = 1 ip from any to any in recv rl0

$fwcmd add 20000 pipe = 2 ip from any to any out xmit rl0

 

$fwcmd add 50000 allow = tcp from any to any establish

 

# Allow other = traffic

${fwcmd} add 65000 = allow all from any to any

 

the question is, how I = can achieve the same result with freebsd box that’s we get 384 exacly = at point a ?

 

 

 

 

------=_NextPart_000_0080_01C1B9F4.4DDA8590-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 18:56:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 88FC137B405 for ; Tue, 19 Feb 2002 18:56:51 -0800 (PST) Received: from posthuman ([66.120.191.10]) by mta5.rcsntx.swbell.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0GRT006JY9IMM9@mta5.rcsntx.swbell.net> for questions@freebsd.org; Tue, 19 Feb 2002 20:56:50 -0600 (CST) Date: Tue, 19 Feb 2002 18:56:44 -0800 From: Posthuman Subject: file in a system. To: questions@freebsd.org Message-id: <000c01c1b9ba$3d41e9b0$0abf7842@posthuman> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT 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 Hello, I've been browsing thru the man pages in order to locate "command + arguments" on how I can locate a certain file in the system if am not sure where it is. I stopped at "wc" "grep" "whereis" but I didn't get any results. My question is how can I list all *.log files on my system + the path for everyone, regardless of their location. If can give an example I will be grateful. Thanks in advance. -p To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 19: 0:17 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 19D5B37B417 for ; Tue, 19 Feb 2002 19:00:11 -0800 (PST) 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 TAA02204; Tue, 19 Feb 2002 19:00:08 -0800 Message-ID: <3C731136.5000202@owt.com> Date: Tue, 19 Feb 2002 19:00:06 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Joe & Fhe Barbish Cc: FBSD Subject: Re: cvsup /etc/cvsupfile 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 Joe & Fhe Barbish wrote: > > I would like just to type cvsup on the command line > instead of all ways typing cvsup -l /etc/cvsupfile > > Is there any way to configure cvsup command to > default to -l2 and use /etc/cvsupfile all the time? > I want more than what you are doing and so I have a shell script to do the cvsup. It looks like ruby# cat upstable #! /bin/sh cd /root/cvsup cvsup -g -L 2 stable-supfile 2>&1 | tee cvsup.log # Now convert the log to html` cvsuplog < cvsup.log > cvsup-`date "+%Y%m%d-%H%M"`.html The cvsuplog converts the tee'ed output and creates a html clickable file that I can view with kongueror. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com 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 Feb 19 19: 1:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from is-fw.transwitch.co.za (is-fw.transwitch.co.za [196.33.55.98]) by hub.freebsd.org (Postfix) with ESMTP id F15B037B400 for ; Tue, 19 Feb 2002 19:01:03 -0800 (PST) Received: (from nobody@localhost) by is-fw.transwitch.co.za (8.8.8/8.6.9) id FAA10783 for ; Wed, 20 Feb 2002 05:00:55 +0200 (SAST) Received: by is-fw.transwitch.co.za via recvmail id 10604; Wed Feb 20 04:59:36 2002 Message-ID: From: David Tuppen To: "'freebsd-questions@FreeBSD.ORG'" Subject: problems with ftp Date: Wed, 20 Feb 2002 05:05:22 +0200 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 hi why is it that i can't get any of your files from the ftp sites provided? I'm in the philippines at the mo, and thought i'd give bsd a try (linux cd's broke), but it says that i have insufficient permissions as an anonymous user. thanks David Tuppen ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com ********************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 19: 2:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta05.mail.mel.aone.net.au (mta05.mail.au.uu.net [203.2.192.85]) by hub.freebsd.org (Postfix) with ESMTP id 8AA6D37B417 for ; Tue, 19 Feb 2002 19:02:45 -0800 (PST) Received: from ausyddtp0050.ozemail.com.au ([203.166.66.104]) by mta05.mail.mel.aone.net.au with ESMTP id <20020220030244.XADG3283.mta05.mail.mel.aone.net.au@ausyddtp0050.ozemail.com.au>; Wed, 20 Feb 2002 14:02:44 +1100 Message-Id: <5.1.0.14.2.20020220135742.01c0ac50@pop.ozemail.com.au> X-Sender: rbyrnes@pop.ozemail.com.au X-Mailer: I wish it was Linux Date: Wed, 20 Feb 2002 13:58:14 +1100 To: "Mike Meyer" From: Rob B Subject: Re: 4.5R and OpenBSD Compatibility Cc: questions@freebsd.org In-Reply-To: <15474.59027.714538.497570@guru.mired.org> References: <94262050@toto.iv> 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 10:58 20/02/2002, Mike Meyer sent this up the stick: >Sean O'Neill types: > > I have a OpenBSD 2.8 binary I'm hoping to run under FreeBSD 4.5R. I keep > > seeing OpenBSD compatibility stuff in the release notes and else where on > > the Internet but I can't find anything specific about how to enable it or > > make it work or whatever. > > > > Any help appreciated. > >I think you're out of luck. The only OpenBSD compatability I know of >in FreeBSD is at the source level, not the binary level. Does this apply to NetBSD binaries as well? Rob -- We'll run no program before its time [15200.8 km (8207.8 mi), 262.8 deg](Apparent) Rennerian This is random quote 1104 of a collection of 1204 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 19:28:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts20-srv.bellnexxia.net (tomts20.bellnexxia.net [209.226.175.74]) by hub.freebsd.org (Postfix) with ESMTP id 973FB37B41C for ; Tue, 19 Feb 2002 19:28:19 -0800 (PST) Received: from there ([206.172.181.41]) by tomts20-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020220032818.FPSO4536.tomts20-srv.bellnexxia.net@there> for ; Tue, 19 Feb 2002 22:28:18 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Pierre-Luc Drouin To: freebsd-questions@freebsd.org Subject: Printer problem: Postscript 2.0 versus 3.0 Date: Tue, 19 Feb 2002 22:25:41 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020220032818.FPSO4536.tomts20-srv.bellnexxia.net@there> Sender: owner-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 configure my hp laserjet 1200 printer that supports Postscript 2.0. When i use lp to print a PS 2.0 file, it prints immediately. However, for Postscript 3.0 files, it prints, but i've to wait a lot of time before... Is it normal? Is there a mean to convert ps 3.0 files in ps 2.0? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 19:29: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tgd.net (mail.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id E1A5237B402 for ; Tue, 19 Feb 2002 19:28:52 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id B134D20F05; Tue, 19 Feb 2002 19:28:52 -0800 (PST) Date: Tue, 19 Feb 2002 19:28:52 -0800 From: Sean Chittenden To: Posthuman Cc: questions@freebsd.org Subject: Re: file in a system. Message-ID: <20020219192852.F29935@ninja1.internal> References: <000c01c1b9ba$3d41e9b0$0abf7842@posthuman> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000c01c1b9ba$3d41e9b0$0abf7842@posthuman>; from "posthuman@sbcglobal.net" on Tue, Feb 19, 2002 at = 06:56:44PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I've been browsing thru the man pages in order to locate "command + > arguments" on how I can locate a certain file in the system if am not > sure where it is. I stopped at "wc" "grep" "whereis" but I didn't get > any results. My question is how can I list all *.log files on my system > + the path for everyone, regardless of their location. If can give an > example I will be grateful. Thanks in advance. locate '*.log' Make sure you locatedb is up to date. A weekly script gets run to keep the DB in sync, /etc/periodic/weekly/310.updatedb. Feel free to run this whenever you feel your locate commands are no longer accurate. -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 19:47:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.anu.edu.au (mail.anu.edu.au [150.203.2.7]) by hub.freebsd.org (Postfix) with ESMTP id 943A137B402 for ; Tue, 19 Feb 2002 19:47:00 -0800 (PST) Received: from nucl03.anu.edu.au (nucl03.anu.edu.au [150.203.19.120]) by mail.anu.edu.au (8.9.3/8.9.3) with ESMTP id OAA07947; Wed, 20 Feb 2002 14:46:58 +1100 (EST) Received: (from gjl103@localhost) by nucl03.anu.edu.au (8.11.6/8.11.6) id g1K3kwL51315; Wed, 20 Feb 2002 14:46:58 +1100 (EST) (envelope-from gjl103) Date: Wed, 20 Feb 2002 14:46:58 +1100 From: Greg Lane To: Sean Chittenden Cc: Posthuman , questions@FreeBSD.ORG Subject: Re: file in a system. Message-ID: <20020220144658.A51230@nucl03.anu.edu.au> Reply-To: gregory.lane@anu.edu.au Mail-Followup-To: Sean Chittenden , Posthuman , questions@FreeBSD.ORG References: <000c01c1b9ba$3d41e9b0$0abf7842@posthuman> <20020219192852.F29935@ninja1.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020219192852.F29935@ninja1.internal>; from sean@chittenden.org on Tue, Feb 19, 2002 at 07:28:52PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I've been browsing thru the man pages in order to locate "command + > > arguments" on how I can locate a certain file in the system if am not > > sure where it is. I stopped at "wc" "grep" "whereis" but I didn't get > > any results. My question is how can I list all *.log files on my system > > + the path for everyone, regardless of their location. If can give an > > example I will be grateful. Thanks in advance. > > locate '*.log' > > Make sure you locatedb is up to date. A weekly script gets run to > keep the DB in sync, /etc/periodic/weekly/310.updatedb. Feel free to > run this whenever you feel your locate commands are no longer > accurate. -sc > This is true except for one caveat. The locate command will not find ALL files in ALL paths as locate by default runs as user nobody and only sees files in directories for which "nobody" has read access. As root you can use: find / -name "*.log" to find every .log file and its full path. Cheers, Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 19:49:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 4B64037B416 for ; Tue, 19 Feb 2002 19:49:50 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g1K3nHB04689; Tue, 19 Feb 2002 21:49:17 -0600 (CST) (envelope-from nick@rogness.net) Date: Tue, 19 Feb 2002 21:49:17 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: MikeM Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with PAM authentication using Webmin In-Reply-To: <200202191356440557.04B7E320@home.24cl.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, 19 Feb 2002, MikeM wrote: > FreeBSSD 4.5, Webmin 0.92 > > I've been trying to use PAM authentication with my webmin > installation. It doesn't work. Here is what I see in my messages log > file: > > > Feb 18 12:33:56 oneyou perl: unable to dlopen(/usr/lib/pam_unix.so) > > Feb 18 12:33:56 oneyou perl: [dlerror: /usr/lib/pam_unix.so: Undefined symbol "pam_get_item"] > > Feb 18 12:33:56 oneyou perl: adding faulty module: /usr/lib/pam_unix.so > > > Does anyone have a suggestion of what steps I might try next in order > to get this to work? How is webmin being run??? through inetd? You need to add: LD_PRELOAD=/usr/lib/libpam.so.1 in your environment somehow...before running webmin as a daemon. I've had this happen with several applications and this does the trick. Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 19:58:31 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 0A0BB37B417 for ; Tue, 19 Feb 2002 19:58:29 -0800 (PST) Received: from there (mts-321.wallnet.com [208.225.162.168]) by serv1.wallnet.com (8.11.5/8.11.5) with SMTP id g1K3wR413405 for ; Tue, 19 Feb 2002 22:58:27 -0500 (EST) (envelope-from timothyk@wallnet.com) Message-Id: <200202200358.g1K3wR413405@serv1.wallnet.com> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: freebsd-questions@freebsd.org Subject: annoying Wireless DNS difficulties Date: Tue, 19 Feb 2002 23:01:56 -0500 X-Mailer: KMail [version 1.3.2] 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 First I was using an Apple Airport Base Station, then I was (am) using an Oronico Residential Gateway... If I reboot my computer (from FreeBSD 4.2 through 4.5) and I have both the computer and the wireless base station configured to provide NAT + DHCP, the base station assigns an IP address and it's own DNS address of 10.0.1.1. The problem is, apparently, that under FreeBSD, no network names can be resolved using the basestation's (DNS) address. If I comment out, in the dhcpclient-script, the entries for make-resolv.conf, and enter my own "static" addresses for nameservers, there is apparently no problem and the DNS names resolve to their appropriate IP addresses --but I have to reboot and let the make-resolv.conf portion of dhcp fail of it's own accords. If I use the same basestation with NO hacked settings in MacOS or under Windows (2k) the DNS resolves as advertised. This behavior has beeen exhibited since Apple's base station 1.2 software and every version of Oronico's Residential Gateway (and Access Point) software I've tried. I await your expertise and pronouncements. Thanks, 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 Tue Feb 19 20: 2:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vectorstar.net (adsl-78-163-46.gnv.bellsouth.net [216.78.163.46]) by hub.freebsd.org (Postfix) with ESMTP id A206437B400 for ; Tue, 19 Feb 2002 20:02:08 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g1K40nN14845 for freebsd-questions@FreeBSD.ORG; Tue, 19 Feb 2002 23:00:49 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Tue, 19 Feb 2002 22:59:45 -0500 From: Austin Shaw Hall To: freebsd-questions@FreeBSD.ORG Subject: randomly crackly/distorted audio... Message-ID: <20020219225945.A14595@darkstar.bellsouth.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.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 have an MSI 6340M board with an AC97 sound chip builtin: FreeBSD Audio Driver (newpcm) Feb 11 2002 17:08:25 Installed devices: pcm0: at io 0xdc00 irq 10 (1p/1r/0v channels duplex) I run 4.5-stable. My problem is this: the smallest disk or CPU activity will cause audio playback to stutter and crackle. It is an extremely obnoxious sound to hear in the middle of a song. It sounds like a buffer underrun, however buffer adjustments in various mp3/wav playback have no effect. I did not have this problem with 4.3 release--it only started when I began tracking stable 4 or 5 months ago. If someone else has this problem, let me know; if you have a solution that would be even better though ;-) because this is driving me absolutely crazy. Austin -- Go climb a gravity well! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 20:16:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.optical-intelligence.org (CPE00010324a102.cpe.net.cable.rogers.com [24.153.58.165]) by hub.freebsd.org (Postfix) with ESMTP id 319D237B417 for ; Tue, 19 Feb 2002 20:16:37 -0800 (PST) Received: (from david@localhost) by kestrel.optical-intelligence.org (8.11.6/8.11.6) id g1K4GaL28915 for freebsd-questions@freebsd.org; Tue, 19 Feb 2002 23:16:36 -0500 (EST) (envelope-from david) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 19 Feb 2002 23:15:15 -0500 (EST) Reply-To: aristea@rogers.com Organization: Optical-Intelligence From: David Pfeffer To: freebsd-questions@freebsd.org Subject: Memory and swap Sender: owner-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 have recently started using FreeBsd and am very happy with it. However, I still have a lot to learn. That much is obvious. :) My question is this: Why would my swap not return to 0% if I have physical memory available? Below is a snippet from top. Mem: 155M Active, 22M Inact, 51M Wired, 5652K Cache, 35M Buf, 14M Free Swap: 1024M Total, 131M Used, 893M Free, 12% Inuse David -- E-Mail: David Pfeffer Date: 19-Feb-2002 Time: 23:14:32 Take it easy, we're in a hurry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 20:16:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 42E3737B405 for ; Tue, 19 Feb 2002 20:16:47 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dOBR-0002mR-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 04:16:45 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 2712F13040 for ; Wed, 20 Feb 2002 05:16:45 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 685D422594; Wed, 20 Feb 2002 05:16:44 +0100 (CET) Date: Wed, 20 Feb 2002 05:16:44 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: Enabling soft-updates for / Message-ID: <20020220041644.GA11089@raggedclown.net> References: <20020219215644.GA2017@ladha.com> <20020220090151.S494@k7.mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020220090151.S494@k7.mavetju.org> 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 On Wed, Feb 20, 2002 at 09:01:51AM +1100, Edwin Groothuis wrote: > On Tue, Feb 19, 2002 at 01:56:44PM -0800, Hanif Ladha wrote: > > I would like to enable soft-updates for /. However man tunefs states > > that the filesystem needs to be unmounted. So the goofy question is how > > do I umount / and run tunefs -n enable /. Or have missed the boat > > completely. > > Boot in single-user mode, login and do the tunefs-command. > Some people say you shouldn't do softupdates on /, some people say > it is an acceptable risk. See previous discussions to find out what > you think about it. I followed that discussion fairly closely, and read stuff here and there. I started off agnostic on the subject and remain so. There does not seem to be a right or wrong answer, more of a judgement on a risk -- hard to say how real that risk is. Due to a bug somewhere in the dri/agp support stuff for Matrox cards (a PR has been submitted) starting X11 crashes my system, so I have seen a lot of fsck repairs happening on / the last few days. Would the situation have been more serious if I had soft-updates on / enabled or not ? (I don't). This one seems to fall into the "how big should swap be" category. There is no right answer .. :) -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 20:21:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 99EA637B416 for ; Tue, 19 Feb 2002 20:21:09 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dOFg-0009rW-00 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 04:21:08 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 452AD13040 for ; Wed, 20 Feb 2002 05:21:08 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id CC12F22590; Wed, 20 Feb 2002 05:21:07 +0100 (CET) Date: Wed, 20 Feb 2002 05:21:07 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: copy everythin (/) from one machine to remote machine Message-ID: <20020220042107.GB11089@raggedclown.net> References: <002701c1b991$48ec5990$0d00a8c0@alexus> <20020219163857.J48401@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020219163857.J48401@blossom.cjclark.org> 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 On Tue, Feb 19, 2002 at 04:38:57PM -0800, Crist J. Clark wrote: > On Tue, Feb 19, 2002 at 05:03:38PM -0500, alexus wrote: > > hello > > > > how would I go about making copy of everything that is on one machine to > > another machine? > > considering that both machines are not on same network and not even > > physically close to each other > > and I want to copy everything from one machine / to another with all > > permissions and every thing > > can I do tar everything one machine and untar it on another? > > A dump(8)/restore(8) is usually the best way to copy a partition. > > # dump -0af - / | ssh remote-machine 'restore -xf -' > > Is always fun. Depends on your exact circumstances. > > > if it's > > possible, then supposedly it'd solve my situation but how would I make that > > other hard drive bootable? > > See fdisk(8) and disklabel(8). Usually something like, > > # fdisk -B ad0 > # disklabel -B ad0s1 > > Will do it. Don't use tar(1) for this purpose. It does not handle special files properly (those in /dev). -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 20:40:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id D3ECB37B417 for ; Tue, 19 Feb 2002 20:40:07 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dOY2-000BKW-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 04:40:06 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 21A9E13040 for ; Wed, 20 Feb 2002 05:40:06 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 00C2622590; Wed, 20 Feb 2002 05:40:05 +0100 (CET) Date: Wed, 20 Feb 2002 05:40:05 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: Two Questions about usb keyboards and mice Message-ID: <20020220044005.GC11089@raggedclown.net> References: <20020219161839.A37002@freebsd.tekrealm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020219161839.A37002@freebsd.tekrealm.net> 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 On Tue, Feb 19, 2002 at 04:18:39PM -0800, Andrew Stuart wrote: > First, something i found odd, on two systems, is it seems, without > having moused_enable="yes" in rc.conf, if you plug a usb mouse in, it > wont work. i have tried everything i can think of, but it just wont > work. It does start the process (as defined in usbd.conf) but there is > no mouse cursor. if i turn on the moused in rc.conf it works fine, > although i of course get an error message about psm0 since i dont have > a mouse hooked to it. question is, is this a bug or by design, and if > someone knows a work around. > This happens to me, I have just gotten so used to the error message about psm0 I have never gotten around to reporting it - since as you say once you do that it all works fine. It's clearly a bug, or at the very least an un-neccesary error message. I can only assume there is some side-effect from enabling moused that causes the USB mouse to start working. If there is not a PR about it I will submit one. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 20:47:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 1B66C37B419 for ; Tue, 19 Feb 2002 20:47:57 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1K4ljo34215; Wed, 20 Feb 2002 17:47:45 +1300 (NZDT) (envelope-from jonc) Date: Wed, 20 Feb 2002 17:47:45 +1300 From: Jonathan Chen To: David Pfeffer Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Memory and swap Message-ID: <20020220174745.A34032@grimoire.chen.org.nz> References: 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 aristea@rogers.com on Tue, Feb 19, 2002 at 11:15:15PM -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 Tue, Feb 19, 2002 at 11:15:15PM -0500, David Pfeffer wrote: > Hello All, > I have recently started using FreeBsd and am very happy with it. > However, I still have a lot to learn. That much is obvious. :) > > My question is this: > > Why would my swap not return to 0% if I have physical memory available? Why should it? Taking stuff out from swap takes time, and if the swapped out stuff isn't being used, why bother? -- Jonathan Chen ---------------------------------------------------------------------- "You can get farther with a kind word and a gun than you can with a kind word alone" - Al Capone To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 20:51:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe12.law10.hotmail.com [64.4.14.116]) by hub.freebsd.org (Postfix) with ESMTP id 89C8237B41C for ; Tue, 19 Feb 2002 20:51:07 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 20:51:07 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: Subject: MAKE BUILDKERNEL fails -- building a generic kernel works Date: Tue, 19 Feb 2002 23:51:48 -0500 Message-ID: <000201c1b9ca$4e2bf300$6400a8c0@windows> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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: 20 Feb 2002 04:51:07.0430 (UTC) FILETIME=[35724C60:01C1B9CA] Sender: owner-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, while obviously, its something I changed on the kernel that the OS isn't liking much, I added and removed a bunch of stuff, so I'm hoping someone recognizes this message and can tell me what it is that's not working. Here's the error I get when I run make buildkernel: /usr/src/sys/dev/ppbus/ppi.c:54: ppbus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Is there something from the ports collection I need to install perhaps in order for this to work? I'm running a recently upgraded freebsd box on 4.5stable. I've added options etc to the kernel to enable pppoe via PPP Thanks _______________________________ Sandro Mancuso Windows is the virus.=A0 Linux is the vaccine. FreeBSD is the cure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 20:57:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 5CDB537B404 for ; Tue, 19 Feb 2002 20:57:43 -0800 (PST) Received: (qmail 75528 invoked by uid 100); 20 Feb 2002 04:57:41 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15475.11460.729221.253874@guru.mired.org> Date: Tue, 19 Feb 2002 22:57:40 -0600 To: David Pfeffer Cc: questions@freebsd.org Subject: Re: Memory and swap In-Reply-To: <4290468@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 David Pfeffer types: > Hello All, > I have recently started using FreeBsd and am very happy with it. > However, I still have a lot to learn. That much is obvious. :) > > My question is this: > > Why would my swap not return to 0% if I have physical memory available? Below > is a snippet from top. This is a FAQ. Well, alsmot. See . http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 21:29:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe38.law10.hotmail.com [64.4.14.95]) by hub.freebsd.org (Postfix) with ESMTP id 12D0F37B404 for ; Tue, 19 Feb 2002 21:29:20 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 21:29:19 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: Subject: FOLLOWUP: MAKE BUILDKERNEL fails -- building a generic kernel works Date: Wed, 20 Feb 2002 00:30:01 -0500 Message-ID: <000001c1b9cf$a4b9bf90$6400a8c0@windows> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 20 Feb 2002 05:29:19.0968 (UTC) FILETIME=[8BE7D600:01C1B9CF] Sender: owner-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, I take that back. Everything is fine now, It was my bad: I was toying in the kernel, and I commented out all the printer port stuff, because I'm not using it at all. Somehow, I skipped one line, and didn't comment it... Note to self: keep this stuff for in the mornings and not late at night.=20 > -----Original Message----- > From: Sandro Mancuso [mailto:sandromancuso@hotmail.com] > Sent: February 19, 2002 11:52 PM > To: 'freebsd-questions@freebsd.org' > Subject: MAKE BUILDKERNEL fails -- building a generic kernel works >=20 > Hi, while obviously, its something I changed on the kernel that the > OS isn't liking much, I added and removed a bunch of stuff, so I'm > hoping someone recognizes this message and can tell me what it is > that's not working. Here's the error I get when I run make > buildkernel: >=20 > /usr/src/sys/dev/ppbus/ppi.c:54: ppbus_if.h: No such file or > directory > mkdep: compile failed > *** Error code 1 >=20 > Is there something from the ports collection I need to install > perhaps in order for this to work? I'm running a recently upgraded > freebsd box on 4.5stable. I've added options etc to the kernel to > enable pppoe via PPP >=20 > Thanks > _______________________________ >=20 > Sandro Mancuso > Windows is the virus.=A0 Linux is the vaccine. > FreeBSD is the cure. >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 21:39:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id 3B55037B41A for ; Tue, 19 Feb 2002 21:39:06 -0800 (PST) Received: from claymore ([65.194.184.176]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220053905.EPWA3304.mtiwmhc23.worldnet.att.net@claymore> for ; Wed, 20 Feb 2002 05:39:05 +0000 Message-ID: <019301c1b9d0$eb69a530$4915a8c0@claymore> From: "Tim Crockett" To: Subject: test-disregard Date: Tue, 19 Feb 2002 22:39:07 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0190_01C1B996.3DDBEA20" 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_0190_01C1B996.3DDBEA20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable test-disregard ------=_NextPart_000_0190_01C1B996.3DDBEA20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
test-disregard
------=_NextPart_000_0190_01C1B996.3DDBEA20-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 22: 1:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9407.mail.yahoo.com (web9407.mail.yahoo.com [216.136.129.23]) by hub.freebsd.org (Postfix) with SMTP id 5B6B637B437 for ; Tue, 19 Feb 2002 22:01:04 -0800 (PST) Message-ID: <20020220060104.49523.qmail@web9407.mail.yahoo.com> Received: from [65.94.26.37] by web9407.mail.yahoo.com via HTTP; Tue, 19 Feb 2002 22:01:04 PST Date: Tue, 19 Feb 2002 22:01:04 -0800 (PST) From: Eric Boucher Subject: Bourne shell programming problem To: FreeBSD 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 everyone, I'm doing a little bourne shell program that makes something installed automatically on my FreeBSD. But I have a little problem: I want to be able to read every caracter of a variable. For example: Suppose I have a variale named TOTO and the content of TOTO is "/toto/tata/foo". So if I do an echo the ouput is: echo $TOTO /toto/tata/foo What I'm trying to do is to catch only "/foo" and put it in another variable. So I tought that if someone tell me how to read each caracter, I can loop over each caracter, remember the positition of the last "/" and then take all the caracters after that "/" and put it in a variable. Can somebody help me on this one? I hope I'm sufficiently clear. Thanks Eric __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 19 22: 8:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mishkei.org.il (ghost2.fortress.mad.co.il [62.128.62.12]) by hub.freebsd.org (Postfix) with SMTP id 8D8B937B400 for ; Tue, 19 Feb 2002 22:08:35 -0800 (PST) Received: (qmail 28735 invoked from network); 20 Feb 2002 06:07:19 -0000 Received: from 212.116.170.38.knet.co.il (HELO dhcp-251) (212.116.170.38) by 0 with SMTP; 20 Feb 2002 06:07:19 -0000 Subject: Re: Bourne shell programming problem From: Gilad Rom To: Eric Boucher Cc: FreeBSD-Questions In-Reply-To: <20020220060104.49523.qmail@web9407.mail.yahoo.com> References: <20020220060104.49523.qmail@web9407.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 20 Feb 2002 08:08:27 +0200 Message-Id: <1014185310.23322.14.camel@dhcp-251.meshek.eh> 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 What you want to do is harness the power of awk: var="/toto/tata/foo" dirs=`echo $var | awk -F '/' '{print $1 $2 $3;}'` for i in $dirs do echo $i done Gilad On Wed, 2002-02-20 at 08:01, Eric Boucher wrote: > Hi everyone, > > I'm doing a little bourne shell program that makes > something installed automatically on my FreeBSD. But I > have a little problem: I want to be able to read every > caracter of a variable. For example: Suppose I have a > variale named TOTO and the content of TOTO is > "/toto/tata/foo". So if I do an echo the ouput is: > echo $TOTO > /toto/tata/foo > > What I'm trying to do is to catch only "/foo" and put > it in another variable. So I tought that if someone > tell me how to read each caracter, I can loop over > each caracter, remember the positition of the last "/" > and then take all the caracters after that "/" and put > it in a variable. > > Can somebody help me on this one? I hope I'm > sufficiently clear. > > Thanks > > Eric > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.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 Feb 19 22:45:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id C282937B420 for ; Tue, 19 Feb 2002 22:43:22 -0800 (PST) Received: from l228ppp190.ksc.net.th (HELO thailifetime) (203.155.228.190) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 06:43:17 -0000 Message-ID: <01d601c1b9d9$37eceb80$82e29bcb@thailifetime> From: "faststep_3" To: Subject: Work From Home Free Information Date: Wed, 20 Feb 2002 13:36:25 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01D3_01C1BA13.97B8CC20" 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_01D3_01C1BA13.97B8CC20 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: quoted-printable Work From Home Free Information WHo DO YOU KNOW IN .....INDIA - CHAINA? USA-Europe-Africa-Asia:-Taiwan-Hongkong Korea-Japan-Malasia-Pakistan-Bangdesh Multibillion Dollar International Company Expanding Rapidly, needs your help EARN US$ 500-$1500 A MONTH PART TIME $1,000-$5,000 A MONTH FULL - TIME TEL.6627520011 / 6691112270 E-mail;muimint@yahoo.com www.thailifetime.com/somporn www.herbalife.com Work from your home -country all around the world =E0=C7=C5=D2 10-15 =B9=D2=B7=D5 ... =C1=D5=A4=D8=B3=A4=E8=D2 =CB=D2=A1=B7=E8=D2=B9=A1=D3=C5=D1=A7=CB=D2=A7=D2=B9=B9=CD=A1=E0=C7=C5=D2 = =CB=C3=D7=CD=C3=D2=C2=E4=B4=E9=E0=CA=C3=D4=C1 =E4=C1=E8=B5=E9=CD=A7=CB=D2=CD=D5=A1=B5=E8=CD=E4=BB = =B7=E8=D2=B9=CA=D2=C1=D2=C3=B6=B7=D3=C3=D2=C2=E4=B4=E9=B6=D6=A7 =B9=CD=A1=E0=C7=C5=D2 5,000-30,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=B5=E7=C1=E0=C7=C5=D2 30,000-110,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =CA=D2=C1=D2=C3=B6=E0=C5=D7=CD=A1=E0=C7=C5=D2=B7=D3=A7=D2=B9, = =B7=D3=A7=D2=B9=B7=D5=E8=BA=E9=D2=B9=CB=C3=D7=CD=CD=D4=B9=E0=B5=CD=C3=EC=E0= =B9=E7=B5 =B9=D1=A1=B8=D8=C3=A1=D4=A8 =E1=BE=B7=C2=EC =BE=C2=D2=BA=D2=C5 = =E0=C0=CA=D1=AA=A1=C3 =CA=B6=D2=BB=B9=D4=A1 =C7=D4=C8=C7=A1=C3 = =B7=B9=D2=C2=A4=C7=D2=C1 =B9=D1=A1=BA=D1=AD=AA=D5 =BE=B9=D1=A1=A7=D2=B9=BA=C3=D4=C9=D1=B7 =A2=E9=D2=C3=D2=AA=A1=D2=C3 = =B9=D1=A1=C8=D6=A1=C9=D2 =B9=D1=A1=A4=CD=C1=BE=D4=C7=E0=B5=CD=C3=EC = =B9=D1=A1=A2=D2=C2=BB=C3=D0=A1=D1=B9 =B5=D4=B4=B5=E8=CD =A4=D8=B3=CA=C1=BE=C3 66 91112 270 , 66 2752 00 = 11 www.thailifetime.com/somporn=20 *=CB=D2=A1=B7=E8=D2=B9=E3=AA=E9=CD=D4=B9=E0=B5=CD=C3=EC=E0=B9=E7=B5=E4=B4= =E9 =E0=C3=D2=A8=D0=BE=D4=A8=D2=C3=B3=D2=E0=BB=E7=B9=BE=D4=E0=C8=C9 ------=_NextPart_000_01D3_01C1BA13.97B8CC20 Content-Type: text/html; charset="windows-874" Content-Transfer-Encoding: quoted-printable
Work From Home Free = Information
 
WHo DO YOU KNOW IN .....INDIA -=20 CHAINA?
USA-Europe-Africa-Asia:-Taiwan-Hongkong
Korea-Japan-Malasia= -Pakistan-Bangdesh
Multibillion=20 Dollar International Company
Expanding Rapidly, needs your = help
 
EARN US$ 500-$1500 A MONTH PART=20 TIME
$1,000-$5,000 A MONTH FULL - TIME
 
 
Work from your home -country all around = the=20 world
 

=E0=C7=C5=D2 10-15 =B9=D2=B7=D5 ... = =C1=D5=A4=D8=B3=A4=E8=D2
=CB=D2=A1=B7=E8=D2=B9=A1=D3=C5=D1=A7=CB=D2=A7= =D2=B9=B9=CD=A1=E0=C7=C5=D2=20 =CB=C3=D7=CD=C3=D2=C2=E4=B4=E9=E0=CA=C3=D4=C1
=E4=C1=E8=B5=E9=CD=A7=CB= =D2=CD=D5=A1=B5=E8=CD=E4=BB = =B7=E8=D2=B9=CA=D2=C1=D2=C3=B6=B7=D3=C3=D2=C2=E4=B4=E9=B6=D6=A7
=B9=CD= =A1=E0=C7=C5=D2=20 5,000-30,000 =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=B5=E7=C1=E0=C7=C5=D2 = 30,000-110,000=20 =BA=D2=B7/=E0=B4=D7=CD=B9
=CA=D2=C1=D2=C3=B6=E0=C5=D7=CD=A1=E0=C7=C5=D2= =B7=D3=A7=D2=B9, = =B7=D3=A7=D2=B9=B7=D5=E8=BA=E9=D2=B9=CB=C3=D7=CD=CD=D4=B9=E0=B5=CD=C3=EC=E0= =B9=E7=B5
=B9=D1=A1=B8=D8=C3=A1=D4=A8=20 =E1=BE=B7=C2=EC =BE=C2=D2=BA=D2=C5 =E0=C0=CA=D1=AA=A1=C3 = =CA=B6=D2=BB=B9=D4=A1 =C7=D4=C8=C7=A1=C3 =B7=B9=D2=C2=A4=C7=D2=C1 = =B9=D1=A1=BA=D1=AD=AA=D5
=BE=B9=D1=A1=A7=D2=B9=BA=C3=D4=C9=D1=B7 = =A2=E9=D2=C3=D2=AA=A1=D2=C3=20 =B9=D1=A1=C8=D6=A1=C9=D2 =B9=D1=A1=A4=CD=C1=BE=D4=C7=E0=B5=CD=C3=EC = =B9=D1=A1=A2=D2=C2=BB=C3=D0=A1=D1=B9
 
=B5=D4=B4=B5=E8=CD =A4=D8=B3=CA=C1=BE=C3   66 91112 = 270  ,  66 2752 00 11
www.thailifetime.com/somporn= =20
*=CB=D2=A1=B7=E8=D2=B9=E3=AA=E9=CD=D4=B9=E0=B5=CD=C3=EC=E0=B9=E7=B5=E4= =B4=E9 = =E0=C3=D2=A8=D0=BE=D4=A8=D2=C3=B3=D2=E0=BB=E7=B9=BE=D4=E0=C8=C9
------=_NextPart_000_01D3_01C1BA13.97B8CC20-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 22:47:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id 6233737B435 for ; Tue, 19 Feb 2002 22:43:37 -0800 (PST) Received: from l228ppp190.ksc.net.th (HELO thailifetime) (203.155.228.190) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 06:43:17 -0000 Message-ID: <01d601c1b9d9$37eceb80$82e29bcb@thailifetime> From: "faststep_3" To: Subject: Work From Home Free Information Date: Wed, 20 Feb 2002 13:36:25 +0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01D3_01C1BA13.97B8CC20" 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_01D3_01C1BA13.97B8CC20 Content-Type: text/plain; charset="windows-874" Content-Transfer-Encoding: quoted-printable Work From Home Free Information WHo DO YOU KNOW IN .....INDIA - CHAINA? USA-Europe-Africa-Asia:-Taiwan-Hongkong Korea-Japan-Malasia-Pakistan-Bangdesh Multibillion Dollar International Company Expanding Rapidly, needs your help EARN US$ 500-$1500 A MONTH PART TIME $1,000-$5,000 A MONTH FULL - TIME TEL.6627520011 / 6691112270 E-mail;muimint@yahoo.com www.thailifetime.com/somporn www.herbalife.com Work from your home -country all around the world =E0=C7=C5=D2 10-15 =B9=D2=B7=D5 ... =C1=D5=A4=D8=B3=A4=E8=D2 =CB=D2=A1=B7=E8=D2=B9=A1=D3=C5=D1=A7=CB=D2=A7=D2=B9=B9=CD=A1=E0=C7=C5=D2 = =CB=C3=D7=CD=C3=D2=C2=E4=B4=E9=E0=CA=C3=D4=C1 =E4=C1=E8=B5=E9=CD=A7=CB=D2=CD=D5=A1=B5=E8=CD=E4=BB = =B7=E8=D2=B9=CA=D2=C1=D2=C3=B6=B7=D3=C3=D2=C2=E4=B4=E9=B6=D6=A7 =B9=CD=A1=E0=C7=C5=D2 5,000-30,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =E0=B5=E7=C1=E0=C7=C5=D2 30,000-110,000 =BA=D2=B7/=E0=B4=D7=CD=B9 =CA=D2=C1=D2=C3=B6=E0=C5=D7=CD=A1=E0=C7=C5=D2=B7=D3=A7=D2=B9, = =B7=D3=A7=D2=B9=B7=D5=E8=BA=E9=D2=B9=CB=C3=D7=CD=CD=D4=B9=E0=B5=CD=C3=EC=E0= =B9=E7=B5 =B9=D1=A1=B8=D8=C3=A1=D4=A8 =E1=BE=B7=C2=EC =BE=C2=D2=BA=D2=C5 = =E0=C0=CA=D1=AA=A1=C3 =CA=B6=D2=BB=B9=D4=A1 =C7=D4=C8=C7=A1=C3 = =B7=B9=D2=C2=A4=C7=D2=C1 =B9=D1=A1=BA=D1=AD=AA=D5 =BE=B9=D1=A1=A7=D2=B9=BA=C3=D4=C9=D1=B7 =A2=E9=D2=C3=D2=AA=A1=D2=C3 = =B9=D1=A1=C8=D6=A1=C9=D2 =B9=D1=A1=A4=CD=C1=BE=D4=C7=E0=B5=CD=C3=EC = =B9=D1=A1=A2=D2=C2=BB=C3=D0=A1=D1=B9 =B5=D4=B4=B5=E8=CD =A4=D8=B3=CA=C1=BE=C3 66 91112 270 , 66 2752 00 = 11 www.thailifetime.com/somporn=20 *=CB=D2=A1=B7=E8=D2=B9=E3=AA=E9=CD=D4=B9=E0=B5=CD=C3=EC=E0=B9=E7=B5=E4=B4= =E9 =E0=C3=D2=A8=D0=BE=D4=A8=D2=C3=B3=D2=E0=BB=E7=B9=BE=D4=E0=C8=C9 ------=_NextPart_000_01D3_01C1BA13.97B8CC20 Content-Type: text/html; charset="windows-874" Content-Transfer-Encoding: quoted-printable
Work From Home Free = Information
 
WHo DO YOU KNOW IN .....INDIA -=20 CHAINA?
USA-Europe-Africa-Asia:-Taiwan-Hongkong
Korea-Japan-Malasia= -Pakistan-Bangdesh
Multibillion=20 Dollar International Company
Expanding Rapidly, needs your = help
 
EARN US$ 500-$1500 A MONTH PART=20 TIME
$1,000-$5,000 A MONTH FULL - TIME
 
TEL.6627520011    =20 /   6691112270
E-mail;muimint@yahoo.com
www.thailifetime.com/somporn=       =20 www.herbalife.com
 
Work from your home -country all around = the=20 world
 

=E0=C7=C5=D2 10-15 =B9=D2=B7=D5 ... = =C1=D5=A4=D8=B3=A4=E8=D2
=CB=D2=A1=B7=E8=D2=B9=A1=D3=C5=D1=A7=CB=D2=A7= =D2=B9=B9=CD=A1=E0=C7=C5=D2=20 =CB=C3=D7=CD=C3=D2=C2=E4=B4=E9=E0=CA=C3=D4=C1
=E4=C1=E8=B5=E9=CD=A7=CB= =D2=CD=D5=A1=B5=E8=CD=E4=BB = =B7=E8=D2=B9=CA=D2=C1=D2=C3=B6=B7=D3=C3=D2=C2=E4=B4=E9=B6=D6=A7
=B9=CD= =A1=E0=C7=C5=D2=20 5,000-30,000 =BA=D2=B7/=E0=B4=D7=CD=B9
=E0=B5=E7=C1=E0=C7=C5=D2 = 30,000-110,000=20 =BA=D2=B7/=E0=B4=D7=CD=B9
=CA=D2=C1=D2=C3=B6=E0=C5=D7=CD=A1=E0=C7=C5=D2= =B7=D3=A7=D2=B9, = =B7=D3=A7=D2=B9=B7=D5=E8=BA=E9=D2=B9=CB=C3=D7=CD=CD=D4=B9=E0=B5=CD=C3=EC=E0= =B9=E7=B5
=B9=D1=A1=B8=D8=C3=A1=D4=A8=20 =E1=BE=B7=C2=EC =BE=C2=D2=BA=D2=C5 =E0=C0=CA=D1=AA=A1=C3 = =CA=B6=D2=BB=B9=D4=A1 =C7=D4=C8=C7=A1=C3 =B7=B9=D2=C2=A4=C7=D2=C1 = =B9=D1=A1=BA=D1=AD=AA=D5
=BE=B9=D1=A1=A7=D2=B9=BA=C3=D4=C9=D1=B7 = =A2=E9=D2=C3=D2=AA=A1=D2=C3=20 =B9=D1=A1=C8=D6=A1=C9=D2 =B9=D1=A1=A4=CD=C1=BE=D4=C7=E0=B5=CD=C3=EC = =B9=D1=A1=A2=D2=C2=BB=C3=D0=A1=D1=B9
 
=B5=D4=B4=B5=E8=CD =A4=D8=B3=CA=C1=BE=C3   66 91112 = 270  ,  66 2752 00 11
www.thailifetime.com/somporn= =20
*=CB=D2=A1=B7=E8=D2=B9=E3=AA=E9=CD=D4=B9=E0=B5=CD=C3=EC=E0=B9=E7=B5=E4= =B4=E9 = =E0=C3=D2=A8=D0=BE=D4=A8=D2=C3=B3=D2=E0=BB=E7=B9=BE=D4=E0=C8=C9
------=_NextPart_000_01D3_01C1BA13.97B8CC20-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 23:10:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id A28A537B402 for ; Tue, 19 Feb 2002 23:10:32 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1K7AQf53711; Wed, 20 Feb 2002 20:10:26 +1300 (NZDT) (envelope-from jonc) Date: Wed, 20 Feb 2002 20:10:26 +1300 From: Jonathan Chen To: Eric Boucher Cc: FreeBSD Subject: Re: Bourne shell programming problem Message-ID: <20020220201026.A53598@grimoire.chen.org.nz> References: <20020220060104.49523.qmail@web9407.mail.yahoo.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: <20020220060104.49523.qmail@web9407.mail.yahoo.com>; from eric_boucher60@yahoo.com on Tue, Feb 19, 2002 at 10:01:04PM -0800 Sender: owner-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, Feb 19, 2002 at 10:01:04PM -0800, Eric Boucher wrote: > Hi everyone, > > I'm doing a little bourne shell program that makes > something installed automatically on my FreeBSD. But I > have a little problem: I want to be able to read every > caracter of a variable. For example: Suppose I have a > variale named TOTO and the content of TOTO is > "/toto/tata/foo". So if I do an echo the ouput is: > echo $TOTO > /toto/tata/foo > > What I'm trying to do is to catch only "/foo" and put > it in another variable. Use basename(1): ~,8:09pm> basename /toto/tata/foo foo and you can prepend the '/' to your result. -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 23:26:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id ADC3137B491; Tue, 19 Feb 2002 23:25:27 -0800 (PST) Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 16dR7w-0006j8-00; Wed, 20 Feb 2002 00:25:21 -0700 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g1K7PB187921; Wed, 20 Feb 2002 17:55:11 +1030 (CST) (envelope-from glewis) Date: Wed, 20 Feb 2002 17:55:11 +1030 From: Greg Lewis To: Michael Wardle Cc: freebsd-questions@freebsd.org, nate@freebsd.org, glewis@eyesbeyond.com Subject: Re: status of FreeBSD Java port Message-ID: <20020220175510.B87848@misty.eyesbeyond.com> References: <3C6C6387.3020505@adacel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C6C6387.3020505@adacel.com>; from michael.wardle@adacel.com on Fri, Feb 15, 2002 at 12:25:27PM +1100 Sender: owner-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 Michael, On Fri, Feb 15, 2002 at 12:25:27PM +1100, Michael Wardle wrote: > (Apologies for contacting you guys directly -- I couldn't see a primary > contact listed on the FreeBSD Java page.) > > I was glad to hear that we were expecting a native Java port in FreeBSD > for FBSD 4.5, yet it obviously didn't make it in time. > > The latest news I can find on the topic is here: > > but this hasn't been updated since December 2001. > > I would like to know how the port is going, and to save several similar > messages, it would be great if someone could take a few minutes to > update the status on this page. I'll look at getting an update for the page :). > I'm really looking forward to having a recent JDK/SDK on FreeBSD without > the lengthy process of downloading the sources directly from Sun. > Thanks for all your efforts. > > Let me know if there's anything I can do to help. Not much unfortunately. Access to the testing frame work is limited for legal reasons. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 23:44: 8 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 6524837B400 for ; Tue, 19 Feb 2002 23:44:06 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220074406.DDLA1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 07:44:06 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K7i5I24715; Tue, 19 Feb 2002 23:44:05 -0800 (PST) (envelope-from cjc) Date: Tue, 19 Feb 2002 23:44:05 -0800 From: "Crist J. Clark" To: Eric Boucher Cc: FreeBSD Subject: Re: Bourne shell programming problem Message-ID: <20020219234405.V48401@blossom.cjclark.org> References: <20020220060104.49523.qmail@web9407.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020220060104.49523.qmail@web9407.mail.yahoo.com>; from eric_boucher60@yahoo.com on Tue, Feb 19, 2002 at 10:01:04PM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 19, 2002 at 10:01:04PM -0800, Eric Boucher wrote: > Hi everyone, > > I'm doing a little bourne shell program that makes > something installed automatically on my FreeBSD. But I > have a little problem: I want to be able to read every > caracter of a variable. For example: Suppose I have a > variale named TOTO and the content of TOTO is > "/toto/tata/foo". So if I do an echo the ouput is: > echo $TOTO > /toto/tata/foo > > What I'm trying to do is to catch only "/foo" and put > it in another variable. So I tought that if someone > tell me how to read each caracter, I can loop over > each caracter, remember the positition of the last "/" > and then take all the caracters after that "/" and put > it in a variable. You've gotten a couple of answers, so why not one more? Do it all with builtin sh(1) abilities, $ TOTO=/toto/tata/foo $ echo "/${TOTO##*/}" /foo -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@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 Feb 19 23:44:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id 6DAAF37B405 for ; Tue, 19 Feb 2002 23:44:46 -0800 (PST) Received: from igorr by sysadm.stc with local (Exim 3.33 #1) id 16dRQr-0000Jy-00 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 10:44:53 +0300 Date: Wed, 20 Feb 2002 10:44:53 +0300 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: /bin/.login: No Such File or Directory Message-ID: <20020220074453.GA578@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , 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.3.26i Sender: owner-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, Feb 19, 2002 at 08:14:53PM -0500, Peng He wrote: > Dear all, > My FreeBSD 4.2(in a PC) has the following problem: > > when I try to login, whatever I type, after an Enter, the system always > says: > > /bin/.login: no such file or directory. > > Therefore I can not login into the system , but FTP is OK. So, why? Could > you pls copy your .login file in usr/bin/ to me? Thank you very much!! Reboot system in single user mode. Then rebuild and reinstall world. There is NO /bin/.login file on NORMAL system. -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 23:51:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id 7F6A837B417 for ; Tue, 19 Feb 2002 23:51:15 -0800 (PST) Received: from igorr by sysadm.stc with local (Exim 3.33 #1) id 16dRX9-0000Mp-00 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 10:51:23 +0300 Date: Wed, 20 Feb 2002 10:51:23 +0300 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.5 behind windows firewall. Unable to ftp. Message-ID: <20020220075123.GB578@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , 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.3.26i Sender: owner-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, Feb 19, 2002 at 03:41:52PM -0800, Nathan Arun wrote: > What I'm not able to do is the seemingly simple thing. "ftp ftp.freebsd.org". This gives me an error message "no address associated with the hostname". "ftp -p ftp.freebsd.org" gives the same error message. "nslookup ftp.freebsd.org" also gives out similar message. I did "setenv FTP_PROXY OurProxy" and then tried ftp. Same error message. This usually means that your /etc/resolv.conf does not contain IP of your DNS server. DNS server is not same as WindowsNT Domain controller. Maybe your system administrator had not setup DNS server for your local network (because it is not very needed for Windows-only networks) But I may be wrong -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 23:57:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f97.law11.hotmail.com [64.4.17.97]) by hub.freebsd.org (Postfix) with ESMTP id 44C7A37B405 for ; Tue, 19 Feb 2002 23:57:02 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 19 Feb 2002 23:57:02 -0800 Received: from 68.6.83.58 by lw11fd.law11.hotmail.msn.com with HTTP; Wed, 20 Feb 2002 07:57:01 GMT X-Originating-IP: [68.6.83.58] From: "Charles Burns" To: questions@freebsd.org Subject: Finding DNS server Date: Wed, 20 Feb 2002 00:57:01 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2002 07:57:02.0051 (UTC) FILETIME=[2E1E6330:01C1B9E4] Sender: owner-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 command canI use to find the DNS server that my system is currently using. I am finding it amazingly difficult to locate this information. My ISP uses DHCP and said IP addresses are not available from them for some reason. Thanks ahead of time _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 23:58: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gloviz.co.za (doody.gloviz.co.za [196.7.154.66]) by hub.freebsd.org (Postfix) with ESMTP id 77E4A37B402 for ; Tue, 19 Feb 2002 23:57:48 -0800 (PST) Received: from Gilbert (user27 [192.168.0.29]) by mail.gloviz.co.za (8.11.1/8.11.1) with ESMTP id g1K888l80911 for ; Wed, 20 Feb 2002 10:08:10 +0200 (SAST) (envelope-from gilbert@mail.gloviz.co.za) From: "Gilbert" To: Subject: Internet Super Server Date: Wed, 20 Feb 2002 10:02:03 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000C_01C1B9F5.A70B5B70" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000C_01C1B9F5.A70B5B70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi there I would like to set up the Internet Super Server so that I can monitor the size of the Ethernet packets being sent and received on my web servers thus monitoring the amount of bandwidth used. If anyone can help me out how to set this up as I am fairly new with FreeBSD. Regards You can reply to my e-mail address Gilbert Quevauvilliers Global Visions IT Tel: +27 21 461 1999 Fax: +27 21 461 2999 Mobile: 0722496230 ------=_NextPart_000_000C_01C1B9F5.A70B5B70 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi there I would like to set up the Internet Super = Server so that I can monitor the size of the Ethernet packets being sent and = received on my web servers thus monitoring the amount of bandwidth = used.

 

If anyone can help me out how to set this up as I am = fairly new with FreeBSD.

 

Regards

 

You can reply to my e-mail = address

 

Gilbert Quevauvilliers

Global Visions IT

Tel: +27 21 461 1999

Fax: +27 21 461 2999

Mobile: 0722496230

 

 

------=_NextPart_000_000C_01C1B9F5.A70B5B70-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Tue Feb 19 23:59: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id CAD9337B400 for ; Tue, 19 Feb 2002 23:59:03 -0800 (PST) Received: from igorr by sysadm.stc with local (Exim 3.33 #1) id 16dReh-0001UW-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 10:59:11 +0300 Date: Wed, 20 Feb 2002 10:59:11 +0300 From: Igor Roboul To: freebsd-questions@freebsd.org Subject: Re: WMFS Message-ID: <20020220075911.GC578@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , freebsd-questions@freebsd.org References: <000801c1b975$2b51fc30$f92cb69d@cerc.wvu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000801c1b975$2b51fc30$f92cb69d@cerc.wvu.edu> User-Agent: Mutt/1.3.26i Sender: owner-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, Feb 13, 2002 at 02:27:43PM -0500, Praveen Polishetty wrote: > Hi, > I am trying to build My own kernel for Elephant File system.I included two more options in my kernel file in addition to the options given in GENERIC file. > > options NULLFS #NULL filesystem > options WMFS #ELEPHANT filesystem. > > when i try to build the kernel it is giving me an error saying unknown option WMFS . > I would appreciate if you can tell me what the problem is. Are you sure that there is such thing as ELEPHANT filesystem in FreeBSD? Because both LINT on -STABLE and NOTES on -CURRENT don't contain option WMFS -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 0:19:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mdv.dhs.org (mdv.xs4all.nl [213.84.209.48]) by hub.freebsd.org (Postfix) with ESMTP id CE25037B400 for ; Wed, 20 Feb 2002 00:19:40 -0800 (PST) Received: (from root@localhost) by mdv.dhs.org (8.11.6/8.11.6) id g1K8Jdl09712; Wed, 20 Feb 2002 09:19:39 +0100 (CET) (envelope-from mdevries@haveityourway.nl) Received: from marcel.haveityourway.nl (marcel.mdv.int [192.168.1.3]) by mdv.dhs.org (8.11.6/8.11.6av) with ESMTP id g1K8JaZ09705; Wed, 20 Feb 2002 09:19:36 +0100 (CET) (envelope-from mdevries@haveityourway.nl) Message-Id: <5.1.0.14.2.20020220091721.00b5ae40@outshine> X-Sender: mdevries@outshine X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 09:19:27 +0100 To: "Charles Burns" , questions@freebsd.org From: Marcel de Vries Subject: Re: Finding DNS server In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed 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, Sorry for this short reply but, prompt cmd: cat /etc/resolv.conf to know what the hell you are doing :) look in 'man resolv.conf' Regards, Marcel At 00:57 20-02-2002 -0700, Charles Burns wrote: >What command canI use to find the DNS server that my system is currently >using. I am finding it amazingly difficult to locate this information. >My ISP uses DHCP and said IP addresses are not available from them for >some reason. > >Thanks ahead of time > >_________________________________________________________________ >Chat with friends online, try MSN Messenger: http://messenger.msn.com > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 1:27:36 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 C77E937B404 for ; Wed, 20 Feb 2002 01:27:31 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220092726.EBKI1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 09:27:26 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1K9RQC25045; Wed, 20 Feb 2002 01:27:26 -0800 (PST) (envelope-from cjc) Date: Wed, 20 Feb 2002 01:27:25 -0800 From: "Crist J. Clark" To: Gilbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Internet Super Server Message-ID: <20020220012725.X48401@blossom.cjclark.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from gilbert@mail.gloviz.co.za on Wed, Feb 20, 2002 at 10:02:03AM +0200 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 20, 2002 at 10:02:03AM +0200, Gilbert wrote: > Hi there I would like to set up the Internet Super Server so that I can > monitor the size of the Ethernet packets being sent and received on my > web servers thus monitoring the amount of bandwidth used. > > If anyone can help me out how to set this up as I am fairly new with > FreeBSD. Uh, wha'? inetd(8) is ususally refered to as the "Internet super server." However, (a) People generally do not run webservers out of inetd(8), and (b) inetd(8) doesn't know anything about the size of the Ethernet packets being received and sent. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 1:30:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from TYO200.gate.nec.co.jp (TYO200.gate.nec.co.jp [202.247.6.40]) by hub.freebsd.org (Postfix) with ESMTP id DD29737B402 for ; Wed, 20 Feb 2002 01:30:16 -0800 (PST) Received: from TYO202.gate.nec.co.jp (TYO302 [10.7.69.202]) by TYO200.gate.nec.co.jp (8.11.6/3.7W01041220) with ESMTP id g1K9UCE05143 for ; Wed, 20 Feb 2002 18:30:12 +0900 (JST) Received: from mailgate4.nec.co.jp ([10.7.69.197]) by TYO202.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id g1K9Svp00596 for ; Wed, 20 Feb 2002 18:28:57 +0900 (JST) Received: from mailsv.nec.co.jp (mailgate51.nec.co.jp [10.7.69.190]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id g1K9SJI14455 for ; Wed, 20 Feb 2002 18:28:20 +0900 (JST) Received: from direct.ksp.nis.nec.co.jp (direct.ksp.nis.nec.co.jp [10.57.24.78]) by mailsv.nec.co.jp (8.11.6/3.7W-MAILSV-NEC) with ESMTP id g1K9SGs10865 for ; Wed, 20 Feb 2002 18:28:16 +0900 (JST) Received: from direct.ksp.nis.nec.co.jp (xmas.ksp.nis.nec.co.jp [10.57.24.129]) by direct.ksp.nis.nec.co.jp (8.9.3+3.2W/3.7Wksp_mx_2.0) with ESMTP id SAA29204 for ; Wed, 20 Feb 2002 18:28:16 +0900 (JST) Message-ID: <3C736C6F.53396F79@direct.ksp.nis.nec.co.jp> Date: Wed, 20 Feb 2002 18:29:19 +0900 From: song X-Mailer: Mozilla 4.73 [ja] (Win95; U) X-Accept-Language: ja MIME-Version: 1.0 To: questions@FreeBSD.org Subject: question about ifconfig in FreeBSD4.5 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 Hello: I met a question when use FreeBSD4.5.Could you answer for me? I created a interface named tun0 and wanted to established a IPV6 address fot it. So I executed this command: ifconfig tun0 inet6 2001::1 2001::2 alias But I got a error message as this: ifconfig: ioctl (SIOCAIFADDR): Invalid argument I have executed the same command on another computer installed FreeBSD4.3 and there wasn't any problem. what diffrents are between FreeBSD4.5 and the version before about IPV6 ? Wait your answer.Thank you so much. songgang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 1:31: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from garfield.bmk.com.au (bmkind.lnk.telstra.net [139.130.51.118]) by hub.freebsd.org (Postfix) with ESMTP id 9138B37B416 for ; Wed, 20 Feb 2002 01:30:57 -0800 (PST) Received: from localhost (brendan@localhost) by garfield.bmk.com.au (8.9.3/8.9.3) with SMTP id UAA29982 for ; Wed, 20 Feb 2002 20:30:52 +1100 (EST) (envelope-from brendan@bmk.com.au) Date: Wed, 20 Feb 2002 20:30:52 +1100 (EST) From: Brendan Kosowski To: FreeBSD Questions Subject: Can't see "ed0" interface when I run pppd with defaultroute option 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, My ed0 interface has been set up using a typical LAN style IP address of 192.168.1.100. When I run pppd (connecting to my ISP) with the defaultroute option, I can't access services on my own ed0 IP address. Eg. "telnet 192.168.1.100 25" just hangs (instead of giving me the ESMTP prompt). If I delete the default route, I can see services on my own ed0 IP address again. It is almost as if the Default route has precedence over my own ed0 interface. Can anyone help with this problem ??? Thanks, Brendan... ------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 1:34:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id E458B37B402 for ; Wed, 20 Feb 2002 01:33:57 -0800 (PST) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id LAA33442 for ; Wed, 20 Feb 2002 11:33:37 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "FreeBSD Question List" Subject: ifconfig - aliasing and PPP links Date: Wed, 20 Feb 2002 11:39:51 +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 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 A question to the network experts out there: Background: I have a FreeBSD gateway server with some on-board X.21 cards, and some NICs. I need to prepare for changing one of the PointToPoint serial links from a private IP subnet to a public IP subnet, and the public subnet will be a /29 (the customer needs some addresses for static NAT on the router device at the other end). Here is ifconfig as it stands: ------------------------------------- # ifconfig hdlc3 hdlc3: flags=8050 mtu 1500 inet 192.168.254.1 --> 192.168.254.2 netmask 0xfffffffc # ------------------------------------- My plan is to do: ------------------------------------- # ifconfig hdlc3 x.y.z.153 x.y.z.154 subnet 255.255.255.248 alias # ifconfig hdlc3 hdlc3: flags=8050 mtu 1500 inet 192.168.254.1 --> 192.168.254.2 netmask 0xfffffffc inet x.y.z.153 --> x.y.z.154 netmask 0xfffffff8 # ------------------------------------- This way the interface should be able to handle the current as well as the future configuration. I'll remove the private IP subnet once the changeover has been successful. Well - that's my plan anyway. So, to the questions: 1) Can I use a /29 subnet on a PPP link? (the hdlc3 device uses the sppp pseudo-device driver) 2) Am I correct in believing that the interface should work either way if I add the alias as described above? Thanks in advance. Regards, Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 1:35: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gloviz.co.za (mail.gloviz.co.za [196.7.154.66]) by hub.freebsd.org (Postfix) with ESMTP id 6AF0F37B402 for ; Wed, 20 Feb 2002 01:34:36 -0800 (PST) Received: from Gilbert (user27 [192.168.0.29]) by mail.gloviz.co.za (8.11.1/8.11.1) with ESMTP id g1K9isl84317 for ; Wed, 20 Feb 2002 11:44:55 +0200 (SAST) (envelope-from gilbert@mail.gloviz.co.za) From: "Gilbert" To: Subject: RE: Internet Super Server Date: Wed, 20 Feb 2002 11:38:50 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <20020220012725.X48401@blossom.cjclark.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 There Chris I am aware that the Inetd is not run on the web server but the config file and I am looking for the correct syntax to input into the file so that I can get the total size of the packets inbound and outbound and publish them to a file of some sort. Regards Gilbert Quevauvilliers Global Visions e-mail:gilbert@mail.gloviz.co.za -----Original Message----- From: Crist J. Clark [mailto:cjc@FreeBSD.ORG] Sent: 20 February 2002 11:27 To: Gilbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Internet Super Server On Wed, Feb 20, 2002 at 10:02:03AM +0200, Gilbert wrote: > Hi there I would like to set up the Internet Super Server so that I can > monitor the size of the Ethernet packets being sent and received on my > web servers thus monitoring the amount of bandwidth used. > > If anyone can help me out how to set this up as I am fairly new with > FreeBSD. Uh, wha'? inetd(8) is ususally refered to as the "Internet super server." However, (a) People generally do not run webservers out of inetd(8), and (b) inetd(8) doesn't know anything about the size of the Ethernet packets being received and sent. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 1:44:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id E3DA937B402 for ; Wed, 20 Feb 2002 01:44:29 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 09:44:29 -0000 Reply-To: From: "Jesse Geddis" To: Subject: stable install Date: Wed, 20 Feb 2002 01:44:29 -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 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 why am I not able to do a FTP install off the -STABLE branch? when I specify 4.0-STABLE in the 'release name' under sysinstall options I get an error. is this something I have to do with CVS instead? I can do ftp installs of 3.5.1-RELEASE through 4.5-RELEASE with no problem and that's what I've always done but I would rather use the -STABLE branch. Thanks in advance for the help. end -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBPHNv/aWWb3hBEmZ0EQJcrgCgsR5DbjWLXdI6VOmk3Y8fn7MAlfcAoKGc V5NeveihLcERzoAXFNdKxTEY =CGUr -----END PGP SIGNATURE----- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 1:53:22 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 C584537B400 for ; Wed, 20 Feb 2002 01:53:17 -0800 (PST) Received: from there (217-13-29-172.dd.nextgentel.com [217.13.29.172]) by mail.broadpark.no (Postfix) with SMTP id E6EAD7E3F for ; Wed, 20 Feb 2002 10:53:16 +0100 (MET) Content-Type: text/plain; charset="iso-8859-1" From: Kjell / LA3SG Reply-To: kmidtset@c2i.net To: freebsd-questions@FreeBSD.org Subject: MySQL port number Date: Wed, 20 Feb 2002 10:54:04 +0100 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020220095316.E6EAD7E3F@mail.broadpark.no> Sender: owner-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 to redirect requests coming from the outside world to my MySQL server to the local PC where it lives. What port number should I redirect? Tnx from Kjell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 1:56:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hq1.tyfon.net (hq1.tyfon.net [217.27.162.35]) by hub.freebsd.org (Postfix) with ESMTP id 1278637B405 for ; Wed, 20 Feb 2002 01:56:56 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id 6A369204B9 for ; Wed, 20 Feb 2002 10:56:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by hq1.tyfon.net (Postfix) with ESMTP id 80CCD20498 for ; Wed, 20 Feb 2002 10:56:53 +0100 (CET) Date: Wed, 20 Feb 2002 10:56:53 +0100 (CET) From: Dan Larsson To: FreeBSD Questions List Subject: Slang in src/usr.bin/netstat/inet.c? Message-ID: <20020220104716.X938-100000@hq1.tyfon.net> Organization: Tyfon Svenska AB X-NCC-NIC: DL1999-RIPE X-NCC-RegID: se.tyfon MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by hq1.tyfon.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 Is because spelt like this for a particular reason? %ident /usr/src/usr.bin/netstat/inet.c ; grep -n cuz /usr/src/usr.bin/netstat/inet.c /usr/src/usr.bin/netstat/inet.c: $FreeBSD: src/usr.bin/netstat/inet.c,v 1.37.2.9 2001/12/17 20:03:59 jlemon Exp $ 632: "\t%lu error%s not generated 'cuz old message was icmp\n"); Regards +------ Dan Larsson -+- Tyfon Svenska AB -+- DL1999-RIPE 2AA5 90AE 5185 5924 1E0B 1A99 EC8A EA84 406B 06B9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 2: 1:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id EA95037B402 for ; Wed, 20 Feb 2002 02:01:16 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id 14E663C2B7; Wed, 20 Feb 2002 10:58:22 +0000 (GMT) Date: Wed, 20 Feb 2002 10:58:22 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Gilbert Cc: freebsd-questions@FreeBSD.ORG Subject: RE: Internet Super Server In-Reply-To: Message-ID: <20020220103556.L396-100000@uk2.kanda-systems.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 On Wed, 20 Feb 2002, Gilbert wrote: > Hi There Chris > > I am aware that the Inetd is not run on the web server but the config > file and I am looking for the correct syntax to input into the file so > that I can get the total size of the packets inbound and outbound and > publish them to a file of some sort. Checkout /usr/ports/net/mrtg & /usr/ports/net/net-snmp This combination should give you the sort of thing you are looking for. See also Michael Lucas's articles from http://www.onlamp.com/bsd/ http://www.onlamp.com/pub/a/bsd/2000/08/10/Big_Scary_Daemons.html http://www.onlamp.com/pub/a/bsd/2000/09/21/Big_Scary_Daemons.html http://www.onlamp.com/pub/a/bsd/2000/10/05/Big_Scary_Daemons.html Make sure you update your ports tree before installing net-snmp & take appropriate steps to firewall your snmp ports and carefully read the following security advisory: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02:11.snmp.asc Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 2: 2:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id EBED137B430 for ; Wed, 20 Feb 2002 02:02:23 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 10:02:23 -0000 Reply-To: From: "Jesse Geddis" To: "FreeBSD-Questions" Subject: RE: MySQL port number Date: Wed, 20 Feb 2002 02:02:23 -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 V6.00.2600.0000 In-Reply-To: <20020220095316.E6EAD7E3F@mail.broadpark.no> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sounds like you're wondering what the default port is. 'mysqladmin variables' will give you this. it sounds like it might be 3306 but I'm not absolutely sure. read up here for further info http://www.mysql.com/doc/S/H/SHOW_VARIABLES.html -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kjell / LA3SG Sent: Wednesday, February 20, 2002 1:54 AM To: freebsd-questions@FreeBSD.org Subject: MySQL port number I need to redirect requests coming from the outside world to my MySQL server to the local PC where it lives. What port number should I redirect? Tnx from Kjell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 2:15:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f273.law14.hotmail.com [64.4.20.148]) by hub.freebsd.org (Postfix) with ESMTP id 8CDBC37B400 for ; Wed, 20 Feb 2002 02:15:21 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Feb 2002 02:15:21 -0800 Received: from 194.6.2.163 by lw14fd.law14.hotmail.msn.com with HTTP; Wed, 20 Feb 2002 10:15:21 GMT X-Originating-IP: [194.6.2.163] From: "Alex Dyas" To: freebsd-questions@freebsd.org Subject: TCP zero-sized window bug fixed in 4.5? Date: Wed, 20 Feb 2002 10:15:21 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2002 10:15:21.0400 (UTC) FILETIME=[80EA8B80:01C1B9F7] Sender: owner-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've been having problems telnetting across a firewall with FreeBSD. The problem manifests itself as a ~8 second delay during a telnet session across the firewall to another box. TCPDumps have shown that it may have something to do with zero sized TCP windows. I was thus happy to read the following in the 4.5 release notes: "A bug in the TCP implementation, which could cause connections to stall if a sender saw a zero-sized window, has been corrected." This sounded spot on. However, having installed 4.5 the problem still seems to be there. My question is does anyone know more about this bug, or where I could find more information on it? I'm wondering if it was actually fixed, or if I need to change my config in any way to take advantage of the fix. Thanks, alex... "Mr. Watson. Come here. I need you." _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 2:21: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 5064F37B400 for ; Wed, 20 Feb 2002 02:20:55 -0800 (PST) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id MAA34990 for ; Wed, 20 Feb 2002 12:20:47 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "FreeBSD Question List" Subject: Re: Slang in src/usr.bin/netstat/inet.c? Date: Wed, 20 Feb 2002 12:27:02 +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 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 > Is because spelt like this for a particular reason? > > %ident /usr/src/usr.bin/netstat/inet.c ; grep -n cuz /usr/src/usr.bin/netstat/inet.c > /usr/src/usr.bin/netstat/inet.c: > $FreeBSD: src/usr.bin/netstat/inet.c,v 1.37.2.9 2001/12/17 20:03:59 jlemon Exp $ > 632: "\t%lu error%s not generated 'cuz old message was icmp\n"); > I think it's called 'poetic license' :) Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 2:32:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.isg.siue.edu (mail.isg.siue.edu [146.163.5.4]) by hub.freebsd.org (Postfix) with ESMTP id 7726737B402 for ; Wed, 20 Feb 2002 02:32:35 -0800 (PST) Received: from WEBSHIELD2.isg.siue.edu (webshield2.isg.siue.edu [146.163.5.150]) by mail.isg.siue.edu (8.9.1/8.9.1) with SMTP id EAA21416 for ; Wed, 20 Feb 2002 04:32:32 -0600 (CST) Received: FROM mail.isg.siue.edu BY WEBSHIELD2.isg.siue.edu ; Wed Feb 20 04:32:31 2002 -0600 Received: from cougar (cougar [146.163.5.29]) by mail.isg.siue.edu (8.9.1/8.9.1) with ESMTP id EAA21317 for ; Wed, 20 Feb 2002 04:32:26 -0600 (CST) Date: Wed, 20 Feb 2002 04:32:26 -0600 (CST) From: William Michael Grim To: FreeBSD General Mailing List Subject: ProFTPD - Normal/Anonymous User authentication fails Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-1804928587-1014201146=:24065" Sender: owner-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. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-1804928587-1014201146=:24065 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi there! I can't seem to get this working at all! I used to be able to login using normal users, but then I must have changed something in the config (went back to default though) or on my system b/c now I get authentication fails. Errors are as follows: 220 ProFTPD 1.2.4 Server (proteus-siue.dnsalias.net) [student142-229.bh.siue.edu] Name (localhost:wgrim): 331 Password required for wgrim. Password: 530 Login incorrect. ftp: Login failed. ftp> quit 221 Goodbye. I have included my current proftpd.conf (proftpd.conf.default doesn't work either so wouldn't try with that), but I can't figure this out. Thanks a ton in advance. William Michael Grim Student, Southern Illinois University at Edwardsville Phone: (618) 650-1582 Email: wgrim@siue.edu ---559023410-1804928587-1014201146=:24065 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="proftpd.conf" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="proftpd.conf" Iw0KIyBUbyBoYXZlIG1vcmUgaW5mb3JtYXRpb25zIGFib3V0IFByb2Z0cGQg Y29uZmlndXJhdGlvbg0KIyBsb29rIGF0IDogaHR0cDovL3d3dy5wcm9mdHBk Lm9yZy8NCiMNCiMgVGhpcyBpcyBhIGJhc2ljIFByb0ZUUEQgY29uZmlndXJh dGlvbiBmaWxlIChyZW5hbWUgaXQgdG8gDQojICdwcm9mdHBkLmNvbmYnIGZv ciBhY3R1YWwgdXNlLiAgSXQgZXN0YWJsaXNoZXMgYSBzaW5nbGUgc2VydmVy DQojIGFuZCBhIHNpbmdsZSBhbm9ueW1vdXMgbG9naW4uICBJdCBhc3N1bWVz IHRoYXQgeW91IGhhdmUgYSB1c2VyL2dyb3VwDQojICJub2JvZHkiIGFuZCAi ZnRwIiBmb3Igbm9ybWFsIG9wZXJhdGlvbiBhbmQgYW5vbi4NCg0KU2VydmVy TmFtZQkJCSJwcm90ZXVzLXNpdWUuZG5zYWxpYXMubmV0Ig0KU2VydmVyVHlw ZQkJCXN0YW5kYWxvbmUNCkRlZmF1bHRTZXJ2ZXIJCQlvbg0KDQojIFBvcnQg MjEgaXMgdGhlIHN0YW5kYXJkIEZUUCBwb3J0Lg0KUG9ydAkJCQkyMQ0KIyBV bWFzayAwMjIgaXMgYSBnb29kIHN0YW5kYXJkIHVtYXNrIHRvIHByZXZlbnQg bmV3IGRpcnMgYW5kIGZpbGVzDQojIGZyb20gYmVpbmcgZ3JvdXAgYW5kIHdv cmxkIHdyaXRhYmxlLg0KVW1hc2sJCQkJMDEzNyAwMDIyDQoNCiMgVG8gcHJl dmVudCBEb1MgYXR0YWNrcywgc2V0IHRoZSBtYXhpbXVtIG51bWJlciBvZiBj aGlsZCBwcm9jZXNzZXMNCiMgdG8gMzAuICBJZiB5b3UgbmVlZCB0byBhbGxv dyBtb3JlIHRoYW4gMzAgY29uY3VycmVudCBjb25uZWN0aW9ucw0KIyBhdCBv bmNlLCBzaW1wbHkgaW5jcmVhc2UgdGhpcyB2YWx1ZS4gIE5vdGUgdGhhdCB0 aGlzIE9OTFkgd29ya3MNCiMgaW4gc3RhbmRhbG9uZSBtb2RlLCBpbiBpbmV0 ZCBtb2RlIHlvdSBzaG91bGQgdXNlIGFuIGluZXRkIHNlcnZlcg0KIyB0aGF0 IGFsbG93cyB5b3UgdG8gbGltaXQgbWF4aW11bSBudW1iZXIgb2YgcHJvY2Vz c2VzIHBlciBzZXJ2aWNlDQojIChzdWNoIGFzIHhpbmV0ZCkNCk1heEluc3Rh bmNlcwkJCTMwDQoNCiMgU2V0IHRoZSB1c2VyIGFuZCBncm91cCB0aGF0IHRo ZSBzZXJ2ZXIgbm9ybWFsbHkgcnVucyBhdC4NClVzZXIJCQkJbm9ib2R5DQpH cm91cAkJCQlub2dyb3VwDQoNCiMgTm9ybWFsbHksIHdlIHdhbnQgZmlsZXMg dG8gYmUgb3ZlcndyaXRlYWJsZS4NCjxEaXJlY3RvcnkgLyo+DQogIEFsbG93 T3ZlcndyaXRlCQlvbg0KPC9EaXJlY3Rvcnk+DQoNCiMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMNCiMgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICMN CiMgVW5jb21tZW50IGxpbmVzIHdpdGggb25seSBvbmUgIyB0byBhbGxvdyBi YXNpYyBhbm9ueW1vdXMgYWNjZXNzICAgICAgICMNCiMgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICMNCiMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMj IyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMN CiMjIyBBIGJhc2ljIGFub255bW91cyBjb25maWd1cmF0aW9uLCBubyB1cGxv YWQgZGlyZWN0b3JpZXMuDQo8QW5vbnltb3VzIC9ob21lL2Z0cD4NCiBVc2Vy CQkJCWZ0cA0KIEdyb3VwCQkJCWd1ZXN0DQogICMjIyBXZSB3YW50IGNsaWVu dHMgdG8gYmUgYWJsZSB0byBsb2dpbiB3aXRoICJhbm9ueW1vdXMiIGFzIHdl bGwgYXMgImZ0cCINCiAgVXNlckFsaWFzCQkJYW5vbnltb3VzIGZ0cA0KDQog ICMjIyBMaW1pdCB0aGUgbWF4aW11bSBudW1iZXIgb2YgYW5vbnltb3VzIGxv Z2lucw0KICBNYXhDbGllbnRzCQkJMTANCg0KICAjIyMgSXQgaXMgd2lzZSB3 aGVuIG1ha2luZyBhbiAnZnRwJyB1c2VyIHRoYXQgeW91IGVpdGhlciBibG9j ayBpdHMNCiAgIyMjIGFiaWxpdHkgdG8gbG9naW4gZWl0aGVyIHZpYSAvZXRj L2xvZ2luLmFjY2VzcyBvciBteSBnaXZpbmcgaXQNCiAgIyMjIGFuIGludmFs aWQgc2hlbGwuDQogICMjIyBVbmNvbW1lbnQgdGhpcyBpZiB0aGUgJ2Z0cCcg dXNlciB5b3UgbWFkZSBoYXMgYW4gaW52YWxpZCBzaGVsbA0KDQogIFJlcXVp cmVWYWxpZFNoZWxsICAgICAgICAgIG9mZg0KDQogICMjIyBXZSB3YW50ICd3 ZWxjb21lLm1zZycgZGlzcGxheWVkIGF0IGxvZ2luLCBhbmQgJy5tZXNzYWdl JyBkaXNwbGF5ZWQNCiAgIyMjIGluIGVhY2ggbmV3bHkgY2hkaXJlZCBkaXJl Y3RvcnkuDQogIERpc3BsYXlMb2dpbgkJCXdlbGNvbWUubXNnDQogIERpc3Bs YXlGaXJzdENoZGlyCQkubWVzc2FnZQ0KDQogICMjIyBMaW1pdCBXUklURSBl dmVyeXdoZXJlIGluIHRoZSBhbm9ueW1vdXMgY2hyb290DQogIDxMaW1pdCBX UklURT4NCiAgIERlbnlBbGwNCiAgPC9MaW1pdD4NCg0KPC9Bbm9ueW1vdXM+ DQo= ---559023410-1804928587-1014201146=:24065-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 2:36:49 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 0F58E37B405 for ; Wed, 20 Feb 2002 02:36:44 -0800 (PST) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 7E63F2EF2A; Wed, 20 Feb 2002 12:36:36 +0200 (EET) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.6/8.11.6) with SMTP id g1KAdEY29310; Wed, 20 Feb 2002 12:39:14 +0200 (EET) Message-ID: <007001c1b9f1$204da1a0$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: "Gilbert" Cc: References: Subject: Re: Internet Super Server Date: Wed, 20 Feb 2002 12:29:41 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You can use IP Firewall or IP Filter to count bandwidth or use BPF to catch packets from the wire and count bandwidth. Find appropriate software in the FreeBSD ports collaction: # cd /usr/ports/ # make search key=accounting # make search key=traffic # make search key=BPF ----- Original Message ----- From: Gilbert Newsgroups: lucky.freebsd.questions Sent: Wednesday, February 20, 2002 10:58 AM Subject: Internet Super Server > > Hi there I would like to set up the Internet Super Server so that I can > monitor the size of the Ethernet packets being sent and received on my > web servers thus monitoring the amount of bandwidth used. > > If anyone can help me out how to set this up as I am fairly new with > FreeBSD. > > Regards > > You can reply to my e-mail address > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 2:42:13 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 2566C37B402 for ; Wed, 20 Feb 2002 02:42:09 -0800 (PST) Received: from comsys.ntu-kpi.kiev.ua (eth0.comsys.ntu-kpi.kiev.ua [10.0.1.184]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 1AB752EF2A; Wed, 20 Feb 2002 12:42:06 +0200 (EET) Received: from pm5149 (pm514-9.comsys.ntu-kpi.kiev.ua [10.18.54.109]) by comsys.ntu-kpi.kiev.ua (8.11.6/8.11.6) with SMTP id g1KAiiY29343; Wed, 20 Feb 2002 12:44:44 +0200 (EET) Message-ID: <00ba01c1b9f1$e4c299a0$6d36120a@comsys.ntukpi.kiev.ua> From: "Andrey Simonenko" To: Cc: References: <20020220095316.E6EAD7E3F@mail.broadpark.no.lucky.freebsd.questions> Subject: Re: MySQL port number Date: Wed, 20 Feb 2002 12:35:11 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-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: Kjell / LA3SG Newsgroups: lucky.freebsd.questions Sent: Wednesday, February 20, 2002 12:53 PM Subject: MySQL port number > I need to redirect requests coming from the outside world to my MySQL server > to the local PC where it lives. What port number should I redirect? > Tnx from Kjell > Run $ sockstat -l | grep mysql on local PC with MySQL server and you'll get a port number. Or use mysqladmin. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 3: 7:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.93]) by hub.freebsd.org (Postfix) with ESMTP id 2C60637B404 for ; Wed, 20 Feb 2002 03:07:07 -0800 (PST) Received: from ftp.reportlab.co.uk ([194.159.4.137] helo=jessikat.demon.co.uk) by anchor-post-35.mail.demon.net with esmtp (Exim 3.34 #1) id 16dUaY-000HuF-0Z for questions@freeBSD.ORG; Wed, 20 Feb 2002 11:07:06 +0000 Message-ID: Date: Wed, 20 Feb 2002 11:06:58 +0000 To: questions@freeBSD.ORG From: Robin Becker Subject: hard disk errors MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U <8fY3TEtAaFySF58ErPUfo9YLW3> Sender: owner-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 seeing the following in my log kernel log messages: > packet 0x83 > ad0s1f: hard error reading fsbn 37793355 of 18159366-18159371 (ad0s1 bn 377933 55; cn 37493 tn 6 sn 33) status=59 error=40 > ad0s1f: hard error reading fsbn 37798751 of 18162064-18162095 (ad0s1 bn 377987 51; cn 37498 tn 12 sn 11) status=59 error=40 > ad0s1f: hard error reading fsbn 37798799 of 18162080-18162111 (ad0s1 bn 377987 99; cn 37498 tn 12 sn 59) status=59 error=40 > ad0s1f: hard error reading fsbn 37799263 of 18162320-18162335 (ad0s1 bn 377992 63; cn 37499 tn 4 sn 19) status=59 error=40 > ad0s1f: hard error reading fsbn 37796203 of 18160790-18160799 (ad0s1 bn 377962 03; cn 37496 tn 3 sn 46) status=59 error=40 > ad0s1f: hard error reading fsbn 37655835 of 18090606-18090607 (ad0s1 bn 376558 35; cn 37356 tn 15 sn 42) status=59 error=40 The disk is my root/usr/var. Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a 63503 30846 27577 53% / /dev/ad0s1f 8996419 1427820 6848886 17% /usr /dev/ad0s1e 396895 11345 353799 3% /var procfs 4 4 0 100% /proc What should I be doing? I have backups, but this is our cvs server and messing around is not desirable. Does the boss need to splash out on a whole new machine? -- Robin Becker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 3:18:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mxzilla3.xs4all.nl (mxzilla3.xs4all.nl [194.109.6.49]) by hub.freebsd.org (Postfix) with ESMTP id A052E37B400 for ; Wed, 20 Feb 2002 03:18:12 -0800 (PST) Received: from xs4.xs4all.nl (xs4.xs4all.nl [194.109.6.45]) by mxzilla3.xs4all.nl (8.12.0/8.12.0) with ESMTP id g1KBIBBn071270 for ; Wed, 20 Feb 2002 12:18:11 +0100 (CET) Received: (from rene@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id MAA24053 for questions@freebsd.org; Wed, 20 Feb 2002 12:18:05 +0100 (CET) Date: Wed, 20 Feb 2002 12:18:04 +0100 From: rene@xs4all.nl To: questions@freebsd.org Subject: how to search IN a bunch of files? Message-ID: <20020220121803.E5644@xs4all.nl> 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 Hello. I'd like to be able to search in all files on my freebsd system for a given regexp. Yes, I want to search the contents of the files specified. I can get find(1) to supply me with a list of valid paths, but am unsure how to grep within all these files. an example would be appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 3:28:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.bcn.isoco.net (ldap.isoco.net [212.9.90.11]) by hub.freebsd.org (Postfix) with ESMTP id 416E037B402 for ; Wed, 20 Feb 2002 03:28:33 -0800 (PST) Received: from fxn.bcn.isoco.net (fxn.bcn.isoco.net [172.16.1.50]) by smtp.bcn.isoco.net (Postfix) with SMTP id 05222CD2BC for ; Wed, 20 Feb 2002 12:28:30 +0100 (CET) Date: Wed, 20 Feb 2002 12:28:21 +0100 From: F.Xavier Noria To: freebsd-questions@FreeBSD.org Subject: Re: how to search IN a bunch of files? Message-Id: <20020220122821.713524ea.fxn@isoco.com> In-Reply-To: <20020220121803.E5644@xs4all.nl> References: <20020220121803.E5644@xs4all.nl> X-Mailer: Sylpheed version 0.7.1 (GTK+ 1.2.10; i386--freebsd4.4) 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, 20 Feb 2002 12:18:04 +0100 rene@xs4all.nl wrote: : Hello. I'd like to be able to search in all files on my freebsd system for a : given regexp. Yes, I want to search the contents of the files specified. : : I can get find(1) to supply me with a list of valid paths, but am unsure : how to grep within all these files. an example would be appreciated. If all files need to be considered: $ cd root_dir $ grep -r pattern . If you need to filter out some of them: $ cd root_dir $ find . -name '*.foo' -print | xargs grep pattern -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 3:30:26 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 D78C637B405 for ; Wed, 20 Feb 2002 03:30:22 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220113022.EWXT1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 11:30:22 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1KBUL025843; Wed, 20 Feb 2002 03:30:21 -0800 (PST) (envelope-from cjc) Date: Wed, 20 Feb 2002 03:30:21 -0800 From: "Crist J. Clark" To: rene@xs4all.nl Cc: questions@FreeBSD.ORG Subject: Re: how to search IN a bunch of files? Message-ID: <20020220033021.Z48401@blossom.cjclark.org> References: <20020220121803.E5644@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020220121803.E5644@xs4all.nl>; from rene@xs4all.nl on Wed, Feb 20, 2002 at 12:18:04PM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 20, 2002 at 12:18:04PM +0100, rene@xs4all.nl wrote: > Hello. I'd like to be able to search in all files on my freebsd system for a > given regexp. Yes, I want to search the contents of the files specified. > > I can get find(1) to supply me with a list of valid paths, but am unsure > how to grep within all these files. an example would be appreciated. Two basic approches. Run grep(1) on each file once found, $ find /path -print -exec grep {} \; Or run find(1) to get the list of files and grep(1) them all, $ grep `find /path ` -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 3:31:32 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 86CE637B404 for ; Wed, 20 Feb 2002 03:31:27 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220113127.EXHU1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 11:31:27 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1KBVQl25853; Wed, 20 Feb 2002 03:31:26 -0800 (PST) (envelope-from cjc) Date: Wed, 20 Feb 2002 03:31:26 -0800 From: "Crist J. Clark" To: song Cc: questions@FreeBSD.ORG Subject: Re: question about ifconfig in FreeBSD4.5 Message-ID: <20020220033126.A48401@blossom.cjclark.org> References: <3C736C6F.53396F79@direct.ksp.nis.nec.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C736C6F.53396F79@direct.ksp.nis.nec.co.jp>; from song@direct.ksp.nis.nec.co.jp on Wed, Feb 20, 2002 at 06:29:19PM +0900 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 20, 2002 at 06:29:19PM +0900, song wrote: > Hello: > I met a question when use FreeBSD4.5.Could you answer for me? > > I created a interface named tun0 and wanted to established a IPV6 > address fot it. So I executed this command: > > ifconfig tun0 inet6 2001::1 2001::2 alias > > But I got a error message as this: > > ifconfig: ioctl (SIOCAIFADDR): Invalid argument > > I have executed the same command on another computer installed > FreeBSD4.3 and there wasn't any problem. > > > what diffrents are between FreeBSD4.5 and the version before about > IPV6 ? > > Wait your answer.Thank you so much. What are you trying to do? Do you really mean, # ifconfig tun0 inet6 2001::1 # ifconfig tun0 inet6 2001::2 alias -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 3:32:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from claven.cs.wisc.edu (claven.cs.wisc.edu [128.105.6.18]) by hub.freebsd.org (Postfix) with ESMTP id A92CC37B404 for ; Wed, 20 Feb 2002 03:32:30 -0800 (PST) Received: from nova11.cs.wisc.edu (nova11.cs.wisc.edu [128.105.119.111]) by claven.cs.wisc.edu (8.9.2/8.9.2) with ESMTP id FAA29633 for ; Wed, 20 Feb 2002 05:32:28 -0600 (CST) Received: from localhost (haryadi@localhost) by nova11.cs.wisc.edu (8.9.2/8.9.2) with ESMTP id FAA10971 for ; Wed, 20 Feb 2002 05:32:28 -0600 (CST) X-Authentication-Warning: nova11.cs.wisc.edu: haryadi owned process doing -bs Date: Wed, 20 Feb 2002 05:32:28 -0600 (CST) From: Haryadi Gunawi To: freebsd-questions@freebsd.org Subject: /proc/pid/map (freeBSD vs Linux) 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, can someone help me explain what each column represents in /proc/pid/map? Here I just ran a simple program that use c library, the /proc/pid/map contains (in FreeBSD): 0x8048000 0x8049000 1 0 0xc8776d20 r-x 2 0 0x0 COW NC vnode 0x8049000 0x804a000 1 0 0xc88f3ba0 rw- 2 0 0x2180 NCOW NNC default 0x804a000 0x804c000 2 0 0xc88f3ba0 rwx 2 0 0x2180 NCOW NNC default 0x28049000 0x2805a000 12 0 0xc03f9f80 r-x 73 34 0x0 COW NC vnode 0x2805a000 0x2805b000 1 0 0xc8806120 rw- 1 0 0x2180 COW NNC vnode 0x2805b000 0x2805d000 2 0 0xc884f2a0 rw- 2 0 0x2180 NCOW NNC default 0x2805d000 0x28065000 6 0 0xc884f2a0 rwx 2 0 0x2180 NCOW NNC default 0x28065000 0x280e5000 57 0 0xc03fad60 r-x 73 34 0x0 COW NC vnode 0x280e5000 0x280ea000 5 0 0xc885b840 rwx 1 0 0x2180 COW NNC vnode 0x280ea000 0x280fe000 3 0 0xc8725de0 rwx 1 0 0x2180 NCOW NNC default 0xbfbe0000 0xbfc00000 4 0 0xc873dcc0 rwx 1 0 0x2180 NCOW NNC default while in LINUX, the proc/pid/maps contains: 8048000-08049000 r-xp 00000000 03:08 22408 /rdata/src/test/loop/a.out 08049000-0804a000 rw-p 00000000 03:08 22408 /rdata/src/test/loop/a.out 40000000-40016000 r-xp 00000000 03:08 44178 /lib/ld-2.1.92.so 40016000-40017000 rw-p 00015000 03:08 44178 /lib/ld-2.1.92.so 40017000-40019000 rw-p 00000000 00:00 0 40022000-4013d000 r-xp 00000000 03:08 44185 /lib/libc-2.1.92.so 4013d000-40143000 rw-p 0011a000 03:08 44185 /lib/libc-2.1.92.so 40143000-40147000 rw-p 00000000 00:00 0 bfffe000-c0000000 rwxp fffff000 00:00 0 ----- the problem is I must know what dynamic-linked libraries are used in a program. In Linux, it's pretty straightforward (i.e. this program uses libc-2.1.92.so). But how do I know what libraries are used in freeBSD. Should I look somewhere else instead /proc/pid/map? try to get the answer in the Internet, but haven't got one. thank you very much in advance hg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 3:34:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pc1-dale5-0-cust136.not.cable.ntl.com (pc1-dale5-0-cust136.not.cable.ntl.com [80.1.76.136]) by hub.freebsd.org (Postfix) with SMTP id 55A7037B402 for ; Wed, 20 Feb 2002 03:34:24 -0800 (PST) Received: (qmail 65279 invoked from network); 20 Feb 2002 11:34:19 -0000 Received: from localhost (HELO matt.thebigchoice.com) (127.0.0.1) by localhost with SMTP; 20 Feb 2002 11:34:19 -0000 Date: Wed, 20 Feb 2002 11:34:19 +0000 From: Matt H To: "rene@xs4all.nl" Cc: questions@FreeBSD.ORG Subject: Re: how to search IN a bunch of files? Message-Id: <20020220113419.62b8a14e.freebsd-questions@cuntbubble.com> In-Reply-To: <20020220121803.E5644@xs4all.nl> References: <20020220121803.E5644@xs4all.nl> X-Mailer: Sylpheed version 0.7.1 (GTK+ 1.2.10; i386--freebsd4.4) 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, 20 Feb 2002 12:18:04 +0100 "rene@xs4all.nl" wrote: > Hello. I'd like to be able to search in all files on my freebsd system for a > given regexp. Yes, I want to search the contents of the files specified. > > I can get find(1) to supply me with a list of valid paths, but am unsure > how to grep within all these files. an example would be appreciated. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > there's the -exec part of find find / -exec grep "regex" {} \; or if there's not too many results from find do : grep "regex" `find /` or print out some stuff as you go along find / | awk '{ print Grepping $0; cmd = sprintf "grep \"regex\" %s"; system(cmd)}' (which might lead to some interesting escaping in the regex - depends on the regex) etc. etc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 3:43:51 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 83FC937B41D for ; Wed, 20 Feb 2002 03:43:37 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220114337.FAJG1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 11:43:37 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1KBgMJ25896; Wed, 20 Feb 2002 03:42:22 -0800 (PST) (envelope-from cjc) Date: Wed, 20 Feb 2002 03:42:22 -0800 From: "Crist J. Clark" To: Jesse Geddis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stable install Message-ID: <20020220034221.B48401@blossom.cjclark.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from sgeine@yahoo.com on Wed, Feb 20, 2002 at 01:44:29AM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 20, 2002 at 01:44:29AM -0800, Jesse Geddis wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > why am I not able to do a FTP install off the -STABLE branch? when I > specify 4.0-STABLE in the 'release name' under sysinstall options I > get an error. is this something I have to do with CVS instead? I can > do ftp installs of 3.5.1-RELEASE through 4.5-RELEASE with no problem > and that's what I've always done but I would rather use the -STABLE > branch. You can only do FTP installs of a -RELEASE. Install a minimal -RELEASE, cvsup(1) -STABLE source and build a -STABLE system. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 4: 3:36 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 CBF4A37B404 for ; Wed, 20 Feb 2002 04:03:30 -0800 (PST) Received: from hades.hell.gr (patr530-a145.otenet.gr [212.205.215.145]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g1KC3L6w005847; Wed, 20 Feb 2002 14:03:27 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id g1K8MLq01500; Wed, 20 Feb 2002 10:22:21 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 20 Feb 2002 10:22:20 +0200 From: Giorgos Keramidas To: "Ayman Zarka." Cc: questions@freebsd.org Subject: Re: FreeBSD and Fonts. Message-ID: <20020220082220.GA1428@hades.hell.gr> References: <000c01c1b8c3$101a7f30$0abf7842@posthuman> Mime-Version: 1.0 Content-Type: application/pgp; x-action=sign; format=text Content-Disposition: inline; filename="msg.pgp" In-Reply-To: <000c01c1b8c3$101a7f30$0abf7842@posthuman> User-Agent: Mutt/1.3.25i Sender: owner-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 On 2002-02-18 13:27, Ayman Zarka. wrote: > > Hello, ( I think my first email got lost ) Most likely it didn't. It could be that nobody knows how to reply, with a solution that has been tested and is known to work. > I'm running FreeBSD 4.4 RELEASE, no X installed on the machine. and I > need to install Arabic fonts; and I would like to be able to use it in > several applications, such as: EPIC , mail, editor etc... As long as you manage to have an xterm running with Arabic fonts, all the applications that run in a terminal should be able to at least display characters in Arabic. For instance, I don't need to do anything special to read Greek characters in vim, once I start an xterm with the proper font: xterm -fn lucidasanstypewriter-greek-12 I don't know where and how one might look for Arabic X11 fonts though. You might want to search the XFree86 mailing lists, in case someone has already posted useful pointers. Then the article at http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/fonts will be of some help, as you try to install these fonts in X11. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE8c1y81g+UGjGGA7YRAtILAJ0cZB71fy8uptS94dhmB/IMgmx/CQCguzd5 vulIQnchOLkjPbfzRUr+wzU= =oCcx -----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 Feb 20 4:49:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13304.mail.yahoo.com (web13304.mail.yahoo.com [216.136.175.40]) by hub.freebsd.org (Postfix) with SMTP id C052137B400 for ; Wed, 20 Feb 2002 04:49:19 -0800 (PST) Message-ID: <20020220124914.45307.qmail@web13304.mail.yahoo.com> Received: from [193.174.9.99] by web13304.mail.yahoo.com via HTTP; Wed, 20 Feb 2002 13:49:14 CET Date: Wed, 20 Feb 2002 13:49:14 +0100 (CET) From: =?iso-8859-1?q?m=20p?= Subject: Re: FreeBSD in school networks - interested? To: root@pukruppa.de Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi! > > I am a teacher on a "Gesamtschule" in Wuppertal, Germany. I have > got pupils/students between 10 and 19 years. > Since I behaved very well on our school's Win NT/2000 network our > Chief-Admin allowed me some spare 5 Gigs on four of our classroom > computers for "playing around" with some UN*X. > At the first look this is not too sensational, but it is > a chance I would like to take to become independent of M$'s > monopol and price policy. Our schools always lack of money and > you have to fight for each single EURO if you whish to try > something new. And of course everybody is used to M$ software and > has to be convinced to learn something new. > > I only teach maths and physics - so I don't know too much about > computers. Thus I would like to find some people "out there" who > are interested in this topic. Students, too, of course would be > welcome. > Perhaps - in a year or so - we could found a FreeBSD-schools > project. > > So, if you have got any ideas, I would be happy to hear from you. > > > Regards, > > Uli. Hi, there is a similar project underway on sourceforge. The goal is a GPL'ed Darwin distribution for scientific (biologists, chemicans, physics, mathematicans) students/researchers to install out of the box (if I understood it right...). Take a look at: http://gnu-darwin.sourceforge.net/ For fruther questions you can contact me off list because I'm interested :) I started building the networks for administration and pupil with Novell Netware 3.12 and Windows NT some years ago at my school as a pupil. Now they switched recently to Linux ... have to change that :) Hope that helps Marc __________________________________________________________________ Gesendet von Yahoo! Mail - http://mail.yahoo.de Ihre E-Mail noch individueller? - http://domains.yahoo.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 4:52:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 048BD37B405 for ; Wed, 20 Feb 2002 04:52:34 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id g1KCqNp21545; Wed, 20 Feb 2002 07:52:23 -0500 (EST) (envelope-from mwlucas) Date: Wed, 20 Feb 2002 07:52:23 -0500 From: Michael Lucas To: Joe Clarke Cc: questions@freebsd.org Subject: Re: Great! JAVA works with mozilla - but why? Message-ID: <20020220075223.B21424@blackhelicopters.org> References: <20020219192917.L2304-100000@pukruppa.de> <20020219143501.L28302-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020219143501.L28302-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Tue, Feb 19, 2002 at 02:36:05PM -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 Tue, Feb 19, 2002 at 02:36:05PM -0500, Joe Clarke wrote: > > Not sure what's up with that, but I have jdk-1.3.1p6 with FreeBSD's > Mozilla/Galeon working just fine. I finally have the JPI working in a > native browser! > Pardon my jumping up and screaming "Hallelujah," but *how* did you manage this? Are there patches? -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons http://www.blackhelicopters.org/~mwlucas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 5: 6:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id DF15037B402 for ; Wed, 20 Feb 2002 05:06:46 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1KD6jHr098534 for ; Wed, 20 Feb 2002 14:06:45 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1KD6jaP098533 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 14:06:45 +0100 (CET) (envelope-from flo) Date: Wed, 20 Feb 2002 14:06:45 +0100 From: Florian Nigsch To: freebsd-questions@freebsd.org Subject: upgrading ports Message-ID: <20020220140645.A98520@nigsch.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 Hi all! I'm using FreeBSD for over 4 years now but I never bothered to think abount how to "upgrade" a port correctly? I think there once was an upgrade target for each port. Is it still existent or how else do I upgrade a port "correctly", besides making pkg_delete and installing the newer version just like there has never been an older version of the same port before? Thanks in advance, flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 5:12:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web1.nexusinternetsolutions.net (web1.nexusinternetsolutions.net [206.47.131.12]) by hub.freebsd.org (Postfix) with SMTP id D0DB937B400 for ; Wed, 20 Feb 2002 05:12:54 -0800 (PST) Received: (qmail 36745 invoked from network); 20 Feb 2002 13:19:54 -0000 Received: from unknown (HELO cr159591a) (24.102.18.54) by web1.nexusinternetsolutions.net with SMTP; 20 Feb 2002 13:19:54 -0000 From: To: "Sandro Mancuso" , Subject: RE: PLEEEEEASE READ!!!!!sorry had to try it Date: Wed, 20 Feb 2002 08:14:35 -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: <002001c1b952$27408080$6400a8c0@windows> 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 Check that your ISP's reverse DNS works. As do many other mail servers, the FreeBSD list server appears to do a reverse lookup before accepting mail from your ISP's mail server. If no reverse is found, it doesn't accept the mail. Had issue with this over the last few days, junior tech broke reverse lookup for an IP address which included our mail server (too many PTR responses). in checking the logs, the freebsd server was responding; @400000003c72a509258b0bbc delivery 3669: deferral: XXX.XXX.XXX.XX_does_not_like_recipient./Remote_host_said:_450_Client_host_reject ed:_cannot_find_your_hostname,_[XXX.XX.XXX.XX]/Giving_up_on_XXX.XXX.XXX.XX./ quick dig showed that reverse wasnot working forthe mail server. Fixed the dns issue, then forced qmail to flush the queue... delivered as expected. Knowing the technical capability and quality network design of the cable ISP's... would not be surprised if something in their reverse is broken. Took us a few months to teach Sprint technicians how to properly delegate a class C... shown the type of technical capability in these larger organizations. Dave >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sandro Mancuso >Sent: Tuesday, February 19, 2002 9:32 AM >To: questions@freebsd.org >Subject: RE: PLEEEEEASE READ!!!!!sorry had to try it > > >Why is it that my isp (videotron, something like rr or @home in Quebec) >is banned or blocked something from this mailing list, forcing me to use >hotmail to send to here... but AOL.. of all "isp's" (I use that >designation loosely), containing IDIOTS like this person that sent this >message is allowed to post? I'm honestly quite confused > >> -----Original Message----- >> From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- >> questions@FreeBSD.ORG] On Behalf Of MaoFu1kan@aol.com >> Sent: February 19, 2002 12:51 AM >> To: Hoopster6949@yahoo.com; brandonfain@ccs.k12.nc.us; >> JFAIND@aol.com; H1DD3N51CKN355@aol.com; Angelfall666@aol.com; >> Jasoncfain@aol.com; FainD@kochind.com; mal2st@lycos.com; >> mal3sto@netzero.net; questions@freebsd.org; Darkprincess5@aol.com; >> Tereza@airmessage.net; fain40@hotmail.com; Jason2202@aol.com; >> fukantp@hotmail.com; fukantp@fridaythe13thfilms.com >> Subject: FW: PLEEEEEASE READ!!!!!sorry had to try it >> >> > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Feb 20 5:20:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id B44E837B405 for ; Wed, 20 Feb 2002 05:20:21 -0800 (PST) Received: from igorr by sysadm.stc with local (Exim 3.34 #1) id 16dWfc-000LKm-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 16:20:28 +0300 Date: Wed, 20 Feb 2002 16:20:28 +0300 From: Igor Roboul To: freebsd-questions@freebsd.org Subject: Re: Great! JAVA works with mozilla - but why? Message-ID: <20020220132028.GA76791@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , freebsd-questions@freebsd.org References: <20020219192917.L2304-100000@pukruppa.de> <20020219143501.L28302-100000@shumai.marcuscom.com> <20020220075223.B21424@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020220075223.B21424@blackhelicopters.org> 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 On Wed, Feb 20, 2002 at 07:52:23AM -0500, Michael Lucas wrote: > Pardon my jumping up and screaming "Hallelujah," but *how* did you > manage this? Are there patches? Install native JDK port. Install mozilla port -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 5:33:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cmr0.ash.ops.us.uu.net (cmr0.ash.ops.us.uu.net [198.5.241.38]) by hub.freebsd.org (Postfix) with ESMTP id 2CC1A37B400 for ; Wed, 20 Feb 2002 05:33:19 -0800 (PST) Received: from csserve0.corp.us.uu.net by cmr0.ash.ops.us.uu.net with ESMTP (peer crosschecked as: csserve0.corp.us.UU.NET [153.39.88.140]) id QQmdak22243; Wed, 20 Feb 2002 13:33:17 GMT Received: from haiti.corp.us.uu.net by csserve0.corp.us.uu.net with ESMTP (peer crosschecked as: localhost [127.0.0.1]) id QQmdak20825; Wed, 20 Feb 2002 08:33:13 -0500 (EST) Received: from localhost (jamgill@localhost) by haiti.corp.us.uu.net (8.10.2+Sun/8.9.3) with ESMTP id g1KDWww16532; Wed, 20 Feb 2002 08:32:58 -0500 (EST) X-Authentication-Warning: haiti.corp.us.uu.net: jamgill owned process doing -bs Date: Wed, 20 Feb 2002 08:32:57 -0500 (EST) From: "jamgill@uu.net" X-Sender: jamgill@haiti.corp.us.uu.net To: Joe & Fhe Barbish Cc: FBSD Subject: Re: cvsup /etc/cvsupfile 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, You'll find an interesting section in a recent edition of /etc/defaults/make.conf here's a preview: # #SUP_UPDATE= yes # #SUP= /usr/local/bin/cvsup #SUPFLAGS= -g -L 2 #SUPHOST= cvsup.uk.FreeBSD.org #SUPFILE= /usr/share/examples/cvsup/stable-supfile #PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile #DOCSUPFILE= /usr/share/examples/cvsup/doc-supfile Of course, you'll want to put your local settings in /etc/make.conf (which works to override the settings in /etc/defaults/make.conf in the same way that /etc/rc.conf overrides /etc/defaults/rc.conf). HTH, --gill On Tue, 19 Feb 2002, Joe & Fhe Barbish wrote: > > I would like just to type cvsup on the command line > instead of all ways typing cvsup -l /etc/cvsupfile > > Is there any way to configure cvsup command to > default to -l2 and use /etc/cvsupfile all the time? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --gill | Tatu Ylonen, SSH 1.2.12 README: "Beware that the most effective | way for someone to decrypt your data may be with a rubber hose." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 5:35:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cmr2.ash.ops.us.uu.net (cmr2.ash.ops.us.uu.net [198.5.241.40]) by hub.freebsd.org (Postfix) with ESMTP id 173F637B400 for ; Wed, 20 Feb 2002 05:35:26 -0800 (PST) Received: from csserve0.corp.us.uu.net by cmr2.ash.ops.us.uu.net with ESMTP (peer crosschecked as: csserve0.corp.us.UU.NET [153.39.88.140]) id QQmdak19172; Wed, 20 Feb 2002 13:35:18 GMT Received: from haiti.corp.us.uu.net by csserve0.corp.us.uu.net with ESMTP (peer crosschecked as: localhost [127.0.0.1]) id QQmdak21334; Wed, 20 Feb 2002 08:35:06 -0500 (EST) Received: from localhost (jamgill@localhost) by haiti.corp.us.uu.net (8.10.2+Sun/8.9.3) with ESMTP id g1KDYov16538; Wed, 20 Feb 2002 08:34:51 -0500 (EST) X-Authentication-Warning: haiti.corp.us.uu.net: jamgill owned process doing -bs Date: Wed, 20 Feb 2002 08:34:50 -0500 (EST) From: "jamgill@uu.net" X-Sender: jamgill@haiti.corp.us.uu.net To: Florian Nigsch Cc: freebsd-questions@freebsd.org Subject: Re: upgrading ports In-Reply-To: <20020220140645.A98520@nigsch.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 Hi, I think this will help answer your question: http://www.freebsddiary.org/portupgrade.php --gill On Wed, 20 Feb 2002, Florian Nigsch wrote: > Hi all! > > I'm using FreeBSD for over 4 years now but I never bothered to think > abount how to "upgrade" a port correctly? > > I think there once was an upgrade target for each port. > > Is it still existent or how else do I upgrade a port "correctly", besides > making pkg_delete and installing the newer version just like there > has never been an older version of the same port before? > > Thanks in advance, > > flo > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --gill | Tatu Ylonen, SSH 1.2.12 README: "Beware that the most effective | way for someone to decrypt your data may be with a rubber hose." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 5:55:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 100m.mpr200-2.esr.lvcm.net (100m.mpr200-2.esr.lvcm.net [24.234.0.81]) by hub.freebsd.org (Postfix) with ESMTP id EEBB837B400 for ; Wed, 20 Feb 2002 05:55:21 -0800 (PST) Received: from lymond.lvcm.com (cm238.47.234.24.lvcm.com [24.234.47.238]) by 100m.mpr200-2.esr.lvcm.net (Mirapoint) with ESMTP id AWQ36293; Wed, 20 Feb 2002 05:54:29 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcm.com (8.11.6/8.11.4) id g1KDsWF52873 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 05:54:32 -0800 (PST) Date: Wed, 20 Feb 2002 05:54:32 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: newbie xterm color ? Message-ID: <20020220055432.A52213@lymond.lvcm.com> 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'm having trouble finding how to make xterm display in color. I have [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. It's strange though, RXVT will display mutt in color, but XTERM won't, from the command line both vim and mutt both display in color, but not in xterm. Oh, how do I configure to get the backspace key working in vim. I know there's something to add to the .vimrc but can't remember now. thanks dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 5:56:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 4638737B402 for ; Wed, 20 Feb 2002 05:56:44 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id g1KDug297976; Wed, 20 Feb 2002 08:56:42 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: /bin/.login: No Such File or Directory References: From: Lowell Gilbert Date: 20 Feb 2002 08:56:41 -0500 In-Reply-To: Message-ID: <44r8ngntnq.fsf@lowellg.ne.mediaone.net> Lines: 13 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 "Peng He" writes: > My FreeBSD 4.2(in a PC) has the following problem: > > when I try to login, whatever I type, after an Enter, the system always > says: > > /bin/.login: no such file or directory. > > Therefore I can not login into the system , but FTP is OK. So, why? Could > you pls copy your .login file in usr/bin/ to me? Thank you very much!! Sounds like the home directory for that account is incorrect. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6: 1:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from otaku.freeshell.org (otaku.freeshell.org [207.202.214.131]) by hub.freebsd.org (Postfix) with ESMTP id EA8DB37B402 for ; Wed, 20 Feb 2002 06:01:36 -0800 (PST) Received: by otaku.freeshell.org (8.11.3/8.11.6) id g1KE1T526601; Wed, 20 Feb 2002 14:01:29 GMT Date: Wed, 20 Feb 2002 15:01:29 +0100 (CET) From: Thorsten Trampisch X-X-Sender: To: Dale Morris Cc: Subject: Re: newbie xterm color ? In-Reply-To: <20020220055432.A52213@lymond.lvcm.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 Hi Dale, the correct syntax for setenv is setenv TERM xterm-color (without =) Perhaps that solves the problem. Check your TERM variable: echo $TERM Cheers, Thorsten Trampisch On Wed, 20 Feb 2002, Dale Morris wrote: > Date: Wed, 20 Feb 2002 05:54:32 -0800 > From: Dale Morris > To: freebsd-questions@freebsd.org > Subject: newbie xterm color ? > > I'm having trouble finding how to make xterm display in color. I have > [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. > It's strange though, RXVT will display mutt in color, but XTERM won't, > from the command line both vim and mutt both display in color, but not > in xterm. > > Oh, how do I configure to get the backspace key working in vim. I know > there's something to add to the .vimrc but can't remember now. > > thanks > dale > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 20 6:12: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail4.wi.rr.com (fe4.rdc-kc.rr.com [24.94.163.51]) by hub.freebsd.org (Postfix) with ESMTP id BC99137B402 for ; Wed, 20 Feb 2002 06:11:55 -0800 (PST) Received: from homer ([65.31.116.34]) by mail4.wi.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Wed, 20 Feb 2002 08:10:40 -0600 From: "Adam" To: Subject: AOC LM700 Flat Panel Date: Wed, 20 Feb 2002 08:09:24 -0600 Message-ID: <008d01c1ba18$33974e60$0101000a@homer> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_008E_01C1B9E5.E8FCDE60" 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 Sender: owner-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_008E_01C1B9E5.E8FCDE60 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello, I have an AOC Flat Panel, and whenever I turn it back on (in X) it will do an "Auto Config" and readjust it's screen settings. When I have that same monitor hooked up to a windows machine I can turn it on and off w/o it readjusting itself. Is there anyway to get it so that it doesn't do this under X? The only difference that I can think of between X & Windows (as far as the monitor is concerned) would be the drivers for the monitor. Would upgrading to X v4 solve this? Thanks in advance, Adam ------=_NextPart_000_008E_01C1B9E5.E8FCDE60 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello,

 

I have an AOC Flat Panel, and whenever I turn it = back on (in X) it will do an “Auto Config” and readjust it’s = screen settings.  When I have that same monitor hooked up to a windows = machine I can turn it on and off w/o it readjusting itself.

 

Is there anyway to get it so that it doesn’t = do this under X? 

 

The only difference that I can think of between X = & Windows (as far as the monitor is concerned) would be the drivers for = the monitor.  Would upgrading to X v4 solve this?

 

Thanks in advance,

Adam

 

------=_NextPart_000_008E_01C1B9E5.E8FCDE60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6:14:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id E50A937B404 for ; Wed, 20 Feb 2002 06:14:33 -0800 (PST) Received: from igorr by sysadm.stc with local (Exim 3.34 #1) id 16dXW8-0003VF-00 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 17:14:44 +0300 Date: Wed, 20 Feb 2002 17:14:44 +0300 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: newbie xterm color ? Message-ID: <20020220141444.GA13186@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , freebsd-questions@FreeBSD.ORG References: <20020220055432.A52213@lymond.lvcm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020220055432.A52213@lymond.lvcm.com> 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 On Wed, Feb 20, 2002 at 05:54:32AM -0800, Dale Morris wrote: > I'm having trouble finding how to make xterm display in color. I have > [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. setenv TERM xterm-color NOT setenv TERM=xterm-color -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6:27:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14802.mail.yahoo.com (web14802.mail.yahoo.com [216.136.224.218]) by hub.freebsd.org (Postfix) with SMTP id 2DFF337B404 for ; Wed, 20 Feb 2002 06:27:34 -0800 (PST) Message-ID: <20020220142734.1041.qmail@web14802.mail.yahoo.com> Received: from [198.88.119.219] by web14802.mail.yahoo.com via HTTP; Wed, 20 Feb 2002 06:27:34 PST Date: Wed, 20 Feb 2002 06:27:34 -0800 (PST) From: krzysztof Strzelczyk Subject: Qpopper question To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I get the following error message in my messages log. Feb 19 16:08:09 mail popper[69326]: @[192.168.0.9]: -ERR POP EOF received Feb 19 16:08:28 mail popper[69334]: (v2.53) Unable to get canonical name of client, err = 0 I have read that the 'canonical name' message is related to reverse DNS. Is the 'ERR POP' message also griping about reverse DNS or is this a different matter? Would putting the hosts and IP's in /etc/hosts fix the problem? Is there a way to turn reverse lookup off in qpopper? Thank You -Chris __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 20 6:31:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crystalauto.com (mail.crystalauto.com [65.117.124.50]) by hub.freebsd.org (Postfix) with ESMTP id E0CEC37B402 for ; Wed, 20 Feb 2002 06:31:45 -0800 (PST) Received: from mail.gccmha.org [65.118.224.98] by mail.crystalauto.com with ESMTP (SMTPD32-7.05) id A35E5BC011A; Wed, 20 Feb 2002 09:31:58 -0500 Received: by SERVER1 with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Feb 2002 09:17:45 -0500 Message-ID: <918F8DDE7A6AD311A90900508B2CBF70297E92@SERVER1> From: Scott Overfield To: " freebsd-questions@FreeBSD.ORG" Subject: BIND Version Date: Wed, 20 Feb 2002 09:17:39 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1BA19.5A074860" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1BA19.5A074860 Content-Type: text/plain; charset="iso-8859-1" Good Morning, Could anyone tell me what version of bind is included in 4.5-STABLE ? ******************************************** Scott Overfield Network Administrator Gratiot County Community Mental Health 989-466-4109 soverfield@gccmha.org ------_=_NextPart_001_01C1BA19.5A074860 Content-Type: text/html; charset="iso-8859-1" BIND Version

Good Morning,
Could anyone tell me what version of bind is included in 4.5-STABLE ?

********************************************
Scott Overfield
Network Administrator
Gratiot County Community Mental Health
989-466-4109
soverfield@gccmha.org

------_=_NextPart_001_01C1BA19.5A074860-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6:32:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with SMTP id F40E437B400 for ; Wed, 20 Feb 2002 06:32:28 -0800 (PST) Received: (qmail 9960 invoked from network); 20 Feb 2002 14:32:25 -0000 Received: from osiris.sigterm.com (203.47.187.211) by ra.sigterm.com with SMTP; 20 Feb 2002 14:32:25 -0000 Subject: Re: newbie xterm color ? From: Stuart Tanner To: Dale Morris Cc: List FreeBSD-Questions In-Reply-To: <20020220055432.A52213@lymond.lvcm.com> References: <20020220055432.A52213@lymond.lvcm.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 21 Feb 2002 02:32:50 +1200 Message-Id: <1014215571.2517.4.camel@osiris.sigterm.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 Thu, 2002-02-21 at 01:54, Dale Morris wrote: > I'm having trouble finding how to make xterm display in color. I have > [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. > It's strange though, RXVT will display mutt in color, but XTERM won't, > from the command line both vim and mutt both display in color, but not > in xterm. > Add this to .tcshrc if ( $term == xterm ) then setenv TERM xterm-color endif > Oh, how do I configure to get the backspace key working in vim. I know > there's something to add to the .vimrc but can't remember now. > > thanks > dale > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Stuart Tanner At no time is freedom of speech more precious than when a man hits his thumb with a hammer. -- Marshall Lumsden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6:36:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from humpty.finadmin.virginia.edu (humpty.finadmin.Virginia.EDU [128.143.87.245]) by hub.freebsd.org (Postfix) with ESMTP id E1DEF37B400 for ; Wed, 20 Feb 2002 06:36:28 -0800 (PST) Received: (from mrg8n@localhost) by humpty.finadmin.virginia.edu (8.11.6/8.11.6) id g1KEaRe15266; Wed, 20 Feb 2002 09:36:27 -0500 (EST) (envelope-from mrg8n) Date: Wed, 20 Feb 2002 09:36:27 -0500 From: Mike Galvez To: krzysztof Strzelczyk Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Qpopper question Message-ID: <20020220093627.B15022@mail.virginia.edu> References: <20020220142734.1041.qmail@web14802.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020220142734.1041.qmail@web14802.mail.yahoo.com>; from cs052279@yahoo.com on Wed, Feb 20, 2002 at 06:27:34AM -0800 X-Operating-System: FreeBSD UNIX Sender: owner-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, Feb 20, 2002 at 06:27:34AM -0800, krzysztof Strzelczyk wrote: > Hello, > > I get the following error message in my messages > log. > > Feb 19 16:08:09 mail popper[69326]: @[192.168.0.9]: > -ERR POP EOF received > Feb 19 16:08:28 mail popper[69334]: (v2.53) Unable to > get canonical name of client, err = 0 > > I have read that the 'canonical name' message is > related to reverse DNS. Is the 'ERR POP' message also > griping about reverse DNS or is this a different > matter? > Would putting the hosts and IP's in /etc/hosts fix the > problem? Is there a way to turn reverse lookup off in > qpopper? Yes in inetd.conf - pop3 stream tcp nowait root /usr/local/libexec/qpopper qpopper -R man qpopper is your friend. > > Thank You > -Chris > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Michael Galvez Information Technology Specialist III E-Mail: mrg8n@nospam.virginia.edu University of Virginia Office: 434-982-2975 A bore is someone who persists in holding his own views after we have enlightened him with ours. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6:36:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.carolina.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 4A88737B41A for ; Wed, 20 Feb 2002 06:36:45 -0800 (PST) Received: from snafu.enterit.com ([66.57.159.198]) by mail7.carolina.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Wed, 20 Feb 2002 01:36:47 -0500 Message-Id: <5.1.0.14.0.20020220015922.02ba4ca0@mail.enterit.com> X-Sender: jconner@enterit.com@mail.enterit.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 02:00:38 -0500 To: Gilad Rom From: Jim Conner Subject: Re: Bourne shell programming problem Cc: Eric Boucher , FreeBSD-Questions In-Reply-To: <1014185310.23322.14.camel@dhcp-251.meshek.eh> References: <20020220060104.49523.qmail@web9407.mail.yahoo.com> <20020220060104.49523.qmail@web9407.mail.yahoo.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 At 08:08 02.20.2002 +0200, Gilad Rom wrote: >What you want to do is harness the power of awk: > >var="/toto/tata/foo" > >dirs=`echo $var | awk -F '/' '{print $1 $2 $3;}'` > >for i in $dirs >do > echo $i >done > >Gilad > > > > What I'm trying to do is to catch only "/foo" and put > > it in another variable. So I tought that if someone > > tell me how to read each caracter, I can loop over > > each caracter, remember the positition of the last "/" > > and then take all the caracters after that "/" and put > > it in a variable. > > If foo is a file I'd use /usr/bin/basename var="/toto/tata/foo" base=$(/usr/bin/basename $var) - Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6:50: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 63FDA37B416 for ; Wed, 20 Feb 2002 06:49:57 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220144956.GRGP2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 14:49:56 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1KEnuR73690; Wed, 20 Feb 2002 06:49:56 -0800 (PST) (envelope-from cjc) Date: Wed, 20 Feb 2002 06:49:56 -0800 From: "Crist J. Clark" To: Scott Overfield Cc: " freebsd-questions@FreeBSD.ORG" Subject: Re: BIND Version Message-ID: <20020220064956.F48401@blossom.cjclark.org> References: <918F8DDE7A6AD311A90900508B2CBF70297E92@SERVER1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <918F8DDE7A6AD311A90900508B2CBF70297E92@SERVER1>; from soverfield@gccmha.org on Wed, Feb 20, 2002 at 09:17:39AM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 20, 2002 at 09:17:39AM -0500, Scott Overfield wrote: > Good Morning, > Could anyone tell me what version of bind is included in 4.5-STABLE ? 8.3.1-REL. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6:50:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from firewall.ade.com (mail.ade.com [208.237.133.234]) by hub.freebsd.org (Postfix) with SMTP id E024B37B402 for ; Wed, 20 Feb 2002 06:50:40 -0800 (PST) Received: from no.name.available by firewall.ade.com via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 20 Feb 2002 14:50:40 UT Received: (private information removed) Message-ID: From: Chris Corayer To: "'questions@freebsd.org'" Subject: Which sources? Date: Wed, 20 Feb 2002 09:51: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 Whenever I do a make build/installworld I find things installed that weren't in my original minimal install, like the games. I'd like to find out just which sources are needed for the minimal base I have installed so I can cvsup just those and stop wasting time grabbing the ones I don't need from the mirrors. Is there maybe a FAQ or list somewhere that lists what's in the sources and what they're needed for? If someone knows how to tell make buildworld to not make anything in the source that wasn't already installed that might work too. Am I just missing something obvious in regards to what make buildworld actually does here? I've already tried looking around in a few places. src-crypto is one that I know is now required for a minimal install from checking the archives. Thanks for your time. -Christopher Corayer Information Services ADE Technologies 77 Rowe Street Newton, MA 02466 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 6:53: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dra.com (mail.dra.com [192.65.218.159]) by hub.freebsd.org (Postfix) with ESMTP id 7487F37B404 for ; Wed, 20 Feb 2002 06:52:54 -0800 (PST) Received: from stlmail.dra.com (stlmail.dra.com [192.65.218.119]) by mail.dra.com (8.9.1/8.9.1) with ESMTP id IAA31345; Wed, 20 Feb 2002 08:52:52 -0600 (CST) Received: by stlmail.dra.com with Internet Mail Service (5.5.2653.19) id <1CJCNGXN>; Wed, 20 Feb 2002 08:52:43 -0600 Message-ID: From: Eric Six To: "'Scott Overfield'" , " freebsd-questions@FreeBSD.ORG" Subject: RE: BIND Version Date: Wed, 20 Feb 2002 08:52:32 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1BA1E.3986B800" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1BA1E.3986B800 Content-Type: text/plain; charset="iso-8859-1" # named -v That will tell you for sure, but I beleive it is a 8.3 release.. I would most definately upgrade to 9.2.0! Cheers, Eric -----Original Message----- From: Scott Overfield [mailto:soverfield@gccmha.org] Sent: Wednesday, February 20, 2002 8:18 AM To: freebsd-questions@FreeBSD.ORG Subject: BIND Version Good Morning, Could anyone tell me what version of bind is included in 4.5-STABLE ? ******************************************** Scott Overfield Network Administrator Gratiot County Community Mental Health 989-466-4109 soverfield@gccmha.org ------_=_NextPart_001_01C1BA1E.3986B800 Content-Type: text/html; charset="iso-8859-1" BIND Version
 
# named -v
 
 
That will tell you for sure, but I beleive it is a 8.3 release.. I would most definately upgrade to 9.2.0!
 
 
Cheers,
Eric
-----Original Message-----
From: Scott Overfield [mailto:soverfield@gccmha.org]
Sent: Wednesday, February 20, 2002 8:18 AM
To: freebsd-questions@FreeBSD.ORG
Subject: BIND Version

Good Morning,
Could anyone tell me what version of bind is included in 4.5-STABLE ?

********************************************
Scott Overfield
Network Administrator
Gratiot County Community Mental Health
989-466-4109
soverfield@gccmha.org

------_=_NextPart_001_01C1BA1E.3986B800-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 7:18:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id CE1EF37B400 for ; Wed, 20 Feb 2002 07:18:37 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 15:18:37 -0000 Reply-To: From: "Jesse Geddis" To: Subject: RE: stable install Date: Wed, 20 Feb 2002 07:18:37 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020220034221.B48401@blossom.cjclark.org> 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 Chris, I was browsing around at freebsd.org and came across this, will the floppies included in this tree allow me to ftp install from it? ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/4.4-20020206-STABLE/ thanks again -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Crist J. Clark Sent: Wednesday, February 20, 2002 3:42 AM To: Jesse Geddis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stable install On Wed, Feb 20, 2002 at 01:44:29AM -0800, Jesse Geddis wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > why am I not able to do a FTP install off the -STABLE branch? when I > specify 4.0-STABLE in the 'release name' under sysinstall options I > get an error. is this something I have to do with CVS instead? I can > do ftp installs of 3.5.1-RELEASE through 4.5-RELEASE with no problem > and that's what I've always done but I would rather use the -STABLE > branch. You can only do FTP installs of a -RELEASE. Install a minimal -RELEASE, cvsup(1) -STABLE source and build a -STABLE system. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 7:19:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freddy.chita.ru (freddy.chita.ru [213.59.128.102]) by hub.freebsd.org (Postfix) with ESMTP id 70D2037B400 for ; Wed, 20 Feb 2002 07:19:23 -0800 (PST) Received: from economy.chita.ru (economy.chita.ru [213.59.235.133]) by freddy.chita.ru (Postfix) with ESMTP id D45F45358C for ; Thu, 21 Feb 2002 00:19:18 +0900 (YAKT) Received: from 192.168.0.201 ([192.168.0.201]) by economy.chita.ru (8.11.3/8.8.7) with ESMTP id g1KFGJA29356 for ; Thu, 21 Feb 2002 00:16:19 +0900 Date: Thu, 21 Feb 2002 00:19:08 +0900 From: Dmitry X-Mailer: The Bat! (v1.53d) Reply-To: Dmitry X-Priority: 3 (Normal) Message-ID: <1688339251.20020221001908@economy.chita.ru> To: freebsd-questions@FreeBSD.ORG Subject: ppp and "Session-Timeout" (RADIUS) 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 building a Network Access Server on 4.3-RELEASE based system. There are few modems and multiport card on the same machine. For authorizatoin and accounting I've selected RADIUS Cistron, and as RADIUS client - ppp&mgetty. This is my configuration: /etc/ttys: cuaa2 "/usr/local/sbin/mgetty" dialup on cuaa3 "/usr/local/sbin/mgetty" dialup on cuaa4 "/usr/local/sbin/mgetty" dialup on /usr/local/etc/mgetty+sendfax/login.config: /AutoPPP/ - a_ppp /usr/local/bin/ppplogin /usr/local/bin/ppplogin: #!/bin/sh exec /usr/sbin/ppp -direct radius /etc/ppp/ppp.conf: radius: enable pap enable proxy accept dns enable dns set radius /etc/radius.conf /etc/radius.conf: auth localhost pass 10 10 acct localhost pass 10 10 All works fine but... When Session-Timeout parameter from RADIUS server exceeds, ppp won't disconnect user, he proceeds to be online. It is unacceptable on ISP's server, isn't it? Well, I have a questions: 1) How to make this stuff working? 2) What I'm doing incorrect 3) Are there any other RADIUS clients for the same purposes (dial-in sercers)? Thanx! P.S. All software from 4.3-RELEASE ports. -- Sorry for my poor English ;) Best regards, Dmitry mailto:xeon@economy.chita.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 7:22: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe24.law10.hotmail.com [64.4.14.81]) by hub.freebsd.org (Postfix) with ESMTP id 71ACB37B402 for ; Wed, 20 Feb 2002 07:22:00 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Feb 2002 07:22:00 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: Subject: boot GENERIC won't work, after kernel panic on startup for new kernel Date: Wed, 20 Feb 2002 10:22:44 -0500 Message-ID: <001701c1ba22$72004800$6400a8c0@windows> 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: 20 Feb 2002 15:22:00.0229 (UTC) FILETIME=[57790D50:01C1BA22] Sender: owner-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 spent all of last night making a new kernel. I thought it was perfect. I was wrong. I get a message about the cpu class not being configured (I'm guessing the old Cyrix cpu's didn't fall under 586?) In the handbook, it says that in such a situation, you can fall into single user mode and use the command "boot GENERIC" (or any other kernel of course). However when I do this I get a message like this: Can't boot 'GENERIC', kernel module already loaded Any ideas on how I can salvage this? -Sandro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 7:27:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id 7F69737B404 for ; Wed, 20 Feb 2002 07:27:51 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id g1KFRmP22617; Wed, 20 Feb 2002 10:27:48 -0500 (EST) (envelope-from mwlucas) Date: Wed, 20 Feb 2002 10:27:48 -0500 From: Michael Lucas To: Sandro Mancuso Cc: freebsd-questions@FreeBSD.ORG Subject: Re: boot GENERIC won't work, after kernel panic on startup for new kernel Message-ID: <20020220102748.A22578@blackhelicopters.org> References: <001701c1ba22$72004800$6400a8c0@windows> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <001701c1ba22$72004800$6400a8c0@windows>; from sandromancuso@hotmail.com on Wed, Feb 20, 2002 at 10:22:44AM -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 unload the old kernel. ok unload ok boot kernel.GENERIC Can you tell me where in the handbook this is? On Wed, Feb 20, 2002 at 10:22:44AM -0500, Sandro Mancuso wrote: > I spent all of last night making a new kernel. I thought it was > perfect. I was wrong. I get a message about the cpu class not being > configured (I'm guessing the old Cyrix cpu's didn't fall under 586?) > > In the handbook, it says that in such a situation, you can fall into > single user mode and use the command "boot GENERIC" (or any other kernel > of course). However when I do this I get a message like this: > > Can't boot 'GENERIC', kernel module already loaded > > Any ideas on how I can salvage this? > > -Sandro > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons http://www.blackhelicopters.org/~mwlucas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 7:29:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 283A337B400 for ; Wed, 20 Feb 2002 07:29:29 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 15:29:28 -0000 Reply-To: From: "Jesse Geddis" To: Subject: RE: boot GENERIC won't work, after kernel panic on startup for new kernel Date: Wed, 20 Feb 2002 07:29:28 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020220102748.A22578@blackhelicopters.org> 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 thought Cyrix chips were under the 686 category -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Michael Lucas Sent: Wednesday, February 20, 2002 7:28 AM To: Sandro Mancuso Cc: freebsd-questions@FreeBSD.ORG Subject: Re: boot GENERIC won't work, after kernel panic on startup for new kernel unload the old kernel. ok unload ok boot kernel.GENERIC Can you tell me where in the handbook this is? On Wed, Feb 20, 2002 at 10:22:44AM -0500, Sandro Mancuso wrote: > I spent all of last night making a new kernel. I thought it was > perfect. I was wrong. I get a message about the cpu class not being > configured (I'm guessing the old Cyrix cpu's didn't fall under 586?) > > In the handbook, it says that in such a situation, you can fall into > single user mode and use the command "boot GENERIC" (or any other kernel > of course). However when I do this I get a message like this: > > Can't boot 'GENERIC', kernel module already loaded > > Any ideas on how I can salvage this? > > -Sandro > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons http://www.blackhelicopters.org/~mwlucas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 7:36:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marvin.fusionary.com (marvin.fusionary.com [208.254.161.131]) by hub.freebsd.org (Postfix) with ESMTP id 1CA8937B405 for ; Wed, 20 Feb 2002 07:36:09 -0800 (PST) Received: by marvin.fusionary.com (Postfix, from userid 1001) id 0849D402; Wed, 20 Feb 2002 10:43:31 -0500 (EST) Date: Wed, 20 Feb 2002 10:43:30 -0500 From: Jack Baty To: freebsd-questions@freebsd.org Subject: SSH fails after DNS hiccup Message-ID: <20020220154330.GA802@marvin.fusionary.com> Reply-To: Jack Baty 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.3.25i X-Uptime: 10:23AM up 1:07, 2 users, load averages: 0.12, 0.03, 0.01 Sender: owner-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 a recent DNS outage (now resolved), I can no longer connect (SSH) from LAN boxes to our FreeBSD servers. The connection is made, but just hangs there. Here's some output: debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 1001 geteuid 1001 anon 1 debug1: Connecting to [-- snip --] port 22. debug1: temporarily_use_uid: 1001/1001 (e=1001) debug1: restore_uid debug1: temporarily_use_uid: 1001/1001 (e=1001) debug1: restore_uid debug1: Connection established. debug1: identity file /home/jbaty/.ssh/identity type -1 debug1: identity file /home/jbaty/.ssh/id_rsa type -1 debug1: identity file /home/jbaty/.ssh/id_dsa type -1 Then just hangs there indefinitely. The log says... sshd[826]: fatal: Timeout before authentication for 192.168.0.7 For a while I was unable to connect from anywhere, but after an hour or two I could connect from "outside" boxes just fine. I'm hoping someone could guide me as to where to look for a solution. This has happened twice, both right after a DNS problem. Thanks. -- Jack Baty Fusionary Media - http://www.fusionary.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 7:44:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe33.law10.hotmail.com [64.4.14.90]) by hub.freebsd.org (Postfix) with ESMTP id 3DC3137B404 for ; Wed, 20 Feb 2002 07:44:29 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Feb 2002 07:44:29 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: Subject: RE: boot GENERIC won't work, after kernel panic on startup for new kernel Date: Wed, 20 Feb 2002 10:45:13 -0500 Message-ID: <001901c1ba25$960c9d90$6400a8c0@windows> 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 In-Reply-To: <20020220102748.A22578@blackhelicopters.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 20 Feb 2002 15:44:29.0200 (UTC) FILETIME=[7B85B100:01C1BA25] Sender: owner-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 for the tip. Can I perhaps suggest that it be added to the handbook in the future? It made me panic, hehe. There's no mention of unload. Just boot KERNEL.old It turns out that a cyrix is a "486 class" (who knew?). I changed it. Do I have to rebuild/install the kernel? Given it's a "486 class" cpu, it gives you an idea of how long that would take ;) Thanks again > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd- > questions@FreeBSD.ORG] On Behalf Of Michael Lucas > Sent: February 20, 2002 10:28 AM > To: Sandro Mancuso > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: boot GENERIC won't work, after kernel panic on startup > for new kernel > > unload the old kernel. > > > ok unload > ok boot kernel.GENERIC > > Can you tell me where in the handbook this is? > > On Wed, Feb 20, 2002 at 10:22:44AM -0500, Sandro Mancuso wrote: > > I spent all of last night making a new kernel. I thought it was > > perfect. I was wrong. I get a message about the cpu class not > being > > configured (I'm guessing the old Cyrix cpu's didn't fall under > 586?) > > > > In the handbook, it says that in such a situation, you can fall > into > > single user mode and use the command "boot GENERIC" (or any other > kernel > > of course). However when I do this I get a message like this: > > > > Can't boot 'GENERIC', kernel module already loaded > > > > Any ideas on how I can salvage this? > > > > -Sandro > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > -- > Michael Lucas mwlucas@FreeBSD.org, > mwlucas@BlackHelicopters.org > my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > http://www.blackhelicopters.org/~mwlucas/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 20 7:46:58 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 1EB6137B400 for ; Wed, 20 Feb 2002 07:46:53 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020220154652.JKWM1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Wed, 20 Feb 2002 15:46:52 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1KFkp774079; Wed, 20 Feb 2002 07:46:51 -0800 (PST) (envelope-from cjc) Date: Wed, 20 Feb 2002 07:46:51 -0800 From: "Crist J. Clark" To: Jesse Geddis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stable install Message-ID: <20020220074651.I48401@blossom.cjclark.org> References: <20020220034221.B48401@blossom.cjclark.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 sgeine@yahoo.com on Wed, Feb 20, 2002 at 07:18:37AM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 20, 2002 at 07:18:37AM -0800, Jesse Geddis wrote: > Chris, I was browsing around at freebsd.org and came across this, will the > floppies included in this tree allow me to ftp install from it? > > ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/4.4-20020206-STABLE/ You could just as well use the 4.5-RELEASE floppies to install from there. The trick to using that site (which I didn't feel like explaining for your first mail, sorry ;) is you need to go into the sysinstall(8) configuration and set up the release name and the ftp directory path so that it can find that URL you quoted. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 7:56:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe56.law10.hotmail.com [64.4.14.191]) by hub.freebsd.org (Postfix) with ESMTP id DFB2737B404 for ; Wed, 20 Feb 2002 07:56:11 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Feb 2002 07:56:11 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: , "'Sandro Mancuso'" , Subject: RE: PLEEEEEASE READ!!!!!sorry had to try it Date: Wed, 20 Feb 2002 10:56:56 -0500 Message-ID: <001a01c1ba27$38fb2ac0$6400a8c0@windows> 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 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 20 Feb 2002 15:56:11.0679 (UTC) FILETIME=[1E3B7AF0:01C1BA27] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG *snip* > @400000003c72a509258b0bbc delivery 3669: deferral: > XXX.XXX.XXX.XX_does_not_like_recipient./Remote_host_said:_450_Client > _host_reject > ed:_cannot_find_your_hostname,_[XXX.XX.XXX.XX]/Giving_up_on_XXX.XXX. > XXX.XX./ > > quick dig showed that reverse wasnot working forthe mail server. > Fixed the dns > issue, then forced qmail to flush the queue... delivered as > expected. > > Knowing the technical capability and quality network design of the > cable > ISP's... would not be surprised if something in their reverse is > broken. Took > us a few months to teach Sprint technicians how to properly delegate > a class > C... shown the type of technical capability in these larger > organizations. > [SM] indeed. Reverse is not working. > Dave > > *snip* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8: 2:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from shumai.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 1A41537B419 for ; Wed, 20 Feb 2002 08:02:09 -0800 (PST) Received: from localhost (marcus@localhost) by shumai.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1KG2Tq38503; Wed, 20 Feb 2002 11:02:29 -0500 (EST) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: shumai.marcuscom.com: marcus owned process doing -bs Date: Wed, 20 Feb 2002 11:02:29 -0500 (EST) From: Joe Clarke To: Michael Lucas Cc: questions@freebsd.org Subject: Re: Great! JAVA works with mozilla - but why? In-Reply-To: <20020220075223.B21424@blackhelicopters.org> Message-ID: <20020220110148.T38460-100000@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 20 Feb 2002, Michael Lucas wrote: > > > On Tue, Feb 19, 2002 at 02:36:05PM -0500, Joe Clarke wrote: > > > > Not sure what's up with that, but I have jdk-1.3.1p6 with FreeBSD's > > Mozilla/Galeon working just fine. I finally have the JPI working in a > > native browser! > > > > Pardon my jumping up and screaming "Hallelujah," but *how* did you > manage this? Are there patches? Just install JDK 1.3.1p6 and the latest mozilla-0.9.8. See the latest commits to both ports for more details. Joe > > -- > Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org > my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > http://www.blackhelicopters.org/~mwlucas/ > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8: 8:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crystalauto.com (mail.crystalauto.com [65.117.124.50]) by hub.freebsd.org (Postfix) with ESMTP id 8D7EF37B400 for ; Wed, 20 Feb 2002 08:08:33 -0800 (PST) Received: from mail.gccmha.org [65.118.224.98] by mail.crystalauto.com with ESMTP (SMTPD32-7.05) id AA111A600DE; Wed, 20 Feb 2002 11:08:49 -0500 Received: by SERVER1 with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Feb 2002 10:54:36 -0500 Message-ID: <918F8DDE7A6AD311A90900508B2CBF70297E93@SERVER1> From: Scott Overfield To: 'Eric Six' , " freebsd-questions@FreeBSD.ORG" Subject: RE: BIND Version Date: Wed, 20 Feb 2002 10:54:27 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1BA26.E046BB60" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1BA26.E046BB60 Content-Type: text/plain; charset="iso-8859-1" ver 8.2.4 -REL.......how do I update it? -----Original Message----- From: Eric Six [mailto:erics@sirsi.com] Sent: Wednesday, February 20, 2002 9:53 AM To: 'Scott Overfield'; freebsd-questions@FreeBSD.ORG Subject: RE: BIND Version # named -v That will tell you for sure, but I beleive it is a 8.3 release.. I would most definately upgrade to 9.2.0! Cheers, Eric -----Original Message----- From: Scott Overfield [mailto:soverfield@gccmha.org] Sent: Wednesday, February 20, 2002 8:18 AM To: freebsd-questions@FreeBSD.ORG Subject: BIND Version Good Morning, Could anyone tell me what version of bind is included in 4.5-STABLE ? ******************************************** Scott Overfield Network Administrator Gratiot County Community Mental Health 989-466-4109 soverfield@gccmha.org ------_=_NextPart_001_01C1BA26.E046BB60 Content-Type: text/html; charset="iso-8859-1" Message
ver 8.2.4 -REL.......how do I update it?
-----Original Message-----
From: Eric Six [mailto:erics@sirsi.com]
Sent: Wednesday, February 20, 2002 9:53 AM
To: 'Scott Overfield'; freebsd-questions@FreeBSD.ORG
Subject: RE: BIND Version

 
# named -v
 
 
That will tell you for sure, but I beleive it is a 8.3 release.. I would most definately upgrade to 9.2.0!
 
 
Cheers,
Eric
-----Original Message-----
From: Scott Overfield [mailto:soverfield@gccmha.org]
Sent: Wednesday, February 20, 2002 8:18 AM
To: freebsd-questions@FreeBSD.ORG
Subject: BIND Version

Good Morning,
Could anyone tell me what version of bind is included in 4.5-STABLE ?

********************************************
Scott Overfield
Network Administrator
Gratiot County Community Mental Health
989-466-4109
soverfield@gccmha.org

------_=_NextPart_001_01C1BA26.E046BB60-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:10:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 0E47D37B422 for ; Wed, 20 Feb 2002 08:09:52 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 16:09:35 -0000 Reply-To: From: "Jesse Geddis" To: Subject: RE: stable install Date: Wed, 20 Feb 2002 08:09:35 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20020220074651.I48401@blossom.cjclark.org> 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 /sigh =P that's all I needed to know. I haven't had to install any new BSD machines since 3.5.1 was released in 2000 and had forgotten about that. yes its been that stable lol thanks again. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Crist J. Clark Sent: Wednesday, February 20, 2002 7:47 AM To: Jesse Geddis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: stable install On Wed, Feb 20, 2002 at 07:18:37AM -0800, Jesse Geddis wrote: > Chris, I was browsing around at freebsd.org and came across this, will the > floppies included in this tree allow me to ftp install from it? > > ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386/4.4-20020206-STABLE/ You could just as well use the 4.5-RELEASE floppies to install from there. The trick to using that site (which I didn't feel like explaining for your first mail, sorry ;) is you need to go into the sysinstall(8) configuration and set up the release name and the ftp directory path so that it can find that URL you quoted. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:11:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sima.sita.kiev.ua (sima.sita.kiev.ua [193.193.223.17]) by hub.freebsd.org (Postfix) with ESMTP id 4D96E37B400; Wed, 20 Feb 2002 08:11:25 -0800 (PST) Received: (from ay@localhost) by sima.sita.kiev.ua (8.Who.Cares/8.Who.Cares) id SAA11877; Wed, 20 Feb 2002 18:11:21 +0200 (EET) (envelope-from ay) Date: Wed, 20 Feb 2002 18:11:21 +0200 From: Alexander Yeremenko To: freebsd-questions@freebsd.org Cc: freebsd-ports@freebsd.org Subject: bonobo-conf problems Message-ID: <20020220181121.A11777@sita.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.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 I've got something wrong with bonobo-conf port/package. It fails to build at 4.2-RELEASE, 4.5-RELEASE, 4-STABLE with] diagnostic : ===> Building for bonobo-conf-0.14 ... Making all in bonobo-conf gmake[2]: Entering directory `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14/bonobo-conf' /bin/sh ../libtool --mode=link cc -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib -o test-config-moniker test-config-moniker.o libbonobo_conf.la -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -lbonobo -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lbonobox -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lSM -lICE -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lxml -lz -lgnome -lgnomesupport -lintl -lesd -laudiofile -lm -lglib12 -L/usr/local/lib cc -O -pipe -I/usr/X11R6/include -o .libs/test-config-moniker test-config-moniker.o -Wl,-E -L/usr/X11R6/lib ./.libs/libbonobo_conf.so -L/usr/local/lib -lbonobo -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lbonobox -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lSM -lICE -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lxml -lz -lgnome -lgnomesupport -lintl -lesd -laudiofile -lm -lglib12 -Wl,--rpath -Wl,/usr/X11R6/lib ./.libs/libbonobo_conf.so: undefined reference to `g_critical' gmake[2]: *** [test-config-moniker] Error 1 gmake[2]: Leaving directory `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14/bonobo-conf' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf. *** Error code 1 I was dumb enough to get ALL versions of bonobo-conf sources from www.gnome.com. ALL of them fails, some with thr same diagnostics, some - with ... Making all in tests make: don't know how to make test-config.xmldb. Stop *** Error code 1 I do not believe that all of those packages are broken. Rather something wrong at my boxes ? But a lot of other ports were built on them sucsessfully. All required libraries aseems to be present ... Any ideas ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:12:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id CD52737B484 for ; Wed, 20 Feb 2002 08:12:20 -0800 (PST) Received: (from mwlucas@localhost) by blackhelicopters.org (8.11.6/8.11.6) id g1KGCJS22999; Wed, 20 Feb 2002 11:12:19 -0500 (EST) (envelope-from mwlucas) Date: Wed, 20 Feb 2002 11:12:18 -0500 From: Michael Lucas To: Joe Clarke Cc: questions@freebsd.org Subject: Re: Great! JAVA works with mozilla - but why? Message-ID: <20020220111218.A22975@blackhelicopters.org> References: <20020220075223.B21424@blackhelicopters.org> <20020220110148.T38460-100000@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020220110148.T38460-100000@shumai.marcuscom.com>; from marcus@marcuscom.com on Wed, Feb 20, 2002 at 11:02:29AM -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 Cool! Now to go buy a larger laptop hard drive... 40G laptop hard drives, under $200. This is just wrong. I can dual boot -stable and -current, and have partitions left over for MP3s, test OSs, an actual dump partition.... wow! On Wed, Feb 20, 2002 at 11:02:29AM -0500, Joe Clarke wrote: > > > On Wed, 20 Feb 2002, Michael Lucas wrote: > > > > > > > On Tue, Feb 19, 2002 at 02:36:05PM -0500, Joe Clarke wrote: > > > > > > Not sure what's up with that, but I have jdk-1.3.1p6 with FreeBSD's > > > Mozilla/Galeon working just fine. I finally have the JPI working in a > > > native browser! > > > > > > > Pardon my jumping up and screaming "Hallelujah," but *how* did you > > manage this? Are there patches? > > Just install JDK 1.3.1p6 and the latest mozilla-0.9.8. See the latest > commits to both ports for more details. > > Joe > > > > > -- > > Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org > > my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons > > > > http://www.blackhelicopters.org/~mwlucas/ > > > > -- Michael Lucas mwlucas@FreeBSD.org, mwlucas@BlackHelicopters.org my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons http://www.blackhelicopters.org/~mwlucas/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:18:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id 4C3CA37B402 for ; Wed, 20 Feb 2002 08:18:09 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 16:12:13 -0000 Reply-To: From: "Jesse Geddis" To: Subject: RE: BIND Version Date: Wed, 20 Feb 2002 08:12:13 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0008_01C1B9E6.4D3637A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <918F8DDE7A6AD311A90900508B2CBF70297E93@SERVER1> 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 a multi-part message in MIME format. ------=_NextPart_000_0008_01C1B9E6.4D3637A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit MessageI've never done it via ports myself. I always just compile it. it looks like the most recent port available in the tree is 8.2.5. I'm running 8.3.1 on 3.5.1 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Overfield Sent: Wednesday, February 20, 2002 7:54 AM To: 'Eric Six'; freebsd-questions@FreeBSD.ORG Subject: RE: BIND Version ver 8.2.4 -REL.......how do I update it? -----Original Message----- From: Eric Six [mailto:erics@sirsi.com] Sent: Wednesday, February 20, 2002 9:53 AM To: 'Scott Overfield'; freebsd-questions@FreeBSD.ORG Subject: RE: BIND Version # named -v That will tell you for sure, but I beleive it is a 8.3 release.. I would most definately upgrade to 9.2.0! Cheers, Eric -----Original Message----- From: Scott Overfield [mailto:soverfield@gccmha.org] Sent: Wednesday, February 20, 2002 8:18 AM To: freebsd-questions@FreeBSD.ORG Subject: BIND Version Good Morning, Could anyone tell me what version of bind is included in 4.5-STABLE ? ******************************************** Scott Overfield Network Administrator Gratiot County Community Mental Health 989-466-4109 soverfield@gccmha.org ------=_NextPart_000_0008_01C1B9E6.4D3637A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message
I've=20 never done it via ports myself. I always just compile it. it looks like = the most=20 recent port available in the tree is 8.2.5. I'm running 8.3.1 on=20 3.5.1
-----Original Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott=20 Overfield
Sent: Wednesday, February 20, 2002 7:54 = AM
To:=20 'Eric Six'; freebsd-questions@FreeBSD.ORG
Subject: RE: BIND=20 Version

ver=20 8.2.4 -REL.......how do I update it?
-----Original Message-----
From: = Eric Six=20 [mailto:erics@sirsi.com]
Sent: Wednesday, February 20, = 2002 9:53=20 AM
To: 'Scott Overfield';=20 freebsd-questions@FreeBSD.ORG
Subject: RE: BIND=20 Version

 
#=20 named -v
 
 
That will tell you for sure, but I beleive it is a 8.3 = release.. I=20 would most definately upgrade to 9.2.0!
 
 
Cheers,
Eric
-----Original Message-----
From: Scott = Overfield=20 [mailto:soverfield@gccmha.org]
Sent: Wednesday, February = 20,=20 2002 8:18 AM
To:=20 freebsd-questions@FreeBSD.ORG
Subject: BIND=20 Version

Good Morning,
Could anyone tell me what version of bind is included in = 4.5-STABLE=20 ?

******************************************** =
Scott Overfield

Network Administrator
Gratiot=20 County Community Mental Health
989-466-4109
soverfield@gccmha.org=20

------=_NextPart_000_0008_01C1B9E6.4D3637A0-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:26:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f11.law4.hotmail.com [216.33.149.11]) by hub.freebsd.org (Postfix) with ESMTP id B320737B400 for ; Wed, 20 Feb 2002 08:26:31 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Feb 2002 08:26:31 -0800 Received: from 24.234.61.240 by lw4fd.law4.hotmail.msn.com with HTTP; Wed, 20 Feb 2002 16:26:31 GMT X-Originating-IP: [24.234.61.240] From: "Chris Angell" To: freebsd-questions@FreeBSD.ORG Subject: RAM Memory Question Date: Wed, 20 Feb 2002 08:26:31 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2002 16:26:31.0665 (UTC) FILETIME=[5B074E10:01C1BA2B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Helpers, I have a FreeBSD machine running 4.5 Release. This machine has 256 megs of ram. On startup, FreeBSD (or the boot loader?) recognizes the ram. It sees all 256 megs. The message reads something like "BIOS Reports 256789Kb". When the kernel takes over booting, it complains something like "Memory Hole in physical memory, giving up". The error is NOT in DMESG, though DMESG does say that this machine has only 150 megs of real and 142 megs of available memory. Does anyone have any ideas? This machine is a new 1 Ghz Athlon with two sticks of PC-133 SDRAM. This problem is rather puzzling. Usually, in my experiences, ram either does its thing like it's supposed to, or simply renders the machine inoperable. Thanks, Chris Angell. _________________________________________________________________ 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 Feb 20 8:29: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id 3517537B402 for ; Wed, 20 Feb 2002 08:29:00 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 16:28:59 -0000 Reply-To: From: "Jesse Geddis" To: Subject: RE: RAM Memory Question Date: Wed, 20 Feb 2002 08:28:59 -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) 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 have you tried setting the MAXMEM option in your kernel? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Angell Sent: Wednesday, February 20, 2002 8:27 AM To: freebsd-questions@FreeBSD.ORG Subject: RAM Memory Question Helpers, I have a FreeBSD machine running 4.5 Release. This machine has 256 megs of ram. On startup, FreeBSD (or the boot loader?) recognizes the ram. It sees all 256 megs. The message reads something like "BIOS Reports 256789Kb". When the kernel takes over booting, it complains something like "Memory Hole in physical memory, giving up". The error is NOT in DMESG, though DMESG does say that this machine has only 150 megs of real and 142 megs of available memory. Does anyone have any ideas? This machine is a new 1 Ghz Athlon with two sticks of PC-133 SDRAM. This problem is rather puzzling. Usually, in my experiences, ram either does its thing like it's supposed to, or simply renders the machine inoperable. Thanks, Chris Angell. _________________________________________________________________ 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 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:36:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D56B37B402 for ; Wed, 20 Feb 2002 08:36:21 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dZjA-0001WO-00 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 16:36:20 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 3F87613040 for ; Wed, 20 Feb 2002 17:36:19 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 4EC8222590; Wed, 20 Feb 2002 17:36:19 +0100 (CET) Date: Wed, 20 Feb 2002 17:36:19 +0100 From: Cliff Sarginson To: FreeBSD Subject: Re: Bourne shell programming problem Message-ID: <20020220163619.GA3600@raggedclown.net> References: <20020220060104.49523.qmail@web9407.mail.yahoo.com> <20020219234405.V48401@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020219234405.V48401@blossom.cjclark.org> 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 On Tue, Feb 19, 2002 at 11:44:05PM -0800, Crist J. Clark wrote: > On Tue, Feb 19, 2002 at 10:01:04PM -0800, Eric Boucher wrote: > > Hi everyone, > > > > I'm doing a little bourne shell program that makes > > something installed automatically on my FreeBSD. But I > > have a little problem: I want to be able to read every > > caracter of a variable. For example: Suppose I have a > > variale named TOTO and the content of TOTO is > > "/toto/tata/foo". So if I do an echo the ouput is: > > echo $TOTO > > /toto/tata/foo > > > > What I'm trying to do is to catch only "/foo" and put > > it in another variable. So I tought that if someone > > tell me how to read each caracter, I can loop over > > each caracter, remember the positition of the last "/" > > and then take all the caracters after that "/" and put > > it in a variable. > Here is another: echo "/toto/tata/foo" | sed "s;/.*/;/;" Personally I would do it using "basename" in this case, but previous answers show you that method. Amazingly no-one has suggested how to do it in "perl" yet .. it must be a perl-freak holy day :) -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:36:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.jorsm.com (mercury.jorsm.com [207.112.128.9]) by hub.freebsd.org (Postfix) with ESMTP id 0FBF637B404 for ; Wed, 20 Feb 2002 08:36:52 -0800 (PST) Received: by mercury.jorsm.com (Postfix, from userid 4147) id 6B38AE4E2A; Wed, 20 Feb 2002 10:36:43 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by mercury.jorsm.com (Postfix) with ESMTP id 445BFE0C5C for ; Wed, 20 Feb 2002 10:36:43 -0600 (CST) Date: Wed, 20 Feb 2002 10:36:43 -0600 (CST) From: Stephen Bader To: freebsd-questions@freebsd.org Subject: Soft Updates 3.5-Stable Message-ID: <20020220103017.D57076-100000@mercury.jorsm.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 know the current release of FreeBSD enables soft updates on all file systems except the root partition during the installation process. Are there any issues with Soft Updates in the 3.5-Stable branch that would stop me from enabling soft updates on the file systems of a machine that is running 3.5? I plan on upgrading the machine to 4.5 very soon, but for the time being, I would like to be able to get more performance out of the system. -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:39:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from home.24cl.com (174.113.sn.ct.dsl.thebiz.net [216.238.113.174]) by hub.freebsd.org (Postfix) with ESMTP id 9D9FA37B402 for ; Wed, 20 Feb 2002 08:39:30 -0800 (PST) Received: from ntmm (unknown [63.119.50.193]) by home.24cl.com (Postfix) with ESMTP id 9F3F42B28A for ; Wed, 20 Feb 2002 11:39:28 -0500 (EST) Message-ID: <200202201139280788.0439C9BF@home.24cl.com> In-Reply-To: References: X-Mailer: Calypso Version 3.30.00.00 (1) Date: Wed, 20 Feb 2002 11:39:28 -0500 Reply-To: myraq@mgm51.com From: "MikeM" To: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with PAM authentication using Webmin 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 On 2/19/02 at 9:49 PM Nick Rogness wrote: |On Tue, 19 Feb 2002, MikeM wrote: | |> FreeBSSD 4.5, Webmin 0.92 |> |> I've been trying to use PAM authentication with my webmin |> installation. It doesn't work. Here is what I see in my messages log |> file: |> |> > Feb 18 12:33:56 oneyou perl: unable to dlopen(/usr/lib/pam_unix.so) |> > Feb 18 12:33:56 oneyou perl: [dlerror: /usr/lib/pam_unix.so: Undefined |symbol "pam_get_item"] |> > Feb 18 12:33:56 oneyou perl: adding faulty module:= /usr/lib/pam_unix.so |> |> |> Does anyone have a suggestion of what steps I might try next in order |> to get this to work? | | How is webmin being run??? through inetd? You need to add: | | LD_PRELOAD=3D/usr/lib/libpam.so.1 in your environment | somehow...before running webmin as a daemon. | | I've had this happen with several applications and this does the | trick. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I start up webmin via a script in /usr/local/etc/rc.d, inetd is not being= used. I'll try your suggestion and report back the results. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:41:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AE9E37B41C for ; Wed, 20 Feb 2002 08:40:45 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dZnR-0001qO-00 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 16:40:45 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 301F813040 for ; Wed, 20 Feb 2002 17:40:44 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 9C96E22590; Wed, 20 Feb 2002 17:40:44 +0100 (CET) Date: Wed, 20 Feb 2002 17:40:44 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD 4.5 behind windows firewall. Unable to ftp. Message-ID: <20020220164044.GB3600@raggedclown.net> References: <20020220075123.GB578@sysadm.stc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020220075123.GB578@sysadm.stc> 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 On Wed, Feb 20, 2002 at 10:51:23AM +0300, Igor Roboul wrote: > On Tue, Feb 19, 2002 at 03:41:52PM -0800, Nathan Arun wrote: > > What I'm not able to do is the seemingly simple thing. "ftp ftp.freebsd.org". This gives me an error message "no address associated with the hostname". "ftp -p ftp.freebsd.org" gives the same error message. "nslookup ftp.freebsd.org" also gives out similar message. I did "setenv FTP_PROXY OurProxy" and then tried ftp. Same error message. > This usually means that your /etc/resolv.conf does not contain IP of > your DNS server. DNS server is not same as WindowsNT Domain > controller. Maybe your system administrator had not setup DNS server > for your local network (because it is not very needed for > Windows-only networks) > > But I may be wrong > try: ftp 62.243.72.50 Just to check this out (this is the current ip address of ftp.freebsd.org). -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:44:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alcatraz.iptelecom.net.ua (alcatraz.iptelecom.net.ua [212.9.224.15]) by hub.freebsd.org (Postfix) with ESMTP id 327F837B404; Wed, 20 Feb 2002 08:44:11 -0800 (PST) Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by alcatraz.iptelecom.net.ua (8.9.3/8.9.3) with ESMTP id SAA63940; Wed, 20 Feb 2002 18:44:05 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from vega.vega.com (h93.229.dialup.iptcom.net [212.9.229.93]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id SAA63785; Wed, 20 Feb 2002 18:44:02 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vega.vega.com (8.11.6/8.11.3) with ESMTP id g1KGhVX26345; Wed, 20 Feb 2002 18:43:31 +0200 (EET) (envelope-from sobomax@FreeBSD.org) Message-ID: <3C73D24E.551ECDB3@FreeBSD.org> Date: Wed, 20 Feb 2002 18:43:58 +0200 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en,uk,ru MIME-Version: 1.0 To: Alexander Yeremenko Cc: freebsd-questions@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: bonobo-conf problems References: <20020220181121.A11777@sita.kiev.ua> Content-Type: text/plain; charset=koi8-r 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 Please check two things: 1. That bonobo port installed on your system is the latest version available from the ports (1.0.19). Update if necessary. 2. Check that you don't have several Bonobo.h files in your /usr/X11R6/include (find /usr/X11R6/include -name Bonobo.h) - remove superfluous one if necessay. -Maxim Alexander Yeremenko wrote: > > I've got something wrong with bonobo-conf port/package. > It fails to build at 4.2-RELEASE, 4.5-RELEASE, 4-STABLE with] > diagnostic : > ===> Building for bonobo-conf-0.14 > ... > Making all in bonobo-conf > gmake[2]: Entering directory `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14/bonobo-conf' > /bin/sh ../libtool --mode=link cc -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib -o test-config-moniker test-config-moniker.o libbonobo_conf.la -Wl,-E -L/usr/X11R6/lib -L/usr/local/lib -lbonobo -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lbonobox -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lSM -lICE -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lxml -lz -lgnome -lgnomesupport -lintl -lesd -laudiofile -lm -lglib12 -L/usr/local/lib > cc -O -pipe -I/usr/X11R6/include -o .libs/test-config-moniker test-config-moniker.o -Wl,-E -L/usr/X11R6/lib ./.libs/libbonobo_conf.so -L/usr/local/lib -lbonobo -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lwrap -lbonobox -lXpm -ljpeg -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lSM -lICE -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 -lXext -lX11 -lxml -lz -lgnome -lgnomesupport -lintl -lesd -laudiofile -lm -lglib12 -Wl,--rpath -Wl,/usr/X11R6/lib > ./.libs/libbonobo_conf.so: undefined reference to `g_critical' > gmake[2]: *** [test-config-moniker] Error 1 > gmake[2]: Leaving directory `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14/bonobo-conf' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf. > *** Error code 1 > > I was dumb enough to get ALL versions of bonobo-conf sources from > www.gnome.com. > ALL of them fails, some with thr same diagnostics, some - with > > ... > Making all in tests > make: don't know how to make test-config.xmldb. Stop > *** Error code 1 > > I do not believe that all of those packages are broken. Rather > something wrong at my boxes ? But a lot of other ports were built on > them sucsessfully. All required libraries aseems to be present ... > > Any ideas ? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" 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 Feb 20 8:44:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.bcn.isoco.net (ldap.isoco.net [212.9.90.11]) by hub.freebsd.org (Postfix) with ESMTP id EDAC337B405 for ; Wed, 20 Feb 2002 08:44:51 -0800 (PST) Received: from fxn.bcn.isoco.net (fxn.bcn.isoco.net [172.16.1.50]) by smtp.bcn.isoco.net (Postfix) with SMTP id C359ECD2B6 for ; Wed, 20 Feb 2002 17:44:49 +0100 (CET) Date: Wed, 20 Feb 2002 17:44:39 +0100 From: F.Xavier Noria To: freebsd-questions@FreeBSD.org Subject: Re: Bourne shell programming problem Message-Id: <20020220174439.436915d2.fxn@isoco.com> In-Reply-To: <20020220163619.GA3600@raggedclown.net> References: <20020220060104.49523.qmail@web9407.mail.yahoo.com> <20020219234405.V48401@blossom.cjclark.org> <20020220163619.GA3600@raggedclown.net> X-Mailer: Sylpheed version 0.7.1 (GTK+ 1.2.10; i386--freebsd4.4) 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, 20 Feb 2002 17:36:19 +0100 Cliff Sarginson wrote: : Here is another: : : echo "/toto/tata/foo" | sed "s;/.*/;/;" : : Personally I would do it using "basename" in this case, but : previous answers show you that method. Amazingly no-one has : suggested how to do it in "perl" yet .. it must be a perl-freak : holy day :) OK, one more, echo "/foo/tata/foo" | perl -pe 's,.*(?=/),,' :-) -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:47: 3 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 C35B337B400 for ; Wed, 20 Feb 2002 08:46:54 -0800 (PST) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.2/8.12.2) with ESMTP id g1KGkpnj049714 for ; Wed, 20 Feb 2002 16:46:51 GMT From: "Barry Byrne" To: Subject: RE: BIND Version Date: Wed, 20 Feb 2002 16:46:45 -0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------=_1014223611-44457-81" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Scanned-By: MIMEDefang 2.5 (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 This is a multi-part message in MIME format... ------------=_1014223611-44457-81 Content-Type: multipart/mixed; boundary="----------=_1014223612-44457-83" Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) This is a multi-part message in MIME format... ------------=_1014223612-44457-83 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Eric: Not sure what the latest port version is. If you want to go with the latest version available, you can grab the source from www.isc.org. Building is very easy. Untar and cd to the distribution directory, run: ./configure make make install This will install named in /usr/local/sbin Then just modify /etc/rc.conf so that to point to the new executable. Cheers, Barry I've never done it via ports myself. I always just compile it. it looks like the most recent port available in the tree is 8.2.5. I'm running 8.3.1 on 3.5.1 -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Overfield Sent: Wednesday, February 20, 2002 7:54 AM To: 'Eric Six'; freebsd-questions@FreeBSD.ORG Subject: RE: BIND Version ver 8.2.4 -REL.......how do I update it? -----Original Message----- From: Eric Six [mailto:erics@sirsi.com] Sent: Wednesday, February 20, 2002 9:53 AM To: 'Scott Overfield'; freebsd-questions@FreeBSD.ORG Subject: RE: BIND Version # named -v That will tell you for sure, but I beleive it is a 8.3 release.. I would most definately upgrade to 9.2.0! Cheers, Eric -----Original Message----- From: Scott Overfield [mailto:soverfield@gccmha.org] Sent: Wednesday, February 20, 2002 8:18 AM To: freebsd-questions@FreeBSD.ORG Subject: BIND Version Good Morning, Could anyone tell me what version of bind is included in 4.5-STABLE ? ******************************************** Scott Overfield Network Administrator Gratiot County Community Mental Health 989-466-4109 soverfield@gccmha.org ------------=_1014223612-44457-83-- ------------=_1014223611-44457-81-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:48:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 4594C37B402 for ; Wed, 20 Feb 2002 08:47:53 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dZuF-0007Dc-00 for questions@freebsd.org; Wed, 20 Feb 2002 16:47:47 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 5D1CB13040 for ; Wed, 20 Feb 2002 17:47:46 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id B825722590; Wed, 20 Feb 2002 17:47:46 +0100 (CET) Date: Wed, 20 Feb 2002 17:47:46 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: Finding DNS server Message-ID: <20020220164746.GC3600@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Wed, Feb 20, 2002 at 12:57:01AM -0700, Charles Burns wrote: > What command canI use to find the DNS server that my system is currently > using. I am finding it amazingly difficult to locate this information. > My ISP uses DHCP and said IP addresses are not available from them for some > reason. > > Thanks ahead of time > Just type "nslookup" without any arguments. The first 2 lines should tell you which server it is looking at (before anyone else says it, I know *nslookup* is no longer recommended for reliable use, but it may be helpful here. I noted the other day under Slackware Linux, you even get a 4-5 line warning about the defunctness of nslookup when you use it). The answer should also be in /etc/resolv.conf... -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:51:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 80E5A37B400 for ; Wed, 20 Feb 2002 08:51:04 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dZxP-0002mc-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 16:51:03 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 5010413040 for ; Wed, 20 Feb 2002 17:51:02 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id D69AD22590; Wed, 20 Feb 2002 17:51:02 +0100 (CET) Date: Wed, 20 Feb 2002 17:51:02 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: WMFS Message-ID: <20020220165102.GD3600@raggedclown.net> References: <000801c1b975$2b51fc30$f92cb69d@cerc.wvu.edu> <20020220075911.GC578@sysadm.stc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020220075911.GC578@sysadm.stc> 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 On Wed, Feb 20, 2002 at 10:59:11AM +0300, Igor Roboul wrote: > On Wed, Feb 13, 2002 at 02:27:43PM -0500, Praveen Polishetty wrote: > > Hi, > > I am trying to build My own kernel for Elephant File system.I included two more options in my kernel file in addition to the options given in GENERIC file. > > > > options NULLFS #NULL filesystem > > options WMFS #ELEPHANT filesystem. > > > > when i try to build the kernel it is giving me an error saying unknown option WMFS . > > I would appreciate if you can tell me what the problem is. > Are you sure that there is such thing as ELEPHANT filesystem in > FreeBSD? > Because both LINT on -STABLE and NOTES on -CURRENT don't contain > option WMFS > Me not heard of it either, but it being missing from LINT proves nothing conclusively, since LINT I am sad to say, does not contain every option possible, despite rumours to the contrary... -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:53: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 48D1037B402 for ; Wed, 20 Feb 2002 08:52:57 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1KGqsHr029317; Wed, 20 Feb 2002 17:52:54 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1KGqsbN029316; Wed, 20 Feb 2002 17:52:54 +0100 (CET) (envelope-from flo) Date: Wed, 20 Feb 2002 17:52:54 +0100 From: Florian Nigsch To: "F.Xavier Noria" Cc: freebsd-questions@freebsd.org Subject: Re: Bourne shell programming problem Message-ID: <20020220175254.B44134@nigsch.com> References: <20020220060104.49523.qmail@web9407.mail.yahoo.com> <20020219234405.V48401@blossom.cjclark.org> <20020220163619.GA3600@raggedclown.net> <20020220174439.436915d2.fxn@isoco.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: <20020220174439.436915d2.fxn@isoco.com>; from fxn@isoco.com on Wed, Feb 20, 2002 at 05:44:39PM +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 Hi! If you want to do it with bash, here's how: --------------------------------- p=/foo/bar/deep/down/in/the/tree while true; do if [ "${p%/*}" != "" ]; then p=${p%/*} else break fi done echo $p -------------------------------- bye, flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 8:58:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0464D37B41B for ; Wed, 20 Feb 2002 08:57:46 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16da3s-0003Gn-00; Wed, 20 Feb 2002 16:57:44 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 9AAAE13040; Wed, 20 Feb 2002 17:57:43 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 85C9722590; Wed, 20 Feb 2002 17:57:42 +0100 (CET) Date: Wed, 20 Feb 2002 17:57:42 +0100 From: Cliff Sarginson To: Andrey Simonenko Cc: Gilbert , freebsd-questions@freebsd.org Subject: Re: Internet Super Server Message-ID: <20020220165742.GE3600@raggedclown.net> References: <007001c1b9f1$204da1a0$6d36120a@comsys.ntukpi.kiev.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <007001c1b9f1$204da1a0$6d36120a@comsys.ntukpi.kiev.ua> 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 > ----- Original Message ----- > From: Gilbert > Newsgroups: lucky.freebsd.questions > Sent: Wednesday, February 20, 2002 10:58 AM > Subject: Internet Super Server > > > > > > Hi there I would like to set up the Internet Super Server so that I can > > monitor the size of the Ethernet packets being sent and received on my > > web servers thus monitoring the amount of bandwidth used. > > > > If anyone can help me out how to set this up as I am fairly new with > > FreeBSD. > > Previous posts gave suggestions to do what you want, but possibly you are still confused about the "Internet Super Server". Apart from a few simple services it provides itself, inetd is just responsible for processing requests for certain network services and spawning off the server program that will deal with that service. It knows zero about the traffic resulting from the running of said service. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:10:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.crystalauto.com (mail.crystalauto.com [65.117.124.50]) by hub.freebsd.org (Postfix) with ESMTP id C6B5937B400 for ; Wed, 20 Feb 2002 09:10:44 -0800 (PST) Received: from mail.gccmha.org [65.118.224.98] by mail.crystalauto.com with ESMTP (SMTPD32-7.05) id A8A42D700DE; Wed, 20 Feb 2002 12:11:00 -0500 Received: by SERVER1 with Internet Mail Service (5.5.2653.19) id ; Wed, 20 Feb 2002 11:56:47 -0500 Message-ID: <918F8DDE7A6AD311A90900508B2CBF70297E94@SERVER1> From: Scott Overfield To: " freebsd-questions@FreeBSD.ORG" , 'Eric Six' Subject: DNS Date: Wed, 20 Feb 2002 11:56:40 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1BA2F.912B2E40" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1BA2F.912B2E40 Content-Type: text/plain; charset="iso-8859-1" Good Morning, Here is my question.......My ISP hosts my DNS for routable addresses, I would, however, like to set up a non-microsoft DNS server for my LAN, which is using non-routable addresses....What is the best way to accomplishing this? I do have a dual homed FreeBSD box set up behind my firewall, functioning as a NAT box to provide internet access from the LAN....could this box possibly be set up to respond to internal DNS queries, and forward all others to the ISP's DNS server? If so, how is this configured? Please excuse me if this is a newby question, I have zero experience with BIND or any DNS server other than microsoft......however, I am interested in banishing windoze, at least from the server room....I thought this might be a good place to start..... ******************************************** Scott Overfield Network Administrator Gratiot County Community Mental Health 989-466-4109 soverfield@gccmha.org ------_=_NextPart_001_01C1BA2F.912B2E40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable DNS

Good Morning,
Here is my question.......My ISP = hosts my DNS for routable addresses, I would, however, like to set up a = non-microsoft DNS server for my LAN, which is using non-routable = addresses....What is the best way to accomplishing this? I do have a = dual homed FreeBSD box set up behind my firewall, functioning as a NAT = box to provide internet access from the LAN....could this box possibly = be set up to respond to internal DNS queries, and forward all others to = the ISP's DNS server? If so, how is this configured? Please excuse me = if this is a newby question, I have zero experience with BIND or any = DNS server other than microsoft......however, I am interested in = banishing windoze, at least from the server room....I thought this = might be a good place to start.....

********************************************
Scott Overfield
Network Administrator
Gratiot County Community Mental = Health
989-466-4109
soverfield@gccmha.org

------_=_NextPart_001_01C1BA2F.912B2E40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:13: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id 654A237B400 for ; Wed, 20 Feb 2002 09:13:02 -0800 (PST) Received: from shell.core.com (IDENT:2525@shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g1KHD1532392; Wed, 20 Feb 2002 11:13:01 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1KHCux05026; Wed, 20 Feb 2002 11:12:56 -0600 (CST) Date: Wed, 20 Feb 2002 11:12:56 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: Patrick Soltani Cc: freebsd-questions@freebsd.org Subject: Resolved!!: Strange Networking problem In-Reply-To: <3DBB075EEB95944492E127F2B9A96FAF0CE112@ultra-exchange.UltraDNS.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 Just a word out to everyone who helped out. After wracking my brain for a long number of hours I finally found the solution. I did some testing on the DSL router that was giving me all of the heartaches and troubles with our remove fbsd server and after taking it aside and threatening it with greavous harm, it behaved. :) Actually I had to bounce it twice, run a reset on it, then force all fresh settings into it and it's back and playing happy again. Again, thanks everyone for helping me solve this. :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:14:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0786937B402 for ; Wed, 20 Feb 2002 09:14:16 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16daJr-0004UX-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 17:14:15 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id B349713040 for ; Wed, 20 Feb 2002 18:14:14 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 5AC5E22590; Wed, 20 Feb 2002 18:14:14 +0100 (CET) Date: Wed, 20 Feb 2002 18:14:14 +0100 From: Cliff Sarginson To: FreeBSD Question List Subject: Re: Slang in src/usr.bin/netstat/inet.c? Message-ID: <20020220171414.GF3600@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Wed, Feb 20, 2002 at 12:27:02PM +0200, Patrick O'Reilly wrote: > > Is because spelt like this for a particular reason? > > > > %ident /usr/src/usr.bin/netstat/inet.c ; grep -n cuz > /usr/src/usr.bin/netstat/inet.c > > /usr/src/usr.bin/netstat/inet.c: > > $FreeBSD: src/usr.bin/netstat/inet.c,v 1.37.2.9 2001/12/17 > 20:03:59 jlemon Exp $ > > 632: "\t%lu error%s not generated 'cuz old message was > icmp\n"); > > > > I think it's called 'poetic license' :) > I would submit a PR to get the spelling corrected, seriously. Slang/colloquialisms are unfair to people whose mother tongue is not english. Or get it changed to: "We feel unbehoven from this to make from faults a progeny, it mattereth not one one wit, for mark yee well that afore this came a predecessor that we appelled an icmp". -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:16:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brain-stream.com (brain-stream.com [209.95.107.206]) by hub.freebsd.org (Postfix) with ESMTP id 76C7737B41C for ; Wed, 20 Feb 2002 09:16:06 -0800 (PST) Received: from pantalaimon.pobox.com (h00609708e398.ne.mediaone.net [24.128.187.79]) by brain-stream.com (8.9.3/8.9.3) with ESMTP id JAA27555 for ; Wed, 20 Feb 2002 09:15:59 -0800 (PST) Message-Id: <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> X-Sender: bdelong@pop.earthlink.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 12:15:57 -0500 To: freebsd-questions@freebsd.org From: "B.K. DeLong" Subject: Config. FreeBSD to use an external mail server 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 - I've been trying to figure out how to send mail out of my mailserver without running smtp or POP services. Basically, I want to do the following: mail -s "New IP" bkdelong@pobox.com < /.currentip How do I configure "mail" to use an external SMTP server?? Thanks in advance. -- B.K. DeLong bkdelong@pobox.com 617.877.3271 http://www.brain-stream.com Play. http://www.the-leaky-cauldron.org Potter. http://www.attrition.org Security. http://www.artemisiabotanicals.com Herb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:23:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by hub.freebsd.org (Postfix) with SMTP id 3F72837B442 for ; Wed, 20 Feb 2002 09:23:02 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 20 Feb 2002 17:23:01 -0000 Reply-To: From: "Jesse Geddis" To: "FreeBSD-Questions" Subject: RE: DNS Date: Wed, 20 Feb 2002 09:23:00 -0800 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0012_01C1B9F0.30F47020" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <918F8DDE7A6AD311A90900508B2CBF70297E94@SERVER1> 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 a multi-part message in MIME format. ------=_NextPart_000_0012_01C1B9F0.30F47020 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit DNSits an excellent way to start. the handbook had tons of info on DNS if I remember correctly which is where I got started with it from. basically what you have to do in short is write zone files for forward and reverse for your private network then set a forwarder to your ISP in your named.conf http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html options { forwarders { 206.13.29.12; }; }; for example or you could just get the named.ca from internic and pull it from there which is how I've always done it . the page I posted gives you pretty much a start to finish on how to get bind going, its super easy. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott Overfield Sent: Wednesday, February 20, 2002 8:57 AM To: freebsd-questions@FreeBSD.ORG; 'Eric Six' Subject: DNS Good Morning, Here is my question.......My ISP hosts my DNS for routable addresses, I would, however, like to set up a non-microsoft DNS server for my LAN, which is using non-routable addresses....What is the best way to accomplishing this? I do have a dual homed FreeBSD box set up behind my firewall, functioning as a NAT box to provide internet access from the LAN....could this box possibly be set up to respond to internal DNS queries, and forward all others to the ISP's DNS server? If so, how is this configured? Please excuse me if this is a newby question, I have zero experience with BIND or any DNS server other than microsoft......however, I am interested in banishing windoze, at least from the server room....I thought this might be a good place to start..... ******************************************** Scott Overfield Network Administrator Gratiot County Community Mental Health 989-466-4109 soverfield@gccmha.org ------=_NextPart_000_0012_01C1B9F0.30F47020 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable DNS
its an=20 excellent way to start. the handbook had tons of info on DNS if I = remember=20 correctly which is where I got started with it from. basically what you = have to=20 do in short is write zone files for forward and reverse for your private = network=20 then set a forwarder to your ISP in your named.conf
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html=
options {
    forwarders { 206.13.29.12; = };
};
 for example
or you could just get the named.ca = from=20 internic and pull it from there which is how I've always done it . the = page I=20 posted gives you pretty much a start to finish on how to get bind going, = its=20 super easy.
 
 
 
 -----Original = Message-----
From:=20 owner-freebsd-questions@FreeBSD.ORG=20 [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Scott=20 Overfield
Sent: Wednesday, February 20, 2002 8:57 = AM
To:=20 freebsd-questions@FreeBSD.ORG; 'Eric Six'
Subject:=20 DNS

Good Morning,
Here is my question.......My ISP hosts my DNS for routable = addresses, I=20 would, however, like to set up a non-microsoft DNS server for my LAN, = which is=20 using non-routable addresses....What is the best way to accomplishing = this? I=20 do have a dual homed FreeBSD box set up behind my firewall, = functioning as a=20 NAT box to provide internet access from the LAN....could this box = possibly be=20 set up to respond to internal DNS queries, and forward all others to = the ISP's=20 DNS server? If so, how is this configured? Please excuse me if this is = a newby=20 question, I have zero experience with BIND or any DNS server other = than=20 microsoft......however, I am interested in banishing windoze, at least = from=20 the server room....I thought this might be a good place to=20 start.....

********************************************=20
Scott Overfield
Network Administrator
Gratiot County=20 Community Mental Health
989-466-4109=20
soverfield@gccmha.org=20

------=_NextPart_000_0012_01C1B9F0.30F47020-- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:31:27 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 7738437B402 for ; Wed, 20 Feb 2002 09:31:18 -0800 (PST) Received: from Presarionb (unknown [208.186.109.155]) by ns1.infowest.com (Postfix) with SMTP id 9D60F2100F; Wed, 20 Feb 2002 10:31:04 -0700 (MST) Date: Wed, 20 Feb 2002 10:29:20 -0700 To: burningclown@westhost43.westhost.net Cc: FreeBSD Questions From: Lorin Lund Subject: Re: partitions, disklabel, etc. X-Mailer: Opera 5.11 build 904 X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Message-Id: <20020220173104.9D60F2100F@ns1.infowest.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 To run the program you would have to have a DOS boot floppy. 2/19/2002 11:01:00 AM, burningclown@westhost43.westhost.net wrote: > >I appreciate it - but I'd need DOS, right? I split this little guy into >Linux and FreeBSD and got rid of anything MS, I'm afraid. > >If I see any degradation of either filesystem, I will just start from >scratch. This laptop is mainly a learning tool anyway (so I don't have to >stop learning shell scripting if I have to leave town) and has no really >critical data on it. > >Which ... is good. > >g > > On Tue, 19 Feb 2002, Lorin Lund wrote: > >> I've got a little program, runs under DOS, uses BIOS disk IO that allows >> some mucking around with the BIOS partition table. If it would be >> useful I could send it to you. >> >> Some of it's capabilities are: >> 1) hand-editing the type field, the start cyl field, the end cyl field, >> 2) swap slots in the partition table, >> >> It's built with djgpp & rhide. >> >> Let me know if you think it would help. >> >> >> 2/18/2002 7:09:33 PM, Glenn Becker wrote: >> >> >Hi, >> > >> >I've got a dual boot Debian GNU/Linux and FreeBSD 4.5 installation on >> >an older Toshiba laptop (Satellite Pro 470CDT). Lately I've been >> >concerned about some messages upon bootup (relevant part of dmesg >> >output reproduced below) where the Linux hunks of the hard drive are >> >picked out as being invalid. >> > >> >Honestly, I'm not sure why they are showing up there at all. But I >> >think the problem(s) may originate with my stupid deletion of my >> >Linux swap partition and my subsequent replacement of that same >> >partition -- I recall reading in a FreeBSD + Linux Mini-HOWTO that >> >a) one has to put FreeBSD =after= Linux on an HD and b) it's best >> >not to muck with the Linux partitions after the dual-OS system is >> >set up. >> > >> >I've had no problems (yet) with either system, but have been trying >> >to research it to see if I can fix it WITHOUT reinstalling both OSs >> >from scratch (I'd like to avoid this and the wear on the lappy's CD >> >drive if possible). Some other weird stuff has popped up. >> > >> >If I run disklabel -r command on /dev/ad0, I get this: >> > >> >disklabel: bad pack magic number (label is damaged, or pack is >> >unlabeled) >> > >> >Without -r, I get something completely different, which I reproduce >> >at the end of this message. >> > >> >The output of fdisk (see below) also seems completely screwed up - >> >it shows all three partitions on the drive as beginning and ending >> >at the same CHS spot: cyl 1023/ head 254/ sector 63. This seems >> >like a cylinder 1024 thang? Mebbe? >> > >> >Soooo, I'm wondering: 1) should I create a disklabel for /dev/ad0, >> >or will this totally bork all my Linux stuff? 2) can I simply >> >-delete- the device files /dev/ad0s1* and /dev/ad0s2*, since I'm >> >not using them for anything in FreeBSD? Or not? >> > >> >In short, how do I fix this thing? Or do I? >> > >> >Thanks for any enlightenment and apologies for the length. >> > >> >Glenn Becker >> > >> > >> > >> > >> > >> >%%%%%% RELEVANT lines from dmesg %%%%%%%%%%% >> > >> >Mounting root from ufs:/dev/ad0s3a >> >ad0s1: raw partition size != slice size >> >ad0s1: start 63, end 27342629, size 27342567 >> >ad0s1c: start 63, end 30716279, size 30716217 >> >ad0s1: truncating raw partition >> >ad0s1: rejecting partition in BSD label: it isn't entirely within the slice >> >ad0s1: start 63, end 27342629, size 27342567 >> >ad0s1f: start 414367, end 30716279, size 30301913 >> >ad0s2: raw partition size != slice size >> >ad0s2: start 27342630, end 27599669, size 257040 >> >ad0s2c: start 27342630, end 58605119, size 31262490 >> >ad0s2: truncating raw partition >> >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice >> >ad0s2: start 27342630, end 27599669, size 257040 >> >ad0s2b: start 27445030, end 27715973, size 270944 >> >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice >> >ad0s2e: start 27715974, end 27756933, size 40960 >> >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice >> >ad0s2f: start 27756934, end 58605119, size 30848186 >> > >> > >> >%%%%%%%%%%OUTPUT of disklabel /dev/ad0 %%%%%%%%%%% >> > >> ># /dev/ad0: >> >type: unknown >> >disk: amnesiac >> >label: fictitious >> >flags: >> >bytes/sector: 512 >> >sectors/track: 63 >> >tracks/cylinder: 255 >> >sectors/cylinder: 16065 >> >cylinders: 3648 >> >sectors/unit: 58605120 >> >rpm: 3600 >> >interleave: 1 >> >trackskew: 0 >> >cylinderskew: 0 >> >headswitch: 0 # milliseconds >> >track-to-track seek: 0 # milliseconds >> >drivedata: 0 >> > >> >8 partitions: >> ># size offset fstype [fsize bsize bps/cpg] >> > c: 58605120 0 unused 0 0 # (Cyl. 0 - 3647) >> > >> > >> >%%%%OUTPUT of fdisk /dev/ad0 %%%%%%%%%%% >> > >> >******* Working on device /dev/ad0 ******* >> >parameters extracted from in-core disklabel are: >> >cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) >> > >> >Figures below won't work with BIOS for partitions not in cyl 1 >> >parameters to be used for BIOS calculations are: >> >cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) >> > >> >Media sector size is 512 >> >Warning: BIOS sector numbering starts with sector 1 >> >Information from DOS bootblock is: >> >The data for partition 1 is: >> >sysid 131,(Linux filesystem) >> > start 63, size 27342567 (13350 Meg), flag 0 >> > beg: cyl 0/ head 1/ sector 1; >> > end: cyl 1023/ head 254/ sector 63 >> >The data for partition 2 is: >> >sysid 130,(Linux swap or Solaris x86) >> > start 27342630, size 257040 (125 Meg), flag 0 >> > beg: cyl 1023/ head 255/ sector 63; >> > end: cyl 1023/ head 254/ sector 63 >> >The data for partition 3 is: >> >sysid 165,(FreeBSD/NetBSD/386BSD) >> > start 27599670, size 31005450 (15139 Meg), flag 80 (active) >> > beg: cyl 1023/ head 255/ sector 63; >> > end: cyl 1023/ head 254/ sector 63 >> >The data for partition 4 is: >> > >> > >> > >> >To Unsubscribe: send mail to majordomo@FreeBSD.org >> >with "unsubscribe freebsd-questions" in the body of the message >> > >> > >> >> >> > >-- >+----------------+ >http://www.burningclown.com >"Everyone's Portal to Nothing At All" >+----------------+ > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:37:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id DFF0537B400 for ; Wed, 20 Feb 2002 09:37:29 -0800 (PST) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1KHeka22456; Wed, 20 Feb 2002 11:40:46 -0600 Date: Wed, 20 Feb 2002 11:40:46 -0600 (CST) From: burningclown@westhost43.westhost.net To: Lorin Lund Cc: FreeBSD Questions Subject: Re: partitions, disklabel, etc. In-Reply-To: <20020220173104.9D60F2100F@ns1.infowest.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 Ah -- well as luck (or my life in general, which is another story) would have it, I cvsup'd & rebuilt, etc over the w/e only to run into one of those "disk full" mystery situations (15G just suddenly full ...!). So I torched the install and am starting over again ... I would've preferred to solve all the mysteries but this was one of those times when they just REPLICATED -- spontaneously, it seemed, tho I'm sure that was not the case. I guess I'm glad I had the luxury to, erm, start over. I guess. Thanks again, Glenn . > To run the program you would have to have a DOS boot floppy. > > 2/19/2002 11:01:00 AM, burningclown@westhost43.westhost.net wrote: > > > > >I appreciate it - but I'd need DOS, right? I split this little guy into > >Linux and FreeBSD and got rid of anything MS, I'm afraid. > > > >If I see any degradation of either filesystem, I will just start from > >scratch. This laptop is mainly a learning tool anyway (so I don't have to > >stop learning shell scripting if I have to leave town) and has no really > >critical data on it. > > > >Which ... is good. > > > >g > > > > On Tue, 19 Feb 2002, Lorin Lund wrote: > > > >> I've got a little program, runs under DOS, uses BIOS disk IO that allows > >> some mucking around with the BIOS partition table. If it would be > >> useful I could send it to you. > >> > >> Some of it's capabilities are: > >> 1) hand-editing the type field, the start cyl field, the end cyl field, > >> 2) swap slots in the partition table, > >> > >> It's built with djgpp & rhide. > >> > >> Let me know if you think it would help. > >> > >> > >> 2/18/2002 7:09:33 PM, Glenn Becker wrote: > >> > >> >Hi, > >> > > >> >I've got a dual boot Debian GNU/Linux and FreeBSD 4.5 installation on > >> >an older Toshiba laptop (Satellite Pro 470CDT). Lately I've been > >> >concerned about some messages upon bootup (relevant part of dmesg > >> >output reproduced below) where the Linux hunks of the hard drive are > >> >picked out as being invalid. > >> > > >> >Honestly, I'm not sure why they are showing up there at all. But I > >> >think the problem(s) may originate with my stupid deletion of my > >> >Linux swap partition and my subsequent replacement of that same > >> >partition -- I recall reading in a FreeBSD + Linux Mini-HOWTO that > >> >a) one has to put FreeBSD =after= Linux on an HD and b) it's best > >> >not to muck with the Linux partitions after the dual-OS system is > >> >set up. > >> > > >> >I've had no problems (yet) with either system, but have been trying > >> >to research it to see if I can fix it WITHOUT reinstalling both OSs > >> >from scratch (I'd like to avoid this and the wear on the lappy's CD > >> >drive if possible). Some other weird stuff has popped up. > >> > > >> >If I run disklabel -r command on /dev/ad0, I get this: > >> > > >> >disklabel: bad pack magic number (label is damaged, or pack is > >> >unlabeled) > >> > > >> >Without -r, I get something completely different, which I reproduce > >> >at the end of this message. > >> > > >> >The output of fdisk (see below) also seems completely screwed up - > >> >it shows all three partitions on the drive as beginning and ending > >> >at the same CHS spot: cyl 1023/ head 254/ sector 63. This seems > >> >like a cylinder 1024 thang? Mebbe? > >> > > >> >Soooo, I'm wondering: 1) should I create a disklabel for /dev/ad0, > >> >or will this totally bork all my Linux stuff? 2) can I simply > >> >-delete- the device files /dev/ad0s1* and /dev/ad0s2*, since I'm > >> >not using them for anything in FreeBSD? Or not? > >> > > >> >In short, how do I fix this thing? Or do I? > >> > > >> >Thanks for any enlightenment and apologies for the length. > >> > > >> >Glenn Becker > >> > > >> > > >> > > >> > > >> > > >> >%%%%%% RELEVANT lines from dmesg %%%%%%%%%%% > >> > > >> >Mounting root from ufs:/dev/ad0s3a > >> >ad0s1: raw partition size != slice size > >> >ad0s1: start 63, end 27342629, size 27342567 > >> >ad0s1c: start 63, end 30716279, size 30716217 > >> >ad0s1: truncating raw partition > >> >ad0s1: rejecting partition in BSD label: it isn't entirely within the slice > >> >ad0s1: start 63, end 27342629, size 27342567 > >> >ad0s1f: start 414367, end 30716279, size 30301913 > >> >ad0s2: raw partition size != slice size > >> >ad0s2: start 27342630, end 27599669, size 257040 > >> >ad0s2c: start 27342630, end 58605119, size 31262490 > >> >ad0s2: truncating raw partition > >> >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice > >> >ad0s2: start 27342630, end 27599669, size 257040 > >> >ad0s2b: start 27445030, end 27715973, size 270944 > >> >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice > >> >ad0s2e: start 27715974, end 27756933, size 40960 > >> >ad0s2: rejecting partition in BSD label: it isn't entirely within the slice > >> >ad0s2f: start 27756934, end 58605119, size 30848186 > >> > > >> > > >> >%%%%%%%%%%OUTPUT of disklabel /dev/ad0 %%%%%%%%%%% > >> > > >> ># /dev/ad0: > >> >type: unknown > >> >disk: amnesiac > >> >label: fictitious > >> >flags: > >> >bytes/sector: 512 > >> >sectors/track: 63 > >> >tracks/cylinder: 255 > >> >sectors/cylinder: 16065 > >> >cylinders: 3648 > >> >sectors/unit: 58605120 > >> >rpm: 3600 > >> >interleave: 1 > >> >trackskew: 0 > >> >cylinderskew: 0 > >> >headswitch: 0 # milliseconds > >> >track-to-track seek: 0 # milliseconds > >> >drivedata: 0 > >> > > >> >8 partitions: > >> ># size offset fstype [fsize bsize bps/cpg] > >> > c: 58605120 0 unused 0 0 # (Cyl. 0 - 3647) > >> > > >> > > >> >%%%%OUTPUT of fdisk /dev/ad0 %%%%%%%%%%% > >> > > >> >******* Working on device /dev/ad0 ******* > >> >parameters extracted from in-core disklabel are: > >> >cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) > >> > > >> >Figures below won't work with BIOS for partitions not in cyl 1 > >> >parameters to be used for BIOS calculations are: > >> >cylinders=3648 heads=255 sectors/track=63 (16065 blks/cyl) > >> > > >> >Media sector size is 512 > >> >Warning: BIOS sector numbering starts with sector 1 > >> >Information from DOS bootblock is: > >> >The data for partition 1 is: > >> >sysid 131,(Linux filesystem) > >> > start 63, size 27342567 (13350 Meg), flag 0 > >> > beg: cyl 0/ head 1/ sector 1; > >> > end: cyl 1023/ head 254/ sector 63 > >> >The data for partition 2 is: > >> >sysid 130,(Linux swap or Solaris x86) > >> > start 27342630, size 257040 (125 Meg), flag 0 > >> > beg: cyl 1023/ head 255/ sector 63; > >> > end: cyl 1023/ head 254/ sector 63 > >> >The data for partition 3 is: > >> >sysid 165,(FreeBSD/NetBSD/386BSD) > >> > start 27599670, size 31005450 (15139 Meg), flag 80 (active) > >> > beg: cyl 1023/ head 255/ sector 63; > >> > end: cyl 1023/ head 254/ sector 63 > >> >The data for partition 4 is: > >> > > >> > > >> > > >> >To Unsubscribe: send mail to majordomo@FreeBSD.org > >> >with "unsubscribe freebsd-questions" in the body of the message > >> > > >> > > >> > >> > >> > > > >-- > >+----------------+ > >http://www.burningclown.com > >"Everyone's Portal to Nothing At All" > >+----------------+ > > > > > > > > > -- +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:46: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from xekmail.aeiou.pt (ramses.caleida.pt [194.65.155.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D21A37B416 for ; Wed, 20 Feb 2002 09:46:02 -0800 (PST) Received: (from www@localhost) by xekmail.aeiou.pt (8.9.3/8.9.3) id RAA02179; Wed, 20 Feb 2002 17:49:08 GMT Date: Wed, 20 Feb 2002 17:49:08 GMT From: spiritecstasy@aeiou.pt Message-Id: <200202201749.RAA02179@xekmail.aeiou.pt> To: questions@FreeBSD.org Reply-To: spiritecstasy@aeiou.pt MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: XekMail Imap webMail Program II Subject: trouble Installing scanner Sender: owner-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 first place thank you, for the pacience and good will, in fast resolving the stupid problems dummies like me have. Thank to you I already know I have to use sane or Xsane to work with my scanner, but I realised none is installed in my Free BSD system, how can I install them, and (if I'm not abusing...) how do i use them to work with my HP 4400? And by the way is there any windows emulator for Free BSD? There are some for Linus, are they compatible? whitch one is the best, the freest and where can i find it? I'm not asking you to write all the info and send it to me by mail, just give me a link to somewhere this is discussed. Sorry for the bad english... Thankfully Gilberto Ribeiro __________________________________________________________ Mensagem enviada pelo Xekmail: webmail grátis do AEIOU http://xekmail.aeiou.pt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 9:47:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11603.mail.yahoo.com (web11603.mail.yahoo.com [216.136.172.55]) by hub.freebsd.org (Postfix) with SMTP id 033EB37B404 for ; Wed, 20 Feb 2002 09:47:08 -0800 (PST) Message-ID: <20020220174708.75128.qmail@web11603.mail.yahoo.com> Received: from [148.205.208.104] by web11603.mail.yahoo.com via HTTP; Wed, 20 Feb 2002 09:47:08 PST Date: Wed, 20 Feb 2002 09:47:08 -0800 (PST) From: Hector Villalvazo Subject: about zebra 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 i install the zebra software in a freesd 4.4 P.C. but now. i have a problem configuring the zebra.conf, ripd.conf, ospf.conf, ospf6d.conf files i do not understand teh format of the files, How do i specify the route or the next hop? Can you help me? thanks __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 20 10: 1:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from home.24cl.com (174.113.sn.ct.dsl.thebiz.net [216.238.113.174]) by hub.freebsd.org (Postfix) with ESMTP id 0947637B402 for ; Wed, 20 Feb 2002 10:01:40 -0800 (PST) Received: from ntmm (unknown [63.119.50.193]) by home.24cl.com (Postfix) with ESMTP id CD7162B28A; Wed, 20 Feb 2002 13:01:34 -0500 (EST) Message-ID: <200202201301350003.0484F4BA@home.24cl.com> In-Reply-To: References: X-Mailer: Calypso Version 3.30.00.00 (1) Date: Wed, 20 Feb 2002 13:01:35 -0500 Reply-To: myraq@mgm51.com From: "MikeM" To: "Nick Rogness" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problem with PAM authentication using Webmin 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 On 2/19/02 at 9:49 PM Nick Rogness wrote: |On Tue, 19 Feb 2002, MikeM wrote: | |> FreeBSSD 4.5, Webmin 0.92 |> |> I've been trying to use PAM authentication with my webmin |> installation. It doesn't work. Here is what I see in my messages log |> file: |> |> > Feb 18 12:33:56 oneyou perl: unable to dlopen(/usr/lib/pam_unix.so) |> > Feb 18 12:33:56 oneyou perl: [dlerror: /usr/lib/pam_unix.so: Undefined |symbol "pam_get_item"] |> > Feb 18 12:33:56 oneyou perl: adding faulty module:= /usr/lib/pam_unix.so |> |> |> Does anyone have a suggestion of what steps I might try next in order |> to get this to work? | | How is webmin being run??? through inetd? You need to add: | | LD_PRELOAD=3D/usr/lib/libpam.so.1 in your environment | somehow...before running webmin as a daemon. | | I've had this happen with several applications and this does the | trick. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Thanks, that did indeed work. I put an export command in my webmin startup= script. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10: 1:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from antares.surnet.ru (antares.surnet.ru [195.54.2.5]) by hub.freebsd.org (Postfix) with ESMTP id 9342A37B402 for ; Wed, 20 Feb 2002 10:01:47 -0800 (PST) Received: (from uucp@localhost) by antares.surnet.ru (8.11.6/Joy) with UUCP id g1KI1ep10374 for questions@FreeBSD.ORG; Wed, 20 Feb 2002 23:01:40 +0500 (YEKT) Received: from localhost (localhost.chel.skbkontur.ru [127.0.0.1]) by sol.chel.skbkontur.ru with ESMTP id g1KHqKf09253 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Wed, 20 Feb 2002 22:52:26 +0500 (YEKT) (envelope-from ilia@chel.skbkontur.ru) Date: Wed, 20 Feb 2002 22:52:20 +0500 (YEKT) From: =?koi8-r?B?6czY0SD7ydDJw8nO?= To: questions@FreeBSD.ORG Subject: S/Key + SSH Message-ID: <20020220225035.F9168-100000@sol.chel.skbkontur.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r 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 Dear Sirs, OpenSSH says... $ ssh sol ilia@sol.chel.skbkontur.ru's password: Permission denied, please try again. ilia@sol.chel.skbkontur.ru's password: Permission denied, please try again. ilia@sol.chel.skbkontur.ru's password: otp-md5 9 so7866 ext S/Key Password: but in /etc/skeykey ... ilia 0099 so67973 XXXXXXXXXXXXXXXXXXXXXX why so7866, not so67973 ?? does OpenSSH works with S/Key ? Regards, (=EE=C1=C9=CC=D5=DE=DB=C9=C5 =D0=CF=D6=C5=CC=C1=CE=C9=D1) Ilia Chipitsine (=E9=CC=D8=D1 =FB=C9=D0=C9=C3=C9=CE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:19: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by hub.freebsd.org (Postfix) with ESMTP id 2876337B402 for ; Wed, 20 Feb 2002 10:18:56 -0800 (PST) Received: from swam (freegw.xs4all.nl [213.84.87.28]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with SMTP id g1KIIsL4046790 for ; Wed, 20 Feb 2002 19:18:54 +0100 (CET) Message-ID: <000701c1ba3b$2c552960$0a00a8c0@swam> From: "Sven Vermeulen" To: "FreeBSD Questions" Subject: ftpd Date: Wed, 20 Feb 2002 19:19:44 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.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 Hello, Is it possible to allow only non-anonymous login to ftpd. I know ftpd has as -A switch that only allows anonymous ftp access but I need the opposite... thanks in advance, Sven. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:19:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup2-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 91E0537B405 for ; Wed, 20 Feb 2002 10:19:06 -0800 (PST) Received: (qmail 5604 invoked by uid 0); 20 Feb 2002 18:19:04 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup2-ld.pvd.loa.net with SMTP; 20 Feb 2002 18:19:04 -0000 Message-ID: <003801c1ba3b$215463a0$37b4a8c0@pretorian> From: "LOA Maine mailing list" To: Subject: bash shell environment & colors Date: Wed, 20 Feb 2002 13:19:26 -0500 Organization: Log On America 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 Im using FreeBSD 4.3 ..and the bash shell...when at the actual terminal color works...however when i ssh to the box i dont get colors.. I get all the other environmemt stuff ...typical bash stuff...but no color ....how do i change this .. I woiuld really like colors when i ssh to the box. thanks in advance Bmyster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:22:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from newmail.skyrunner.net (newmail.skyrunner.net [208.133.44.6]) by hub.freebsd.org (Postfix) with ESMTP id 62FA437B478 for ; Wed, 20 Feb 2002 10:21:12 -0800 (PST) Received: from micron (athena.skyrunner.net [208.150.25.130]) by newmail.skyrunner.net (8.11.2/8.11.0/SuSE Linux 8.11.0-0.4) with SMTP id g1KGOlj10663 for ; Wed, 20 Feb 2002 11:24:47 -0500 From: "Peter Brezny" To: Subject: snap length Date: Wed, 20 Feb 2002 11:24:00 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.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 What is snap lenght? In watching a tcp dump between a smb client/server, i keep seeing: >>> NBT UDP PACKET(138) Res=0x1102 ID=0x34 IP=172 (0xac).18 (0x12).2 (0x2).107 (0x6b) Port=138 (0x8a) Length=216 (0xd8) Res2=0x0 SourceName=NOC LAP 1 NameType=0x00 (Workstation) DestName= WARNING: Short packet. Try increasing the snap length TIA Peter Brezny Skyrunner.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:27: 6 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 019B537B402 for ; Wed, 20 Feb 2002 10:27:01 -0800 (PST) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.2/8.12.2) with ESMTP id g1KIQtnj049881; Wed, 20 Feb 2002 18:26:55 GMT From: "Barry Byrne" To: "Sven Vermeulen" , "FreeBSD Questions" Subject: RE: ftpd Date: Wed, 20 Feb 2002 18:26:54 -0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------=_1014229615-44457-87" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <000701c1ba3b$2c552960$0a00a8c0@swam> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Scanned-By: MIMEDefang 2.5 (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 This is a multi-part message in MIME format... ------------=_1014229615-44457-87 Content-Type: multipart/mixed; boundary="----------=_1014229617-44457-89" Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) This is a multi-part message in MIME format... ------------=_1014229617-44457-89 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Sven: I think removing the ftp user from /etc/passwd should do the trick. - Barry > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Sven Vermeulen > Sent: 20 February 2002 18:20 > To: FreeBSD Questions > Subject: ftpd > > > Hello, > > Is it possible to allow only non-anonymous login to ftpd. I know ftpd has > as -A switch that only allows anonymous > ftp access but I need the opposite... > > > thanks in advance, > Sven. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ------------=_1014229617-44457-89-- ------------=_1014229615-44457-87-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:27:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id D2F0137B41D for ; Wed, 20 Feb 2002 10:27:14 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1KIRDHr030146 for ; Wed, 20 Feb 2002 19:27:13 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1KIRDIa030145 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 19:27:13 +0100 (CET) (envelope-from flo) Date: Wed, 20 Feb 2002 19:27:13 +0100 From: Florian Nigsch To: freebsd-questions@freebsd.org Subject: network traffic accounting Message-ID: <20020220192712.B29726@nigsch.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 Hi all! I am looking for a program that does network traffic accounting. I've already tried ipa but I am not very content with it, because it simply parses the counters of the ipfw-firewall. What I dislike particulary using this method, is that when you for some reason must restart your firewall, the accounting statistics of this day are not usable any more. The program I am looking for, is something which operates with bpf and runs in the background, and gathers its information directly from the network, not from the ipfw counters. Any propositions? bye, flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:31:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20602.mail.yahoo.com (web20602.mail.yahoo.com [216.136.226.158]) by hub.freebsd.org (Postfix) with SMTP id B336437B404 for ; Wed, 20 Feb 2002 10:31:07 -0800 (PST) Message-ID: <20020220183106.94308.qmail@web20602.mail.yahoo.com> Received: from [65.209.97.70] by web20602.mail.yahoo.com via HTTP; Wed, 20 Feb 2002 10:31:06 PST Date: Wed, 20 Feb 2002 10:31:06 -0800 (PST) From: dan kelley Subject: /kernel: m_clalloc failed, consider increase NMBCLUSTERS value 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- i've been running 4-STABLE on a mailserver for about a year now. the machine runs qmail, courier-imap, and little else. it does virus scan every email that crosses it, so it's a dual PIII-800. usually, i cvsup every 2-3 weeks to track 4-STABLE; this has never caused a problem for me. right now, i'm the kernel is built from sources from 2/15/02. for the last 2-3 days, i've noticed syslog messages like the one in the subject line. the entries look like this: Feb 20 12:41:38 mx1 /kernel: m_clalloc failed, consider increase NMBCLUSTERS value Feb 20 12:42:09 mx1 last message repeated 28 times Feb 20 12:44:10 mx1 last message repeated 95 times Feb 20 12:50:08 mx1 last message repeated 265 times Feb 20 13:04:32 mx1 last message repeated 144 times Feb 20 13:10:10 mx1 last message repeated 276 times when this happens, the machine drops off the network for 5-10 minutes before magically reappearing. i did some searches of the freebsd archives, and didn't find many references to the error message above. what little i did find looked like it related to special kernel parameters that are needed for certain gigabit ethernet drivers (ti) - this machine has a Intel EtherExpress PRO/100B (fxp0). nothing has changed on this machine in the last 10 days (or 100, for that matter) except the normal buildworld.kernel upgrade process. the machine load and the amount of SMTP traffic shows no spikes. i'd greatly appreciate it if someone could point me in the right direction. please cc me with any replies; i'm not subscribed to the list. thanks- dan __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 20 10:32:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup6-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 6922937B400 for ; Wed, 20 Feb 2002 10:32:37 -0800 (PST) Received: (qmail 32485 invoked by uid 0); 20 Feb 2002 18:32:36 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup6-ld.pvd.loa.net with SMTP; 20 Feb 2002 18:32:36 -0000 Message-ID: <005001c1ba3d$04df50c0$37b4a8c0@pretorian> From: "LOA Maine mailing list" To: Subject: Soundblaster live sound support Date: Wed, 20 Feb 2002 13:32:57 -0500 Organization: Log On America 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 have a duel p3 550 runnign FBSD 4.3 ..It also has a soundblaster live sound card in it ...i did this once befor ..and i had to add something to my kernel and recompile ..but i cant seem to remmeber the actuall line i added to the kernel file. any help is greatly appreciated . bmyster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:37:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from su.ualberta.ca (mail.su.ualberta.ca [129.128.133.14]) by hub.freebsd.org (Postfix) with ESMTP id C97DF37B417 for ; Wed, 20 Feb 2002 10:37:12 -0800 (PST) Received: from [129.128.133.11] ([129.128.133.11] verified) by su.ualberta.ca (CommuniGate Pro SMTP 3.5.6) with ESMTP-TLS id 46000935; Wed, 20 Feb 2002 11:37:12 -0700 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Wed, 20 Feb 2002 11:37:11 -0700 Subject: Re: Soundblaster live sound support From: Colin Harford To: LOA Maine mailing list , Message-ID: In-Reply-To: <005001c1ba3d$04df50c0$37b4a8c0@pretorian> Mime-version: 1.0 X-address: Suite 2-900, SUB, University of Alberta, 8900-114 St, Edmonton: Alberta, T6G 2J7 X-disclaimer: Opinions expressed herein are solely the responsibility Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2/20/02 11:32 AM, "LOA Maine mailing list" wrote: > I have a duel p3 550 runnign FBSD 4.3 ..It also has a soundblaster live > sound card in it ...i did this once befor ..and i had to add something t= o > my kernel and recompile ..but i cant seem to remmeber the actuall line i > added to the kernel file. >=20 > any help is greatly appreciated . >=20 > bmyster >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message This is what I added to my kernel #SoundCards #device sb0 at isa? port 0x220 irq 5 drq 1 device pcm Do, all your regular recompile the src and kernel... After all that Cd /dev /bin/sh MAKEDEV all HTH Colin Harford =A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Systems and Network Administrator =A0=A0=A0=A0 Apple Product Professional =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =A0=A0=A0=A0 Computer and Network Support =A0=A0=A0=A0=A0=A0=A0=A0 University of Alberta Students' Union =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Phone: (780) 492-4241 =A0=A0Fax: =A0(780) 492-4643 http://www.su.ualberta.ca "I sense much NT in you, NT leads to Blue Screen. Blue Screen leads to downtime, downtime leads to suffering. NT is the path to the darkside." - Unknown Unix Jedi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:44:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from adsl-208-189-15-93.flagandbanner.com (adsl-208-189-15-93.flagandbanner.com [208.189.15.93]) by hub.freebsd.org (Postfix) with ESMTP id 6316037B402 for ; Wed, 20 Feb 2002 10:44:24 -0800 (PST) Received: from itdevel (itdevel.internal.flagandbanner.com [10.1.0.184]) by adsl-208-189-15-93.flagandbanner.com (Postfix) with SMTP id 55A1D18B2 for ; Wed, 20 Feb 2002 12:44:23 -0600 (CST) Message-ID: <001d01c1ba3e$7a2a8470$b800010a@itdevel> From: "Joe Koberg" To: Subject: unsubscribe Date: Wed, 20 Feb 2002 12:43:24 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:46:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from su.ualberta.ca (mail.su.ualberta.ca [129.128.133.14]) by hub.freebsd.org (Postfix) with ESMTP id B2F6E37B402 for ; Wed, 20 Feb 2002 10:46:16 -0800 (PST) Received: from [129.128.133.11] ([129.128.133.11] verified) by su.ualberta.ca (CommuniGate Pro SMTP 3.5.6) with ESMTP-TLS id 46000957 for questions@freebsd.org; Wed, 20 Feb 2002 11:46:16 -0700 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Wed, 20 Feb 2002 11:46:14 -0700 Subject: Strange ftp problem From: Colin Harford To: Message-ID: Mime-version: 1.0 X-address: Suite 2-900, SUB, University of Alberta, 8900-114 St, Edmonton: Alberta, T6G 2J7 X-disclaimer: Opinions expressed herein are solely the responsibility Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am running a FreeBSD 4.5-stable machine with two nics. One has the internal network on it, and the other has the external network. I am able to ftp to the machine from the internet, but not from the interna= l network. =20 From the machine, I am able to ping machines on the internal network and they can ping the machine. I can also ssh and view web requests on the internal network. I just can not do ftp. There has been no configuration changes. I rebooted the computer and am still having the same problem. I have tried a few ftp clients on the internal network and get as far as socket connected. Colin Harford =A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Systems and Network Administrator =A0=A0=A0=A0 Apple Product Professional =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =A0=A0=A0=A0 Computer and Network Support =A0=A0=A0=A0=A0=A0=A0=A0 University of Alberta Students' Union =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Phone: (780) 492-4241 =A0=A0Fax: =A0(780) 492-4643 http://www.su.ualberta.ca "I sense much NT in you, NT leads to Blue Screen. Blue Screen leads to downtime, downtime leads to suffering. NT is the path to the darkside." - Unknown Unix Jedi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:49:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 37E6037B405 for ; Wed, 20 Feb 2002 10:49:20 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dbnq-0003OZ-00 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 18:49:18 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id EBA2713040 for ; Wed, 20 Feb 2002 19:49:17 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 6634822590; Wed, 20 Feb 2002 19:49:17 +0100 (CET) Date: Wed, 20 Feb 2002 19:49:17 +0100 From: Cliff Sarginson To: freebsd-questions@FreeBSD.ORG Subject: Re: RAM Memory Question Message-ID: <20020220184917.GG3600@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Wed, Feb 20, 2002 at 08:28:59AM -0800, Jesse Geddis wrote: > have you tried setting the MAXMEM option in your kernel? > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Angell > Sent: Wednesday, February 20, 2002 8:27 AM > To: freebsd-questions@FreeBSD.ORG > Subject: RAM Memory Question > > > Helpers, > > I have a FreeBSD machine running 4.5 Release. This machine has 256 megs of > ram. On startup, FreeBSD (or the boot loader?) recognizes the ram. It sees > all 256 megs. The message reads something like "BIOS Reports 256789Kb". > > When the kernel takes over booting, it complains something like "Memory Hole > in physical memory, giving up". The error is NOT in DMESG, though DMESG > does say that this machine has only 150 megs of real and 142 megs of > available memory. > > Does anyone have any ideas? This machine is a new 1 Ghz Athlon with two > sticks of PC-133 SDRAM. This problem is rather puzzling. Usually, in my > experiences, ram either does its thing like it's supposed to, or simply > renders the machine inoperable. > Look in your BIOS, you may find there an option to allow a memory hole, this used to be needed for some reason or another on another OS (something to do with ISA I think)..make sure it is disabled. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:49:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (pcp284510pcs.owngsm01.md.comcast.net [68.54.240.17]) by hub.freebsd.org (Postfix) with ESMTP id 78D6937B420 for ; Wed, 20 Feb 2002 10:49:26 -0800 (PST) Received: from localhost (marco@localhost.radzinschi.com [127.0.0.1]) by mail.radzinschi.com (8.11.6/8.11.6) with ESMTP id g1KInKO31894; Wed, 20 Feb 2002 13:49:20 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Wed, 20 Feb 2002 13:49:20 -0500 (EST) From: Marco Radzinschi To: Chris Angell Cc: Subject: Re: RAM Memory Question In-Reply-To: Message-ID: <20020220134806.Q31884-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 Make sure that you have NOT enabled the memory hole in your BIOS. This is something that OS/2 needed. I cannot say for certain if this is what is causing your problem, but check it out. Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy Running FreeBSD 4.5-STABLE i386 1:48PM up 10 days, 16:03, 1 user, load averages: 0.00, 0.00, 0.00 On Wed, 20 Feb 2002, Chris Angell wrote: > Helpers, > > I have a FreeBSD machine running 4.5 Release. This machine has 256 megs of > ram. On startup, FreeBSD (or the boot loader?) recognizes the ram. It sees > all 256 megs. The message reads something like "BIOS Reports 256789Kb". > > When the kernel takes over booting, it complains something like "Memory Hole > in physical memory, giving up". The error is NOT in DMESG, though DMESG > does say that this machine has only 150 megs of real and 142 megs of > available memory. > > Does anyone have any ideas? This machine is a new 1 Ghz Athlon with two > sticks of PC-133 SDRAM. This problem is rather puzzling. Usually, in my > experiences, ram either does its thing like it's supposed to, or simply > renders the machine inoperable. > > Thanks, > > Chris Angell. > > _________________________________________________________________ > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:54: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 2BB0F37B402 for ; Wed, 20 Feb 2002 10:54:00 -0800 (PST) Received: by q.closedsrc.org (Postfix, from userid 1001) id 130DB1361D; Wed, 20 Feb 2002 10:53:55 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 00C01BA1B for ; Wed, 20 Feb 2002 10:53:54 -0800 (PST) Date: Wed, 20 Feb 2002 10:53:54 -0800 (PST) From: Linh Pham To: freebsd-questions@freebsd.org Subject: Unknown Modifier 'c' when trying to 'make' a port Message-ID: <20020220104658.M71128-100000@q.closedsrc.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 The machine is running FreeBSD 4.1.1-RELEASE with the 41upgrade package on an Intel x86 machine. Last night, I decided to bring the ports collection on that production server up to date so that I could install some of the ports that have been modified since the last time I cvsup'd the ports collection (about two months ago). I'm using the standard ports-supfile found in /usr/share/examples/cvsup (changed the server to cvsup5.freebsd.org) and disabled compression. After the cvsup process finished, I went to /usr/ports/editors/vim/ and tried to build and install that port (using 'make && make install') and all I got was a spew of: Unknown modifier 'c' Unknown modifier '[' I tried to make some other frivilous ports (like misc/geekcode and www/w3m) and got the same thing. So I decided to blow out the ports directory and re-synced it using cvsup. After a couple of minutes, I tried to build the port and got the exact same thing. Has anyone run into this problem before and know who to fix it? Since it's a production server, I can't take the machine down except late at night. Thanks! -- Linh Pham question@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org Apprentice Manager Editor and Writer http://www.daemonnews.org closedsrc.org Every solution breeds new problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 10:58:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B6D337B400 for ; Wed, 20 Feb 2002 10:58:38 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dbwr-000Ew2-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 18:58:37 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id C65E513040 for ; Wed, 20 Feb 2002 19:58:36 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 6598422590; Wed, 20 Feb 2002 19:58:36 +0100 (CET) Date: Wed, 20 Feb 2002 19:58:36 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: Config. FreeBSD to use an external mail server Message-ID: <20020220185836.GH3600@raggedclown.net> References: <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> 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 On Wed, Feb 20, 2002 at 12:15:57PM -0500, B.K. DeLong wrote: > Hi all - > > I've been trying to figure out how to send mail out of my mailserver > without running smtp or POP services. > > Basically, I want to do the following: > > mail -s "New IP" bkdelong@pobox.com < /.currentip > > How do I configure "mail" to use an external SMTP server?? > > Thanks in advance. > You will have to use some kind of MTA to talk SMTP to an external server. Or write a script that talks enough SMTP to send the message to the external server... :) -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11: 7: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tenchi.dreamlabs.com (tenchi.dreamlabs.com [216.220.37.61]) by hub.freebsd.org (Postfix) with ESMTP id 1DFC837B404 for ; Wed, 20 Feb 2002 11:06:57 -0800 (PST) Received: (from root@localhost) by tenchi.dreamlabs.com (8.11.6/8.11.6) id g1KJ6pO39481 for questions@freebsd.org; Wed, 20 Feb 2002 14:06:51 -0500 (EST) (envelope-from mitayai@dreamlabs.com) Received: from shadow (shadow.dreamlabs.com [216.129.214.38]) (authenticated) by tenchi.dreamlabs.com (8.11.6/8.11.6) with ESMTP id g1KJ6mI39473 for ; Wed, 20 Feb 2002 14:06:49 -0500 (EST) (envelope-from mitayai@dreamlabs.com) From: "Mit Rowe" To: "questions@FreeBSD. ORG" Subject: Postfix+sasl+pwcheck Date: Wed, 20 Feb 2002 14:06:49 -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) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 Has anyone manages to get SASL relay authentication working with freebsd, the postfix-current port and using the pwcheck option? I can't seem to get it to work at all :-( -I've got the cyrus-sasl port installed, and pwcheck running. -I've got in /usr/lcoal/lib/sasl/smtpd.conf: pwcheck_method: pwcheck -I've got in /usr/local/etc/postfix/main.cf: smtpd_recipient_restrictions =reject_maps_rbl, permit_mx_backup, permit_mynetworks, permit_sasl_authenticated, check_relay_domains broken_sasl_auth_clients=yes smtpd_sasl_auth_enable=yes smtpd_sasl_security_options = And yet when i try to relay with authentication, authenticate, i get: warning: hostname[IP]: SASL LOGIN authentication failed Any suggestions? -Mit ___________________________________________________________ Mit Rowe DreamLabs mit@dreamlabs.com __________________________________________________________ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11: 7:29 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 43EC337B41A for ; Wed, 20 Feb 2002 11:07:26 -0800 (PST) Received: (qmail 12588 invoked by uid 0); 20 Feb 2002 19:07:16 -0000 Received: from unknown (HELO nazgul) (62.16.151.166) by mail.gmx.net (mp020-rz3) with SMTP; 20 Feb 2002 19:07:16 -0000 From: "Klaus Berbach" To: "freebsd-questions@freebsd.org" Date: Wed, 20 Feb 2002 20:07:18 +0100 Reply-To: "Klaus Berbach" X-Mailer: PMMail 2000 Professional (2.20.2469) For Windows 2000 (5.0.2195;2) In-Reply-To: <20020220192712.B29726@nigsch.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: network traffic accounting Message-Id: <20020220190726.43EC337B41A@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 Not sure wether mrtg will do for you, so have a look: http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ Its also in the ports collection Klaus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:13:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 695DC37B400 for ; Wed, 20 Feb 2002 11:13:09 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1KJD7Hr030608; Wed, 20 Feb 2002 20:13:07 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1KJD7tt030607; Wed, 20 Feb 2002 20:13:07 +0100 (CET) (envelope-from flo) Date: Wed, 20 Feb 2002 20:13:07 +0100 From: Florian Nigsch To: Klaus Berbach , freebsd-questions@freebsd.org Subject: Re: network traffic accounting Message-ID: <20020220201307.A30576@nigsch.com> References: <20020220192712.B29726@nigsch.com> <20020220190726.43EC337B41A@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020220190726.43EC337B41A@hub.freebsd.org>; from K_Berbach@gmx.de on Wed, Feb 20, 2002 at 08:07:18PM +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 Thanks, but I know mrtg. For it to work the router must be accessible over SNMP which is not the case for me. I'd like to do the accounting directly on my FreeBSD box by means of bpf. flo On Wed, Feb 20, 2002 at 08:07:18PM +0100, Klaus Berbach wrote: > Not sure wether mrtg will do for you, so have a look: > http://people.ee.ethz.ch/~oetiker/webtools/mrtg/ > Its also in the ports collection > > Klaus > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---end quoted text--- -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:15:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smart-x.ctlc.interplex.ca (smart-x.ctlc.interplex.ca [209.71.202.73]) by hub.freebsd.org (Postfix) with ESMTP id 8A21537B400 for ; Wed, 20 Feb 2002 11:15:37 -0800 (PST) Received: (from deejay2@localhost) by smart-x.ctlc.interplex.ca (8.11.6/8.11.6) id g1KJJDv14763 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 14:19:13 -0500 (EST) (envelope-from deejay2) Date: Wed, 20 Feb 2002 14:19:13 -0500 From: Dominic Blais To: freebsd-questions@freebsd.org Subject: [deejay2@smart-x.ctlc.interplex.ca: fxp device can't upload more than ~12Mbps] Message-ID: <20020220141913.A14755@smart-x.ctlc.interplex.ca> 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 ----- Forwarded message from Dominic Blais ----- Delivered-To: freebsd-net@freebsd.org Date: Wed, 20 Feb 2002 14:01:03 -0500 From: Dominic Blais To: freebsd-net@FreeBSD.ORG Subject: fxp device can't upload more than ~12Mbps User-Agent: Mutt/1.2.5i List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Precedence: bulk Hi! It looks like all my fxp NIC can't upload more than 12Mbps while settled on 100baseTX full-duplex. It drops to 600kbps if I set it half-duplex... really weird.. If I set it full-duplex, I can download up to ~90Mbps which looks normal... If I set it half-duplex, it drops to ~50kbps ....really slow... I have the same problem with all my fxp cars on all my freebsd boxes. This is the data from the server: fxp0: port 0x2800-0x283f mem 0xc6f00000-0xc6ffffff,0xc6efd000-0xc6efdfff irq 11 at device 10.0 on$ fxp0: Ethernet address 00:d0:b7:b2:5b:a5 fxp0: flags=8843 mtu 1500 inet 192.168.100.1 netmask 0xffffff00 broadcast 192.168.100.255 inet6 fe80::2d0:b7ff:feb2:5ba5%fxp0 prefixlen 64 scopeid 0x2 ether 00:d0:b7:b2:5b:a5 media: 100baseTX status: active supported media: autoselect 100baseTX 100baseTX 10baseT/UTP 10baseT/UTP It runs on a Compaq Proliant server... Please reply to my address too..I'm not on freebsd-net.. Thanks a lot! -- Dominic Blais Administrateur reseau Interplex telecom -=[ http://www.interplex.ca ]=- Email: db@interplex.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message ----- End forwarded message ----- -- Dominic Blais Administrateur reseau Interplex telecom -=[ http://www.interplex.ca ]=- Email: db@interplex.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:17:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9306.mail.yahoo.com (web9306.mail.yahoo.com [216.136.129.55]) by hub.freebsd.org (Postfix) with SMTP id F0F3737B405 for ; Wed, 20 Feb 2002 11:17:49 -0800 (PST) Message-ID: <20020220191749.70457.qmail@web9306.mail.yahoo.com> Received: from [199.66.15.252] by web9306.mail.yahoo.com via HTTP; Wed, 20 Feb 2002 11:17:49 PST Date: Wed, 20 Feb 2002 11:17:49 -0800 (PST) From: Radhika Sambamurti Subject: Re: bonobo-conf problems To: freebsd-questions@freebsd.org In-Reply-To: <20020220181121.A11777@sita.kiev.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 It helps if all the ports in your system are up to date. I had a similar problem, and used CVSUP (see man cvsup) to update all the ports. Then building bonobo-19 was easier, as it grabbed the latest libraries it needed. What usually gets in the way is older libraries that conflict with this version. --- Alexander Yeremenko wrote: > I've got something wrong with bonobo-conf port/package. > It fails to build at 4.2-RELEASE, 4.5-RELEASE, 4-STABLE > with] > diagnostic : > ===> Building for bonobo-conf-0.14 > ... > Making all in bonobo-conf > gmake[2]: Entering directory > `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14/bonobo-conf' > /bin/sh ../libtool --mode=link cc -O -pipe > -I/usr/X11R6/include -L/usr/X11R6/lib -o > test-config-moniker test-config-moniker.o > libbonobo_conf.la -Wl,-E -L/usr/X11R6/lib > -L/usr/local/lib -lbonobo -loaf -lORBitCosNaming -lORBit > -lIIOP -lORBitutil -lwrap -lbonobox -lXpm -ljpeg > -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng > -lSM -lICE -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 > -lXext -lX11 -lxml -lz -lgnome -lgnomesupport -lintl > -lesd -laudiofile -lm -lglib12 -L/usr/local/lib > cc -O -pipe -I/usr/X11R6/include -o > .libs/test-config-moniker test-config-moniker.o -Wl,-E > -L/usr/X11R6/lib ./.libs/libbonobo_conf.so > -L/usr/local/lib -lbonobo -loaf -lORBitCosNaming -lORBit > -lIIOP -lORBitutil -lwrap -lbonobox -lXpm -ljpeg > -lgnomeui -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng > -lSM -lICE -lgdk_pixbuf -lgtk12 -lgdk12 -lgmodule12 > -lXext -lX11 -lxml -lz -lgnome -lgnomesupport -lintl > -lesd -laudiofile -lm -lglib12 -Wl,--rpath > -Wl,/usr/X11R6/lib > ./.libs/libbonobo_conf.so: undefined reference to > `g_critical' > gmake[2]: *** [test-config-moniker] Error 1 > gmake[2]: Leaving directory > `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14/bonobo-conf' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf/work/bonobo-conf-0.14' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in > /misc/FreeBSD/RELENG_4-STABLE/ports/devel/bonobo-conf. > *** Error code 1 > > I was dumb enough to get ALL versions of bonobo-conf > sources from > www.gnome.com. > ALL of them fails, some with thr same diagnostics, some > - with > > ... > Making all in tests > make: don't know how to make test-config.xmldb. Stop > *** Error code 1 > > I do not believe that all of those packages are broken. > Rather > something wrong at my boxes ? But a lot of other ports > were built on > them sucsessfully. All required libraries aseems to be > present ... > > Any ideas ? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 20 11:24:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9303.mail.yahoo.com (web9303.mail.yahoo.com [216.136.129.52]) by hub.freebsd.org (Postfix) with SMTP id 9FE5437B405 for ; Wed, 20 Feb 2002 11:24:39 -0800 (PST) Message-ID: <20020220192439.68558.qmail@web9303.mail.yahoo.com> Received: from [199.66.15.252] by web9303.mail.yahoo.com via HTTP; Wed, 20 Feb 2002 11:24:39 PST Date: Wed, 20 Feb 2002 11:24:39 -0800 (PST) From: Radhika Sambamurti Subject: Re: FreeBSD in school networks - interested? To: freebsd-questions@freebsd.org In-Reply-To: <20020220124914.45307.qmail@web13304.mail.yahoo.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, You could start by installing Freebsd on some machines to dual boot with Windows. The freebsd CD is available for some cost at www.daemonnews.com and freely downloadable from www.freebsd.org. I think its wonderful that you are thing of exposing Freebsd to your students. Every body should know there is an alternative to Windows out there. Installing Freebsd is easy and well documented agian on www.freebsd.org Keep us posted on how you are doing. Thanks, Radhika --- m p wrote: > > Hi! > > > > I am a teacher on a "Gesamtschule" in Wuppertal, > Germany. I have > > got pupils/students between 10 and 19 years. > > Since I behaved very well on our school's Win NT/2000 > network our > > Chief-Admin allowed me some spare 5 Gigs on four of our > classroom > > computers for "playing around" with some UN*X. > > At the first look this is not too sensational, but it > is > > a chance I would like to take to become independent of > M$'s > > monopol and price policy. Our schools always lack of > money and > > you have to fight for each single EURO if you whish to > try > > something new. And of course everybody is used to M$ > software and > > has to be convinced to learn something new. > > > > I only teach maths and physics - so I don't know too > much about > > computers. Thus I would like to find some people "out > there" who > > are interested in this topic. Students, too, of course > would be > > welcome. > > Perhaps - in a year or so - we could found a > FreeBSD-schools > > project. > > > > So, if you have got any ideas, I would be happy to hear > from you. > > > > > > Regards, > > > > Uli. > > Hi, > > there is a similar project underway on sourceforge. The > goal is a GPL'ed Darwin > distribution for scientific (biologists, chemicans, > physics, mathematicans) > students/researchers to install out of the box (if I > understood it right...). > > Take a look at: > http://gnu-darwin.sourceforge.net/ > > For fruther questions you can contact me off list because > I'm interested :) > I started building the networks for administration and > pupil with Novell > Netware 3.12 and Windows NT some years ago at my school > as a pupil. > Now they switched recently to Linux ... have to change > that :) > > Hope that helps > > Marc > > > __________________________________________________________________ > > Gesendet von Yahoo! Mail - http://mail.yahoo.de > Ihre E-Mail noch individueller? - http://domains.yahoo.de > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ===== It's all a matter of perspective. You can choose your view by choosing where to stand. --Larry Wall __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.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 Feb 20 11:31:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ariel.dreamlabs.com (ariel.dreamlabs.com [216.129.214.43]) by hub.freebsd.org (Postfix) with ESMTP id B7A7E37B405 for ; Wed, 20 Feb 2002 11:31:36 -0800 (PST) Received: from shadow (shadow.dreamlabs.com [216.129.214.38]) by ariel.dreamlabs.com (Postfix) with ESMTP id 1D2062101B; Wed, 20 Feb 2002 14:31:31 -0500 (EST) From: "Mit Rowe" To: "Joel Dinel" Cc: "questions@FreeBSD. ORG" Subject: RE: Postfix+sasl+pwcheck Date: Wed, 20 Feb 2002 14:31:31 -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: <20020220142632.B16058@sunder.touchtunes.com> 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 Holy crap, that was so simple, but it worked!! ;-) Thank you very, very much.... my head was starting to hurt from banging it on my desk so often. -Mit > -----Original Message----- > From: Joel Dinel [mailto:dinjo@touchtunes.com] > Sent: February 20, 2002 14:27 > To: Mit Rowe > Subject: Re: Postfix+sasl+pwcheck > > > ok. Simple. I know exactly what you problem is. I ran into it a couple > of week ago. > > The permissions on your /var/pwcheck folder should look like this : > drwxrwx--- 2 cyrus cyrus 512 Feb 18 11:13 pwcheck/ > > That's all good, except the postfix user can't go in that folder. > > To solve : > * edit /etc/group > * Modify the 'cyrus' group like so : > cyrus:*:60:daemon,postfix > > You *might* need to reload postfix. > > Enjoy! > > On Wed, Feb 20, 2002 at 02:06:49PM -0500, Mit Rowe wrote: > > From: "Mit Rowe" > > To: "questions@FreeBSD. ORG" > > Subject: Postfix+sasl+pwcheck > > Date: Wed, 20 Feb 2002 14:06:49 -0500 > > X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) > > > > Has anyone manages to get SASL relay authentication working > with freebsd, > > the postfix-current port and using the pwcheck option? > > > > I can't seem to get it to work at all :-( > > > > -I've got the cyrus-sasl port installed, and pwcheck running. > > -I've got in /usr/lcoal/lib/sasl/smtpd.conf: > > pwcheck_method: pwcheck > > -I've got in /usr/local/etc/postfix/main.cf: > > smtpd_recipient_restrictions =reject_maps_rbl, permit_mx_backup, > > permit_mynetworks, permit_sasl_authenticated, check_relay_domains > > broken_sasl_auth_clients=yes > > smtpd_sasl_auth_enable=yes > > smtpd_sasl_security_options = > > > > And yet when i try to relay with authentication, authenticate, i get: > > warning: hostname[IP]: SASL LOGIN authentication failed > > > > > > Any suggestions? > > > > -Mit > > > > > > > > ___________________________________________________________ > > Mit Rowe > > DreamLabs > > mit@dreamlabs.com > > __________________________________________________________ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > ---end quoted text--- > > -- > Joel Dinel > System Administrator > TouchTunes Digital Jukebox, Inc. > GnuPG key : http://darkhost.mine.nu:81/~joel/misc/mykey.asc > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:38: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id C43FE37B405 for ; Wed, 20 Feb 2002 11:38:01 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1JHhW120519 for ; Tue, 19 Feb 2002 18:43:32 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002021918400393:2510 ; Tue, 19 Feb 2002 18:40:03 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1JHtnO20390 for questions@FreeBSD.ORG; Tue, 19 Feb 2002 18:55:49 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Tue, 19 Feb 2002 18:55:49 +0100 From: Roman Neuhauser To: questions@freebsd.org Subject: Re: PLEEEEEASE READ!!!!!sorry had to try it Message-ID: <20020219175549.GH418@roman.mobil.cz> Mail-Followup-To: questions@FreeBSD.ORG References: <002001c1b952$27408080$6400a8c0@windows> <3C726479.9010907@rambo.simx.org> Mime-Version: 1.0 In-Reply-To: <3C726479.9010907@rambo.simx.org> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/19/2002 06:40:03 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/19/2002 06:40:09 PM, Serialize complete at 02/19/2002 06:40:09 PM Content-Type: text/plain; charset=us-ascii 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 > Date: Tue, 19 Feb 2002 15:43:05 +0100 > From: "Roger 'Rocky' Vetterberg" > To: Sandro Mancuso > Cc: questions@FreeBSD.ORG > Subject: Re: PLEEEEEASE READ!!!!!sorry had to try it > > Sandro Mancuso wrote: > > >Why is it that my isp (videotron, something like rr or @home in Quebec) > >is banned or blocked something from this mailing list, forcing me to use > >hotmail to send to here... but AOL.. of all "isp's" (I use that > >designation loosely), containing IDIOTS like this person that sent this > >message is allowed to post? I'm honestly quite confused > > > The fact that some hosts are blocked from posting to the freebsd lists > has nothing or very little to do with its users. AFAIK, the hosts that > are not allowed to send to this list is blocked for technical or > anti-spam reasons, not due to a lack of clue among its users. > My guess is that your ISP's has a problem with DNS, or reverse DNS to be > precise. Note that the original sh*t from aol *was* spam. -- FreeBSD 4.4-STABLE 6:55PM up 3 days, 20:21, 19 users, load averages: 0.04, 0.04, 0.01 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:38:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 2F79837B416 for ; Wed, 20 Feb 2002 11:38:04 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1JHfs110441 for ; Tue, 19 Feb 2002 18:41:55 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002021918382671:2509 ; Tue, 19 Feb 2002 18:38:26 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1JHrmQ20354 for questions@FreeBSD.org; Tue, 19 Feb 2002 18:53:48 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Tue, 19 Feb 2002 18:53:48 +0100 From: Roman Neuhauser To: questions@freebsd.org Subject: Re: [Re: Advice sought re MS Office compatibility] Message-ID: <20020219175348.GG418@roman.mobil.cz> Mail-Followup-To: questions@FreeBSD.org References: <20020218121509.A1556@janeway.vonbek.dhs.org> <20020218171729.8115.qmail@web13408.mail.yahoo.com> <20020218122748.B1556@janeway.vonbek.dhs.org> Mime-Version: 1.0 In-Reply-To: <20020218122748.B1556@janeway.vonbek.dhs.org> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/19/2002 06:38:26 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/19/2002 06:38:32 PM, Serialize complete at 02/19/2002 06:38:32 PM Content-Type: text/plain; charset=us-ascii 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 > Date: Mon, 18 Feb 2002 12:27:48 -0500 > From: "Johnny B ." > To: questions@FreeBSD.org > Subject: Re: [Re: Advice sought re MS Office compatibility] > > Ok - I'll let everybody know. It may take a few days as I hafta figure > out the binary emulation bit first. > > Also, why doesnt a reply to one of these messages reply to the mailing > list and not the author of the specific post? not to start a flame war: with header munging, it's impossible to send a reply to the author, unless one is really dedicated, and goes the cut/paste route. without header munging, one can easily: a) send a reply to the sender of the original message b) send a reply to the list (and to the sender of the original message)[1] c) whatever else you feel like [1] at the *original sender's discretion*[2] [2] unless you're MUA is screwed Since you use mutt, I don't see any problem. Just use list-reply. -- FreeBSD 4.4-STABLE 6:41PM up 3 days, 20:07, 19 users, load averages: 0.00, 0.00, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:38:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 1988A37B419 for ; Wed, 20 Feb 2002 11:38:11 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1IID0110789 for ; Mon, 18 Feb 2002 19:13:00 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002021819093381:1355 ; Mon, 18 Feb 2002 19:09:33 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1IIP3m15579 for freebsd-questions@freebsd.org; Mon, 18 Feb 2002 19:25:03 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Mon, 18 Feb 2002 19:25:02 +0100 From: Roman Neuhauser To: freebsd-questions@freebsd.org Subject: Re: terminal color problems Message-ID: <20020218182502.GR418@roman.mobil.cz> Mail-Followup-To: freebsd-questions@freebsd.org References: <20020215213729.A3410@lymond.lvcablemodem.com> Mime-Version: 1.0 In-Reply-To: <20020215213729.A3410@lymond.lvcablemodem.com> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/18/2002 07:09:33 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/18/2002 07:09:39 PM, Serialize complete at 02/18/2002 07:09:39 PM Content-Type: text/plain; charset=us-ascii 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 > Date: Fri, 15 Feb 2002 21:38:19 -0800 > From: Dale Morris > To: freebsd-questions@freebsd.org > Subject: terminal color problems > > #1 I have some sort of termcap problem. My terminal in Xwindows doesn't > have color (xterm) when I use mutt or vim, but rxvt does. In the console, > muttrc colors don't work properly and when I'm in rxvt I don't have > color in vim, but I have color with vim in the console. ??? I'm sure > there's some easy solution to this but it's way beyond me. Also, my > backspace keys don't work properly in vim. Yet they work properly > otherwise. FreeBSD termcap database is fucked up. Get Thomas E. Dickey's termcap.src.gz. -- FreeBSD 4.4-STABLE 8:27PM up 21:54, 5 users, load averages: 0.08, 0.10, 0.04 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:39:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 447E337B402 for ; Wed, 20 Feb 2002 11:38:15 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1IIDO110800 for ; Mon, 18 Feb 2002 19:13:24 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002021819095828:1356 ; Mon, 18 Feb 2002 19:09:58 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1IIPdS15585 for freebsd-questions@freebsd.org; Mon, 18 Feb 2002 19:25:39 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Mon, 18 Feb 2002 19:25:39 +0100 From: Roman Neuhauser To: freebsd-questions Subject: Re: cdplay oddity Message-ID: <20020218182539.GS418@roman.mobil.cz> Mail-Followup-To: freebsd-questions References: <20020216020923.GA418@roman.mobil.cz> <20020216074345.GC4963@raggedclown.net> Mime-Version: 1.0 In-Reply-To: <20020216074345.GC4963@raggedclown.net> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/18/2002 07:09:58 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/18/2002 07:10:03 PM, Serialize complete at 02/18/2002 07:10:03 PM Content-Type: text/plain; charset=us-ascii 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 > Date: Sat, 16 Feb 2002 08:43:45 +0100 > From: Cliff Sarginson > To: freebsd-questions > Subject: Re: cdplay oddity > > On Sat, Feb 16, 2002 at 03:09:23AM +0100, Roman Neuhauser wrote: > > Hi there, > > > > FreeBSD roman.mobil.cz 4.4-STABLE FreeBSD 4.4-STABLE #0: \ > > Wed Dec 26 12:45:18 CET 2001 \ > > root@roman.mobil.cz:/usr/obj/usr/src/sys/CRUDPUPPY_3 i386 > > > > cdplay 0.92 > > > > acd0: CDROM at ata1-master using PIO4 > > > > cdplay -d /dev/acd0 just displays the ascii "window", but it doens't > Try: > cdplay -d /dev/acd0a This doesn't work either, with the side effect that I cannot run anything else while cdplay -d /dev/acd0a sits there: xterm-A: cdplay -d /dev/acd0a xterm-B: man cdplay /usr/libexec/ld-elf.so.1: Cannot open "/usr/lib/libz.so.2" xterm-A: ^C xterm-B: man cdplay it's not just man. nothing works with -d /dev/acd0a: > vipw /usr/libexec/ld-elf.so.1: Cannot open "/usr/lib/libc.so.4" (stopped cdplay) > vipw vipw: /etc/master.passwd: Permission denied Does this work for you? Is this a PR candidate? (I would have already filed one, but I panicked this box yesterday, and I'm not sure of anything right now.) -- FreeBSD 4.4-STABLE 8:42PM up 22:09, 5 users, load averages: 0.01, 0.03, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:39:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 0C4AB37B41A for ; Wed, 20 Feb 2002 11:38:21 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1GNJi110423 for ; Sun, 17 Feb 2002 00:19:44 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002021620132173:1708 ; Sat, 16 Feb 2002 20:13:21 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1GJSiv06545 for freebsd-questions@freebsd.org; Sat, 16 Feb 2002 20:28:44 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Sat, 16 Feb 2002 20:28:44 +0100 From: Roman Neuhauser To: freebsd-questions@freebsd.org Subject: Re: terminal color problems Message-ID: <20020216192844.GC418@roman.mobil.cz> Mail-Followup-To: freebsd-questions@freebsd.org References: <20020215213729.A3410@lymond.lvcablemodem.com> Mime-Version: 1.0 In-Reply-To: <20020215213729.A3410@lymond.lvcablemodem.com> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/16/2002 08:13:21 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/17/2002 12:16:27 AM, Serialize complete at 02/17/2002 12:16:27 AM Content-Type: text/plain; charset=us-ascii 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 > Date: Fri, 15 Feb 2002 21:38:19 -0800 > From: Dale Morris > To: freebsd-questions@freebsd.org > Subject: terminal color problems > > #1 I have some sort of termcap problem. My terminal in Xwindows doesn't > have color (xterm) when I use mutt or vim, but rxvt does. In the console, > muttrc colors don't work properly and when I'm in rxvt I don't have > color in vim, but I have color with vim in the console. ??? I'm sure > there's some easy solution to this but it's way beyond me. Also, my > backspace keys don't work properly in vim. Yet they work properly > otherwise. FreeBSD termcap database is fucked up. Get Thomas E. Dickey's termcap.src.gz. -- FreeBSD 4.4-STABLE 8:27PM up 21:54, 5 users, load averages: 0.08, 0.10, 0.04 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:40:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id CAA3637B422 for ; Wed, 20 Feb 2002 11:38:23 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1GNJZ110408 for ; Sun, 17 Feb 2002 00:19:36 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002021620324872:1709 ; Sat, 16 Feb 2002 20:32:48 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1GJmJL06641 for freebsd-questions@freebsd.org; Sat, 16 Feb 2002 20:48:19 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Sat, 16 Feb 2002 20:48:19 +0100 From: Roman Neuhauser To: freebsd-questions Subject: Re: cdplay oddity Message-ID: <20020216194819.GD418@roman.mobil.cz> Mail-Followup-To: freebsd-questions References: <20020216020923.GA418@roman.mobil.cz> <20020216074345.GC4963@raggedclown.net> Mime-Version: 1.0 In-Reply-To: <20020216074345.GC4963@raggedclown.net> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/16/2002 08:32:48 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/17/2002 12:16:19 AM, Serialize complete at 02/17/2002 12:16:19 AM Content-Type: text/plain; charset=us-ascii 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 > Date: Sat, 16 Feb 2002 08:43:45 +0100 > From: Cliff Sarginson > To: freebsd-questions > Subject: Re: cdplay oddity > > On Sat, Feb 16, 2002 at 03:09:23AM +0100, Roman Neuhauser wrote: > > Hi there, > > > > FreeBSD roman.mobil.cz 4.4-STABLE FreeBSD 4.4-STABLE #0: \ > > Wed Dec 26 12:45:18 CET 2001 \ > > root@roman.mobil.cz:/usr/obj/usr/src/sys/CRUDPUPPY_3 i386 > > > > cdplay 0.92 > > > > acd0: CDROM at ata1-master using PIO4 > > > > cdplay -d /dev/acd0 just displays the ascii "window", but it doens't > Try: > cdplay -d /dev/acd0a This doesn't work either, with the side effect that I cannot run anything else while cdplay -d /dev/acd0a sits there: xterm-A: cdplay -d /dev/acd0a xterm-B: man cdplay /usr/libexec/ld-elf.so.1: Cannot open "/usr/lib/libz.so.2" xterm-A: ^C xterm-B: man cdplay it's not just man. nothing works with -d /dev/acd0a: > vipw /usr/libexec/ld-elf.so.1: Cannot open "/usr/lib/libc.so.4" (stopped cdplay) > vipw vipw: /etc/master.passwd: Permission denied Does this work for you? Is this a PR candidate? (I would have already filed one, but I panicked this box yesterday, and I'm not sure of anything right now.) -- FreeBSD 4.4-STABLE 8:42PM up 22:09, 5 users, load averages: 0.01, 0.03, 0.00 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:41: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 6167B37B482 for ; Wed, 20 Feb 2002 11:39:00 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1KE8T114434 for ; Wed, 20 Feb 2002 15:08:29 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002022015050026:3447 ; Wed, 20 Feb 2002 15:05:00 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1KEKbm25114 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 15:20:37 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Wed, 20 Feb 2002 15:20:36 +0100 From: Roman Neuhauser To: freebsd-questions@freebsd.org Subject: Re: /proc/pid/map (freeBSD vs Linux) Message-ID: <20020220142036.GL418@roman.mobil.cz> Mail-Followup-To: freebsd-questions@freebsd.org References: Mime-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/20/2002 03:05:00 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/20/2002 03:05:05 PM, Serialize complete at 02/20/2002 03:05:05 PM Content-Type: text/plain; charset=us-ascii 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 > Date: Wed, 20 Feb 2002 05:32:28 -0600 (CST) > From: Haryadi Gunawi > To: freebsd-questions@freebsd.org > Subject: /proc/pid/map (freeBSD vs Linux) > the problem is I must know what dynamic-linked libraries are used in a > program. In Linux, it's pretty straightforward (i.e. this program uses > libc-2.1.92.so). But how do I know what libraries are used in > freeBSD. Should I look somewhere else instead /proc/pid/map? I don't know if this is what you're looking for, but ldd(1) might help(?). -- FreeBSD 4.4-STABLE 3:19PM up 4 days, 16:45, 24 users, load averages: 0.00, 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 Wed Feb 20 11:41:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vectorstar.net (adsl-78-163-177.gnv.bellsouth.net [216.78.163.177]) by hub.freebsd.org (Postfix) with ESMTP id 320E937B4C7 for ; Wed, 20 Feb 2002 11:40:11 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g1KJdtu28144 for questions@FreeBSD.ORG; Wed, 20 Feb 2002 14:39:55 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Wed, 20 Feb 2002 14:39:55 -0500 From: Austin Shaw Hall To: questions@FreeBSD.ORG Subject: Re: FreeBSD and Fonts. Message-ID: <20020220143955.A28069@darkstar.bellsouth.net> Mail-Followup-To: questions@FreeBSD.ORG References: <000c01c1b8c3$101a7f30$0abf7842@posthuman> <20020220082220.GA1428@hades.hell.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020220082220.GA1428@hades.hell.gr>; from keramida@FreeBSD.ORG on Wed, Feb 20, 2002 at 10:22:20AM +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 Wednesday 20 February Giorgos Keramidas wrote: > On 2002-02-18 13:27, Ayman Zarka. wrote: > > > > Hello, ( I think my first email got lost ) > > Most likely it didn't. It could be that nobody knows how to reply, with a > solution that has been tested and is known to work. > > > I'm running FreeBSD 4.4 RELEASE, no X installed on the machine. and I > > need to install Arabic fonts; and I would like to be able to use it in > > several applications, such as: EPIC , mail, editor etc... > > As long as you manage to have an xterm running with Arabic fonts, all the > applications that run in a terminal should be able to at least display > characters in Arabic. For instance, I don't need to do anything special to > read Greek characters in vim, once I start an xterm with the proper font: > > xterm -fn lucidasanstypewriter-greek-12 > > I don't know where and how one might look for Arabic X11 fonts though. Start here: http://www.arabfsf.org/ Austin -- Be free and open and breezy! Enjoy! Things won't get any better so get used to it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:45: 8 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 3DDBB37B405 for ; Wed, 20 Feb 2002 11:45:00 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id g1KJimS34833; Wed, 20 Feb 2002 13:44:48 -0600 (CST) (envelope-from dan) Date: Wed, 20 Feb 2002 13:44:48 -0600 From: Dan Nelson To: Roman Neuhauser Cc: freebsd-questions@FreeBSD.ORG Subject: Re: terminal color problems Message-ID: <20020220194448.GD4350@dan.emsphone.com> References: <20020215213729.A3410@lymond.lvcablemodem.com> <20020218182502.GR418@roman.mobil.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020218182502.GR418@roman.mobil.cz> User-Agent: Mutt/1.3.27i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-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 (Feb 18), Roman Neuhauser said: > > Date: Fri, 15 Feb 2002 21:38:19 -0800 > > From: Dale Morris > > To: freebsd-questions@freebsd.org > > Subject: terminal color problems > > > > #1 I have some sort of termcap problem. My terminal in Xwindows > > doesn't have color (xterm) when I use mutt or vim, but rxvt does. > > In the console, muttrc colors don't work properly and when I'm in > > rxvt I don't have color in vim, but I have color with vim in the > > console. ??? I'm sure there's some easy solution to this but it's > > way beyond me. Also, my backspace keys don't work properly in vim. > > Yet they work properly otherwise. > > FreeBSD termcap database is fucked up. > Get Thomas E. Dickey's termcap.src.gz. easier solution: set TERM=xterm-color -- 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 Feb 20 11:46:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rain.macguire.net (sense-sea-MegaSub-1-125.oz.net [216.39.144.125]) by hub.freebsd.org (Postfix) with ESMTP id A1D5137B416 for ; Wed, 20 Feb 2002 11:46:17 -0800 (PST) Received: (from roo@localhost) by rain.macguire.net (8.11.6/8.11.6) id g1KJjuX12554; Wed, 20 Feb 2002 11:45:56 -0800 (PST) (envelope-from roo) Date: Wed, 20 Feb 2002 11:45:56 -0800 From: Benjamin Krueger To: Peter Brezny Cc: freebsd-questions@freebsd.org Subject: Re: snap length Message-ID: <20020220114556.A12253@rain.macguire.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from peter@skyrunner.net on Wed, Feb 20, 2002 at 11:24:00AM -0500 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Peter Brezny (peter@skyrunner.net) [020220 10:22]: > What is snap lenght? > > In watching a tcp dump between a smb client/server, i keep seeing: > > >>> NBT UDP PACKET(138) Res=0x1102 ID=0x34 IP=172 (0xac).18 (0x12).2 > (0x2).107 (0x6b) Port=138 (0x8a) Length=216 > (0xd8) Res2=0x0 > SourceName=NOC LAP 1 NameType=0x00 (Workstation) > DestName= > WARNING: Short packet. Try increasing the snap length Peter, Snap should be short for snapshot, which is the length of the packet that tcpdump will capture for analysis and display to you. If the size of the packet is larger than the default snap length, you will recieve the above warning. From the tcpdump(1) manpage: -s Snarf snaplen bytes of data from each packet rather than the default of 68 (with SunOS's NIT, the mini- mum is actually 96). 68 bytes is adequate for IP, ICMP, TCP and UDP but may truncate protocol infor- ... -- Benjamin Krueger "From the moment I picked up your book until I laid it down, I was convulsed with laughter. Some day I intend reading it." - Groucho Marx ---------------------------------------------------------------- Send mail w/ subject 'send public key' or query for (0x251A4B18) Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 11:54:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from richard.eu.org (adsl-213-190-51-59.takas.lt [213.190.51.59]) by hub.freebsd.org (Postfix) with ESMTP id 1A66937B41A for ; Wed, 20 Feb 2002 11:54:04 -0800 (PST) Received: (from rch@localhost) by richard.eu.org (8.11.0/8.11.6) id g1KJs2R36676 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 21:54:02 +0200 (EET) (envelope-from rch@richard.eu.org) Date: Wed, 20 Feb 2002 21:53:57 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-questions@FreeBSD.ORG Subject: Re: Config. FreeBSD to use an external mail server Message-ID: <20020220195357.GD34174@richard.eu.org> References: <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.5-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 Hi, Don't run sendmail as daemon. In /etc/rc.conf sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO). Add sendmail -q to crontab at regular intervals to flush deferred messages. On Wed Feb 20 12:15:57 2002 -0500 B.K. DeLong wrote: >Hi all - > >I've been trying to figure out how to send mail out of my mailserver >without running smtp or POP services. > >Basically, I want to do the following: > >mail -s "New IP" bkdelong@pobox.com < /.currentip > >How do I configure "mail" to use an external SMTP server?? > >Thanks in advance. > >-- >B.K. DeLong >bkdelong@pobox.com >617.877.3271 > >http://www.brain-stream.com Play. >http://www.the-leaky-cauldron.org Potter. >http://www.attrition.org Security. >http://www.artemisiabotanicals.com Herb. > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message -- ☻ RiÄardas ÄŒepas ☺ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12: 1:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fe070.worldonline.dk (fe070.worldonline.dk [212.54.64.208]) by hub.freebsd.org (Postfix) with SMTP id 7983437B400 for ; Wed, 20 Feb 2002 12:01:27 -0800 (PST) Received: (qmail 6497 invoked by uid 0); 20 Feb 2002 20:01:23 -0000 Received: from unknown (HELO NEIGAARD?MOB) (213.237.13.224) by fe070.worldonline.dk with SMTP; 20 Feb 2002 20:01:23 -0000 Date: Wed, 20 Feb 2002 21:00:26 +0100 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.53d) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <1556477954.20020220210026@e-box.dk> To: questions@freebsd.org Subject: Max RAM supported by FreeBSD 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 Linux can as standard support up to 1GB RAM, if more is present you need to compile the kernel with support for the large amount of RAM. Linux also supports up to 64GB RAM, although 32bit only allows 4GB (as I understand it, I'm not an expert). What about FreeBSD, is it the same here, or how does it work in the worlds best OS? -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk -- "Any sufficiently advanced bug is indistinguishable from a feature." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12: 6:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brain-stream.com (brain-stream.com [209.95.107.206]) by hub.freebsd.org (Postfix) with ESMTP id 89FF137B405 for ; Wed, 20 Feb 2002 12:06:41 -0800 (PST) Received: from pantalaimon.pobox.com (h00609708e398.ne.mediaone.net [24.128.187.79]) by brain-stream.com (8.9.3/8.9.3) with ESMTP id MAA13074; Wed, 20 Feb 2002 12:06:24 -0800 (PST) Message-Id: <5.1.0.14.2.20020220150503.01f18490@pop.earthlink.net> X-Sender: bkdelong@pop.earthlink.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 15:06:16 -0500 To: rch@richard.eu.org, freebsd-questions@FreeBSD.ORG From: "B.K. DeLong" Subject: Re: Config. FreeBSD to use an external mail server In-Reply-To: <20020220195357.GD34174@richard.eu.org> References: <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> 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 09:53 PM 02/20/2002 +0200, Richard =?utf-8?B?xIxlcGFz?= wrote: >Hi, > >Don't run sendmail as daemon. In /etc/rc.conf >sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO). I already did that upon setting up the firewall. >Add sendmail -q to crontab at regular intervals to flush deferred messages. ok - but what I'm asking is how do I set it up so those queue'd messages go out to my mail server brain-stream.com ? Is there a config file where I define this? Thanks. -- B.K. DeLong bkdelong@pobox.com 617.877.3271 http://www.brain-stream.com Play. http://www.the-leaky-cauldron.org Potter. http://www.attrition.org Security. http://www.artemisiabotanicals.com Herb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12: 9:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from joshua.site-fx.net (ajhm54hby52pi.bc.hsia.telus.net [66.183.47.29]) by hub.freebsd.org (Postfix) with ESMTP id 0D86E37B402 for ; Wed, 20 Feb 2002 12:09:47 -0800 (PST) Received: from agent-orange.site-fx.net (gateway.site-fx.net [192.168.1.1]) by joshua.site-fx.net (8.12.1/8.11.4) with ESMTP id g1KJxMv6015759; Wed, 20 Feb 2002 11:59:24 -0800 (PST) Subject: Re: network traffic accounting From: "James A. Peltier" To: Florian Nigsch Cc: Klaus Berbach , freebsd-questions@FreeBSD.ORG In-Reply-To: <20020220201307.A30576@nigsch.com> References: <20020220192712.B29726@nigsch.com> <20020220190726.43EC337B41A@hub.freebsd.org> <20020220201307.A30576@nigsch.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 20 Feb 2002 11:59:31 -0800 Message-Id: <1014235173.2790.0.camel@agent-orange.site-fx.net> 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 MRTG can be configured to monitor traffic over your external ethernet interface. Therefore giving you a relatively accurate traffic representation. On Wed, 2002-02-20 at 11:13, Florian Nigsch wrote: > Thanks, but > > I know mrtg. For it to work the router must be accessible over > SNMP which is not the case for me. I'd like to do the accounting > directly on my FreeBSD box by means of bpf. > > flo > -- -James Hardware, n.: The parts of a computer system that can be kicked. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:14:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from richard.eu.org (adsl-213-190-51-59.takas.lt [213.190.51.59]) by hub.freebsd.org (Postfix) with ESMTP id 605B937B419 for ; Wed, 20 Feb 2002 12:14:16 -0800 (PST) Received: (from rch@localhost) by richard.eu.org (8.11.0/8.11.6) id g1KKEBo36929 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 22:14:11 +0200 (EET) (envelope-from rch@richard.eu.org) Date: Wed, 20 Feb 2002 22:14:10 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-questions@FreeBSD.ORG Subject: Re: Config. FreeBSD to use an external mail server Message-ID: <20020220201410.GE34174@richard.eu.org> References: <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> <5.1.0.14.2.20020220121350.03569200@pop.earthlink.net> <5.1.0.14.2.20020220150503.01f18490@pop.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20020220150503.01f18490@pop.earthlink.net> User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.5-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 Wed Feb 20 15:06:16 2002 -0500 B.K. DeLong wrote: >At 09:53 PM 02/20/2002 +0200, Richard =?utf-8?B?xIxlcGFz?= wrote: >>Hi, >> >>Don't run sendmail as daemon. In /etc/rc.conf >>sendmail_enable="NO" # Run the sendmail inbound daemon (YES/NO). > >I already did that upon setting up the firewall. > >>Add sendmail -q to crontab at regular intervals to flush deferred messages. > >ok - but what I'm asking is how do I set it up so those queue'd messages go >out to my mail server brain-stream.com ? Is there a config file where I >define this? /etc/mail/sendmail.mc Documentation is here: /usr/src/contrib/sendmail/cf/README E.g., add: define(`SMART_HOST', `smart.foo.com') Don't forget 'make' in /etc/mail to regenerate files. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:23:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from babel.acu.edu (babel.acu.edu [150.252.167.240]) by hub.freebsd.org (Postfix) with SMTP id 208CA37B404 for ; Wed, 20 Feb 2002 12:23:18 -0800 (PST) Received: (qmail 29250 invoked by uid 1001); 20 Feb 2002 20:19:59 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Feb 2002 20:19:58 -0000 Date: Wed, 20 Feb 2002 14:19:58 -0600 (CST) From: Cary Mathews Cc: freebsd-questions@FreeBSD.ORG Subject: Re: terminal color problems In-Reply-To: <20020220194448.GD4350@dan.emsphone.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 In your home directory, add a .Xdefaults file. Below is an excerpt of mine which allows rxvt and aterm to show color. #if defined(COLOR) rxvt.termName: xterm-color aterm.termName: xterm-color #endif /* COLOR */ !--rxvt defaults-- [ and so on... ] HTH, Cary On Wed, 20 Feb 2002, Dan Nelson wrote: > Date: Wed, 20 Feb 2002 13:44:48 -0600 > From: Dan Nelson > To: Roman Neuhauser > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: terminal color problems > > In the last episode (Feb 18), Roman Neuhauser said: > > > Date: Fri, 15 Feb 2002 21:38:19 -0800 > > > From: Dale Morris > > > To: freebsd-questions@freebsd.org > > > Subject: terminal color problems > > > > > > #1 I have some sort of termcap problem. My terminal in Xwindows > > > doesn't have color (xterm) when I use mutt or vim, but rxvt does. > > > In the console, muttrc colors don't work properly and when I'm in > > > rxvt I don't have color in vim, but I have color with vim in the > > > console. ??? I'm sure there's some easy solution to this but it's > > > way beyond me. Also, my backspace keys don't work properly in vim. > > > Yet they work properly otherwise. > > > > FreeBSD termcap database is fucked up. > > Get Thomas E. Dickey's termcap.src.gz. > > easier solution: set TERM=xterm-color > > -- > Dan Nelson > dnelson@allantgroup.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:34:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 8FB4637B417 for ; Wed, 20 Feb 2002 12:34:37 -0800 (PST) Received: from [195.20.224.209] (helo=mrvdom02.kundenserver.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 16ddRf-0004fP-00; Wed, 20 Feb 2002 21:34:31 +0100 Received: from [217.80.199.171] (helo=pD950C7AB.dip.t-dialin.net) by mrvdom02.kundenserver.de with esmtp (Exim 2.12 #2) id 16ddRf-0000vq-00; Wed, 20 Feb 2002 21:34:31 +0100 Date: Wed, 20 Feb 2002 21:34:58 +0000 (GMT) From: Peter Ulrich Kruppa To: Cc: =?iso-8859-1?Q?Micha=B3_Pasternak?= , Radhika Sambamurti , Subject: Re: FreeBSD in school networks - interested? In-Reply-To: <20020220124914.45307.qmail@web13304.mail.yahoo.com> Message-ID: <20020220210703.J2304-100000@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 Thanks for your anwers! I will send this to freebsd-questions too, because I hope there will be some more people interested. Of course I have to set up a dual boot machine, I can't destroy the working system. On friday I will start with a standard minimal installation and try to get accounts at some dns-redirection service. So hopefully I can do the rest of the installation from home via telnet. And I am planning to use the gnome desktop enviroment - just because I know it well enough. Regards, Uli. On Wed, 20 Feb 2002, m p wrote: > > Hi! > > > > I am a teacher on a "Gesamtschule" in Wuppertal, Germany. I have > > got pupils/students between 10 and 19 years. > > Since I behaved very well on our school's Win NT/2000 network our > > Chief-Admin allowed me some spare 5 Gigs on four of our classroom > > computers for "playing around" with some UN*X. > > At the first look this is not too sensational, but it is > > a chance I would like to take to become independent of M$'s > > monopol and price policy. Our schools always lack of money and > > you have to fight for each single EURO if you whish to try > > something new. And of course everybody is used to M$ software and > > has to be convinced to learn something new. > > > > I only teach maths and physics - so I don't know too much about > > computers. Thus I would like to find some people "out there" who > > are interested in this topic. Students, too, of course would be > > welcome. > > Perhaps - in a year or so - we could found a FreeBSD-schools > > project. > > > > So, if you have got any ideas, I would be happy to hear from you. > > > > > > Regards, > > > > Uli. > > Hi, > > there is a similar project underway on sourceforge. The goal > is a GPL'ed Darwin distribution for scientific (biologists, > chemicans, physics, mathematicans) students/researchers to > install out of the box (if I understood it right...). > > Take a look at: > http://gnu-darwin.sourceforge.net/ > > For fruther questions you can contact me off list because I'm > interested :) I started building the networks for > administration and pupil with Novell Netware 3.12 and Windows > NT some years ago at my school as a pupil. Now they switched > recently to Linux ... have to change that :) *-----------------------------------* * 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 Feb 20 12:36:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 3BA1037B402 for ; Wed, 20 Feb 2002 12:36:44 -0800 (PST) Received: from Bob (staff.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.3/8.11.3) with ESMTP id g1KKX2n72838; Wed, 20 Feb 2002 15:33:02 -0500 (EST) (envelope-from freymann@scaryg.shacknet.nu) From: freymann@scaryg.shacknet.nu To: "B.K. DeLong" Date: Wed, 20 Feb 2002 15:37:13 -0500 MIME-Version: 1.0 Subject: Re: Config. FreeBSD to use an external mail server Cc: freebsd-questions@freebsd.org Message-ID: <3C73C2A9.22437.A7EFFFA@localhost> In-reply-to: <5.1.0.14.2.20020220150503.01f18490@pop.earthlink.net> References: <20020220195357.GD34174@richard.eu.org> 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 On 20 Feb 2002 at 15:06, B.K. DeLong wrote: > ok - but what I'm asking is how do I set it up so those queue'd > messages go out to my mail server brain-stream.com ? Further to the previous, more correct response, if you're too lazy/confused to mess with the mc files and generate a new sendmail.cf from that, edit your existing sendmail.cf file: # "Smart" relay host (may be null) DSsmtp:[brain-stream.com] Add the line above with the name of the smtp server to send your email through, and voila! Gerry ------- www.interpool.ca -- web/domain hosting from $10-$25/month -------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:41:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id D391E37B400 for ; Wed, 20 Feb 2002 12:41:54 -0800 (PST) Received: (qmail 18040 invoked by uid 100); 20 Feb 2002 20:41:52 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15476.2575.742300.102885@guru.mired.org> Date: Wed, 20 Feb 2002 14:41:51 -0600 To: Cliff Sarginson Cc: eric_boucher60@yahoo.com, questions@freebsd.org Subject: Re: Bourne shell programming problem In-Reply-To: <92450904@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Cliff Sarginson types: > Personally I would do it using "basename" in this case, but > previous answers show you that method. Amazingly no-one has > suggested how to do it in "perl" yet .. it must be a perl-freak > holy day :) Nope, someone did it in perl. To provide equal time, here's yet another one: guru% FOO="/foo/tata/foo" guru% python -c "print '/' + '$FOO'.split('/')[-1]" /foo Though I agree with Cliff, and would use basename for it. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:44:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from soda.csua.berkeley.edu (soda.CSUA.Berkeley.EDU [128.32.247.226]) by hub.freebsd.org (Postfix) with ESMTP id 3304837B402 for ; Wed, 20 Feb 2002 12:44:36 -0800 (PST) Received: from localhost (mjm@localhost) by soda.csua.berkeley.edu (8.11.6/8.11.6) with ESMTP id g1KKiaE98480 for ; Wed, 20 Feb 2002 12:44:36 -0800 (PST) (envelope-from joup@bigfoot.com) X-Authentication-Warning: soda.csua.berkeley.edu: mjm owned process doing -bs Date: Wed, 20 Feb 2002 12:44:36 -0800 (PST) From: Mark Miller X-X-Sender: mjm@soda.csua.berkeley.edu To: freebsd-questions@freebsd.org Subject: reinstalling linux compat Message-ID: <20020220124120.T98021-100000@soda.csua.berkeley.edu> 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 4.5 and I've been trying to get some apps running from ports, all of which segfault immediately on startup-- gaim, xsane, xscanimage. All of these are the most current available from ports, and they all crash. Other similar apps do work though-- Abiword & gimp work fine. I think I need to reinstall my linux compatibility layer. How do I do this? When I do a backtrace on the core files, I get the following: gaim #0 0x285187eb in strncmp () from /usr/lib/libc_r.so.4 #1 0x2888248c in __DTOR_END__ () from /usr/compat/linux/lib/libc.so.6 #2 0x287abffa in _init (arg=0x28125b2c) at ../sysdeps/unix/sysv/linux/init-first.c:87 #3 0x28116aeb in find_symdef () from /usr/libexec/ld-elf.so.1 #4 0x2811591e in _rtld () from /usr/libexec/ld-elf.so.1 xsane #0 0x28446f3f in strncmp () from /usr/lib/libc.so.4 #1 0x285a048c in __DTOR_END__ () from /usr/compat/linux/lib/libc.so.6 #2 0x284c9ffa in _init (arg=0x280bfb2c) at ../sysdeps/unix/sysv/linux/init-first.c:87 #3 0x280b0aeb in find_symdef () from /usr/libexec/ld-elf.so.1 #4 0x280af91e in _rtld () from /usr/libexec/ld-elf.so.1 xscanimage #0 0x28380f3f in strncmp () from /usr/lib/libc.so.4 #1 0x284da48c in __DTOR_END__ () from /usr/compat/linux/lib/libc.so.6 #2 0x28403ffa in _init (arg=0x2806ab2c) at ../sysdeps/unix/sysv/linux/init-first.c:87 #3 0x2805baeb in find_symdef () from /usr/libexec/ld-elf.so.1 #4 0x2805a91e in _rtld () from /usr/libexec/ld-elf.so.1 Thanks Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:47:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 9D7F137B400 for ; Wed, 20 Feb 2002 12:47:20 -0800 (PST) Received: (qmail 18103 invoked by uid 100); 20 Feb 2002 20:47:19 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15476.2903.219792.310210@guru.mired.org> Date: Wed, 20 Feb 2002 14:47:19 -0600 To: Robin Becker Cc: questions@freebsd.org Subject: Re: hard disk errors In-Reply-To: <54629105@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Robin Becker types: > I'm seeing the following in my log > kernel log messages: > > packet 0x83 > > ad0s1f: hard error reading fsbn 37793355 of 18159366-18159371 (ad0s1 > bn 377933 > 55; cn 37493 tn 6 sn 33) status=59 error=40 > > ad0s1f: hard error reading fsbn 37798751 of 18162064-18162095 (ad0s1 > bn 377987 > 51; cn 37498 tn 12 sn 11) status=59 error=40 > > ad0s1f: hard error reading fsbn 37798799 of 18162080-18162111 (ad0s1 > bn 377987 > 99; cn 37498 tn 12 sn 59) status=59 error=40 > > ad0s1f: hard error reading fsbn 37799263 of 18162320-18162335 (ad0s1 > bn 377992 > 63; cn 37499 tn 4 sn 19) status=59 error=40 > > ad0s1f: hard error reading fsbn 37796203 of 18160790-18160799 (ad0s1 > bn 377962 > 03; cn 37496 tn 3 sn 46) status=59 error=40 > > ad0s1f: hard error reading fsbn 37655835 of 18090606-18090607 (ad0s1 > bn 376558 > 35; cn 37356 tn 15 sn 42) status=59 error=40 > > The disk is my root/usr/var. > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/ad0s1a 63503 30846 27577 53% / > /dev/ad0s1f 8996419 1427820 6848886 17% /usr > /dev/ad0s1e 396895 11345 353799 3% /var > procfs 4 4 0 100% /proc > > What should I be doing? I have backups, but this is our cvs server and > messing around is not desirable. Does the boss need to splash out on a > whole new machine? Most likely, the drive is about to die, and the boss needs to splash out for a new drive. it might be the cable or motherboard, but it's unlikely to be one of those unless you've been mucking around inside the machine recently. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:50:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 4CEDC37B419 for ; Wed, 20 Feb 2002 12:50:17 -0800 (PST) Received: (qmail 18152 invoked by uid 100); 20 Feb 2002 20:50:09 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15476.3072.832733.781406@guru.mired.org> Date: Wed, 20 Feb 2002 14:50:08 -0600 To: F.Xavier Noria Cc: questions@freebsd.org, rene@xs4all.nl Subject: Re: how to search IN a bunch of files? In-Reply-To: <69372926@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 F.Xavier Noria types: > On Wed, 20 Feb 2002 12:18:04 +0100 > rene@xs4all.nl wrote: > If all files need to be considered: > > $ cd root_dir > $ grep -r pattern . > > If you need to filter out some of them: > > $ cd root_dir > $ find . -name '*.foo' -print | xargs grep pattern Might I suggest a minor tweak to this? Use "xargs grep -H pattern", so that in the unlikely case that you only have one file, you still get the file name printed. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:53:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb1-a.mail.utexas.edu [128.83.126.134]) by hub.freebsd.org (Postfix) with SMTP id 3EBFD37B405 for ; Wed, 20 Feb 2002 12:53:31 -0800 (PST) Received: (qmail 16840 invoked by uid 0); 20 Feb 2002 20:53:28 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-1 with SMTP; 20 Feb 2002 20:53:28 -0000 Message-Id: <5.1.0.14.2.20020220145018.025625a0@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 14:53:26 -0600 To: freebsd-questions@freebsd.org From: Oscar Ricardo Silva Subject: Kernel build failure after cvsup to 4.5 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 I have a FreeBSD 4.2 machine and I'm trying to upgrade to 4.5-STABLE. I got the latest source using cvsup and I'm now trying to rebuild and reinstall. Following the instructions in /usr/src/UPDATING: make buildworld make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC (and I've tried a stripped down, edited version of GENERIC as well). I can do the "make buildworld" fine, no problems there. When I do "make buildkernel" I run into a problem with xargs in the 3dfx directory, the error complains that "-J" is not a valid option. I've tried getting the source yesterday and today but still the same error. Any thoughts? Any suggestions/pointers? Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 12:56:54 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 1595C37B402 for ; Wed, 20 Feb 2002 12:56:49 -0800 (PST) Received: from cybertron.kruijff ([213.10.151.186]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GRUNIM00.YDG; Wed, 20 Feb 2002 21:56:46 +0100 Date: Wed, 20 Feb 2002 21:56:46 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <14217053982.20020220215646@cybertron.tmfweb.nl> To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= Cc: questions@freebsd.org Subject: OT: Re: Max RAM supported by Hardware In-Reply-To: <1556477954.20020220210026@e-box.dk> References: <1556477954.20020220210026@e-box.dk> 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 Søren, Wednesday, February 20, 2002, 9:00:26 PM, you wrote: SN> Linux can as standard support up to 1GB RAM, if more is present you SN> need to compile the kernel with support for the large amount of RAM. SN> Linux also supports up to 64GB RAM, although 32bit only allows 4GB (as SN> I understand it, I'm not an expert). SN> What about FreeBSD, is it the same here, or how does it work in the SN> worlds best OS? SN> -- SN> Med venlig hilsen/Best regards, SN> Søren Neigaard mailto:neigaard@e-box.dk SN> -- SN> "Any sufficiently advanced bug is indistinguishable from a feature." SN> To Unsubscribe: send mail to majordomo@FreeBSD.org SN> with "unsubscribe freebsd-questions" in the body of the message My anwser if a short off-topic anwser, but you may just like it. Because one first has to look at the underlaying layer we first look at the hardware. A 32 bit adress structer allows for 2^32 = 2 * 1024^3 = 2G adressable memory locations. But there is a trick. We divered the adress in BASE and OFFSET. In the case of Linux (base on what you wrote) the base gets multiply by 32 (2^5). Then the offset is added to it. This is posible because the software-code and data is usaly near to each other, so we don't need to send the BASE alot. Then the software part: Sorry i don't know this. -- 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 Wed Feb 20 13: 4:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id E012737B404 for ; Wed, 20 Feb 2002 13:04:15 -0800 (PST) Received: (qmail 18444 invoked by uid 100); 20 Feb 2002 21:04:13 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15476.3916.761080.392914@guru.mired.org> Date: Wed, 20 Feb 2002 15:04:12 -0600 To: Dale Morris Cc: questions@freebsd.org Subject: Re: newbie xterm color ? In-Reply-To: <126563389@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Dale Morris types: > I'm having trouble finding how to make xterm display in color. I have > [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. > It's strange though, RXVT will display mutt in color, but XTERM won't, > from the command line both vim and mutt both display in color, but not > in xterm. You've got the setenv syntax wrong. RXVT works because it (presumably) sets the xterm type to xterm-color itself, whereas xterm proper doesn't. You can tell xterm to do that by adding #ifdef COLOR XTerm*termName: xterm-color #endif to your .Xresources file (or whatever file is being fed to xrdb to set resources). If you're not using anything, then echo 'XTerm*termName: xterm-color' | xrdb in .xinitrc - before you start any xterms - will do the job, except that will also set it in the unlikely event that you are on an X server that doesn't support color. I think this method is a bit cleaner than setting things in the shell startup files. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13: 5:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from adeon.lublin.pl (pn133.lublin.sdi.tpnet.pl [217.97.33.133]) by hub.freebsd.org (Postfix) with ESMTP id 7DD4C37B404 for ; Wed, 20 Feb 2002 13:05:26 -0800 (PST) Received: from dze (dze.adeon.lublin.pl [192.168.0.2]) by adeon.lublin.pl (Postfix) with ESMTP id CE1952A052 for ; Wed, 20 Feb 2002 22:05:41 +0100 (CET) Message-ID: <001c01c1ba52$523b7f00$0200a8c0@adeon.lublin.pl> From: "Jarek Granat" To: Subject: Kernel compiling errors Date: Wed, 20 Feb 2002 22:05:26 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" 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 is it? My system is FreeBSD 4.5-STABLE, and I'd like to precompile my kernel (because of new settings) My problems: (only error messages) ../../net/if_gif.c:106: warning: initialization from incompatible pointer type ../../net/if_gif.c:115: warning: initialization from incompatible pointer type ../../net/if_gif.c: In function `gif_encapcheck': ../../net/if_gif.c:324: warning: cast discards qualifiers from pointer target type ../../net/if_gif.c: In function `gif_ioctl': ../../net/if_gif.c:522: warning: `dst' might be used uninitialized in this function ../../net/if_gif.c:522: warning: `src' might be used uninitialized in this function ../../netinet/in_gif.c: In function `gif_encapcheck4': ../../netinet/in_gif.c:301: warning: cast discards qualifiers from pointer target type ../../netinet/in_proto.c:160: warning: initialization from incompatible pointer type ../../netinet/in_proto.c:167: warning: initialization from incompatible pointer type ../../netinet/tcp_subr.c: In function `tcp6_ctlinput': ../../netinet/tcp_subr.c:1106: warning: cast discards qualifiers from pointer target type ../../netinet6/in6.c: In function `ip6_sprintf': ../../netinet6/in6.c:1794: warning: cast discards qualifiers from pointer target type ../../netinet6/in6_gif.c: In function `gif_encapcheck6': ../../netinet6/in6_gif.c:305: warning: cast discards qualifiers from pointer target type ../../netinet6/raw_ip6.c: In function `rip6_ctlinput': ../../netinet6/raw_ip6.c:282: warning: cast discards qualifiers from pointer target type ../../netinet6/udp6_usrreq.c: In function `udp6_ctlinput': ../../netinet6/udp6_usrreq.c:453: warning: passing arg 4 of `in6_pcbnotify' from incompatible pointer type ../../netinet6/udp6_usrreq.c:455: warning: cast discards qualifiers from pointer target type Thanks, -- =[ Jarek Granat `dze' - nic-hdl: JG3-6BONE ]= =[ jarek@adeon.lublin.pl - GG: 1124881 ]= =[ www.granat.eu.org - www.adeon.lublin.pl ]= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13: 8:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id DF8DB37B405 for ; Wed, 20 Feb 2002 13:08:18 -0800 (PST) Received: (qmail 18533 invoked by uid 100); 20 Feb 2002 21:08:18 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15476.4161.549919.418064@guru.mired.org> Date: Wed, 20 Feb 2002 15:08:17 -0600 To: Chris Corayer Cc: questions@freebsd.org Subject: Re: Which sources? In-Reply-To: <30170652@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Chris Corayer types: > Whenever I do a make build/installworld I find things installed that weren't > in my original minimal install, like the games. I'd like to find out just > which sources are needed for the minimal base I have installed so I can > cvsup just those and stop wasting time grabbing the ones I don't need from > the mirrors. Is there maybe a FAQ or list somewhere that lists what's in > the sources and what they're needed for? Not that I know of, no. > If someone knows how to tell make buildworld to not make anything in the > source that wasn't already installed that might work too. Am I just missing > something obvious in regards to what make buildworld actually does here? I don't think you can tell it exactly that. However, you can disable the building of certain things with /etc/make.conf. Look through the make.conf man page and /etc/defaults/make.conf to see what knobs are available for this. Once you've disabled building things, you can remove them from the tree, and set up your cvsup file to not fetch them. Failing to disable the build and not fetching them will eventually result in problems trying to build the system. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:13:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by hub.freebsd.org (Postfix) with ESMTP id 4043F37B404 for ; Wed, 20 Feb 2002 13:13:49 -0800 (PST) Received: from there (lille-1-a7-2-63.dial.proxad.net [62.147.2.63]) by postfix3-2.free.fr (Postfix) with SMTP id EA8BD17F67 for ; Wed, 20 Feb 2002 22:13:47 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: can't start Date: Wed, 20 Feb 2002 21:55:36 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020220211347.EA8BD17F67@postfix3-2.free.fr> Sender: owner-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 guys,I did a mistake.=20 Forgot a quote in /etc/rc.conf, so is there a way to acces this file=20 in read-write mode to correct the error ? Falling back to 'sh' give only access to this file in read mode and=20 no editer available. So the only way (I think) is to cp my /etc/rc.conf-old to /rc.conf=20 and reboot. TIA --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:14:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id 492F337B41B for ; Wed, 20 Feb 2002 13:14:27 -0800 (PST) Received: (qmail 5827 invoked by uid 0); 20 Feb 2002 21:14:25 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-2 with SMTP; 20 Feb 2002 21:14:25 -0000 Message-Id: <5.1.0.14.2.20020220151343.02558ce8@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 15:14:24 -0600 To: freebsd-questions@freebsd.org From: Oscar Ricardo Silva Subject: Re: Kernel build failure after cvsup to 4.5 In-Reply-To: <5.1.0.14.2.20020220145018.025625a0@mail.utexas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 02:53 PM 2/20/2002 -0600, Oscar Ricardo Silva, you wrote: >I have a FreeBSD 4.2 machine and I'm trying to upgrade to 4.5-STABLE. I >got the latest source using cvsup and I'm now trying to rebuild and >reinstall. Following the instructions in /usr/src/UPDATING: > >make buildworld >make buildkernel KERNCONF=GENERIC >make installkernel KERNCONF=GENERIC > >(and I've tried a stripped down, edited version of GENERIC as well). I >can do the "make buildworld" fine, no problems there. When I do "make >buildkernel" I run into a problem with xargs in the 3dfx directory, the >error complains that "-J" is not a valid option. I've tried getting the >source yesterday and today but still the same error. > >Any thoughts? Any suggestions/pointers? Here's the actual output of the kernel build procedure: ===> streams ===> vesa ===> wi ===> 3dfx cc -nostdinc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/dev -I@/../include -fno-common -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c ld -d -warn-common -r -d -o 3dfx.kld tdfx_pci.o touch /usr/obj/usr/src/sys/NIC/modules/usr/src/sys/modules/3dfx/export_syms awk -f /usr/src/sys/modules/3dfx/../../conf/kmod_syms.awk 3dfx.kld /usr/obj/usr/src/sys/NIC/modules/usr/src/sys/modules/3dfx/export_syms | xargs -J% objcopy % 3dfx.kld xargs: illegal option -- J usage: xargs [-0] [-t] [-n number [-x]] [-s size] [utility [argument ...]] *** Error code 1 Stop in /usr/src/sys/modules/3dfx. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/NIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Oscar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:16:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fe070.worldonline.dk (fe070.worldonline.dk [212.54.64.208]) by hub.freebsd.org (Postfix) with SMTP id 73FCE37B402 for ; Wed, 20 Feb 2002 13:16:29 -0800 (PST) Received: (qmail 24624 invoked by uid 0); 20 Feb 2002 21:16:28 -0000 Received: from unknown (HELO NEIGAARD?MOB) (213.237.13.224) by fe070.worldonline.dk with SMTP; 20 Feb 2002 21:16:28 -0000 Date: Wed, 20 Feb 2002 22:15:30 +0100 From: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Mailer: The Bat! (v1.53d) Reply-To: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= X-Priority: 3 (Normal) Message-ID: <15910982552.20020220221530@e-box.dk> To: questions@freebsd.org Subject: Apache::Nimda port? 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 cant find the Apache::Nimda or Apache::CodeRed in the ports collection, why not? I found this page that has the ports: http://www.keyslapper.org/Nimda/ How do I install ports I download, I have never tried this before. Should I untar them in a special directory? -- Med venlig hilsen/Best regards, Søren Neigaard mailto:neigaard@e-box.dk -- "The only truly secure computer is one buried in concrete, with the power turned off and the network cable cut." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:18:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mishkei.org.il (ghost2.mishkei.org.il [62.128.62.12]) by hub.freebsd.org (Postfix) with SMTP id A869A37B421 for ; Wed, 20 Feb 2002 13:17:41 -0800 (PST) Received: (qmail 2383 invoked from network); 20 Feb 2002 21:16:19 -0000 Received: from 212.116.170.38.knet.co.il (HELO dhcp-251) (212.116.170.38) by 0 with SMTP; 20 Feb 2002 21:16:19 -0000 Subject: Re: newbie xterm color ? From: Gilad Rom To: Mike Meyer Cc: Dale Morris , questions@freebsd.org In-Reply-To: <15476.3916.761080.392914@guru.mired.org> References: <15476.3916.761080.392914@guru.mired.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 20 Feb 2002 23:17:35 +0200 Message-Id: <1014239857.23322.16.camel@dhcp-251.meshek.eh> 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 Or, you can use 'xterm -tn xterm-color'. Gilad On Wed, 2002-02-20 at 23:04, Mike Meyer wrote: > Dale Morris types: > > I'm having trouble finding how to make xterm display in color. I have > > [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. > > It's strange though, RXVT will display mutt in color, but XTERM won't, > > from the command line both vim and mutt both display in color, but not > > in xterm. > > You've got the setenv syntax wrong. RXVT works because it (presumably) > sets the xterm type to xterm-color itself, whereas xterm proper > doesn't. You can tell xterm to do that by adding > > #ifdef COLOR > XTerm*termName: xterm-color > #endif > > to your .Xresources file (or whatever file is being fed to xrdb to set > resources). If you're not using anything, then > > echo 'XTerm*termName: xterm-color' | xrdb > > in .xinitrc - before you start any xterms - will do the job, except > that will also set it in the unlikely event that you are on an X > server that doesn't support color. > > I think this method is a bit cleaner than setting things in the shell > startup files. > > -- > Mike Meyer http://www.mired.org/home/mwm/ > Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 20 13:18:43 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 B4EFA37B443 for ; Wed, 20 Feb 2002 13:17:59 -0800 (PST) Received: from cybertron.kruijff ([213.10.151.186]) by smtp04.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GRUOHX02.K9G; Wed, 20 Feb 2002 22:17:57 +0100 Date: Wed, 20 Feb 2002 22:17:56 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <15518324328.20020220221756@cybertron.tmfweb.nl> To: Alex Cc: =?ISO-8859-1?B?U/hyZW4gTmVpZ2FhcmQ=?= , Alex , Subject: Re: OT: Re: Max RAM supported by Hardware In-Reply-To: <14217053982.20020220215646@cybertron.tmfweb.nl> References: <1556477954.20020220210026@e-box.dk> <14217053982.20020220215646@cybertron.tmfweb.nl> 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 Alex, Wednesday, February 20, 2002, 9:56:46 PM, you wrote: A> Hello Søren, A> Wednesday, February 20, 2002, 9:00:26 PM, you wrote: SN>> Linux can as standard support up to 1GB RAM, if more is present you SN>> need to compile the kernel with support for the large amount of RAM. SN>> Linux also supports up to 64GB RAM, although 32bit only allows 4GB (as SN>> I understand it, I'm not an expert). SN>> What about FreeBSD, is it the same here, or how does it work in the SN>> worlds best OS? SN>> -- SN>> Med venlig hilsen/Best regards, SN>> Søren Neigaard mailto:neigaard@e-box.dk SN>> -- SN>> "Any sufficiently advanced bug is indistinguishable from a feature." SN>> To Unsubscribe: send mail to majordomo@FreeBSD.org SN>> with "unsubscribe freebsd-questions" in the body of the message A> My anwser if a short off-topic anwser, but you may just like it. A> Because one first has to look at the underlaying layer we first look A> at the hardware. A> A 32 bit adress structer allows for 2^32 = 2 * 1024^3 = 2G adressable A> memory locations. But there is a trick. We divered the adress in BASE A> and OFFSET. In the case of Linux (base on what you wrote) the base A> gets multiply by 32 (2^5). Then the offset is added to it. This is A> posible because the software-code and data is usaly near to each A> other, so we don't need to send the BASE alot. A> Then the software part: Sorry i don't know this. I overlooked something. An nother trick is to read more than just 1 byte, offcorse. It likly that this is being done with the CPU's that have (a lot) of registries (i.e. place where you store the base and offset, but also tempory storing place for data). Since a Pentium doesn't have any 8 (and 16) bits regestries. So your proberbly write about the 4G. This trick is just a nother factor. -- 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 Wed Feb 20 13:18:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brain-stream.com (brain-stream.com [209.95.107.206]) by hub.freebsd.org (Postfix) with ESMTP id 2DBC437B41D for ; Wed, 20 Feb 2002 13:18:17 -0800 (PST) Received: from pantalaimon.pobox.com (h00609708e398.ne.mediaone.net [24.128.187.79]) by brain-stream.com (8.9.3/8.9.3) with ESMTP id NAA01885 for ; Wed, 20 Feb 2002 13:18:06 -0800 (PST) Message-Id: <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> X-Sender: bdelong@pop.earthlink.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 16:17:57 -0500 To: questions@freebsd.org From: "B.K. DeLong" Subject: BASH programming question 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 Hey all - I'm somewhat new to the world of BASH scripting. I'm trying to write a script that I can throw in cron to check if my IP has changed. However, I'm having problems with the variable. What I'm trying to say, is "if $IP is not null then email me" ie. if diff produces no results, then the IP is the same. However, I can't quite figure out the way to define this without getting a "too many arguments" error. #!/usr/local/bin/bash -x ifconfig | grep "inet " | cut -f2 -d" " | grep 24. > /.newip IP='diff /.newip /.currentip' if [ $IP <> null ]; then cat /.newip > /.currentip; mail -s "New IP" bkdelong@pobox.com < /.currentip; echo "A New IP has been found" exit 0 fi Thanks in advance for any tips. -- B.K. DeLong bkdelong@pobox.com 617.877.3271 http://www.brain-stream.com Play. http://www.the-leaky-cauldron.org Potter. http://www.attrition.org Security. http://www.artemisiabotanicals.com Herb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:22: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id CC3D237B41B for ; Wed, 20 Feb 2002 13:22:03 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id g1KLM2O75113; Wed, 20 Feb 2002 16:22:02 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org Subject: Re: Max RAM supported by FreeBSD References: <1556477954.20020220210026@e-box.dk> From: Lowell Gilbert Date: 20 Feb 2002 16:22:02 -0500 In-Reply-To: <1556477954.20020220210026@e-box.dk> Message-ID: <44ofijdf2d.fsf@lowellg.ne.mediaone.net> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG S=F8ren Neigaard writes: > Linux can as standard support up to 1GB RAM, if more is present you > need to compile the kernel with support for the large amount of RAM. > Linux also supports up to 64GB RAM, although 32bit only allows 4GB (as > I understand it, I'm not an expert). >=20 > What about FreeBSD, is it the same here, or how does it work in the > worlds best OS? It's more or less the same here, although I don't think you should have to compile special kernels for the purpose. This is covered in the FreeBSD FAQ, a document I recommend to you highly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:23:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 7E91037B405 for ; Wed, 20 Feb 2002 13:23:26 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g1KLN4Q12681 for ; Wed, 20 Feb 2002 15:23:05 -0600 (CST) (envelope-from nick@rogness.net) Date: Wed, 20 Feb 2002 15:23:04 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: freebsd-questions@freebsd.org Subject: 65000+ accounts 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 Will the ~65000 account maximum in the password file be increased for 5.0 when it comes out? If so, is it already in -CURRENT? If not, what are my other alternatives to using a standard password style file/db to break through this barrier...NIS maybe? Has anybody reached this limit and converted to something else? I'd love to hear about it. On the same lines, will username length be increased from 16 ? Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:26: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 5750237B41A for ; Wed, 20 Feb 2002 13:25:55 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id g1KLPlR75125; Wed, 20 Feb 2002 16:25:47 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org, messmate@free.fr Subject: Re: can't start References: <20020220211347.EA8BD17F67@postfix3-2.free.fr> From: Lowell Gilbert Date: 20 Feb 2002 16:25:47 -0500 In-Reply-To: <20020220211347.EA8BD17F67@postfix3-2.free.fr> Message-ID: <44k7t7dew4.fsf@lowellg.ne.mediaone.net> Lines: 31 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 mess-mate writes: > Hello guys,I did a mistake. > Forgot a quote in /etc/rc.conf, so is there a way to acces this file > in read-write mode to correct the error ? > Falling back to 'sh' give only access to this file in read mode and > no editer available. > So the only way (I think) is to cp my /etc/rc.conf-old to /rc.conf > and reboot. This is a Frequently Asked Question. Quoting http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#RCCONF-READONLY: I made a mistake in rc.conf, or another startup file, and now I cannot edit it because the filesystem is read-only. What should I do? When you get the prompt to enter the shell pathname, simply press ENTER, and run mount / to re-mount the root filesystem in read/write mode. You may also need to run mount -a -t ufs to mount the filesystem where your favourite editor is defined. If your favourite editor is on a network filesystem, you will need to either configure the network manually before you can mount network filesystems, or use an editor which resides on a local filesystem, such as ed(1). If you intend to use a full screen editor such as vi(1) or emacs(1), you may also need to run export TERM=cons25 so that these editors can load the correct data from the termcap(5) database. Once you have performed these steps, you can edit /etc/rc.conf as you usually would to fix the syntax error. The error message displayed immediately after the kernel boot messages should tell you the number of the line in the file which is at fault. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:26:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.asacomputers.com (mail.asacomputers.com [209.10.224.7]) by hub.freebsd.org (Postfix) with ESMTP id 62A4C37B416 for ; Wed, 20 Feb 2002 13:26:39 -0800 (PST) Received: from prince (crimson.asacomputers.com [209.10.224.9]) by mail.asacomputers.com (8.11.6/8.11.2) with SMTP id g1KLRsl27191 for ; Wed, 20 Feb 2002 13:27:56 -0800 Message-ID: <001201c1ba55$3fef04e0$2600a8c0@asacomputers.com> From: "Dinesh" To: Subject: Does Tekram DC395UW support FreeBSD 4.x OS? Date: Wed, 20 Feb 2002 13:26:17 -0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000F_01C1BA12.2DD50F40" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 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_000F_01C1BA12.2DD50F40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I had a tekram DC395UW card with me.Does any FreeBSD 4.x release support = this card? Any help is appriciated. Thanks in advanced... Thnx Dinesh Murani Certified Novell Engineer (CNE) Microsoft Certified System Engineer (MCSE) ASA Computers Inc., 2354, Calle del mundo,=20 Santa Clara, CA 95054 e : dinesh@asacomputers.com v : 408.654.2901 x229 f : 408.654.2910 w : www.asacomputers.com=20 ------=_NextPart_000_000F_01C1BA12.2DD50F40 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I had a tekram DC395UW card with = me.Does any=20 FreeBSD 4.x release support this card?
 
Any help is appriciated. Thanks in=20 advanced...
 
Thnx
Dinesh Murani
Certified = Novell Engineer=20 (CNE)
Microsoft Certified System Engineer (MCSE)
 
ASA Computers Inc.,
2354, Calle del = mundo,=20
Santa Clara, CA 95054
 
e     : dinesh@asacomputers.com
v&= nbsp;   =20 : 408.654.2901 x229
f      :=20 408.654.2910
w    : www.asacomputers.com=20
------=_NextPart_000_000F_01C1BA12.2DD50F40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:31:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from squid.tznet.com (squid.tznet.com [66.170.64.7]) by hub.freebsd.org (Postfix) with ESMTP id CE4A537B405 for ; Wed, 20 Feb 2002 13:31:10 -0800 (PST) Received: from vikrant.tznet.com (vikrant.tznet.com [66.170.64.104]) by squid.tznet.com (8.11.2/8.11.2) with ESMTP id g1KLV8Q29046 for ; Wed, 20 Feb 2002 15:31:08 -0600 (CST) Date: Wed, 20 Feb 2002 15:31:08 -0600 (CST) From: Scott Pilz To: freebsd-questions@freebsd.org Subject: FreeBSD/Procmail/Virus 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 Hopefully a simple question. Our setup: ProcMail/QPopper/Sendmail/BSD 4.5-Release Around 10k users on our mail server, heavy smtp/pop3 traffic on a daily basis, 24/7. I need to implement "good" virus filters for incoming email on only selected (those that pay) mailboxes. I have looked long and hard for a program to do this - nearly all of them only support "global" configurations, or a replacement to procmail altogether (which I cannot do). For those customers that subscribe, I'd like to simply modify their .procmailrc and include the pass-thru to the virus scanner.. Any package that anyone uses/heard of that does this the way I want it to work? I find it hard to believe that people like Postini can do this on a per-user-level yet there are no good packages available for BSD. Cheers, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:32:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id C7ADD37B404 for ; Wed, 20 Feb 2002 13:32:39 -0800 (PST) Received: from Bob (staff.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.3/8.11.3) with ESMTP id g1KLT0n84533; Wed, 20 Feb 2002 16:29:00 -0500 (EST) (envelope-from freymann@scaryg.shacknet.nu) From: freymann@scaryg.shacknet.nu To: "=?ISO-8859-1?Q?S=F8ren_Neigaard?=" , questions@freebsd.org Date: Wed, 20 Feb 2002 16:33:01 -0500 MIME-Version: 1.0 Subject: Re: Apache::Nimda port? Message-ID: <3C73CFBD.22894.AB21A73@localhost> In-reply-to: <15910982552.20020220221530@e-box.dk> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: Quoted-printable 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 On 20 Feb 2002 at 22:15, S=F8ren Neigaard wrote: > I cant find the Apache::Nimda or Apache::CodeRed in the ports > collection, why not? I don't believe they ever were?? I found the CodeRed at www.cpan.org and that's where I always go to get it. > How do I install ports I download, I have never tried this before. > Should I untar them in a special directory? I usually unzip/untar them in a temporary directory, read the installation instructions, and follow their directions. In the case of CodeRed, I believe it required a few other perl modules to be installed first, then some directories, and files placed in your htdocs directory, followed by a slight change to the apache httpd.conf file, and a restart of apache. -Gerry -------- www.interpool.ca -- Web and Domain Hosting Primary/Secondary DNS services ------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:35:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id 4A7C237B400 for ; Wed, 20 Feb 2002 13:35:42 -0800 (PST) Received: (qmail 27769 invoked from network); 20 Feb 2002 21:36:34 -0000 Received: from oxyetb.com (HELO alexus) (@66.92.98.145) by secure.nexgen.com with SMTP; 20 Feb 2002 21:36:34 -0000 Message-ID: <004701c1ba56$8b888ba0$0d00a8c0@alexus> From: "alexus" To: Subject: Date: Wed, 20 Feb 2002 16:35:41 -0500 Organization: NexGen 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 can someone explain me what does it means? i get this in my syslog /kernel: arplookup xx.xxx.x.xx failed: could not allocate llinfo /kernel: arpresolve: can't allocate llinfo for xx.xxx.x.xxrt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:36:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id ADD8E37B41D for ; Wed, 20 Feb 2002 13:36:01 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dePA-0007gy-00 for FreeBSD-questions@freebsd.org; Wed, 20 Feb 2002 21:36:00 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id B507F13040 for ; Wed, 20 Feb 2002 22:35:59 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 473E922590; Wed, 20 Feb 2002 22:35:59 +0100 (CET) Date: Wed, 20 Feb 2002 22:35:59 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: Curse the house that KDE was born in, why does it keep re-arranging my icons Message-ID: <20020220213559.GA1079@raggedclown.net> 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 Hello, I have a lot of links to apps on my KDE desktop, and having carefully grouped them into logical groups I started KDE up today and before my very eyes it lined them all up for me on the left of the screen. Can I stop this unwarranted intrusion on my desktop ? -- I don't usually have quotes on my emails, but for those of you in bits of the world where it is not evening yet..I pass this on (I missed the mystic moment myself). At two minutes past eight tonight we have a palindrome: 20:02 20.02.2002. It reads the same backwards as forwards. Uri Geller, the Israeli psychic, tells readers of the Mirror to "think positively" at key moments today, because "palindromic dates have always had very supernatural auras about them". (To which my reaction is "bollocks" ). Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:40: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id CFFD337B416 for ; Wed, 20 Feb 2002 13:40:05 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 7D663BD0C; Wed, 20 Feb 2002 13:40:05 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id NAA18305; Wed, 20 Feb 2002 13:40:03 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g1KLgFl01435; Wed, 20 Feb 2002 13:42:15 -0800 (PST) (envelope-from swear@blarg.net) To: "Mike Meyer" Cc: "F.Xavier Noria" , questions@FreeBSD.ORG, rene@xs4all.nl Subject: Re: how to search IN a bunch of files? References: <15476.3072.832733.781406@guru.mired.org> From: swear@blarg.net (Gary W. Swearingen) Date: 20 Feb 2002 13:42:15 -0800 In-Reply-To: <15476.3072.832733.781406@guru.mired.org> Message-ID: <8rit8rbzk8.t8r@localhost.localdomain> Lines: 8 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Mike Meyer" writes: > Might I suggest a minor tweak to this? Use "xargs grep -H pattern", so > that in the unlikely case that you only have one file, you still get > the file name printed. Spoilsport! Now I can never again show off my cleverness by suggesting "xargs grep pattern /dev/null" to do that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:40:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta1n.bluewin.ch (mta1n.bluewin.ch [195.186.1.210]) by hub.freebsd.org (Postfix) with ESMTP id 9BA9737B400 for ; Wed, 20 Feb 2002 13:40:54 -0800 (PST) Received: from saturn.spectraweb.ch (213.3.190.165) by mta1n.bluewin.ch (Bluewin AG 6.0.040) id 3C5F86FA00509B29 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 22:40:52 +0100 Received: (from martin@localhost) by saturn.spectraweb.ch (8.11.6/8.11.6) id g1KMnpt01547 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 23:49:51 +0100 (CET) (envelope-from pcservi@spectraweb.ch) Date: Wed, 20 Feb 2002 23:49:43 +0100 From: Martin Schweizer To: freebsd-questions@freebsd.org Subject: CeBit 2002 Message-ID: <20020220234943.E1398@spectraweb.ch> Reply-To: Martin Schweizer 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 Hello Is sombody there? Is there a FreeBSD meeting point? It would be nice there hear from somebody. -- Regards Martin Schweizer PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:41:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id BDC6037B400 for ; Wed, 20 Feb 2002 13:41:28 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16deUQ-0000Ve-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 21:41:26 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 3184813040 for ; Wed, 20 Feb 2002 22:41:26 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 18FE322590; Wed, 20 Feb 2002 22:41:26 +0100 (CET) Date: Wed, 20 Feb 2002 22:41:26 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: FreeBSD/Procmail/Virus Message-ID: <20020220214126.GB1079@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 On Wed, Feb 20, 2002 at 03:31:08PM -0600, Scott Pilz wrote: > > Hopefully a simple question. > > Our setup: > > ProcMail/QPopper/Sendmail/BSD 4.5-Release > > Around 10k users on our mail server, heavy smtp/pop3 traffic on a > daily basis, 24/7. > > I need to implement "good" virus filters for incoming email on > only selected (those that pay) mailboxes. I have looked long and hard for > a program to do this - nearly all of them only support > "global" configurations, or a replacement to procmail altogether (which I > cannot do). > > For those customers that subscribe, I'd like to simply modify > their .procmailrc and include the pass-thru to the virus scanner.. Any > package that anyone uses/heard of that does this the way I want it to > work? > > I find it hard to believe that people like Postini can do this on > a per-user-level yet there are no good packages available for BSD. > I find it hard to believe that you want to charge people for scanning mail for viruses...especially while asking for a free virus scanner. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:42:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id B1B6C37B43A for ; Wed, 20 Feb 2002 13:42:28 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g1KLg2p12828; Wed, 20 Feb 2002 15:42:06 -0600 (CST) (envelope-from nick@rogness.net) Date: Wed, 20 Feb 2002 15:42:02 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Scott Pilz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD/Procmail/Virus 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, 20 Feb 2002, Scott Pilz wrote: > > Hopefully a simple question. > > Our setup: > > ProcMail/QPopper/Sendmail/BSD 4.5-Release > > Around 10k users on our mail server, heavy smtp/pop3 traffic > on a daily basis, 24/7. > > I need to implement "good" virus filters for incoming email on > only selected (those that pay) mailboxes. I have looked long and hard > for a program to do this - nearly all of them only support "global" > configurations, or a replacement to procmail altogether (which I > cannot do). > > For those customers that subscribe, I'd like to simply modify > their .procmailrc and include the pass-thru to the virus scanner.. Any > package that anyone uses/heard of that does this the way I want it to > work? > > I find it hard to believe that people like Postini can do this > on a per-user-level yet there are no good packages available for BSD. > There is a simple and effective solution to MOST spam. Look and see if the your address is in the TO: part of the header. So something like: 1) allow trusted senders (like mailling lists and POSTMASTER) 2) Check and see if To: contains the persons email account 3) Mark it as questionable or delete [whatever]. This catches about 96% of my spam. Here is a sample procmailrc: # Allow and sort freebsd-security mailling list :0 *^Sender:.owner-freebsd-security@FreeBSD.ORG /usr/home/nick/mail/FBSD-SECURITY # Allow from POSTMASTER (bounces) :0 * ^From: .*POSTMASTER /var/mail/nick # Check if I'm in the To: part of the message :0 * ^To: .*nick@rogness.net /var/mail/nick # Put in SPAM box for review :0 /usr/home/nick/SPAM It needs to be tweaked a bit but you get the point. Like I said, it gets about 96% of all SPAM I see. Postini claims 98%...pretty good for a no brainer. As far as Virus scanning...you will probably have to buy something for that. Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:45:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id DB13937B400 for ; Wed, 20 Feb 2002 13:45:22 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1KLjKHr031839; Wed, 20 Feb 2002 22:45:20 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1KLjKrT031838; Wed, 20 Feb 2002 22:45:20 +0100 (CET) (envelope-from flo) Date: Wed, 20 Feb 2002 22:45:20 +0100 From: Florian Nigsch To: "B.K. DeLong" , freebsd-questions@freebsd.org Subject: Re: BASH programming question Message-ID: <20020220224520.A31541@nigsch.com> References: <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net>; from bkdelong@pobox.com on Wed, Feb 20, 2002 at 04:17:57PM -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 Hi! Try if [ $IP != "" ]; then ... As far as I know there is no <> operator supported by test. On Wed, Feb 20, 2002 at 04:17:57PM -0500, B.K. DeLong wrote: > #!/usr/local/bin/bash -x > ifconfig | grep "inet " | cut -f2 -d" " | grep 24. > /.newip > IP='diff /.newip /.currentip' > > if [ $IP <> null ]; then > cat /.newip > /.currentip; > mail -s "New IP" bkdelong@pobox.com < /.currentip; > echo "A New IP has been found" > exit 0 > fi ---end quoted text--- -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:55:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pc1-dale5-0-cust136.not.cable.ntl.com (pc1-dale5-0-cust136.not.cable.ntl.com [80.1.76.136]) by hub.freebsd.org (Postfix) with SMTP id 4A62F37B402 for ; Wed, 20 Feb 2002 13:55:29 -0800 (PST) Received: (qmail 7826 invoked from network); 20 Feb 2002 21:55:20 -0000 Received: from localhost (HELO matt.thebigchoice.com) (127.0.0.1) by localhost with SMTP; 20 Feb 2002 21:55:20 -0000 Date: Wed, 20 Feb 2002 21:55:19 +0000 From: Matt H To: "Peter Ulrich Kruppa" Cc: freebsd-questions@FreeBSD.ORG, doc@lublin.t1.pl, radhika_narendran@yahoo.com, sumirati@yahoo.de Subject: Re: FreeBSD in school networks - interested? Message-Id: <20020220215519.3ffdfe5c.matt@proweb.co.uk> In-Reply-To: <20020220210703.J2304-100000@pukruppa.de> References: <20020220124914.45307.qmail@web13304.mail.yahoo.com> <20020220210703.J2304-100000@pukruppa.de> X-Mailer: Sylpheed version 0.7.1 (GTK+ 1.2.10; i386--freebsd4.4) 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, 20 Feb 2002 21:34:58 +0000 (GMT) "Peter Ulrich Kruppa" wrote: >So hopefully I can do the rest of the installation from > home via telnet. of course you were meaning to say ssh wouldn't want your students sniffing your password so soon :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 13:59:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp07.wxs.nl (smtp07.wxs.nl [195.121.6.39]) by hub.freebsd.org (Postfix) with ESMTP id 234A537B402 for ; Wed, 20 Feb 2002 13:59:28 -0800 (PST) Received: from cybertron.kruijff ([213.10.151.186]) by smtp07.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GRUQF101.JAB; Wed, 20 Feb 2002 22:59:25 +0100 Date: Wed, 20 Feb 2002 22:59:25 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <7020813307.20020220225925@cybertron.tmfweb.nl> To: Go Shag a donkey Up Yours Cc: questions@FreeBSD.org Subject: Re: FreeBSD In-Reply-To: <20020215162032.13494.cpmta@c012.snv.cp.net> References: <20020215162032.13494.cpmta@c012.snv.cp.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 Hello Go, Friday, February 15, 2002, 5:20:32 PM, you wrote: GSadUY> Hi... GSadUY> Im thinking of switching to FreeBSD, but a few things i wanna know and get straight.. GSadUY> 1) Can i run .exe files and my usual desktop software ? Quick anwser: No. Long anwser: Yes, but... There are ports availible that have (some) ability that can do this, but this cost CPU and isn't supported GSadUY> 2) Can i quake 1 2 3 ? I beleave Quake x is availble for FreeBSD. If this is not true, you can enable the FreeBSD support for Linux. And play it this way. GSadUY> 3) Im a AOLer can i still have my AOL 128k ISDN on FreeBSD or will i need to get new stuff that suports it (if yes what) I beleave that ISDN card are supported. But if you card works is still up for debate. GSadUY> 4) Is it more secure then winblowz ME ? 1) Bugs can be and exist in all software. This is also the case for FreeBSD. 2) FreeBSD has a memory manegment system. ME proberly doen'st just like 95/98. (NT+ does also have a sucha system) GSadUY> 5) will there be anything out from u ppl that will let me run as many programs as winblowz? I don't follow. There is a large port system with free software availble. GSadUY> spank you for your time.... please send me more info on FreeBSD or any other OS's that u may recomend. spanking? :o Well FreeBSD reques less memory than windows and performs better. GSadUY> v1rus84@icqmail.com FreeBSD share the HD with windows and gives you a option to choice which to start. You have to seporate the disk in two partition. I use FBSD as a server (No desktop software). Well not now my server is partly dead. :-( I use windows (NT/2000 else where) You realy wanna have a look at http://www.lemis.com/questions.html (How to get the best results for you quistions) -- 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 Wed Feb 20 14: 0:45 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 ED93C37B400 for ; Wed, 20 Feb 2002 14:00:36 -0800 (PST) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailb.telia.com (8.11.6/8.11.6) with ESMTP id g1KM0Yp25065 for ; Wed, 20 Feb 2002 23:00:35 +0100 (CET) Received: from falcon.midgard.homeip.net (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id XAA08562 for ; Wed, 20 Feb 2002 23:00:29 +0100 (CET) Received: (qmail 21541 invoked by uid 1001); 20 Feb 2002 22:00:29 -0000 Date: Wed, 20 Feb 2002 23:00:28 +0100 From: Erik Trulsson To: Alex Cc: Alex , =?iso-8859-1?Q?S=F8ren?= Neigaard , questions@freebsd.org Subject: Re: OT: Re: Max RAM supported by Hardware Message-ID: <20020220220028.GA21515@student.uu.se> Mail-Followup-To: Alex , Alex , =?iso-8859-1?Q?S=F8ren?= Neigaard , questions@freebsd.org References: <1556477954.20020220210026@e-box.dk> <14217053982.20020220215646@cybertron.tmfweb.nl> <15518324328.20020220221756@cybertron.tmfweb.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <15518324328.20020220221756@cybertron.tmfweb.nl> 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 On Wed, Feb 20, 2002 at 10:17:56PM +0100, Alex wrote: > Hello Alex, >=20 > Wednesday, February 20, 2002, 9:56:46 PM, you wrote: >=20 > A> Hello S=F8ren, >=20 > A> Wednesday, February 20, 2002, 9:00:26 PM, you wrote: >=20 > SN>> Linux can as standard support up to 1GB RAM, if more is present you > SN>> need to compile the kernel with support for the large amount of RAM. > SN>> Linux also supports up to 64GB RAM, although 32bit only allows 4GB (= as > SN>> I understand it, I'm not an expert). >=20 > SN>> What about FreeBSD, is it the same here, or how does it work in the > SN>> worlds best OS? >=20 > SN>> -- > SN>> Med venlig hilsen/Best regards, > SN>> S=F8ren Neigaard mailto:neigaard@e-box.dk > SN>> -- > SN>> "Any sufficiently advanced bug is indistinguishable from a feature." >=20 >=20 > SN>> To Unsubscribe: send mail to majordomo@FreeBSD.org > SN>> with "unsubscribe freebsd-questions" in the body of the message >=20 > A> My anwser if a short off-topic anwser, but you may just like it. > A> Because one first has to look at the underlaying layer we first look > A> at the hardware. >=20 > A> A 32 bit adress structer allows for 2^32 =3D 2 * 1024^3 =3D 2G adressa= ble > A> memory locations. But there is a trick. We divered the adress in BASE > A> and OFFSET. In the case of Linux (base on what you wrote) the base > A> gets multiply by 32 (2^5). Then the offset is added to it. This is > A> posible because the software-code and data is usaly near to each > A> other, so we don't need to send the BASE alot. >=20 > A> Then the software part: Sorry i don't know this. >=20 > I overlooked something. An nother trick is to read more than just 1 > byte, offcorse. It likly that this is being done with the CPU's that > have (a lot) of registries (i.e. place where you store the base and > offset, but also tempory storing place for data). Since a Pentium > doesn't have any 8 (and 16) bits regestries. So your proberbly write > about the 4G. This trick is just a nother factor. Sorry, but you just don't seem to understand how things work. With a 32-bit address space the maximum amount of memory that can be addressed is 2^32 =3D 4Gigabytes. This is also the max that FreeBSD supports on i386. There should be no need to recompile anything. (Although there has been some reports of problems with >2G but I think that has been fixed now.) Modern x86 CPUs (Pentium Pro and later) can address up to 2^36 (=3D64G) bytes of memory. To use the extra memory requires you to play some tricks with the MMU (Memory Management Unit) to map the memory into the 4G address space. Even then you cannot really have a single process use more than 4G. This capability is currently not supported by FreeBSD and to support it would require some fairly serious rewriting of parts of the kernel. On Alpha the max that is supported is 2G. I am not sure why that limitation exists but it does. --=20 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 Wed Feb 20 14: 1:37 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 C92B737B405 for ; Wed, 20 Feb 2002 14:01:34 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id g1KM1QO08584; Wed, 20 Feb 2002 16:01:26 -0600 (CST) (envelope-from dan) Date: Wed, 20 Feb 2002 16:01:26 -0600 From: Dan Nelson To: Nick Rogness Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 65000+ accounts Message-ID: <20020220220125.GA4102@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-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 (Feb 20), Nick Rogness said: > Will the ~65000 account maximum in the password file be increased for > 5.0 when it comes out? If so, is it already in -CURRENT? If not, > what are my other alternatives to using a standard password style > file/db to break through this barrier...NIS maybe? Where are you seeing this limit? 4.* has a max uid/gid limit of 4294967295. It will warn you about uids greater than 65536, but you can suppress it according to the manpage: ENVIRONMENT If the PW_SCAN_BIG_IDS environment variable is set, pwd_mkdb will suppress the warning messages that are normally generated for large user and group IDs. Such IDs can cause serious problems with software that makes assumptions about the values of IDs. > On the same lines, will username length be increased from 16 ? I'm not sure there's a pressing need to make it any longer than that. Raising it makes the wtmp and accounting log files grow much faster, and I would guess most systems don't have very many usernames over 8 chars, let alone nearing 16. You can always adjust it yourself by editing /usr/include/utmp.h and raising UT_NAMESIZE, then rebuilding world. -- 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 Feb 20 14: 7:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brain-stream.com (brain-stream.com [209.95.107.206]) by hub.freebsd.org (Postfix) with ESMTP id DCD9C37B404 for ; Wed, 20 Feb 2002 14:07:50 -0800 (PST) Received: from pantalaimon.pobox.com (h00609708e398.ne.mediaone.net [24.128.187.79]) by brain-stream.com (8.9.3/8.9.3) with ESMTP id OAA13109; Wed, 20 Feb 2002 14:07:33 -0800 (PST) Message-Id: <5.1.0.14.2.20020220165911.01e189a0@pop.earthlink.net> X-Sender: bkdelong@pop.earthlink.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 17:00:03 -0500 To: Florian Nigsch , freebsd-questions@freebsd.org From: "B.K. DeLong" Subject: Re: BASH programming question In-Reply-To: <20020220224520.A31541@nigsch.com> References: <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> 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 10:45 PM 02/20/2002 +0100, Florian Nigsch wrote: >if [ $IP != "" ]; then >... > >As far as I know there is no <> operator supported by test. Nope. Still "newip.sh: [: too many arguments" Hmmmm. >On Wed, Feb 20, 2002 at 04:17:57PM -0500, B.K. DeLong wrote: > > #!/usr/local/bin/bash -x > > ifconfig | grep "inet " | cut -f2 -d" " | grep 24. > /.newip > > IP='diff /.newip /.currentip' > > > > if [ $IP <> null ]; then > > cat /.newip > /.currentip; > > mail -s "New IP" bkdelong@pobox.com < /.currentip; > > echo "A New IP has been found" > > exit 0 > > fi >---end quoted text--- > >-- > >--- >Florian Nigsch >http://flo.nigsch.com/ >PGP key: http://flo.nigsch.com/fnigsch.asc -- B.K. DeLong bkdelong@pobox.com 617.877.3271 http://www.brain-stream.com Play. http://www.the-leaky-cauldron.org Potter. http://www.attrition.org Security. http://www.artemisiabotanicals.com Herb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 14:15: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f205.law11.hotmail.com [64.4.17.205]) by hub.freebsd.org (Postfix) with ESMTP id B689D37B41B for ; Wed, 20 Feb 2002 14:15:03 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Feb 2002 14:15:03 -0800 Received: from 213.122.166.110 by lw11fd.law11.hotmail.msn.com with HTTP; Wed, 20 Feb 2002 22:15:03 GMT X-Originating-IP: [213.122.166.110] From: "S Roberts" To: freebsd-questions@FreeBSD.org Subject: re: Post-Install Config from FBSD 4.4 Cd-ROM - Out of Sync Boot Floppy? Date: Wed, 20 Feb 2002 22:15:03 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 20 Feb 2002 22:15:03.0668 (UTC) FILETIME=[0B8DBB40:01C1BA5C] Sender: owner-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 running 4.5 Stable - upgraded from initial 4.4 Release install from FreeBSD CD-Set. I figured on installing more packages that I want to familiarize myself with (eg: Afterstep Window Manager). I insert CD-1 and fire up sysinstall and navigate the menu to where I have to select media - I select FreeBSD CD-ROM. After this though, I get a warning that the disk selcted is out of date with the boot floppy (4.4 Release Vs 4.5 Stable). Needless to say I then proceeded to back out of my intended installation of Afterstep. I want to check with you guys first. What gives? Is it really *that* bad to use the 4.4 Release CD to do post installation after upgrading the system? I'm aware of the fact that the new kernel installed would have some new modules and procedures included, but if there's a way of installing extra packages from the 4.4 CD-Set, please let me know. Thanks to all that might respond. Regards, Stacey _________________________________________________________________ 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 Wed Feb 20 14:19: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DD3B37B400 for ; Wed, 20 Feb 2002 14:19:01 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16df4m-0006FU-00 for questions@freebsd.org; Wed, 20 Feb 2002 22:19:00 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id A38C913040 for ; Wed, 20 Feb 2002 23:18:59 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 91B8322590; Wed, 20 Feb 2002 23:18:59 +0100 (CET) Date: Wed, 20 Feb 2002 23:18:59 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: BASH programming question Message-ID: <20020220221859.GA2006@raggedclown.net> References: <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> 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 On Wed, Feb 20, 2002 at 04:17:57PM -0500, B.K. DeLong wrote: > Hey all - > > I'm somewhat new to the world of BASH scripting. I'm trying to write a > script that I can throw in cron to check if my IP has changed. However, I'm > having problems with the variable. What I'm trying to say, is "if $IP is > not null then email me" > > ie. if diff produces no results, then the IP is the same. > > However, I can't quite figure out the way to define this without getting a > "too many arguments" error. > > #!/usr/local/bin/bash -x > ifconfig | grep "inet " | cut -f2 -d" " | grep 24. > /.newip > IP='diff /.newip /.currentip' Your quotes are the wrong way around.. You need ` not ' And "not equal to" is "!=" and ... "null" , is that built into bash ? I think not, try "". Also you should get into the habit of using $ vars in {} to avoid errors if they have a NULL value, i.e. ${IP} Also the "cool" way to do this is to actually check the exit code from diff "$?", if it is zero then no differences were found. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 14:27: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 1C6E837B402 for ; Wed, 20 Feb 2002 14:26:49 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g1KMQRA13144; Wed, 20 Feb 2002 16:26:27 -0600 (CST) (envelope-from nick@rogness.net) Date: Wed, 20 Feb 2002 16:26:26 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Dan Nelson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 65000+ accounts In-Reply-To: <20020220220125.GA4102@dan.emsphone.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, 20 Feb 2002, Dan Nelson wrote: > In the last episode (Feb 20), Nick Rogness said: > > Will the ~65000 account maximum in the password file be increased for > > 5.0 when it comes out? If so, is it already in -CURRENT? If not, > > what are my other alternatives to using a standard password style > > file/db to break through this barrier...NIS maybe? > > Where are you seeing this limit? 4.* has a max uid/gid limit of > 4294967295. It will warn you about uids greater than 65536, but you > can suppress it according to the manpage: > > ENVIRONMENT > If the PW_SCAN_BIG_IDS environment variable is set, pwd_mkdb will > suppress the warning messages that are normally generated for > large user and group IDs. Such IDs can cause serious problems > with software that makes assumptions about the values of IDs. Thank You. > > > On the same lines, will username length be increased from 16 ? > > I'm not sure there's a pressing need to make it any longer than that. > Raising it makes the wtmp and accounting log files grow much faster, > and I would guess most systems don't have very many usernames over 8 > chars, let alone nearing 16. No I guess they don't. I do have a need for them but that is irrelevent. Disk is cheap, who cares if wtmp grows faster :) > > You can always adjust it yourself by editing /usr/include/utmp.h and > raising UT_NAMESIZE, then rebuilding world. Thank you. I believed it was defined elsewhere also...thanks for the clarification. Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 14:31: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tao.agoron.com (tao.agoron.com [206.181.233.66]) by hub.freebsd.org (Postfix) with ESMTP id 6453337B4E8 for ; Wed, 20 Feb 2002 14:29:54 -0800 (PST) Received: from quasi1 (quasi.shredco.com [206.181.233.90]) by tao.agoron.com (8.9.3/8.9.3) with ESMTP id RAA25813 for ; Wed, 20 Feb 2002 17:29:53 -0500 (EST) From: "Marius Kirschner" To: "FreeBSD Questions" Subject: .htaccess Date: Wed, 20 Feb 2002 17:29:55 -0500 Message-ID: <019601c1ba5e$1f273580$5ae9b5ce@quasi1> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE 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'm pulling my hair here....can't get .htaccess to work properly. If I do http://www.web.com/~joedoe/secure it WORKS But if I have a virtual web site's document root point to /usr/home/joedoe/html and do a http://www.virtualweb.com/secure it DOESN'T work! The .htaccess and .htpasswd files are in the /usr/home/joedoe/secure directory, but if I go there using the virtual domain name it by-passes the .htaccess file. The .htaccess looks like that: AuthUserFile /usr/home/joedoe/html/secure/.htpasswd AuthName "Private" AuthType Basic require user vippy Satisfy any Any clues? Thanks, ---Marius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 14:49:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 5C2E437B417 for ; Wed, 20 Feb 2002 14:49:33 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1KMnV113648 for ; Wed, 20 Feb 2002 23:49:32 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002022023460007:4011 ; Wed, 20 Feb 2002 23:46:00 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1KN1dQ27572 for freebsd-questions@FreeBSD.ORG; Thu, 21 Feb 2002 00:01:39 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Thu, 21 Feb 2002 00:01:39 +0100 From: Roman Neuhauser To: freebsd-questions@FreeBSD.ORG Subject: Re: terminal color problems Message-ID: <20020220230139.GS418@roman.mobil.cz> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020215213729.A3410@lymond.lvcablemodem.com> <20020218182502.GR418@roman.mobil.cz> <20020220194448.GD4350@dan.emsphone.com> Mime-Version: 1.0 In-Reply-To: <20020220194448.GD4350@dan.emsphone.com> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/20/2002 11:46:00 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/20/2002 11:46:07 PM, Serialize complete at 02/20/2002 11:46:07 PM Content-Type: text/plain; charset=us-ascii 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 > Date: Wed, 20 Feb 2002 13:44:48 -0600 > From: Dan Nelson > To: Roman Neuhauser > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: terminal color problems > > In the last episode (Feb 18), Roman Neuhauser said: > > > Date: Fri, 15 Feb 2002 21:38:19 -0800 > > > From: Dale Morris > > > To: freebsd-questions@freebsd.org > > > Subject: terminal color problems > > > > > > #1 I have some sort of termcap problem. My terminal in Xwindows > > > doesn't have color (xterm) when I use mutt or vim, but rxvt does. > > > In the console, muttrc colors don't work properly and when I'm in > > > rxvt I don't have color in vim, but I have color with vim in the > > > console. ??? I'm sure there's some easy solution to this but it's > > > way beyond me. Also, my backspace keys don't work properly in vim. > > > Yet they work properly otherwise. > > > > FreeBSD termcap database is fucked up. > > Get Thomas E. Dickey's termcap.src.gz. > > easier solution: set TERM=xterm-color easier? yes. correct? no. color *will* work, but other stuff will break. xterm-color is *not* the correct description of the terminal. -- FreeBSD 4.4-STABLE 12:00AM up 5 days, 1:27, 24 users, load averages: 0.29, 0.10, 0.03 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 14:53: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 05C2E37B400 for ; Wed, 20 Feb 2002 14:53:07 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1KMr6113797 for ; Wed, 20 Feb 2002 23:53:06 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002022023493605:4019 ; Wed, 20 Feb 2002 23:49:36 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1KN5R127599 for questions@freebsd.org; Thu, 21 Feb 2002 00:05:27 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Thu, 21 Feb 2002 00:05:27 +0100 From: Roman Neuhauser To: questions@freebsd.org Subject: Re: newbie xterm color ? Message-ID: <20020220230527.GT418@roman.mobil.cz> Mail-Followup-To: questions@freebsd.org References: <126563389@toto.iv> <15476.3916.761080.392914@guru.mired.org> Mime-Version: 1.0 In-Reply-To: <15476.3916.761080.392914@guru.mired.org> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/20/2002 11:49:36 PM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/20/2002 11:49:41 PM, Serialize complete at 02/20/2002 11:49:41 PM Content-Type: text/plain; charset=us-ascii 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 > Date: Wed, 20 Feb 2002 15:04:12 -0600 > To: Dale Morris > Cc: questions@freebsd.org > Subject: Re: newbie xterm color ? > From: "Mike Meyer" > > Dale Morris types: > > I'm having trouble finding how to make xterm display in color. I have > > [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. > > It's strange though, RXVT will display mutt in color, but XTERM won't, > > from the command line both vim and mutt both display in color, but not > > in xterm. > > You've got the setenv syntax wrong. RXVT works because it (presumably) > sets the xterm type to xterm-color itself, whereas xterm proper > doesn't. rxvt doesn't set TERM to xterm-color. and xterm-color is incorrect for rxvt just as it is incorrect for the Xfree86 xterm. -- FreeBSD 4.4-STABLE 12:04AM up 5 days, 1:30, 24 users, load averages: 0.02, 0.05, 0.02 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 14:57:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with SMTP id 8A6FB37B405 for ; Wed, 20 Feb 2002 14:57:46 -0800 (PST) Received: (qmail 18200 invoked from network); 20 Feb 2002 22:57:41 -0000 Received: from osiris.sigterm.com (203.47.187.211) by ra.sigterm.com with SMTP; 20 Feb 2002 22:57:41 -0000 Subject: Re: newbie xterm color ? From: Stuart Tanner To: Roman Neuhauser Cc: questions@freebsd.org In-Reply-To: <20020220230527.GT418@roman.mobil.cz> References: <126563389@toto.iv> <15476.3916.761080.392914@guru.mired.org> <20020220230527.GT418@roman.mobil.cz> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 21 Feb 2002 10:58:06 +1200 Message-Id: <1014245887.2517.32.camel@osiris.sigterm.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 Thu, 2002-02-21 at 11:05, Roman Neuhauser wrote: > > Date: Wed, 20 Feb 2002 15:04:12 -0600 > > To: Dale Morris > > Cc: questions@freebsd.org > > Subject: Re: newbie xterm color ? > > From: "Mike Meyer" > > > > Dale Morris types: > > > I'm having trouble finding how to make xterm display in color. I have > > > [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. > > > It's strange though, RXVT will display mutt in color, but XTERM won't, > > > from the command line both vim and mutt both display in color, but not > > > in xterm. > > > > You've got the setenv syntax wrong. RXVT works because it (presumably) > > sets the xterm type to xterm-color itself, whereas xterm proper > > doesn't. > > rxvt doesn't set TERM to xterm-color. and xterm-color is incorrect > for rxvt just as it is incorrect for the Xfree86 xterm. OK, then what should TERM be for rxvt and xterm? > > -- > FreeBSD 4.4-STABLE > 12:04AM up 5 days, 1:30, 24 users, load averages: 0.02, 0.05, 0.02 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Stuart Tanner In case of injury notify your superior immediately. He'll kiss it and make it better. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 14:57:57 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 3315837B416 for ; Wed, 20 Feb 2002 14:57:54 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id g1KMvnN86788; Wed, 20 Feb 2002 16:57:49 -0600 (CST) (envelope-from dan) Date: Wed, 20 Feb 2002 16:57:49 -0600 From: Dan Nelson To: Roman Neuhauser Cc: freebsd-questions@FreeBSD.ORG Subject: Re: terminal color problems Message-ID: <20020220225749.GA31497@dan.emsphone.com> References: <20020215213729.A3410@lymond.lvcablemodem.com> <20020218182502.GR418@roman.mobil.cz> <20020220194448.GD4350@dan.emsphone.com> <20020220230139.GS418@roman.mobil.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020220230139.GS418@roman.mobil.cz> User-Agent: Mutt/1.3.27i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-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 (Feb 21), Roman Neuhauser said: > From: Dan Nelson > > In the last episode (Feb 18), Roman Neuhauser said: > > > From: Dale Morris > > > > #1 I have some sort of termcap problem. My terminal in Xwindows > > > > doesn't have color (xterm) when I use mutt or vim, but rxvt > > > > does. In the console, muttrc colors don't work properly and > > > > when I'm in rxvt I don't have color in vim, but I have color > > > > with vim in the console. ??? I'm sure there's some easy > > > > solution to this but it's way beyond me. Also, my backspace > > > > keys don't work properly in vim. Yet they work properly > > > > otherwise. > > > > > > FreeBSD termcap database is fucked up. Get Thomas E. Dickey's > > > termcap.src.gz. > > > > easier solution: set TERM=xterm-color > > easier? yes. correct? no. color *will* work, but other stuff will > break. xterm-color is *not* the correct description of the terminal. Considering that xterm-color is simply xterm-color|xterm-co|xterm with ANSI colors:\ :pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:tc=xterm: (i.e. it's the xterm entry plus color codes) I can't imagine what would break. -- 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 Feb 20 15: 2:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 31B2C37B402 for ; Wed, 20 Feb 2002 15:02:27 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1KN2OHr032575; Thu, 21 Feb 2002 00:02:24 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1KN2Orm032574; Thu, 21 Feb 2002 00:02:24 +0100 (CET) (envelope-from flo) Date: Thu, 21 Feb 2002 00:02:24 +0100 From: Florian Nigsch To: "B.K. DeLong" , freebsd-questions@freebsd.org Subject: Re: BASH programming question Message-ID: <20020221000224.A32489@nigsch.com> References: <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> <20020220224520.A31541@nigsch.com> <5.1.0.14.2.20020220165911.01e189a0@pop.earthlink.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <5.1.0.14.2.20020220165911.01e189a0@pop.earthlink.net>; from bkdelong@pobox.com on Wed, Feb 20, 2002 at 05:00:03PM -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 hi! you should use $(command) - it's the same as the backquotes `` which are only provided in bash 2* for backwards compatibility to bash 1* also, like in the other mail from xxx (dont remember..) you can use the exit status of the diff in the if structure like this: if diff file1 file2; then echo "no difference"; fi this works if diff returns zero on no differences found (which should be the case anyway) see diff(1) On Wed, Feb 20, 2002 at 05:00:03PM -0500, B.K. DeLong wrote: > >On Wed, Feb 20, 2002 at 04:17:57PM -0500, B.K. DeLong wrote: > > > #!/usr/local/bin/bash -x > > > ifconfig | grep "inet " | cut -f2 -d" " | grep 24. > /.newip > > > IP='diff /.newip /.currentip' > > > > > > if [ $IP <> null ]; then > > > cat /.newip > /.currentip; > > > mail -s "New IP" bkdelong@pobox.com < /.currentip; > > > echo "A New IP has been found" > > > exit 0 > > > fi ---end quoted text--- -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 15: 8:53 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 6E43937B404 for ; Wed, 20 Feb 2002 15:08:46 -0800 (PST) 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 PAA16029; Wed, 20 Feb 2002 15:08:43 -0800 Message-ID: <3C742C7B.6070707@owt.com> Date: Wed, 20 Feb 2002 15:08:43 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: Oscar Ricardo Silva Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel build failure after cvsup to 4.5 References: <5.1.0.14.2.20020220151343.02558ce8@mail.utexas.edu> 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 Oscar Ricardo Silva wrote: > At 02:53 PM 2/20/2002 -0600, Oscar Ricardo Silva, you wrote: > >> I have a FreeBSD 4.2 machine and I'm trying to upgrade to 4.5-STABLE. >> I got the latest source using cvsup and I'm now trying to rebuild and >> reinstall. Following the instructions in /usr/src/UPDATING: >> >> make buildworld >> make buildkernel KERNCONF=GENERIC >> make installkernel KERNCONF=GENERIC >> >> (and I've tried a stripped down, edited version of GENERIC as well). >> I can do the "make buildworld" fine, no problems there. When I do >> "make buildkernel" I run into a problem with xargs in the 3dfx >> directory, the error complains that "-J" is not a valid option. I've >> tried getting the source yesterday and today but still the same error. >> >> Any thoughts? Any suggestions/pointers? Are you supplying a -J option from your make.conf. FWIW, on 7 different speed machines, a -j actually slows the buildworld down. It takes longer by the clock to finish. It was only on an SMP system that the -j did anything useful. Kent > > > Here's the actual output of the kernel build procedure: > > ===> streams > ===> vesa > ===> wi > ===> 3dfx > cc -nostdinc -O -pipe -D_KERNEL -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- > -I. -I@ -I@/dev -I@/../include -fno-common -mpreferred-stack-boundary=2 > -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -c > /usr/src/sys/modules/3dfx/../../dev/tdfx/tdfx_pci.c > ld -d -warn-common -r -d -o 3dfx.kld tdfx_pci.o > touch > /usr/obj/usr/src/sys/NIC/modules/usr/src/sys/modules/3dfx/export_syms > awk -f /usr/src/sys/modules/3dfx/../../conf/kmod_syms.awk 3dfx.kld > /usr/obj/usr/src/sys/NIC/modules/usr/src/sys/modules/3dfx/export_syms | > xargs -J% objcopy % 3dfx.kld > xargs: illegal option -- J > usage: xargs [-0] [-t] [-n number [-x]] [-s size] [utility [argument ...]] > *** Error code 1 > Stop in /usr/src/sys/modules/3dfx. > *** Error code 1 > Stop in /usr/src/sys/modules. > *** Error code 1 > Stop in /usr/obj/usr/src/sys/NIC. > *** Error code 1 > Stop in /usr/src. > *** Error code 1 > Stop in /usr/src. > > > Oscar > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > . > -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com 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 Wed Feb 20 15:13:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mobil.cz (diana.mobil.cz [194.228.200.160]) by hub.freebsd.org (Postfix) with ESMTP id 70D5D37B400 for ; Wed, 20 Feb 2002 15:13:11 -0800 (PST) Received: from ester.mobil.cz (ester.mobil.cz [194.213.62.23]) by mobil.cz (8.11.6/8.11.0) with ESMTP id g1KNDA115562 for ; Thu, 21 Feb 2002 00:13:10 +0100 Received: from roman.mobil.cz ([10.2.0.89]) by ester.mobil.cz (Lotus Domino Release 5.0.7) with ESMTP id 2002022100093990:4048 ; Thu, 21 Feb 2002 00:09:39 +0100 Received: (from roman@localhost) by roman.mobil.cz (8.11.6/8.11.6) id g1KNPVT27764 for questions@freebsd.org; Thu, 21 Feb 2002 00:25:31 +0100 (CET) (envelope-from neuhauser@mobil.cz) X-Authentication-Warning: roman.mobil.cz: roman set sender to neuhauser@mobil.cz using -f Date: Thu, 21 Feb 2002 00:25:31 +0100 From: Roman Neuhauser To: questions@freebsd.org Subject: Re: newbie xterm color ? Message-ID: <20020220232531.GU418@roman.mobil.cz> Mail-Followup-To: questions@freebsd.org References: <126563389@toto.iv> <15476.3916.761080.392914@guru.mired.org> <20020220230527.GT418@roman.mobil.cz> <1014245887.2517.32.camel@osiris.sigterm.com> Mime-Version: 1.0 In-Reply-To: <1014245887.2517.32.camel@osiris.sigterm.com> User-Agent: Mutt/1.3.26i X-MIMETrack: Itemize by SMTP Server on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/21/2002 12:09:40 AM, Serialize by Router on ester/Mobil(Release 5.0.7 |March 21, 2001) at 02/21/2002 12:09:45 AM, Serialize complete at 02/21/2002 12:09:45 AM Content-Type: text/plain; charset=us-ascii 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 > Subject: Re: newbie xterm color ? > From: Stuart Tanner > To: Roman Neuhauser > Cc: questions@freebsd.org > Date: 21 Feb 2002 10:58:06 +1200 > > On Thu, 2002-02-21 at 11:05, Roman Neuhauser wrote: > > > Date: Wed, 20 Feb 2002 15:04:12 -0600 > > > To: Dale Morris > > > Cc: questions@freebsd.org > > > Subject: Re: newbie xterm color ? > > > From: "Mike Meyer" > > > > > > Dale Morris types: > > > > I'm having trouble finding how to make xterm display in color. I have > > > > [setenv TERM=xterm-color] in my .tcshrc but that doesn't do the trick. > > > > It's strange though, RXVT will display mutt in color, but XTERM won't, > > > > from the command line both vim and mutt both display in color, but not > > > > in xterm. > > > > > > You've got the setenv syntax wrong. RXVT works because it (presumably) > > > sets the xterm type to xterm-color itself, whereas xterm proper > > > doesn't. > > > > rxvt doesn't set TERM to xterm-color. and xterm-color is incorrect > > for rxvt just as it is incorrect for the Xfree86 xterm. > OK, then what should TERM be for rxvt and xterm? # rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM. # Since rxvt is not really compatible with xterm, it should be configured as # "rxvt" (monochrome) and "rxvt-color". # (untranslatable capabilities removed to fit entry within 1023 bytes) # (sgr removed to fit entry within 1023 bytes) # (acsc removed to fit entry within 1023 bytes) and xterm-xfree86|xterm-new|xterm terminal emulator (XFree86 4.0 Window System) -- FreeBSD 4.4-STABLE 12:19AM up 5 days, 1:46, 24 users, load averages: 0.23, 0.36, 0.18 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 15:14:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 24B1437B400 for ; Wed, 20 Feb 2002 15:14:39 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dfwb-00067p-00 for freebsd-questions@freebsd.org; Wed, 20 Feb 2002 23:14:37 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 21A2C13040 for ; Thu, 21 Feb 2002 00:14:37 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 6002) id 8493F22590; Thu, 21 Feb 2002 00:14:36 +0100 (CET) Date: Thu, 21 Feb 2002 00:14:36 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: BASH programming question Message-ID: <20020220231436.GA658@raggedclown.net> References: <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> <20020220224520.A31541@nigsch.com> <5.1.0.14.2.20020220165911.01e189a0@pop.earthlink.net> <20020221000224.A32489@nigsch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020221000224.A32489@nigsch.com> 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 On Thu, Feb 21, 2002 at 12:02:24AM +0100, Florian Nigsch wrote: > hi! > > you should use $(command) - it's the same as the backquotes `` which > are only provided in bash 2* for backwards compatibility to bash 1* > Mmm..also for backwards compatibility with old-foggies like me..who still use back-ticks.. no *should* about it... Although since one of the biggest pains in the bum in shell programming is hunting down missing quotes of any kind in large shell scripts, your advice is probably sound.. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 15:23:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from exchns02.PQAfrica.co.za (gate.pqafrica.co.za [196.29.130.1]) by hub.freebsd.org (Postfix) with ESMTP id 839EC37B402 for ; Wed, 20 Feb 2002 15:23:29 -0800 (PST) Received: from avns03.pqafrica.co.za (avns03.comparexafrica.co.za [196.10.24.127]) by exchns02.PQAfrica.co.za with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id FK62GABJ; Thu, 21 Feb 2002 01:22:30 +0200 Received: from 196.10.24.111 by avns03.pqafrica.co.za (InterScan E-Mail VirusWall NT); Wed, 20 Feb 2002 12:38:00 +0200 Received: by exchns02.pqafrica.co.za with Internet Mail Service (5.5.2653.19) id <1813MCD3>; Tue, 19 Feb 2002 09:02:56 +0200 Message-ID: <501BF453CDCFD111A6E40080C83DAC04E4BC90@PSICS001> From: Vikash Badal / PCS To: "Freebsd-Questions (E-mail)" Subject: portupgrade && jdk-1.3.1p6 failure Date: Tue, 19 Feb 2002 09:04:23 +0200 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings, When trying to upgrade jdk-1.3.1 to patchset 6 I have encountered the following error : g++ -Wall -Wno-unused -Wconversion -O -c -I/usr/local/include -w - -D_GNU_SOURCE - -DXP_UNIX -DVERSION="\"1.3.1-p6-toor-020219-08:21\"" - -DDATE="\"Feb-19-2002\"" - DARCH="\"i386\"" -DRAPTOR_API -DNEW_STREAMING_API - -I../../tmp/bsd/i386/CClassHea ders -I../../oji-plugin/src/motif/common - -I../../oji-plugin/src/motif/navig5 -I/ usr/X11R6/include -I/usr/X11R6/include - -I../../../../src/share/javavm/export -I. ./../../../src/solaris/javavm/export - -I../../oji-plugin/include/solaris/navig5 - I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I - -I/usr/local/bin//../pl ugin/libg/lib/glib/include -I/usr/local/bin//../../share/plugin -o ../../tmp/bsd /i386/JavaVM5.o ../../oji-plugin/src/motif/navig5/JavaVM5.cpp ../../oji-plugin/src/motif/navig5/JavaVM5.cpp:88: gdk/gdk.h: No such file or dir ectory gmake[1]: *** [../../tmp/bsd/i386/JavaVM5.o] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/bu ild/solaris' gmake: *** [plugin-all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. ** Command failed: make clean build ** Fix the problem and try again. - ---> Skipping 'www/jakarta-tomcat' (jakarta-tomcat-3.2.3_1) because 'java/jdk13 ' (jdk-1.3.1p5) failed ** The following packages were not installed or upgraded (*:skipped / !:failed) ! java/jdk13 (jdk-1.3.1p5) (missing header) What have I done wrong ? Thanks Vikash -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.1i for non-commercial use iQA/AwUBPHHd+RvA3JmlEONgEQIZYQCgyE6WG+mrTtWQ1Q4EmuhZcN/IhvgAoKD9 pmtri532yxiT9dcMtwg6FypM =624I -----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 Feb 20 15:54:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay01.roc.frontiernet.net (alteon01b.roc.frontiernet.net [66.133.130.232]) by hub.freebsd.org (Postfix) with SMTP id 49A5037B400 for ; Wed, 20 Feb 2002 15:54:27 -0800 (PST) Received: (qmail 11254 invoked from network); 20 Feb 2002 23:54:26 -0000 Received: from unknown (HELO blacklamb.mykitchentable.net) ([207.173.227.80]) (envelope-sender ) by relay01.roc.frontiernet.net (qmail-ldap-1.03) with SMTP for ; 20 Feb 2002 23:54:26 -0000 Received: from mykitchentable.net (milkmaker [165.107.42.119]) by blacklamb.mykitchentable.net (Postfix) with ESMTP id 18AC4EE6E2 for ; Wed, 20 Feb 2002 15:54:25 -0800 (PST) Message-ID: <3C743745.30201@mykitchentable.net> Date: Wed, 20 Feb 2002 15:54:45 -0800 From: Drew Tomlinson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20020125 X-Accept-Language: en-us MIME-Version: 1.0 To: questions@freebsd.org Subject: JDK 1.31 Build Error 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 received the following error when attempting to build the jdk13 port: ERROR: BOOTDIR does not point to a valid Java 2 SDK Check that you have access to /usr/local/linux-jdk1.3.1/bin/java and/or check your value of ALT_BOOTDIR. I checked and I do not a a /usr/local/linux-jdk1.3.1 directory. And I'm confused as to why I would have one. It is my understanding that /java/jdk13 port is a FBSD port and not a Linux version. Can anyone explain this to me? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 16:24:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id 3E8A537B416 for ; Wed, 20 Feb 2002 16:24:15 -0800 (PST) Received: from adsl-20-126-51.chs.bellsouth.net (HELO yahoo.com) (66.20.126.51) by smtp.mail.vip.sc5.yahoo.com with SMTP; 21 Feb 2002 00:24:11 -0000 Message-ID: <3C743FCB.EAB98F25@yahoo.com> Date: Wed, 20 Feb 2002 19:31:07 -0500 From: Marcia Barrett Nice X-Mailer: Mozilla 4.78 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Bellsouth ADSL Setup 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 Alcatel Speed Touch Home ADSL modem supplied by Bellsouth, which I am trying to get my FreeBSD box to connect with. This isn't the Alcatel USB ADSL modem. I've configured my ppp.conf file according the Handbook for PPPoE (with a liberal dose of http://www.daemonnews.org/200101/pppoe.html for good measure). I have tried both connecting on start-up (by editing rc.conf) and starting manually. The box recognizes the modem and talks to it, the modem lights blink in sequences not dissimilar from those one sees when it is connected. However, I'm not getting a connection. (I cannot ping the DNS or anything else I've thought to try.) Looking through the archives, I found a couple instances of people asking about this, all of whom were directed to the sources I've used. Can anyone suggest what I may be doing wrong (or not doing at all)? If someone here is using bellsouth, could they send me their ppp.conf (or any other necessary files)? Thanks. MBNice _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 16:35:10 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 219EE37B402 for ; Wed, 20 Feb 2002 16:35:08 -0800 (PST) Received: from dialup-209.246.212.71.dial1.philadelphia1.level3.net ([209.246.212.71] helo=sparky) by blount.mail.mindspring.net with smtp (Exim 3.33 #1) id 16dhCR-00015x-00; Wed, 20 Feb 2002 19:35:03 -0500 From: Jud To: freebsd-questions Cc: Roman Neuhauser Date: Wed, 20 Feb 2002 19:34:56 -0500 X-Priority: 3 (Normal) In-Reply-To: <20020216194819.GD418@roman.mobil.cz> Message-Id: Subject: Re: cdplay oddity MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Mailer: Opera 6.01 build 1045 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 2/16/2002 2:48:19 PM, Roman Neuhauser wrote: >> Date: Sat, 16 Feb 2002 08:43:45 +0100 >> From: Cliff Sarginson [snip] >> Try: >> cdplay -d /dev/acd0a > > This doesn't work either, with the side effect that I cannot run > anything else while cdplay -d /dev/acd0a sits there: [snip] I sort of hesitate to make suggestions to folks who know more than I do, but have you tried /dev/acd0c, which is what I use when I want to play a CD (/dev/acd0a when I want to boot one)? Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 17:18:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by hub.freebsd.org (Postfix) with ESMTP id 4FD1E37B400 for ; Wed, 20 Feb 2002 17:18:14 -0800 (PST) Received: from there (lille-1-a7-2-95.dial.proxad.net [62.147.2.95]) by postfix3-2.free.fr (Postfix) with SMTP id 897B317ECF; Thu, 21 Feb 2002 02:18:12 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: Eric MC To: Richard =?iso-8859-15?q?=3Fepas?= Subject: Re: SB AWE64 Date: Wed, 20 Feb 2002 23:44:16 +0100 X-Mailer: KMail [version 1.3.1] References: <20020219125727.3C7B7AB18C@postfix1-2.free.fr> <20020219133917.GA39823@richard.eu.org> In-Reply-To: <20020219133917.GA39823@richard.eu.org> Cc: "freebsd-questions-en" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020221011812.897B317ECF@postfix3-2.free.fr> Sender: owner-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 it doesn't work. pcm and sbc doesn't exist and can't create it 'sh MAKEDEV pcm' in=20 /dev. Tryed several creatings, all, pcm0, no way. Of course recompildeet he kernel before. Message: pcm timeout ....=20 Why timeout , it doesn't exist ? On Tuesday 19 February 2002 14:39, you wrote: | This in MYKERNEL works with STABLE: | device pcm | device=09=09sbc | | I remember at some time I was unable to get it working at irq other | than 5. sbc0: at port | 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 pcm0: | on sbc0 | | On Tue Feb 19 11:45:05 2002 +0100 mess-mate wrote: | >Hello, | >readed some doc about to install my SB AWE64 ISA Pnp. | >But I think this one is out data and have of course syntax errors | > in MYKERNEL. | >Is there more updated doc or can anyone help me to configure my | >kernel about PnP and this card ? | >Thanks in advance | >-- | >mess-mate | > | >To Unsubscribe: send mail to majordomo@FreeBSD.org | >with "unsubscribe freebsd-questions" in the body of the message --=20 Eric MC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 17:18:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by hub.freebsd.org (Postfix) with ESMTP id 3CFF137B404 for ; Wed, 20 Feb 2002 17:18:15 -0800 (PST) Received: from there (lille-1-a7-2-95.dial.proxad.net [62.147.2.95]) by postfix3-2.free.fr (Postfix) with SMTP id 3241117F06; Thu, 21 Feb 2002 02:18:14 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: Lowell Gilbert Subject: Re: can't start Date: Wed, 20 Feb 2002 23:50:50 +0100 X-Mailer: KMail [version 1.3.1] References: <20020220211347.EA8BD17F67@postfix3-2.free.fr> <44k7t7dew4.fsf@lowellg.ne.mediaone.net> In-Reply-To: <44k7t7dew4.fsf@lowellg.ne.mediaone.net> Cc: "freebsd-questions-en" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020221011814.3241117F06@postfix3-2.free.fr> Sender: owner-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 the trick did it. (with cp ) But export is for bash, isn't ? So I'm in tsch. How do I chnage my shell to bash ? I only jnow bash. What's better tsch or bash ? On Wednesday 20 February 2002 22:25, you wrote: | mess-mate writes: | > Hello guys,I did a mistake. | > Forgot a quote in /etc/rc.conf, so is there a way to acces this | > file in read-write mode to correct the error ? | > Falling back to 'sh' give only access to this file in read mode | > and no editer available. | > So the only way (I think) is to cp my /etc/rc.conf-old to | > /rc.conf and reboot. | | This is a Frequently Asked Question. | Quoting | http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#RCC |ONF-READONLY: | | I made a mistake in rc.conf, or another startup file, and now I | cannot edit it because the filesystem is read-only. What should I | do? | | When you get the prompt to enter the shell pathname, simply | press ENTER, and run mount / to re-mount the root filesystem in | read/write mode. You may also need to run mount -a -t ufs to mount | the filesystem where your favourite editor is defined. If your | favourite editor is on a network filesystem, you will need to | either configure the network manually before you can mount network | filesystems, or use an editor which resides on a local filesystem, | such as ed(1). | | If you intend to use a full screen editor such as vi(1) or | emacs(1), you may also need to run export TERM=3Dcons25 so that these | editors can load the correct data from the termcap(5) database.=20 | Once you have performed these steps, you can edit /etc/rc.conf as | you usually would to fix the syntax error. The error message | displayed immediately after the kernel boot messages should tell | you the number of the line in the file which is at fault. | | To Unsubscribe: send mail to majordomo@FreeBSD.org | with "unsubscribe freebsd-questions" in the body of the message --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 17:26:17 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 31F3F37B404 for ; Wed, 20 Feb 2002 17:26:14 -0800 (PST) Received: from dialup-209.246.212.71.dial1.philadelphia1.level3.net ([209.246.212.71] helo=sparky) by blount.mail.mindspring.net with smtp (Exim 3.33 #1) id 16dhzk-0007fi-00; Wed, 20 Feb 2002 20:26:00 -0500 From: Jud To: Richard ?epas , Eric MC Cc: "freebsd-questions-en" Date: Wed, 20 Feb 2002 20:25:58 -0500 X-Priority: 3 (Normal) In-Reply-To: <20020221011812.897B317ECF@postfix3-2.free.fr> Message-Id: <5YIFEB6Y4263UO2VUSKIMKWC8E9SR.3c744ca6@sparky> Subject: Re: SB AWE64 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" X-Mailer: Opera 6.01 build 1045 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 2/20/2002 5:44:16 PM, Eric MC wrote: >Sorry it doesn't work. >pcm and sbc doesn't exist and can't create it 'sh MAKEDEV pcm' in >/dev. >Tryed several creatings, all, pcm0, no way. >Of course recompildeet he kernel before. >Message: pcm timeout .... >Why timeout , it doesn't exist ? [snip] In kernel: device pcm Then cd /dev && sh MAKEDEV snd0 Bit confusing that the name of the device driver in the kernel and the name for the device itself in /dev are different. Jud To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 17:31:24 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 7497137B404 for ; Wed, 20 Feb 2002 17:31:21 -0800 (PST) Received: from lymond.lvcm.com (cm238.47.234.24.lvcm.com [24.234.47.238]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAG15914; Wed, 20 Feb 2002 17:31:17 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcm.com (8.11.6/8.11.4) id g1L1VK101976 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 17:31:20 -0800 (PST) Date: Wed, 20 Feb 2002 17:31:20 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: Re: terminal color problems Message-ID: <20020220173120.A1911@lymond.lvcm.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020215213729.A3410@lymond.lvcablemodem.com> <20020218182502.GR418@roman.mobil.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020218182502.GR418@roman.mobil.cz>; from neuhauser@mobil.cz on Mon, Feb 18, 2002 at 19:25:02 +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 > FreeBSD termcap database is fucked up. > Get Thomas E. Dickey's termcap.src.gz. > I did that and just copied it to /etc/termcap and so far things seem to work fine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 17:33: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.registeredsite.com (mail1.registeredsite.com [64.224.9.10]) by hub.freebsd.org (Postfix) with ESMTP id 5F25D37B400 for ; Wed, 20 Feb 2002 17:33:00 -0800 (PST) Received: from mail.blue-mouse.com ([209.35.30.221]) by mail1.registeredsite.com (8.11.6/8.11.4) with ESMTP id g1L1Wxg30984 for ; Wed, 20 Feb 2002 20:32:59 -0500 Received: from CITYMOUSE [209.35.30.221] by mail.blue-mouse.com with ESMTP (SMTPD32-6.06) id AE461A5B00C0; Wed, 20 Feb 2002 20:32:54 -0500 From: "GB" To: Subject: Changing domain and host names Date: Wed, 20 Feb 2002 19:36:36 -0600 Message-ID: <000301c1ba78$34715910$0201a8c0@CITYMOUSE> 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 Sender: owner-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 need to change the host name and domain of my FreeBSD box. Relevant elements of the current configuration: * djbdns installed but NOT configured or started (other than setting up the user accounts to eventually access it). * Ditto for apache, PHP, Perl 5.6.1 and mysql. As I understand it, none of these should have the domain and host names in their config files and I should be able to make a global change in /etc/rc.conf -- is this correct, or should I make changes elsewhere as well? And once I make the changes, is a simple reboot all that's required? (As you might surmise, this is a brand new install, and we just decided to run it under a different host/domain for administrative reasons.) Many thanks, Greg B. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 17:33:20 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 C28F837B400 for ; Wed, 20 Feb 2002 17:33:18 -0800 (PST) Received: from lymond.lvcm.com (cm238.47.234.24.lvcm.com [24.234.47.238]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAG16119; Wed, 20 Feb 2002 17:33:16 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcm.com (8.11.6/8.11.4) id g1L1XI302006 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 17:33:18 -0800 (PST) Date: Wed, 20 Feb 2002 17:33:18 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: backspace in vim Message-ID: <20020220173318.B1911@lymond.lvcm.com> 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 Can anyone tell me what I need to add to vimrc or setup files to get vim to backspace properly. Someone tole me a quick hack for my vimrc, it worked great, but I've lost it. thanks dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 17:49: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from b0hc5815y9df.bc.hsia.telus.net (b0hc5815y9df.bc.hsia.telus.net [142.173.109.65]) by hub.freebsd.org (Postfix) with ESMTP id 9979E37B402 for ; Wed, 20 Feb 2002 17:48:57 -0800 (PST) Received: (from hanif@localhost) by b0hc5815y9df.bc.hsia.telus.net (8.11.6/8.11.6) id g1L1p9i02882; Wed, 20 Feb 2002 17:51:09 -0800 (PST) (envelope-from hanif) Date: Wed, 20 Feb 2002 17:50:58 -0800 From: Hanif Ladha To: Dale Morris Cc: freebsd-questions@FreeBSD.ORG Subject: Re: backspace in vim Message-ID: <20020221015058.GA2850@ladha.com> Mail-Followup-To: Dale Morris , freebsd-questions@FreeBSD.ORG References: <20020220173318.B1911@lymond.lvcm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020220173318.B1911@lymond.lvcm.com> 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 Dale Morris (dlm@well.com) wrote: > Can anyone tell me what I need to add to vimrc or setup files to get vim > to backspace properly. Someone tole me a quick hack for my vimrc, it > worked great, but I've lost it. You could try backspace=indent,eol,start also :help after invoking vim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 17:54: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe17.law11.hotmail.com [64.4.16.121]) by hub.freebsd.org (Postfix) with ESMTP id 1C08337B416 for ; Wed, 20 Feb 2002 17:53:57 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Feb 2002 17:53:56 -0800 X-Originating-IP: [216.175.75.6] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: error in tpfilter Date: Wed, 20 Feb 2002 20:54:01 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0067_01C1BA50.B9A51B80" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 21 Feb 2002 01:53:56.0935 (UTC) FILETIME=[9F973D70:01C1BA7A] Sender: owner-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_0067_01C1BA50.B9A51B80 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0068_01C1BA50.B9A51B80" ------=_NextPart_001_0068_01C1BA50.B9A51B80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I sent this message to turbo print, but no responce recieved. has = anyone had similar problems? ----- Original Message -----=20 From: Jeff Jeter=20 To: bug@turboprint.de=20 Sent: Monday, February 18, 2002 3:28 PM Subject: error in tpfilter Platform FreeBSD 4.4 LPR Spooler Canon S300 OUTPUT: bsd# turboprint -Plp testpage-a4.ps output.prn turboprint - executing tpfilter manually printer name: lp spool directory: turbo2 *** calling tpfilter now *** head: illegal line count -- 1c eval: 1: Syntax error: "(" unexpected *** tpfilter finished *** the output file may be copied to the printer now for example: cat [OUTPUTFILE] > /dev/lp0 bsd#=20 =20 output.prn is empty ------=_NextPart_001_0068_01C1BA50.B9A51B80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I sent this message to turbo print, but = no responce=20 recieved.  has anyone had similar problems?
 
----- Original Message -----=20
From: Jeff = Jeter
Sent: Monday, February 18, 2002 3:28 PM
Subject: error in tpfilter

Platform FreeBSD 4.4
LPR Spooler
Canon S300
 
OUTPUT:
bsd# turboprint -Plp testpage-a4.ps=20 output.prn
turboprint - executing tpfilter manually
printer name:=20 lp
spool directory: turbo2
*** calling tpfilter now ***
head: = illegal=20 line count -- 1c
eval: 1: Syntax error: "(" unexpected
*** = tpfilter=20 finished ***
the output file may be copied to the printer now
for = example:=20 cat [OUTPUTFILE] > /dev/lp0
bsd#
 
output.prn is = empty
------=_NextPart_001_0068_01C1BA50.B9A51B80-- ------=_NextPart_000_0067_01C1BA50.B9A51B80 Content-Type: application/octet-stream; name="turboprint.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="turboprint.log" ------=_NextPart_000_0067_01C1BA50.B9A51B80 Content-Type: application/octet-stream; name="turboprint_lpr.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="turboprint_lpr.log" =0A= =0A= -----------------------------=0A= New print job Mon Feb 18 15:13:38 EST 2002 - command line:=0A= -h -n root -j testpage-a4.ps /var/spool/lpd/turbo2/acct=0A= CONFIGNAME=3Dturbo2 CONFIGFILE=3D/var/spool/lpd/turbo2/tpprinter.cfg = USERCONFIG=3D/.turboprint/turbo2.cfg=0A= JOB=3D DATA=3D LOGIN=3D HOST=3D-n HOMEDIR=3D TEMP=3D/tmp/tpfilter1190.tmp=0A= filetype=3D/tmp/tpfilter1190.tmp: postscript document text conforming at = level 3.0=0A= output=3Ddevice=0A= command lines=0A= gs: gs -sDEVICE=3Dpcx24b -r600x600 -g4880x6945 -dSAFER -dNOPAUSE -dBATCH=0A= tp: tpprint -s8134x11575 -p-134x0 -a0 -v2 -dCanon_S300 -c0 -q1 -m0 -g2 = -f4 -i0 -o0 -u0 -t0 -y1 -bt1x0 -l/var/log/turboprint_lpr.log - -=0A= usegs: 1=0A= complete: /usr/share/turboprint/lib/tpstdin --paste = /tmp/tpfilter1190.tmp | gs -sDEVICE=3Dpcx24b -r600x600 -g4880x6945 = -dSAFER -dNOPAUSE -dBATCH -sOutputFile=3D>(tpprint -s8134x11575 -p-134x0 = -a0 -v2 -dCanon_S300 -c0 -q1 -m0 -g2 -f4 -i0 -o0 -u0 -t0 -y1 -bt1x0 = -l/var/log/turboprint_lpr.log - - ) - >> /var/log/turboprint_lpr.log=0A= ------- before execution of pipe --------=0A= =0A= -----------------------------=0A= New print job Mon Feb 18 15:21:05 EST 2002 - command line:=0A= -h -n root -j testpage-a4.ps /var/spool/lpd/turbo2/acct=0A= CONFIGNAME=3Dturbo2 CONFIGFILE=3D/var/spool/lpd/turbo2/tpprinter.cfg = USERCONFIG=3D/.turboprint/turbo2.cfg=0A= JOB=3D DATA=3D LOGIN=3D HOST=3D-n HOMEDIR=3D TEMP=3D/tmp/tpfilter1253.tmp=0A= filetype=3D/tmp/tpfilter1253.tmp: postscript document text conforming at = level 3.0=0A= output=3Ddevice=0A= command lines=0A= gs: gs -sDEVICE=3Dpcx24b -r600x600 -g4880x6945 -dSAFER -dNOPAUSE -dBATCH=0A= tp: tpprint -s8134x11575 -p-134x0 -a0 -v2 -dCanon_S300 -c0 -q1 -m0 -g2 = -f4 -i0 -o0 -u0 -t0 -y1 -bt1x0 -l/var/log/turboprint_lpr.log - -=0A= usegs: 1=0A= complete: /usr/share/turboprint/lib/tpstdin --paste = /tmp/tpfilter1253.tmp | gs -sDEVICE=3Dpcx24b -r600x600 -g4880x6945 = -dSAFER -dNOPAUSE -dBATCH -sOutputFile=3D>(tpprint -s8134x11575 -p-134x0 = -a0 -v2 -dCanon_S300 -c0 -q1 -m0 -g2 -f4 -i0 -o0 -u0 -t0 -y1 -bt1x0 = -l/var/log/turboprint_lpr.log - - ) - >> /var/log/turboprint_lpr.log=0A= ------- before execution of pipe --------=0A= =0A= ------=_NextPart_000_0067_01C1BA50.B9A51B80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 18: 1:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from raiden.jasnetworks.net (raiden.jasnetworks.net [65.194.248.251]) by hub.freebsd.org (Postfix) with ESMTP id 4B98837B400 for ; Wed, 20 Feb 2002 18:01:20 -0800 (PST) Received: from works ([192.168.0.2]) by raiden.jasnetworks.net (8.11.6/8.11.6) with ESMTP id g1L21Hr00420; Wed, 20 Feb 2002 21:01:23 -0500 (EST) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020220204534.009cf580@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Wed, 20 Feb 2002 21:07:17 -0500 To: "Marius Kirschner" , "FreeBSD Questions" From: Lord Raiden Subject: Re: .htaccess In-Reply-To: <019601c1ba5e$1f273580$5ae9b5ce@quasi1> 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, my turn to put in my 2cents and help out here. :) I'm no apache guru on this, but I've done my time around the block. If I'm wrong, someone back me up on this. :) Ok, is the website www.virtualweb.com exist on another server and points to the www.web.com/~joedoe/secure, or is it hosted on the same machine? IF it's on the same machine, you've got something setup in apache wrong that it's trying to see a different .htaccess file. If it's on a different machine, it won't see the .htaccess file at all, so your efforts are pointless. :) Now, on to the second thing. You need the reference you have in the .htaccess file in the secure directory in your .htaccess file in the root directory. You still need your other copy in the secure directory. I've had some situations where this was the only way it worked, other times it worked like it should where the server looks at the .htaccess file in the given directory access, but personally I've only gotten the virtual web references to work if both the root web, in this case www.web.com/joeuser/ and the /secure/ directories have the same info in the .htaccess files. Another thing. Sometimes apache doesn't like direct pathnames, but instead will only work with references like "AuthUserFile www.virtualweb.com/secure/.htpasswd" Had to do that with one of my error documents onetime. Try these ideas. And when you go hacking your .htaccess, remember to make a backup so if you toast something, you got an original to backup on. Learned that one the hard way too. :) Always backup any file you plan to edit, no matter how insignificant. hehe. At 05:29 PM 2/20/02 -0500, Marius Kirschner wrote: >I'm pulling my hair here....can't get .htaccess to work properly. > >If I do http://www.web.com/~joedoe/secure it WORKS > >But if I have a virtual web site's document root point to >/usr/home/joedoe/html and do a > >http://www.virtualweb.com/secure it DOESN'T work! > >The .htaccess and .htpasswd files are in the /usr/home/joedoe/secure >directory, but if I go there using the virtual domain name it by-passes >the .htaccess file. > >The .htaccess looks like that: > >AuthUserFile /usr/home/joedoe/html/secure/.htpasswd >AuthName "Private" >AuthType Basic >require user vippy >Satisfy any > >Any clues? Thanks, > > ---Marius > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" 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 Feb 20 18: 2:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from visar.norris-net.com (adsl-156-89-219.asm.bellsouth.net [66.156.89.219]) by hub.freebsd.org (Postfix) with ESMTP id 55BFE37B417 for ; Wed, 20 Feb 2002 18:02:19 -0800 (PST) Received: (from derrick@localhost) by visar.norris-net.com (8.11.6/8.11.6) id g1L227k34713; Wed, 20 Feb 2002 21:02:07 -0500 (EST) (envelope-from derrick) Message-Id: <200202210202.g1L227k34713@visar.norris-net.com> Content-Type: text/plain; charset="iso-8859-1" From: Derrick Norris Reply-To: derrick@norris-net.com To: "Praveen Polishetty" , Subject: Re: WMFS Date: Wed, 20 Feb 2002 21:02:07 -0500 X-Mailer: KMail [version 1.3.2] References: <000801c1b975$2b51fc30$f92cb69d@cerc.wvu.edu> In-Reply-To: <000801c1b975$2b51fc30$f92cb69d@cerc.wvu.edu> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wednesday 13 February 2002 02:27 pm, Praveen Polishetty wrote: > Hi, > I am trying to build My own kernel for Elephant File system.I > included two more options in my kernel file in addition to the > options given in GENERIC file. > > options NULLFS #NULL filesystem > options WMFS #ELEPHANT filesystem. > > when i try to build the kernel it is giving me an error saying > unknown option WMFS . I would appreciate if you can tell me what > the problem is. A quick google search sent me to the freebsd projects page http://www.freebsd.org/projects, which links to Elephant under the "File system" section. That will send you to http://www.cs.ubc.ca/~feeley/DSG%20Web/dsg_p_elephant.html, which states that the elephant system is implemented as a virtual file system and is "available upon request." Have you contacted the people referenced on that page to see if you can get whatever you need to implement WMFS? One thing I noticed when I did the search is that I couldn't find much on elephant that mentioned anything later than FreeBSD 2.2.7, so the project may be pretty stale. You might want to also take a look at http://www.cs.ubc.ca/cgi-bin/tr/2001/TR-2001-07.pdf, about the mammoth file system which seems to be something fairly parallel to elephant, but may be available in a later version of FreeBSD. In any case, it looks like www.cs.ubc.ca is the place you need to start... Derrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 18: 9:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from joshua.site-fx.net (ajhm54hby52pi.bc.hsia.telus.net [66.183.47.29]) by hub.freebsd.org (Postfix) with ESMTP id 5C22E37B400 for ; Wed, 20 Feb 2002 18:09:42 -0800 (PST) Received: from agent-orange.site-fx.net (gateway.site-fx.net [192.168.1.1]) by joshua.site-fx.net (8.12.1/8.11.4) with ESMTP id g1KLP2v6029808; Wed, 20 Feb 2002 13:25:02 -0800 (PST) Subject: Re: 65000+ accounts From: "James A. Peltier" To: Nick Rogness Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 20 Feb 2002 13:25:11 -0800 Message-Id: <1014240311.2766.2.camel@agent-orange.site-fx.net> 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 LDAP On Wed, 2002-02-20 at 13:23, Nick Rogness wrote: > > Will the ~65000 account maximum in the password file be increased for 5.0 > when it comes out? If so, is it already in -CURRENT? If not, what are my > other alternatives to using a standard password style file/db to > break through this barrier...NIS maybe? > > Has anybody reached this limit and converted to something else? I'd love > to hear about it. > > On the same lines, will username length be increased from 16 ? > > Nick Rogness > - Don't mind me...I'm just sniffing your packets > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- -James Hardware, n.: The parts of a computer system that can be kicked. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 18:41:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.5.10]) by hub.freebsd.org (Postfix) with ESMTP id 0F27037B404 for ; Wed, 20 Feb 2002 18:41:13 -0800 (PST) Received: from preinst (ool-18bf264d.dyn.optonline.net [24.191.38.77]) by mta4.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with SMTP id <0GRV00BC53GN6I@mta4.srv.hcvlny.cv.net> for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 21:41:11 -0500 (EST) Date: Wed, 20 Feb 2002 21:53:03 -0500 From: khalid Subject: free bsd To: freebsd-questions@FreeBSD.ORG Message-id: <000801c1ba82$e1c0ac60$4d26bf18@preinst> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Mailer: Microsoft Outlook Express 5.00.2615.200 Content-type: multipart/alternative; boundary="Boundary_(ID_UX2Gme9UFzryCXkT/RCViw)" X-Priority: 3 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 This is a multi-part message in MIME format. --Boundary_(ID_UX2Gme9UFzryCXkT/RCViw) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Hello there,i am interested in purchasing the free bsd software.I just bought a new computer with no operating system and have a few questions about that.Do you need the internet to utilize the unix based bsd or when i purchase the software can i just install it on my system.Please advise.Thank you. Khalid --Boundary_(ID_UX2Gme9UFzryCXkT/RCViw) Content-type: text/html; charset=iso-8859-1 Content-transfer-encoding: 7BIT
Hello there,i am interested in purchasing the free bsd software.I just bought a new computer with no operating system and have a few questions about that.Do you need the internet to utilize the unix based bsd or when i purchase the software can i just install it on my system.Please advise.Thank you.
 
Khalid
--Boundary_(ID_UX2Gme9UFzryCXkT/RCViw)-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 18:44:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from brain-stream.com (brain-stream.com [209.95.107.206]) by hub.freebsd.org (Postfix) with ESMTP id 8880E37B400 for ; Wed, 20 Feb 2002 18:44:09 -0800 (PST) Received: from pantalaimon.pobox.com (h00609708e398.ne.mediaone.net [24.128.187.79]) by brain-stream.com (8.9.3/8.9.3) with ESMTP id SAA10179 for ; Wed, 20 Feb 2002 18:44:00 -0800 (PST) Message-Id: <5.1.0.14.2.20020220214132.029df6f0@pop.earthlink.net> X-Sender: bkdelong@pop.earthlink.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 20 Feb 2002 21:43:53 -0500 To: freebsd-questions@freebsd.org From: "B.K. DeLong" Subject: Re: BASH programming question In-Reply-To: <20020220231436.GA658@raggedclown.net> References: <20020221000224.A32489@nigsch.com> <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> <5.1.0.14.2.20020220160637.02763050@pop.earthlink.net> <20020220224520.A31541@nigsch.com> <5.1.0.14.2.20020220165911.01e189a0@pop.earthlink.net> <20020221000224.A32489@nigsch.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 Hi all - Thanks for all your help - here's the finished script. I know the comments are a bit anal but I hate having to look all over the place for the same info again. Comments welcome: http://www.brain-stream.com/freebsd/2002/scripts/newip #!/usr/local/bin/bash # This script was first written by B.K. DeLong (bkdelong@pobox.com) on 2/20/2002 with help from # Cliff Sarginson, Florian Nigsch and other members of the freebsd-questions@freebsd.org list. # # The purpose of this script is if the server reboots when no one is around, it will find # the new IP and email it out to a set alias. # # I'm a bit anal with the following comments but that's because as of the creation of this # script, it's all new to me and below is what I had to figure out to get this program running. # I'm a big believer of giving all the details so people can learn # in the process of doing something new. # # Before running this script for the first time, make sure your current ip address is in the file ".currentip". # You can do this by typing "echo your.current.ip > /usr/local/bin/.currentip" # # Next, be sure to replace "xl0" with whatever device code designates your network card connecting to the Internet # (most likely through a cable modem or DSL router if you're using this script). # # Replace "firewall.internal.brain-stream.com with the hostname for this particular server or customize # everything in quotes after "mail -s" with whatever you want the subject to be for the mail that will # notify you of an IP change. # # Finally, change the lowercase "ip", (after the mail subject), to whatever mail alias you want the email # alert sent to. This can be "root" or any external email address that you can monitor should you not # be able to get into the system running the script. If you're not actively running sendmail or any other # active mail program, be sure to configure an external SMTP server that you can send mail out of. # # Look for the following line in your /etc/mail/sendmail.cf file: # "Smart" relay host (may be null) # DS # # And make the following changes: # DSsmtp:[your.external.smtpserver.com] # # If you want to test the script, first "chmod +x" it so you can run it. Then put a fake IP in /usr/local/bin/.currentip # using the above instructions. Run the script nd it should pull your true IP, compare it against the fake one # and send you an email pointing out your real IP. # # I have this program running in /etc/crontab with the following configuration: # * * * * * root /usr/local/bin/newip # # This runs the script once a minute to check for a new IP so you don't have to wait an half-an-hour or an hour # for your new address to be mailed to you. You can obviously up the time to 5, 10, or even 15 minutes by # editing the first "*" to the number of minutes desired. Be sure to "kill -HUP cron.process.number" to restart cron with # the new settings. ifconfig xl0 | grep "inet " | cut -f2 -d" " > /usr/local/bin/.newip if diff /usr/local/bin/.newip /usr/local/bin/.currentip; then exit 0; else cat /usr/local/bin/.newip > /usr/local/bin/.currentip; mail -s "New IP for firewall.internal.brain-stream.com " ip < /usr/local/bin/.currentip; echo "A New IP has been found" exit 0 fi -- B.K. DeLong bkdelong@pobox.com 617.877.3271 http://www.brain-stream.com Play. http://www.the-leaky-cauldron.org Potter. http://www.attrition.org Security. http://www.artemisiabotanicals.com Herb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 19: 0:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.webmailer.de (natwar.webmailer.de [192.67.198.70]) by hub.freebsd.org (Postfix) with ESMTP id BD4F437B400 for ; Wed, 20 Feb 2002 19:00:31 -0800 (PST) Received: from chillt.de (dsl-213-023-045-051.arcor-ip.net [213.23.45.51]) by post.webmailer.de (8.9.3/8.8.7) with ESMTP id EAA04753; Thu, 21 Feb 2002 04:00:28 +0100 (MET) Message-ID: <3C74632C.9080300@chillt.de> Date: Thu, 21 Feb 2002 04:02:04 +0100 From: Bartosz Piotr Fabianowski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8+) Gecko/20020212 X-Accept-Language: en-us MIME-Version: 1.0 To: khalid Cc: freebsd-questions@FreeBSD.ORG Subject: Re: free bsd References: <000801c1ba82$e1c0ac60$4d26bf18@preinst> 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 > Do you need the internet to utilize the unix based bsd or > when i purchase the software can i just install it on my system.Please > advise.Thank you. You don't need Internet access in order to use FreeBSD. It makes sense to use FreeBSD on the net because of iths powerful features and its security features - but it's up to you whether you use it on- or offline :). Bartosz Fabianowski To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 19: 7:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wiproecmx1.wipro.com (wiproecmx1.wipro.com [164.164.31.5]) by hub.freebsd.org (Postfix) with ESMTP id 5F66E37B402 for ; Wed, 20 Feb 2002 19:07:50 -0800 (PST) Received: from ecvwall1.wipro.com (ecvwall1.wipro.com [164.164.23.6]) by wiproecmx1.wipro.com (8.11.3/8.11.3) with SMTP id g1L36UP01923 for ; Thu, 21 Feb 2002 08:36:31 +0530 (IST) Received: from Jaideep ([192.168.81.17]) by ecmail.mail.wipro.com (Netscape Messaging Server 4.15) with ESMTP id GRV4OT00.RFV; Thu, 21 Feb 2002 08:37:41 +0530 From: "Jaideep Bhatia" To: "'Vikash Badal / PCS'" , "'Freebsd-Questions (E-mail)'" Subject: RE: portupgrade && jdk-1.3.1p6 failure Date: Thu, 21 Feb 2002 08:34:42 +0530 Organization: Wipro Technologies Message-ID: <003801c1ba84$82231070$1151a8c0@Jaideep> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-ff7bbd30-266d-11d6-a942-00b0d0d06be8" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <501BF453CDCFD111A6E40080C83DAC04E4BC90@PSICS001> 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. ------=_NextPartTM-000-ff7bbd30-266d-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Most probably the port could not install the file j2sdk-1_3_1_02-linux-i386.bin. Try again after downloading it from java.sun.com and putting it in /usr/ports/distfiles. -jaideep -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Vikash Badal / PCS Sent: Tuesday, February 19, 2002 12:34 PM To: Freebsd-Questions (E-mail) Subject: portupgrade && jdk-1.3.1p6 failure -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings, When trying to upgrade jdk-1.3.1 to patchset 6 I have encountered the following error : g++ -Wall -Wno-unused -Wconversion -O -c -I/usr/local/include -w - -D_GNU_SOURCE - -DXP_UNIX -DVERSION="\"1.3.1-p6-toor-020219-08:21\"" - -DDATE="\"Feb-19-2002\"" - DARCH="\"i386\"" -DRAPTOR_API -DNEW_STREAMING_API - -I../../tmp/bsd/i386/CClassHea ders -I../../oji-plugin/src/motif/common - -I../../oji-plugin/src/motif/navig5 -I/ usr/X11R6/include -I/usr/X11R6/include - -I../../../../src/share/javavm/export -I. ./../../../src/solaris/javavm/export - -I../../oji-plugin/include/solaris/navig5 - I/usr/local/include/glib12 -I/usr/X11R6/include/gtk12 -I - -I/usr/local/bin//../pl ugin/libg/lib/glib/include -I/usr/local/bin//../../share/plugin -o ../../tmp/bsd /i386/JavaVM5.o ../../oji-plugin/src/motif/navig5/JavaVM5.cpp ../../oji-plugin/src/motif/navig5/JavaVM5.cpp:88: gdk/gdk.h: No such file or dir ectory gmake[1]: *** [../../tmp/bsd/i386/JavaVM5.o] Error 1 gmake[1]: Leaving directory `/usr/ports/java/jdk13/work/j2sdk1.3.1/ext/plugin/bu ild/solaris' gmake: *** [plugin-all] Error 1 *** Error code 2 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. *** Error code 1 Stop in /usr/ports/java/jdk13. ** Command failed: make clean build ** Fix the problem and try again. - ---> Skipping 'www/jakarta-tomcat' (jakarta-tomcat-3.2.3_1) because 'java/jdk13 ' (jdk-1.3.1p5) failed ** The following packages were not installed or upgraded (*:skipped / !:failed) ! java/jdk13 (jdk-1.3.1p5) (missing header) What have I done wrong ? Thanks Vikash -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.1i for non-commercial use iQA/AwUBPHHd+RvA3JmlEONgEQIZYQCgyE6WG+mrTtWQ1Q4EmuhZcN/IhvgAoKD9 pmtri532yxiT9dcMtwg6FypM =624I -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------=_NextPartTM-000-ff7bbd30-266d-11d6-a942-00b0d0d06be8 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ******************************************************************** ------=_NextPartTM-000-ff7bbd30-266d-11d6-a942-00b0d0d06be8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 19: 8:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from wiproecmx1.wipro.com (wiproecmx1.wipro.com [164.164.31.5]) by hub.freebsd.org (Postfix) with ESMTP id 5CBAB37B402 for ; Wed, 20 Feb 2002 19:08:06 -0800 (PST) Received: from ecvwall1.wipro.com (ecvwall1.wipro.com [164.164.23.6]) by wiproecmx1.wipro.com (8.11.3/8.11.3) with SMTP id g1L36lP01998 for ; Thu, 21 Feb 2002 08:36:47 +0530 (IST) Received: from Jaideep ([192.168.81.17]) by ecmail.mail.wipro.com (Netscape Messaging Server 4.15) with ESMTP id GRV4PA01.2E9; Thu, 21 Feb 2002 08:37:58 +0530 From: "Jaideep Bhatia" To: "'Drew Tomlinson'" , Subject: RE: JDK 1.31 Build Error Date: Thu, 21 Feb 2002 08:34:58 +0530 Organization: Wipro Technologies Message-ID: <003901c1ba84$8c165dd0$1151a8c0@Jaideep> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPartTM-000-ff7bbd55-266d-11d6-a942-00b0d0d06be8" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 In-Reply-To: <3C743745.30201@mykitchentable.net> 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. ------=_NextPartTM-000-ff7bbd55-266d-11d6-a942-00b0d0d06be8 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Most probably the port could not install the file j2sdk-1_3_1_02-linux-i386.bin. Try again after downloading it from java.sun.com and putting it in /usr/ports/distfiles. -jaideep -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Drew Tomlinson Sent: Thursday, February 21, 2002 5:25 AM To: questions@FreeBSD.ORG Subject: JDK 1.31 Build Error I received the following error when attempting to build the jdk13 port: ERROR: BOOTDIR does not point to a valid Java 2 SDK Check that you have access to /usr/local/linux-jdk1.3.1/bin/java and/or check your value of ALT_BOOTDIR. I checked and I do not a a /usr/local/linux-jdk1.3.1 directory. And I'm confused as to why I would have one. It is my understanding that /java/jdk13 port is a FBSD port and not a Linux version. Can anyone explain this to me? Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message ------=_NextPartTM-000-ff7bbd55-266d-11d6-a942-00b0d0d06be8 Content-Type: text/plain; name="Wipro_Disclaimer.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="Wipro_Disclaimer.txt" **************************Disclaimer************************************ Information contained in this E-MAIL being proprietary to Wipro Limited is 'privileged' and 'confidential' and intended for use only by the individual or entity to which it is addressed. You are notified that any use, copying or dissemination of the information contained in the E-MAIL in any manner whatsoever is strictly prohibited. ******************************************************************** ------=_NextPartTM-000-ff7bbd55-266d-11d6-a942-00b0d0d06be8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 19:10: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from femail11.sdc1.sfba.home.com (femail11.sdc1.sfba.home.com [24.0.95.107]) by hub.freebsd.org (Postfix) with ESMTP id EEC1537B402 for ; Wed, 20 Feb 2002 19:09:58 -0800 (PST) Received: from there ([68.82.36.167]) by femail11.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20020221030958.QQRM18863.femail11.sdc1.sfba.home.com@there> for ; Wed, 20 Feb 2002 19:09:58 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Eric I.Arnoth Reply-To: earnoth@comcast.net To: freebsd-questions@freebsd.org Subject: syslog.conf problems Date: Wed, 20 Feb 2002 22:07:17 -0500 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020221030958.QQRM18863.femail11.sdc1.sfba.home.com@there> Sender: owner-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 anyone replies to my message, please be sure to keep my email on the CC or TO fields, I do not subscribe to this list. I've been trying to get a script which will take the output from syslog and handle it, but I can't get past the hello world stage. I've tried a bourne shell script and a python script (which is the language I want to write the end-result in). With the bourne shell script, I get countless error messages like the following, with decrementing subprocess IDs: ----------------------------------------------------- Feb 20 21:39:10 systemname syslogd: Logging subprocess 1894 (exec /hello_log.sh) exited with status 126. Feb 20 21:39:10 systemname syslogd: exec /hello_log.sh: Broken pipe ----------------------------------------------------- Here's the bournshell script hello_log.sh: ----------------------------------------------------- #!/bin/sh read line echo "$line" >> /test.out ----------------------------------------------------- With the Python script, I only get output after I HUP the syslogd process. I get all the output I should, but I want it processed real-time by a run-once-and-die script. Here's a few variations of the python script I've tried: ----------------------------------------------------- #!/usr/local/bin/python import sys test_file = open("/test.out", 'a') test_file.write(sys.__stdin__.read()) test_file.flush() test_file.close() sys.exit() ----------------------------------------------------- #!/usr/local/bin/python import sys test_file = open("/test.out", 'a') for char in sys.__stdin__.read(): test_file.write(char) test_file.flush() test_file.close() sys.exit() ----------------------------------------------------- #!/usr/local/bin/python import sys test_file = open("/test.out", 'a') for char in sys.__stdin__.read(): if char=='\012': test_file.write(char) test_file.flush() test_file.close() sys.exit() else: test_file.write(char) test_file.flush() test_file.close() sys.exit() ----------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 19:18:17 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 81D3A37B402 for ; Wed, 20 Feb 2002 19:18:15 -0800 (PST) Received: from lymond.lvcm.com (cm238.47.234.24.lvcm.com [24.234.47.238]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAG26813; Wed, 20 Feb 2002 19:18:13 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcm.com (8.11.6/8.11.4) id g1L3IGk07362 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 19:18:16 -0800 (PST) Date: Wed, 20 Feb 2002 19:18:16 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: Re: backspace in vim Message-ID: <20020220191816.A7295@lymond.lvcm.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020220173318.B1911@lymond.lvcm.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: <20020220173318.B1911@lymond.lvcm.com>; from dlm@well.com on Wed, Feb 20, 2002 at 17:33:18 -0800 Sender: owner-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, 20 Feb 2002, Dale Morris wrote: I found the solution for this backspace problem: :if &term == "termname" : set t_kb=^V : fixdel endif Of course, it was right there in plain sight in the vim 6.0 manual.. thanks Hanif! dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 19:29:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hpux38.dc.engr.scu.edu (hpux38.dc.engr.scu.edu [129.210.16.38]) by hub.freebsd.org (Postfix) with ESMTP id 0F97E37B405 for ; Wed, 20 Feb 2002 19:29:42 -0800 (PST) Received: from localhost (dclark@localhost) by hpux38.dc.engr.scu.edu (8.10.2/8.10.2) with ESMTP id g1L3Tbh03579 for ; Wed, 20 Feb 2002 19:29:38 -0800 (PST) Date: Wed, 20 Feb 2002 19:29:37 -0800 (PST) From: "Dorr H. Clark" To: freebsd-questions@freebsd.org Subject: problems building gdb on FreeBSD 4.4 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'm confused. I did an installation through the menu from the 4.4 CD, asking for all sources & X but no games. Some time later, I did this: cd /usr/src/contrib/gdb/ ./configure echo4.4-RELEASE: not found Configuring for a i386-unknown-freebsdelf host. ./move-if-change: Can't open ./move-if-change: No such file or directory *** cannot find move-if-change. I also had a gdb 4.18 tarball from the gnu FTP site downloaded last year. I opened that up into the file system in a different area, then did this: cd /home/gdb/gdb_4_18_from_gnu/ ./configure make gcc -c -g -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -I./tui solib.c solib.c:212: warning: `struct rt_symbol' declared inside parameter list solib.c:212: warning: its scope is only this definition or declaration, which is probably not what you want. solib.c: In function `solib_map_sections': solib.c:344: structure has no member named `som_addr' solib.c:345: structure has no member named `som_addr' solib.c: In function `solib_add_common_symbols': solib.c:405: argument `rtc_symp' doesn't match prototype solib.c:212: prototype declaration solib.c:406: storage size of `inferior_rtc_symb' isn't known solib.c: In function `first_link_map_member': solib.c:892: sizeof applied to an incomplete type solib.c:893: invalid use of undefined type `struct _dynamic' solib.c:897: invalid use of undefined type `struct _dynamic' solib.c:898: sizeof applied to an incomplete type solib.c:899: invalid use of undefined type `struct section_dispatch_table' solib.c: In function `alloc_solib': solib.c:996: structure has no member named `som_path' solib.c: In function `find_solib': solib.c:1080: structure has no member named `som_next' solib.c:1159: structure has no member named `som_path' solib.c: In function `symbol_add_stub': solib.c:1203: structure has no member named `som_addr' solib.c: In function `info_sharedlibrary_command': solib.c:1420: structure has no member named `som_addr' solib.c: In function `solib_address': solib.c:1469: structure has no member named `som_addr' solib.c: In function `disable_break': solib.c:1555: sizeof applied to an incomplete type solib.c:1561: invalid use of undefined type `struct so_debug' solib.c:1562: invalid use of undefined type `struct so_debug' solib.c:1563: invalid use of undefined type `struct so_debug' solib.c: In function `enable_break': solib.c:1647: sizeof applied to an incomplete type solib.c:1656: invalid use of undefined type `struct _dynamic' solib.c:1660: invalid use of undefined type `struct so_debug' solib.c: In function `special_symbol_handling': solib.c:1947: sizeof applied to an incomplete type solib.c:1958: invalid use of undefined type `struct _dynamic' solib.c:1965: sizeof applied to an incomplete type solib.c:1971: invalid use of undefined type `struct so_debug' solib.c:1973: invalid use of undefined type `struct so_debug' solib.c: At top level: solib.c:117: storage size of `dynamic_copy' isn't known solib.c:118: storage size of `ld_2_copy' isn't known solib.c:119: storage size of `debug_copy' isn't known *** Error code 1 Stop in /home/gdb/gdb-4.18_local/gdb. Looking in the code for solib.c, the failing code is inside an #ifndef SVR4_SHARED_LIBRARIES, but even if this flag is thrown solib.c fails a different way. Going to the FreeBSD CVS website, it doesn't appear that "solib.c" has been updated for any recent purpose. Going to the gnu website, I find that all versions before 5.0 have been wiped. The archive location is Redhat, which stores the 4.18 tarball as a .gz2 file. Is this a Pax or RPM storage format? My tar can't seem to make sense of it. Apologies in advance for not being Linux literate... Is there some obvious mistake I'm making? -Dorr H. Clark ps- If FreeBSD 4.x doesn't have SVR4_SHARED_LIBRARIES, then what kind of shared libraries does it have? pps- Please cc me on any response since I am unsubscribed. Thx. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 19:33:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.kc.rr.com (fe3.rdc-kc.rr.com [24.94.163.50]) by hub.freebsd.org (Postfix) with ESMTP id 7800B37B419 for ; Wed, 20 Feb 2002 19:33:25 -0800 (PST) Received: from gruffy.kc.rr.com ([65.26.58.166]) by mail3.kc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Wed, 20 Feb 2002 21:32:36 -0600 Received: (from riksca@localhost) by gruffy.kc.rr.com (8.11.6/8.11.6) id g1L3XcJ00599 for freebsd-questions@FreeBSD.ORG; Wed, 20 Feb 2002 21:33:38 -0600 (CST) (envelope-from riksca) Date: Wed, 20 Feb 2002 21:33:37 -0600 From: RikScarborough To: FreeBSD Questions Subject: Information on imap-uw Message-ID: <20020221033337.GC500@gruffy.kc.rr.com> Mail-Followup-To: FreeBSD Questions 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 Is anyone using UW for IMAP and POP3? I've installed it, but at the end of the install it warned that there were some security errors. Can anyone give me some more information on that? Any feedback you have would be appreciated. ~Rik -- Ranger Rik -- RikSca@mac.com Brought to you by FreeBSD 4.4 Joshua 24:15 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 19:41:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 06E9A37B402 for ; Wed, 20 Feb 2002 19:41:20 -0800 (PST) Received: (qmail 22262 invoked by uid 100); 21 Feb 2002 03:41:16 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15476.27740.391309.253999@guru.mired.org> Date: Wed, 20 Feb 2002 21:41:16 -0600 To: Roman Neuhauser Cc: questions@freebsd.org Subject: Re: terminal color problems In-Reply-To: <127431455@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Roman Neuhauser types: > easier? yes. correct? no. color *will* work, but other stuff will > break. xterm-color is *not* the correct description of the terminal. So what are the PR #'s for the problem reports you've filed about this? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 20: 9:29 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 B07DE37B402 for ; Wed, 20 Feb 2002 20:09:23 -0800 (PST) Received: from dlep7.itg.ti.com ([157.170.134.103]) by go4.ext.ti.com (8.11.6/8.11.6) with ESMTP id g1L49Nc04776; Wed, 20 Feb 2002 22:09:23 -0600 (CST) Received: from dlep7.itg.ti.com (localhost [127.0.0.1]) by dlep7.itg.ti.com (8.9.3/8.9.3) with ESMTP id WAA03621; Wed, 20 Feb 2002 22:09:22 -0600 (CST) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep7.itg.ti.com (8.9.3/8.9.3) with ESMTP id WAA03595; Wed, 20 Feb 2002 22:09:20 -0600 (CST) Received: from paspcsham (dhcp86222 [157.87.86.222]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id JAA16052; Thu, 21 Feb 2002 09:39:17 +0530 (IST) Message-ID: <00cf01c1ba8e$32f4f040$de56579d@india.ti.com> From: "Gautham Ganapathy" To: Cc: "FreeBSD Questions @ FreeBSD.org" References: Subject: Re: RAM Memory Question Date: Thu, 21 Feb 2002 09:44:02 +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 i don't think MAXMEM is the problem. I have an Athlon with 256 MB RAM (2 PC133 sticks) and it worked fine out of the box. but i am running 4.3-RELEASE. would that make a difference ----- Original Message ----- From: "Jesse Geddis" To: Sent: Wednesday, February 20, 2002 9:58 PM Subject: RE: RAM Memory Question > have you tried setting the MAXMEM option in your kernel? > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Angell > Sent: Wednesday, February 20, 2002 8:27 AM > To: freebsd-questions@FreeBSD.ORG > Subject: RAM Memory Question > > > Helpers, > > I have a FreeBSD machine running 4.5 Release. This machine has 256 megs of > ram. On startup, FreeBSD (or the boot loader?) recognizes the ram. It sees > all 256 megs. The message reads something like "BIOS Reports 256789Kb". > > When the kernel takes over booting, it complains something like "Memory Hole > in physical memory, giving up". The error is NOT in DMESG, though DMESG > does say that this machine has only 150 megs of real and 142 megs of > available memory. > > Does anyone have any ideas? This machine is a new 1 Ghz Athlon with two > sticks of PC-133 SDRAM. This problem is rather puzzling. Usually, in my > experiences, ram either does its thing like it's supposed to, or simply > renders the machine inoperable. > > Thanks, > > Chris Angell. > > _________________________________________________________________ > 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 > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 20:22:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bernama.com (mail.bernama.com [202.188.124.50]) by hub.freebsd.org (Postfix) with ESMTP id 9FBA637B405 for ; Wed, 20 Feb 2002 20:22:30 -0800 (PST) Received: from admin [192.168.1.11] by bernama.com (SMTPD32-7.05) id A683FB0128; Thu, 21 Feb 2002 12:24:35 +0800 From: "Selvam" To: Subject: Font color Date: Thu, 21 Feb 2002 12:28:08 +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) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 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 there FreeBSD gurus, I would like to know how to change the terminal font colors to others rather than the normal white? Can this be done ? If so, how can I do it. Some help will be appreciated. Selvam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 20:25:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f42.pav0.hotmail.com [64.4.32.226]) by hub.freebsd.org (Postfix) with ESMTP id BEDF237B416 for ; Wed, 20 Feb 2002 20:25:42 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 20 Feb 2002 20:25:42 -0800 Received: from 63.170.174.190 by pv0fd.pav0.hotmail.msn.com with HTTP; Thu, 21 Feb 2002 04:25:42 GMT X-Originating-IP: [63.170.174.190] From: "Carlos A. Carnero Delgado" To: FreeBSD-Questions@FreeBSD.org Subject: man to web gateway Date: Wed, 20 Feb 2002 23:25:42 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 21 Feb 2002 04:25:42.0594 (UTC) FILETIME=[D2FC8A20:01C1BA8F] Sender: owner-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'd like to set up a man (pages) to web "gateway" on my local server, just like FreeBSD.org's man.cgi. It will be part of a local documentation site. Has anyone outside FreeBSD.org done it? Best regards, Carlos. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 20:33:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp017.mail.yahoo.com (smtp017.mail.yahoo.com [216.136.174.114]) by hub.freebsd.org (Postfix) with SMTP id 9B3EF37B41A for ; Wed, 20 Feb 2002 20:32:53 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 21 Feb 2002 04:32:53 -0000 Reply-To: From: "Jesse Geddis" To: "Gautham Ganapathy" Cc: "FreeBSD Questions @ FreeBSD.org" Subject: RE: RAM Memory Question Date: Wed, 20 Feb 2002 20:32:52 -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) In-Reply-To: <00cf01c1ba8e$32f4f040$de56579d@india.ti.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 I wouldn't call seeing half your ram working fine out of the box. you said your machine sees it fine ala bios moving onto the kernel which is where you said problem is. again, try setting the below in your kernel when you compile it # MAXMEM specifies the amount of RAM on the machine; it sounds like you're looking at it as a hardware problem which it doesn't appear to be since like you said your machine boots past BIOS. tell your kernel how much ram you have since it isn't seeing it all. there is no other way that I know of to tell your kernel specifically how much RAM you have which is what you need to do. try setting options MAXMEM="(256*1024)" -----Original Message----- From: Gautham Ganapathy [mailto:gauthamg123list@yahoo.com] Sent: Wednesday, February 20, 2002 8:14 PM To: sgeine@yahoo.com Cc: FreeBSD Questions @ FreeBSD.org Subject: Re: RAM Memory Question i don't think MAXMEM is the problem. I have an Athlon with 256 MB RAM (2 PC133 sticks) and it worked fine out of the box. but i am running 4.3-RELEASE. would that make a difference ----- Original Message ----- From: "Jesse Geddis" To: Sent: Wednesday, February 20, 2002 9:58 PM Subject: RE: RAM Memory Question > have you tried setting the MAXMEM option in your kernel? > > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Angell > Sent: Wednesday, February 20, 2002 8:27 AM > To: freebsd-questions@FreeBSD.ORG > Subject: RAM Memory Question > > > Helpers, > > I have a FreeBSD machine running 4.5 Release. This machine has 256 megs of > ram. On startup, FreeBSD (or the boot loader?) recognizes the ram. It sees > all 256 megs. The message reads something like "BIOS Reports 256789Kb". > > When the kernel takes over booting, it complains something like "Memory Hole > in physical memory, giving up". The error is NOT in DMESG, though DMESG > does say that this machine has only 150 megs of real and 142 megs of > available memory. > > Does anyone have any ideas? This machine is a new 1 Ghz Athlon with two > sticks of PC-133 SDRAM. This problem is rather puzzling. Usually, in my > experiences, ram either does its thing like it's supposed to, or simply > renders the machine inoperable. > > Thanks, > > Chris Angell. > > _________________________________________________________________ > 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 > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 20:43:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id C08BA37B402 for ; Wed, 20 Feb 2002 20:43:17 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id XAA00679 for ; Wed, 20 Feb 2002 23:46:59 -0500 (EST) Message-Id: <200202210446.XAA00679@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: freebsd-questions@freebsd.org Subject: crontab question Date: Wed, 20 Feb 2002 23:43:16 -0500 X-Mailer: KMail [version 1.3.2] 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 if i put a /15 * * * * in my crontab file does the /15 mean it will run every 15 mins? please cc any replies to me thanks nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 20:43:47 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 1198837B402 for ; Wed, 20 Feb 2002 20:43:30 -0800 (PST) Received: from dlep7.itg.ti.com ([157.170.134.103]) by jester.ti.com (8.11.6/8.11.6) with ESMTP id g1L4hT903397; Wed, 20 Feb 2002 22:43:29 -0600 (CST) Received: from dlep7.itg.ti.com (localhost [127.0.0.1]) by dlep7.itg.ti.com (8.9.3/8.9.3) with ESMTP id WAA28558; Wed, 20 Feb 2002 22:43:28 -0600 (CST) Received: from popsvr.india.ti.com (popsvr.india.ti.com [157.87.95.215]) by dlep7.itg.ti.com (8.9.3/8.9.3) with ESMTP id WAA28538; Wed, 20 Feb 2002 22:43:26 -0600 (CST) Received: from paspcsham (dhcp86222 [157.87.86.222]) by popsvr.india.ti.com (8.8.8/8.8.8) with SMTP id KAA21404; Thu, 21 Feb 2002 10:13:24 +0530 (IST) Message-ID: <001901c1ba92$f648c400$de56579d@india.ti.com> From: "Gautham Ganapathy" To: Cc: "FreeBSD Questions @ FreeBSD.org" References: Subject: Re: RAM Memory Question Date: Thu, 21 Feb 2002 10:18:08 +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 i am not the original poster. my system works fine with no problems. every byte in the 256 MB working properly (hopefully) ----- Original Message ----- From: "Jesse Geddis" To: "Gautham Ganapathy" Cc: "FreeBSD Questions @ FreeBSD.org" Sent: Thursday, February 21, 2002 10:02 AM Subject: RE: RAM Memory Question > I wouldn't call seeing half your ram working fine out of the box. you said your > machine sees it fine ala bios moving onto the kernel which is where you said > problem is. again, try setting the below in your kernel when you compile it > # MAXMEM specifies the amount of RAM on the machine; > > it sounds like you're looking at it as a hardware problem which it doesn't > appear to be since like you said your machine boots past BIOS. tell your kernel > how much ram you have since it isn't seeing it all. there is no other way that I > know of to tell your kernel specifically how much RAM you have which is what you > need to do. > > try setting > options MAXMEM="(256*1024)" > > -----Original Message----- > From: Gautham Ganapathy [mailto:gauthamg123list@yahoo.com] > Sent: Wednesday, February 20, 2002 8:14 PM > To: sgeine@yahoo.com > Cc: FreeBSD Questions @ FreeBSD.org > Subject: Re: RAM Memory Question > > > i don't think MAXMEM is the problem. I have an Athlon with 256 MB RAM (2 > PC133 sticks) and it worked fine out of the box. but i am running > 4.3-RELEASE. would that make a difference > > ----- Original Message ----- > From: "Jesse Geddis" > To: > Sent: Wednesday, February 20, 2002 9:58 PM > Subject: RE: RAM Memory Question > > > > have you tried setting the MAXMEM option in your kernel? > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Angell > > Sent: Wednesday, February 20, 2002 8:27 AM > > To: freebsd-questions@FreeBSD.ORG > > Subject: RAM Memory Question > > > > > > Helpers, > > > > I have a FreeBSD machine running 4.5 Release. This machine has 256 megs > of > > ram. On startup, FreeBSD (or the boot loader?) recognizes the ram. It > sees > > all 256 megs. The message reads something like "BIOS Reports 256789Kb". > > > > When the kernel takes over booting, it complains something like "Memory > Hole > > in physical memory, giving up". The error is NOT in DMESG, though DMESG > > does say that this machine has only 150 megs of real and 142 megs of > > available memory. > > > > Does anyone have any ideas? This machine is a new 1 Ghz Athlon with two > > sticks of PC-133 SDRAM. This problem is rather puzzling. Usually, in my > > experiences, ram either does its thing like it's supposed to, or simply > > renders the machine inoperable. > > > > Thanks, > > > > Chris Angell. > > > > _________________________________________________________________ > > 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 > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 20:52:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 72oot.net (72oot.net [216.122.237.142]) by hub.freebsd.org (Postfix) with ESMTP id CAC5737B402 for ; Wed, 20 Feb 2002 20:52:07 -0800 (PST) Received: from c1529030-a.attbi.com (12-228-93-249.client.attbi.com [12.228.93.249]) by 72oot.net (8.11.0/8.11.0) with SMTP id g1L4pqU94473; Thu, 21 Feb 2002 04:51:53 GMT (envelope-from warm@72oot.net) Content-Type: text/plain; charset="iso-8859-1" From: 72yan M To: "Selvam" , Subject: Re: Font color Date: Wed, 20 Feb 2002 20:55:29 -0800 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <02022020552901.72838@c1529030-a.attbi.com> 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, The answer is in the kernel and man syscons(4). Add these options: # The following options will let you change the default colors of syscons. options SC_NORM_ATTR="(FG_GREEN|BG_BLACK)" options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)" options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)" options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)" The colors that I know of are Black, grey, darkgrey, yellow, lightyellow, red, lightred, lightblue, blue, green, and lightgreen. There should be a list of colors at #/usr/inclide/machine/pc/display.h, but I have never seen it. 72yan M > Hi there FreeBSD gurus, > > I would like to know how to change the terminal font colors to others > rather than the normal white? > Can this be done ? If so, how can I do it. > Some help will be appreciated. > > Selvam > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" 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 Feb 20 20:53:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp012.mail.yahoo.com (smtp012.mail.yahoo.com [216.136.173.32]) by hub.freebsd.org (Postfix) with SMTP id 8728E37B404 for ; Wed, 20 Feb 2002 20:53:11 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 21 Feb 2002 04:53:11 -0000 Reply-To: From: "Jesse Geddis" To: "Gautham Ganapathy" Cc: "FreeBSD Questions @ FreeBSD.org" Subject: RE: RAM Memory Question Date: Wed, 20 Feb 2002 20:53:09 -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) In-Reply-To: <001901c1ba92$f648c400$de56579d@india.ti.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 sorry, misread your email. I've never had that problem personally but I set that in my kernel every time anyway. and as far as I know that's the only variable in the kernel that appears to address his problem. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gautham Ganapathy Sent: Wednesday, February 20, 2002 8:48 PM To: sgeine@yahoo.com Cc: FreeBSD Questions @ FreeBSD.org Subject: Re: RAM Memory Question i am not the original poster. my system works fine with no problems. every byte in the 256 MB working properly (hopefully) ----- Original Message ----- From: "Jesse Geddis" To: "Gautham Ganapathy" Cc: "FreeBSD Questions @ FreeBSD.org" Sent: Thursday, February 21, 2002 10:02 AM Subject: RE: RAM Memory Question > I wouldn't call seeing half your ram working fine out of the box. you said your > machine sees it fine ala bios moving onto the kernel which is where you said > problem is. again, try setting the below in your kernel when you compile it > # MAXMEM specifies the amount of RAM on the machine; > > it sounds like you're looking at it as a hardware problem which it doesn't > appear to be since like you said your machine boots past BIOS. tell your kernel > how much ram you have since it isn't seeing it all. there is no other way that I > know of to tell your kernel specifically how much RAM you have which is what you > need to do. > > try setting > options MAXMEM="(256*1024)" > > -----Original Message----- > From: Gautham Ganapathy [mailto:gauthamg123list@yahoo.com] > Sent: Wednesday, February 20, 2002 8:14 PM > To: sgeine@yahoo.com > Cc: FreeBSD Questions @ FreeBSD.org > Subject: Re: RAM Memory Question > > > i don't think MAXMEM is the problem. I have an Athlon with 256 MB RAM (2 > PC133 sticks) and it worked fine out of the box. but i am running > 4.3-RELEASE. would that make a difference > > ----- Original Message ----- > From: "Jesse Geddis" > To: > Sent: Wednesday, February 20, 2002 9:58 PM > Subject: RE: RAM Memory Question > > > > have you tried setting the MAXMEM option in your kernel? > > > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Chris Angell > > Sent: Wednesday, February 20, 2002 8:27 AM > > To: freebsd-questions@FreeBSD.ORG > > Subject: RAM Memory Question > > > > > > Helpers, > > > > I have a FreeBSD machine running 4.5 Release. This machine has 256 megs > of > > ram. On startup, FreeBSD (or the boot loader?) recognizes the ram. It > sees > > all 256 megs. The message reads something like "BIOS Reports 256789Kb". > > > > When the kernel takes over booting, it complains something like "Memory > Hole > > in physical memory, giving up". The error is NOT in DMESG, though DMESG > > does say that this machine has only 150 megs of real and 142 megs of > > available memory. > > > > Does anyone have any ideas? This machine is a new 1 Ghz Athlon with two > > sticks of PC-133 SDRAM. This problem is rather puzzling. Usually, in my > > experiences, ram either does its thing like it's supposed to, or simply > > renders the machine inoperable. > > > > Thanks, > > > > Chris Angell. > > > > _________________________________________________________________ > > 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 > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 21:19:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 6DA1637B404 for ; Wed, 20 Feb 2002 21:19:34 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dldl-0003Ib-00 for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 05:19:33 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 7568313040 for ; Thu, 21 Feb 2002 06:19:32 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id 22EC622590; Thu, 21 Feb 2002 06:19:32 +0100 (CET) Date: Thu, 21 Feb 2002 06:19:32 +0100 From: Cliff Sarginson To: freebsd-questions-en Subject: Re: can't start Message-ID: <20020221051932.GA3747@raggedclown.net> References: <20020220211347.EA8BD17F67@postfix3-2.free.fr> <44k7t7dew4.fsf@lowellg.ne.mediaone.net> <20020221011814.3241117F06@postfix3-2.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020221011814.3241117F06@postfix3-2.free.fr> 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 On Wed, Feb 20, 2002 at 11:50:50PM +0100, mess-mate wrote: > Thanks the trick did it. (with cp ) > But export is for bash, isn't ? > So I'm in tsch. > How do I chnage my shell to bash ? I only jnow bash. > What's better tsch or bash ? > A recent longish thread on the subject of tcsh/bash was held in this very forum. Search back a bit on the archives for the interesting bits. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 21:35: 7 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 E93B037B400 for ; Wed, 20 Feb 2002 21:35:02 -0800 (PST) Received: from carbon.ideal.net.au (carbon.staff.ideal.net.au [202.3.35.6]) by mail.ideal.net.au (8.9.3/8.9.3) with ESMTP id QAA51518 for ; Thu, 21 Feb 2002 16:34:55 +1100 (EST) (envelope-from peter@ideal.net.au) Message-Id: <5.1.0.14.2.20020221155041.02712868@mail.ideal.net.au> X-Sender: peter@mail.ideal.net.au X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 21 Feb 2002 16:35:32 +1100 To: questions@FreeBSD.ORG From: Peter MacGee Subject: IP Accounting software for Cisco Switch. 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, Just wondering if anyone could give me suggestions on what they're using for IP Accounting software... I have a Cisco switch that I would like to get usage stats from (not mrtg... already got it happening... :-) for use in a php/MySQL based accounting solution. Anyone got any ideas where I should start? Bytes in / Bytes out per Eth port would be nice, however, I'm not sure if/how to do this with snmp. All help, as always, greatly appreciated. Pete. -- Computers are just like air conditioners; They don't work properly if you open Windows. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 21:40:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 110F237B404 for ; Wed, 20 Feb 2002 21:40:15 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16dlxl-00049P-00 for freebsd-questions@FreeBSD.ORG; Thu, 21 Feb 2002 05:40:14 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id D6B7613040 for ; Thu, 21 Feb 2002 06:40:12 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id 56C6722590; Thu, 21 Feb 2002 06:40:13 +0100 (CET) Date: Thu, 21 Feb 2002 06:40:13 +0100 From: Cliff Sarginson To: FreeBSD Questions Subject: Re: Information on imap-uw Message-ID: <20020221054013.GB3747@raggedclown.net> References: <20020221033337.GC500@gruffy.kc.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020221033337.GC500@gruffy.kc.rr.com> 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 On Wed, Feb 20, 2002 at 09:33:37PM -0600, RikScarborough wrote: > Is anyone using UW for IMAP and POP3? I've installed it, but at the end > of the install it warned that there were some security errors. Can > anyone give me some more information on that? > > Any feedback you have would be appreciated. > I don't know this specific port, but if the install of any port involves the creation of setuid programs you always get a warning that they are a *potential* security risk. Which they are by definition. The warnings are there so a)you are aware of this and b)a sort of disclaimer saying you cannot blame anyone else if you run them and something happens. Having said that there are still many programs that will not function without this. I know of no specific problems with this port, but I am sure if there are any others will tell you ! You can probably be pretty certain there are no known security holes in the current ports. If they are found they usually get plugged PDQ, or the port may even be regressed to an earlier safer one. FreeBSD is a highly security conscious system. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 21:41:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tao.agoron.com (tao.agoron.com [206.181.233.66]) by hub.freebsd.org (Postfix) with ESMTP id A480637B417 for ; Wed, 20 Feb 2002 21:41:14 -0800 (PST) Received: from quasi1 (quasi.shredco.com [206.181.233.90]) by tao.agoron.com (8.9.3/8.9.3) with ESMTP id AAA13024; Thu, 21 Feb 2002 00:41:13 -0500 (EST) From: "Marius Kirschner" To: "'Lord Raiden'" , "'FreeBSD Questions'" Subject: RE: .htaccess Date: Thu, 21 Feb 2002 00:41:15 -0500 Message-ID: <01ee01c1ba9a$61032310$5ae9b5ce@quasi1> 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: <4.2.0.58.20020220204534.009cf580@pop.netzero.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 It's on the same server alright, and I've tried some of your suggestions but it doesn't make a difference. I think the problem is in the httpd.conf and I must have gone over it 20-30 times without finding anything obvious wrong. ---Marius > -----Original Message----- > From: Lord Raiden [mailto:raiden23@netzero.net] > Sent: Wednesday, February 20, 2002 9:07 PM > To: Marius Kirschner; FreeBSD Questions > Subject: Re: .htaccess > > Ok, my turn to put in my 2cents and help out here. :) > > I'm no apache guru on this, but I've done my time around the > block. If I'm wrong, someone back me up on this. :) Ok, is the website > www.virtualweb.com exist on another server and points to the > www.web.com/~joedoe/secure, or is it hosted on the same machine? IF it's > on the same machine, you've got something setup in apache wrong that it's > trying to see a different .htaccess file. If it's on a different machine, > it won't see the .htaccess file at all, so your efforts are pointless. :) > > Now, on to the second thing. You need the reference you have in > the .htaccess file in the secure directory in your .htaccess file in the > root directory. You still need your other copy in the secure > directory. I've had some situations where this was the only way it > worked, > other times it worked like it should where the server looks at the > .htaccess file in the given directory access, but personally I've only > gotten the virtual web references to work if both the root web, in this > case www.web.com/joeuser/ and the /secure/ directories have the same info > in the .htaccess files. > > Another thing. Sometimes apache doesn't like direct pathnames, > but instead will only work with references like "AuthUserFile > www.virtualweb.com/secure/.htpasswd" Had to do that with one of my error > documents onetime. Try these ideas. And when you go hacking your > .htaccess, remember to make a backup so if you toast something, you got an > original to backup on. Learned that one the hard way too. :) Always > backup any file you plan to edit, no matter how insignificant. hehe. > > At 05:29 PM 2/20/02 -0500, Marius Kirschner wrote: > >I'm pulling my hair here....can't get .htaccess to work properly. > > > >If I do http://www.web.com/~joedoe/secure it WORKS > > > >But if I have a virtual web site's document root point to > >/usr/home/joedoe/html and do a > > > >http://www.virtualweb.com/secure it DOESN'T work! > > > >The .htaccess and .htpasswd files are in the /usr/home/joedoe/secure > >directory, but if I go there using the virtual domain name it by-passes > >the .htaccess file. > > > >The .htaccess looks like that: > > > >AuthUserFile /usr/home/joedoe/html/secure/.htpasswd > >AuthName "Private" > >AuthType Basic > >require user vippy > >Satisfy any > > > >Any clues? Thanks, > > > > ---Marius > > > > > > > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" 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 Feb 20 21:42:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from claven.cs.wisc.edu (claven.cs.wisc.edu [128.105.6.18]) by hub.freebsd.org (Postfix) with ESMTP id 263EA37B402 for ; Wed, 20 Feb 2002 21:42:33 -0800 (PST) Received: from nova11.cs.wisc.edu (nova11.cs.wisc.edu [128.105.119.111]) by claven.cs.wisc.edu (8.9.2/8.9.2) with ESMTP id XAA09684 for ; Wed, 20 Feb 2002 23:42:32 -0600 (CST) Received: from localhost (haryadi@localhost) by nova11.cs.wisc.edu (8.9.2/8.9.2) with ESMTP id XAA16669 for ; Wed, 20 Feb 2002 23:42:32 -0600 (CST) X-Authentication-Warning: nova11.cs.wisc.edu: haryadi owned process doing -bs Date: Wed, 20 Feb 2002 23:42:32 -0600 (CST) From: Haryadi Gunawi To: freebsd-questions@freebsd.org Subject: /proc/pid/map (freeBSD vs Linux) 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 > From: Roman Neuhauser > Subject: Re: /proc/pid/map (freeBSD vs Linux) > Message-ID: <20020220142036.GL418@roman.mobil.cz> > I don't know if this is what you're looking for, but ldd(1) might > help(?). -- Thanks for the answer, ldd is not really what I'm looking for. Here is my project in detail. - I have a PID (from getpid) - Then I want to look what program has that PID (by looking at the /proc/pid/map) - next I must know what libraries are utilized, and their text segments (where the code are allocated) So looking at the /proc/pid/map (just the text segments, identified by 'r-x' mode): In FreeBSD: 0x8048000 0x8049000 1 0 0xc8776d20 r-x 2 0 0x0 COW NC vnode 0x28049000 0x2805a000 12 0 0xc03f9f80 r-x 73 34 0x0 COW NC vnode 0x28065000 0x280e5000 57 0 0xc03fad60 r-x 73 34 0x0 COW NC vnode In Linux: 8048000-08049000 r-xp 00000000 03:08 22408 /rdata/src/test/loop/a.out 40000000-40016000 r-xp 00000000 03:08 44178 /lib/ld-2.1.92.so 40022000-4013d000 r-xp 00000000 03:08 44185 /lib/libc-2.1.92.so I know the first one is the executable itself, the 2nd one should be the dynamic linker, and the third one is the C library. The first and 2nd column are the starting and ending text/code segment. Now the problem is: I don't know what is the executable name, and the libraries utilized from /proc/pid/map in FreeBSD. In Linux I can easily get them from the last column. Where can I get those names in FreeBSD? I assume the numbers in the third column (1, 12, 57) mean something, but I don't know what they are. Thank you very much, appreciate your time, hg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 21:42:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 2A87937B402 for ; Wed, 20 Feb 2002 21:42:41 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1L5gGT22854; Thu, 21 Feb 2002 18:42:16 +1300 (NZDT) (envelope-from jonc) Date: Thu, 21 Feb 2002 18:42:16 +1300 From: Jonathan Chen To: Cliff Sarginson Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Curse the house that KDE was born in, why does it keep re-arranging my icons Message-ID: <20020221184215.A22670@grimoire.chen.org.nz> References: <20020220213559.GA1079@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020220213559.GA1079@raggedclown.net>; from csfbsd@raggedclown.net on Wed, Feb 20, 2002 at 10:35:59PM +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 Wed, Feb 20, 2002 at 10:35:59PM +0100, Cliff Sarginson wrote: > Hello, > I have a lot of links to apps on my KDE desktop, and having > carefully grouped them into logical groups I started KDE > up today and before my very eyes it lined them all up for me > on the left of the screen. > Can I stop this unwarranted intrusion on my desktop ? KDE doesn't't save the session info correctly on FreeBSD. It's a bug. -- Jonathan Chen ---------------------------------------------------------------------- Jesus saves. Allah forgives. Cthulu thinks you'd make a nice sandwich. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Wed Feb 20 21:44: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web21106.mail.yahoo.com (web21106.mail.yahoo.com [216.136.227.108]) by hub.freebsd.org (Postfix) with SMTP id 7B23837B400 for ; Wed, 20 Feb 2002 21:43:38 -0800 (PST) Message-ID: <20020221054338.49027.qmail@web21106.mail.yahoo.com> Received: from [152.15.24.197] by web21106.mail.yahoo.com via HTTP; Wed, 20 Feb 2002 21:43:38 PST Date: Wed, 20 Feb 2002 21:43:38 -0800 (PST) From: Vinod Subject: pci-pcmcia adapter issue? To: freebsd-mobile@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 have been having this wi0 watchdog timeout problem for a couple of days now.initially thought it was due to an irq conflict.then got the irq reassigned to a free one but still the watchdog timeout comes after i ifconfig the ip address for wi0. i am running my orinoco card with a pci adapter on a freebsd 4.4 desktop. is this a known issue with the pci-pcmcia adapters? or is due to some problem with my card? have attached my dmesg,pccardc dumpcis and required pccard.conf messages below.hope i can get some help on this.been bugging me for some time now and i am relatively very new in this. ------------------------------------------------------ The Regents of the University of California. All rights reserved. FreeBSD 4.4-RELEASE #0: Wed Feb 20 14:03:58 EST 2002 root@coit2.uncc.edu:/usr/src/sys/compile/NEWKERN Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (266.62-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x633 Stepping = 3 Features=0x80f9ff real memory = 67108864 (65536K bytes) avail memory = 60432384 (59016K bytes) Preloaded elf kernel "kernel" at 0xc04cd000. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fdf50 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfcd0-0xfcdf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xfce0-0xfcff irq 9 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0x7000-0x700f at device 7.3 on pci0 pci0: at 13.0 tx0: port 0xf400-0xf4ff mem 0xfedfe000-0xfedfefff irq 11 at device 14.0 on pci0 miibus0: on tx0 qsphy0: on miibus0 qsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto tx0: address 00:e0:29:11:6d:85, type SMC9432TX pcm0: port 0xfc40-0xfc7f irq 10 at device 15.0 on pci0 pcic0: at device 16.0 on pci0 pcic0: PCI Memory allocated: 0x44000000 pcic0: Polling mode pcic0: TI12XX PCI Config Reg: [pwr save][CSC parallel isa irq] pccard0: on pcic0 orm0:

=D4. (095) 725-25-48, 725-25-47

=E2=C1=DA=D9 = =C4=C1=CE=CE=D9=C8 =D0=CF =CB=D2=D5=D0=CE=D9=CD =DA=C1=CB=C1=DA=C1=CD = =D7=20 =CE=CF=D7=CF=CD =D3=D4=D2=CF=C9=D4=C5=CC=D8=D3=D4=D7=C5. =

=EF=D0=D4=CF=D7=D9=C5 = =D0=CF=D4=D2=C5=C2=C9=D4=C5=CC=C9 =C9 =CE=CF=D7=D9=C5 =D2=D9=CE=CB=C9=20 =D3=C2=D9=D4=C1 =F7=C1=DB=C5=CA =D0=D2=CF=C4=D5=CB=C3=C9=C9 =C9 = =D5=D3=CC=D5=C7.

=F7=D3=C5 =CE=CF=D7=CF=D3=D4=D2=CF=CA=CB=C9 =ED=CF=D3=CB=D7=D9. = =FE=D4=CF ? =E7=C4=C5 ? =EB=D4=CF ?

=EB=C1=D4=C1=CC=CF=C7 =D3=D4=D2=CF=D1=DD=C9=C8=D3=D1 =C9 = =D0=CC=C1=CE=C9=D2=D5=C5=CD=D9=C8 =CB = =D3=D4=D2=CF=C9=D4=C5=CC=D8=D3=D4=D7=D5 =CF=C2=DF=C5=CB=D4=CF=D7, = =DA=C1=CB=C1=DA=DE=C9=CB=CF=D7, =C7=C5=CE.=20 =D0=CF=C4=D2=D1=C4=DE=C9=CB=CF=D7, =C9=CE=D7=C5=D3=D4=CF=D2=CF=D7, = =D0=D2=CF=C5=CB=D4=C9=D2=CF=D7=DD=C9=CB=CF=D7.

=EB=CF=CE=D3=D5=CC=D8=D4=C1=C3=C9=C9 =C9 =D0=CF=C4=C2=CF=D2 = =DA=C5=CD=C5=CC=D8=CE=D9=C8 =D5=DE=C1=D3=D4=CB=CF=D7 =D0=CF=C4 = =D3=D4=D2=CF=C9=D4=C5=CC=D8=D3=D4=D7=CF, =CF=C2=DF=C5=CB=D4=CF=D7 = =C4=CC=D1=20 =C9=CE=D7=C5=D3=D4=C9=D2=CF=D7=C1=CE=C9=D1, =D4=CF=D2=C7=CF=D7=D9=C8 =C9 = =CF=C6=C9=D3=CE=D9=C8 =D0=CC=CF=DD=C1=C4=C5=CA.

=E2=C5=D3=D0=CC=C1=D4=CE=C1=D1 =D2=C5=C7=C9=D3=D4=D2=C1=C3=C9=D1, = =D0=D2=C9=D7=C9=CC=C5=C7=C9=C9 =C9 =D5=D7=C5=CC=C9=DE=C5=CE=C9=C5 = =D0=CF=D3=C5=DD=C5=CE=C9=D1 =F7=C1=DB=C5=C7=CF =D3=C1=CA=D4=C1.=20

=E4=CC=D1 =D4=CF=C7=CF, =DE=D4=CF=C2=D9 =CF =F7=C1=D3 = =D5=DA=CE=C1=CC=C9 =D7=D3=C5 =CE=C1=DB=C9 = =D0=CF=D3=C5=D4=C9=D4=C5=CC=C9, =F7=D9 =CD=CF=D6=C5=D4=C5 = =D4=C1=CB=D6=C5 =C2=C5=D3=D0=CC=C1=D4=CE=CF=20 =CF=D3=D4=C1=D7=C9=D4=D8 =D3=D3=D9=CC=CB=D5 =CE=C1 =D3=D7=CF=CA = =D3=C1=CA=D4.

=E5=D3=CC=C9 =D5 =F7=C1=D3 =C5=DD=C5 =CE=C5=D4 =D3=D7=CF=C5=C7=CF = =D3=C1=CA=D4=C1 =C9=CC=C9 =F7=D9 =C8=CF=D4=C9=D4=C5 = =D2=C1=DA=CD=C5=D3=D4=C9=D4=D8 =C5=DD=C5 =CF=C4=C9=CE =CE=C1 = =D3=C5=D2=D7=C5=D2=C5,=20 =CB=D5=C4=C1 =C8=CF=C4=D1=D4 =CE=C5 =D3=CC=D5=DE=C1=CA=CE=D9=C5 = =CC=C0=C4=C9, =DC=D4=CF =CD=CF=D6=CE=CF =D3=C4=C5=CC=C1=D4=D8 =D5 = =CE=C1=D3 - =C2=D9=D3=D4=D2=CF =C9 =D3=CF=D7=C5=D2=DB=C5=CE=CE=CF=20 =C2=C5=D3=D0=CC=C1=D4=CE=CF.

=E2=CF=CC=C5=C5 =D0=CF=C4=D2=CF=C2=CE=D5=C0 = =C9=CE=C6=CF=D2=CD=C1=C3=C9=C0 =CD=CF=D6=CE=CF =D0=CF=CC=D5=DE=C9=D4=D8 = =CE=C1=C2=D2=C1=D7 =D3=CC=CF=D7=CF =F2=C5=D3=D4=CB=CF =D7 http://www.yandex.ru , =CC=C9=C2=CF = =CF=D4=D0=D2=C1=D7=C9=D7 =DA=C1=D0=D2=CF=D3 =D0=CF=20 =C1=C4=D2=C5=D3=D5 inib@ncal.verio.com

=FA=D7=CF=CE=C9=D4=C5, =D0=C9=DB=C9=D4=C5. =ED=D9 =D3 = =D5=C4=CF=D7=CF=CC=D8=D3=D4=D7=C9=C5=CD =CF=D4=D7=C5=D4=C9=CD =CE=C1 = =D7=D3=C5 =F7=C1=DB=C9=20 =D7=CF=D0=D2=CF=D3=D9.

=D4. (095) = 725-25-48, 725-25-47

------=_NextPart_000_0005_01C0979C.095F3260-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 11:19: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts13-srv.bellnexxia.net (tomts13.bellnexxia.net [209.226.175.34]) by hub.freebsd.org (Postfix) with ESMTP id 64BAE37B404 for ; Thu, 21 Feb 2002 11:18:42 -0800 (PST) Received: from xena.gsicomp.on.ca ([199.243.128.121]) by tomts13-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020221191841.QBMH3415.tomts13-srv.bellnexxia.net@xena.gsicomp.on.ca>; Thu, 21 Feb 2002 14:18:41 -0500 Received: from xena.gsicomp.on.ca (xena.gsicomp.on.ca [192.168.0.3]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with ESMTP id g1LJ7Bi18447; Thu, 21 Feb 2002 14:07:11 -0500 (EST) (envelope-from matt@xena.gsicomp.on.ca) Date: Thu, 21 Feb 2002 14:07:11 -0500 (EST) From: Matthew Emmerton To: Richard =?utf-8?B?xIxlcGFz?= Cc: freebsd-questions-en Subject: Re: SB AWE64 In-Reply-To: <20020221191523.GW34174@richard.eu.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Feb 2002, Richard [utf-8] =C4=8Cepas wrote: > On Thu Feb 21 19:58:57 2002 +0100 mess-mate wrote: >=20 > >On Thursday 21 February 2002 19:00, you wrote: > >| On Thu Feb 21 18:07:23 2002 +0100 mess-mate wrote: > >| >On Thursday 21 February 2002 02:25, you wrote: > >| >| 2/20/2002 5:44:16 PM, Eric MC wrote: > >| >| >Sorry it doesn't work. > >| >| >pcm and sbc doesn't exist and can't create it 'sh MAKEDEV pcm' > >| >| > in /dev. > >| >| >Tryed several creatings, all, pcm0, no way. > >| >| >Of course recompildeet he kernel before. > >| >| >Message: pcm timeout .... > >| >| >Why timeout , it doesn't exist ? > >| >| > >| >| [snip] > >| > > >| >Ok the timeout message is right. > >| >sbc is not set to the right irq ! is set to 9 and must be 5. > >| >Even if I set it in my kernel as sbc0 ................ irq 5 > >| >.................... > >| >On the boot there is also a message as 'isa0 to many dependent > >| > ... (8) ' > >| >How can I set my soundcard to the right irq ? > >| >Many thanks. > >| > >| Jumpers on card? > >NO. > >Works in other OS's as well. (irq 5) and normally detected without=20 > >any pb. So why irq 9 in FBSD ? > > > Maybe you have set some other driver to use irq5? Some bios > settings? I have the same card and it does work on irq5, don't want > to look inside pc for any jumpers now. >=20 The AWE64 is a PnP card. Check your PC's BIOS and make sure the "PnP OS" is *disabled*. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 11:22:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from atlantis.homeip.net (a30032.upc-a.chello.nl [62.163.30.32]) by hub.freebsd.org (Postfix) with SMTP id 09B3B37B400 for ; Thu, 21 Feb 2002 11:22:21 -0800 (PST) Received: (qmail 7378 invoked from network); 21 Feb 2002 19:22:18 -0000 Received: from jeremy.ourhome.nl (192.168.1.4) by atlantis.ourhome.nl with SMTP; 21 Feb 2002 19:22:18 -0000 Date: Thu, 21 Feb 2002 20:22:18 +0100 From: Willem van Engen To: "éÌØÑ ûÉÐÉÃÉÎ" Cc: questions@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: security/cfs Message-Id: <20020221202218.5e1760b3.wvengen@stack.nl> In-Reply-To: <20020221231826.G14620-100000@sol.chel.skbkontur.ru> References: <20020221155439.263e1802.wvengen@stack.nl> <20020221231826.G14620-100000@sol.chel.skbkontur.ru> X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386--freebsd4.5) 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 Thu, 21 Feb 2002 23:22:29 +0500 (YEKT) "éÌØÑ ûÉÐÉÃÉÎ" wrote: > Salut, Willem van Engen ! > > > unfortunately, it doesn't work. > I still have to mount /crypt manually, and only after that I can > "attach/detach" cfs directories... So it does work when you mount it manually? > > it's not getting mounted even without "noauto", am I doing something > wrong? I'm getting similar result on 3(!) pretty different PCs... maybe > something is missing in my /etc/rc.conf (I put only > nfs_client_enable="YES" and nfs_server_enable="YES") I think these links will have what you need: * http://www.bitland.net/~jwilkins/cfs.html * http://www.freebsddiary.org/encrypted-fs.php * http://mjm.gmc-online.de/text/cfs.html - Willem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 11:48:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from narf.indite.org (narf.indite.org [208.187.236.41]) by hub.freebsd.org (Postfix) with ESMTP id 1F3FA37B405 for ; Thu, 21 Feb 2002 11:48:25 -0800 (PST) Received: (from victor@localhost) by narf.indite.org (8.11.6/8.11.6) id g1LJmjq14343; Thu, 21 Feb 2002 11:48:45 -0800 (PST) (envelope-from victor) Date: Thu, 21 Feb 2002 11:48:45 -0800 From: Victor Bondarenko To: Scott Aitken Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sorting Apache logs by Date and Time Message-ID: <20020221114845.A14044@indite.org> References: <20020222050939.A43475@gandalf.scott.sh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020222050939.A43475@gandalf.scott.sh>; from null0@pobox.com on Fri, Feb 22, 2002 at 05:09:40AM +1100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 05:09:40AM +1100, Scott Aitken wrote: > I have found difficulty in using the sort utility because of the > textual month names, as well as the fact that the separators are both > slashes and colons. If you know Perl, check out Date::Calc - http://www.perldoc.com/perl5.6.1/lib/Date/Calc.html. There are probably other ways as well. HTH, Victor -- victor@indite.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 11:57:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 8FCE737B402 for ; Thu, 21 Feb 2002 11:57:53 -0800 (PST) Received: from sdn-ar-003dcwashp004.dialsprint.net ([206.133.21.12] helo=moo.holy.cow) by goose.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16dzLk-0000aP-00; Thu, 21 Feb 2002 11:57:53 -0800 Received: by moo.holy.cow (Postfix, from userid 1001) id 61E6D50B87; Thu, 21 Feb 2002 15:00:02 -0500 (EST) Date: Thu, 21 Feb 2002 15:00:02 -0500 From: parv To: Scott Aitken Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sorting Apache logs by Date and Time Message-ID: <20020221200002.GB7440@moo.holy.cow> Mail-Followup-To: Scott Aitken , freebsd-questions@FreeBSD.ORG References: <20020222050939.A43475@gandalf.scott.sh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020222050939.A43475@gandalf.scott.sh> Sender: owner-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 <20020222050939.A43475@gandalf.scott.sh>, wrote Scott Aitken thusly... > > Hi All, > is there a quick way to sort apache logs by the date and time field if the format is the following: > > 146.101.149.65 - - [22/Feb/2002:04:18:54 +1100] "GET /images/test.png HTTP/1.0" 200 381 ... > > This is a sample line. tooting my horn, look at this... http://www103.pair.com/parv/comp/unix/bin/goodlog ...above is a sh/awk script. note the "BEGIN" block where month array is created to map the month name to number later in the action block. date given in above format is changed to "yyyy.mm.dd hh.mm TZ". also note where i had specified the regex before the action block... ! /w3c_validator.*libwww-perl|\.css|robots\.txt/ ...change/remove as you desire. to explicitly sort the results from this script, pass them to sort (untested)... # goodlog | sort -bdf -t '.' -n -k 2 -n -k 3 -n -k 4 -n -k 5 - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12: 1:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zaphod.wox.org (CPE0050bae86969.cpe.net.cable.rogers.com [24.112.22.141]) by hub.freebsd.org (Postfix) with ESMTP id E06B637B400 for ; Thu, 21 Feb 2002 12:01:41 -0800 (PST) Received: from glidden.org (rglidden@localhost.acheron.localnet [127.0.0.1]) by zaphod.wox.org (8.11.6/8.11.6) with ESMTP id g1LK1ca50434; Thu, 21 Feb 2002 15:01:39 -0500 (EST) (envelope-from rglidden@glidden.org) Message-Id: <200202212001.g1LK1ca50434@zaphod.wox.org> Date: Thu, 21 Feb 2002 15:01:37 -0500 (EST) From: Richard Glidden Subject: Re: Moving an instalation from one machine to another. To: raiden23@netzero.net Cc: freebsd-questions@freebsd.org In-Reply-To: <4.2.0.58.20020221124658.009845f0@pop.netzero.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 On 21 Feb, Lord Raiden wrote: > Ok, I'm curious of something. I know how to do this the long and > troublesome way, but is there a simple way to take an existing install of > FreeBSD and move it from one machine to another of dissimilar hardware > configurations? Ok, say I've got 2 machines that I'm working > between. Machine A just died. But the HD is fine. Machine B is brand > new, but the hardware is entirely different. AKA, Machine A is a K6-2/500 > on an Asus board, Machine B is a P3-1ghz on an Intel board. A has 1 gig of > ram, B has 2 gigs. Etc. Unless you made significant hardware-specific customizations to the kernel on machine A (like removing unnecessary CPU types, etc) you should be able to just plug the HD from machine A into machine B, boot up, and fix the few things that may break. I recently upgraded a K6-233 to a P3-500 this way. I didn't have to make any changes, since the HD had the same name on the new machine (/dev/da0) and my installed kernel already had support for the i686 CPUs. If there are problems, you can always boot off the CD's and use the emergency shell to mount your drives and fix things that are broken. > Now, what's going to be the easiest way to just move it between machines > and kind of plug and play it right into the second machine without either > installing freebsd from scratch on machine b and then trying to copy over > all needed files and config everything again, or manually updating all of > the settings by hand on the existing install? Doing the fresh install shouldn't be too difficult either. Probably the only files that have changed are under /etc, /var/mail, /home, plus things under /usr/local (/usr/local/etc, and so on). Packages can be reinstalled from the CD's, or rebuilt from ports. You can find out what ports you had installed before by looking in your old /var/db/pkg. Don't forget about your kernel config file under /usr/src/sys... I always forget to back that up when I do a fresh install. I would probably try plugging the old HD into the new machine first. If it doesn't seem to be working, just do a fresh install onto the new HD, plug the old HD in and mount it somewhere, and copy over things that you really need. -- Richard Glidden richard@glidden.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12: 9:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id 174E937B402 for ; Thu, 21 Feb 2002 12:09:29 -0800 (PST) Received: from adsl-63-198-133-39.dsl.lsan03.pacbell.net (HELO edinburgh) (63.198.133.39) by smtp.mail.vip.sc5.yahoo.com with SMTP; 21 Feb 2002 20:09:28 -0000 Reply-To: From: "Jesse Geddis" To: "Matthew Emmerton" , "Richard Cepas" Cc: "freebsd-questions-en" Subject: RE: SB AWE64 Date: Thu, 21 Feb 2002 12:09:28 -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) 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 yep, awe64 is jumperless, 32 real voices and 32 emulated. I doubt you'll get all 64 voices in BSD. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Matthew Emmerton Sent: Thursday, February 21, 2002 11:07 AM To: Richard Cepas Cc: freebsd-questions-en Subject: Re: SB AWE64 On Thu, 21 Feb 2002, Richard [utf-8] Cepas wrote: > On Thu Feb 21 19:58:57 2002 +0100 mess-mate wrote: > > >On Thursday 21 February 2002 19:00, you wrote: > >| On Thu Feb 21 18:07:23 2002 +0100 mess-mate wrote: > >| >On Thursday 21 February 2002 02:25, you wrote: > >| >| 2/20/2002 5:44:16 PM, Eric MC wrote: > >| >| >Sorry it doesn't work. > >| >| >pcm and sbc doesn't exist and can't create it 'sh MAKEDEV pcm' > >| >| > in /dev. > >| >| >Tryed several creatings, all, pcm0, no way. > >| >| >Of course recompildeet he kernel before. > >| >| >Message: pcm timeout .... > >| >| >Why timeout , it doesn't exist ? > >| >| > >| >| [snip] > >| > > >| >Ok the timeout message is right. > >| >sbc is not set to the right irq ! is set to 9 and must be 5. > >| >Even if I set it in my kernel as sbc0 ................ irq 5 > >| >.................... > >| >On the boot there is also a message as 'isa0 to many dependent > >| > ... (8) ' > >| >How can I set my soundcard to the right irq ? > >| >Many thanks. > >| > >| Jumpers on card? > >NO. > >Works in other OS's as well. (irq 5) and normally detected without > >any pb. So why irq 9 in FBSD ? > > > Maybe you have set some other driver to use irq5? Some bios > settings? I have the same card and it does work on irq5, don't want > to look inside pc for any jumpers now. > The AWE64 is a PnP card. Check your PC's BIOS and make sure the "PnP OS" is *disabled*. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:16:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 727B137B417 for ; Thu, 21 Feb 2002 12:16:14 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1LKGCHr051631; Thu, 21 Feb 2002 21:16:12 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1LKGCWK051630; Thu, 21 Feb 2002 21:16:12 +0100 (CET) (envelope-from flo) Date: Thu, 21 Feb 2002 21:16:12 +0100 From: Florian Nigsch To: "Scott M. Nolde" , freebsd-questions@freebsd.org Subject: Re: IPFW rules Message-ID: <20020221211612.A51456@nigsch.com> References: <20020221192954.A50541@nigsch.com> <20020221133942.B53679@smnolde.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: <20020221133942.B53679@smnolde.com>; from scott@smnolde.com on Thu, Feb 21, 2002 at 01:39:42PM -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 That's totally clear to me. But I wanted to know what happens if I send out a packet from the machine with IP 192.168.1.2 which first goes to 192.168.1.1 (ed1) which is at the same time 1.2.3.4 (ed0) and is then sent out to the internet over ed0. Is the packet catched by 1) count ip from 192.168.1.0/24 to any out via ed0 2) count ip from 192.168.1.0/24 to any 3) count ip from any to any out via ed0 4) count ip from 1.2.3.4 to any out via ed0 ? I think it is catched by rules 1 to 3. --> Is it also catched by rule 4 because of natd? Rule 2 counts also the internal traffic. Rule 3 - in my opinion - catches everything originating on the inside net AND also the packets originating on the outside IP number, whereas rule 4 ONLY catches the packets originating on the outside IP. Consclusions: (just to be sure) rule2 minus rule1 = internal traffic rule3 minus rule1 = outgoing traffic from offical ip which should be the same as the counter for rule 4 I'm I right? On Thu, Feb 21, 2002 at 01:39:42PM -0500, Scott M. Nolde wrote: > I use the skipto function of ipfw: > # ipfw show | head > 00010 894628 264432483 skipto 50 ip from any to any in recv dc0 > 00020 1021767 135654843 skipto 50 ip from any to any out xmit dc0 > > then rule 50 is the first rule of my normal ipfw ruleset. ---end quoted text--- -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:22:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.27in.tv (roc-66-24-112-7.rochester.rr.com [66.24.112.7]) by hub.freebsd.org (Postfix) with ESMTP id A3F5C37B404 for ; Thu, 21 Feb 2002 12:22:47 -0800 (PST) Received: (from root@localhost) by mail.27in.tv (8.11.6/8.11.6) id g1LKMjF36979 for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 15:22:45 -0500 (EST) (envelope-from cjm2@earthling.net) Received: from 27in.tv (roc-66-24-112-7.rochester.rr.com [66.24.112.7]) by mail.27in.tv (8.11.6/8.11.6av) with SMTP id g1LKMiK36971 for ; Thu, 21 Feb 2002 15:22:44 -0500 (EST) (envelope-from cjm2@earthling.net) Received: from 216.153.201.211 (SquirrelMail authenticated user cjm2) by www1.27in.tv with HTTP; Thu, 21 Feb 2002 15:22:44 -0500 (EST) Message-ID: <3175.216.153.201.211.1014322964.squirrel@www1.27in.tv> Date: Thu, 21 Feb 2002 15:22:44 -0500 (EST) Subject: ipfw: Too many dynamic rules, sorry From: "C J Michaels" To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.5 [cvs]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 FreeBSD 4.5-STABLE FreeBSD 4.5-STABLE #6: Tue Jan 29 22:51:31 EST 2002 Hello, I am periodically getting the following error in my syslog: Feb 21 01:02:46 cartman /kernel: Too many dynamic rules, sorry I currently have the following sysctl set: net.inet.ip.fw.dyn_buckets=512 ...which seems like more than enough dyn buckets to me. To give you some background, this machine is currently on a 2 machine network, acting as the firewall/router (nat)/etc... The 2nd machine was not turned on at all yesterday, more specifically, I was sleeping at 1:02am. Either way, I can't seem to find any cron jobs that run at or around that time, nor can I find any records of someone logging in. Barring intrusion, because I don't believe that's the issue, it's more likely a typo in my firewall.conf as I have several services running on the box. My questions are: 1. What's a good number for "net.inet.ip.fw.dyn_buckets"? I could just keep tweaking it up until I stop getting the error, but I'm curious what the pro/cons are of setting this number too high, and what too high would be. Does anyone have any experience with this? 2. Any suggestions on how I can track down what may be generating so many dynamic rules? To give you a contrast now, ipfw lists _no_ dynamic rules. Any assistance in getting started on this would be appreciated. Thanks, -- Chris "I'll defend to the death your right to say that, but I never said I'd listen to it!" -- Tom Galloway with apologies to Voltaire To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:44:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (att-98-60-141.atl.mediaone.net [24.98.60.141]) by hub.freebsd.org (Postfix) with ESMTP id 6BFD037B41B for ; Thu, 21 Feb 2002 12:44:02 -0800 (PST) Received: from bsd ([192.168.10.7] helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.30 #1) id 16e04H-000G0p-00; Thu, 21 Feb 2002 15:43:53 -0500 Received: from scott by bsd.smnolde.com with local (Exim 3.33 #1) id 16e04G-000E7q-00; Thu, 21 Feb 2002 15:43:52 -0500 Date: Thu, 21 Feb 2002 15:43:52 -0500 From: "Scott M. Nolde" To: Florian Nigsch Cc: freebsd-questions@freebsd.org Subject: Re: IPFW rules Message-ID: <20020221154352.C53679@smnolde.com> References: <20020221192954.A50541@nigsch.com> <20020221133942.B53679@smnolde.com> <20020221211612.A51456@nigsch.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: <20020221211612.A51456@nigsch.com>; from flo@nigsch.com on Thu, Feb 21, 2002 at 09:16:12PM +0100 X-Disclaimer: If you can read this you're looking for too much Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Florian Nigsch(flo@nigsch.com)@2002.02.21 21:16:12 +0000: > That's totally clear to me. But I wanted to know what happens > if I send out a packet from the machine with IP 192.168.1.2 > which first goes to 192.168.1.1 (ed1) which is at the same time > 1.2.3.4 (ed0) and is then sent out to the internet over ed0. > Is the packet catched by > > 1) count ip from 192.168.1.0/24 to any out via ed0 "All internal traffic from LAN to inet" > 2) count ip from 192.168.1.0/24 to any "All internal LAN traffic routed through this computer" > 3) count ip from any to any out via ed0 "All traffic leaving LAN" > 4) count ip from 1.2.3.4 to any out via ed0 "All traffic from 1.2.3.4 to inet" > > ? > I think it is catched by rules 1 to 3. > --> Is it also catched by rule 4 because of natd? I don't think so because of the src address. > > Rule 2 counts also the internal traffic. Only the traffic seen by the router, but not traffic going between other computers on a switched or hub network. > Rule 3 - in my opinion - catches everything originating on > the inside net AND also the packets originating on the outside > IP number, whereas rule 4 ONLY catches the packets originating > on the outside IP. > Consclusions: (just to be sure) > rule2 minus rule1 = internal traffic > rule3 minus rule1 = outgoing traffic from offical ip > which should be the same as the counter for rule 4 > > I'm I right? Looks ok to me. Set up such a ruleset and see what you catch. > > On Thu, Feb 21, 2002 at 01:39:42PM -0500, Scott M. Nolde wrote: > > I use the skipto function of ipfw: > > # ipfw show | head > > 00010 894628 264432483 skipto 50 ip from any to any in recv dc0 > > 00020 1021767 135654843 skipto 50 ip from any to any out xmit dc0 > > > > then rule 50 is the first rule of my normal ipfw ruleset. > > --- > Florian Nigsch > http://flo.nigsch.com/ > PGP key: http://flo.nigsch.com/fnigsch.asc > -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:45: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 3CA6A37B400 for ; Thu, 21 Feb 2002 12:44:59 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1LKiuHr051858; Thu, 21 Feb 2002 21:44:56 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1LKitJU051857; Thu, 21 Feb 2002 21:44:55 +0100 (CET) (envelope-from flo) Date: Thu, 21 Feb 2002 21:44:55 +0100 From: Florian Nigsch To: C J Michaels , freebsd-questions@freebsd.org Subject: Re: ipfw: Too many dynamic rules, sorry Message-ID: <20020221214455.A51661@nigsch.com> References: <3175.216.153.201.211.1014322964.squirrel@www1.27in.tv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3175.216.153.201.211.1014322964.squirrel@www1.27in.tv>; from cjm2@earthling.net on Thu, Feb 21, 2002 at 03:22:44PM -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 Thu, Feb 21, 2002 at 03:22:44PM -0500, C J Michaels wrote: > 1. What's a good number for "net.inet.ip.fw.dyn_buckets"? I could just > keep tweaking it up until I stop getting the error, but I'm curious what > the pro/cons are of setting this number too high, and what too high would > be. Does anyone have any experience with this? No experience here... > 2. Any suggestions on how I can track down what may be generating so many > dynamic rules? To give you a contrast now, ipfw lists _no_ dynamic rules. ipfw -d list gives you the dynamic rules as well... flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:47:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id BD2A737B402 for ; Thu, 21 Feb 2002 12:47:32 -0800 (PST) Received: from pc4-card4-0-cust162.cdf.cable.ntl.com ([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 16e07l-000681-00; Thu, 21 Feb 2002 20:47:29 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.35 #1) id 16e07k-0001eF-00; Thu, 21 Feb 2002 20:47:28 +0000 Date: Thu, 21 Feb 2002 20:47:28 +0000 From: Ceri To: Eric Boucher Cc: FreeBSD Subject: Re: Bourne shell programming problem no.2 Message-ID: <20020221204728.GB6201@rhadamanth> Mail-Followup-To: Ceri , Eric Boucher , FreeBSD References: <20020221174633.43542.qmail@web9404.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020221174633.43542.qmail@web9404.mail.yahoo.com> 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 On Thu, Feb 21, 2002 at 09:46:33AM -0800, Eric Boucher wrote: > Hi everyone, > > I have another problem while programming with the > bourne shell. I want to be able to write in a file at > a certain place. For example, if a file contain: > > AAA BBB CCC DDD. > EEE FFF GGG HHH. > III JJJ KKK LLL. > > I want to change the word "GGG" by "TTT". But "GGG" > can be anyware in the file (which I have permission to > write by the way).How do I do such a trick with the > bourne shell? > > Thanks a lot! This is your homework, right ? Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:48:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from thalia.fm.intel.com (fmfdns02.fm.intel.com [132.233.247.11]) by hub.freebsd.org (Postfix) with ESMTP id 0272737B417 for ; Thu, 21 Feb 2002 12:48:30 -0800 (PST) Received: from fmsmsxvs043.fm.intel.com (fmsmsxv043-1.fm.intel.com [132.233.48.128]) by thalia.fm.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.51 2002/02/19 21:12:32 root Exp $) with SMTP id UAA03141 for ; Thu, 21 Feb 2002 20:48:29 GMT Received: from fmsmsx019.fm.intel.com ([132.233.42.130]) by fmsmsxvs043.fm.intel.com (NAVGW 2.5.1.16) with SMTP id M2002022112473609067 for ; Thu, 21 Feb 2002 12:47:36 -0800 Received: by fmsmsx019.fm.intel.com with Internet Mail Service (5.5.2653.19) id <19DN9RB6>; Thu, 21 Feb 2002 12:48:29 -0800 Message-ID: From: "Frost, Stephen C" To: "'freebsd-questions@freebsd.org'" Subject: PCI Slot Diagnostics? Date: Thu, 21 Feb 2002 12:48:21 -0800 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 Oh FreeBSD Gods and Goddesses... Is there some quick, down & dirty way of assessing the bus-speeds of PCI slots/busses on a given box? I have a whole rack of systems with FreeBSD 4.5 on 'em, and need to know the PCI bus configuration for each. Thank you in advance for your reply directly to this email account. Best - -=C. Stephen Frost=- Intel Corp. ICG - Network Quality Labs Software Test Engineer 503.264.8300 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:49:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 0693337B402 for ; Thu, 21 Feb 2002 12:49:16 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1LKnEHr051933 for ; Thu, 21 Feb 2002 21:49:14 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1LKnEY7051932 for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 21:49:14 +0100 (CET) (envelope-from flo) Date: Thu, 21 Feb 2002 21:49:14 +0100 From: Florian Nigsch To: freebsd-questions@freebsd.org Subject: nic memory Message-ID: <20020221214914.B51661@nigsch.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 Hi! I keep getting this in my logs: ed0: NIC memory corrupt - invalid packet length 14 ed0: NIC memory corrupt - invalid packet length 14 Network interface broken? bye, flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:51:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dra.com (mail.dra.com [192.65.218.159]) by hub.freebsd.org (Postfix) with ESMTP id B30C937B404 for ; Thu, 21 Feb 2002 12:51:19 -0800 (PST) Received: from stlmail.dra.com (stlmail.dra.com [192.65.218.119]) by mail.dra.com (8.9.1/8.9.1) with ESMTP id OAA16402; Thu, 21 Feb 2002 14:51:16 -0600 (CST) Received: by stlmail.dra.com with Internet Mail Service (5.5.2653.19) id <1CJCNNL0>; Thu, 21 Feb 2002 14:51:14 -0600 Message-ID: From: Eric Six To: "'Ceri'" , Eric Boucher Cc: FreeBSD Subject: RE: Bourne shell programming problem no.2 Date: Thu, 21 Feb 2002 14:51:13 -0600 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 lol... That's how I got through programming AI interfaces college.. come on now! :) I would use perl for this... is your homework strictly bash? Eric -----Original Message----- From: Ceri [mailto:setantae@submonkey.net] Sent: Thursday, February 21, 2002 2:47 PM To: Eric Boucher Cc: FreeBSD Subject: Re: Bourne shell programming problem no.2 On Thu, Feb 21, 2002 at 09:46:33AM -0800, Eric Boucher wrote: > Hi everyone, > > I have another problem while programming with the > bourne shell. I want to be able to write in a file at > a certain place. For example, if a file contain: > > AAA BBB CCC DDD. > EEE FFF GGG HHH. > III JJJ KKK LLL. > > I want to change the word "GGG" by "TTT". But "GGG" > can be anyware in the file (which I have permission to > write by the way).How do I do such a trick with the > bourne shell? > > Thanks a lot! This is your homework, right ? Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 12:54:32 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 7F6F437B404 for ; Thu, 21 Feb 2002 12:54:31 -0800 (PST) Message-ID: <20020221205431.50639.qmail@web14808.mail.yahoo.com> Received: from [198.88.119.219] by web14808.mail.yahoo.com via HTTP; Thu, 21 Feb 2002 12:54:31 PST Date: Thu, 21 Feb 2002 12:54:31 -0800 (PST) From: krzysztof Strzelczyk Subject: cron question To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Which takes precedence /etc/crontab or the tabs users build in /var/cron/tabs. My understanding is that /etc/crontab does system files and the user puts there own scripts in /var/cron/tab using crontab -e. This doesn't work for me. Here is my entry on /var/cron/tabs/root(also tried it under different users). * 1 * * * /usr/local/bin/get-files.sh Thanks -Chris __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:17:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mark.kingsu.ab.ca (mark.kingsu.ab.ca [199.185.113.37]) by hub.freebsd.org (Postfix) with ESMTP id 083FA37B402 for ; Thu, 21 Feb 2002 13:17:33 -0800 (PST) Received: from KingsU.ab.ca (kingsnet.kingsu.ab.ca [199.185.113.33]) by mark.kingsu.ab.ca (8.9.3/8.9.2) with ESMTP id OAA15858 for ; Thu, 21 Feb 2002 14:17:35 -0700 (MST) (envelope-from jerad.hampton@KingsU.ab.ca) Received: from KINGSNET/SpoolDir by KingsU.ab.ca (Mercury 1.48); 21 Feb 02 14:17:29 -0700 Received: from SpoolDir by KINGSNET (Mercury 1.48); 21 Feb 02 14:17:19 -0700 From: "Jerad Hampton" Organization: The King's University College To: freebsd-questions@FreeBSD.ORG Date: Thu, 21 Feb 2002 14:17:10 -0700 MIME-Version: 1.0 Subject: Starting DHCPD on a specific nic at start up Message-ID: <3C750166.32259.728B43@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 Hello, Need a little hand, We are trying to get a system to start dhpd on say fxp1 on boot up. Can some one point me in the right direction please. Thanks Jerad Hampton Network Administrator The King's University College To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:18:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spock2.ECE.McGill.CA (Spock2.ECE.McGill.CA [132.206.63.11]) by hub.freebsd.org (Postfix) with ESMTP id 823D637B404 for ; Thu, 21 Feb 2002 13:18:22 -0800 (PST) Received: from tsp.ece.mcgill.ca (Erlang.ECE.McGill.CA [132.206.69.223]) by spock2.ECE.McGill.CA (8.8.8/8.8.8) with ESMTP id QAA17180; Thu, 21 Feb 2002 16:18:06 -0500 (EST) Message-ID: <3C7564EC.68EC2A8D@tsp.ece.mcgill.ca> Date: Thu, 21 Feb 2002 16:21:48 -0500 From: Peng He Organization: McGill University X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: zh-TW, zh, zh-CN, en MIME-Version: 1.0 To: Jim Geovedi Cc: freebsd-questions@freebsd.org Subject: Re: /bin/.login: No Such File or Directory References: <20020220212636.A13295@subtype.v28.errorflag.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 Jim Geovedi wrote: > On Tue, Feb 19, 2002 at 08:14:53PM -0500, Peng He wrote: > > Dear all, > > My FreeBSD 4.2(in a PC) has the following problem: > > > > when I try to login, whatever I type, after an Enter, the system always > > says: > > > > /bin/.login: no such file or directory. > > > > Therefore I can not login into the system , but FTP is OK. So, why? Could > > you pls copy your .login file in usr/bin/ to me? Thank you very much!! > > > > Best Regards, > > Peng He > > is you machine got hacked? > > check your login binary, > # strings /usr/bin/login > if you find something that unusual, then replace the login binary > by installing the new one from /usr/src/usr.bin/login > there's no .login in any BSD system. > > i guess your login binary is trojaned by universal login trojan. > http://packetstormsecurity.nl/UNIX/penetration/rootkits/ulogin.c > > -- > Jim Geovedi, Dear Jim Geovedi, Thank you so much for your help! Someone hacked into my two computers and changed the login bunary in both computer while keeping the same filesize. Then following your procedures, the problem has been solved. Thanks again. Best Regards, Peng He To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:19: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 183C737B41A for ; Thu, 21 Feb 2002 13:18:51 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1LLInHr052137; Thu, 21 Feb 2002 22:18:49 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1LLIn7G052136; Thu, 21 Feb 2002 22:18:49 +0100 (CET) (envelope-from flo) Date: Thu, 21 Feb 2002 22:18:49 +0100 From: Florian Nigsch To: Jerad Hampton , freebsd-questions@freebsd.org Subject: Re: Starting DHCPD on a specific nic at start up Message-ID: <20020221221849.A51954@nigsch.com> References: <3C750166.32259.728B43@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C750166.32259.728B43@localhost>; from jerad.hampton@KingsU.ab.ca on Thu, Feb 21, 2002 at 02:17:10PM -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 Just make subnet declarations ONLY for the networks on fxp1. flo On Thu, Feb 21, 2002 at 02:17:10PM -0700, Jerad Hampton wrote: > Hello, > > Need a little hand, > > We are trying to get a system to start dhpd on say fxp1 on boot up. Can some one > point me in the right direction please. > > > Thanks > > Jerad Hampton > Network Administrator > The King's University College > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---end quoted text--- -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:23: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (att-98-60-141.atl.mediaone.net [24.98.60.141]) by hub.freebsd.org (Postfix) with ESMTP id 94A1237B402 for ; Thu, 21 Feb 2002 13:22:59 -0800 (PST) Received: from bsd ([192.168.10.7] helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.30 #1) id 16e0g7-000GCf-00; Thu, 21 Feb 2002 16:22:59 -0500 Received: from scott by bsd.smnolde.com with local (Exim 3.33 #1) id 16e0g6-000E9V-00; Thu, 21 Feb 2002 16:22:58 -0500 Date: Thu, 21 Feb 2002 16:22:58 -0500 From: "Scott M. Nolde" To: Jerad Hampton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Starting DHCPD on a specific nic at start up Message-ID: <20020221162258.D53679@smnolde.com> References: <3C750166.32259.728B43@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C750166.32259.728B43@localhost>; from jerad.hampton@KingsU.ab.ca on Thu, Feb 21, 2002 at 02:17:10PM -0700 X-Disclaimer: If you can read this you're looking for too much Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jerad Hampton(jerad.hampton@KingsU.ab.ca)@2002.02.21 14:17:10 +0000: > Hello, > > Need a little hand, > > We are trying to get a system to start dhpd on say fxp1 on boot up. Can some one > point me in the right direction please. > > > Thanks > > Jerad Hampton > Network Administrator > The King's University College > I start my dhcpd server with "/path/to/dhcpd fxp1" which the server will listen on device fxp1. -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:26:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 6D5ED37B400 for ; Thu, 21 Feb 2002 13:26:07 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1LLQ6Hr052238; Thu, 21 Feb 2002 22:26:06 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1LLQ6OH052237; Thu, 21 Feb 2002 22:26:06 +0100 (CET) (envelope-from flo) Date: Thu, 21 Feb 2002 22:26:06 +0100 From: Florian Nigsch To: Jerad Hampton , freebsd-questions@freebsd.org Subject: Re: Starting DHCPD on a specific nic at start up Message-ID: <20020221222606.B51954@nigsch.com> References: <3C750166.32259.728B43@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C750166.32259.728B43@localhost>; from jerad.hampton@KingsU.ab.ca on Thu, Feb 21, 2002 at 02:17:10PM -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 from dhcpd(8): The names of the network interfaces on which dhcpd should listen for broadcasts may be specified on the command line. flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:30:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from westhost43.westhost.net (westhost43.westhost.net [216.71.84.167]) by hub.freebsd.org (Postfix) with ESMTP id 78E9A37B494 for ; Thu, 21 Feb 2002 13:30:02 -0800 (PST) Received: from localhost (burningclown@localhost) by westhost43.westhost.net (8.11.6/8.11.6) with ESMTP id g1LLXQu15833 for ; Thu, 21 Feb 2002 15:33:26 -0600 Date: Thu, 21 Feb 2002 15:33:25 -0600 (CST) From: burningclown@westhost43.westhost.net To: freebsd-questions Subject: /boot 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, Can /boot be a separate partition under FreeBSD 4.x? Just wondering - couldn't find anything definitive on this. Thanks, Glenn +----------------+ http://www.burningclown.com "Everyone's Portal to Nothing At All" +----------------+ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:30:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 72oot.net (72oot.net [216.122.237.142]) by hub.freebsd.org (Postfix) with ESMTP id 2ED9B37B41B for ; Thu, 21 Feb 2002 13:30:33 -0800 (PST) Received: from c1529030-a.attbi.com (12-228-93-249.client.attbi.com [12.228.93.249]) by 72oot.net (8.11.0/8.11.0) with SMTP id g1LLU1U64141; Thu, 21 Feb 2002 21:30:02 GMT (envelope-from warm@72oot.net) Content-Type: text/plain; charset="iso-8859-1" From: 72yan M To: "C J Michaels" , Subject: Re: ipfw: Too many dynamic rules, sorry Date: Thu, 21 Feb 2002 13:33:32 -0800 X-Mailer: KMail [version 1.2] References: <3175.216.153.201.211.1014322964.squirrel@www1.27in.tv> In-Reply-To: <3175.216.153.201.211.1014322964.squirrel@www1.27in.tv> MIME-Version: 1.0 Message-Id: <02022113333200.74706@c1529030-a.attbi.com> 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 > FreeBSD 4.5-STABLE FreeBSD 4.5-STABLE #6: Tue Jan 29 22:51:31 EST 2002 > > Hello, > > I am periodically getting the following error in my syslog: > Feb 21 01:02:46 cartman /kernel: Too many dynamic rules, sorry > > I currently have the following sysctl set: > net.inet.ip.fw.dyn_buckets=512 > > ...which seems like more than enough dyn buckets to me. To give you some > background, this machine is currently on a 2 machine network, acting as the > firewall/router (nat)/etc... The 2nd machine was not turned on at all > yesterday, more specifically, I was sleeping at 1:02am. > > Either way, I can't seem to find any cron jobs that run at or around that > time, nor can I find any records of someone logging in. Barring intrusion, > because I don't believe that's the issue, it's more likely a typo in my > firewall.conf as I have several services running on the box. > > My questions are: > 1. What's a good number for "net.inet.ip.fw.dyn_buckets"? I could just > keep tweaking it up until I stop getting the error, but I'm curious what > the pro/cons are of setting this number too high, and what too high would > be. Does anyone have any experience with this? Dos attack of your running services/ dynamic rules. I use 256 dyn_buckets, but I also cut dyn_ack_lifetime to 60 from 300. > > 2. Any suggestions on how I can track down what may be generating so many > dynamic rules? To give you a contrast now, ipfw lists _no_ dynamic rules. You could add a cron job to print '#ipfw show' to a text file every so often and then review the output file. > > Any assistance in getting started on this would be appreciated. > > Thanks, > -- > Chris > > "I'll defend to the death your right to say that, but I never said I'd > listen to it!" > -- Tom Galloway with apologies to Voltaire > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:36:37 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 EB0C037B405 for ; Thu, 21 Feb 2002 13:36:34 -0800 (PST) Received: by phsexchico2.partners.org with Internet Mail Service (5.5.2650.21) id <1BZFS6TR>; Thu, 21 Feb 2002 16:36:33 -0500 Message-ID: <375F68784081D511908A00508BE3BB17DDDBBF@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: "'freebsd-questions@freebsd.org'" Subject: Booting from a different disk... Date: Thu, 21 Feb 2002 16:36:33 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I installed / onto a slave device on my IDE chain, and now, at boot up, it gives me a number of errors "invalid partition" from the boot manager. It then asks me where I wish to start up from, with the default being "0:ac(0,a)/kernel" (or something close to that). If I change all the '0's to '1's, it then boots up just fine. Is there somewhere that I can change the default to this value? Thanks, Ricky Morse ----------------------------------------------------- Richard Morse System Administrator MGH Biostatistics Center 50 Staniford St. Rm 560 remorse@partners.org 617/724-9830 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:53:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 119FA37B402 for ; Thu, 21 Feb 2002 13:53:43 -0800 (PST) Received: (qmail 70779 invoked by uid 100); 21 Feb 2002 21:53:42 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.27749.430608.763121@guru.mired.org> Date: Thu, 21 Feb 2002 15:53:41 -0600 To: Chip Wiegand Cc: questions@freebsd.org Subject: Re: correct permissions for download only ftp In-Reply-To: <80407003@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Chip Wiegand types: > I want to set up a download only ftp site for my son's friends to > download his mp3's, midi's etc. I am trying to get the permissions > correct for the pub directory. I can make it so no one can upload or > download, or make it so no one can download, but haven't got it so no > one can upload. Yet I want it so my son can copy files from his computer > into the pub directory. Just what chmod format would I use for this? It needs to be mode 755, and owned by the login id your son is using to log onto the FTP server. His friends will have to use a different id, or an anonymous logon. If you're running a firewall, you'll find that FTP is a PITA to deal with. sftp doesn't have those problems. There's a nice free windows sftp client at . http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 13:55:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 6158B37B405 for ; Thu, 21 Feb 2002 13:55:09 -0800 (PST) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailf.telia.com (8.11.6/8.11.6) with ESMTP id g1LLt7B24869 for ; Thu, 21 Feb 2002 22:55:07 +0100 (CET) Received: from falcon.midgard.homeip.net (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id WAA23149 for ; Thu, 21 Feb 2002 22:55:07 +0100 (CET) Received: (qmail 31544 invoked by uid 1001); 21 Feb 2002 21:55:05 -0000 Date: Thu, 21 Feb 2002 22:55:05 +0100 From: Erik Trulsson To: "Alex (DDS)" Cc: =?iso-8859-1?Q?S=F8ren?= Neigaard , Alex , questions@freebsd.org Subject: Re: OT: Re: Max RAM supported by Hardware Message-ID: <20020221215504.GA31481@student.uu.se> Mail-Followup-To: "Alex (DDS)" , =?iso-8859-1?Q?S=F8ren?= Neigaard , Alex , questions@freebsd.org References: <1556477954.20020220210026@e-box.dk> <14217053982.20020220215646@cybertron.tmfweb.nl> <15518324328.20020220221756@cybertron.tmfweb.nl> <20020220220028.GA21515@student.uu.se> <193651536.20020221082100@e-box.dk> <3C75152A.7040705@dds.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C75152A.7040705@dds.nl> 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 On Thu, Feb 21, 2002 at 04:41:30PM +0100, Alex (DDS) wrote: > > > > > > >ET> On Alpha the max that is supported is 2G. I am not sure why that > >ET> limitation exists but it does. > > > >Strange - It should be able to support much much more. I guess FreeBSD > >is mostly for i386, right? Not much being done for other platforms? More or less, yes. > > > The Alpha processor proberbly just doesn't support it. Thus doesn't have > the base and offset regestries and memory thats able to handle it. Nope, the Alpha processors support much more memory than that. The 21064 has 43-bit virtual and 34-bit physical addresses, while the 21164 has 43-bit virtual and 40-bit physical. The Alpha architecture actually supports using up to 64-bit virtual addresses but I don't think any of the current implementations actually implement that. -- 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 Thu Feb 21 14: 8:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns2.austclear.com.au (ns2.austclear.com.au [192.43.185.70]) by hub.freebsd.org (Postfix) with ESMTP id 8D39F37B404 for ; Thu, 21 Feb 2002 14:08:52 -0800 (PST) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.166.65]) by ns2.austclear.com.au (8.11.2/8.11.3) with ESMTP id g1LM8lE28626; Fri, 22 Feb 2002 09:08:47 +1100 (EST) (envelope-from ahl@austclear.com.au) Received: from tungsten (tungsten [192.168.166.65]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id JAA20143; Fri, 22 Feb 2002 09:08:46 +1100 (EST) Message-Id: <200202212208.JAA20143@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: Scott Pilz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sendmail Problems In-Reply-To: Message from Scott Pilz of "Thu, 21 Feb 2002 11:11:46 MDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 22 Feb 2002 09:08:46 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Scott, It works fine. My best guess would be that you're testing with a client that doesn't use SMTP, running it on the box you're testing. As a result it just starts it's own copy of sendmail to do delivery, which doesn't get your options. Try using a client that sends using SMTP (such as Netscape) and you should see that it leaves things in your mailscanner directory. And since SMTP is also used for MTA to MTA delivery, the same should happen for all your Internet mail (if that's your goal) once the new server goes into production. Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 14:13:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.27in.tv (roc-66-24-112-7.rochester.rr.com [66.24.112.7]) by hub.freebsd.org (Postfix) with ESMTP id 9C4F137B400 for ; Thu, 21 Feb 2002 14:13:09 -0800 (PST) Received: (from root@localhost) by mail.27in.tv (8.11.6/8.11.6) id g1LMD8761564; Thu, 21 Feb 2002 17:13:08 -0500 (EST) (envelope-from cjm2@earthling.net) Received: from 27in.tv (roc-66-24-112-7.rochester.rr.com [66.24.112.7]) by mail.27in.tv (8.11.6/8.11.6av) with SMTP id g1LMD2K61481; Thu, 21 Feb 2002 17:13:03 -0500 (EST) (envelope-from cjm2@earthling.net) Received: from 216.153.201.211 (SquirrelMail authenticated user cjm2) by www1.27in.tv with HTTP; Thu, 21 Feb 2002 17:13:03 -0500 (EST) Message-ID: <3586.216.153.201.211.1014329583.squirrel@www1.27in.tv> Date: Thu, 21 Feb 2002 17:13:03 -0500 (EST) Subject: Re: ipfw: Too many dynamic rules, sorry From: "C J Michaels" To: In-Reply-To: <20020221214455.A51661@nigsch.com> References: <20020221214455.A51661@nigsch.com> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: X-Mailer: SquirrelMail (version 1.2.5 [cvs]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 Some time in the recent past Florian Nigsch scribbled: > On Thu, Feb 21, 2002 at 03:22:44PM -0500, C J Michaels wrote: <<<...snip...>>> >> 2. Any suggestions on how I can track down what may be generating so >> many dynamic rules? To give you a contrast now, ipfw lists _no_ >> dynamic rules. > > ipfw -d list Yep, I know. No dynamic rules, which is to be expected as I'm not doing a whole lot at the moment. Thanx tho. > > gives you the dynamic rules as well... > > flo > > -- > > > --- > Florian Nigsch > http://flo.nigsch.com/ > PGP key: http://flo.nigsch.com/fnigsch.asc -- Chris "I'll defend to the death your right to say that, but I never said I'd listen to it!" -- Tom Galloway with apologies to Voltaire To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 14:17:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 682AA37B402 for ; Thu, 21 Feb 2002 14:17:26 -0800 (PST) Received: (qmail 71090 invoked by uid 100); 21 Feb 2002 22:17:25 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.29173.293017.922052@guru.mired.org> Date: Thu, 21 Feb 2002 16:17:25 -0600 To: Stuart Tanner Cc: questions@freebsd.org Subject: Re: terminal color problems In-Reply-To: <54256899@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Stuart Tanner types: > On Thu, 2002-02-21 at 18:44, Gary W. Swearingen wrote: > > which doesn't use "tc=". IIRC, I read in some XFree86 document that > > that one should be used, but I might have just noticed it there and > > thought it sounded better than "xterm" (with tc=vt220). > > Refer to http://dickey.his.com/xterm/xterm.faq.html (the section is > "What $TERM should I use?") for the reason for not using "xterm". To save others the trouble, the reason is that xterm-color doesn't paint the window in a different color than the default background color as efficiently as possible. > > But then all of these can cause problems when people expect you to be > > using "cons25" like when I was complaining about a problem with "groff > > -mandoc -Tascii /tmp/ipfw.8 | less" as suggested by the mdoc man page. > > I got the impression that FreeBSD is "designed for cons25". > Are you sure your problem with groff wasn't due to a broken termcap > entry or the terminal not behaving as advertised? I expect so. doing "groff ipfw.8.gz | groff -mandoc -Tascii | less" worked like a charm for me. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 14:24:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.27in.tv (roc-66-24-112-7.rochester.rr.com [66.24.112.7]) by hub.freebsd.org (Postfix) with ESMTP id C47E437B442 for ; Thu, 21 Feb 2002 14:24:18 -0800 (PST) Received: (from root@localhost) by mail.27in.tv (8.11.6/8.11.6) id g1LMOGp17917; Thu, 21 Feb 2002 17:24:16 -0500 (EST) (envelope-from cjm2@earthling.net) Received: from 27in.tv (roc-66-24-112-7.rochester.rr.com [66.24.112.7]) by mail.27in.tv (8.11.6/8.11.6av) with SMTP id g1LMOBK17643; Thu, 21 Feb 2002 17:24:11 -0500 (EST) (envelope-from cjm2@earthling.net) Received: from 216.153.201.211 (SquirrelMail authenticated user cjm2) by www1.27in.tv with HTTP; Thu, 21 Feb 2002 17:24:11 -0500 (EST) Message-ID: <3598.216.153.201.211.1014330251.squirrel@www1.27in.tv> Date: Thu, 21 Feb 2002 17:24:11 -0500 (EST) Subject: Re: ipfw: Too many dynamic rules, sorry From: "C J Michaels" To: In-Reply-To: <02022113333200.74706@c1529030-a.attbi.com> References: <02022113333200.74706@c1529030-a.attbi.com> X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal Cc: X-Mailer: SquirrelMail (version 1.2.5 [cvs]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 Some time in the recent past 72yan M scribbled: > <<<...snip...>>> >> My questions are: >> 1. What's a good number for "net.inet.ip.fw.dyn_buckets"? I could >> just keep tweaking it up until I stop getting the error, but I'm >> curious what the pro/cons are of setting this number too high, and >> what too high would be. Does anyone have any experience with this? > > Dos attack of your running services/ dynamic rules. > Wouldn't that require the DoS to be coming from inside my box, as outgoing packets are the ones that generate the dynamic rules, not incoming? > I use 256 dyn_buckets, but I also cut dyn_ack_lifetime to 60 from 300. (I'm sure this doesn't help but) I bumped mine up to 600 'cause my ssh sessions kept terminating abruptly if I didn't pay attn to them for 5 minutes. Despite this, there must have been some usage spike over the course of those 10 minutes to generate the error. > >> >> 2. Any suggestions on how I can track down what may be generating so >> many dynamic rules? To give you a contrast now, ipfw lists _no_ >> dynamic rules. > > You could add a cron job to print '#ipfw show' to a text file every so > often and then review the output file. Did you mean "ipfw show" or "ipfw -d list"? Either way, a periodic cron job is a good idea, I hadn't even thought of that. Thanks. Appreciate the help. -- Chris "I'll defend to the death your right to say that, but I never said I'd listen to it!" -- Tom Galloway with apologies to Voltaire To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 14:56:49 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 5FD1237B400 for ; Thu, 21 Feb 2002 14:56:47 -0800 (PST) Received: from no.name.available by [209.49.190.34] via smtpd (for hub.FreeBSD.org [216.136.204.18]) with SMTP; 21 Feb 2002 22:56:47 UT Received: from mbakercorp.com (unverified) by mailsweeper.mbakercorp.com (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Thu, 21 Feb 2002 17:56:38 -0500 Received: from gatedom-MTA by mbakercorp.com with Novell_GroupWise; Thu, 21 Feb 2002 17:54:46 -0500 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0.1 Date: Thu, 21 Feb 2002 17:54:26 -0500 From: "Joseph Wright" To: Subject: Build PHP mod and cgi 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 Is their a way to build the port mod_php4 as the module version for apache and the cgi for command line options. I currently have mod_php+apache13+mysql+gd working perfect but I now have the need to run php from the command prompt with mysql & gd. What is the best way to go about this. thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:17:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 9064D37B427 for ; Thu, 21 Feb 2002 15:17:36 -0800 (PST) Received: (qmail 72273 invoked by uid 100); 21 Feb 2002 23:17:34 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.32781.764487.999101@guru.mired.org> Date: Thu, 21 Feb 2002 17:17:33 -0600 To: Haryadi Gunawi Cc: questions@freebsd.org Subject: Re: /proc/pid/map (freeBSD vs Linux) In-Reply-To: <4555239@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Haryadi Gunawi types: > Here is my project in detail. > - I have a PID (from getpid) > - Then I want to look what program has that PID (by looking at the > /proc/pid/map) > - next I must know what libraries are utilized, and their text segments > (where the code are allocated) > Now the problem is: > I don't know what is the executable name, and the > libraries utilized from /proc/pid/map in FreeBSD. > In Linux I can easily get them from the last column. > Where can I get those names in FreeBSD? /proc/pid/file is a symlink to the executable. If the executable isn't there any more, it just says "unknown". > I assume the numbers in the third column (1, 12, 57) mean something, but > I don't know what they are. The source is in /usr/src/sys/miscfs/procfs/procfs_map.c. These lines are describing objects in the VM system. The name of the file associated with that segment of memory is no longer in the kernel. It should be possible to grovel the library name out of that segment of the processes memory. Getting the full path name may be impossible. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:22:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smartwall.thebeaconjournal.com (smartwall.thebeaconjournal.com [204.210.192.10]) by hub.freebsd.org (Postfix) with ESMTP id A18C437B400 for ; Thu, 21 Feb 2002 15:22:17 -0800 (PST) Received: by smartwall.thebeaconjournal.com; id SAA06862; Thu, 21 Feb 2002 18:17:53 -0500 (EST) Received: from unknown(166.108.139.2) by smartwall.thebeaconjournal.com via smap (V4.2) id xma006846; Thu, 21 Feb 02 18:17:48 -0500 Received: from spike ([206.128.102.241]) by bea-mx.thebeaconjournal.com (Netscape Messaging Server 4.15) with ESMTP id GRWOXR00.1U3; Thu, 21 Feb 2002 18:22:39 -0500 Received: from [192.168.0.119] (unknown [192.168.0.119]) by spike (Postfix) with ESMTP id 87D6D206B; Thu, 21 Feb 2002 18:22:10 -0500 (EST) Mime-Version: 1.0 X-Sender: jim@192.168.0.7 Message-Id: Date: Thu, 21 Feb 2002 19:14:42 -0500 To: freebsd-questions@freebsd.org From: "James A. Arnold" Subject: Expect script error? Cc: nick@rogness.net 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 I've done some searching on the net and couldn't find an answer to solve this. This script is suppose to send out a large file each night but always quits after sending out about 8 megs. Below is my expect script, followed by a manual connection that shows the expected values and finally debugging output. I'm not sure how to interpret the informtion. I have a similar script that shows the same '(spawn_id exp4) match glob pattern ": "? no' message as below but those scripts work; the difference being those scripts send out smaller files. Maybe I have a basic flaw in my scripting that only appears with a large file. Thanks, Jim ========= 06:03pm 506 ~/bin>more photos_out.exp #! /usr/local/bin/expect -d spawn ftp -i 192.168.0.10 expect ": " send "jim\r" expect ": " send "fakepw\r" expect "ftp> " send "cd /www/ohio/photos/raw\r" expect "ftp> " send "lcd /home/jim/daily_photos\r" expect "ftp> " send "mput *\r" expect "ftp> " send "bye\r" ======== 06:10pm 507 ~/bin>ftp -i 192.168.0.10 Connected to 192.168.0.10. 220 hogan.printfacility.com FTP server (Version 6.00LS) ready. Name (192.168.0.10:jim): jim 331 Password required for jim. Password: 230 User jim logged in. Remote system type is UNIX. Using binary mode to transfer files. ftp> ======== OUTPUT FROM SCRIPT: 06:02pm 505 ~/bin>./photos_out.exp expect version 5.32.1 argv[0] = /usr/local/bin/expect argv[1] = -d argv[2] = ./photos_out.exp set argc 0 set argv0 "./photos_out.exp" set argv "" executing commands from command file ./photos_out.exp spawn ftp -i 192.168.0.10 parent: waiting for sync byte parent: telling child to go ahead parent: now unsynchronized from child spawn: returns {33486} expect: does "" (spawn_id exp4) match glob pattern ": "? no Connected to 192.168.0.10. expect: does "Connected to 192.168.0.10.\r\n" (spawn_id exp4) match glob pattern ": "? no 220 hogan.printfacility.com FTP server (Version 6.00LS) ready. expect: does "Connected to 192.168.0.10.\r\n220 hogan.printfacility.com FTP server (Version 6.00LS) ready.\r\n" (spawn_id exp4) match glob pattern ": "? no Name (192.168.0.10:jim): expect: does "Connected to 192.168.0.10.\r\n220 hogan.printfacility.com FTP server (Version 6.00LS) ready.\r\nName (192.168.0.10:jim): " (spawn_id exp4) match glob pattern ": "? yes expect: set expect_out(0,string) ": " expect: set expect_out(spawn_id) "exp4" expect: set expect_out(buffer) "Connected to 192.168.0.10.\r\n220 hogan.printfacility.com FTP server (Version 6.00LS) ready.\r\nName (192.168.0.10:jim): " send: sending "jim\r" to { exp4 } expect: does "" (spawn_id exp4) match glob pattern ": "? no jim 331 Password required for jim. expect: does "jim\r\n331 Password required for jim.\r\n" (spawn_id exp4) match glob pattern ": "? no Password: expect: does "jim\r\n331 Password required for jim.\r\nPassword:" (spawn_id exp4) match glob pattern ": "? no expect: timed out send: sending "fakepw\r" to { exp4 } expect: does "jim\r\n331 Password required for jim.\r\nPassword:" (spawn_id exp4) match glob pattern "ftp> "? no expect: does "jim\r\n331 Password required for jim.\r\nPassword:\r\n" (spawn_id exp4) match glob pattern "ftp> "? no 230 User jim logged in. expect: does "jim\r\n331 Password required for jim.\r\nPassword:\r\n230 User jim logged in.\r\n" (spawn_id exp4) match glob pattern "ftp> "? no Remote system type is UNIX. Using binary mode to transfer files. ftp> expect: does "jim\r\n331 Password required for jim.\r\nPassword:\r\n230 User jim logged in.\r\nRemote system type is UNIX.\r\nUsing binary mode to transfer files.\r\nftp> " (spawn_id exp4) match glob pattern "ftp> "? yes expect: set expect_out(0,string) "ftp> " expect: set expect_out(spawn_id) "exp4" expect: set expect_out(buffer) "jim\r\n331 Password required for jim.\r\nPassword:\r\n230 User jim logged in.\r\nRemote system type is UNIX.\r\nUsing binary mode to transfer files.\r\nftp> " send: sending "cd /www/ohio/photos/raw\r" to { exp4 } expect: does "" (spawn_id exp4) match glob pattern "ftp> "? no cd /www/ohio/photos/raw expect: does "cd /www/ohio/photos/raw\r\r\n" (spawn_id exp4) match glob pattern "ftp> "? no 250 CWD command successful. ftp> expect: does "cd /www/ohio/photos/raw\r\r\n250 CWD command successful.\r\nftp> " (spawn_id exp4) match glob pattern "ftp> "? yes expect: set expect_out(0,string) "ftp> " expect: set expect_out(spawn_id) "exp4" expect: set expect_out(buffer) "cd /www/ohio/photos/raw\r\r\n250 C WD command successful.\r\nftp> " send: sending "lcd /home/jim/daily_photos\r" to { exp4 } expect: does "" (spawn_id exp4) match glob pattern "ftp> "? no lcd /home/jim/daily_photos expect: does "lcd /home/jim/daily_photos\r\r\n" (spawn_id exp4) match glob pattern "ftp> "? no Local directory now /home/jim/daily_photos ftp> expect: does "lcd /home/jim/daily_photos\r\r\nLocal directory now /home/jim/daily_photos\r\nftp> " (spawn_id exp4) match glob pattern "ftp> "? yes expect: set expect_out(0,string) "ftp> " expect: set expect_out(spawn_id) "exp4" expect: set expect_out(buffer) "lcd /home/jim/daily_photos\r\r\nLocal directory now /home/jim/daily_photos\r\nftp> " send: sending "mput *\r" to { exp4 } expect: does "" (spawn_id exp4) match glob pattern "ftp> "? no mput * expect: does "mput *\r\r\n" (spawn_id exp4) match glob pattern "ftp> "? no local: 0221.tar.gz remote: 0221.tar.gz expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n" (spawn_id exp4) match glob pattern "ftp> "? no 150 Opening BINARY mode data connection for '0221.tar.gz'. expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n" (spawn_id exp4) match glob pattern "ftp> "? no 0% | | 0 --:-- ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA" (spawn_id exp4) match glob pattern "ftp> "? no 1% |* | 833 KB 01:04 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 3% |*** | 1647 KB 01:04 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 4% |**** | 2489 KB 01:02 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA\r 4% |**** | 2489 KB 01:02 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 5% |***** | 3246 KB 01:03 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA\r 4% |**** | 2489 KB 01:02 ETA\r 5% |***** | 3246 KB 01:03 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 7% |******* | 4077 KB 01:01 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA\r 4% |**** | 2489 KB 01:02 ETA\r 5% |***** | 3246 KB 01:03 ETA\r 7% |******* | 4077 KB 01:01 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 8% |******** | 4869 KB 01:01 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA\r 4% |**** | 2489 KB 01:02 ETA\r 5% |***** | 3246 KB 01:03 ETA\r 7% |******* | 4077 KB 01:01 ETA\r 8% |******** | 4869 KB 01:01 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 10% |********** | 5680 KB 01:00 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA\r 4% |**** | 2489 KB 01:02 ETA\r 5% |***** | 3246 KB 01:03 ETA\r 7% |******* | 4077 KB 01:01 ETA\r 8% |******** | 4869 KB 01:01 ETA\r 10% |********** | 5680 KB 01:00 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 11% |*********** | 6437 KB 00:59 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA\r 4% |**** | 2489 KB 01:02 ETA\r 5% |***** | 3246 KB 01:03 ETA\r 7% |******* | 4077 KB 01:01 ETA\r 8% |******** | 4869 KB 01:01 ETA\r 10% |********** | 5680 KB 01:00 ETA\r 11% |*********** | 6437 KB 00:59 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 13% |************** | 7218 KB 00:59 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA\r 4% |**** | 2489 KB 01:02 ETA\r 5% |***** | 3246 KB 01:03 ETA\r 7% |******* | 4077 KB 01:01 ETA\r 8% |******** | 4869 KB 01:01 ETA\r 10% |********** | 5680 KB 01:00 ETA\r 11% |*********** | 6437 KB 00:59 ETA\r 13% |************** | 7218 KB 00:59 ETA" (spawn_id exp4) match glob pattern "ftp> "? no 14% |*************** | 8014 KB 00:58 ETA expect: does "mput *\r\r\nlocal: 0221.tar.gz remote: 0221.tar.gz\r\n150 Opening BINARY mode data connection for '0221.tar.gz'.\r\n\r 0% | | 0 --:-- ETA\r 1% |* | 833 KB 01:04 ETA\r 3% |*** | 1647 KB 01:04 ETA\r 4% |**** | 2489 KB 01:02 ETA\r 5% |***** | 3246 KB 01:03 ETA\r 7% |******* | 4077 KB 01:01 ETA\r 8% |******** | 4869 KB 01:01 ETA\r 10% |********** | 5680 KB 01:00 ETA\r 11% |*********** | 6437 KB 00:59 ETA\r 13% |************** | 7218 KB 00:59 ETA\r 14% |*************** | 8014 KB 00:58 ETA" (spawn_id exp4) match glob pattern "ftp> "? no expect: timed out send: sending "bye\r" to { exp4 } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:25:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 2D61937B400 for ; Thu, 21 Feb 2002 15:25:25 -0800 (PST) Received: (qmail 72345 invoked by uid 100); 21 Feb 2002 23:25:24 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.33252.197082.914224@guru.mired.org> Date: Thu, 21 Feb 2002 17:25:24 -0600 To: Robin Becker Cc: questions@freebsd.org Subject: Re: hard disk errors In-Reply-To: <42557766@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Robin Becker types: > In article <15476.2903.219792.310210@guru.mired.org>, Mike Meyer dated-1014670039.417d3e@mired.org> writes > >> What should I be doing? I have backups, but this is our cvs server and > >> messing around is not desirable. Does the boss need to splash out on a > >> whole new machine? > >Most likely, the drive is about to die, and the boss needs to splash > >out for a new drive. it might be the cable or motherboard, but it's > >unlikely to be one of those unless you've been mucking around inside > >the machine recently. > that's what I figured. When I was a lot younger there was something > called bad-blocking drives, but it seems that is hard to do with modern > eide drives. The trick as I remember it was to create some obscurely-named file, and use a program that tweaked the file system to put bad blocks into that file. You could still do that, but there's not a lot of point to it. Modern drives have blocks they don't tell you about, and will automatically switch to one of those when a write fails. So when you start seeing multiple hard errors, it means that all the reserved blocks are being used, your drive has lots of bad blocks on it, and is about to fail bigtime. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:35:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.27in.tv (roc-66-24-112-7.rochester.rr.com [66.24.112.7]) by hub.freebsd.org (Postfix) with ESMTP id 085EB37B402 for ; Thu, 21 Feb 2002 15:35:44 -0800 (PST) Received: (from root@localhost) by mail.27in.tv (8.11.6/8.11.6) id g1LNZgA72594; Thu, 21 Feb 2002 18:35:42 -0500 (EST) (envelope-from cjm2@earthling.net) Received: from maxpower (trilluser@maxpower.lan.27in.tv [10.0.0.254]) by mail.27in.tv (8.11.6/8.11.6av) with SMTP id g1LNZeK72562; Thu, 21 Feb 2002 18:35:40 -0500 (EST) (envelope-from cjm2@earthling.net) From: "C J Michaels" To: "Joseph Wright" , Subject: RE: Build PHP mod and cgi Date: Thu, 21 Feb 2002 18:36:06 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: 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 cd /usr/ports/www/mod_php4; make all install; cd ../../lang/php4; make all install clean --Chris :) > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Joseph Wright > Sent: Thursday, February 21, 2002 5:54 PM > To: questions@FreeBSD.ORG > Subject: Build PHP mod and cgi > > > Is their a way to build the port mod_php4 as the module version for > apache and the cgi for command line options. > I currently have mod_php+apache13+mysql+gd working perfect but I now > have the need to run php from the command prompt with mysql & gd. What > is the best way to go about this. > > > thanks > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:36:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtpgw01.gargantuan.com (145bus8.tampabay.rr.com [24.94.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 38CBF37B400 for ; Thu, 21 Feb 2002 15:36:42 -0800 (PST) Received: from LKLDDC01.GARGANTUAN.COM (exchange.gargantuan.com [10.0.0.9]) by smtpgw01.gargantuan.com (Postfix) with ESMTP id EB4A02E0; Thu, 21 Feb 2002 18:34:22 -0500 (EST) Received: by LKLDDC01.GARGANTUAN.COM with Internet Mail Service (5.5.2653.19) id <1FGX9X3V>; Thu, 21 Feb 2002 18:36:39 -0500 Message-ID: <1DA741CA6767A144BAA4F10012536C27A9E2@LKLDDC01.GARGANTUAN.COM> From: "Oliver, Michael W." To: "'Carlos A. Carnero Delgado'" , FreeBSD-Questions@FreeBSD.org Subject: RE: man to web gateway Date: Thu, 21 Feb 2002 18:36:33 -0500 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 Check out.... http://www.softlab.ntua.gr/~christia/man-cgi.html I just googled for man.cgi and found the above. It took me about 2 minutes to get it working on my box. Nice.... =========== Michael Oliver -----Original Message----- From: Carlos A. Carnero Delgado [mailto:carloscarnero@msn.com] Sent: Wednesday, February 20, 2002 11:26 PM To: FreeBSD-Questions@FreeBSD.org Subject: man to web gateway Hi, I'd like to set up a man (pages) to web "gateway" on my local server, just like FreeBSD.org's man.cgi. It will be part of a local documentation site. Has anyone outside FreeBSD.org done it? Best regards, Carlos. _________________________________________________________________ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:46:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 4809637B404 for ; Thu, 21 Feb 2002 15:46:29 -0800 (PST) Received: from barbish ([63.70.155.45]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Thu, 21 Feb 2002 18:50:48 -0500 From: "Joe & Fhe Barbish" To: "Drew Tomlinson" Cc: "FBSDQ" Subject: RE: Migrate from IPF to IPFW Date: Thu, 21 Feb 2002 18:46:23 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <00a501c1aa82$e1d508f0$c42a6ba5@lc.ca.gov> 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 Don't know how far you have gotten, but I just completed doing the same thing. First thing is to remove the natd divert rule from your ipfw rules. Natd and ipfw were never designed to work together. You still need natd or user ppp nat to translate between public and private ip address but let that happen before ipfw rules get control otherwise keep-state rules will keep getting ip address mismatches. Below is my working ipfw advanced stateful ipfw rule set for you to cut & past from. ########################################################################### # # Define IPFW firewall rules for gateway.xxxxxxx.com # 2/15/2002 Joe Barbish # # User ppp tun0 dial out to ISP with dynamic IP addresses assigned. # User ppp tun1 dial in to this box with dynamic IP addresses assigned # User ppp tun2 dial in to this box with dynamic IP addresses assigned # User ppp nat used. Private Ip address used inside. # 3 win98 boxes on LAN with static IP address hard coded. # Protect the whole private network from loss of service attacks # These rules can be reloaded with out rebooting by issuing this command # sh /etc/ipfw.stdrules # # The use of 'me' in rules means IP address 127.0.0.0 localhost # # Firewall Policy Statement. # All packet traffic originating behind this firewall not requiring access # to the public internet is exempt from these firewall rules. # # Each public internet function must be explicitly allowed by a rule. # Only valid response to the packets I've sent out are allowed in. # All packets must use the IPFW advanced "dynamic" rules function. # No state-less rules or simple-stateful rules are allowed. # ############################################################################ # # Set rules command prefix # The -q option on the command is for quite mode. # Do not display rules as they load. Remove during development to see. fwcmd="/sbin/ipfw -q" # Flush out the list before we begin. $fwcmd -f flush # Set defaults # set these to your outside interface network and netmask and ip # for dynamic IP address from ISP use there range oif="tun0" odns1="218.216.115.11" # ISP's dns server 1 IP address odns2="218.216.115.12" # ISP's dns server 2 IP address oisp="218.216.115.4" # ISP router issueing rip oip="163.170.155.25/24" # For testing dial isp from standalone pc and # access this FBSD box over the internet. # This value is the dynamic IP address range # issued by ISP. oip is in inbound section # statments to only allow inbound access from me. # /24 means 63.70.155.1 thru 63.70.155.256 # Set these to your inside interface network and ip address range iif="xl0" # Nic card iip="10.0.10.2/29" # Private IP address range on Nic card # /29 means 10.0.10.1 thru 10.0.10.08 # 10.0.10.2 Lan Nic card # 10.0.10.5 Lan Windows98 machine1 iip2="10.0.0.1/29" # Private IP address range for dial in # /29 means 10.0.0.1 thru 10.0.10.08 # 10.0.0.2 User PPP Dialin Host # 10.0.0.5 User PPP Dialin Windows98 machine1 # This is the start of the rules. # All traffic coming in from the internet or # leaving the local LAN start here # Handle router 520 rip request $fwcmd add 00002 deny udp from $oisp 520 to me in via $oif #*** TESTING PURPOSES ONLY *** TESTING PURPOSES ONLY *** TESTING PURPOSES ONLY # The following rule if un-commented will change the behaviour of this # FireWall rule set from closed to completely open, thus bypassing all of the # following rules. This single rule is placed here for TESTING PURPOSES ONLY. #$fwcmd add 00005 allow all from any to any # Internal gateway housekeeping # Rules # 100 - 130 exempt everything behind the firewall from this rules set. # Rules # 150 & 160 deny the reference to the localhost default IP address. $fwcmd add 00100 allow ip from any to any via lo0 # allow all localhost $fwcmd add 00110 allow ip from any to any via xl0 # allow all local LAN $fwcmd add 00120 allow ip from any to any via tun1 # allow all dialin call 1 $fwcmd add 00130 allow ip from any to any via tun2 # allow all dialin call 2 $fwcmd add 00150 deny ip from any to 127.0.0.0/8 # deny use of localhost IP $fwcmd add 00160 deny ip from 127.0.0.0/8 to any # deny use of localhost IP ######## control section ############################################ # Start of IPFW advanced Stateful Filtering using "dynamic" rules. # The check-state statment behaviour is to match bidirectional packet traffic # flow between source and destination using protocol/IP/port/sequance number. # The dynamic rule has a limited lifetime which is controlled by a set of # sysctl(8) variables. The lifetime is refreshed every time a matching # packet is found in the dynamic table. # Allow the packet through if it has previous been added to the # the "dynamic" rules table by an allow keep-state statement. $fwcmd add 00500 check-state # Deny any late arriveing packets so they don't # get caught & logged by rules 800 or 900. $fwcmd add 00502 deny all from any to any frag # Deny ACK packets that did not match the dynamic rule table $fwcmd add 00501 deny tcp from any to any established ######## outbound section ############################################ # Interrogate packets originating from behind the firewall, private net. # Upon a rule match, it's keep-state option will create a dynamic rule. # Allow out www function $fwcmd add 00600 allow tcp from any to any 80 out via $oif setup keep-state # Allow lan winbox access to FBSD Apache13/Frontpage Server $fwcmd add 00601 allow tcp from $iip to any 80 out via $oif setup keep-state # Allow out access to my ISP's Domain name server. $fwcmd add 00610 allow tcp from any to $odns1 53 out via $oif setup keep-state $fwcmd add 00611 allow udp from any to $odns1 53 out via $oif keep-state $fwcmd add 00615 allow tcp from any to $odns2 53 out via $oif setup keep-state $fwcmd add 00616 allow udp from any to $odns2 53 out via $oif keep-state # Allow out access to internet Domain name server. $fwcmd add 00618 allow tcp from any to any 53 out via $oif setup keep-state $fwcmd add 00619 allow udp from any to any 53 out via $oif keep-state # For some unknown reason the keep-state function on udp to DNS IP address # runs very slow and get hung up. These stateless rules work fast. #${fwcmd} add 00620 allow udp from any to ${odns1} 53 # allow out #${fwcmd} add 00621 allow udp from ${odns1} 53 to any # allow in #${fwcmd} add 00622 allow udp from any to ${odns2} 53 # allow out #${fwcmd} add 00623 allow udp from ${odns2} 53 to any # allow in #${fwcmd} add 00624 allow udp from any to any 53 # allow out #${fwcmd} add 00625 allow udp from any 53 to any # allow in # Allow out send & get email function $fwcmd add 00630 allow tcp from any to any 25,110 out via $oif setup keep-state # Allow out & in FBSD (make install & CVSUP) functions # Basically give user id root "GOD" priveledges. $fwcmd add 00640 allow tcp from me to any out via $oif setup keep-state uid root $fwcmd add 00641 allow tcp from any to me in via $oif setup keep-state uid root # Allow out ping $fwcmd add 00650 allow icmp from any to any out via $oif keep-state # Allow out FTP control channel $fwcmd add 00671 allow tcp from any to any 21 out via $oif setup keep-state # Allow in FTP data channel to Lan ip range $fwcmd add 00672 allow tcp from any 20 to $iip 1024-49151 in via $oif setup keep-state # Allow in FTP data channel to Dialin users ip range $fwcmd add 00673 allow tcp from any 20 to $iip2 1024-49151 in via $oif setup kee # Allow out ssh $fwcmd add 00680 allow tcp from any to any 22 out via $oif setup keep-state # Allow out TELNET $fwcmd add 00690 allow tcp from any to any 23 out via $oif setup keep-state # Allow out Network Time Protocol (NTP) queries $fwcmd add 00694 allow tcp from any to any 123 out via $oif setup keep-state $fwcmd add 00695 allow udp from any to any 123 out via $oif keep-state # Allow out Time $fwcmd add 00696 allow tcp from any to any 37 out via $oif setup keep-state $fwcmd add 00697 allow udp from any to any 37 out via $oif keep-state # Allow out ident $fwcmd add 00700 allow tcp from any to any 113 out via $oif setup keep-state $fwcmd add 00701 allow udp from any to any 113 out via $oif keep-state # Allow out IRC $fwcmd add 00710 allow tcp from any to any 194 out via $oif setup keep-state $fwcmd add 00711 allow udp from any to any 194 out via $oif keep-state # Allow out whois $fwcmd add 00712 allow tcp from any to any 43 out via $oif setup keep-state $fwcmd add 00713 allow udp from any to any 43 out via $oif keep-state # Allow out whois++ $fwcmd add 00715 allow tcp from any to any 63 out via $oif setup keep-state $fwcmd add 00716 allow udp from any to any 63 out via $oif keep-state # Allow out finger $fwcmd add 00720 allow tcp from any to any 79 out via $oif setup keep-state $fwcmd add 00721 allow udp from any to any 79 out via $oif keep-state # Allow out nntp news $fwcmd add 00725 allow tcp from any to any 119 out via $oif setup keep-state $fwcmd add 00726 allow udp from any to any 119 out via $oif keep-state # Allow out gopher $fwcmd add 00730 allow tcp from any to any 70 out via $oif setup keep-state $fwcmd add 00731 allow udp from any to any 70 out via $oif keep-state ######## inbound section ############################################ # Interrogate packets originating from in front of the firewall, public net. # Place statments here to allow public requests for service. # The ${oip} holds the dynamic ip address range that both this FBSD box and # the standalong pc I use for testing logs into, so the result is only I can # gain public access from the internet to these functions. # Allow in www $fwcmd add 00800 allow tcp from $oip to any 80 in via $oif setup keep-state # Allow TCP FTP control channel in & data channel out $fwcmd add 00810 allow tcp from $oip to me 21 in via $oif setup keep-state $fwcmd add 00811 allow tcp from $oip 20 to any 1024-49151 out via $oif setup keep # Allow in ssh function $fwcmd add 00820 allow log tcp from $oip to me 22 in via $oif setup keep-state # Allow in Telnet $fwcmd add 00830 allow tcp from $oip to me 23 in via $oif setup keep-state # This sends a RESET to all ident packets. $fwcmd add 00840 reset tcp from any to me 113 in via $oif # Stop & log spoofing Attack attempts. # Examine incoming traffic for packets with both a source and destination # IP address in my local domain as per CIAC prevention alert. $fwcmd add 00850 deny log ip from me to me in via $oif # Stop & log ping echo attacks # stop echo reply (ICMP type 0), and echo request (type 8). $fwcmd add 00860 deny log icmp from any to me icmptype 0,8 in via $oif # Reject & Log all setup of incoming connections from the outside $fwcmd add 00900 deny log all from any to any in via $oif # Everything else is denied by default # deny and log all packets that fell through to see what they are $fwcmd add 00910 deny log logamount 500 ip from any to any -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Drew Tomlinson Sent: Thursday, January 31, 2002 1:13 PM To: Mario Doria; questions@freebsd.org Subject: Re: Migrate from IPF to IPFW ----- Original Message ----- From: "Mario Doria" To: Sent: Thursday, January 31, 2002 10:04 AM Subject: Migrate from IPF to IPFW > Hello, > > I'm planning to migrate a machine from IPF to IPFW, but before I make any > changes (the machine is in production), I want to test the IPFW ruleset. > Please, can someone provide me examples of an IPFW stateful ruleset?. Here's > what I have so far: I found this file to be very helpful in setting up mine. http://www.bsdtoday.com/2000/December/rc.firewall.current HTH, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:50:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from su.ualberta.ca (mail.su.ualberta.ca [129.128.133.14]) by hub.freebsd.org (Postfix) with ESMTP id 77C5A37B400 for ; Thu, 21 Feb 2002 15:50:19 -0800 (PST) Received: from [129.128.133.6] (HELO [10.0.1.44]) by su.ualberta.ca (CommuniGate Pro SMTP 3.5.6) with ESMTP-TLS id 46020523 for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 16:50:18 -0700 User-Agent: Microsoft-Entourage/10.0.0.1309 Date: Thu, 21 Feb 2002 16:50:17 -0700 Subject: Scp From: Colin Harford To: Message-ID: Mime-version: 1.0 X-address: Suite 2-900, SUB, University of Alberta, 8900-114 St, Edmonton: Alberta, T6G 2J7 X-disclaimer: Opinions expressed herein are solely the responsibility Content-type: text/plain; charset="ISO-8859-1" Content-transfer-encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am writing up a shell script that is to be executed via cron. Part of the script involves using scp, and I want it to copy a file to a remote server. Currently I use syntax scp localfile user@remote:/location-to-save-to/remotefile The problem is I want to have it authenticate by itself without needing my input. Any ideas how, and the syntax I would use. (the man page is rather ambigious) Colin Harford =A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Systems and Network Administrator =A0=A0=A0=A0 Apple Product Professional =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =A0=A0=A0=A0 Computer and Network Support =A0=A0=A0=A0=A0=A0=A0=A0 University of Alberta Students' Union =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 Phone: (780) 492-4241 =A0=A0Fax: =A0(780) 492-4643 http://www.su.ualberta.ca "I sense much NT in you, NT leads to Blue Screen. Blue Screen leads to downtime, downtime leads to suffering. NT is the path to the darkside." - Unknown Unix Jedi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:54:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 337D637B405 for ; Thu, 21 Feb 2002 15:54:03 -0800 (PST) Received: (qmail 72634 invoked by uid 100); 21 Feb 2002 23:54:02 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.34969.572893.76786@guru.mired.org> Date: Thu, 21 Feb 2002 17:54:01 -0600 To: Cliff Sarginson Cc: questions@freebsd.org Subject: Re: Kernel loader In-Reply-To: <89637344@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Cliff Sarginson types: > Well, I tried this out in -hackers, and got a couple of mono-syllabic > replies, but no-one answered my question. So I will try it here. Gee, I wouldn't answer on -hackers because I figured someone who knew the answers better than I would answer. Oh well... > The kernel loader code has mechanisms to implant dependencies in the > module code, e.g. if module A requires module B, then you can build > this knowledge into module A. That's correct. > Now I do not believe that if you load module A, then module B is > automagically loaded as well. Looking at the program kldload it > is just a few lines that just invokes a system call to load the > module requested. I think the system call code should be in my > source tree somewhere but I am damned if I can find it. Your belief is incorrect. Well, it's incorrect for elf modules. I don't know about other formats because I didn't check them. The source code you want is in sys/kern/kern_linker.c and link_elf.c. > What I was getting at is that in Linux they have this 'depmod' > setup that creates a dependency list, so that loading a module > should load all other required modules. I am looking for the > same functionality in FreeBSD. I do not believe it exists. You may be looking for gensetdefs. It's used in dealing with dependency lists in /usr/src/sys/conf/kmod.mk. It looks like the gensetdefs man page is out of date, though. However, if you're going to write a kld, you really don't care. > Can anyone confirm this, or refute it. I'm not sure which I did, but I think I answered your question. > My second question was this. > It seems to me that the kernel module loading may have some > sensitivity over the point at which it is loaded. I have reported > a bug in drm-kmod and my tests seem to show that it makes a > difference when a particular module (in this case "agp") is loaded > early on in the boot process via loader.conf, or later on by a shell > command in /usr/local/etc/rc.d. Is this likely to be expected ? I can't really help here, because I'm not that intimate with PC hardware. However, I know that BSD has run on hardware on which it mattered which order devices were allocated. Basically, if something that can use anything grabs what it thinks is best, then something needing a specific flavor or amount comes along, the second one may work if allocated first, and fail if allocated second. Just to make matters interesting, if you probed for them in the order that allocation worked, the probe didn't work, and vice versa. > I got zero answers to this question. > > If it does make a difference then I would be so bold as to say that > on-demand kernel loadable modules are not on-demand kernel loadable > modules if they cannot be loaded after the main boot process is > complete...and therefore you may as well build them into the kernel > in the first place. It may be that whether or not you can load them after the main boot process completes depends on what gets loaded by the main boot process. So that on some kernel configs it works fine as a kld, and on others it doesn't work because some resource it needs is no longer available. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:56:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (arktur.rz.uni-ulm.de [134.60.246.22]) by hub.freebsd.org (Postfix) with ESMTP id D3B9C37B400 for ; Thu, 21 Feb 2002 15:56:25 -0800 (PST) Received: from lilith (lilith.wh-wurm.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.12.1/8.12.1) with SMTP id g1LNuNEF026863; Fri, 22 Feb 2002 00:56:24 +0100 (MET) Message-ID: <006201c1bb33$604a68e0$4011a8c0@whwurm.uniulm.de> From: "Siegbert Baude" To: "Cliff Sarginson" Cc: References: <20020220213559.GA1079@raggedclown.net> <20020221184215.A22670@grimoire.chen.org.nz> <20020221073451.GA358@sysadm.stc> <20020221094415.GA5328@raggedclown.net> Subject: Re: Curse the house that KDE was born in, why does it keep re-arranging my icons Date: Fri, 22 Feb 2002 00:56:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Hi Cliff, > > > > Can I stop this unwarranted intrusion on my desktop ? > > > > > > KDE doesn't't save the session info correctly on FreeBSD. It's a bug. > > Icons on the desktop are not contained in session information. > > They are saved in ~/.sometingdir (I don't use KDE). So maybe you have > > just removed files from this dir? > > > Nope I didn't. Check, if all icons have rw-permissions for your user. They are created with "r" only. This was the case for me about KDE 2.0 and prevented law and order on my desktop. :-) Don't know, if it is still true. hth Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 15:56:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from opensrs.saignon.net (216-120-17-67.dsl.cust.tfb.com [216.120.17.67]) by hub.freebsd.org (Postfix) with ESMTP id 859FD37B404 for ; Thu, 21 Feb 2002 15:56:30 -0800 (PST) Received: (from root@localhost) by opensrs.saignon.net (8.11.6/8.11.3) id g1LNtIT45617; Thu, 21 Feb 2002 15:55:18 -0800 (PST) (envelope-from tony@saign.com) Date: Thu, 21 Feb 2002 15:55:18 -0800 (PST) From: Tony Saign Message-Id: <200202212355.g1LNtIT45617@opensrs.saignon.net> Subject: Creating your own install CD? To: freebsd-questions@freebsd.org Cc: X-Originating-IP: 192.55.52.1 X-Mailer: Webmin 0.92 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="--------1014335718" Sender: owner-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. ----------1014335718 Content-Type: text/plain Content-Transfer-Encoding: 7bit Is there any way to create your own custom build CD?? Thanks, -Tony ----------1014335718-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 16: 1:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 9A3E237B402 for ; Thu, 21 Feb 2002 16:01:19 -0800 (PST) Received: (qmail 72727 invoked by uid 100); 22 Feb 2002 00:01:18 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.35406.375828.941200@guru.mired.org> Date: Thu, 21 Feb 2002 18:01:18 -0600 To: "Scott M. Nolde" Cc: questions@freebsd.org, Manuel.Hendel@easygolucky.de Subject: Re: securing open ports 515(printer) and 6000(X11)?? In-Reply-To: <88411587@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Scott M. Nolde types: > Perhaps if you export DISPLAY=localhost:0.0 then X will only listed to it > on the localhost interface. Nope. The correct answer "-nolisten tcp" has already been given. That flag needs to be passed to the server. If it is, then you can't connect to localhost:0.0, but only to :0.0. For xdm - which is what I believe Manuel is using - the file /usr/X11R6/lib/X11/xdm/Xservers needs to be changed to start X with this line: :0 local /usr/X11R6/bin/X -nolisten tcp I haven't tested it, as I don't use XDM, but it ought to work. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 16:10:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 8453037B416 for ; Thu, 21 Feb 2002 16:10:03 -0800 (PST) Received: (qmail 72848 invoked by uid 100); 22 Feb 2002 00:10:02 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.35930.416615.717086@guru.mired.org> Date: Thu, 21 Feb 2002 18:10:02 -0600 To: DragonRyder Cc: questions@freebsd.org Subject: Re: Prompt Help In-Reply-To: <14561397@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 DragonRyder types: > My question is this... > I don't like using pwd to determine where I am everytime I go to use a > command. Is there a way of changing the prompt so I don't have to use > the pwd all the time? As others have pointed out, it depends on your shell. If you're using /bin/sh, then I'm not sure it can be done. Others have given the answer for tcsh, which what /bin/csh actually is. That covers the shells that come bundled with FreeBSD. I use zsh, where it would be PS1='%~%#'. However, zsh has a very cool variable called RPROMPT. It's expanded just like the prompt, then displayed right justified on the command line. So I set RPROMPT=' %~', and the working directory is on the right-hand side of the line I'm typing on. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 16:13:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (arktur.rz.uni-ulm.de [134.60.246.22]) by hub.freebsd.org (Postfix) with ESMTP id 77D4C37B400 for ; Thu, 21 Feb 2002 16:13:52 -0800 (PST) Received: from lilith (lilith.wh-wurm.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.12.1/8.12.1) with SMTP id g1M0DoEF028567; Fri, 22 Feb 2002 01:13:51 +0100 (MET) Message-ID: <007d01c1bb35$d0832140$4011a8c0@whwurm.uniulm.de> From: "Siegbert Baude" To: "mess-mate" , "Jud" Cc: "freebsd-questions-en" References: <5YIFEB6Y4263UO2VUSKIMKWC8E9SR.3c744ca6@sparky> <20020221170707.5A607AB59A@postfix1-2.free.fr> Subject: Re: SB AWE64 Date: Fri, 22 Feb 2002 01:13:49 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Hi, > Ok the timeout message is right. > sbc is not set to the right irq ! is set to 9 and must be 5. > Even if I set it in my kernel as sbc0 ................ irq 5 This is overridden by the PnP routines during kernel start. In your kernel config file delete everything after "pcm" and "sbc" so that these terms are the end of the lines. There is no possiblity in FBSD 4.x to choose IRQs for AWE's ISA PnP. Just let the system determine a working configuration. > .................... > On the boot there is also a message as 'isa0 to many dependent ... > (8) ' Forget this one, it's harmless and irrelevant to your problem. Check the archives, I explained this several times. :-) > How can I set my soundcard to the right irq ? This is done automatically. But make sure, that every irq activated in your system is known by some driver in your FBSD-kernel. Once in the same trouble as you now, my problem was I had USB activated in the BIOS, but didn't have USB-support in my FBSD-kernel. This led to my AWE being on the irq of my USB and a failing card (ISA doesn't allow several cards on one IRQ; PCI does however). So deactivate unneeded onboard-components or add relevant drivers in your kernel. If there are other ISA-cards in your system, tell your BIOS to not use the according IRQs. Don't know if the BIOS option "PnP OS" was relevant. Try "no" first. hth Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 16:15: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id A450637B41A for ; Thu, 21 Feb 2002 16:14:47 -0800 (PST) Received: (qmail 72890 invoked by uid 100); 22 Feb 2002 00:14:46 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.36214.87965.215569@guru.mired.org> Date: Thu, 21 Feb 2002 18:14:45 -0600 To: Lord Raiden Cc: questions@freebsd.org Subject: Re: Moving an instalation from one machine to another. In-Reply-To: <28463160@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Lord Raiden types: > Ok, I'm curious of something. I know how to do this the long and > troublesome way, but is there a simple way to take an existing install of > FreeBSD and move it from one machine to another of dissimilar hardware > configurations? Ok, say I've got 2 machines that I'm working > between. Machine A just died. But the HD is fine. Machine B is brand > new, but the hardware is entirely different. AKA, Machine A is a K6-2/500 > on an Asus board, Machine B is a P3-1ghz on an Intel board. A has 1 gig of > ram, B has 2 gigs. Etc. > > Now, what's going to be the easiest way to just move it between machines > and kind of plug and play it right into the second machine without either > installing freebsd from scratch on machine b and then trying to copy over > all needed files and config everything again, or manually updating all of > the settings by hand on the existing install? As richard pointed out, just plugging it in may work. If the kernel boots, you're probably ok. If it doesn't, you may still be able to manage without having to reboot it. Boot either the install CD or the recovery CD, mount your file systems, then build and install GENERIC on your system. Boot that, and customize your kernel as needed. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 16:22:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 2DAF137B400 for ; Thu, 21 Feb 2002 16:22:09 -0800 (PST) Received: from there (lille-1-a7-1-14.dial.proxad.net [62.147.1.14]) by postfix2-1.free.fr (Postfix) with SMTP id 5ACEC1A0 for ; Fri, 22 Feb 2002 01:22:07 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: SB AWE64 versus ISDN Date: Fri, 22 Feb 2002 01:23:05 +0100 X-Mailer: KMail [version 1.3.1] References: <5YIFEB6Y4263UO2VUSKIMKWC8E9SR.3c744ca6@sparky> <20020221190429.96C665F779@postfix2-2.free.fr> <20020221191523.GW34174@richard.eu.org> In-Reply-To: <20020221191523.GW34174@richard.eu.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020222002207.5ACEC1A0@postfix2-1.free.fr> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG AAAhrrrrr, yes I have an isdn card (gazel isa pnp) not yet configured and maybe=20 this one give me all this trouble. At the boot the NAME (only) of this card is displayed =3D detected. But not the settings of it. So the time is coming to configure this card........ :( More, she is not in the hardware list of FBSD. For Linux no pb. It's a passive, HDLC, DSS1, synchro,working on channel B only; the=20 other channel is reserved for tel/fax. I'm actually reading isdn4bsd but some troubles standby, I'm sure. So if anyone can help me to setup this card correctly,=20 THANKS TO HIM, HER, THEY ! On Thursday 21 February 2002 20:15, you wrote: | On Thu Feb 21 19:58:57 2002 +0100 mess-mate wrote: | >On Thursday 21 February 2002 19:00, you wrote: | >| On Thu Feb 21 18:07:23 2002 +0100 mess-mate wrote: | >| >On Thursday 21 February 2002 02:25, you wrote: | >| >| 2/20/2002 5:44:16 PM, Eric MC =20 wrote: | >| >| >Sorry it doesn't work. | >| >| >pcm and sbc doesn't exist and can't create it 'sh MAKEDEV | >| >| > pcm' in /dev. | >| >| >Tryed several creatings, all, pcm0, no way. | >| >| >Of course recompildeet he kernel before. | >| >| >Message: pcm timeout .... | >| >| >Why timeout , it doesn't exist ? | >| >| | >| >| [snip] | >| > | >| >Ok the timeout message is right. | >| >sbc is not set to the right irq ! is set to 9 and must be 5. | >| >Even if I set it in my kernel as sbc0 ................ irq 5 | >| >.................... | >| >On the boot there is also a message as 'isa0 to many dependent | >| > ... (8) ' | >| >How can I set my soundcard to the right irq ? | >| >Many thanks. | >| | >| Jumpers on card? | > | >NO. | >Works in other OS's as well. (irq 5) and normally detected without | >any pb. So why irq 9 in FBSD ? | | Maybe you have set some other driver to use irq5? Some | bios settings? I have the same card and it does work on irq5, | don't want to look inside pc for any jumpers now. --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 16:41:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10105.mail.yahoo.com (web10105.mail.yahoo.com [216.136.130.55]) by hub.freebsd.org (Postfix) with SMTP id 9B8FF37B400 for ; Thu, 21 Feb 2002 16:41:28 -0800 (PST) Message-ID: <20020222004128.90732.qmail@web10105.mail.yahoo.com> Received: from [68.5.48.190] by web10105.mail.yahoo.com via HTTP; Thu, 21 Feb 2002 16:41:28 PST Date: Thu, 21 Feb 2002 16:41:28 -0800 (PST) From: twig les Subject: how to manually set irqs? 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 Hey all, I jsut added a second NIC to my 4.4 stable box at home and it kicked my old nic out! When I boot now I get watchdog timeouts, so I did a vmstat -i and sure enough my rl1 NIC was is using irq 5 and my rl0 is nowhere. I've been looking for awhile now...does anyone know how to manually set the irq for my card? The dev exists; it was working before I added the second one, I just want to go in and tell it (or the new one-don't care which) to use a different IRQ. RTFM is a perfectly welcome response if you can name the FM. :-) ===== ----------------------------------------------------------- Here's to the game called "Ten Toes" That's played all over town. The lassies play with ten toes up. And the lads with ten toes down! ----------------------------------------------------------- __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 16:43:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.ucsc.edu (root.ucsc.edu [128.114.129.224]) by hub.freebsd.org (Postfix) with ESMTP id 4AA2637B400 for ; Thu, 21 Feb 2002 16:43:25 -0800 (PST) Received: (from booloo@localhost) by root.ucsc.edu (8.11.2/8.11.2) id g1M0hK361289 for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 16:43:20 -0800 (PST) (envelope-from booloo) Date: Thu, 21 Feb 2002 16:43:20 -0800 From: Mark Boolootian To: freebsd-questions@freebsd.org Subject: Who's rotating my logfiles? Message-ID: <20020221164320.A61256@root.ucsc.edu> Reply-To: booloo@cats.ucsc.edu 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 figure out what is rotating my logfiles. newsyslog is not being run from cron, there is nothing I can find in /etc/periodic that looks remotely like it might touch stuff in /var/log, and yet the stuff in /var/log is getting turned (always on the hour). I'm running 4.4. Insanity cannot be ruled out. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 16:47:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.5.4]) by hub.freebsd.org (Postfix) with ESMTP id B76D137B404; Thu, 21 Feb 2002 16:47:46 -0800 (PST) Received: from wbruno01 (ool-43521654.dyn.optonline.net [67.82.22.84]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.0 Patch 2 (built Dec 14 2000)) with ESMTP id <0GRW005WUSVR8V@mta2.srv.hcvlny.cv.net>; Thu, 21 Feb 2002 19:48:00 -0500 (EST) Date: Thu, 21 Feb 2002 19:47:36 -0500 From: William Bruno Subject: Virtual Private Server To: FreeBSD Config , freebsd-isp@freebsd.org, FreeBSD Questions Cc: freebsdmaillist@whiterapid.com Message-id: <013a01c1bb3a$88c2a740$c800a8c0@BRUNODOM> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT 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 I'm looking for a software package similar to FreeVSD that will work on FreeBSD. I know best.com developed a package, which Verio now offers service with. Is there a (free) equivalent for FreeBSD? Thanks, -Will =-=-=-=-=-=-= William Bruno wbruno@whiterapid.com - http://wbruno@whiterapid.com Cortex on bluestream.sorcery.net: http://www.bluestream.sorcery.net cortex@sorcery.net - http://cortex.whiterapid.com PGP Fingerprints: http://wbruno.whiterapid.com/pgp.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 17: 2:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.ucsc.edu (root.ucsc.edu [128.114.129.224]) by hub.freebsd.org (Postfix) with ESMTP id 08AFB37B416 for ; Thu, 21 Feb 2002 17:02:39 -0800 (PST) Received: (from booloo@localhost) by root.ucsc.edu (8.11.2/8.11.2) id g1M12ct61442 for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 17:02:38 -0800 (PST) (envelope-from booloo) Date: Thu, 21 Feb 2002 17:02:38 -0800 From: Mark Boolootian To: freebsd-questions@freebsd.org Subject: Re: Who's rotating my logfiles? Message-ID: <20020221170238.A61427@root.ucsc.edu> Reply-To: booloo@cats.ucsc.edu References: <20020221164320.A61256@root.ucsc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020221164320.A61256@root.ucsc.edu>; from booloo on Thu, Feb 21, 2002 at 04:43:20PM -0800 Sender: owner-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 figure out what is rotating my logfiles. newsyslog is not > being run from cron So newsyslog is the guy who is rotating my logfiles, but I thought he had to be explicitly run from cron. That's what the man page says, but I'm not. Clues appreciated. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 17:15:35 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 9E6BE37B416 for ; Thu, 21 Feb 2002 17:15:22 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g1M1EGO90847; Thu, 21 Feb 2002 22:14:16 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Thu, 21 Feb 2002 22:14:16 -0300 (ART) From: Fernando Gleiser To: Colin Harford Cc: Subject: Re: Scp In-Reply-To: Message-ID: <20020221220907.R11078-100000@cactus.fi.uba.ar> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 21 Feb 2002, Colin Harford wrote: > I am writing up a shell script that is to be executed via cron. > > Part of the script involves using scp, and I want it to copy a file to a > remote server. > > > Currently I use syntax scp localfile > user@remote:/location-to-save-to/remotefile > > The problem is I want to have it authenticate by itself without needing m= y > input. Generate a public/private key pair and use public key crypto do autenticate= =2E man ssh-keygen for the details. If you don't protect the private key with a passphrase the ssh client will log in without you entering any input. Note this is bad from a security standpoint. =09=09=09=09Fer > > Any ideas how, and the syntax I would use. (the man page is rather > ambigious) > > Colin Harford =A0=A0=A0 > > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 =A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 > Systems and Network Administrator =A0=A0=A0=A0 Apple Product Professio= nal > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =A0=A0=A0=A0 > Computer and Network Support =A0=A0=A0=A0=A0=A0=A0=A0 > University of Alberta Students' Union =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0 > Phone: (780) 492-4241 =A0=A0Fax: =A0(780) 492-4643 > http://www.su.ualberta.ca > > > "I sense much NT in you, NT leads to Blue Screen. > Blue Screen leads to downtime, downtime leads to suffering. > NT is the path to the darkside." > - Unknown Unix Jedi > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 17:20:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.austclear.com.au (ns1.austclear.com.au [192.43.185.68]) by hub.freebsd.org (Postfix) with ESMTP id 5C82437B400 for ; Thu, 21 Feb 2002 17:20:53 -0800 (PST) Received: from tungsten.austclear.com.au (tungsten.austclear.com.au [192.168.166.65]) by ns1.austclear.com.au (8.11.2/8.11.3) with ESMTP id g1M1Kq084205; Fri, 22 Feb 2002 12:20:52 +1100 (EST) (envelope-from ahl@austclear.com.au) Received: from tungsten (tungsten [192.168.166.65]) by tungsten.austclear.com.au (8.9.3/8.9.3) with ESMTP id MAA25806; Fri, 22 Feb 2002 12:20:51 +1100 (EST) Message-Id: <200202220120.MAA25806@tungsten.austclear.com.au> X-Mailer: exmh version 2.1.1 10/15/1999 To: booloo@cats.ucsc.edu Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Who's rotating my logfiles? In-Reply-To: Message from Mark Boolootian of "Thu, 21 Feb 2002 17:02:38 -0800." <20020221170238.A61427@root.ucsc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 22 Feb 2002 12:20:51 +1100 From: Tony Landells Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try looking in /etc/crontab. Tony -- Tony Landells Senior Network Engineer Ph: +61 3 9677 9319 Australian Clearing Services Pty Ltd Fax: +61 3 9677 9355 Level 4, Rialto North Tower 525 Collins Street Melbourne VIC 3000 Australia To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 17:27:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-server3.tampabay.rr.com (smtp-server3.tampabay.rr.com [65.32.1.41]) by hub.freebsd.org (Postfix) with ESMTP id D0FD537B402 for ; Thu, 21 Feb 2002 17:27:40 -0800 (PST) Received: from moe (dt1c0n59.tampabay.rr.com [24.92.215.89]) by smtp-server3.tampabay.rr.com (8.11.2/8.11.2) with ESMTP id g1M1Rd404547 for ; Thu, 21 Feb 2002 20:27:39 -0500 (EST) From: "Brian Gonzalez" To: Subject: Date: Thu, 21 Feb 2002 21:02:44 -0500 Message-ID: <000001c1bb45$047d1b90$0200a8c0@FUTURE.LTD> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C1BB1B.1BA89A30" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal 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 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C1BB1B.1BA89A30 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Greetings this is my first post since subscribing, wish to thank you all in advance for the help and this list. My question is this.. I used cvsup and upgraded 4.3-stable to 4.5-stable. Everything seems to have gone fine Except now my ipfilter doesn't seem to function anymore. As the machine boots and loads the ruleset (ipf.rules in /etc) Every line it tries to execute returns the following error (add/insert/rule): no such process. Any ideas? The version of ipfilter installed is 3.4.20. Regards, Brian ------=_NextPart_000_0001_01C1BB1B.1BA89A30 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Greetings this is my first post since subscribing, = wish to thank you all in advance for the help and this = list.

 

My question is = this….

 

I used cvsup and upgraded 4.3-stable to 4.5-stable. Everything seems to have gone fine Except now my ipfilter doesn’t seem to = function anymore. As the machine boots and loads the ruleset (ipf.rules in /etc) Every line it tries to execute returns the following error (add/insert/rule): no such = process. Any ideas? The version of ipfilter installed is 3.4.20.

 

 

Regards,

 

Brian

------=_NextPart_000_0001_01C1BB1B.1BA89A30-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 17:47:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out020.verizon.net (out020pub.verizon.net [206.46.170.176]) by hub.freebsd.org (Postfix) with ESMTP id 9ED6F37B402 for ; Thu, 21 Feb 2002 17:47:26 -0800 (PST) Received: from oemcomputer ([63.23.203.17]) by out020.verizon.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with SMTP id <20020222014725.YYMF22012.out020.verizon.net@oemcomputer> for ; Thu, 21 Feb 2002 19:47:25 -0600 Message-ID: <000701c1bb42$c46566e0$11cb173f@oemcomputer> From: "Garret R Spears" To: "freeBSD Info" Subject: miibus_if.h Date: Thu, 21 Feb 2002 17:46:35 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 Ok, I am pretty sure that I have gone thru everything looking for miibus_if.h. I have extracted out of scontrib, slib, susbin, ssys & stools without finding it. I have also done /stand/sysinstall over my previous but come up without miibus_if.h. There are nine different C files under /usr/src/sys/pci that have directives for including it locally. If I didn't know better my suspicion is that it didn't get into this 4.0 release. Anybody have any ideas on where to get the file with the right RCS for a 4.0 release? Thank You, Garret To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 17:50:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from field.videotron.net (field.videotron.net [205.151.222.108]) by hub.freebsd.org (Postfix) with ESMTP id 4AB0B37B402 for ; Thu, 21 Feb 2002 17:50:40 -0800 (PST) Received: from windows ([24.201.83.93]) by field.videotron.net (Sun Internet Mail Server sims.3.5.1999.12.14.10.29.p8) with ESMTP id <0GRW00A1YVS8W0@field.videotron.net> for freebsd-questions@FreeBSD.ORG; Thu, 21 Feb 2002 20:50:38 -0500 (EST) Date: Thu, 21 Feb 2002 20:51:26 -0500 From: Sandro Mancuso Subject: IPFILTER groups To: freebsd-questions@FreeBSD.ORG Message-id: <000401c1bb43$73acec40$6400a8c0@windows> MIME-version: 1.0 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 (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=92m curious about the group hierarchy in IPFilter. Is there a way of having =93sub groups?=94 Say for instance, I set 2 main groups for incoming and outgoing, then, in incoming, having a subgroup for httpd, sshd=85 etc Is that possible? Would there be any benefit in this over simply having groups for outgoing, then http in, sshd in, etc..? Thanks, _______________________ Sandro Mancuso Windows is the virus.=A0 Linux is the vaccine. FreeBSD is the cure. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 18:16:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vms3.rit.edu (vms3.isc.rit.edu [129.21.3.10]) by hub.freebsd.org (Postfix) with ESMTP id 5EA4837B400 for ; Thu, 21 Feb 2002 18:16:08 -0800 (PST) Received: from sonic.rit.edu ([129.21.11.34]) by ritvax.isc.rit.edu (PMDF V5.2-32 #40294) with ESMTPA id <01KEJTC07NUKF85J2D@ritvax.isc.rit.edu> for freebsd-questions@FreeBSD.ORG; Thu, 21 Feb 2002 21:15:57 EST Date: Thu, 21 Feb 2002 21:14:01 -0500 From: Matt Penna Subject: Re: how to manually set irqs? In-reply-to: <20020222004128.90732.qmail@web10105.mail.yahoo.com> X-Sender: mdp1261@vmspop.isc.rit.edu To: freebsd-questions@FreeBSD.ORG Cc: twig les Message-id: <5.1.0.14.2.20020221210942.01f675a0@vmspop.isc.rit.edu> MIME-version: 1.0 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Content-type: text/plain; format=flowed; 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 At 04:41 PM 2/21/02 -0800, twig les wrote: >I've been looking for awhile now...does anyone know >how to manually set the irq for my card? The dev >exists; it was working before I added the second one, >I just want to go in and tell it (or the new one-don't >care which) to use a different IRQ. Definitely a common problem, so don't feel bad. :) I assume one or both of the cards you're using is ISA. You must get a configuration program from the card manufacturer and set the card that way. Ordinarily this program is part of the driver set for the card, so you can usually start the system using a DOS bootable floppy and just run it from the diskette. After you set the IRQs, I/O range, etc. for the card, go into your system's BIOS and make sure the IRQs you chose are not set for Plug and Play usage; usually the setting you need to change the IRQ to is "Legacy ISA" or something similar. That should get you up and running! Matt -- Matt Penna mdp1261@rit.edu ICQ: 399825 S0ba on AOLIM "The trouble with computers, of course, is that they're very sophisticated idiots." -Dr. Who To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 18:20:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10108.mail.yahoo.com (web10108.mail.yahoo.com [216.136.130.58]) by hub.freebsd.org (Postfix) with SMTP id 56A9A37B41F for ; Thu, 21 Feb 2002 18:19:53 -0800 (PST) Message-ID: <20020222021953.33196.qmail@web10108.mail.yahoo.com> Received: from [68.5.102.15] by web10108.mail.yahoo.com via HTTP; Thu, 21 Feb 2002 18:19:52 PST Date: Thu, 21 Feb 2002 18:19:52 -0800 (PST) From: twig les Subject: Re: how to manually set irqs? To: Matt Penna , freebsd-questions@FreeBSD.ORG Cc: twig les In-Reply-To: <5.1.0.14.2.20020221210942.01f675a0@vmspop.isc.rit.edu> 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 Actually they're both PCIs, sorry for not being more specific. They're dlink 530-tx+. I don't have access to the machine for probably a day or so or I'd just plaster my dmesg in for you. Thnx --- Matt Penna wrote: > At 04:41 PM 2/21/02 -0800, twig les wrote: > >I've been looking for awhile now...does anyone know > >how to manually set the irq for my card? The dev > >exists; it was working before I added the second > one, > >I just want to go in and tell it (or the new > one-don't > >care which) to use a different IRQ. > > Definitely a common problem, so don't feel bad. :) > > I assume one or both of the cards you're using is > ISA. You must get a > configuration program from the card manufacturer and > set the card that way. > Ordinarily this program is part of the driver set > for the card, so you can > usually start the system using a DOS bootable floppy > and just run it from > the diskette. > > After you set the IRQs, I/O range, etc. for the > card, go into your system's > BIOS and make sure the IRQs you chose are not set > for Plug and Play usage; > usually the setting you need to change the IRQ to is > "Legacy ISA" or > something similar. > > That should get you up and running! > > Matt > > -- > Matt Penna > mdp1261@rit.edu > ICQ: 399825 S0ba > on AOLIM > "The trouble with computers, of course, is > that they're very sophisticated idiots." > -Dr. Who > ===== ----------------------------------------------------------- Here's to the game called "Ten Toes" That's played all over town. The lassies play with ten toes up. And the lads with ten toes down! ----------------------------------------------------------- __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 18:35: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from TYO201.gate.nec.co.jp (TYO201.gate.nec.co.jp [202.32.8.214]) by hub.freebsd.org (Postfix) with ESMTP id 4369137B400 for ; Thu, 21 Feb 2002 18:35:00 -0800 (PST) Received: from mailgate4.nec.co.jp ([10.7.69.197]) by TYO201.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id g1M2Yvl29522 for ; Fri, 22 Feb 2002 11:34:57 +0900 (JST) Received: from mailsv.nec.co.jp (mailgate51.nec.co.jp [10.7.69.190]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id g1M2YuI28022 for ; Fri, 22 Feb 2002 11:34:56 +0900 (JST) Received: from direct.ksp.nis.nec.co.jp (direct.ksp.nis.nec.co.jp [10.57.24.78]) by mailsv.nec.co.jp (8.11.6/3.7W-MAILSV-NEC) with ESMTP id g1M2YRh06194 for ; Fri, 22 Feb 2002 11:34:47 +0900 (JST) Received: from direct.ksp.nis.nec.co.jp (xmas.ksp.nis.nec.co.jp [10.57.24.129]) by direct.ksp.nis.nec.co.jp (8.9.3+3.2W/3.7Wksp_mx_2.0) with ESMTP id LAA07439 for ; Fri, 22 Feb 2002 11:34:27 +0900 (JST) Message-ID: <3C75AE74.62C5B688@direct.ksp.nis.nec.co.jp> Date: Fri, 22 Feb 2002 11:35:32 +0900 From: song X-Mailer: Mozilla 4.73 [ja] (Win95; U) X-Accept-Language: ja MIME-Version: 1.0 To: questions@FreeBSD.org Subject: A question about ping6 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 Hello: I met a problem when I used ping6 in FreeBSD4.5 and the version before.I created a point to point link named tun0.I specified IPv4 and IPV6 addresses for both ends of it.It look like this: # ifconfig tun0 tun0: flags=8051 mtu 1500 inet6 fe80::2e0:29ff:fe0a:d197%tun0 --> :: prefixlen 64 scopeid 0x10 inet6 2001::1 --> 2001::2 prefixlen 64 inet 192.168.40.1 --> 192.168.40.2 netmask 0xffffff00 Opened by PID 526 If I ping the IPV6 source address of the interface .It was OK. # ping6 2001::1 PING6(56=40+8+8 bytes) 2001::1 --> 2001::1 16 bytes from 2001::1, icmp_seq=0 hlim=64 time=0.276 ms But when I ping the destination IPV6 address of the interface It returned error: # ping6 2001::2 PING6(56=40+8+8 bytes) 2001::1 --> 2001::2 ping6: sendmsg: Address family not supported by protocol family ping6: wrote 2001::2 16 chars, ret=-1 I don't know what the reason is.Could you give me some help or advice? Thank you so much. -- Gang.Song To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 18:38:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by hub.freebsd.org (Postfix) with ESMTP id E732A37B400 for ; Thu, 21 Feb 2002 18:38:25 -0800 (PST) Received: from [66.119.205.82] (mks-733.noanet.net [66.119.205.82]) by chimera.noanet.net (8.12.2/8.12.2) with ESMTP id g1M2ZjsO046282 for ; Thu, 21 Feb 2002 18:35:45 -0800 (PST) User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 21 Feb 2002 18:38:19 -0800 Subject: Activating pam_tacplus.so in pam.conf From: Michael Smith 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 Hello All: I am attempting to get the command structure correct so that our remote tacacs+ server will be queried when a user attempts to log in. I have attempted to use the reference materials at http://ceti.pl/~kravietz/progs/pam_tacplus.html but they do not seem to work with FreeBSD (particularly since several of the libs are not present). If anyone has a working config snippet I would appreciate it. Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 18:43:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 0A99937B416 for ; Thu, 21 Feb 2002 18:42:58 -0800 (PST) Received: from rocket455 ([208.191.203.119]) by mta5.rcsntx.swbell.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GRW00LJWY7K0G@mta5.rcsntx.swbell.net> for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 20:42:56 -0600 (CST) Date: Thu, 21 Feb 2002 20:44:29 -0600 From: Stephen Hoover Subject: Test - Do not Read In-reply-to: To: freebsd-questions@freebsd.org Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT 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 Test To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 18:51:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 1EDDC37B402 for ; Thu, 21 Feb 2002 18:51:19 -0800 (PST) Received: from rocket455 ([208.191.203.119]) by mta5.rcsntx.swbell.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GRW00LTFYLI03@mta5.rcsntx.swbell.net> for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 20:51:18 -0600 (CST) Date: Thu, 21 Feb 2002 20:52:51 -0600 From: Stephen Hoover Subject: File Versions To: FreeBSD Questions Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT 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 How do you determine what version of a file you have in FreeBSD? For instance, if a file was patched do to a security fix, how can I look at that file and tell that it is the most current version? Just use the binary pw for example. Stephen Hoover Dallas, Texas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 18:51:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from femail12.sdc1.sfba.home.com (femail12.sdc1.sfba.home.com [24.0.95.108]) by hub.freebsd.org (Postfix) with ESMTP id 2676137B402 for ; Thu, 21 Feb 2002 18:51:25 -0800 (PST) Received: from there ([68.82.36.167]) by femail12.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20020222025103.IWRL5710.femail12.sdc1.sfba.home.com@there>; Thu, 21 Feb 2002 18:51:03 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Eric I.Arnoth Reply-To: earnoth@comcast.net To: Erin Fortenberry , 'Lord Raiden' , freebsd-questions@FreeBSD.ORG Subject: Re: Ghosting FreeBSD. Date: Thu, 21 Feb 2002 21:48:18 -0500 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020222025103.IWRL5710.femail12.sdc1.sfba.home.com@there> Sender: owner-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 past, I have used dd to image a copy of a FreeBSD formatted partition and individual slices. I was able to do a complete disk image (I forget how long it took) dd if=/dev/ad0 of=/a/file/on/a/disk/larger/than/ad0 dd if=/a/file/on/a/disk/larger/than/ad0 of=/dev/target_adX The only probem was I couldn't get it to boot. I didn't mess with it for very long, but I do recall trying to use the boot floppies to make a boot sector. That failed, as I recall. In any case, I should think dd would be a good alternative to Norton Ghost. My one point of confusion was why the boot sector did not transfer. -E On Thursday 21 February 2002 12:51, Erin Fortenberry wrote: > I have found that the hard drives need to be the same size because ghost > does a binary copy of the entire. I went from one 40G to another and it > took about an hour. > > > Erin > > > -----Original Message----- > > From: Lord Raiden [mailto:raiden23@netzero.net] > > Sent: Thursday, February 21, 2002 9:55 AM > > To: freebsd-questions@FreeBSD.ORG > > Subject: Ghosting FreeBSD. > > > > > > Ok, short question. Is it possible to use Norton Ghost > > to Ghost a Freebsd > > install A) from one machine to another of similar or > > identical hardware, or > > B) to a machine of entirely different hardware with few if any > > complications or corrections? > > > > Not needing to do this right now, but curious if this > > is possible as a > > mental note for the future in case I want to do it. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 18:54: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 4ABE337B405 for ; Thu, 21 Feb 2002 18:53:46 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id EE3E2BD75; Thu, 21 Feb 2002 18:53:45 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id SAA11781; Thu, 21 Feb 2002 18:53:45 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g1M2tn402641; Thu, 21 Feb 2002 18:55:49 -0800 (PST) (envelope-from swear@blarg.net) To: Brian Rudy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Question on tape backup References: <3C75426F.8897E7B2@earthlink.net> From: swear@blarg.net (Gary W. Swearingen) Date: 21 Feb 2002 18:55:49 -0800 In-Reply-To: <3C75426F.8897E7B2@earthlink.net> Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Brian Rudy writes: > I know how to use ufsdump but I haven't seen anything (probably not > looking in the right place) for parallel port connected drives. I don't have a ufsdump on my system, but I guess it doesn't matter. I very much doubt that such drives are supported in FreeBSD. I haven't seen any mention of it in a year, nor in the big LINT kernel config file, nor in the Handbook or FAQ. If I were you I'd spend some time with http://groups.google.com/advanced_group_search . > If Pro and Con are opposite, then what is the opposite of Progress? Regress (as in telephony). Decadence (as in art). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 19:32:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id D437B37B400 for ; Thu, 21 Feb 2002 19:32:29 -0800 (PST) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 3F40C70601; Thu, 21 Feb 2002 20:32:23 -0700 (MST) Date: Thu, 21 Feb 2002 20:32:23 -0700 (MST) From: FreeBSD user To: Garret R Spears Cc: freeBSD Info Subject: Re: miibus_if.h In-Reply-To: <000701c1bb42$c46566e0$11cb173f@oemcomputer> Message-ID: <20020221203153.V28655-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG As far as I know, this file is created dynamically during a kernel build. Do you have device miibus in your kernel config? On Thu, 21 Feb 2002, Garret R Spears wrote: > Ok, I am pretty sure that I have gone thru everything looking for > miibus_if.h. I have > extracted out of scontrib, slib, susbin, ssys & stools without finding it. > I have also done > /stand/sysinstall over my previous but come up without miibus_if.h. There > are nine different > C files under /usr/src/sys/pci that have directives for including it > locally. If I didn't know > better my suspicion is that it didn't get into this 4.0 release. > Anybody have any ideas on where to get the file with the right RCS for a 4.0 > release? > > Thank You, Garret > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 19:35:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by hub.freebsd.org (Postfix) with ESMTP id 78BE337B416 for ; Thu, 21 Feb 2002 19:35:30 -0800 (PST) Received: from xtremedev.com (xtremedev.com [216.241.38.65]) by mail.XtremeDev.com (Postfix) with ESMTP id 322DA70601 for ; Thu, 21 Feb 2002 20:35:30 -0700 (MST) Date: Thu, 21 Feb 2002 20:35:30 -0700 (MST) From: FreeBSD user To: questions@freebsd.org Subject: ipfw, dummynet, weights, and ssh? Message-ID: <20020221203227.F28655-100000@Amber.XtremeDev.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm trying to decipher ipfw syntax related to dummynet, and I'm not having much luck. Basically all I want to do is give priority to all ssh connections, both outbound and inbound. If the line is saturated I should still be able to ssh in and out of my server, hopefully without too much lag. Is this possible with ipfw/dummynet's WF2Q+ policies? And if so, any examples you can provide would greatly help. 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 Thu Feb 21 19:38:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from femail23.sdc1.sfba.home.com (femail23.sdc1.sfba.home.com [24.0.95.148]) by hub.freebsd.org (Postfix) with ESMTP id 7FA4D37B400; Thu, 21 Feb 2002 19:38:54 -0800 (PST) Received: from there ([68.82.36.167]) by femail23.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20020222033846.MDLM14626.femail23.sdc1.sfba.home.com@there>; Thu, 21 Feb 2002 19:38:46 -0800 Content-Type: text/plain; charset="iso-8859-1" From: Eric I.Arnoth Reply-To: earnoth@comcast.net To: "Crist J. Clark" Subject: Re: syslog.conf problems Date: Thu, 21 Feb 2002 22:36:02 -0500 X-Mailer: KMail [version 1.3] References: <20020221030958.QQRM18863.femail11.sdc1.sfba.home.com@there> <20020221041623.Q48401@blossom.cjclark.org> In-Reply-To: <20020221041623.Q48401@blossom.cjclark.org> Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020222033846.MDLM14626.femail23.sdc1.sfba.home.com@there> Sender: owner-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 Thursday 21 February 2002 07:16, you wrote: > > You'll kick yourself. Is /hello_log.sh set executable? Ugghh....no, it wasn't. Now that I chmod'd it properly, the bourne scipt runs just fine. I then tried to make it echo the line to my python script, thusly: -------------------------------------------------------- #!/bin/sh read line echo "$line" | /hello_log.py -------------------------------------------------------- It works just fine. Thus explaining to me the man page's comments about shell script wrapper to set up the run-once-and-die mechanism. So now that I have the proof of concept, I can do whatever I want in Python, such as parse the output and send it to Postgresql. Thanks much for the simple assist, though I am quite embarassed that it was such a simple detail. I still don't understand why the Python script on it won't run properly. (It is 755 perm ;-) hello_log.py -------------------------------------------------------- #!/usr/local/bin/python import sys test_file = open("/test.out", 'a') test_file.write(sys.__stdin__.read()) test_file.flush() test_file.close() sys.exit() -------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 19:43:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb3-a.mail.utexas.edu [128.83.126.138]) by hub.freebsd.org (Postfix) with SMTP id 553B337B400 for ; Thu, 21 Feb 2002 19:43:17 -0800 (PST) Received: (qmail 15329 invoked by uid 0); 22 Feb 2002 03:43:16 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-3 with SMTP; 22 Feb 2002 03:43:16 -0000 Message-Id: <5.1.0.14.2.20020221212935.00ae6d38@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 21 Feb 2002 21:43:14 -0600 To: "Jerad Hampton" , freebsd-questions@freebsd.org From: Oscar Ricardo Silva Subject: Re: Starting DHCPD on a specific nic at start up In-Reply-To: <3C750166.32259.728B43@localhost> 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 You just need to add the interface to the command line when launching dhcpd. From the dhcpd man page: The names of the network interfaces on which dhcpd should listen for broadcasts may be specified on the command line. This should be done on systems where dhcpd is unable to identify non-broadcast interfaces, but should not be required on other systems. If no interface names are specified on the command line dhcpd will identify all network interfaces which are up, elimininating non-broad- cast interfaces if possible, and listen for DHCP broad- casts on each interface. Oscar At 02:17 PM 2/21/2002 -0700, Jerad Hampton, you wrote: >Hello, > >Need a little hand, > >We are trying to get a system to start dhpd on say fxp1 on boot up. Can >some one >point me in the right direction please. > > >Thanks > > Jerad Hampton >Network Administrator >The King's University College To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 19:43:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 60EE337B402 for ; Thu, 21 Feb 2002 19:43:52 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g1M3hoJx150022; Thu, 21 Feb 2002 22:43:50 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020220214936.A876@lymond.lvcm.com> References: <20020220214936.A876@lymond.lvcm.com> Date: Thu, 21 Feb 2002 22:43:49 -0500 To: Dale Morris , freebsd-questions@FreeBSD.ORG From: Garance A Drosihn Subject: Re: lpd problem Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (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 At 9:49 PM -0800 2/20/02, Dale Morris wrote: >Newbie question.. I've been trying to get printing going on my new bsd >4.5 system and not having too much success. I tried installing cups, >first through the package and then the ports, but that didn't work. So I >installed apsfilter and it printed out a fine testpage. Problem is that >I can't get lpd to start on boot ( or any other way for that matter). > >Initially I install KDE and I believe it installed cups_base. cups_base installs some useful libraries for programs which want to do printing support, but it doesn't replace any of the system commands which would do printing. I think the cups port might replace commands. >Here's what I've done so far.. >in etc/rc.conf entered a line.. lpd_enable="YES" > >created a file in /usr/local/etc/rc.d called lpd.sh containing: >[ -x /usr/sbin/lpd] && /usr/sbin/lpd && echo -n " lpd" > >chmod +x lpd.sh > >Of course if I issue the command "whereis lpd" the following is >returned: >lpd: /usr/share/man/man8/lpd.8.gz /usr/src/usr.sbin/lpr/lpd I wonder how your system got into this state. lpd is part of the base system. all you should need to do is the lpd_enable=YES step, and everything else should just be there and work. (you would have to add entries to /etc/printcap, of course). >I would install the lprng package, but that is dependant on lpd >isn't it? lprNG is an alternative to the standard system lpd. it replaces it. >When I go from single to multi-user I get an error message that >/usr/sbin/lpd can't be found (or something to that effect). Looking >in /usr/sbin/ there is only lptcontrol and lptest there. > >Can someone point me in the direction to go from here? I'm not sure why things are the way they are on your system, and it might be that cups has installed an alternate program which would be accepting print jobs. What do you get from: whereis lpr ? is there one on /usr/local/bin? -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 19:58:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by hub.freebsd.org (Postfix) with ESMTP id 4A6E037B400 for ; Thu, 21 Feb 2002 19:58:43 -0800 (PST) Received: from [66.119.205.82] (mks-733.noanet.net [66.119.205.82]) by chimera.noanet.net (8.12.2/8.12.2) with ESMTP id g1M3u7sO055465 for ; Thu, 21 Feb 2002 19:56:07 -0800 (PST) User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 21 Feb 2002 19:58:42 -0800 Subject: Using pam_tacplus.so in pam.conf From: Michael Smith To: FreeBSD Questions 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 Hello All: I am interested in authenticating users using a remote Tacacs+ server. I tried using the configs from http://ceti.pl/~kravietz/progs/pam_tacplus.html, but they don't appear to work (no doubt because there are several libraries that are not existant in /usr/lib). If anyone has a config snippet for using Tacacs with SSH via the PAM modules it would be greatly appreciated. Thanks, Mike -- -------------------------------------------------------------------------- _ __ ____ ___ _ __ ______ ______ |Michael K. Smith / | / // __ \ / | / | / // ____//_ __/ |Chief IP Engineer / |/ // / / // /| | / |/ // __/ / / |mksmith@noanet.net / /| // /_/ // ___ | / /| // /___ / / |Cell: 206.579.8360 /_/ |_/ \____//_/ |_|/_/ |_//_____/ /_/ |Land: 206.783.3364 |Fax: 866.422.4887 |Pager: 800.696.6021 -------------------------------------------------------------------------- PGP Key: 485A 7807 2DFD CAC7 8E5D F348 4F19 89AC 0ED6 0B72 -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 19:59:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from spf1.hq.outblaze.com (202-77-223-26.outblaze.com [202.77.223.26]) by hub.freebsd.org (Postfix) with ESMTP id 8FAC737B405 for ; Thu, 21 Feb 2002 19:59:11 -0800 (PST) Received: from outblaze.com (202-77-223-2.outblaze.com [202.77.223.2]) by spf1.hq.outblaze.com (Postfix) with ESMTP id 364A226BD1 for ; Fri, 22 Feb 2002 03:58:48 +0000 (GMT) Message-ID: <3C75C135.8413D914@outblaze.com> Date: Fri, 22 Feb 2002 11:55:33 +0800 From: victor@outblaze.com Reply-To: victor@outblaze.com X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.7-10 i686) X-Accept-Language: en, Chinese, Chinese/Taiwan, Chinese/China, Japanese, ja, zh MIME-Version: 1.0 To: "FREEBSD-QUESTIONS@freebsd.org" Subject: how to determine usage of share memory of each process? Content-Type: text/plain; charset=big5 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 In linux the shared memory used by each process is listed as part of the 'top' result (SHARE). but under freebsd, I am having trouble locating any index that suggest the usage of shared memory by each process. The story is, our company has recently switched some linux base web server running apache and mod_perl, to freebsd. The switch was fairly smooth. The same config I used in linux works perfectly under freebsd. However, I hit into this shared memory problem when I try to adjust the libraries preloaded into mod_perl. Before with linux I can tell if any additional library loaded via use of startup.pl would help mod_perl memory usage by watching the fluctation of the RSS and SHARE field. But with the SHARE field missing under freebsd, I'm no longer able to determine the gain/lost of any modification I made. I would really appreciate any help on the topic, or if you know any good web site that inlcude tips of tuning mod_perl under freebsd, please kindly forward them to me. Many Thanks. Tor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 20:29:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id BA8BA37B402 for ; Thu, 21 Feb 2002 20:29:26 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1M4TGV37446; Fri, 22 Feb 2002 17:29:16 +1300 (NZDT) (envelope-from jonc) Date: Fri, 22 Feb 2002 17:29:15 +1300 From: Jonathan Chen To: Tony Saign Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Creating your own install CD? Message-ID: <20020222172915.A34817@grimoire.chen.org.nz> References: <200202212355.g1LNtIT45617@opensrs.saignon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200202212355.g1LNtIT45617@opensrs.saignon.net>; from tony@saign.com on Thu, Feb 21, 2002 at 03:55:18PM -0800 Sender: owner-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 Thu, Feb 21, 2002 at 03:55:18PM -0800, Tony Saign wrote: > Is there any way to create your own custom build CD?? Check out /usr/src/release and tweak to your hearts content. -- Jonathan Chen ---------------------------------------------------------------------- "A person should be able to do a small bit of everything, specialisation is for insects" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 20:31:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 8E6CC37B402 for ; Thu, 21 Feb 2002 20:31:23 -0800 (PST) Received: from there ([172.16.32.103]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id XAA19968 for ; Thu, 21 Feb 2002 23:35:09 -0500 (EST) Message-Id: <200202220435.XAA19968@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: freebsd-questions@freebsd.org Subject: FreeBSD rescue floppy Date: Thu, 21 Feb 2002 23:31:21 -0500 X-Mailer: KMail [version 1.3.2] 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 is there anyway to make a freebsd rescue floppy that can boot freebsd if my MBR becomes unusable? the reason i ask is because i'm getting ready to install grub over lilo...and if the install should not go according to the plan i need to be able to boot back into freebsd to fix it. please cc any replies to me nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 20:34:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id B878E37B402 for ; Thu, 21 Feb 2002 20:34:36 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1M4Xv537510; Fri, 22 Feb 2002 17:33:57 +1300 (NZDT) (envelope-from jonc) Date: Fri, 22 Feb 2002 17:33:57 +1300 From: Jonathan Chen To: Mark Boolootian Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Who's rotating my logfiles? Message-ID: <20020222173357.B34817@grimoire.chen.org.nz> References: <20020221164320.A61256@root.ucsc.edu> <20020221170238.A61427@root.ucsc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020221170238.A61427@root.ucsc.edu>; from booloo@cats.ucsc.edu on Thu, Feb 21, 2002 at 05:02:38PM -0800 Sender: owner-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 Thu, Feb 21, 2002 at 05:02:38PM -0800, Mark Boolootian wrote: > > > I can't figure out what is rotating my logfiles. newsyslog is not > > being run from cron > > So newsyslog is the guy who is rotating my logfiles, but I thought he > had to be explicitly run from cron. That's what the man page says, but > I'm not. Clues appreciated. What does "grep newsyslog /etc/crontab" return? -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 20:37:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out0.mx.nwbl.wi.voyager.net (out0.mx.nwbl.wi.voyager.net [169.207.1.78]) by hub.freebsd.org (Postfix) with ESMTP id 7BE7A37B402 for ; Thu, 21 Feb 2002 20:37:11 -0800 (PST) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out0.mx.nwbl.wi.voyager.net (8.11.4/8.11.4/1.7) with ESMTP id g1M4bhg50663 for ; Thu, 21 Feb 2002 22:37:43 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1M4bAZ23451 for ; Thu, 21 Feb 2002 22:37:10 -0600 (CST) Date: Thu, 21 Feb 2002 22:37:10 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: freebsd-questions@FreeBSD.ORG Subject: Imail for FreeBSD In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know if there exists a version of IPswitch's Imail server for FreeBSD? I know they have for NT/2k and Linux, but I can't find anything for FreeBSD and I don't see it in the ports. Just curious. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 20:41:34 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 6023A37B400 for ; Thu, 21 Feb 2002 20:41:31 -0800 (PST) Received: from lymond.lvcm.com (cm238.47.234.24.lvcm.com [24.234.47.238]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAH52463; Thu, 21 Feb 2002 20:41:29 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcm.com (8.11.6/8.11.4) id g1M4faR00330 for freebsd-questions@FreeBSD.ORG; Thu, 21 Feb 2002 20:41:36 -0800 (PST) Date: Thu, 21 Feb 2002 20:41:36 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: Re: lpd problem Message-ID: <20020221204136.A236@lymond.lvcm.com> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020220214936.A876@lymond.lvcm.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 drosih@rpi.edu on Thu, Feb 21, 2002 at 22:43:49 -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 Hi Garance! On Thu, 21 Feb 2002, Garance A Drosihn wrote: > At 9:49 PM -0800 2/20/02, Dale Morris wrote: > >Initially I install KDE and I believe it installed cups_base. > > cups_base installs some useful libraries for programs which want > to do printing support, but it doesn't replace any of the system > commands which would do printing. > > I think the cups port might replace commands. > > >Here's what I've done so far.. > > I wonder how your system got into this state. lpd is part of the > base system. all you should need to do is the lpd_enable=YES step, > and everything else should just be there and work. (you would have > to add entries to /etc/printcap, of course). > I installed cups, didn't get it to work, then make deinstall from the port. > >I would install the lprng package, but that is dependant on lpd > >isn't it? > > lprNG is an alternative to the standard system lpd. it replaces it. > > > > I'm not sure why things are the way they are on your system, and it > might be that cups has installed an alternate program which would > be accepting print jobs. What do you get from: > whereis lpr > ? is there one on /usr/local/bin? lymond# whereis lpr lpr: /usr/src/usr.sbin/lpr Also when I try to make lpd from the /usr/src/usr.sbin/lpd directory I get an error code 71 **No such file or directory. Is there a way to get lpd back? Or should I just try to install cups? I have no preference, just whichever one is easier to get printing working on my my system. :-) that way I can make myself some notes so I don't have to flood the list so much.. > > -- > Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu > Senior Systems Programmer or gad@freebsd.org > Rensselaer Polytechnic Institute or drosih@rpi.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 20:45:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.ucsc.edu (root.ucsc.edu [128.114.129.224]) by hub.freebsd.org (Postfix) with ESMTP id 1DF9F37B400 for ; Thu, 21 Feb 2002 20:45:24 -0800 (PST) Received: (from booloo@localhost) by root.ucsc.edu (8.11.2/8.11.2) id g1M4jGB62543; Thu, 21 Feb 2002 20:45:16 -0800 (PST) (envelope-from booloo) Date: Thu, 21 Feb 2002 20:45:16 -0800 From: Mark Boolootian To: Tony Landells Cc: booloo@cats.ucsc.edu, freebsd-questions@FreeBSD.ORG Subject: Re: Who's rotating my logfiles? Message-ID: <20020221204516.A62516@root.ucsc.edu> Reply-To: booloo@cats.ucsc.edu References: <200202220120.MAA25806@tungsten.austclear.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200202220120.MAA25806@tungsten.austclear.com.au>; from ahl@austclear.com.au on Fri, Feb 22, 2002 at 12:20:51PM +1100 Sender: owner-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 looking in /etc/crontab. Shoot me and put me out of my misery. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 20:45:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 9186B37B402 for ; Thu, 21 Feb 2002 20:45:35 -0800 (PST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id A659416B22 for ; Fri, 22 Feb 2002 05:45:32 +0100 (CET) Received: from LenConrad.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A16A54FF00D0; Fri, 22 Feb 2002 06:04:42 +0100 Message-Id: <5.1.0.14.2.20020221224331.055a7a60@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 21 Feb 2002 22:45:29 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: Imail for FreeBSD In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Does anyone know if there exists a version of IPswitch's Imail >server for FreeBSD? I know they have for NT/2k and Linux, They have nothing for *nix Len http://MenAndMice.com/DNS-training http://BIND8NT.MEIway.com : ISC BIND for NT4 & W2K http://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 Thu Feb 21 20:54:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by hub.freebsd.org (Postfix) with ESMTP id 6284937B404 for ; Thu, 21 Feb 2002 20:54:55 -0800 (PST) Received: from chris (chris [66.188.91.52]) by awww.jeah.net (8.11.6/8.11.5) with SMTP id g1M4t6j07676 for ; Thu, 21 Feb 2002 22:55:06 -0600 (CST) (envelope-from chris@JEAH.net) Message-ID: <02cc01c1bb5c$e8680100$345bbc42@chris> From: "Chris Byrnes" To: Subject: pod2man permission denied during buildworld (ADDENDUM TO PREVIOUS MESSAGE) Date: Thu, 21 Feb 2002 22:53:44 -0600 Organization: JEAH Communications, LLC 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 Using bash, I get a more explicit permission denied error on the file (root shell is tcsh): bash: /usr/bin/pod2man: bad interpreter: Permission denied Does that help anyone in helping me determine what's wrong and how to fix the problem? ==== PREVIOUS MESSAGE ==== On a buildworld with fresh source (4.5-STABLE cvsup this morning), I get: cc -nostdinc -O -pipe -DMONOLITH -I/usr/src/secure/usr.bin/openssl -DNO_ID EA -I/usr/obj/usr/src/i386/usr/include -o openssl app_rand.o apps.o asn1pars.o ca.o ciphers.o crl.o crl2p7.o dgst.o dh.o dhparam.o dsa.o dsaparam.o enc.o errstr.o gendh.o gendsa.o genrsa.o nseq.o openssl.o passwd.o pkcs12.o pkcs7.o pkcs8.o rand.o req.o rsa.o rsautl.o s_cb.o s_client.o s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o spkac.o verify.o version.o x509.o -lssl -lcrypto pod2man /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/../doc/apps//op enssl.pod > openssl.1 pod2man: permission denied *** Error code 126 Stop in /usr/src/secure/usr.bin/openssl. *** Error code 1 Stop in /usr/src/secure/usr.bin. *** Error code 1 Stop in /usr/src/secure. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -r-xr-xr-x 1 root wheel 29017 Jul 10 2001 /usr/bin/pod2man I'm also having permission denied errors on a lot of other system binaries, like whereis and sockstat. The other day I did a build/install on the kernel to patch the syncache bug (before it was committed to -stable), but didn't build/install the userland. The problems started occuring after doing this. Could that have messed something up? Don't have kernel.old or kernel.GENERIC anymore. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 21: 1: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by hub.freebsd.org (Postfix) with ESMTP id 0282D37B417 for ; Thu, 21 Feb 2002 21:00:51 -0800 (PST) Received: from [66.119.205.82] (mks-733.noanet.net [66.119.205.82]) by chimera.noanet.net (8.12.2/8.12.2) with ESMTP id g1M4wFsO062396 for ; Thu, 21 Feb 2002 20:58:15 -0800 (PST) User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 21 Feb 2002 21:00:50 -0800 Subject: Re: pod2man permission denied during buildworld (ADDENDUM TO PREVIOUS MESSAGE) From: Michael Smith To: FreeBSD Questions Message-ID: In-Reply-To: <02cc01c1bb5c$e8680100$345bbc42@chris> 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 How about 'chmod u+w /usr/bin/pod*'? Here's my output under 4.5 -rwxr-xr-x 1 root wheel - 2338 Feb 9 00:31 /usr/bin/pod2html -rwxr-xr-x 1 root wheel - 7863 Feb 9 00:31 /usr/bin/pod2latex -rwxr-xr-x 1 root wheel - 17575 Feb 9 00:31 /usr/bin/pod2man -rwxr-xr-x 1 root wheel - 6865 Feb 9 00:31 /usr/bin/pod2text -rwxr-xr-x 1 root wheel - 3294 Feb 9 00:31 /usr/bin/pod2usage -rwxr-xr-x 1 root wheel - 3335 Feb 9 00:31 /usr/bin/podchecker -rwxr-xr-x 1 root wheel - 2477 Feb 9 00:31 /usr/bin/podselect Mike On 2/21/02 8:53 PM, "Chris Byrnes" espoused: > Using bash, I get a more explicit permission denied error on the file (root > shell is tcsh): > > bash: /usr/bin/pod2man: bad interpreter: Permission denied > > Does that help anyone in helping me determine what's wrong and how to fix > the problem? > > > ==== PREVIOUS MESSAGE ==== > > On a buildworld with fresh source (4.5-STABLE cvsup this morning), I get: > > cc -nostdinc -O -pipe -DMONOLITH -I/usr/src/secure/usr.bin/openssl -DNO_ID > EA -I/usr/obj/usr/src/i386/usr/include -o openssl app_rand.o apps.o > asn1pars.o ca.o ciphers.o crl.o crl2p7.o dgst.o dh.o dhparam.o dsa.o > dsaparam.o enc.o errstr.o gendh.o gendsa.o genrsa.o nseq.o openssl.o > passwd.o pkcs12.o pkcs7.o pkcs8.o rand.o req.o rsa.o rsautl.o s_cb.o > s_client.o s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o spkac.o > verify.o version.o x509.o -lssl -lcrypto > pod2man > /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/../doc/apps//op > enssl.pod > openssl.1 > pod2man: permission denied > *** Error code 126 > > Stop in /usr/src/secure/usr.bin/openssl. > *** Error code 1 > > Stop in /usr/src/secure/usr.bin. > *** Error code 1 > > Stop in /usr/src/secure. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > -r-xr-xr-x 1 root wheel 29017 Jul 10 2001 /usr/bin/pod2man > > I'm also having permission denied errors on a lot of other system binaries, > like whereis and sockstat. > > The other day I did a build/install on the kernel to patch the syncache bug > (before it was committed to -stable), but didn't build/install the userland. > The problems started occuring after doing this. Could that have messed > something up? > > Don't have kernel.old or kernel.GENERIC anymore. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- -------------------------------------------------------------------------- _ __ ____ ___ _ __ ______ ______ |Michael K. Smith / | / // __ \ / | / | / // ____//_ __/ |Chief IP Engineer / |/ // / / // /| | / |/ // __/ / / |mksmith@noanet.net / /| // /_/ // ___ | / /| // /___ / / |Cell: 206.579.8360 /_/ |_/ \____//_/ |_|/_/ |_//_____/ /_/ |Land: 206.783.3364 |Fax: 866.422.4887 |Pager: 800.696.6021 -------------------------------------------------------------------------- PGP Key: 485A 7807 2DFD CAC7 8E5D F348 4F19 89AC 0ED6 0B72 -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 21:12:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from awww.jeah.net (awww.jeah.net [216.111.239.130]) by hub.freebsd.org (Postfix) with ESMTP id 9B8F037B405 for ; Thu, 21 Feb 2002 21:12:23 -0800 (PST) Received: from chris (chris [66.188.91.52]) by awww.jeah.net (8.11.6/8.11.5) with SMTP id g1M5Cij11619; Thu, 21 Feb 2002 23:12:45 -0600 (CST) (envelope-from chris@JEAH.net) Message-ID: <02e901c1bb5f$5f56dd20$345bbc42@chris> From: "Chris Byrnes" To: Subject: RE: pod2man permission denied during buildworld Date: Thu, 21 Feb 2002 23:11:22 -0600 Organization: JEAH Communications, LLC MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 1 X-MSMail-Priority: High 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 awww# chmod u+w /usr/bin/pod* awww# exit exit [chris@awww] [~]$ pod2man bash: /usr/bin/pod2man: bad interpreter: Permission denied [chris@awww] [~]$ ==== PREVIOUS MESSAGE ==== How about 'chmod u+w /usr/bin/pod*'? Here's my output under 4.5 -rwxr-xr-x 1 root wheel - 2338 Feb 9 00:31 /usr/bin/pod2html -rwxr-xr-x 1 root wheel - 7863 Feb 9 00:31 /usr/bin/pod2latex -rwxr-xr-x 1 root wheel - 17575 Feb 9 00:31 /usr/bin/pod2man -rwxr-xr-x 1 root wheel - 6865 Feb 9 00:31 /usr/bin/pod2text -rwxr-xr-x 1 root wheel - 3294 Feb 9 00:31 /usr/bin/pod2usage -rwxr-xr-x 1 root wheel - 3335 Feb 9 00:31 /usr/bin/podchecker -rwxr-xr-x 1 root wheel - 2477 Feb 9 00:31 /usr/bin/podselect Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 21:21:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cgpf2.cgp.netins.net (smtp.netins.net [167.142.225.203]) by hub.freebsd.org (Postfix) with ESMTP id 437B937B402 for ; Thu, 21 Feb 2002 21:21:51 -0800 (PST) Received: from [216.248.109.37] (HELO xyz.netins.net) by cgpf2.cgp.netins.net (CommuniGate Pro SMTP 3.4.8) with ESMTP id 21925494; Thu, 21 Feb 2002 23:21:49 -0600 Message-Id: <5.1.0.14.2.20020221231842.06ae6a70@us-webmasters.com> X-Sender: wd@us-webmasters.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Thu, 21 Feb 2002 23:21:39 -0600 To: freebsd-questions@FreeBSD.ORG From: "W. D." Subject: Re: FreeBSD rescue floppy In-Reply-To: <200202220435.XAA19968@uce55.uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 22:31 2/21/2002, Nathan Mace wrote: >is there anyway to make a freebsd rescue floppy that can boot freebsd if my= =20 >MBR becomes unusable? the reason i ask is because i'm getting ready to=20 >install grub over lilo...and if the install should not go according to the= =20 >plan i need to be able to boot back into freebsd to fix it. please cc any= =20 >replies to me > >nathan This help? ftp://ftp.fr.freebsd.org/pub/FreeBSD/releases/i386/4.5-RELEASE/floppies/ http://groups.google.com/groups?q=3DfreeBSD+boot+floppy http://www.Google.com/search?hl=3Den&q=3DfreeBSD+boot+floppy Start Here to Find It Fast!=A9 -> http://www.US-Webmasters.com/start.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 21:26:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail11.speakeasy.net (mail11.speakeasy.net [216.254.0.211]) by hub.freebsd.org (Postfix) with ESMTP id 1CB7537B402 for ; Thu, 21 Feb 2002 21:26:48 -0800 (PST) Received: (qmail 4871 invoked from network); 22 Feb 2002 05:26:47 -0000 Received: from unknown (HELO there) ([66.92.40.28]) (envelope-sender ) by mail11.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Feb 2002 05:26:47 -0000 Content-Type: text/plain; charset="us-ascii" From: "Michael W. Collette" To: FreeBSD Subject: Bind in a sandbox how-to Date: Thu, 21 Feb 2002 21:21:38 -0800 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020222052648.1CB7537B402@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 Just this evening I was attempting to run through the steps presented in the handbook for configuring Bind to run in a sandbox. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html Was going along pretty good until I got to the following steps in the procedure. # cd /usr/src/libexec/named-xfer && make NOSHARED=yes all # cp named-xfer /etc/namedb/bin && chmod 555 /etc/namedb/bin/named-xfer The compile appears to crunch away without error, but I don't see anything in the directory except for the Makefile. It never creates a file called "named-xfer" anywhere that I can see. I then tried updating my sources with cvs. Went through and did a make clean on all the previous steps, and remade that stuff. Got back to the same point, same problem. Is the procedure flawed? Did I miss a step along the line someplace? Later on, -- "Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark to read." - Groucho Marx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 21:44:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chimera.noanet.net (chimera.noanet.net [66.119.192.4]) by hub.freebsd.org (Postfix) with ESMTP id 452A437B400 for ; Thu, 21 Feb 2002 21:44:43 -0800 (PST) Received: from [66.119.205.82] (mks-733.noanet.net [66.119.205.82]) by chimera.noanet.net (8.12.2/8.12.2) with ESMTP id g1M5g7sO067359 for ; Thu, 21 Feb 2002 21:42:07 -0800 (PST) User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Thu, 21 Feb 2002 21:44:42 -0800 Subject: Re: pod2man permission denied during buildworld From: Michael Smith To: FreeBSD Questions Message-ID: In-Reply-To: <02e901c1bb5f$5f56dd20$345bbc42@chris> Mime-version: 1.0 X-Priority: 1 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 What do you see if you do an 'ls -lo'? Mike On 2/21/02 9:11 PM, "Chris Byrnes" espoused: > awww# chmod u+w /usr/bin/pod* > awww# exit > exit > [chris@awww] [~]$ pod2man > bash: /usr/bin/pod2man: bad interpreter: Permission denied > [chris@awww] [~]$ > > > ==== PREVIOUS MESSAGE ==== > How about 'chmod u+w /usr/bin/pod*'? Here's my output under 4.5 > > -rwxr-xr-x 1 root wheel - 2338 Feb 9 00:31 /usr/bin/pod2html > -rwxr-xr-x 1 root wheel - 7863 Feb 9 00:31 /usr/bin/pod2latex > -rwxr-xr-x 1 root wheel - 17575 Feb 9 00:31 /usr/bin/pod2man > -rwxr-xr-x 1 root wheel - 6865 Feb 9 00:31 /usr/bin/pod2text > -rwxr-xr-x 1 root wheel - 3294 Feb 9 00:31 /usr/bin/pod2usage > -rwxr-xr-x 1 root wheel - 3335 Feb 9 00:31 /usr/bin/podchecker > -rwxr-xr-x 1 root wheel - 2477 Feb 9 00:31 /usr/bin/podselect > > > Mike > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- -------------------------------------------------------------------------- _ __ ____ ___ _ __ ______ ______ |Michael K. Smith / | / // __ \ / | / | / // ____//_ __/ |Chief IP Engineer / |/ // / / // /| | / |/ // __/ / / |mksmith@noanet.net / /| // /_/ // ___ | / /| // /___ / / |Cell: 206.579.8360 /_/ |_/ \____//_/ |_|/_/ |_//_____/ /_/ |Land: 206.783.3364 |Fax: 866.422.4887 |Pager: 800.696.6021 -------------------------------------------------------------------------- PGP Key: 485A 7807 2DFD CAC7 8E5D F348 4F19 89AC 0ED6 0B72 -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:10:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id AAB3B37B404 for ; Thu, 21 Feb 2002 22:10:32 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g1M6AUJx105108; Fri, 22 Feb 2002 01:10:30 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20020221204136.A236@lymond.lvcm.com> References: <20020220214936.A876@lymond.lvcm.com> <20020221204136.A236@lymond.lvcm.com> Date: Fri, 22 Feb 2002 01:10:30 -0500 To: Dale Morris , freebsd-questions@FreeBSD.ORG From: Garance A Drosihn Subject: Re: lpd problem Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (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 At 8:41 PM -0800 2/21/02, Dale Morris wrote: >I installed cups, didn't get it to work, then make deinstall from >the port. Okay. >lymond# whereis lpr >lpr: /usr/src/usr.sbin/lpr Hmm. >Also when I try to make lpd from the /usr/src/usr.sbin/lpd directory >I get an error code 71 **No such file or directory. > >Is there a way to get lpd back? Or should I just try to install cups? Someone who knew CUPS more than I do might tell you to install cups, but I've only worked with the standard lpd. What you'd want to do, I think, is to log in as root, and then: cd /usr/src/usr.sbin/lpr make obj make depend make make install That should give you the right files in the right places, and then reboot with that lpd_enable="YES" still set. -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:11:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from catalyst.sasknow.net (catalyst.sasknow.net [207.195.92.130]) by hub.freebsd.org (Postfix) with ESMTP id 7E17437B400 for ; Thu, 21 Feb 2002 22:11:35 -0800 (PST) Received: from localhost (ryan@localhost) by catalyst.sasknow.net (8.11.6/8.11.6) with ESMTP id g1M6CkN32079; Fri, 22 Feb 2002 00:12:47 -0600 (CST) (envelope-from ryan@sasknow.com) X-Authentication-Warning: catalyst.sasknow.net: ryan owned process doing -bs Date: Fri, 22 Feb 2002 00:12:46 -0600 (CST) From: Ryan Thompson To: Stephen Hoover Cc: FreeBSD Questions Subject: Re: File Versions In-Reply-To: Message-ID: <20020221235116.O29930-100000@catalyst.sasknow.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 Stephen Hoover wrote to FreeBSD Questions: > How do you determine what version of a file you have in FreeBSD? > > For instance, if a file was patched do to a security fix, how can I > look at that file and tell that it is the most current version? The obviously effective thing to do would be to just view it... more(1), even ee(8) et al. will do the trick. You'll find the version in the $FreeBSD$ tag near the top of the file, after the license. If you want to be keen about it, use ident(1). See below. > Just use the binary pw for example. Very likely what you're talking about is the Jan 4th pw(8) security advisory, which actually refers to the source file "pwupd.c", which is part of the pw binary build in /usr/src/usr.sbin/pw/. I would do this: ryan $ ident /usr/src/usr.sbin/pw/pwupd.c /usr/src/usr.sbin/pw/pwupd.c: $FreeBSD: src/usr.sbin/pw/pwupd.c,v 1.12.2.4 2001/12/21 15:21:32 nectar Exp $ So, the version is immediately after the RCS filename, and is 1.12.2.4 in this case. I can also tell it was updated on December 21st, which was the correction date mentioned in the advisory. So, my pw sources have been updated to the fixed versions. Don't forget to rebuild the affected parts after updating the source. See the advisory itself for the hand-held approach to patching. :-) Good luck, - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:13:52 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 14D4137B400 for ; Thu, 21 Feb 2002 22:13:49 -0800 (PST) Received: by AURORA with Internet Mail Service (5.5.2653.19) id ; Fri, 22 Feb 2002 08:13:46 +0200 Message-ID: From: Simas Cepaitis To: "'burningclown@westhost43.westhost.net'" , freebsd-questions Subject: RE: /boot Date: Fri, 22 Feb 2002 08:13:45 +0200 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 > -----Original Message----- > From: burningclown@westhost43.westhost.net > [mailto:burningclown@westhost43.westhost.net] > Sent: Thursday, February 21, 2002 11:33 PM > To: freebsd-questions > Subject: /boot > > > > Hi, > > Can /boot be a separate partition under FreeBSD 4.x? Yes. 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 Thu Feb 21 22:15:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id A4B0D37B402 for ; Thu, 21 Feb 2002 22:15:52 -0800 (PST) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g1M6FpJx080580; Fri, 22 Feb 2002 01:15:51 -0500 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: References: <20020220214936.A876@lymond.lvcm.com> <20020221204136.A236@lymond.lvcm.com> Date: Fri, 22 Feb 2002 01:15:50 -0500 To: Dale Morris , freebsd-questions@FreeBSD.ORG From: Garance A Drosihn Subject: Re: lpd problem Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Scanned-By: MIMEDefang 2.3 (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 At 1:10 AM -0500 2/22/02, Garance A Drosihn wrote: >At 8:41 PM -0800 2/21/02, Dale Morris wrote: >>Is there a way to get lpd back? Or should I just try to install cups? > >Someone who knew CUPS more than I do might tell you to install cups, >but I've only worked with the standard lpd. > >What you'd want to do, I think, is to log in as root, and then: > > cd /usr/src/usr.sbin/lpr > make obj > make depend > make > make install > >That should give you the right files in the right places, and then >reboot with that lpd_enable="YES" >still set. actually, you should probably also make sure your /etc/rc.conf doesn't change anything else wrt lpd, such a changing the path to the lpd program. (just leave it with the default as set in /etc/defaults/rc.conf) -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:16:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsdportal.com (freebsdportal.com [63.106.140.203]) by hub.freebsd.org (Postfix) with ESMTP id 5821037B400 for ; Thu, 21 Feb 2002 22:16:02 -0800 (PST) Received: (from jfreeze@localhost) by freebsdportal.com (8.11.6/8.11.6) id g1LJRlL09441 for freebsd-questions@freebsd.org; Thu, 21 Feb 2002 14:27:47 -0500 (EST) (envelope-from jfreeze) Date: Thu, 21 Feb 2002 14:27:47 -0500 From: Jim Freeze To: freebsd-questions@freebsd.org Subject: Is freebsd-test working? Message-ID: <20020221142747.A9422@freebsdportal.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 Hi: I suppose that this email will never show up or will be delivered after the mail problem is fixed. But, just in case it gets through, I thought I would give it a try anyway. I have sent several messages to test@freebsd.org and freebsd-test@freebsd.org and have not have a response (>2 hrs). I have this problem before because freebsd's majordomo started enforcing reverse lookup for mail addresses. That should be fixed now. Here is my reverse lookup: nslookup freebsdportal.com Server: hera.kycc.Cypress.Com Address: 157.95.47.7 Name: freebsdportal.com Address: 63.106.140.203 nslookup 63.106.140.203 Server: hera.kycc.Cypress.Com Address: 157.95.47.7 Name: freebsdportal.com Address: 63.106.140.203 Thanks -- Jim Freeze "Give some people an attoparsec and they'll take 16.093 Tera-angstroms" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:17:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from catalyst.sasknow.net (catalyst.sasknow.net [207.195.92.130]) by hub.freebsd.org (Postfix) with ESMTP id 6400F37B400 for ; Thu, 21 Feb 2002 22:17:30 -0800 (PST) Received: from localhost (ryan@localhost) by catalyst.sasknow.net (8.11.6/8.11.6) with ESMTP id g1M6Iha32119; Fri, 22 Feb 2002 00:18:44 -0600 (CST) (envelope-from ryan@sasknow.com) X-Authentication-Warning: catalyst.sasknow.net: ryan owned process doing -bs Date: Fri, 22 Feb 2002 00:18:43 -0600 (CST) From: Ryan Thompson To: Nathan Mace Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD rescue floppy In-Reply-To: <200202220435.XAA19968@uce55.uchaswv.edu> Message-ID: <20020222001331.F29930-100000@catalyst.sasknow.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 Nathan Mace wrote to freebsd-questions@FreeBSD.ORG: > is there anyway to make a freebsd rescue floppy that can boot > freebsd if my MBR becomes unusable? the reason i ask is because i'm > getting ready to install grub over lilo...and if the install should > not go according to the plan i need to be able to boot back into > freebsd to fix it. please cc any replies to me There are more elegant solutions, but, in a pinch, the regular boot CD (or kern + mfsroot floppies) will get you out of some pretty sticky situations. To answer your question, you can pretty easily write out a new boot record with sysinstall from the boot disk(s) by going to the post-install config menu. I've done this myself on multi-boot systems when other operating systems write their own junk in the MBR. - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:18: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id BC19837B42A for ; Thu, 21 Feb 2002 22:17:53 -0800 (PST) Received: (qmail 17717 invoked from network); 22 Feb 2002 06:17:53 -0000 Received: from unknown (HELO there) ([66.92.40.28]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Feb 2002 06:17:53 -0000 Content-Type: text/plain; charset="us-ascii" From: "Michael W. Collette" To: Steven Lake Subject: Re: Imail for FreeBSD Date: Thu, 21 Feb 2002 22:12:44 -0800 X-Mailer: KMail [version 1.3.2] Cc: FreeBSD MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020222061753.BC19837B42A@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 Steven Lake wrote: > Does anyone know if there exists a version of IPswitch's Imail > server for FreeBSD? I know they have for NT/2k and Linux, but I can't > find anything for FreeBSD and I don't see it in the ports. Just curious. Steven, Somebody better run out and tell IpSwitch that they've got a Linux version. That, or they're keeping it awfully secret. I admin an IMail server, so your post caught my attention. Went and even double checked their web site to make sure something didn't slip past me. Been running it now for a number of years on NT, and to the best of my knowledge there has never been a *nix version of this product. Really is a shame too. It really is pretty darn good stuff, and is quite literally a 20 minute setup to get things going. Nothing quite as straight forward to get going quickly in the *nix world. Later on, -- "Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark to read." - Groucho Marx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:29:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f254.law8.hotmail.com [216.33.240.129]) by hub.freebsd.org (Postfix) with ESMTP id 16CDF37B405 for ; Thu, 21 Feb 2002 22:29:02 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 21 Feb 2002 22:29:02 -0800 Received: from 209.52.193.190 by lw8fd.law8.hotmail.msn.com with HTTP; Fri, 22 Feb 2002 06:29:01 GMT X-Originating-IP: [209.52.193.190] From: "Craig R" To: questions@freebsd.org Subject: 1.0 outlawed? Date: Thu, 21 Feb 2002 22:29:01 -0800 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Feb 2002 06:29:02.0040 (UTC) FILETIME=[37D02580:01C1BB6A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG According to the FreeBSD web site, FreeBSD 1.X was based on 4.3BSD-Lite (``Net/2''), which suffered some legal troubles. Does this mean that any copy of FreeBSD 1.X lying around is illegal? I'm asking because I'd like to find a copy somewhere to install it and see what it was like. Thanks in advance, Craig _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:31:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 4C37737B400 for ; Thu, 21 Feb 2002 22:31:29 -0800 (PST) Received: (qmail 21996 invoked by uid 100); 22 Feb 2002 06:31:23 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.58811.166451.485476@guru.mired.org> Date: Fri, 22 Feb 2002 00:31:23 -0600 To: burningclown@westhost43.westhost.net Cc: questions@freebsd.org Subject: Re: /boot In-Reply-To: <42672429@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 burningclown@westhost43.westhost.net types: > Can /boot be a separate partition under FreeBSD 4.x? > > Just wondering - couldn't find anything definitive on this. In 4=STABLE, no. It may in 5.0, or at least it's closer to being possible. However 5.0 won't be ready for production for quite a while. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:34:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from photos.uptel.net (photos.uptel.net [195.138.160.125]) by hub.freebsd.org (Postfix) with ESMTP id 2337837B419 for ; Thu, 21 Feb 2002 22:34:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by photos.uptel.net (8.12.2/8.12.2) with ESMTP id g1M6Y1Ys002206 for ; Fri, 22 Feb 2002 08:34:02 +0200 (EET) Date: Fri, 22 Feb 2002 08:34:01 +0200 (EET) From: "Prokofiev S.P." To: freebsd-questions@FreeBSD.ORG Subject: about nfs and chflags Message-ID: <20020222083148.D2163-100000@photos.odtel.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 Please help . Can I see and change chflags on nfs mounted disk ??? Thanks. proks@odtel.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:41:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 6707737B400 for ; Thu, 21 Feb 2002 22:41:26 -0800 (PST) Received: (qmail 22126 invoked by uid 100); 22 Feb 2002 06:41:24 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15477.59412.41060.54328@guru.mired.org> Date: Fri, 22 Feb 2002 00:41:24 -0600 To: Stephen Hoover Cc: questions@freebsd.org Subject: Re: File Versions In-Reply-To: <39802835@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Stephen Hoover types: > How do you determine what version of a file you have in FreeBSD? > > For instance, if a file was patched do to a security fix, how can I look > at that file and tell that it is the most current version? > > Just use the binary pw for example. ident. Point it at the binary, and it'll tell you the version of every file that was used in compiling it. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:47:14 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 11F4737B404 for ; Thu, 21 Feb 2002 22:47:13 -0800 (PST) Received: from garlic.com (170.sm7.dialup.garlic.net [216.139.3.170]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id g1M6lBP56976 for ; Thu, 21 Feb 2002 22:47:12 -0800 Message-ID: <3C75E96B.4030001@garlic.com> Date: Thu, 21 Feb 2002 22:47:07 -0800 From: Remington User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020213 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions Subject: mount_ntfs error 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 #mount_ntfs -o nodev,noexec,nosuid /dev/ad0s3 /mnt/mp3mount_ntfs: /dev/ad0s3 mount_ntfs: /dev/ad0s3 Invalid argumen Will someone please explain to me why it does this and how i could fix it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 22:54: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id C28C137B41C for ; Thu, 21 Feb 2002 22:51:31 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16e9YI-0008sG-00 for questions@freebsd.org; Fri, 22 Feb 2002 06:51:30 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 3F1B313040 for ; Fri, 22 Feb 2002 07:51:30 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id AB070225C1; Fri, 22 Feb 2002 07:51:29 +0100 (CET) Date: Fri, 22 Feb 2002 07:51:29 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: Kernel loader Message-ID: <20020222065129.GA422@raggedclown.net> References: <89637344@toto.iv> <15477.34969.572893.76786@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15477.34969.572893.76786@guru.mired.org> 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 On Thu, Feb 21, 2002 at 05:54:01PM -0600, Mike Meyer wrote: > Cliff Sarginson types: > > Well, I tried this out in -hackers, and got a couple of mono-syllabic > > replies, but no-one answered my question. So I will try it here. > > Gee, I wouldn't answer on -hackers because I figured someone who knew > the answers better than I would answer. Oh well... > > > The kernel loader code has mechanisms to implant dependencies in the > > module code, e.g. if module A requires module B, then you can build > > this knowledge into module A. > > That's correct. > > > Now I do not believe that if you load module A, then module B is > > automagically loaded as well. Looking at the program kldload it > > is just a few lines that just invokes a system call to load the > > module requested. I think the system call code should be in my > > source tree somewhere but I am damned if I can find it. > > Your belief is incorrect. Well, it's incorrect for elf modules. I > don't know about other formats because I didn't check them. The source > code you want is in sys/kern/kern_linker.c and link_elf.c. > > > What I was getting at is that in Linux they have this 'depmod' > > setup that creates a dependency list, so that loading a module > > should load all other required modules. I am looking for the > > same functionality in FreeBSD. I do not believe it exists. > > You may be looking for gensetdefs. It's used in dealing with > dependency lists in /usr/src/sys/conf/kmod.mk. It looks like the > gensetdefs man page is out of date, though. However, if you're going > to write a kld, you really don't care. > > > Can anyone confirm this, or refute it. > > I'm not sure which I did, but I think I answered your question. > > > My second question was this. > > It seems to me that the kernel module loading may have some > > sensitivity over the point at which it is loaded. I have reported > > a bug in drm-kmod and my tests seem to show that it makes a > > difference when a particular module (in this case "agp") is loaded > > early on in the boot process via loader.conf, or later on by a shell > > command in /usr/local/etc/rc.d. Is this likely to be expected ? > > I can't really help here, because I'm not that intimate with PC > hardware. However, I know that BSD has run on hardware on which it > mattered which order devices were allocated. Basically, if something > that can use anything grabs what it thinks is best, then something > needing a specific flavor or amount comes along, the second one may > work if allocated first, and fail if allocated second. Just to make > matters interesting, if you probed for them in the order that > allocation worked, the probe didn't work, and vice versa. > > > I got zero answers to this question. > > > > If it does make a difference then I would be so bold as to say that > > on-demand kernel loadable modules are not on-demand kernel loadable > > modules if they cannot be loaded after the main boot process is > > complete...and therefore you may as well build them into the kernel > > in the first place. > > It may be that whether or not you can load them after the main boot > process completes depends on what gets loaded by the main boot > process. So that on some kernel configs it works fine as a kld, and on > others it doesn't work because some resource it needs is no longer > available. Ok. I would say then that the module in question should not be a seperately loadable module, but must be required to be built into the kernel, or loaded not later than in loader.conf > Thanks Mike ! That is a complete answer to my question(s). I should have asked here in the first place :) My follow up question is why dependent modules cannot be loaded automagically, but with what you have told me I may be able to look further into that myself. To be honest, I am not entirely sure what the use is of planting this dependency information if it is not used to do such a thing. It means you have to know something which the O/S is already capable of working out for you. The only other answer is that you have to tell the kernel in advance what a module is going to use for some other reason, although why escapes me at this early hour. It makes it doubly difficult when you discover that LINT is incomplete. It does not mention every module..there is not a peep in it about "agp" for example. This is my first foray into some deeper understanding of how the kernel works in FreeBSD, and in this regard there is a rather large hole in available documentation. There is the book on the 4.4BSD implementation which is 6 years old in it's latest edition, and quite a lot of documents on this and that scattered around, but there is not a coherent body of documents describing the O/S as it is. Matt Dillon's excellent paper on the VM system is my current bedtime reading; but there are few documents at that level on other aspects. There is a huge gap waiting to be filled here. What if all the hackers fell under a bus at the same time tomorrow ? It is ironic that the best documented UNIX kernel around is Linux, which is a look-alike, although there is also an excellent book on System V .. the author's name escapes me. It is a great deal easier to look at the code that implements an algorithm when you first have some idea what that algorithm is ! I realise that the kernel is in a state of constant change, but surely not in a state of constant re-write. Thanks again, as usual, your clearly written answers to questions go a long way. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 23: 4:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 09AAB37B404 for ; Thu, 21 Feb 2002 23:04:34 -0800 (PST) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id ACAC52B6BD; Fri, 22 Feb 2002 08:04:30 +0100 (CET) Received: by k7.mavetju.org (Postfix, from userid 1001) id 785D0725; Fri, 22 Feb 2002 18:04:24 +1100 (EST) Date: Fri, 22 Feb 2002 18:04:24 +1100 From: Edwin Groothuis To: Craig R Cc: questions@freebsd.org Subject: Re: 1.0 outlawed? Message-ID: <20020222180424.T494@k7.mavetju.org> References: 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 craigery13@hotmail.com on Thu, Feb 21, 2002 at 10:29:01PM -0800 Sender: owner-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 Thu, Feb 21, 2002 at 10:29:01PM -0800, Craig R wrote: > According to the FreeBSD web site, FreeBSD 1.X was based on 4.3BSD-Lite > (``Net/2''), which suffered some legal troubles. Does this mean that any > copy of FreeBSD 1.X lying around is illegal? I'm asking because I'd like to > find a copy somewhere to install it and see what it was like. Yes and no... It was illegal, but since a couple of weeks ago the sources of the original AT&T UNIX have been released under a kind-of-BSD-license. So the 'tainted' 4.3BSD release has suddenly become 'untainted'. The FreeBSD CVS repository only goes back to FreeBSD2.0. There was a short discussion in -hackers about it also. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 23: 8:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out4.mx.nwbl.wi.voyager.net (out4.mx.nwbl.wi.voyager.net [169.207.1.77]) by hub.freebsd.org (Postfix) with ESMTP id A408B37B400 for ; Thu, 21 Feb 2002 23:08:51 -0800 (PST) Received: from shell.core.com (shell.core.com [169.207.1.89]) by out4.mx.nwbl.wi.voyager.net (8.11.1/8.11.4/1.7) with ESMTP id g1M78o572659; Fri, 22 Feb 2002 01:08:50 -0600 (CST) Received: from localhost (raiden@localhost) by shell.core.com (8.11.6/8.11.6/1.3) with ESMTP id g1M78o301633; Fri, 22 Feb 2002 01:08:50 -0600 (CST) Date: Fri, 22 Feb 2002 01:08:50 -0600 (CST) From: Steven Lake X-X-Sender: raiden@shell.core.com To: "Michael W. Collette" Cc: FreeBSD Subject: Re: Imail for FreeBSD In-Reply-To: <200202220617.g1M6Hs428869@shell.core.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 Yeah, I did some checking around as well and couldn't find it myself. The person that told me that he had Imail for linux corrected himself afterwords. But yeah, I agree with you. I've used Imail on NT4 myself and loved it. That's why I was so happy to hear that they had it for linux only to find out later that it wasn't true. :) But I also hope the guys at IPswitch are reading this, cause they really need to bring their products to the *nix world, FreeBSD included. I'm definately game for programs that can do all the great stuff that theirs can do and for unix/linux/Freebsd even. On Thu, 21 Feb 2002, Michael W. Collette wrote: > Really is a shame too. It really is pretty darn good stuff, and is quite > literally a 20 minute setup to get things going. Nothing quite as straight > forward to get going quickly in the *nix world. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 23:15:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from raiden.jasnetworks.net (raiden.jasnetworks.net [65.194.248.251]) by hub.freebsd.org (Postfix) with ESMTP id 7839837B416 for ; Thu, 21 Feb 2002 23:15:42 -0800 (PST) Received: from works ([192.168.0.2]) by raiden.jasnetworks.net (8.11.6/8.11.6) with ESMTP id g1M7Fnr01941; Fri, 22 Feb 2002 02:15:49 -0500 (EST) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020222022009.00999f00@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 22 Feb 2002 02:21:41 -0500 To: booloo@cats.ucsc.edu, Tony Landells From: Lord Raiden Subject: Re: Who's rotating my logfiles? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020221204516.A62516@root.ucsc.edu> References: <200202220120.MAA25806@tungsten.austclear.com.au> <200202220120.MAA25806@tungsten.austclear.com.au> 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 Gee, I've felt like this a few times myself. :) Well, everyone has their days and we can't be geniuses all the time. I'm one who can attest to having far too many senior moments these days myself. :) At 08:45 PM 2/21/02 -0800, Mark Boolootian wrote: > > Try looking in /etc/crontab. > >Shoot me and put me out of my misery. Thanks. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 23:41:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by hub.freebsd.org (Postfix) with ESMTP id 5829837B402 for ; Thu, 21 Feb 2002 23:41:55 -0800 (PST) Received: from WBIW006 (WBIw006.westbend.net [216.47.253.26]) by mail.westbend.net (8.11.6/8.11.6) with SMTP id g1M7frX45241 for ; Fri, 22 Feb 2002 01:41:54 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <02ba01c1bb74$659468f0$1afd2fd8@westbend.net> From: "Scot W. Hetzel" To: Subject: fxp0: device timeout error Date: Fri, 22 Feb 2002 01:41:50 -0600 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 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 I am having problems with one of my servers, when I connect to retreive a 400MB iso image from the server, the server will start producing fxp0: device timeout errors after the download starts. I can reproduce the problem by starting GetRight (windows download manager) to download the 400MB iso image. NOTE: GetRight creates 3 ftp connections to the server, so that it can download the file in thirds. When the error ocurrs I have to reboot the server (at least 3-4 times during this download). NOTE: GetRight reconnects and continues downloading from where it left off. I used netstat -m to check the mbufs after this error ocurred and it looks like I'm not reaching the max mbufs. 180/608/4096 mbufs in use (current/peak/max): 180 mbufs allocated to data 178/282/1024 mbuf clusters in use (current/peak/max) 716 Kbytes allocated to network (23% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines Does any one know how to fix this problem? Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 23:49:27 2002 Delivered-To: freebsd-questions@freebsd.org Received: from root.com (unknown [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 14A6037B404 for ; Thu, 21 Feb 2002 23:49:25 -0800 (PST) Received: (from dg@localhost) by root.com (8.11.2/8.11.2) id g1M7lt401613; Thu, 21 Feb 2002 23:47:55 -0800 (PST) (envelope-from dg) Date: Thu, 21 Feb 2002 23:47:55 -0800 From: David Greenman To: "Scot W. Hetzel" Cc: FreeBSD-questions@freebsd.org Subject: Re: fxp0: device timeout error Message-ID: <20020221234755.B913@nexus.root.com> References: <02ba01c1bb74$659468f0$1afd2fd8@westbend.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <02ba01c1bb74$659468f0$1afd2fd8@westbend.net>; from hetzels@westbend.net on Fri, Feb 22, 2002 at 01:41:50AM -0600 Sender: owner-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 problems with one of my servers, when I connect to retreive a >400MB iso image from the server, the server will start producing fxp0: >device timeout errors after the download starts. ... >Does any one know how to fix this problem? If you have other servers with similar hardware that don't have the problem, then my first guess would be that it might have something to do with the physical connection. You might try changing out the cable and may also wish to try plugging it into a different switch port. -DG David Greenman Co-founder, The FreeBSD Project - http://www.freebsd.org President, TeraSolutions, Inc. - http://www.terasolutions.com President, Download Technologies, Inc. - http://www.downloadtech.com Pave the road of life with opportunities. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 23:52:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id E0E6737B402 for ; Thu, 21 Feb 2002 23:52:13 -0800 (PST) Received: from igorr by sysadm.stc with local (Exim 3.34 #1) id 16eAVM-000Ph6-00 for freebsd-questions@FreeBSD.ORG; Fri, 22 Feb 2002 10:52:32 +0300 Date: Fri, 22 Feb 2002 10:52:32 +0300 From: Igor Roboul To: freebsd-questions@FreeBSD.ORG Subject: Re: about nfs and chflags Message-ID: <20020222075232.GA98655@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , freebsd-questions@FreeBSD.ORG References: <20020222083148.D2163-100000@photos.odtel.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020222083148.D2163-100000@photos.odtel.net> 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 On Fri, Feb 22, 2002 at 08:34:01AM +0200, Prokofiev S.P. wrote: > Please help . > Can I see and change chflags on nfs mounted disk ??? > Thanks. I think you can't -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 23:58:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 8678237B402 for ; Thu, 21 Feb 2002 23:58:26 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1M7wC638866; Fri, 22 Feb 2002 20:58:12 +1300 (NZDT) (envelope-from jonc) Date: Fri, 22 Feb 2002 20:58:12 +1300 From: Jonathan Chen To: Jim Freeze Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is freebsd-test working? Message-ID: <20020222205812.A38674@grimoire.chen.org.nz> References: <20020221142747.A9422@freebsdportal.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: <20020221142747.A9422@freebsdportal.com>; from jfreeze@freebsdportal.com on Thu, Feb 21, 2002 at 02:27:47PM -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 Thu, Feb 21, 2002 at 02:27:47PM -0500, Jim Freeze wrote: > Hi: > > I suppose that this email will never show up or will be > delivered after the mail problem is fixed. But, just in case > it gets through, I thought I would give it a try anyway. > I have sent several messages to test@freebsd.org and > freebsd-test@freebsd.org and have not have a response (>2 hrs). You won't receive anything back from freebsd-test unless you subscribe to it... The quickest way to see whether your mail to freebsd-test went thru' is to check the maillogs and the mailqueue. Anything other than "stat=Sent" would indicate a problem. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Thu Feb 21 23:59:56 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 140E337B402 for ; Thu, 21 Feb 2002 23:59:53 -0800 (PST) Received: from there (217-13-29-172.dd.nextgentel.com [217.13.29.172]) by mail.broadpark.no (Postfix) with SMTP id 279617FCC for ; Fri, 22 Feb 2002 08:45:38 +0100 (MET) Content-Type: text/plain; charset="iso-8859-1" From: Kjell / LA3SG Reply-To: kmidtset@c2i.net To: freebsd-questions@FreeBSD.org Subject: PHP4 with gd2 Date: Fri, 22 Feb 2002 08:46:26 +0100 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020222074538.279617FCC@mail.broadpark.no> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone managed to add gd2 support for PHP4 on 4.5-RELEASE? The standard gd1.8 is no problem. --Kjell To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 0:14:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12007.mail.yahoo.com (web12007.mail.yahoo.com [216.136.172.215]) by hub.freebsd.org (Postfix) with SMTP id E9BFB37B400 for ; Fri, 22 Feb 2002 00:13:57 -0800 (PST) Message-ID: <20020222081357.16056.qmail@web12007.mail.yahoo.com> Received: from [12.84.121.61] by web12007.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 00:13:57 PST Date: Fri, 22 Feb 2002 00:13:57 -0800 (PST) From: Mike Subject: System Halted Boot question. NOT A NUBIE QUESTION. To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="0-1971039143-1014365637=:15953" Sender: owner-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-1971039143-1014365637=:15953 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Well after many, MANY hours of reading on different sites and books I still can't find anything regarding my problem. I have sent along a 35k photo I have taken with my camera because of the interesting responce FreeBSD 4.0 boot cd has given me. I have gotten FBSD4.0 to run on almost everything EXCEPT this computer: Asus K7V MBoard viper v770 video board ext. 56k modem 1.44 FDD 15 gig ata 66 hdd(pri master) 12x dvd-rom(pri slave) empty(sec master) cd-writer(sec slave) nic card SB Live! I have: Changed drives around, checked over all my BIOS settings, drive jumper selections, and wiring. Also I made boot disks, and those too do the exact same thing. If you could please explain to me what all these numbers mean that would be super!!! Please note I have a 1.44 sony FDD and it comes up at 2.88, interesting huh? THANKS IN ADVANCE!! Mike O. __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com --0-1971039143-1014365637=:15953 Content-Type: image/pjpeg; name="halt_error.jpg" Content-Transfer-Encoding: base64 Content-Description: halt_error.jpg Content-Disposition: inline; filename="halt_error.jpg" /9j/4AAQSkZJRgABAQEBLAEsAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsL DBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/ 2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIy MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAFHAgQDASIAAhEBAxEB/8QA HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUF BAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkK FhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1 dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEB AQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAEC AxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRom JygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU 1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwDwnFFGM0uD QaCUAZpcUoFAWEFLR1FOHSgaQmKXH5UYp4HPtSuVYbtyKfigLTsYqblJCBaU D2pcevFLjApXKsIB7UDpS0UrjsNx7UvaloouAnQdBRilooAKMUUUAFFFHagA ooooAO1IaWjvRcBME0YFL3o7UAGOaTHJpcYooAToaMUtFFwsJRil7UUAJijG OlLRQAmPzpKdjNA9KAsJQQB0paTFMQlFKR6UYpXGJRRRjincQYpMUtFFwsJj BpcUdKO/tQFhuMUc0uKKAsJjmilOaSgQmKUgeuaMUUwEPJpMe1OooFYbRS45 ooCwnajFBooACOaQilo60xDT2opTR3zQAnNFLjPSigBlFFLg1RAnWlAoA55p wHFK40jtPCXwu17xnokmq6TLZeVHdC2aOaVlfPyEt90jaA+Tzng4BOAdeX4F +MYtattOC2UiTRNIb1JW8iPb/CxK7g3IwApznjgNjU8MzS237NvipoZXiY6i ELIxUlWNurDjsQSCO4JFO1qaaL9mfw3HFK6JNqLpIqsQHXzLhsN6jKqceoB7 UBrc4Lxd4J1nwTqSWerRRkSJvhuISWilHGdpIHIJwQQCOD0IJ6a2+C/iCW4t 7O61PQbDU7hC6adc3v8ApBUFudqKwIwpOQTwD6HHR+PLS7vdA+E9pYT+RezW scVvNvK+XIVtgrbhyMHByOavjSvDvh34ladpd5p/iDxD4nlubRzqF9OVjUAZ M8e0lnVccq+QBGRu+U5kd3Y5b4YeG72D4galpGo+HtPvbu1s38yz1VtqId8f zg+XICcHggYIbIOOq/DPStP1DwV4+nvLC1uJrbTg9vJNCrtC3lzHKEj5TkA5 HoPSvRdB/wCTkvFH/YMT/wBBtq4b4Uf8iF8R/wDsGD/0VPQO+j+R5Piu+8Pf CLxF4n0Kw1ewm0/7LeO6jzZWVogpdSzDb0ymOMn5hxjJHB4xn0r1nW55Yv2a vDiRSuiS6i6SKrEB133DYPqMqpx6gHtSRcm1axmRfA7xfLrNxpxWyjSGJZBe vK3kSbjwqkLuLcHIKjGOeCueQ1zwrrHh7xEdCvrNzfFgsKxAuJwxwrR8ZYE8 DjOeCAQRXoXxVnlX4d/Du3EriF9ODtGGO1mWKEKSOhIDNg9tx9a6/wAVXlvY /tGeFZrmTYjWIhB2k/PIZ0QcerMB+PNOyJUn1PPb34HeMLPRn1HbZTOkQkay glZ5+2VA27WYc8BjnHGeM8v4f8Haj4k0jW9Ss5rWOHR4PPuFmZgzLtdsJhTk 4Q9SOor2qS61HTPiTf3WnfDPU7jVHlkQakdWmWG4jxkElgYgpULhCcKQAMFQ B4fqGn3uravrN7p+juLaG4lmmSyXzobVCzEDeg27AAcMMAhcjik0EW3uYh4r obvwdqFn4IsPFkk1qbC+nMEcas3mhgXGSNuMfu26E9RWBxivZbrRdS1v9nLw 9FpdlNeSwX7zPHAu59nmTrkKOTyy9M+vQGkipO1jzm88HahZeCLDxZJNbGwv pzbxxqzeaGBcZI24x+7bueorpbD4K+KtSs9LvLV9Pe11CATiUzkCBWQMocFc 5OcfKG564HNbvjDTL3R/2e/DNlqFs9tdJqO9opOGUN9odcjscMODyOhwag+K s8q/Dv4dwCVxA+nB2jDHazLFCFJHQkBmwe24+tOxN29jhPF3gvWPBWppZ6rE hEqb4biElopRxnaSAcgnBBAI47EE9n8QvCst/wDErStCt7DQtBnvLNRGlvMR bs26TBZhEh3sRtA2nJ2jPPFj4uzy3Pgv4eXE8ryzS6czySSMWZ2McBJJPJJP ej49QS3PxE02CCJ5ZpdOiSOONSzOxllAAA5JJ7UAm3b5nJWXw18QX3je78Jo LVL+0UyTSPL+6VMAh8gEkHcmBjPzDIGDhl78P9TtPClz4khvtMvtPtrpraY2 lxvZCH2buQAVJ2kYOSHU4wTj3XxG2pXvgvVdBttV0y58Zx6Yh1NYLbMk8OGy igc7iGbHHV8hU8xSPM/ha7a/4T8XeC2he5a5sze2cIKoomXA5bIOS/kYB+X5 TnHOXYSk2rnJXvgHW7DwRaeLJo0+wXLACMB/NjUkhXcFcBDgYOed6+tMvPBG rWXhrSNalMJ/teXy7OxXf9qk5OGEe3lThcEE/fT1r3TV7i01q78T/Days5nj sdCh+xW5IVBLGNy4ctuP37b7xx8jZ/2sLWdV023+OnhXw+6bNK0SJLWGGWPe qzSR/uyp5Y9YAC3QrnjqSwKbOPh+BHjKTTDdONPimCs32N7gmUkZwuQCmTjj 5scjJHOOU03wXrGo+M18KPEllqhZ0ZbokKpVC/JUHIIHBGQcg9DmvQvE/hj4 iXHxgN5Zi6aYz7rDUVz9nt4MnarNjaoC5DIRljnht3zdJqctlL+05oy2oQTR WbJdbU2ky+TKRk4+Y7DHzzxgdsAsHMzy/wASfCvxH4X022vL4WspubwWUNvb O0krud20gbcEMEyBnPzDIByB0mj/AAS8T2Gr6Jf31vp91a/bIHu7RZgzRxbg X3hgFYAAghS2c8ZFQ6HPDcftHyvqcqSKNWukRrlgQGUSLEBu7ghAo7EKB2q3 /wAIz4w/4Xt/aH9m6n5X9seb9sw3l/Zt+f8AW/d2+V8u3PT5cZ4osDb7mR40 8HXGs/GXUdA8OafDCv7kiOJBHDAnkxlnbaMKuTk8ck4GSQDm3nww1WHSLzUt P1bQtZhskMl0um3wlaFArMXbIAxhTxnJ7A81311qur6T+0Trcmi6ZDqdzNap E1rJdJAzp5MTHYzHG4FQcYPAbjuLegW/hDxvqeoW2g2ur+DvFEMGbj7IzQBc YRk2qdpRX2bhiNiQDwd2CwczSR5l4U+GOu+MtFl1TSpbLyo7oWzRzSsr5+Ql vukbQHyec8HAJwDrS/A7xhFrVvpwWykSaJpDepK3kR7f4WJXcG5GAFOc8dGx p+G55YP2cPFLwyvEx1EIWRipKsbdWHHYgkEdwSKTW5pYv2afDiRyuiS6i6SK rEB133DYPqMqpwe4B7UrIbbucL4u8F6x4K1NLPVYkIlTfDcQktFKOM7SQDkE 4IIBHHYgn0nxH8PpfEnxUsdHTTdI0WFNOjurmLT5TtaETlWZT5KjzCGwMrj5 Rz2rN+Kw/wCKC+HH/YMP/oqCt34mHHx58H/9uX/pU9Owrt2+Zk+MfAtv4e+L Phwx2tkui6lf20NvaKC2Ej8lHEgYYO4sT1Ocknk1e8W/BjWtd8barc6NbaZp mlfufswdhGj/ALtQ21I1OMMDnIGc5Gao+M7G7g/aI0+7mtZo7a51Ox8iZ4yE l2iENtY8Ng8HHSjxZe3aftJWe26mHl39jCmJCNkbLHuQeine+R0O4+po0BX0 16HnUHhXWJfFkfhl7N4dUecQNFIpOwn+I7QfkA+bcMjbyMivoPR/hjoeg2/k WPhy11nUbdViuLvWHaOGYsNzGNSsgyvyDITGGxvLBxVDRIIpf2lvEbyRI7w6 cjxsyglG2W65HocMwz6EjvWL430fXfEvgvwJp+l2000epf6bfSrCzRpcShGM sjKp2LummbjAwTgcDAlYltuyN7XvCPhLVbDT9N1/SNM8L65qW9NOFg27DgIS HKoiM2SF2nOc4Rstx45P8N9bt9M1+8Z7Vn0Ocw3dqpczFeMSqm3/AFZBLBjj Kqx7V7d4y0TWPEfxa8KRRWrppOlKL+S9ERKh/MyYyxIBJ8qMADkbycEDjk/D fjvT9V+NusRRbJdC8QKtqwulVFkaOIKhIYEkMQ6hTjPmDIyMUNBFu2h5d4U8 G6h4vnvUsprW1hs4DcXF1eMyQxqD/E4UgHGTzjhWPar+i/DnVdX0GPW5tQ0j SdNmbZBc6leCJZmywIXAPIKHg49s813fiHSG+GPwj1DSXnRtT1rUXi81CIpT boeDwSWQqnK5+X7QQe+aFxoeleH/AAV4e1rxrJruvC5gZrGzhuCLO3Vo1McT sSGQkYPyf3CMEL8ysVzX2OeHgTUvCfxI8PaXrtrDNBc39vtkUb4LhDIoZRuA zjOCpHfpggnsvFvwX1rXfG2q3Oi22l6ZpX7n7MHby0f92obakanGGBzkDOcj NafjVVXV/hEqWL2CieILZyMzNbjdbfuyW5JXpzzxXP8Aiy9u0/aTs9t1MPLv 7GGPEhGyNlj3IPRTvfI6HcfU07IV29TzT/hGNa/4SX/hHf7On/tfzfK+y4G7 djOc9NuPm3ZxjnOOa7eb4D+M49MF0g0+WYqrfY0uMSgnGVyQEyM8/Njg4J4z 3mmS2Uf7TusrdBDNLZqloWTcRL5MJODj5TsEnPHGR3weZ8L+F/iLb/GEXl4L pZln3X+ovn7PcQZXcqtjawK4CoBlTjhdnylg5meZaT4Y1vXNafR9O02eXUI9 /mQMAhj28NvLYC4PHOOSB1IFdnq/wN8YaVYNdxrZahsyWhspWaQKASSFZV3d MYGSSRgGvRvDtxZXfxN+I9voMlrBrEkCrZSmDAjlVCkzE7Tx5xQtwdxGcNXP fCPw34403x/eXOowXtpZfP8A2k13nF053bdpOfMbf828Hpn5vmwxYHNniNdZ 4N+HOu+OPtD6YkMNtb8Nc3TMsZfj5AQCS2DnpwMZxkZoa9YPe6pres6Rp8za CL+UR3MNsywRoX+Rc4AThlwpx1HFelPZ6nrf7OGj2mhRz3ksF+32y3tDvfZ5 kp2sg5PLRNtwezYwM0kipPQ888YeBdb8EXUMGrRwGOfd5E8EoZJdoUtgHDDG 4DkD2z1rpNI+BnjHVdPS7lWy07fgrDeysshUgEEqqtt64wcEEHIFS3tj4o0K x8EHxteofDy3kbrp1wweSGJWUt5kWNzAISAPm2g7TtztPQ/F3w3441Px/Z3O nQXt3ZfJ/ZrWmcWjjbu3EY8tt/zbyemPm+XCsm72PLbnwdrVh4qs/Dmo2n2L ULuWKOMTMCh8xgqtuXIK5PJGehHUEV2j/APxisVyyy6W7Q52Itw2Z/lB+TK4 HJK/MV5B7YJ6zx+3l+PvhlaX8sE2vRS25v5oo8eZmWMA52jKl1mIHbJ4Gajk nml/asiSSV3SFdkSsxIRfsRbA9BuZjgdyT3p2FzNnEf8KW8Y/wDCNf219lg3 eV5v9n7m+1bfTZtxuxztzntjd8teeYr3r4bzzXHx/wDGDzyvK4W7QM7FiFW4 jVRz2AAAHYACvBaTKi31EIzRQRml+n60FDcc9aKcfWkxxQAneilwB60lAgoo oo0EMx6GlA7U4CnBefWncEhoFPC5A9Keq04JjipbLUTUtvEmsWvhq68PQ3e3 SbuUTTW/lodzjaQdxG4fcXoe31p83iPV7rw3a+HZrvdpdrKZobfy0G1yWOdw G4/fbqe/0rL27RTsHjtUuRagaeq+I9X1ux06w1G786202LybRPLRfLTCjGVA J4ReuelbUvxQ8azaaLB/EN0IQqpuRUSXC4x+8AD545OcnnOcmuSLAdRSflSu x8q7HTJ8QvFEXiCXXotSjTVJYPs8k62sILpkHBGzBPyryRnAAzgVmaT4j1jR NP1Kx0+78m31KPybtPLRvMTDDGSCRw7dMdayvWjP4/jTTYrIbgZ7e9a1x4l1 a58N2vh2a83aTaymaGDy0G1zuOdwG4/fbqe/0rK96AAevWmFrmrq3iTV9bsN NstRu/OttNi8m0Ty0Xy0woxlQCeEXrnpR4g8S6v4qv477Wrv7VcJEIVfy0TC AkgYUAdWP51k8n1ooFZHXy/FLxtNposH8Q3QhCqm5FRJcLjH70APnjk5yec5 yaxtJ8SavodhqVjp135NtqUXk3aeWjeYmGGMsCRw7dMdayTxR1ouFkFdB4d8 ceJPClvPb6Lqj20MzB3jMaSLuAxkBwcHHUjGcDPQVz9FANX3N3VPGXiHW9Fg 0jVNVmvLOCXzkWfDPv8Am5Lkbz95hyT+gqDVvEur65YabY6jd+dbabF5Nonl ovlphRjKgE8IvXPSsnjtRQFka2reJdX1yw02x1G786202LybRPLRfLTCjGVA J4ReuelXrjx94muvEtr4hm1LdqtrEYYZ/IjG1CGGNoXafvt1Hf6VzdFArI3b Xxn4is/Ek3iGDVZl1Wfd5s5w28EY2lSNpXgYXGBgYAwMQWfiXV7DxK3iG2u9 mqtLJMZ/LQ/PJkOdpG3nce3esnPHWigdka1p4l1ew8St4htrvZqrSySmfy0O XkzvO0jbzuPbvxVC9vLjUb+5vrp/MubmVppXwBudiSTgcDknpUGR60Z96A0O vi+KXjaDTTYL4hujCVZNzqjy4bOf3pBfPPBzkcYxgVhabr+q6Trq63Z3jrqS s7/aZAJGLOCGJ3AgkhjyfWs3PvRQKyJ768uNRv7m+u5PMubmVppXwBudjknA 4HJPSunf4peN5Le1hPiG6C2ro8ZCoGJUYG9gMyD1DEg981yGR60ZFAWTNe88 Ta1feIH16bUZl1V8ZuoCIX4TZxsxj5RjitXV/iX4x1ywaxv9cna2fIdIkSHe CCCrFFBKkE5U8H0rlMjHWkzQFka9v4l1e18N3Xh6G726VdSiaaDy0O5wVIO4 jcPuL0Pb60lx4l1e68NWvh2a73aVaymaGDy0GxyWJO4Dcfvt1Pf6VlAjPWjI 9aA0NXVfEur65YabY6jeefbabF5NonlovlphRjKgE8IvXPSpda8Wa54g1e31 XUtQeW/tlVYZ41WJowrFlxsA5BJOetYm4Z7UbhzkigNDpNV8feJtcv8ATb7U dT86502XzrR/IiXy3ypzhVAPKL1z0qhd+JNXvvEi+Irm88zVVljmFx5aDDxg BDtA28bV7duayMilyMUArHWaR8Qda07x0niy5l+2Xj4W5U/uluI9oXaQgAHA UjggFQSDivW54b3xhYyP8O/HKWcWoMby40ieXZNbsWzIyuu6SMF8ZUfKSzEN hgD88ZG3qKMj1FNMlxTeh9F3/h3xE1gX+J/jayHh+KVZHtbVRH9rKhm2FgiN /CDtUMWwcYIBrz3QNJ8JeK/FN3fW2rQ+D9NsJYTaxSXP7+cbmJcSSSfI42j7 uQuV64y3muRjrS5HrRcFG3U774t+MbXxf4tjk02d5dMtIFihYlgrsfmdwjAF TkhTxzsBz0xk6F8RfFnhvTV07SdYeC0Vy6xNFHIFJ643qSBnnA4ySepNctke tLke1K7HZWsdDceOfEl4mmrd6o9y+mTi4tJbiNJJY3B3Z8xgWYZxwSRwOOBi peeJdXv/ABIviK5u/M1VZY5hP5aDDx42HaBt42r27VkZHqKMj1oCyRp6l4g1 XV9dbW7y8dtTZkf7TGBGwZAApG0AAgKOnpW7N8U/G8+mCwfxDciEIqbkVElw uMfvQA+eOTuyec5ya48kdc/hRu+lGoWRYsr67067S6sbqa1uY87JoJCjrkYO CORwSPxro9Y+JnjHXNPaxv8AXZmtnzvSJEh3gggqxRQWUgnKng+lcnmjI9qY WRrW/iXV7Xw1deHYbvbpV1KJprfy0O5wVIO4jcPuL0Pb60/w74t13wncTTaH qMlo86hJRtV1cA5GVYEZHODjIyfU1i5HrS5HtQFka2veJ9a8T3Yuda1Ge8kX 7gcgImQAdqDCrnaM4AzjJrW0j4meMtCsFsbDXZ1tkxsSWNJtgAACqXUkKABh RwPSuTyPWkyPWhCsjQGtal/bUWsyX002pRSpMtzO3mvvTG0ktnOMDrnpV3/h M9f/AOEs/wCEo+3/APE5/wCfnyY/7nl/d27fu8dP1rBz37UuQO4pgbumeM9f 0bXrzXLC/wDJ1K83/aJvJjbfvYO3ylSoywB4ArB/Kg49fyo7daQgoo7ZyKMj 1pjCik4z1pc0ABOKbSmk/GkIKKPxFFMCZUOakRPapAuQP51KsbA5x+XNYuZ0 RpkO3Jx2HSggg84xU4BBzj601x82anmLcSB2K1EZpB6EU+UAYxTBzW8Umc02 0xhnbBHFJ5zZ5IpJjsUEDrUHmH0q+VGPtGWTKx70B2I4NVxN6ipDdk/8s1H0 p8qFzslJb1oy3XPFRfa2/uCk+1tnIUUWQc7J+R0o5qBrt25wAaBeSKcjH5U7 IXMyfBowfWoWu5C2cAU37XJRZBzMsY9TRg9jVf7VJSG6kosg5mWcH1pNp65q AXcgPWlF5KM80WQczJ8HPWkz71CLuXP3utJ9qk7E/nRZBzMnxxSYPrUAuZPW kM7k5zRYOZljB9aQg8dag+0SetL9of60WFzMn2tSbWPPOKg89/WlFzIB1osh 3ZLtY9qNp9DUX2l/WkM7n0oshczJSCD3pOeah81z3ppc0WHdk2T60bj61BuN G6iwXZMSexpNx9aiyaN1ILkuT60Fj61Fk0bs0Bdku4jvRuPrURPFGaAuShj6 0bj61FuozRYLsl3H1pNx9aj3ZozzQF2SZ96Nx9ajzmjdzzQFyXefWk3e9Rdq AaLBdk24+tJu96izRmgLkufel3e9Q5oye9AXZKGOetG73qLNJk0WC5Nuo3H1 qLdRuoC5Lu96N1R7qTd6UBdku6jd71Fu9qXdQF2Sbj60bjUe6k3UWDmZLu4o 3Got3tRuoDmZLvNFR7qKAuzdQYxUwJGAV5PeokIHPWpQxAPXFcUtz1obARyc r09KhbBGBU28MOCc1CxGKUbilsVpvvYxUfpjNPlOWFMHWuqBw1NyG64AFVas 3Z5WoB0FbHOIBSYp1FIBMUYpwFGKAG4oxTsUYFADcGjFOxRimA3aaMU7FGKA G4oxTwvPr9KUA98UAR4o20/HPHWlx0HegRHijFPx6UdqQxmKMU4jH/16XBFM BmKMU8qfSl20rAR4oAxUm33oK4JB4I65pgR45xRinbeaTBpWAbRTu2DSYoAS ilxx70EUgEoxS49KSgBMUtFFO4BikxS0UAIODR3paKAEAxRil7UUgExQeuKW igBMUYpfxooAQCjGaWjHNMBMUUtFIBOtAGaWjvQA3vijtTu9FMBD1pMc06kx zSASjHFOoAxTAaBminUY4oAbRSgUUXA3o8Z5/KplPP1qAYxUwI68/SuGR68X oKSdxwB+FQsAQSTUhyeR+VRMMiiIpbFWT71IOTSvjcaE611Q2OGe5WvDiTHt UHarF+MXAA6YFVxzxWrOc2fDfhq88Ual9hsZraOXbvzO5UYyBxgE96t+J/Be q+FZIFvRHLHMD5c8BJRiOoGQDn6iuh+DkDS+MmZYy4jtz2PPzLxXsctul1cw lbcNNFbs8cAG5kbOCR+B9K2hBONzKdTldj5gjs7iaYQxQSvKeiKhJ/Ktrw94 P1PxDrX9mRwywOozKzxHMYxxkccnsMivoRbVBJNd2FtEmsjTcloVVZC3PBI9 z3qpZ3n2bx5poMscNze2Z+1jcB58qhAMjpuGW59+tP2PcXtl0R86arpNzo+p T2F1GyTQkBgRjqMg/liuk8CeB4vFlzdtdXptbW1VTIygFjuDY9gBjk074lWt 7b+MZ2vpoppJEVlkj/iXkcnAyRgjJ9hyBXZ/B7zIvDXiBwYMsMRgsu4kIc8d ccgenXHep5Fz2G52hc881bwZqllrd3Y6faXOpQQsoS5tYWkRwwDDDAYPB/Q1 VtPCeu3s8kNvpN08kZw+U2hT6FjgZ56ZzXqXwxmuU0HxFe/aoTdeSTBC0m90 ZQ2F2nJHOAAe1b/hbxKni7Q7i4S4hstXE6PKmfmIG0MwAHfp0qnSXQn2tt0e M2fgLxRfpM1toly4hk8qTO0FWzjoSOOevT3rJ1PSb7Rr+Sx1G2e3uYzhkcfq D0I9xxX1TpuvaULjVCl1ErmcecgByCV/iwOprxX4zXFte+K7a4tyjBrZSXUD 5qTpWTCNZSdh3gX4X2viLSF1HU7uWBLklLXyyMcEjLcHkkEAV0/g3wN4QNjd Q6nZ/atT08st2rs+AyAbtoyOOuD3qfwZ4w0vR/h7pCSXioIbopcx4yQGLYwM 88kU7QNZ0geLPF7y6lGj3BkSMErsI5wd27ryeO2M1UYK2xEqkrvUIfhX4b1d r27tTLFbakFNg6L8tuQvI6HGT1z0xWj4N8G6L/wg0cGteH9L+1ieSC4uPJVp Opw4Z8nPTp68Cq2lePdN0fR/D9mbxcW9zJbXaqykHlgG68rxnPuKq+J/Fdk3 gbU4dK1pIb9LwzIUcKWHHCkdciqcEJVJbFDwZ4e0NNI8ZWN1plneLp9y4gu5 IEeXZg8BmBx04IA5JPpjxVwu8lMlM5UN1x2zXqvw48Q6bb6D4jttUvhBNe8h 5Tgcqec9+c5rytlCOVyCAcZHQ+9ZTta6NoNttM9uttG8K+FvBWlTazpsN1Df sBJcPBG0ysyk8ORkAFeBW5ofhHw1rnhC1iOkWIku/NgW7gt0V8DOxwcZzwD+ Ncx4f8Z+Gtb8K2GneJ1iNzprEos67opBtKglQOT8x4PfmtjQfiR4Z0vwfHFA TDcWpkaGFmJbvgdMcjgdcVaWmhk5PueYXPw38RLe3UdrZLNBFNIiStdQqXVW IzhmB7ele2fD7R9N1LwHpNzPptnIx8xJ0EYy3LdgOoOK8NuvHOtG9u3s7+a3 t555JViBB2bmJxkj3r1Dw18VvD2leGtKh8iSCaGdjNCGZuG3ZYkDnqDipSX2 Rzc9LnV2OlaZYjRNMt7WFrTUreVJMAAMAg+bGMEkGtW18OeH0TRPPiiin055 UsztVSQGxxx2wOlcDYfFPw1LHA91E0c+mzSLaOpbDRngHaMDkYGDnGKxte+K dhejQrm3ikE9jfSyzRFiA0bE45x7g4qnEzTn0OR+LNnDZ/EnVo4ECoTG+AOp Makn86q+EdK0HU9J1oapvju44A9rOX2pGQCcH1JwBzSfEXXbPxJ4zvNVsN32 eZYwNwwchAD/ACqPwt4u/wCEes9Usp7Nbuz1GLZNESBkgNtOcE8E54rN25tT qu+VM5XB6nFJS84pKye5YUUUUgCk70tFAB7Uh6UtFACY9KPrS0hHNAB7dqOl GKO9ACUUv1oHSgAFIaXBoPSgBKOKU9KMUAJRSmkoAKKKKACiiigAooooAKKK KACiiigAooooAKKKKANoHOKkLY4yetRKcAdPxqQbcA9e1cjR6cWGeM5xTTnH XIpzct7DpUbH5s57UJA2V2+8aVPvUhOWJp0f3hXTA4plS8bdcMTUS0+4OZ3P vUYNaGBpaTrOoaJcNcadcmCUjbkKGGPoQRXQ6bqfjHxLrK3enGa5vrdMboo0 VUUnvkBeeetceK9K+GVrqbRXc73UsOhgfON5wz/7IzwenzYPpWkJPa5Mordq 5zWo6x4ksdeM+oTSwalCvl5KrkDnpjjGc81a0rRPEvjS+kvrfE0sRUtPNKkQ z0GCxGenbOKteOL+/wDFnisi306d5oY/LRUhcyOisTuIxnGDnnpzXe/D2NbT 4fyveiRIzcKoMJKSK3mFcZ5zzxgYqtW7XItFR5rHEHwD4u13VLn7YirPEwje W7lxuOAQBxk8MOgqKP4f+K7S1vZ4YGQW9wLaVEYhmOQAcY+783fB9q961d1U XTzq0oe6hUeXkODtXnj9afe67J4estQuxGs4+1RxlScZDMF/TdT5Hvcn2qta x4vD8HvFDPKqahpaSLtDKZJhncMgcR4/OuJ1XSr7QdVn0+/QR3UDbXUHI+oP cV9Wu0jXt5M1qzK6whvlOFGOSD6j17V88/FZt3j68/e+YFVQG9sd6HGyKjPm drDfDnw21rxTpL6rYX1iIwxXy3Zt5b0PGMntzVLRPBd5rGr6lpk11FaXdij7 45ASXdTjA9Of51678JrSe18B+fNG0SPcpKC4xlA+cj8qd4VkN34z8bvGUlsp dwVWcbTIBg4Unr6nFCjdXFz2ex4LZ6Rqd9C0tnpt7cRLnLw2zuBj3ANdi/w9 jn+H1v4g0yW8u72SRY5bURZOSBkIFyW5PtwD6V6P8NlmfwFZQE20Ee6RkuUK sqtuPySRnBJ68j2rb8LiK38KXVrdy2tvPNeyhNrqyox6AgHgZ7E5pcgOrY+d 4PCviC7t3uYdE1B7eMsrS/ZnCKVOGG4jHBBB9xXQ6b8OL+/8B3fiDy51mjJa GJhsDxADLYIye+OQK9w02+e203Tktks5ZYnmjupgoDRsGI4XrgkHv0xya5rw xfJq/g3XNHt7yHT7tLl2SJMSeUvyngAgEE+h7+1CpsParojzSy+G+o3XgO+8 QPFNDLDtkgiZ1USRHadxz7E45HSsSz8DeI9Q0b+1rbTC9mULq/nxqWUdSELB j07Dn8q9W8Cyy33gXxF4eXVvI1GG7ZUcDcQMjkDdyDtPQ11Hh/VFfwbpf9n3 duJrdGiueNxZlJGDjtweSfzodMPa23Pl9sgkHII7EUm6r2tSCXWb2QJGgadz tiPyjnt7VnnpWLVnY2WopPNG7mm0maBj8+vXrQTzTM0ZoAcSD9aYTmjOaQ0m AZpKD1opAFFFFABRRRQAUUUUAFFFFABRSYpaACko6UtACdaD1petJ0oAPrQe aB1ozQAlFFGOaACjGaKKACiiigAooooAMYooooAKKOtFABRRRQAUUUUAa69e Bg08E4PP4YqME5NPBwMDrXNI9GI89AcYI/Woyepx1pdxyAeAKa3cZ4oQSdyu cg1JHwaj7mpYhkmuiJxzM+bmd/rTaJOZG+tKBzVmIortfCXxBvPC9hPYCCK6 tpju8twowfXO0k1heG/D134l1UWVqowq75nLY2JkAn9ele1eHPC2lyeGNd0N 3jktVmRI5XXLKxwcMQBk5Poe1XBS3RM+W3vHmd14/v5vFcevwQR286xiJ0GC JF3EkE475/SnaR8Rdb0e61B7aQLFeyGV4hwqkknj0+8a6bRfhRZ/ZZz4ivbi 3uPtps4VtGBXd0G4lT1PcDpV2z+EekWyyLrN/e7nuzb27WsqgAZIXdmMnoB0 AquaZPLTta5ylp8RvFKTXctvcyGKQb5IkTKqBgbjx7AZrMvPG+u31pcWs14x hnkWRlwPlKkEbTjjoOles+FPC2i6Do3iGyvhLPc2yslzLhSCpVWGz5emCvB7 59q8KukhS5dbaTzINxETHgsueOPpim5TSFGnTb0R00XxJ8UxIVGpsQVC4aNG 4H1Fc3fXt1qV3Jd3UjSSynLMRjJ/CvSNN8MeD9J8EaZ4g8Srcyx30nlloXfM Tc9FDDsPfp0rpfDXw58IT6dp8lxaTXyahO6RXBmkVgu0svAKjGF7qTk0Pna1 Bezi7o8g0/xPrOl2UlnZ30sNvJncoA59e1a/hnTPGE1ve6voaXEcSxs0sqHB lA5O3PLH6V6d4c+HXhm608Jd6WrzpczWjzCaQlgDhXALY3dM8Y9AKuXM8Xg7 4a3B06Z0ks76WFN/zb8FhsbAHynHNC5tmxN01srnknhq18WX2m6jd6LezxwW 215wkhBYk9gByeawhrmprCI47+dYvM83arnAbOd316V6h8KobW48N+ILh7eO K5jHyzxoPMAOOMkHjnpXXeHfCGgReF9KZ9Is5pZrD7U0slujvv2A5LEEnqT9 eab5ujC8L6o8GttS1xluJ7a4vXUHfPJGWIBOeWI6fU1nw3tzbSNJDNJHIwwW ViCR6Zr0vw5Fqg0vxo+n2NnNpQLiWGXAb7zY24HbB4JFeV+2eKmTa6lpR7Fi K6uIXZo5nRm6lWwTXoGj/C3xPqmhQalY6hZ/Z7uNpI0SZwWx2PygZ6jrWbpd r4Bl0uNr+51BL0qBIrMSobHJG1OmTx1PFeqWGvR+DfhDo+oNBLLGspWEqmGw S+1vmIIBAHvzTUZEylHoj53uYpILiWGZSskbFXB4IIODUNXNUvm1LVLq9kVV e4laRgvQEnNUz71k9zVDTRRSfyqRi0UnejvxQAd6SiikAUUUUAFFFHagAooo oAKKKKACiiigAooooAO1FFFABQaPrRigBMc5o60tJyKADFHSjPFJ15oAKKXt SGgAoo60ZoAKKX60lABRRRQAUUUUAFFFFABRR+NFAGopOO1OyOx5qNTThjPN YNHcnoP3dqYx+XHegnANNJ4oQNjalhO0kn0qLnPvUqAlWx2U1vFHNMzGOZCf elHWm/xU8DNUYnc6N4zttC8HPZafaomoyuRLJk5PBw+cY4zgD8a3fh/450jR fD0+manHIC0okWRWY7uc9AP61N4U+G+i674V0/VH+2CV5gtzmUbdnOcYA2jj vk+9Y5+GGsXl9c/2VHDJao5EO+TDyADJIXknnI/CtXOUVsQoRk7X1Ottfinp k5uV1CxYFL03NtKpPJ4xlQP0NMT4q207yC70zzPLuTPbSBjkHnnHTv3z1rk7 b4da5JJp8ZhiRr5C8RcnjAzhsA4Pt1ruI/hzBe/D6OS309ItXtpHWcgtmUq5 B6jPb0FQ60n0Nfq8FuzD0r4m3NnrmpXctgs0F8BuUnBUhVXPT/Z/WsvTvFp0 6/1mX+zI5LbU8+bEWP8AtY559c9Pyrf0j4Y6lqFhHdo1qiuTtikZg5x7bcdv Wp7f4b3t1p9xdR+WPs5ZWiIbcSvXsBXM8VUb+E6VhaUftGNoPxKudE0KHSpt Pjuo7YnyH3BXTJPGcH17Ypmm/Fy9020azfT4ZEErSxBX2mPPYHB9T6da1LL4 U3us6ZHfQahaxrIG2xtGSSw7ZyMfXH4Gtb4ceAkigurvW7WymEqOscE1uDIm CPmDHkdDwOxzntXRTqTlujlq0acepxOnfFbV9Ogli8qN9119oVs4285YcDv6 1HqnxP1DVNCvNKuLSFormR3B3H93uzjH0z/jWXpFl4dudJ106hctBqUKFtPD SBUYjPGMjcSQAOtcv1PPWtXOa3MFThujrfC3j/VvC1jNZWuyW2k/5Zys2Bnr jB716L4W+ImgaZ4Q8hrp4pEtzEbaSR3+bYBlc5xnpjIArIsPg9Z3Go6LDLqN yYdQglkZlZQVZfT5SAPzP51q2vwS0k6Ik11qtwt7LEWjJnRYw2OPl8vJGf8A aFClJaNBKMHrex5D/bd7aXuoS2FzLAl2zhwrY3KSeD+dZR6V7TYfCzwz/wAI 9Fc3t5ePcOZI5bmKRTFA6sV+ZMDAyO7V41cwm3uZIGdHaNipaM5Vsdwe4qJc 3U0jy9CMt9a238X6u/h5dDedWsVzhGQE8579e9YR7Un86lSa2KcU9wJ5zSE0 vU4ptIYUn0paQdKkBO1H4mnYxSEUAJRRjilNACUY4oxzS98UAJRRRQAUUUUA FFFFABRRRQAUUUUAFFFFABRRRQAUUUUAJijHNLRQAdKKKKAEPUUY5paKAExS Yp1FADaKXrRigBKKO9FABRRRQAUUUUAaP0/WlpoOBilFZHZcXnIpD92l6Uh6 UAIM1NGcRyE/3TUINOc4gf6Vqjnm0Z3enr1/GmDrThnIqjI+jPA+o2enfD/S LWa4iMd44ikADHlgeAcfe/wq7perwt4b0+1sNajt4bRpFnUpl+CcYzx6HOTX zha29zdSGK2hlnfaTsiUscdzgdqWOTByTkVs6q7GSpSbu2fTPh2/sPEA066t r9HfTy5uE8thlto+bJxx1/yKu6Z4h0mCAiW82zW13M7x7euXbHP0NeHxfEjX V0hdMNyrQqgjUtuLKMY4OeKzIdYbO4sSxOSSeprCrVsvdVzpo0ru0nY+i9O8 R6Mba3mM7JJAX/dleuSe4+tKnjPRxB+8leLO9HXaSSD0I4P+fWvB4Nd4yWxk f3qS41oMhG+uFV6l/hO50YW3O98QeIdMj8EW9hZXrLf21x5wLKfmI3HjjHcY qzo3xT0GLR7JdQMkd5DGYZFwSCDn5hgHv7147e3xlY/NgfzrIlk3H6V20qsr ao4a1KPRnT6Z4qh0rRdf0R4ftNrqOdki5UhhuCsfbkHFcnk7ueTmmk5FJnpW jncyUbH054O1LzNK0y91yxW3ubCKRY5kmDhgx54RsD8c1xM3xR0G5hT+0LB5 ruyEsNtKgJBjPAOMgAkD0yK8kXVL5Lb7Mt7cCD/nmJDt/KqhPNaOquiMVR11 PY9E+Lumada7n0+SO8EZizEMq0YJ2ggnGQMc4yea8fuHWW4kkSMRqzEhASdu e3NMzTTxUSnzdDSEFHqJTc049KTioNBOlFFHWkAUUuKMUwEopcYo75pAJR3o xS4oATFHtS4o7UANxzRilooAbRinUUAN70U6ikAgFGOaWjFMBMYpfrRg0oFF gGkUYFOx7daOfSiwDSPSkp2DQRRYBtFLijFFgEopeaMcUWASjtS9qMUAJRS4 oxQAlFLijFFgE70UuKMUAIelIBS0UANxRTqbSAKKKKdgNAHNGcUg6E0uQelY nVcDSt0oprUDYoHNLLgQN9KaKWf/AI9zmtonPMoDrUkMbzSrGgy7EKq+pPao h1qxbSLFcxSMDhHDHacHr2NNbmZ6tZ2On/D3wol/eRpPrN5HhVxkxhlyF5z0 7kV5SScnp+AxXoV3rPhTULC2u9Q8P6pN5cawrcM7hNwHQHfgn9a8/kCmVjHn Znjd6VpUVtFsRFu92ODHrTllI70r2VzHax3UkEiwSEqkhHDEdQPzqID2rJo1 uyyLhgepA+tKbhiOSfzrXi8E+IZ9DbWU01zYKpbfuXdgHBOzO4DryRip4PAP iKfw8+trZYs1QScuN5Tg7tvUDnvilyLsVzSOdaQn1qJjmuutvhx4iuvDh1yK CP7N5RmEZY+aUGecY4HHciprT4X+Ir7w8NYgW2KsnmLaszCYr6427cc55aqU SHI4qk49K7i3+FniO60E6vELRR5JmFo7sJ2QDPC7ducds5qSx+Enia/0lL+L 7Em+LzVtZJWE5XGfu7cZ9s5p8rJuu5wYBpDXoGmfCLxJqdglyHs4JJFLJaSs RMQPUYxnjpk1naB4BvvEOk6vfRXUUL6YG823dTvJUZI9vT8KOVhzLuchnHam 9akdCpIbqP50zFIYlIBWnBoGs3FjJfQ6Rfy2aDLXCWztGB67gMY/GnL4b1uS 1+0poupNb+X53mi0k2BP72cY2+/SgZl4FAHpWvF4Y12eNZItF1Bomj80SfZn ClP72SMY96n07wb4i1Wx+3WOi3k9pzidY8IcdcE4oAwcGl2mvWfD3wmsrjQ7 S91++uLS4vJhFAkEihVJ4AbKHJz1wcVft/gxY6baPL4k1G5jJnEaNaMCuOxI KEnr2xVcjM3UR4xto28V7bY/Bqw083kniC6nMf2zybY253AxnGGYbc5557DF Tx/B/S9Im1K51Z5rqwjlX7L5BYsUIz8wXBJ5xxRysOdHhm00m3Fe/R/BzR9G utSvNUiubzT0YC2jjdi20hTkhAGJzvHBxjFSRfCLw9p95qOpXdtNfaUI0mtY ElkLANu4IXDH+HHP50crHzxR8+7aTbx0r6Dg+EOgxaze6rJZyXOhS2qS2loJ ZN6NjLA7SGPTgbu/OaZF8ItBfXhqi20j6BJaCVbOSWQMkp4wSG3YHpu69+1H Ixe1ifP22kIr034meCNN0O30/WdDhlt9PvQVe2lcs0LrjjJJPc9z0rzUgHmp asWndXQzFGPatzwv4V1Hxbqw07TTCsuwuzzMQqgeuATz04BrtdJ+EmoWnjPS dO11IbixuwZC9vKygheoO9VbPToO9NRbE5JHl+PajFelfEfwv4d8N61YJpMZ CNNJHd2zyFthQrjvkAgk9fyp/wAS/Bmm6Z420rTNDSKyhv7NJMzs2xXLsMnA JGQB0FPkYudHme3kUuwj2r1Lw78JLyPxVp1rrklpPZzs+5bZnP3VLYbcowDi vRLn4XeGdVngWHRzZvaXSiUKAiTxnPBwPmGR7H3o5NNROoj5q2HHQ/lSmMgc jFfTtx8MPDestGTpCWkltPtIjURLLHg9lHPP0PHp1j1fwl4fEaavPpMcL6VM rYEapHJGzAZKqMNjkjPT3FPkF7VHzLs4oKEds19Ma54L0HXotCvnskSQ36x5 jCorxkMwBCjHYe/XmtDUfAOh+J7m3ubiwWGezl5EeIlkQg4yFHPP48Ucge1R 8r7O3600qR1HHrX1ZqHgPTPEOpWeoXVoIrmwuRsMeEWSPORkAc81W8R6RpsU sHiOay/f6TcCNioPzRuwQEAYyc7f1o5AVVM+WscZwRSYr2v40WOnvo+mak6h NZL+U6ggDysORwOOCBzXi1TKNnZmiaauhtBGBmut8AeD/wDhMvEP9nvK8cCR +bIY8b8bgOM8d+9ddqvw3j8I+K9FnW4lbTLiTZulZDKsu1jj5flxx65pxg3Y lzSv5Hko9e1LivbPEfgPT9b+LOo6fK93CZLZJ4hG6guxVixJIP8Ad4rNufhP aWHiuzsrl9Rk0u8tjJC8LJ5quCoIY7duPm9M/SnyMOeJ5LtA5OAPU0u0YySA PU19D+EfAWneHfEd/Lb/AGzfBarJC9y67xkkHlQB29K6iPwdY293ca9BCqX0 1oA53nBkyc/hk9etP2fdk+1Wp8ohAR1z7igRkjIBP0r6ti8I2tjJf67bxhL2 8hj35kbG8DafoM+lObwvYWP2vVrCEJPebGIYkc4C4Pp90dKfs13F7U+URBIw 4jY+uBnFJ5TEEhWIHUgcCvq680O0sbCddNTbc3UgudjFjnzODnHuDXPL4Vd/ DWooYcaje3jwTBSzYJ3AE9+hHX8aPZoaqo+byPWjypDGZBG5jBwX2nbn616z 4c+D51bTr0Xc0sN/BO8IEcq7WKgdFK5I69xW7Y2NjY/A57meNirxyRSkA8M3 C8f7xApez7j9orpI8GxSYx9KcwwcUlZs0G0UdKKQF/NIKKAc1idQ6kbmlpDx QgFHUUXPFt+NKvWkvD/owHfdW0TnmZ461Ip5FMAqRCAwJGRnmmiD1zUbCGL4 QaK6TTPFPcR+ZHJtLDIO7YwAx7ZDY9609R+Efh+3sb37NdX/AJ8UKTRtJKpA BOCMY/x61yOo+PtOvPBWnaEmlyRyWbI4cSEqWUY7k8GtO++L0l3DcxLpzATw LEcyjjB69K6WodTBymm7I3fHY0qL4aaLBHZyhpYU+znfkxkIMZ45H1/SqWme HbU+GLeR/ClgxkgVjdfbN7t0JIHIz19uK51/ibdT+DG0C4tPMPleQs+4DC4x 93HP51xi3lyqBBcS+WvRd5AFJuCY06mtj6qigsovEiwLdzB1swHsjjyGjP8A H065GOvrThBaL4itVSeeMR2m4wAEQujZAJ7Z4714d/wtjVToY094Va9ClBd5 AYL2GNvOPrUSfFTWV0H+ypGWSZU8tLhiN6gDGMY579fWn7vchxn2PeUW1j8R QhHkjZbQkKvETISuc9s8D8zQkljF4tswDIkq2O9SpPlFCSDkdM579a8Ch+KG troI0hpzIEQokhYblBzz05696jt/iRr8Oif2Yt4zJH91jglB+VF4dyeSfY+g rhbEa7p8zQuCkJeKZD+7AIIYEYx6U+U2zazYSJBII1iEsdxGcR4BwVPGO496 +erTxz4oi8OPYRzzyWSqV80rkRg8dcf1qW08V+MrXw80EYvDpwUkTG3LKgI5 O4jAHPXNHu9w5J9j37zbV9Z064W0ZoBG7R3qLlEPKkZxx+YzzUd5axWmh6vB Zwr5Nzp8tyJFUDezBs9Opxg59xXgOneIPGVj4ZItIr46QhOJ/speNOefn2kD n3p0WvePbTQ45Fg1QadGmUuWsiYwmP8AnoVxtx70rx7j9nM4eZCJXByCGOfz pgHIzzU00jTzvM5y7sWY+pPJqL3FYdTp6H1Pp9yLPwpoSadpFnd20tkDK7SK gXCLwF6nOT0H1rIk8RS+EvhppeotpcVx/pDxzQSOGZIiznqM8gAV4TY+K9d0 6xNnaalPHbYxsGCB29Kt3tx4ttPDdsl79ui0ickQiTAVicn688mtuaNjD2c2 9T2qz8TTeF/hVb64LWNwl0SYGlDbY3Y4GRnpuUVwPhfxb4ft7W+N1cXdiZbl pkgSRmQAnPGAAB7e9cCNc1Q6V/ZX26b7D/zwB+X1rPHPBx+dLnXQapvqfUHh 3xBb6t4XsRpRt7xY7lorhZvlZIyWPmYPfpwPWtm48QWmrpJHp8ltcPBcBZ4X 5+Ur1H0JFfP3grwr4r1i1uLvQrgWsK5VnkkZBIfRcA7unap/CHg3xVrhvJ9M vF08xMUke6aSMufQYUk07xIdOXc94m16z1kXFpp9xbPcW1wFnikOcoeG49Rz /k1C/iG01OW80zTriAX1i8RkikyQy4+YYHoM/pXhvhvwV4n1e+1H7DcpZXFt K0cz3DyR73zyBhCSfqBS6T4F8WajrmpW0Vwlpd2bbZp7l5UWQn+6wQk5x3A6 ineIOD7nvE/iKyv7yfRbO8hi1G3VJdkoYqVyMg4x2NJL4ksJrh9Et7+G31FY Y2j3AlTgkkYHsvrnmvCbPwD4tuddurUMlvdW6gyXM7SIjZAwAwQk8EdhRF8O /F767LasiwzxIJGuZXkCFTkAq2wk/dPb0pXiLka6nun/AAlOnC+Ohfb4oL42 7GNyDgPxt4/4FnGe1Q3PirS01KHw/NqMcFzPAxWZMjBzkEDt0PGa8RHw28VP r7WknlpMI/ON27v5TAYwA23JPtjtT2+GXiY+I4NPkkUtJB54vMv5YUHGNxA5 9qfu9h8r7nVfGfW7R/D9jpZmjluy7Sny1wMZGT1OPzrw2uw8Z+DNW8LyWz38 n2mK5QmOdASoIxkE9AeRXIHrxWU7X0N4K0bHonwY1yz0XxqPtsqxRTwtGJGP Ct1H54r1PUdahj8R+Gxc6tA7JduWAUc/IRx8x2g57k181IHyNoOc8EetWpIb xJo1kjnErEBAynJPt71UZJLUiVO7vc6n4kyRy/E/VJlnDQSSoyyrg/KVX0Pb muv+K97brqvhzxDYXEM/2aFISgcEg5ZskA5/THNeVSaZqXnxpJY3fmykiNWi bc59uOfwpq2F/OrstpcyLEdshETEIemCex5H50cxTjdnp+n/ABahl8QaXcz2 DxR28pJY3BYKGXaeNvoa9EvvHmk+H4PtK30d1FcXKmJQ+SFYljwORjJHIHQV 87zeHNds4vOudE1GCIsF3y2sirknAGSO5NWk8L68byztrjSr+1+1SrFE1zbP GrEnsSBn14qlK+6M3SXRn0Bf+PNK8PWE97FepexzXAMSh/mCt8xGOSMfN2qt rXibw+dGu7O51JZrTUpERSsvzqrMCenI25P5V55qnwd1KysHuLXV4r24jKCW 1MXlGMMeoO4n9BSap8H7/T7C6uYdbhu5bRVaa3aLyygY9fvHj7x5A6VV12JU ezO0vvE+j+G/D2mwRak16lrqEcsJeXe5jGeOBkYU45rU1D4gaL4c02Sawu0u lklXykMmWwTlu3AGT1ryvXPhffaLZ6JO1/FcPqsywqgTAjZhkYPcVq6j8Gbm 3s5XsdXW5u7dk863kUKQG74HI/HrRo+gctup3998RtG0S1FxHfC8FzcrIqGT JVC2SAAOABng0k/j3w/B5cb3kdzb31yJPnfJQEl+RjgAnp9K4DWPhBJY6VcX VpqqyzWgDXEUgAAU9W4GVAweuelZmv8Awxm0mHw95F+k0ur/ACkY+VWwDwQM kYP6UaX2HyLubHxZuPD2qaKb60uo5dSW6VVAl3HysHgcDAzzj1rxs1634s+E a6VoNzfadeNLNYgNcQyYJ27ckgAcfy968mI5rKpubQ+E7f4VeJ7bwt4sFzdl VgnjMDs2cLll54+ldX468RaRc2OlwQaobryL3zWCvlgu1xncAB3AxivIba2n u7iOC3iaWWRgqogySScCta88L65puyS702eNWfywwww3HoPlJ5qoSemhLgrt 3Pbv7b0zWvjP4f1HS7mOcNbPDcbX4TCtt6gd2Pr0rM+J/jW20zUdOtbAxTXe nXMvmxkkjBPQ4x7ce1ZGt+D5/Ch8M6p4cieDULrepjkk3kOFz0YY9eK4y/0j xDr15Nql7AfOkuxbSPIFi/edORx6cmqem3QiMU9XszsfDPxURfEaTalZW1ta SQNDKYt2MHkEjnOD/M11c3xQ0m3vrXSRdiaylt3hluwzZQtwCeOT3zXnOifD PU7jxFYWN81ukVwWOYpRIcKMkfKeO1dndfCPTrnWbK401fK0wSNHc2++Rjle fvE5GRx1pp3WpLjG7szUf4oaMl0mjNciSxaAxveZbhuCD05PXmo5PiZpD6q2 ltdJ9gNsqrdKWwJA2QcY6+9VJvhBp9xrFpc2abNNfeJbbfIxBXj72dwyQT1p i/CXT7nV4b6GPbpLQsXtt8pIcE/xlsjgZ60BaPctXHj7w9f6qVmvUiW2hiWG 4ww3FWYnoM+n1zTW+I+h3+tX4nu0hhjuoLm3k+cByi4I4Hr61XPwl0w6lHfI mdMMBdrYPJlWGc5fdu9OM9veqyfCfTW8VWWWI0u+jLxQfOdhUoGBbO7nd68U wai76mtYfFjQ4b7UJGmVFF608Z+bEilAuBgeuTz6Vyl94r0KT4da/oEV4haW 5aa2Gx/m+cMMcYHNO0T4dWD634gW/i8+202doFi3OOcrg5Ugn71bUPwf0u0u 7+5ul+0WH7p4Ey42K3GNwOTRqUrJ+jPBnGGNR9q63x94U/4RPxE9rGd1tOgn t+Dwh6DJ649a5M9a5ZKz1OkaaKCaKQF38KKKKysdIDORijrQOKKAY9euabeD 9yv1py9R6Ul+R5EX1NaxRhMoDNW7CxuNSvobK0j8yeZgiLkDJ+p4FVVrq/h3 e2uneOdMu7yZYYEl+Z26LkEDP4mqguZ2IbtqSan8O/EGj6cl9eQwi3aRY2ZJ Q20n1PT8qs6p8NNe0eCyuLl7N7a7k8pJ45W2hvcFQR+ANep634ntY72GW98R WNzYyXqstvGM7Y89Scknj2FJ411rw/rfhv8Ass+JbMEXKkyR/MduQc4zn29u uK39hY5/rF+h5lL8LfEdquoPcmzgjsj8zyTHEv8AuYU/+PYqS3+G955drcy6 xpcttOU+W2lcyYJHTcoGR/Su98T+K/D+r+FrrTbbV1hu9ORWt2Dbhcbf4ST1 5Hqc56GuM/4Wtqc1ta2s9rA8cJQk5b+Hvjpmj2UVuylVk9kerTeAdLubK40F 9It7azSDdFdQoqyGTr97qeD3FTy+C7CfS5PDz6bFFYGAIk8eBIHXnOe54Xkg 1hXvxM0K2jutasr8z3NzGqizbI2EAA9vYc1FP8TdEhtZ9ZtbovfzW6L9kYtg MM5xkY53ck+gquQydSR1g8KWsmmHw/NbRDR1tSiMG/eLLgYOOndjk85/GpU8 NI1unh6SC2fw/wDZ9uwsfMWQYI+XGMdeeua4lvibokdrNrcEzjVp7cRvaEsU BAwCPlxk8c00/FHRDbf28plTW/swgNt5jeW3PUDbjPXnPajkQueR3EuiiCOP Q0t7OTQ/sbJJGwy6tt4wOmPfrWIl81l4cujrVtbrY+UbS0hCjc68qrY6KSBx 0681hL8VNDls11WSMprEdv5RjBYhuvfbgZyfWk1Tx94L1i0Et9biS4NrsVHR mET4+8oxgMD/ABDmjlFdvc7600aOyvrTTLdLQ6UsBElsyZY5yQQewz+NSz28 MEr2kbKIxpTA2pUZYdM5/TFeZWnxW0trK31C8tANdghMAkQt8yk+wwOO9Of4 u6XNaLdyWIXVhZ/ZiwZjuGM+mAM0co7yPINXRI9YvUjXaizuAPT5jxVLkkAV PeTG5vJ7gjBlkZyM9MnNQcg5rne51LY+gdP+F/gyPw5YvqMeLi6tRL9oa5kV 1YqDwAdmAe201paZ4ZsPEfwm03Q76SRnR5ktpo34WVWkCt05H1FcJp/xdgTQ 7S2vtIhmvbODyIZuN20qAeSCRnHOCM0ugfF8aP4di046WheB3eF1bG3cWOOh 9a1UY2tcwbnc2PC/w68N6/pMVxJZPHeaXcyW2oxrK+y4ZQQTyT3IPBHTGKk8 L+G/CWs2uoXNto9lNbidhC06uXAx0xggc9OnvXN2vxgv7GxtUtbKKOWOZpJC MBZFO7jAHXJzk56Vxeua82o63d39kkllFcvvMKScBsYPTH8qLRQ1zs+iraHT 9N8K6VGJpbFReGOHyl+84ZtsZwPu8fpW74kWxjsibiea2R7hcywZyGxkAkcg EgV8+eEvife+GtPawnh+125bzEDyYKN6g4NXdL+MGrWF1eyXKLLDdEMIzJtC EAAYP4U7Le5DjLse8a99it9MlkuJGhSSdA0kIIIc4CnjnlsVDqzadDot1PqD SLDsh+0yxMVcAgLnI59OleF6b8XNWsNTvrmQLJBdscQu+0IO2DTLP4s6vY69 eamuxobvCm3L/KoHAwaEl0YnGXY981d7KPRLia9VtiwK07w8SBM8nI5/rTrw WcPhuWSQSPBHZIXdTiQxLznPXOMmvAY/inq8XiOTWY1VUki8nyN5K4+v15pG +JuvP4ji1KFCCkZj+zAkhhz+OeaLLuNRl2PfYGsk8ORiPzJYFsZWiySXMQxg Z69MUaMti2hWq2O8wvE32YS8NsPIGTyOPWvALj4h+IpvEVveRRGGWIbFtVyd wOMj15wKdeeMvFt/4htbi3sriC6tk3JbQo+SDkZIxnGD9KLLuHLLsd38R0sW +ETPZq6xCWOS3WVcMiM65AHbrXz6Rg12njfxB4i1hLZdY0+awiXcURomRZDx z8w5xiuKPWs52vob001HU734OW1vc/EazW4RWHlSbQwzzsP/ANevadWXTrnX dEW7sNlxHqRSCSZCSwAIPLEnGcYIr5j07ULnS76K8tJTFPGcq47cYrr7/wAf +JPEU9pbwoTMlws0aWsRLvIORwOTVQaa1InGTeh6b4xn1lL6DOjASW+rAadM Av71SSCGJOdpB9s/StXx3Y2+m+Er290/TIg08qSXflABouAC457BV4Geexrx zXfHXiadkstRWS0nglWR43iMUhYcjeDg/n161UuPH2u3F1qE8s6N9uj8qWMo Cm3AHA6DgVXNEXJI9e/trw9qB0uKO4jk3TwArKSSfmX/AGetaHiJryz8Rl7v Too9HttRtJYLmNgZGOMsSMnABJHIHQYr5rid4ZFkjYqyHcpHYiu21fxH40vf DyC/guV09lAM3kEblwRycdMUJp6idN7H0TK0NnfX95cw7I9g2zbwQ6nb2zng 57CqWvHGm+Id0OwS2UojlDgiQNGccZ4wc9cde/bwK/1LxhJ4TEN7BcrpQVB5 rJg7c5GT1AzUt1feNv8AhFPJuYLgaXsGXZBnZnv3AzRaIlGR6Zq0Oof8K88F Xl3GTLp19bzXR8xCY41RwT15wNvAyfau7mu4LbU7+edFjjWIETAg71IHYHPB B6gV4DcX/jv/AIRMCWGQaWbfbnapPlFSMkdQMd8VBdJ45/4Q/wDf29yNJKgk naX27u653Yz7fpT0Dleh7pq8kaafr5mMax3FjKYpVP30dDjPcHOfzrjdUW7j 8D+B9Uum3Nps6yXD71JC7SuRzz2rgdSsfH8Hhcx3ltONMSJS6+bGzKmOMqGL AfUcd6r31z45tPCMMl3FcJos0QiRvkYFCMAEAkqCOMkCjRAotnu+tXduLbXZ ZyogksHEcg/jUoB/PI59q+SD2+lddNN4uvPBT3B+0yeH4X2NKWG3OemCdx5P 0rkTycVlO3Q2p3UdTpvh9cRWvjnSZJyBEbiNST/vCvovXby1e48m6jjNrDdx ljsHy5GM5/4FXygjGNwykhlOQfQ1s3firWtQtFs7nUZpbdcEIW4yOlVCStZk yg3K6Pofxb5txa6fNFJbpPp+qhUJBKhWcAduTtNVPHd3GNAjn09rXfbXMc1+ siH7oGTtwOteDP4v12UBX1W4IAX+L+6cj8jzVX+3dTaS7f7dPvuwVnO//WA9 c1XNElQfU9usPiHoM/iXTHinQKkj7ttuy8FGGcn3IruotatNMjEd7JGvmXaw oUBIOeAenvXyZCHmlWOHLyMcKq8kmu21bw142W1tXvlnuIldVQJIXMRPTIwM fXmnpJaoThZ6M98GvWOkSQxXsqqZ7gxIQCQRggfpim2+uW2nW8FlqMqJcXEz RDywdpJU4689q8G1rwx4tjtLKS68+7TcFQIxYxE4wD/LPQYqXW/CPi2GS0a4 kmvCziNXQn92xzj/APX0oaQuV9z2uPWbe0S20u5lSO6vPORMZxu2jvj1rI1q 8El54UhEyQ3UF400oG7DICNwHfuOteW6x4N8UpqOnh5prxnYos6A4hPHXP8A +qp7/wAC+J4tXs/M1J5BJlVu8keWQRxgnJ9eOuKel7g4eZ6MJ0svHfiCwEqb tUUXdvgN1GwEE4x/Aa3Z/ENi8X9jiVRePbK6oVODtYn+leB+K/D/AIh8P3Nr dXF3cXSSDENwAyndzlQDz0BNYFqmrX+tW0KSXJvpnCIxJ389/wCtJyWiK5Op 23xqv7e81XR4oj+9t7MRyjGMHt/WvKzXR+MNA1Dw/rH2bUpJJZpIllEkgILA j3J6dK5w9axnudC2GnFFLRUDLY6UtITS1idIUUCimDHr171Hfn5Yx6ZqVai1 HA8r6GtI7HPMpjpUi5BGOtMHSu/+Eul2eoeLUmvY98doDMAeQCFY5x36d6qK bdkTddThy7t95icdyaXdu77vxr6G1m50TV9U0S+tdJmupLW7J3pEyARqfmYD hTgj/wDXXP8AxVuWn0e11Dyoru2eX/RdSiO3HqpQk56EZH/69eSfVmPtY20R 5xr/AIXuNAstPupry2uEvI948ls7DjOCfxrNsdMu9QuYYLaB3eVgq7UJHJx2 r1r4mMlvrPhK8lkNs4jjkkuETcVwQc47kda1IvEml3mr6VGviVr1hOh8uWDb j6YXr+NNUmw9qjktT+EF7Z6V9ostVhvbtHVZrUQlWQN3GCSR06gVPqHwgng0 uSSw1ZbvUYFQz2hTZt3HHGMkj73Jx06V7Al3FZ3t9NeWv2UBhGJicibO05/X GfalF6mn3GoXN9CtrBuDRT5J81W747dvzp+zRn7Znkk3wgUadNHZ6t5+s28Y kmtSQqgHngY3de5p8/wltFspbO01KWTxDFAs7wSOoj2kgHChN3frmvW5NTNj qN/eX9usFiIAYLoMCZQQCfl6jGO9FzqTWF7cXt5HCmmmIPFciTLHOBt24yPr S5EL2sjy+b4R6aumS2kGoznX0g83bIy+VnBONoUMAcEck/jU0fwl0eTThYfa 5x4gNoZ97vmItgcBQAQMkepr0a51FrW+l1O58r+yVthLFODljlSCABzxx19a autFbkakXhOjPZrPHKMbw2ORjrjHrT5A9tI4CD4S6M1pHpUkkx1yWNnF0Swj BHONoOBxx0PrisLx98O4NJ8NabrWjWEsUJgVrwbnkKkgfMdzHAH0Ar12PX99 1HqaTwvobQbwcfvBJ93HTp9aja9tn8NRXLXCNYvpLpIOTklR7emeaTgNVWfK TfXPvSc9O/pU97s+3T+Xjy/Mbbj0zxUK43DPTNZW1sdF9LncWnwn8SXvh+PW IvsoWSLzUtm8zz2GAeFCEd/Wuq+FngiO/wDD+r32sadbPBPbsLdpot0iMu4E gMpC/UHPFd7Z6s+oeG9GutM1WKG1t7LbOhjJcuEXABIwO+ev4VN4e17TLvwz YyJegK1tLBICp5kZhg9B/db8+1aqFkYOq3oeTeB/DVlf+Gdeubuzt7pYwyI2 N00ZDLjA28deoIPXtXP6D4GvvENh9ttdR01EB2tHLI/mKfcBcfTn8q7/AOGE dvaad4jtri+SOZpZIwgXPQr82c45xXJeFfiTeeFdIfShapNEJGK/Ntxnr060 3FdRqUuh6H4P8BaXpnhaK7vdFtdZuZpmWUyQhyiqSDt3DgcdueR61sx/DXQt CW9lttCtdSd5swxXSiQqNoOBkHA69BWP4R8a2XiHw+LSS8Om3Vrdmcqqbw8Z LErlvXd1rYHxC0fX5r2wS+ezlglR4pkTO7gAgZ47kc0cj3sZuTvZk8Hw70HR Df31rpUd688u+KGdA4iB52pxkD8zzT4PA2lafc6lrVpp0TS3ccTx20y/LESO QOCRk9ev6VSX4i6HrN3faTLdvB5LIYpkU8lDyP0/Wo/+FiaHqOoX2g3F1NBA sSLFcxjncuDkZB746g/SjlkHMzYTwppUGoXPiKysIkuprZQImG0Bs4444zgZ PWp4PDNkt2viFbOCDVRa7XRegkGQxDYzzuIzjOAK5yT4jaDNrUuhzTyfYHtd huF5IkznrjPf6U27+JGhx38OhvO82mzWzRXEy53KSCOuBk8enejkYczOni8O W15eW3iK8srePWIoJFkZSTllKgNuOMnC8Ejv9cz6ZZwm8t9b1OKC21YxtZSS o+Q6ffUbiAT0B5964+b4maJpV1ZaQs73dkyPHcSHJIDEck4GTyegqjqnjDwd LbWPh66drzSt++VmDEjAO0k45OcdqORgmc18Wf7fOmaZJrEds8Ts/lTQu7YP GQd3TPH6/j5MeDXrPxB8U6FL4NsfD2jS+csDHaRuO1QQRktya8mY85rOa1Oi nrE2PCmh/wDCSeJbLSTIYhcMVLjqAATx78V6/qnwt0/wpLY6zpN/Mz2l/CJo ppVlLIXVT0RcHnpzXkHhXWj4e8SWeqAZNuxJXGcggj+tep+KPHXhafS53055 JLqe6S42jzCd24Mc7sgDjouBVU0nqRNu9i98TvBNjfXreJbUgCJov7TgRsFU KgBhgELx1z65qn4u+EWk6X4c1O80+aX7XYRi5IaQt5kXcAdB35/2am1r4iaB qHh6/ttOR31HVreG3lQhx8wG0ZJ4GMkcYro/iV4osdD0eeCRGa61HTRbqFBO QSw69BjJp8thKTbSOUHgXw1Do1tfx6fJHMVikJluGfGSuQVJ2nuOnevVZNLt rq7vNNkW1ksWtfKNu0YYqSowfTGM180R+OfECaamnC9zbLGIwnlr90DGM4r0 m3+LumnQxdSxuuuLaNASqHDn+HnoO3507J7Calpc9Rm0W2ub02Uwgl06S2EL 2joDz94N06cYx0pLnT45706cxgayktfKlt2QHIKnB5Ht9K8tsvizp40+LUbi Bv7fht/swKocMmc/QDqelMg+LdpJo8dxcxsNZgtmhjKx5VsjjJo5X3J17Hqn 9m25u109zE1i1mIHtWVSGDD72MegI9Oal/s+3fWEsy0RtTbhJLNlUhgckHGM 9Vrymz+L1qukxz3kB/teCBoUdIshvT6cgVDpvxdtYtJglvoi2rW8bRo6IMMp Oevajldtx2fY63SL5NY8M+IIJ5PMmgspbdrfcCfkUjcBjOTn17dB3yPHurW2 l/DLQLTyQ9vqNisXUbkIVCH6dsnP1rGg+LWnJojZtSmom0a3bbGCHJXueuM1 zXi/xtYeIfBuiaZHFIl3YYydoC/dwf5U5dwgnc9g1DRtLk+EepaVpvl+T9lZ 1KqDhuv55r5cbrXo/gv4g2nh7wxqOkXsMsiXQcfIB0ZQO/415wQMms5pbo1p 3UbMsadElzqNtDIMpJKiNz2Jwa+hfFPgXwxb+Hrizis7WK7jtkmjeK2jR+Gx 98Dec89a+domaKRZU+8hDD6ivVb74sx6l4Z+xXdk8l15AiPI2HB4Pr+tOCVh T5uZWOw17wr4bh8Mte2+k2W1Io5gyWcashDAkMwXJyBjB49e9GueB/D1x4U1 CW1021guY9MGowuluiHOxjjKgHqOnTnpXJS/FaO98LSaLJaSLLcQC3kYEbfT djr3rr/GPir+w/hrpotQ8wurIWTE4GN0XcfRT0q2lbQiLldJlK50nR4NJhvI NNs4nRo381LCOPA3AH5woIHvXosCQPqmoQzAGJcOEf7qgcqw9B1Gfavk0ate iERfaH2Dovau/uPi7e3GgGzMJF80IiNwDxj1x69aOaL6icJXPcoorN7/AFNH lVwux2VmyI+6kf3cg9utOVYPt19DMQY45Fkw/RG+XGPTgj868GufitezeH1s kiKXhjWN7ncCCBxnHY4pNQ+K2pX2jC2CeXdsR5k+eGA9sccYo07hyy7HvNh5 DXWoeYAwjugVDn7pLEcZ7EYrA8QiYaNqBgLfaLa5WSNeC27LfKM+ox+deRal 8VtRvdKW2jjENwdvmTBgdxUjnB6ZxTL34sahexQLHGkc8cqSzP18wr7Y4p6d wUZdj2axtrfXNO0JriJ/3d7IhE6FXRhDJ2PIrjYdQ0seLdIvrzTntWR54TJd oEJKjCnd6EjAyO/vXG3fxX1B/sxtLZLfyZ/O5O4E7Sp6+xrL8TeNbvxBBb2w 0/7OqSGXABJZs9s8/wD66OZbjUZWsdh8erWOR9D1VAoM1ttJBzkdR+HvXipr sfFPi2913RtPsbyxMH2JdqyEMN2BgjniuPNYT3OiHwq42iiis7FFoClH6UlK PSsjoFo6UUAZ9qaBksdV75t0iD0Wp0/Wq17/AK7HoK0jsc8tyAVraBr974d1 OO+sX2yr2JOCPQ4I9ayB0rqfB3g6bxZeTILpLW1t03zzlN5QYJGFyM9OeRir g2neJMkmtS9qHxK17UL60ui8cUls+5PJ3Lk+/wA1Vtd8d654hMX2y52+W24e WSMn35ro0+EEk2sQWlvr8E1pNCZRcJDlhggY2BsZ5/vVnaj8PrXTLvT1/t8X VpeMy+dBa5eMgZwU3c5weQeOta81V6GKVJWMTW/FOreJVt4r+bzfK4jwCT6d zWbLbXdlIomhmgc4K+YhUn3Geten+H/Auk2HjLRhFqMl4GmyyXVo0YbHIxkY J/Hium1AaZ4j+Kdtot1psMrac7sZiMiRcKVDY67eOD6Ucsm7vcfNBaI8n1jU fFbWkMOrLqcUBYeX9oikVXPOMFuCev5Uavd+KY9Ogh1WPU4LMgCP7RHIiSAY xjdwe3T1FfQraDBrsbDWI7a9VLhZIG2AlB02kjrzuOD69KsJotrqJvYdQ+z3 lqJEMEZiAMBDnj36L+VNufcz5qfY+b9Qk8TwaXHDqcWrQ2PAQXMciRnjIxu4 PFZ0ms6lJZize/uWtRj9yZTt49q+jta0mOXS/EwvLiG7sjaSG3tvLANqVUjr 3J6+1fMJJ9RSk5LqXDklsi//AGxqP2Q2n265NvjHlea23H0zitSLTvE8vhp9 RRLo6Oh2s3mjaODn5d2ccHtisnR7E6prFpYK203Eqx7vTJxmvoHUdI0/w/8A C7VNIheTZBH/AKQxJOWKZJGSccZ4HHtRFylrccuWPQ+e1v7pYWthdSiHvH5h 2/l0pDf3Jg8n7TMYiuNnmHGPpmva9b8L+DbPwm99b6arac8Q2XsUjOyPnv1J /PuaZaeGrT/hD4pn0TQ2ZrTcZVdmkGU6gmLr77vxpcs+4c8Ox4djIyBS7D6H jmvo+Xw34IsfD0Nle6bYGWaxDrILVTMDtB3eZjeeT1zWVq1j4X8PxWeiS+Eo L83GnmbzoLQSTxnJ+YsAZMDHXdgUlTYe1jsedaP8OPE+saEdQtmhhjYFooJn dZJhgHKgKVwc92FS6J8MPEmtaS94rQ2g+by7a4Z1lkIyMAbcDkYyTXuVj/Z8 b+FEaWRLs2im3CMwRxsAfIB2nj1zitHUvsKajo6tvR2ncw+USFJDDO7HB69/ enYh1PI+Srq3uLK5lt7mKSCeNirxuMFSOxquCMHJ57V2HxVSNPiNq/khQjSg nbwM7RmuOUjPzA1m+xtGzVySPeW2puLHAwKnhtbq4LCCCaUr18tS2Pyr6E8B NpegfDfSb77A8k15MqHyFJZ3OcbsfTHPFXvDklvFcata6Xp39lRy3Y+z3CbG G7apZWCnPUHk8c1fKyHUR8522n393I6W1jczuhw6xRMxX64HFdH4P8C6h4n8 RNpkweyEKh5/NQq6gjIAU9zXfaZqP9leONfha9/sJnfdJEhQpK+5suDjjPpj tR4evL65+Mnn2V3Jf28kai5nhTdxtwPMIGB7ZqlDS4nPscvo3wzmvPFep6Ze XDRWWnEia5XHXCnH5MOa12+EJPiC0EN202hywmc3SSKSAMnGduPTnB613+lq Y/FfjSylhMks37+KF1I81PKjHHqCQRW/YTW8enWtkLdbaW4gkaK0k42AqDsP Xp7Z6UWtsQ5u55FP8IY7nU9Pl0y8luNFnDNJcLIjsgUgEAgAZPzc4ONvesTx t4BttC0aLXNEvJLvTTIIJvMlWRo5CT/Eqrx0GMd+vavedIurWHS7O3ltU0+S fcqWb4GxjnI49T/OuF+I0ip8Ir+KazWxuGuosW4I+Yh0BYY45Ck0mhxk7nz2 x461EeRinnkDtmmEVkzoQueT71YtYjcXMUIBzI6oMDJ5OKrVd0lpBqtm0RxK J0KEnGDuGP1px3sKWx6d4q+Gmn6F4PTVLS6n/tGOKKWWN2z5isQDhfY8cVz+ teHfHc+ji71a0vZrSECQh7lHZB0z5YYsOp7d67T4zXN1HpvhVhcBVltyJij5 yw8s8gdRnn8K7m/inu/Btwpvohd/Ym/ehBtnT0KZwD269q26GPNqrngkXgLx FNpSamllGbR4hKH+1w52EZzt3bs47YzXq9h8LdCfw3aabcxbdUurV5Y7vnO8 8qM/dH3hgdTg+hrl9G8e6PbeEYNMuGmiuY4BEQqFgCFx1+teraJrEGp6Jomp RTxfZ47dRMrHLIyYHp/ven40ctthOb6nK6f8MdEXRbbRL6Fv7Su4y/2sId6M OeD0UfKRz606y+Gej2eg2+jXtmH1C+jcfbfIy0T445/hGema7Cw1i31eSz1W zu4XtE3wSpnJVgSQRx/h1otPEdrrKWl/ZXMJtoXdLhSckbTkEcex/Onr2FzM 5ix+HGhaZosGj6haJPdXm+MXptw0kbHgENj5cE8fhXgWuaZLomtXelzkma2f Yxxj/PGK+pItetdZeC8sLpDDbXEkU6Y3E4YEEen3T+dfNnj/AFK31fxzq1/a MGgmlVlI9kUH9Qazle12a03e5zgOeD3713ek/CjXtW0qz1CKW3jiukMiq4cs q9icLjn2Oea4NfvCvq34dyfbvCPhyVHZVjsXikjx1OVAP/jp/OkldXCcnFpI 8M0z4V61qugrqkUsCb1cpC4bLbSR97GATjoeah0T4c3etaW17HqVtEUZkeEx uxVh1BIr1v4bXsc/gG1hurx2UNKpP8Ub5OSeh75rz7R/H9r4a/tHTpbR7v8A 06VllikCBhnHp7da15Ip6kqUmjufD3gPQ18LaVb3WnJM99EVe48lC6MehJIy OT+GK0dM+Hej6dp9ro9zYpcCbeJZpI1ZhjOGJx6gfnUXg7xVZ6v4d01ornyX sHYTwtgkoWJHpjG0c1qad4x07XnFzbXXlta3UiSISPnj6j6fMRz1496dmZqT M+D4faZY6TaaNJZCRLiOSOW4AXcjHgMTjrnHPrViHwPpVhYWeiT2puI5Ymha ZgrMCeAx46+9Gn+NLHXlS+gvfLSwuJPtEJx+8TOVPOMYI7U6y8Z6brrpeQXY jNlcyLLGSPnQNkH9O1FpBd3PmvV7CTSdWurGUkvBIUJPU4qkuWcKDyTitXxT qcOseJb/AFCAERTy71yPYVkKcMDWDWp0vyPTm+FDDwrFqiXz/aJLYThSgMR4 zjI5/Slv/hYlt4ZOow30rziHzhuUeWwBOQMDPbvXdeHte0yf4eWcM94oC2ZT Jmw0bAYIxnP61Bp/iLSrr4f7JbpR/orr80xDIcnjHX9e9b8iMIzelzj7PwDp tvottrjG+YLHHO6ybDHjgtkYzjBr0nX/AA/YeIdB1eKMI8Eduktq4Gdp2Hkc YyPY145F8QZo/D/9kNZh4vK8kuZjyuMdK7XRfFtjoXgEy/amlnuLXyDG1wXY N838J+7+FNJbIPeTT6lDWPhpB4QsP7aWWeaSzZHkikljYMrcHCgAjqDzXe2Y sNS0mPVJ4gVju7d4mZT8qu6qevtnpWB4v8XaTrPhie7S7TE1vGDFuyxYMMgr +H6U2TxN4e0vwrfR2lzG0d0kTLGJCdhVh0Q8L9BjpmhKysJ6tMzPixp9zLo9 1LbQeZZxXmSy7htXDYPoa8RI5r3HX/E+hJ4F1K0trtZnvkBVDMXYOUI6H7v4 cV4cT1rGqrHRTd4oZxRS4orIstUUEEHkc0CsToHA8CigdO9FNAyWL7wFVL05 uW9gP5Vbj6iqV3/x8NWphLcjFeifDPX9K0xNVsNVnkt4r+LyxKgzt+Vh/X3r zsdKcvYDknpirpz5Xdmc48ysevaZqPgPQ/E8DwXd8Ujgx9rVyT5mRhuTgHjs Me1Z/jnxjpsviCz1Tw/K32+JCklwVwHU9ivTPPYCvOEgneQRpFI0h/gCEnH0 qVLC8e8S0+zSrcucCN12t+uK0dW60RmqWqbZ6B4c+I0s3iO1vfEtwzQ2xLxi CJFG71PGemarS+N4rD4l3fiHTmZ7aebcVdeSCBnv9a5S58PavZ6r/ZUunXBv zyIIl8xz7gLnP4UyTR9Rtb+GyvNPu7eeZ1VYpIGEhyeykZoVR6aD9mtz1S8+ K2n6ZEq+HoJV825E8/mrnPHIBz7CmX/xV0+ygmfw/bSQ3N5MJ7suuVLZBJGW Pv7VynirwWun+IYNL0H7ZfNJaieSORPnj5OcjaMAYHUd+tY03hPXbWa0huNN mjkvDiBTjLf4de9DqPsQqUe53niL4oWN5pN4NHsTBqGogLeuUwrDaVyPmP8A IV5SevSuytvhr4kOoWVve2X2WK5mWIS+dE+MnrgMT0rrtT+FOjHTb6PSrq/b ULNlDeeNwYZGccAH73b0/Cpd5dClyQPKtLv5dL1S1v4ceZbyrIuRxkHNemX/ AMX1vNMngFgyXFxGC8gwP3oGAw5Peo/H3w+8P+F9Dc2d1cJqEKISszE+eGIB IzwMZPSvMLdYmuolnLCHeu8r1255x+FCk46WBqM9T0y++LPn6VdwW+nJFc3Y UTPs4fGOvOegFedw6jdQIipO4VSMDPSvbbjwf4W1bwnfCy0kWCRxo8N9sId8 HnG8fhnFJJpPg/WvAl9JaaVa2kFtaDydQWFRK0qrkgkrk/w5PGc1b576E3gj lB8X9QOhJYSWds86wCHzTEORjGTzTbf4w6vFoiWDwwSSJGY1kaPt78815zjM 3lgjBO0HH9K9k8TeA/7F8CQ2WmaGmo3Gzzpb9VhE6ck/75AGOBSUpMbhFHL6 R8WNc0nRH0weTKgz5ZaP7oxjHBHHFN0r4s+IdM02WzDQzqzF1aROVJJJ5BHr 0rq9c8Bf2f4Ds4NH8PpqVzdwCeW8xEJYchTxkbiPYe9eMHhiO6nBHvSc5IFC L2Jb+9lv7yW7uZA00rFmJwMn6VXOFxuYDPqa+i/Bnhiw0jwno88Wkw37Xjeb dSyAbkUgjPAyQCFGPepPCXw6j0Hxvq8gIbTWOyBJIxkgqScEEYALY6UnG7ux 86Wh47oHxE1zw9pX9nWkkL227eqyJnafY5qxY/E/xDZSXLLcwublw7rIgxkA AY/AVz3iGJYPE2rQou1EvZ1UegEh4r2v4Q6ObbwQ2tadFEdTu5mi3SnaAqnH 3uuMDp604ykElFK9jxXU9Tvtf1R7y5LTXDk8IvQcnAH41Z0HxLqfha+lmsGE UzDa6ypnp04NfSsPhS00u8vtb0y3hi1C+RGYbFCh2JzyMcZPrXk/xs0G3sbn SdXWJY7vUFcXQRQFLoEGePxpa73EpJ+7Y5M+NPEepeJINWhJk1FY/JQQQbiw znG0dal1DxJ4tuvEdlcXlvcx6pEMW8RtCjnJPRMZbPPY9K6z4KaZaTy6nqMk aNcW8LeWzAYX7p6mvVLfRbW9ntdTvLW3bULRZY0mSMYYYyD3x+Z+tVd21ZLc U7WPnzxD4j8VS6haSa1DcWlxbsXhWa1MJ7c4IBPQVQ1zxbrPiRI4tQuBKsbZ RVjA55HYZ716z8VLAXHw8jurpYDeWt4oSeJQu5HUnHU+w6847ZxXBfCKzgv/ AIh2MNwgdQkrAHB5CHnmht3tcpctuaxy994Z1rTpLWO90u6t3um2QLKhBkbp ge/IpNS8M61o1slxqWmz20LsEV3weSM44J9DX1VY2Zu3uTcm3uES5jlt2VMG LD4IJJPPy9eOtc/40hjn8E+LVcrc+T5kgUDmE7CeevT+tTyoFVuz5gxk8VvS eEfENppC6y+nMlltDiYTRnCnkEqG3Y/D61nabGkupWySAFDIAwIyCPevrSew gm1CTT3lVrWW2Nu1oVGApU4YD8xSjFWuVOfK7HzhfaT4z1jw3b6jdwPPpcMe +JvMj3BemQgO7oPSsZfEerpp32EX0gtSCuwYxgnnnGe5r6ktrW3ttStNPjlQ W8cCxG0KjDqV649tv6mvGLj4TW0jTTweIFijLuVha0U7cEjbnzB6elXq3oyY yjbVHI6b4I1/VdGk1S0sy1smcAth3AAPyr1Yc9quaTofit/C91qNhHINPCsZ EH3mUBt2Bjtgive9ItLW00zwsVuvs0gtUxbJgJcEqqsCO+Acj8Ko+NNRg8I+ Cp5rRVCfbZYmhbhXEnmEpwPfijbYSnzNXPnG11a+s4nitbp40c8qvQ11mgeC fFF9oRvrGaC3t51O2KVnDzADthCOR6kVwZPzHp9K9n+E+tSvdaZZajJdW8Yl IsWKuqXBKncucYbHpmiDbvdlT93VI5Hw94J8T6lb3T2E0FoqStC6zs4LsCQQ u1W9Mc4ribiCa1neG4iaKVDhkYYIr6tka3TTQ8ly1qw1idVMTbd8nmPtU46g 8cV4d8aLeOD4mX4iQIJIoXwoxzsA/pUy2HTd20eeggNyR+de7fDy68Wf8Ifa x6eNOMI3Lb+azb8EtnIUHv61D4WsNF0r4c2WrT6al3JPeRwOpjUk7wo7gnr/ ADqx4Yvm0nxTdW01vNb6O94FsCInCq5OShA6AEkDOBxWkI20M5zur9jxnUY9 R0nUbqxuS0M0bnzUDdzz29jWzofgbVde0S61WB0jgtzgb1JMnGeMVe+LkRh+ KOs7htDtE4x3BiSvT/hwbSf4Ywx3MXmRNeiF9q7iM7AOB7moSvuaTlytHk+h eCtT1fQbrVopfJgjjYplSfMxnjj6VyqyuOjEZ9K+nodH03QtCGgeQbi2TUlg OIvM2iTLDIA4A3YyeBXgXj/w/F4Y8Z3+m27M1urB4yeysM4/DJH4US02Cm7p lweDJpPh/J4oguGZY3CSx7eACwX+tbPhb4XNrvh631Ke8lha6bZCsYUr7Zz3 +ma6/wCDbLdeBNUs5YjPE11HG6dfldgCcew5/CtDRr46X4iuPCY05riz07UU mt5gm4RK3PPGFxuIHTirS1sZc7t8z591GwuNM1GayvAFnhba4GcZ69/rXVeG PAE3iHwzrGsb2VbKF3jVWHzMq7uQR0pPiska/E3WzEwZGeNgR/1zSuy+C0l5 caZr2neWTZzW0gDY/jK4x+WKzSV2bVHa1jG8J/DCPXfD8OoXtxPC91n7MI3U KTz1BU+g6GuB1TTLrRtTm069VVuYSA4U5HIB4/MV9GeGowngrRbeSAtPYyvD ImBujYMdpP8AnvXk3xk8k/Em/khKsskcTHb0B2KD/KrmrLQmm+a9y54d+Fke r6DDdXNzNHd3S5tlR1Ct8oPzAqSevY1b0/4QNLpG68ndNRkEixKJFCFlJGMF cnt3rv8AwXfR3fg7w80KK5th5TsCPkICH/Gunvb23murF4dsghumDkEDYSwI P6Gny9LGcajtqfJV5Zz2N7NZ3ACzQuUcA8ZHpXp0Hwphk8PRM0sg1S4gaWEe Z8pIGcYx0rk/iKYh8Q9ZaAgxm4LAj3Ar3vRtVtr3TPDt4mx08oJI24fu9o5+ uRmlGK1NKknGaseMap8Ojp3w+GuySbrpZ9koV+FHzZGMe3rXnJGK+hniudW8 F+MrJXV0F7PJZq0g+7ubHXoK+eW6moqRSNKbvEbRRRWJZaooo7VkdAoPanA8 0ynDtTQnsTQ9ao3X/HzJ9avR8HIrPuDmdz71qYy3GivYfhjCdO8Da7rVlbtN qaFVhVBlm/2R+Zrx4V0Xh7xlq/hmOZNOnCpLgsrDIOOla0nFPUymm1ZHsfhm +vZvE15dXfh+a0uprFfMntwHkVifvMAATjuPauV8eW+pP470y2JtYb/YSt6u EDjH8QCgAjGO/UVyMHxA8QQapPqMd5ieZQrDHy49MVk6pruoa1f/AG69nLzg YDDjH0rRzgrWMlCV1c9r8G2tzb+Ntfl1aeLVL+3tzskhUBpFG4gKB3Jz09az fiBe31/d+GP+JYbWZrgtGuS0oHHDrgYOOeprybT9c1HTb03drdSJOer56/Wp r7xHqupXkV3d3kjyxcoc/d+n5Ue0how9nK/ke360JV+OOknbtBs1G7jBwWp3 j68trDSA2qAuqak0iRK+1zHuX7vp0rzHwr44a08Uwatr09zdCFCqAEnH4Z+v 51Q8ceJYvEmuNdWsl0LblhHOfusSScDJ4xihyja6J5Hex6PZ/EDw7e65piWo voCt0jMZ5ndCM4/icjr3xXc6jdTW9ndtLNaKbhhHaPHKuWBIbLYHHRuOa+WA xByDj8cV0F9b+J4jYxXn2kfaAslsjSA7gehwDx+OKSqRe5TpdjtvjvJK3iey PmK8Bt/kKc855yfyry60hSe8hhkl8pJHCtIRnaCcZx3x9RW/4j8MeKtLhW81 60lWM8K7XEcuOnZWJA6Vz9rDNd3UVtbrvmmcRxrkDcxOAMnj86yb1NIR5VY+ g9Ps38L+FNWsNU16z1C0ZFFtMh28Egnd1xyezHpUPjbQlvfDws7DXLS00qzs 94gT5jMVBwvP3RgD1z7d/Lb/AMC+MLWzaS9tWWOPGVa6jc9eOAx71bvPhp4y g064ubpFEUEJklUz7iFAyeBmtedW6mfI73ucQpCTgkjCt1HtX05B4k013Gs/ 2rF/Z39mGBrQsvMm7O7O704xXzAeDjHIroofCGszeC5PFCeSNMRzHgud7c4y BjGM+pFTGVlYucOY9807xTpEtnpeq/2tFHb2lh5U1oXX522j/a4xzxivm3Up Yp9VvJohiKWZ3UexYmu5Hwe8S/2fFdm+0lY5olmRGml3FSMjpHjP4157NE8E 7wycPGxVhnoQcf0pSatohQik9z3/AMF+NNKv/CmlWtxqK2E2nMVljd1xMgUg DJIxyQf+A+9a9j8RtB1dor571bU2lxJmORl/eBhtB6jp1rxnw38NPEPifT0v 7N7OC3kJVBcSEM+OcgAYx9TVjRvhX4h1ZbhnaCzEUvkqJsku2ccY7e5qua/Q hwV9znfFZhbxbq0lvMk8Ml3JIkiHIIZi3/s2K9C+HnjTT4/CU/hrULl7Ah/O huw6rj5txGT9Md+teba5o954f1e402/ULPCxBweCOxHtXS+Cvh9ceKYJL+e6 Wz0yPIM3DOzegGR+tTFu5pJJxPUH+Kmh6hfXejTPJFZmFY47tZAAHUnBBz9C DmvPfif4utfEM1hp1kxlh04MBOWDB9wXPPfpzV60+Dt8PEV1bX90ItLij85b lCGZ0JIXjseOc+o69uZ8deDp/COpxKsnnafdLvtZyRlxgE5HbBNOT02JhFX3 NH4a+Mrfwxqc8F9GXsLyJopdpAwTjnJ+ld7P8V9H0bU9Ms9Ojkm09Q/nlpQ3 UbRknOfXqK8u8DeEJvF2trbklLSNS88iuAwUY6cHnn0rsL/4SRSa5pcOi3E8 2lXRZZp5JVLxMnLDhAOmMcHnNNPTYU4xvqw8feNNGufC8OhaGrmFpjI5aQNt AzgZyT/F06cVwPhbxBN4Y8QW2qwLueHcNvTIIII/Wur8c/Du00HSI9W0S7mu rNJTDcefKrMjdsbUX+63r26Vxeg6NceINattMtSqzTkhS544BJ/QUm3zaFRS 5T2Wf4saBpivPpFnKs15cJNOhbP8QLdSccZ6Ac1Q8Q/EjQH8P67BpltKLnWl Iny2QGZNuTkn26AdKgu/g/p88d7b6Lqc0uoWTRieO4cYG4jP3UHbcevYVJe/ CTSntb3TrC+lOuWdqLiRJGOxjjpnGAM/jTbfYhKOh47HI0cispIIOQR2Nezp 8XtONgt7JZTDWUs/s3mDBDYHBz2GSe1eLKN5AB69DXuUHwo0BbG10q5Ev9t3 dmZI5hJJsEm3jp8oGQeozSg2XPlurlWw+MlmNOtJb6ymbVLaJ4lmXbhgTxg9 hwK8nvNavb26knkncNIxYhTgfkK9Jj+GFnafDbXdVvnEmrWXmrujlfZGYnZW AHGc7e+a8kLqDgsM+5olJjhFWPVfC/xTt9N0e1tdVs5Lq4sSRZzKFJRSoBAz 06Code+Jtv4h8Gz6Re2Dm6kmadZMKVD/ADbT655HNbXgfwJoDeF7a8120+1y 6k4MLgkmJMD0x/ezzmtWy+FWiaF9pbV7U6gktyIoS2G8uPJO7t2wT/Krbb3M 04p3R4F716P4N+JcHhzR47K7sHnkgk3QSrtyvtzWB4/8Ljwf4sn0xZC8JUTQ knJ2MTjP0wRXefDHwdpM/hWfXtUsor3fN5QSSJJNgBwSAw9D+lZwvc0qNW1M zSPi3JaX2qNfWbXFpd3LXMUYZQY2Jz6Vw3ibX7jxLr0+p3IIeXChCc7VAwB0 /wA5r3S0+HGhaLd6lqjWMV9a3BVra3eGNwit82FVhgd/SvLPil4UtvCvipI7 EFbK7hE0Iz93nBHtyP1pzbcQha7sWfBnxOl8MaNJptzBJPAZfMj2uF2nAGOn I4q5p3xdaxv9TnlsGeG6mE0arKF2de4HNb3wj0PTbrwlqN/JaJcXSXSoQ6IS EwvTdx3NT23glY/jNdyWMMS6dEI5ZEbGAZEBIUYx1yfxq02Z+7ZnknirxDJ4 n8RXWrzKVafbhdwOAFAHPGelb/gz4i3PhLTLqxMBuIJZFkA8zbtYfh7D8qh+ K2mwaV8SNVtrVAkP7plUY4zEpPT3JrY+C9ppV14vC3wJuAMQAEjna2azi3fQ 1qJJXYWfxcv4dU1K6ktWmjvHSRYhJgoVGByBzxXGeJdduPEeuz6ncjbJKfu5 zgDtnAzXp3hrwm//AAuDV/IASzsLo7juwSCwIH5Z/SuT+LmmxaZ8Rb9IQVSR I5cZzklRmnK9tQilzNIr+CvG2peGYru1s7Z7pbkqxjQ8grnnoas6Z461lPEO p30dhJc3V0+5olBLRleB0GeOK6f4NaRFNpOs6msaveQsiRBjxkggfTrXpEXh O0s7m61u3tkW+urRd4J48zv+GccirV7bmV4tvQ+X9Rurq8v5ri9Zzcu3z7+u emDW74W8a3vhVJ0tVDib1IGO3oa6f4z6Hb2Op6dq9tF5f9oRN5oJ/iTArP8A h58PYPGNjeXtzcTRwW7bP3Miqc4zzuU1FmnoayceVNlKx+I2qWGo31xEo8u7 YO0RI2hh3HH+Fc1qup3GrajNe3Tl5pSMsfYYr0yH4SWcWpa0l9eTfYbHymjd JVDbXGRuO0g/kK4PxjoCeGvEUmnwyPJDsSSNnwSQR3IAHXPaiXNbUcEruxe8 PeJPEWgaXcSWEM72BYGSXyi0aMMfxYIB5FR6f481vTZLp47gt9pbe4cAgNzy MjjrXffCXT7PX/AviTSrxf3bPHhwcEAj1/4DVLQvhTFL4i1bS9TOFtXjSJ/N IJ3jI6DrgjqMZFV71tGZpwtr3PLLm5ku7mS4mctJIxZmJ6mug0DXvElrpl7a aWZZLZULygIGCDB55HHGay/EWkPoXiG+0uQlmtpSmSeSO36Yr0X4P3VnLZ63 pMsWbi5t3KHbwQI26mojfm1ZdSytc5jw5r/iy4guLHSZTIqq0roVVjyeeo5y T0rimzuNe9fCXw5HYy3OqzBCLi5ezUNyOG6Y9eK8R1a1+xanc2+MbHIp1E7a jptO9ij60UUVgaFocUUg5payOgMZNKPSk7U4etNEsnhBJ61my/61vrWnD97N ZchzK31rXoYy3AdK7nwd8On8T6VcajPqaWEEbhEJiEu4+/zjbz61w469K9f+ GWqaLp+jSNcasbeUyfv4Lgq0cqY6AEjHHfBrWlBSvcyqS5VdGVpPwpfUL/Uo JtZjihsmwJYoBL5g652h/l4+tYz+HdG0bxpFp2qais+mAbnuImwCMHA46c4r 0Dw/r/hmy1zV7m01SWxLXJYZkUxyx55UKW24P0/LpXHapr3h6L4kNqcWnRXW lADdbkBkYlcZAPXnH41bppWM41JNlzw58O9P8W6zq0ljfSRaTaSsI2jxlhzj BbtjHXPWtlPg7p//AAkkNi2sTG3kiMiIpTzXIxlQcY7+n0zVXwd4z0S0HiC0 n86xtdSkdomhcI0SngAHPBH41ctfFvhSDxDtL3jxRW/lpdmcGQHAydxzknHP 9Kr2a3FzyTsV4Phj4duvFltpcOrX3kT2zO0b7RPFID3BUHbj/ZHX71M1z4aa PpV9oZt5b+e1uZHhukLgyblA+6QvT1+U/XvXVeH9c07xJ8T7OfTrWR1gsist 1tB3fN0JA9x3/CuX+JXjJFvYdM0oTwS2M8rSOeCGJ7c+1S4RWrBTm7Ij8TeH NB8Kf2XqOnafd7xepuW7csrL1xz9PSup+I+oah/aPhi50m2Zr5ow0UMQyeVc HHtgmvJV8UXWp3tqNfubm8sopllaLzCM4P8AhmvSr74oeGJNS0q9hsJ2kshs AYcFNrDH3vUj8utONn8I5X6ifEHXl0XwhL4fu7tL7VNQxJP/ANMTuU8D+Ecc euDXk/h+6hsfEFhd3LbYYbmN3I6YDAmu88YeOfDGtaLqMNlpLLf3ZVvtDrlh hs/eLE468e9ecWF19jvoLryw/lSK+xhwcEHBqZO0kyoLRnuvi2ztPF2m6xr+ h67eieDy91vuAh7AjBUHP4n6VDHrN9oHw6vdU8QXhlvdXtvKt4WGAEKcAYzk /Mcmuf1z4rWV1ot/a6bpf2W6vcea+0ANjHXHJ4Fcv4q8bN4j8O6NpRt/L/s9 ApYAANhccCrlJJOzM1BvSxyJJ3Ek8k8mvbbbVZtS/Z4vmuGB8mUxKc9Rkf41 4jXpGnfE+0sPBp8Pvo0DowJcKiqjMe+B36c9aypvc1qLTQ9ASPSPH9vpml31 ne2V/Dpw8pnE0R2lfvAHCsMqeSGFfP15b/Zr65ts7vKlaPJ6nBxk16FZfFye y0mKCPT4vtcUPkpcAAEDGBk9T+NecSzPPcSTO2Xdi7H1JOTTqNdBU4u7Pp7Q hYS+CPDQfcWKjyWiycSYJ5x/s7q3ta+xT+QHjaWNbvrFzsk42k4B74r568Lf E3U/DWk/2cEW4gDFoxI33OnH6UaH8U9d0Y3uZDcfaZPMIdz8p9qq8X1M3Tka HxsdG+IB2MGAtIg2Dn5hnP413Xwxeym+E00Nxai/WO5Jltlj8xiC4wdoBJ9e navCdX1i51rVJ9QvJGeaZyxyc4GScD2Ga1PC/jTVfCk0j2M7eXIMNEx+U/hU KSuaOD5bH1JdS2o0aW2eIXLR2cZktAC7ug6jaASTwRgDmvJfjZLbHw74ahhQ QlXmYQEYaNCFwCOo7VwUXxH1+HX5NXW7fzHXYY9x2beuMfjWR4h8S3/iS/8A td9LkgYRAflTgDgdulOTjbRkxhJPU9J+Bd1CupapatInnzWreXGxwXOV6V67 oeoW6W1slzEdPkuZn2W8r/MTsAPBNfJ2l6veaNqEV9YzvDPGeGUkfh9K19U8 da7rF7aXlxeMstoSYjGSoBPU9eaSlG2o5U23dHs3jK6CfDvWRe2wsZXIiSNn zvZVYcV5L8NNRt9M+IOl3V1II4EdwzNwBlGA/nWdr/jLWfEkMUGo3RkjjbeF HGT6n1rADsjBlYjHTBxihzV7oqMGo2Z9fpqK2Nxqkt9HDb2kRZo7kOv71WOf qMHjn3pG1JYb+/upUhTTWtzPFeh1/eBlGVx14xnJr5gvfGuvajpv2C61CV4N oBXPLAHjJpj+Mdbl0n+zHv5jabNmzd/DjGKd4EKnIxom27fb1r6ytdYS9k0m 9txDNprWkby3IkGYWQZII68hv0r5K3Eita08UazY2DWVtqVxHbsCCiyEDBGP 5UoyS3LnBy2Pd9JtJ9U0T4g+T5bwanJP9iPnA+ZlpAeO3P8AOuD0L4oS+HdG i0iaylMtsWU7Zyo6njGOK4W08V63YWv2e01O5iiyTtV+OTk/rWTJO8srSyOz O5yzMckn1NDmugKn3PpLwfrw1/w3by2FzErwXLrcW8hyVRwOc9Tjn64ro7nx Lbapc3dlpN7bm5tLhBOjNnMZTDYHqK+VtP1nUNMDixvJ7ffjd5Tlc4+lEGta jaXEtxBe3Ec0v+sdZSC31PempxJ9kzu/jXqdpqfjxHtJhIILKOCQryA4Zzj9 R+ddj8I9dtZPB13owvIoL6KcSRh/4lJyeO/AI/GvCJriWeZ5ppGkkc5ZmYkk ++afb31xaS+bbTyQyDjcjEH8xUqaT8i5Q5kfVcnibS7y7m0aDUoY760hikVj zll6jHGeo4znmvI/jbq9lqHiHTbe2lDyWlsUlI7EkEfpXmi6jeLctcLdTCdh zIHO4/U5zUE9xLcymWaRpZG6s5yT+NNzjbQIQcWe1fB/V7ZfCmt6Wb6O1vnl EsLMRnGB0BxnpXaRa1pUmu69ajU4o7yW2tTvDjLMi89+vSvmKG7mtn3wSvE3 dkYqacb6580yi4lEjdX8w5P401OPUn2T1O/+M13bXvjt7uzuIp4Li3jcMgHU DYQT1/h6VV+FP2SPxxaXlzeLbi3YsAxAD5Ug8muFlnklOZJGcjgFiT/OkSZ4 2DIxVvVTioUkndFyjzRsfSdpqek6d4z8UMdTt9urRrPA5kUYZRggH6kdcf4e ZfGO/stT8Yx39jcRzRTWkYOxg2CpI/A9K87N1MzhjM+71LHNMaRmI3MWA6ZN VKaasEYNO56f8KPFVrpLajpF7OII9QUBJS23Y4DYOcdc4616Q/xG0dL2PRLj UItktm0T3Ak+65IwdwGAepr5nDndkHntS+YxJJPPrTVRWs0Q6WraPT/ix4ls tXXStOs5kmFmGZpEbcMt2zU/wq8W6fpGmavpN/dLbfal3RyM+3Bxjg44rygy MTkk0bzS9prctwukj3yDxf4cku9f0m91CKS11C1jQyFyASowRvHfnqMV5f8A EGbS5/EinSJIntlt0XdH03ZOee/auS3GgsSMZpSqXVhxjys9N+FfifS9Gh1i x1SeOGG9jUAuSAcBvT6iu1i+Jeht4h1RmuoliKQPFLlsM0a9AQMnt19K+fST +FBY5zk01UstiHSV2zr/AIj6pp2s+MJ9S02SN47hFdymfv8AQjn6CtH4Xa9p Ph/VLm61KaKI7QIy6k5yGBHHTqK89Bo3HpU8/vXLlDmVme4aV8Q9B02bULXz 4RbJefbbZgjYZjyQBjg5J5ryzxje2eoeKb26sJFkt5WVlZVKg/KM8H3zWFmk zTlU5lYIx5dhCaKSisrllyikHSlrI6AFOXk5pppw9aaJbJo+FOPSsw/eP1rU jOFY+1ZefmJrUxe44deK7jw98MdZ1/TVv1ubS1jkOIUlYl5foAMD8TXDd69w 8C3Wotoum6Vq9o8SXpYabdbxuUgZz1OO3XqK1pQUkzOpJxWh4/qum3Oj6rda ddLtnt5TG3ORkemOtVNwAyWGO3NfQOp6NFFpWlRXUMc91Jr6iWV1yz4Zhn61 s208MHiXXYIbb7FPJLF5d40HySfIvyk8ZxjHXin7J9zNVrLU8B8LeGrrxVq6 2FqwTCGR3IztUdwOM1m39uNP1C4tWfd5MrRbsddpI/pXvXhLVr1fHeu2TWEN l8rytGi8NJkjcMeuO4zxzUnhOOSHU/FWq6lZyLe7lZVRPnZBnbjGTkqASPWm 6Qe16nhelapqOl3Jk06SWOV1I+WPcSO/GKrXc91eTvdXRkeSRiWkdcZOea+m dCnTUPEF1ePpJtf9BCslwihn+YckAn9ea5z40W9uvhGNktYYmjm2KUUDAytK UZWs2JVFfY8m8DeH7HxN4ji07UJp44pBhTAQG3bgOpB459KPFHhO70TxFPYW 0E81uZjHbMRlpOO3r3rV+EUTy+PbRkiZwmGbC5wN68mvcL22ttZFnFeER/8A E1kw2Bk7UfHWkoXiipzcWfNepeHdT0G8toNaspLTzuQrEbiuQCfbrXZ+MfAu nWOh+G7rRIZHudU2rsZjl2ZcjqcDn2A5rsvi5uvvCGmyJbbZIrhl2YGVJZQP z9Pes34j+fZ+B/B0igo8ATJzgq2zIqlBdSXUb1Ry3j74dv4R0fTbuNWkVkIu ZSwGHJ+X5d38hXP6h4I8SaXYm+vdLaK2C7y4njbAxnJCsSPyr2rxpDcX0Wia p/aCDTbcDzlMvErFsDI9uvfpWz4nvdQEV8rx2MejkoGkdwTKpOGwAcDjHJ9e lJ09Q9q0eY6Z4B0ub4SXuv32nPFqUUBmguPPY71JODtDY6Y7CvJyfXrX1B4l Vrnwb4itrWSIwS2UX2NFccgJ82B9a+XzwcYHFTNWLpSbvcaTg0ZoNNJxWZsO zRmm5pBxSAfmjNNzRmgB2aNwpuaKAHbqM000maAHbqXJplLmmA7d70ZxTKXN AC5optFIB2aM+9NoouA7PvzRmm0UAOoyKbRRcBxNGfem0UXAUGgmko7UXAXN GTSUh60AOyaTPNJnmloAXNGTSZFJk0XAdmkpM0tFwCikPNJRcB1H403ijrQA 4mkzSUUALmkJzRRQAUUUUgLQPNOpo6Uoz17VB0C04HjFNpQKaJZLu2wse+Kz a0Jc+Qx9qzs84rQxe48HkV3Wl/EvUdN0q2szBHM1sCLeVwC0WfQ4z+tcGOtO Bq4zcdiZRUtz3jwh4hVdIj1LV/ENu6GQ3DWzwqCjdcBifr271xs3xX1RdSvZ 7VSkM7hhG+07cAD09s151uNGeOKuVa+xmqKudLbeNNZttfk1mO9lF1ITubPU Zzj6cmrtr8SPEVrqd3fLfSF7oASA4wQOgxjFcd/KjOKn2si/ZxOwPxI8S/bZ rtdQdZJUEZwBgKO2Me1UNc8Za34gthb6heyTRBt+1gOvHt7VzucClJxSdSTV gVOK6Glo+uX+hXZutOuGgmK7Sy45Gc/0q83jPxA+wnU58pKZVwcYc5BP6mue zRnP1pKckrJjcIvVm9f+L9c1OPyrvUZ5IywYqSMZBBHQeoqHUfEur6raQ2t7 fzzQQ42IzcLgYH6Vj59aMin7SXcXJHsa8viPV59OWwl1G5e0U5ERkO3NPuvF OtXtr9ludTupIMAbGkODjpWLmjIpe0l3HyR7Gw3ibWmgWA6pd+UqbAvmnAX0 rJzzTSeKSk5N7jSS2FJpKKSpGLRRSZpALRSdelA6UwFopBS96QBRSGgmgApa QdKXtQAmaWk96TNADs0UmeOKOlAC0UnWjNAC0U2igBec0uabR70AOpPp0pKK ADNFFFABRRRTAKCaKKACiiigAozRRSAM0UUdqYBRRRSAKKKKACiigUAFFIaK ALfelFFFQdAvelHJooqiZCz/APHu1UOlFFWzAWlBoooGLRRRSYBRRRQAUfSi igAooopgFFFFIAooopABOKKKKYCZo60UUAHtSUUUgFzR04oopgJ2ozxRRSAX pzzSEYoooAO9B60UUAFANFFABRRRTYBRRRSAKKKKYBRRRSAKPeiimAUUUUgC iiigAooopiCiiigYUUUUAFFFFJgFFFFNAFFFFIApM0UUxCjmiiikM//Z --0-1971039143-1014365637=:15953-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 0:19: 3 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 38A1837B402 for ; Fri, 22 Feb 2002 00:18:59 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222081858.QXUR1147.rwcrmhc52.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 08:18:58 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1M8IwM83656; Fri, 22 Feb 2002 00:18:58 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 00:18:58 -0800 From: "Crist J. Clark" To: "Eric I.Arnoth" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: syslog.conf problems Message-ID: <20020222001858.I48401@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20020221030958.QQRM18863.femail11.sdc1.sfba.home.com@there> <20020221041623.Q48401@blossom.cjclark.org> <20020222033846.MDLM14626.femail23.sdc1.sfba.home.com@there> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020222033846.MDLM14626.femail23.sdc1.sfba.home.com@there>; from earnoth@comcast.net on Thu, Feb 21, 2002 at 10:36:02PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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 Thu, Feb 21, 2002 at 10:36:02PM -0500, Eric I.Arnoth wrote: > On Thursday 21 February 2002 07:16, you wrote: > > > > You'll kick yourself. Is /hello_log.sh set executable? > > Ugghh....no, it wasn't. > > Now that I chmod'd it properly, the bourne scipt runs just fine. I then > tried to make it echo the line to my python script, thusly: > -------------------------------------------------------- > #!/bin/sh > read line > echo "$line" | /hello_log.py > -------------------------------------------------------- > It works just fine. Thus explaining to me the man page's comments about > shell script wrapper to set up the run-once-and-die mechanism. > > So now that I have the proof of concept, I can do whatever I want in Python, > such as parse the output and send it to Postgresql. > > Thanks much for the simple assist, though I am quite embarassed that it was > such a simple detail. I still don't understand why the Python script on it > won't run properly. (It is 755 perm ;-) > > hello_log.py > -------------------------------------------------------- > #!/usr/local/bin/python > import sys > > test_file = open("/test.out", 'a') > test_file.write(sys.__stdin__.read()) > test_file.flush() > test_file.close() > sys.exit() > -------------------------------------------------------- Sorry, I'm not python fluent. It's obvious that you've read the manpage. What syslogd(8) does is execute the program it is given (really it runs a sh(1) which runs the program) the first time it gets a line for it. It _does not_ close the pipe to the program, but keeps it open ready to send the next line. When you run the shell wrapper, it reads the one line, feeds it to the python script, and _the shell_ exits. Like I said, I'm not python fluent, but this perl(1) example works fine, #!/usr/bin/perl -w open(LOG, '>>/var/log/syslog_test.log') || die('cannot append syslog_test.log'); chomp($line = ); printf LOG "%s len = %d\n", $line, length($line); To log one line at a time. Read one line and quit. However, if your program is waiting for more input... it will hang there waiting for more and nothing will be output to the file until it decides to flush the buffer. It looks like that's what your python program is trying to do, but I don't know enough about implementation details of python to know why it doesn't work. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 0:29:54 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 8630737B417 for ; Fri, 22 Feb 2002 00:29:51 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by phoenix.ea4els.ampr.org (Postfix) with ESMTP id 099FF3D4A for ; Fri, 22 Feb 2002 09:29:48 +0100 (CET) Date: Fri, 22 Feb 2002 09:29:47 +0100 (CET) From: Simon J Mudd To: freebsd-questions@freebsd.org Subject: Re: ipfw and getting the interface logged In-Reply-To: <007901c1bb10$f5d23730$a7b41595@spgcalbert> 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 Thu, 21 Feb 2002, Chad Albert wrote: > Change your script to enable logging on your deny rules then check your > security log in /var/log. This should give you what you need. > So your deny rules might look something like this: > > ${fwcmd} add 65534 deny log logamount 100 all from any to any I think I'll add a rule like this and see what shows up. 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 Fri Feb 22 0:31:14 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 D8F1737B404 for ; Fri, 22 Feb 2002 00:31:09 -0800 (PST) Received: from admin (157.sm7.dialup.garlic.net [216.139.3.157]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id g1M8V8P14970 for ; Fri, 22 Feb 2002 00:31:08 -0800 From: "Remington L." To: Subject: mergemaster? Date: Fri, 22 Feb 2002 00:30:58 -0800 Message-ID: <000001c1bb7b$443af2d0$9d038bd8@admin> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C1BB38.3617B2D0" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C1BB38.3617B2D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I just did make world and messed upo my system do to mergemaster. What is the proper command? I did mergemaster -m /usr/src/etc -d / ------=_NextPart_000_0001_01C1BB38.3617B2D0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I just did make world and messed upo my system do to mergemaster. What is the = proper command? I did mergemaster –m /usr/src/etc –d = /

------=_NextPart_000_0001_01C1BB38.3617B2D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 0:40:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id 26AC337B400 for ; Fri, 22 Feb 2002 00:40:55 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id g1M8epk23978 for ; Fri, 22 Feb 2002 21:40:51 +1300 (NZDT) (envelope-from dan@lists.unixathome.org) Message-Id: <200202220840.g1M8epk23978@lists.unixathome.org> From: "Dan Langille" Organization: DVL Software Limited To: freebsd-questions@freebsd.org Date: Fri, 22 Feb 2002 03:40:46 -0500 MIME-Version: 1.0 Subject: postfix and mailq Reply-To: dan@langille.org 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 I have two boxes running postfix. mailq works on one, but not on another. Examination of /var/log/maillog confirms that the mailq is not empty. Yet: $ mailq /var/spool/mqueue is empty On the other mailq shows me expected output. /etc/mail/mailer.conf are identical. postfix-20010228.8_1 - mailq fails postfix-20010228.3_2 - mailq works Clues please? -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 0:41:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id 87E0437B402 for ; Fri, 22 Feb 2002 00:41:39 -0800 (PST) Received: from pc4-card4-0-cust162.cdf.cable.ntl.com ([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 16eBGn-0004KU-00; Fri, 22 Feb 2002 08:41:33 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.35 #1) id 16eBGn-0002Nu-00; Fri, 22 Feb 2002 08:41:33 +0000 Date: Fri, 22 Feb 2002 08:41:33 +0000 From: Ceri To: "Michael W. Collette" Cc: FreeBSD Subject: Re: Bind in a sandbox how-to Message-ID: <20020222084133.GB8865@rhadamanth> Mail-Followup-To: Ceri , "Michael W. Collette" , FreeBSD References: <20020222052648.1CB7537B402@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020222052648.1CB7537B402@hub.freebsd.org> 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 On Thu, Feb 21, 2002 at 09:21:38PM -0800, Michael W. Collette wrote: > Just this evening I was attempting to run through the steps presented in the > handbook for configuring Bind to run in a sandbox. > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html > > Was going along pretty good until I got to the following steps in the > procedure. > > # cd /usr/src/libexec/named-xfer && make NOSHARED=yes all > # cp named-xfer /etc/namedb/bin && chmod 555 /etc/namedb/bin/named-xfer > > The compile appears to crunch away without error, but I don't see anything in > the directory except for the Makefile. It never creates a file called > "named-xfer" anywhere that I can see. > > I then tried updating my sources with cvs. Went through and did a make clean > on all the previous steps, and remade that stuff. Got back to the same > point, same problem. > > Is the procedure flawed? Did I miss a step along the line someplace? Hi Michael, I wrote that section, so bear with me as if it is wrong then I need to do something about it. You're the second person to mention this, but I've been totally unable to reproduce this problem on anything post 4.1.1-RELEASE (and I don't have any other versions to test). After following that document I end up with : root@amam named-xfer# pwd /usr/src/libexec/named-xfer root@amam named-xfer# ls Makefile named-xfer named-xfer.o pathnames.h tmp_version.o db_glue.o named-xfer.8.gz ns_glue.o tmp_version.c It seems that the initial report of a problem was due to pilot error, but it was the exact same error which worries me; I need a bit more information since I can't reproduce the problem. Is there any chance that you could step through the whole document again while running under script to catch the output (mail me if you don't know how to do this) ? What version of FreeBSD are you running ? Thanks, Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 0:55:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id 01A6537B400 for ; Fri, 22 Feb 2002 00:55:39 -0800 (PST) Received: from pc4-card4-0-cust162.cdf.cable.ntl.com ([80.4.14.162] helo=rhadamanth.private.submonkey.net ident=mailnull) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 16eBUP-0004c3-00; Fri, 22 Feb 2002 08:55:37 +0000 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.35 #1) id 16eBUO-0002np-00; Fri, 22 Feb 2002 08:55:36 +0000 Date: Fri, 22 Feb 2002 08:55:36 +0000 From: Ceri To: "Michael W. Collette" Cc: FreeBSD Subject: Re: Bind in a sandbox how-to Message-ID: <20020222085536.GA10649@rhadamanth> Mail-Followup-To: Ceri , "Michael W. Collette" , FreeBSD References: <20020222052648.1CB7537B402@hub.freebsd.org> <20020222084133.GB8865@rhadamanth> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020222084133.GB8865@rhadamanth> 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 On Fri, Feb 22, 2002 at 08:41:33AM +0000, Ceri wrote: > On Thu, Feb 21, 2002 at 09:21:38PM -0800, Michael W. Collette wrote: > > > > # cd /usr/src/libexec/named-xfer && make NOSHARED=yes all > > # cp named-xfer /etc/namedb/bin && chmod 555 /etc/namedb/bin/named-xfer > > > > The compile appears to crunch away without error, but I don't see anything in > > the directory except for the Makefile. It never creates a file called > > "named-xfer" anywhere that I can see. OK, I can see this now with a recent box; let me work on establishing why this is happening and I'll get back to you. If you could let me know the output of "uname -a" that would still be good. Ceri -- keep a mild groove on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 1:12:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by hub.freebsd.org (Postfix) with ESMTP id 5844E37B400 for ; Fri, 22 Feb 2002 01:12:54 -0800 (PST) Received: from WBIW006 (WBIw006.westbend.net [216.47.253.26]) by mail.westbend.net (8.11.6/8.11.6) with SMTP id g1M9CrX59174 for ; Fri, 22 Feb 2002 03:12:53 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <000101c1bb81$1b78a030$1afd2fd8@westbend.net> From: "Scot W. Hetzel" To: References: <02ba01c1bb74$659468f0$1afd2fd8@westbend.net> <20020221234755.B913@nexus.root.com> Subject: Re: fxp0: device timeout error Date: Fri, 22 Feb 2002 03:07:09 -0600 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 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 From: "David Greenman" > >I am having problems with one of my servers, when I connect to retreive a > >400MB iso image from the server, the server will start producing fxp0: > >device timeout errors after the download starts. > ... > >Does any one know how to fix this problem? > > If you have other servers with similar hardware that don't have the > problem, then my first guess would be that it might have something to do > with the physical connection. You might try changing out the cable and > may also wish to try plugging it into a different switch port. > The version I'm using is 4.5-STABLE cvsuped Feb 20th. The setup is as follows: FreeBSD File Server -> [Linksys 5 port HUB] -> [Intel 24 port HUB] -> Windows CD Burning system I removed the Linksys HUB and the error still occured after 300M was downloaded. FreeBSD File Server -> [Intel 24 port HUB] -> Windows CD Burning system I then switched the port on the Intel HUB and the error still occured after 160M was downloaded. I'll have to check if the problem occurs on my other servers later today. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 1:13: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by hub.freebsd.org (Postfix) with ESMTP id 7835337B405 for ; Fri, 22 Feb 2002 01:12:57 -0800 (PST) Received: from WBIW006 (WBIw006.westbend.net [216.47.253.26]) by mail.westbend.net (8.11.6/8.11.6) with SMTP id g1M9CqX59165 for ; Fri, 22 Feb 2002 03:12:52 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <000001c1bb81$1b3380e0$1afd2fd8@westbend.net> From: "Scot W. Hetzel" To: References: <02ba01c1bb74$659468f0$1afd2fd8@westbend.net> <20020221234755.B913@nexus.root.com> Subject: Re: fxp0: device timeout error Date: Fri, 22 Feb 2002 02:50:24 -0600 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 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 From: "David Greenman" > >I am having problems with one of my servers, when I connect to retreive a > >400MB iso image from the server, the server will start producing fxp0: > >device timeout errors after the download starts. > ... > >Does any one know how to fix this problem? > > If you have other servers with similar hardware that don't have the > problem, then my first guess would be that it might have something to do > with the physical connection. You might try changing out the cable and > may also wish to try plugging it into a different switch port. > The version I'm using is 4.5-STABLE cvsuped Feb 20th. The setup is as follows: FreeBSD File Server -> [Linksys 5 port HUB] -> [Intel 24 port HUB] -> Windows CD Burning system I removed the Linksys HUB and the error still occured after 300M was downloaded. FreeBSD File Server -> [Intel 24 port HUB] -> Windows CD Burning system I then switched the port on the Intel HUB and the error still occured after 160M was downloaded. I'll have to check if the problem occurs on my other servers later today. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 1:36:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lion.com.ua (lion.com.ua [213.133.161.130]) by hub.freebsd.org (Postfix) with ESMTP id 06E4737B400 for ; Fri, 22 Feb 2002 01:36:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by lion.com.ua (8.11.6/8.11.6) with ESMTP id g1M9U8m59224; Fri, 22 Feb 2002 11:30:11 +0200 (EET) (envelope-from sacomsys@lion.com.ua) Date: Fri, 22 Feb 2002 11:30:08 +0200 (EET) From: Andrey Simonenko To: Cliff Sarginson Cc: Gilbert , Subject: Re: Internet Super Server In-Reply-To: <20020220165742.GE3600@raggedclown.net> Message-ID: <20020222112553.A59156-100000@lion.com.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 On Wed, 20 Feb 2002, Cliff Sarginson wrote: > > ----- Original Message ----- > > From: Gilbert > > Newsgroups: lucky.freebsd.questions > > Sent: Wednesday, February 20, 2002 10:58 AM > > Subject: Internet Super Server > > > > > > > > > > Hi there I would like to set up the Internet Super Server so that I can > > > monitor the size of the Ethernet packets being sent and received on my > > > web servers thus monitoring the amount of bandwidth used. > > > > > > If anyone can help me out how to set this up as I am fairly new with > > > FreeBSD. > > > > Previous posts gave suggestions to do what you want, but possibly you > are still confused about the "Internet Super Server". Apart from a few > simple services it provides itself, inetd is just responsible for > processing requests for certain network services and spawning off the > server program that will deal with that service. It knows zero about > the traffic resulting from the running of said service. > I had a talk with Gilbert via email and I understood that "Internet Super Server" in the original email doesn't have anything common with inetd. Of course it is incorrect to call something "Internet Super Server", what is really not inetd. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 1:52: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 8739937B400 for ; Fri, 22 Feb 2002 01:52:04 -0800 (PST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 0ED5A16B22 for ; Fri, 22 Feb 2002 10:52:02 +0100 (CET) Received: from LenConrad.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A93E584C00D0; Fri, 22 Feb 2002 11:11:10 +0100 Message-Id: <5.1.0.14.2.20020222035008.08859618@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Feb 2002 03:51:57 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: postfix and mailq In-Reply-To: <200202220840.g1M8epk23978@lists.unixathome.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 At 03:40 2002-02-22 -0500, you wrote: >I have two boxes running postfix. mailq works on one, but not on another. > Examination of /var/log/maillog confirms that the mailq is not empty. >Yet: > >$ mailq /var/spool/mqueue is empty this happens sometimes, it's not a bad situation :)) > On the other mailq shows me expected output. how can you "expect" output from mailq command? do you know you've got some deferrable/unreachable addresses sent out? > /etc/mail/mailer.conf are >identical. > >postfix-20010228.8_1 - mailq fails postfix-20010228.3_2 - mailq works run 1.1.3 Len http://MenAndMice.com/DNS-training http://BIND8NT.MEIway.com : ISC BIND for NT4 & W2K http://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 Fri Feb 22 1:55:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f94.law14.hotmail.com [64.4.21.94]) by hub.freebsd.org (Postfix) with ESMTP id BE55237B404 for ; Fri, 22 Feb 2002 01:55:43 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 22 Feb 2002 01:55:43 -0800 Received: from 194.6.2.163 by lw14fd.law14.hotmail.msn.com with HTTP; Fri, 22 Feb 2002 09:55:42 GMT X-Originating-IP: [194.6.2.163] From: "Alex Dyas" To: freebsd-questions@freebsd.org Subject: Re - Sorting Apache logs by Date and Time Date: Fri, 22 Feb 2002 09:55:42 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 22 Feb 2002 09:55:43.0572 (UTC) FILETIME=[17B3C140:01C1BB87] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sort -k where n is the space delimeted field you want to sort on. thus to solve your problem : sort -k 4 access_log alex... >Hi All, >is there a quick way to sort apache logs by the date and time >field if the format is the following: > >146.101.149.65 - - [22/Feb/2002:04:18:54 +1100] "GET >/images/test.png HTTP/1.0" 200 381 >"http://www-redirect.scott.sh:8080/cgi-bin/fred.pl" "Mozilla/4.0 >(compatible; MSIE 5.5; Windows 98)" > >This is a sample line. > >I have found difficulty in using the sort utility because of the >textual month names, as well as the fact that the separators are >both slashes and colons. > >Regards and TIA, >Scott Aitken _________________________________________________________________ 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 Fri Feb 22 2:29: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gw1-mail.cict.fr (gw1-mail.cict.fr [195.220.59.20]) by hub.freebsd.org (Postfix) with ESMTP id 15C4F37B405 for ; Fri, 22 Feb 2002 02:29:04 -0800 (PST) Received: from gw1-mail.cict.fr (IDENT:root@localhost.cict.fr [127.0.0.1]) by gw1-mail.cict.fr (8.11.6/8.11.6) with ESMTP id g1MASuB15612 for ; Fri, 22 Feb 2002 11:28:56 +0100 Received: from irit.irit.fr (irit.irit.fr [141.115.4.5]) by gw1-mail.cict.fr (8.11.6/8.11.6) with ESMTP id g1MASuJ15605 for ; Fri, 22 Feb 2002 11:28:56 +0100 Received: from irit.fr (horloge [141.115.8.82]) by irit.irit.fr (8.11.6/8.11.6) with ESMTP id g1MASuP26599 for ; Fri, 22 Feb 2002 11:28:57 +0100 (MET) Message-ID: <3C761D68.F89F63D2@irit.fr> Date: Fri, 22 Feb 2002 11:28:56 +0100 From: Jose RODRIGUEZ Organization: Institu de Recherce d'Informatiqu de Toulouse X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.9-6 i686) X-Accept-Language: ex-MX,fr MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Real Time 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! I'm working with Linux Red Hat, i trying to develop Real-Time applications, but Linux lacks of Real Time characteristics (scheduling algorithms, dead -line and time restriction management) What about FreeBSD? It is possible to develop this kind of applications in FreeBSD? Thanks in advance -- """"""""""""""""""""""""""""""""""" " José G. Rodríguez " " IRIT-Université Paul Sabatier " " 118, Route de Narbonne " " Bât 1R1; Porte 21 " " 31062 Toulouse Cedex, FRANCE " " Tél. 00 33 5 61 55 63 21 " " fax. 00 33 5 61 55 68 47 " """"""""""""""""""""""""""""""""""" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 2:44:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gloviz.co.za (mail.gloviz.co.za [196.7.154.66]) by hub.freebsd.org (Postfix) with ESMTP id 462CC37B404 for ; Fri, 22 Feb 2002 02:44:14 -0800 (PST) Received: from Gilbert (user27 [192.168.0.29]) by mail.gloviz.co.za (8.11.1/8.11.1) with ESMTP id g1MAsbl08273 for ; Fri, 22 Feb 2002 12:54:41 +0200 (SAST) (envelope-from gilbert@mail.gloviz.co.za) From: "Gilbert" To: Subject: SU group Date: Fri, 22 Feb 2002 12:48:33 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0075_01C1BB9F.3FC2A6C0" X-Priority: 1 (Highest) X-MSMail-Priority: High X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: High 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 This is a multi-part message in MIME format. ------=_NextPart_000_0075_01C1BB9F.3FC2A6C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To Whom It May Concern: =20 I am creating a user ( which is for myself) and I want it to have SU access, when I created the user I did put it in the group =93wheel=94 = but I still do not have SU access. =20 If someone can please help me out how to configure this. Thanks =20 Regards, =20 Gilbert Quevauvilliers Global Visions IT Tel: +27 21 461 1999 Fax: +27 21 461 2999 Mobile: 0722496230 =20 =20 ------=_NextPart_000_0075_01C1BB9F.3FC2A6C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

To Whom It May Concern:

 

I am creating a user ( which is for myself) and I = want it to have SU access, when I created the user I did put it in the group = “wheel” but I still do not have SU access.

 

If someone can please help me out how to configure = this. Thanks

 

Regards,

 

Gilbert = Quevauvilliers

Global = Visions IT

Tel: +27 21 = 461 1999

Fax: +27 21 = 461 2999

Mobile<= /font>: 0722496230

 

 

------=_NextPart_000_0075_01C1BB9F.3FC2A6C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 2:45:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 45D4337B400 for ; Fri, 22 Feb 2002 02:45:41 -0800 (PST) Received: (from uucp@localhost) by frmug.org (8.11.3/8.11.3/frmug-2.7/nospam) with UUCP id g1MAjYX24034; Fri, 22 Feb 2002 11:45:34 +0100 (CET) (envelope-from erwan@free.fr) Received: from free.fr (localhost [127.0.0.1]) by amelie.frmug.org (Postfix) with ESMTP id 1AB027044; Fri, 22 Feb 2002 11:41:11 +0100 (CET) Message-ID: <3C762046.4090203@free.fr> Date: Fri, 22 Feb 2002 11:41:10 +0100 From: Erwan Arzur User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020205 X-Accept-Language: en-us MIME-Version: 1.0 To: Edwin Groothuis Cc: Craig R , questions@freebsd.org Subject: Re: 1.0 outlawed? References: <20020222180424.T494@k7.mavetju.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 Edwin Groothuis wrote: > On Thu, Feb 21, 2002 at 10:29:01PM -0800, Craig R wrote: > >>According to the FreeBSD web site, FreeBSD 1.X was based on 4.3BSD-Lite >>(``Net/2''), which suffered some legal troubles. Does this mean that any >>copy of FreeBSD 1.X lying around is illegal? I'm asking because I'd like to >>find a copy somewhere to install it and see what it was like. >> I've got the CD here, and if anybody's interested and can provide the space and bandwidth close enough to me, i can upload an ISO image of it ... What is amazing, is that more than 8 years after this release, most of the people listed in the credits are still around and working on this amazing OS we're using :-) Thank you ! thank you ! thank you ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 2:47:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 5180637B416 for ; Fri, 22 Feb 2002 02:47:53 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222104753.JSGV2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 10:47:53 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1MAlqQ84110; Fri, 22 Feb 2002 02:47:52 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 02:47:52 -0800 From: "Crist J. Clark" To: Simon J Mudd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw and getting the interface logged Message-ID: <20020222024752.K48401@blossom.cjclark.org> References: <20020221084955.C48401@blossom.cjclark.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 sjmudd@pobox.com on Thu, Feb 21, 2002 at 06:50:13PM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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 Thu, Feb 21, 2002 at 06:50:13PM +0100, Simon J Mudd wrote: > Hello Crist, > > On Thu, 21 Feb 2002, Crist J. Clark wrote: > > > On Thu, Feb 21, 2002 at 05:18:59PM +0100, Simon J Mudd wrote: > > > I'm running 4.5-STABLE with ipfw and having trouble with my firewall > > > rules. However they are probably my own doing. > > > > > > Via syslog I see messages of the type: > > > > > > Feb 21 16:13:56 unicorn /kernel: Connection attempt to TCP 44.133.228.2:6000 from 44.133.228.5:2187 > > > Feb 21 16:13:57 unicorn /kernel: Connection attempt to TCP 44.133.228.2:6000 from 44.133.228.5:2188 > > > > Which are from net.inet.tcp.log_in_vain being set, not from ipfw(8). > > > > > Which I think my rules should allow: > > > > > > ${fwcmd} add pass all from ${inet} to ${inet} via ${iif} > > > > And they are letting it through if they are being logged in vain. > > ipfw doesn't talk about this sysctl. Could you point me to something which > explains it better? Because it has nothing to do with ipfw(8). See tcp(4), tcp.log_in_vain Log any connection attempts to ports where there is not a socket accepting connections. > > > where > > > > > > # set these to your inside interface network and netmask and ip > > > iif="ed0" > > > inet="44.133.228.0/26" > > > iip="44.133.228.2" > > > > > > How can I get syslog to log more information such as at least the > > > interface over which the traffic is arriving? > > > > If ipfw(8) was logging the packets, the interface information would be > > there. > > Ok, so for whatever reason my packets aren't being logged because my rules > don't matched correctly. I guess there's no way to get more information > out from the log_in_vain sysctl as it might help me diagnose my problem? I think it is telling you all you need to know. The packets are being received by the system, but nobody (no daemon) is listening for them. The firewall is passing the packets. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 2:51:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 91EE337B400 for ; Fri, 22 Feb 2002 02:51:46 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222105146.JSWM2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 10:51:46 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1MApkN84130; Fri, 22 Feb 2002 02:51:46 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 02:51:46 -0800 From: "Crist J. Clark" To: Joe & Fhe Barbish Cc: Simon J Mudd , FBSDQ Subject: Re: ipfw and getting the interface logged Message-ID: <20020222025145.L48401@blossom.cjclark.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from barbish@a1poweruser.com on Thu, Feb 21, 2002 at 12:30:22PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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 Thu, Feb 21, 2002 at 12:30:22PM -0500, Joe & Fhe Barbish wrote: > This messages are being issued by the log_in_vain="YES" > option in rc.conf. These are connection attempts by somebody > who is trying to break into your system and got stopped before > your IPFW firewall even knows about it. That is not true. If something is logged by log_in_vain, it must have passed ipfw(8). ipfw(8) comes first. log_in_vain is triggered when the packets are being processed at the transport layer. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 2:55: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pppc24.gsi.de (pppc24.gsi.de [140.181.103.57]) by hub.freebsd.org (Postfix) with SMTP id 2AE2037B402 for ; Fri, 22 Feb 2002 02:54:59 -0800 (PST) Received: (qmail 18970 invoked by uid 1000); 22 Feb 2002 14:29:03 -0000 From: "Serban Udrea" Date: Fri, 22 Feb 2002 13:29:03 -0100 To: freebsd-questions@FreeBSD.ORG Subject: Re: Real Time Message-ID: <20020222132903.A18836@pppc24.gsi.de> References: <3C761D68.F89F63D2@irit.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <3C761D68.F89F63D2@irit.fr>; from rodrigue@irit.fr on Fri, Feb 22, 2002 at 11:28:56AM +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 Fri, Feb 22, 2002 at 11:28:56AM +0100, Jose RODRIGUEZ wrote: > HI! > > I'm working with Linux Red Hat, i trying to develop Real-Time > applications, but Linux lacks of Real Time characteristics (scheduling > algorithms, dead -line and time restriction management) > > What about FreeBSD? It is possible to develop this kind of applications > in FreeBSD? > > Thanks in advance There are solutions for *BSD and Linux: http://fsmlabs.com/products/software.htm For Linux at least you may also take a look at: http://www.realtimelinux.org/ Trying real-time with a "normal" Linux kernel is shurely waisting your time. I don't know much about *BSD kernels since I'm pretty new to *BSD. Regards, Serban -- #<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><># # "Human beings, like all other life forms, are parts of an inseparable # # organic whole. Their intelligence, therefore, implies that, the whole too # # is intelligent" # #<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><># Serban Udrea S.Udrea@gsi.de GSI - Plasma Physics Department Darmstadt, Germany To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 2:55:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by hub.freebsd.org (Postfix) with ESMTP id D02DE37B405 for ; Fri, 22 Feb 2002 02:55:19 -0800 (PST) Received: from there (lille-1-a7-0-87.dial.proxad.net [62.147.0.87]) by postfix3-2.free.fr (Postfix) with SMTP id 540E517F07 for ; Fri, 22 Feb 2002 11:55:18 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: shell Date: Fri, 22 Feb 2002 11:49:58 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020222105518.540E517F07@postfix3-2.free.fr> Sender: owner-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 did a mistake when chaning my shell. Did a chsh and would change chsh to bash in vi. Vi is not my favorite editer. So an escape : w must write the changes, isn't. Something goes wrong and now I'm without a shell and can no more=20 login as ROOT . No su as user (wheel permission) also of course. Is ther any way to restore my shell ? Thanks in advance. --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 2:59:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from free.beastie.de (free.beastie.de [213.221.117.2]) by hub.freebsd.org (Postfix) with SMTP id 2644537B400 for ; Fri, 22 Feb 2002 02:59:53 -0800 (PST) Received: (qmail 24307 invoked by uid 500); 22 Feb 2002 10:59:50 -0000 Mail-Followup-To: freebsd-questions@FreeBSD.ORG, gilbert@mail.gloviz.co.za Date: Fri, 22 Feb 2002 11:59:50 +0100 From: Martin Hasenbein To: Gilbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SU group Message-ID: <20020222115950.A22887@free.beastie.de> Reply-To: Martin Hasenbein References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from gilbert@mail.gloviz.co.za on Fri, Feb 22, 2002 at 12:48:33PM +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 Gilbert (gilbert@mail.gloviz.co.za) wrote: Hi Gilbert, > I am creating a user ( which is for myself) and I want it to have SU > access, when I created the user I did put it in the group “wheel” but I > still do not have SU access. Do you mean su or SU? If you mean SU, you maybe have to create the file /etc/default/trusted.users and put your login name in there. /mh -- Martin Hasenbein -- mh@free.beastie.de UNIX, a way of life. FreeBSD, my choice of living. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3: 0:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 89FF837B417 for ; Fri, 22 Feb 2002 03:00:29 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222110029.SRTS1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 11:00:29 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1MB0Pb84167; Fri, 22 Feb 2002 03:00:25 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 03:00:25 -0800 From: "Crist J. Clark" To: Simon J Mudd Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ipfw and getting the interface logged Message-ID: <20020222030025.M48401@blossom.cjclark.org> References: <861yfen1tv.fsf@unicorn.ea4els.ampr.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <861yfen1tv.fsf@unicorn.ea4els.ampr.org>; from sjmudd@pobox.com on Thu, Feb 21, 2002 at 07:10:04PM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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 Thu, Feb 21, 2002 at 07:10:04PM +0100, Simon J Mudd wrote: > sjmudd@pobox.com (Simon J Mudd) writes: > > > Feb 21 16:13:56 unicorn /kernel: Connection attempt to TCP 44.133.228.2:6000 from 44.133.228.5:2187 > > Feb 21 16:13:57 unicorn /kernel: Connection attempt to TCP 44.133.228.2:6000 from 44.133.228.5:2188 > > Typical "not reading the manual" shows me that this is in > /var/log/messages and in fact the ipfw logging is working in > /var/log/security > > I'm just surprised that the firewall_log_in_vain sysctl doesn't > produce the output in the same file as the ipfw output. Perhaps it > would make sense to duplicate this. That actually may be a good idea. log_in_vain is presently logged to the 'kern' facility which is why it ends up in messages and not security. You can change your syslog.conf so they go there. I think I'll propose changing log_in_vain to use the 'security' facility. > Now I can see what's going on I can probably find the problem with my > rules. Like I said a number of times, ;) there is no problem with your firewall rules. Your X server is not listening. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3: 1:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rambo.simx.org (rambo.simx.org [194.17.208.54]) by hub.freebsd.org (Postfix) with ESMTP id C30E237B400 for ; Fri, 22 Feb 2002 03:01:43 -0800 (PST) Received: from rambo.simx.org (rocky [192.168.0.2]) by rambo.simx.org (8.11.6/8.11.6) with ESMTP id g1MB1bZ96440; Fri, 22 Feb 2002 11:01:37 GMT (envelope-from listsub@rambo.simx.org) Message-ID: <3C76250C.40700@rambo.simx.org> Date: Fri, 22 Feb 2002 12:01:32 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us MIME-Version: 1.0 To: mess-mate Cc: freebsd-questions-en Subject: Re: shell References: <20020222105518.540E517F07@postfix3-2.free.fr> Content-Type: text/plain; charset=ISO-8859-15; 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 mess-mate wrote: >Hello all, >I did a mistake when chaning my shell. >Did a chsh and would change chsh to bash in vi. >Vi is not my favorite editer. >So an escape : w must write the changes, isn't. >Something goes wrong and now I'm without a shell and can no more >login as ROOT . >No su as user (wheel permission) also of course. >Is ther any way to restore my shell ? >Thanks in advance. > You could try booting to sinle user mode. I know that if you boot to single user mode and root's shell is on a partition that is not mounted, it says somethine like "Enter full path of shell or press enter for /bin/sh". Press enter and you will get sh, that should allow you to change your shell back to whatever you want. -- R > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3:10:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id A0A8E37B402 for ; Fri, 22 Feb 2002 03:10:14 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222111014.JWDA2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 11:10:14 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1MBAE984451; Fri, 22 Feb 2002 03:10:14 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 03:10:14 -0800 From: "Crist J. Clark" To: Joe & Fhe Barbish Cc: Drew Tomlinson , FBSDQ Subject: Re: Migrate from IPF to IPFW Message-ID: <20020222031014.N48401@blossom.cjclark.org> References: <00a501c1aa82$e1d508f0$c42a6ba5@lc.ca.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from barbish@a1poweruser.com on Thu, Feb 21, 2002 at 06:46:23PM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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 Thu, Feb 21, 2002 at 06:46:23PM -0500, Joe & Fhe Barbish wrote: > Don't know how far you have gotten, but I just completed doing the same > thing. First thing is to remove the natd divert rule from your ipfw rules. > Natd and ipfw were never designed to work together. That's not really accurate. First there was ipfw(8). Then natd(8) was created to work with ipfw(8) using divert(4) sockets. It was later that 'keep-state' capabilities were added to ipfw(8), and it is 'keep-state' that is tricky to get to work with natd(8). -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3:15:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id D8BB737B402 for ; Fri, 22 Feb 2002 03:15:51 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222111551.JXAA2626.rwcrmhc51.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 11:15:51 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1MBFpI84486; Fri, 22 Feb 2002 03:15:51 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 03:15:51 -0800 From: "Crist J. Clark" To: Garret R Spears Cc: freeBSD Info Subject: Re: miibus_if.h Message-ID: <20020222031551.O48401@blossom.cjclark.org> References: <000701c1bb42$c46566e0$11cb173f@oemcomputer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000701c1bb42$c46566e0$11cb173f@oemcomputer>; from spearsg@gte.net on Thu, Feb 21, 2002 at 05:46:35PM -0800 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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 Thu, Feb 21, 2002 at 05:46:35PM -0800, Garret R Spears wrote: > Ok, I am pretty sure that I have gone thru everything looking for > miibus_if.h. There is no such file in the source. It is auto generated from files in src/sys/dev/mii. That directory should be there in RELENG_4_0_0_RELEASE. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3:17:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from public.szptt.net.cn (mail1-smtp.szptt.net.cn [202.96.136.221]) by hub.freebsd.org (Postfix) with SMTP id 843F337B404 for ; Fri, 22 Feb 2002 03:15:36 -0800 (PST) Received: from youji([61.144.216.36]) by public.szptt.net.cn(JetMail 2.5.3.0) with SMTP id jm223c7637d5; Fri, 22 Feb 2002 11:15:11 -0000 Message-ID: <024e01c1bb92$79488660$4300005a@youji> From: "Tony Jang" To: Subject: Fw: hello Date: Fri, 22 Feb 2002 19:16:35 +0800 MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_NextPart_000_023C_01C1BBD5.724D9600"; type="multipart/alternative" X-Priority: 1 X-MSMail-Priority: High 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_023C_01C1BBD5.724D9600 Content-Type: multipart/alternative; boundary="----=_NextPart_001_023D_01C1BBD5.724D9600" ------=_NextPart_001_023D_01C1BBD5.724D9600 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: base64 19TIuw0KaGVsbG8hIA0KDQpIb3cgYXJlIHlvdSByZWNlbnRseS4gSSBhbSBUb255LEkgaG9wZSB5 b3UgcmVtZW1iZXIgbWUuDQoNCjEuPkknZCBsaWtlIHRvIGluZm9ybSB5b3Ugb3VyIHdlYnNpdGUg aXMgZmluaXNoZWQseW91IGNhbiB2aXNpdCAgd3d3LmFzaWFtYWdpYy5jb20gIHRvIGdldCBtb3Jl IGluZm8uY29uY2VybmluZyBvdXIgY29tcGFueSBhbmQgcHJvZHVjdHMsDQoNCjIuPmN1cnJlbnRs eSxJIHdvdWxkIGxpa2UgdG8gbGV0IHlvdSBrbm93IG91ciBzdG9ja3MgbGlzdCBvZmZlciAgaW4g cmVkIGNvbG9yIGFuZCBzcGVjaWFsIG9mZmVyIGluIGJsdWUgY29sb3IgZm9yIHlvdXIgY29uc2lk ZXJhdGlvbi4gR29vZHMgYXJlIGxpc3RlZCBiZWxvdyB3aXRoIGludmVudG9yeSBpbiBIb25nS29u ZyAgY2FuIG1ha2UgYSAgcHJvbXB0IHNoaXBtZW50Lg0KDQpIZXJldW5kZXIgaXMgb3VyIHN0b2Nr cyBsaXN0IG9mZmVyOg0KMS4gVHJpZGVudCA5NzUwIDRNQiBQQ0kgICAgICAgICAgICAgVVNEIDEw LjAwICAgICAgICAgICAgICAgIDI0NXBjcw0KMi4gVHJpZGVudCA5NzUwIDRNQiBBR1AgICAgICAg ICAgICBVU0QgICA5LjUwICAgICAgICAgICAgICAgIDQ5MHBjcw0KMy4gUzMgU2F2YWdlNCAzMk1C IEFHUCAgICAgICAgICAgIFVTRCAxNy44MCAgICAgICAgICAgICAgICAxMTAwcGNzDQo0LiBBVEkg UmFnZTEyOCBQcm8gMzJNQiBBR1AgICAgIFVTRCAyMi44MCAgICAgICAgICAgICAgICAxOTlwY3MN CjUuIENNSSA4NzM4IFBDSSBTL0MgNCBDaGFubmVsICAgIFVTRCAgIDQuNTAgICAgICAgICAgICAg ICAgOTAwMHBjcw0KNi4gQ01JIDg3MzggUENJIFMvQyA2IENoYW5uZWwgICAgVVNEICAgNi41MCAg ICAgICAgICAgICAgICA0MDAwcGNzDQo3LiBSZWFsdGVrIDgxMzlDIFBDSSBMYW4gQ2FyZCAgICBV U0QgICA0LjMwICAgICAgICAgICAgICAgIDQwMDBwY3MNCjguIEFUSSBSYWdlIFBybyBUdXJibyA4 TUIgQUdQICAgVVNEIDEwLjMwICAgICAgICAgICAgICAgIDMwMDBwY3MNCjkuIE5WaWRpYSBNWDQw MCA2NE1CIEFHUCAgICAgICAgICBVU0QgNTAuNTAgICAgICAgICAgICAgICAgMjAwcGNzDQoxMCBT SVMgMzA1IDMyTUIgQUdQICAgICAgICAgICAgICAgICAgIFVTRCAxNy4wMCAgICAgICAgICAgICAg IDE1MDBwY3MNCkhlcmV1bmRlciBpcyBzcGVjaWFsIG9mZmVyOg0KMS4gR2Vmb3JjZSAyTVggNDAw IDY0TUIgICAgICAgICAgICAgVVNEIDUwLjUgICAgICAgICAgICAgICAgICAgIDEwMDBwY3MNCjIu IEdlZm9yY2UgMk1YIDIwMCAzMk1CICAgICAgICAgICAgIFVTRCAzOC41ICAgICAgICAgICAgICAg ICAgICAxMDAwcGNzDQozLiBUTlQyIE02NCAzMk1CICAgICAgICAgICAgICAgICAgICAgICBVU0Qg MjcuMCAgICAgICAgICAgICAgICAgICAgMjAwMHBjcyAgICBMZWFkdGltZSA0LTVkYXlzLg0KNC4g QVRJIFJhZ2UgUHJvIFR1YnJvIDhNQiAgICAgICAgICAgVVNEIDEwLjMgICAgICAgICAgICAgICAg ICAgIDEwMDBwY3MgICAoV2FycmFudHkgMyBtb250aCkNCjUuIFNJUyAzMDUgMzJNQiAgICAgICAg ICAgICAgICAgICAgICAgICAgIFVTRCAxNi41ICAgICAgICAgICAgICAgICAgICAxMTAwcGNzICAg KEV4LXdvcmsgU2luZ2Fwb3JlKSAoRk9CIFNpbmdhcG9yZSkNCjYuIFMzIFNhdmFnZTQgMTZNQi8z Mk1CICAgICAgICAgICAgVVNEIENhbGwgICAgICAgICAgICAgICAgICAgICAxMDAwcGNzDQpIYXZl IDFrIGNoaXBzZXQsIHdhaXRpbmcgY3VzdG9tZXIgb3JkZXIgcHJvZHVjZSAxNk1CLzMyTUIuDQoN CjIuPmlmIHlvdSBoYXZlIGludGVyZXN0IGluIGFib3ZlIHByb2R1Y3RzLHBsZWFzZSBmZWVsIGZy ZWUgdG8gbGV0IG1lIGtub3csYWZ0ZXIgdGhhdCwgdGhlIHByaWNlIHNob3VsZCBiZSBhZGp1c3Rl ZCBhIGxpdHRsZSBiaXQgZ29pbmcgdXAuSSBob3BlIHlvdSBsaWtlIGl0Lg0KDQpJIGxvb2sgZm9y d2FyZCB0byBoZWFyaW5nIGZyb20geW91LiBhZ2FpbiBzb29uLg0KYmVzdCByZWdhcmRzIQ0KVG9u eSBqYW5nDQotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tDQpBc2lhIE1hZ2ljIChILksuKSBMdGQNClVuaXQgMTEsIDcvRixIYXJyeSBJ bmR1c3RyaWFsIEJsZGcgDQo0OS01MSwgQXUgUHVpIFdhbiBTVC5Gb3RhbiwgTi5ULkhvbmcgS29u Zw0KVGVsOiA4NTItMjY5ODI1NTAgL0ZheDogODUyLTI2OTgzMTg2ICANCnRvbnlAYXNpYW1hZ2lj LmNvbSAvaHR0cDovL3d3dy5hc2lhbWFnaWMuY29tDQpTaGVuemhlbiBPZmZpY2UNClRlbDogMDAg ODYgNzU1IDM2OCA5NjQ1IC9GYXg6IDAwIDg2IDc1NSAzNjggOTY0Mw0KLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg== ------=_NextPart_001_023D_01C1BBD5.724D9600 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPjxUSVRMRSBpZD1yaWRUaXRsZT7X1Mi7PC9USVRMRT48QkFTRSAN CmhyZWY9ZmlsZTovL0M6XFBST0dSQX4xXENPTU1PTn4xXE1JQ1JPU34xXFN0YXRpb25lcnlcPg0K PE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUgY29udGVudD0idGV4dC9odG1sOyBjaGFyc2V0 PWdiMjMxMiI+DQo8U1RZTEU+Qk9EWSB7DQoJTUFSR0lOLVRPUDogNXB4OyBGT05ULVNJWkU6IDEw cHQ7IE1BUkdJTi1MRUZUOiAzMHB4OyBDT0xPUjogIzMzMzM5OTsgRk9OVC1GQU1JTFk6IFRyZWJ1 Y2hldCBNUywgy87M5Q0KfQ0KSU1HIHsNCglNQVJHSU4tVE9QOiA1cHg7IE1BUkdJTi1MRUZUOiAt MzBweA0KfQ0KPC9TVFlMRT4NCg0KPE1FVEEgY29udGVudD0iTVNIVE1MIDYuMDAuMjYwMC4wIiBu YW1lPUdFTkVSQVRPUj48L0hFQUQ+DQo8Qk9EWSBpZD1yaWRCb2R5IGJnQ29sb3I9I2ZmZmZmZiAN CmJhY2tncm91bmQ9Y2lkOjAyM2IwMWMxYmI5MiQ2M2I0ZDdlMCQ0MzAwMDA1YUB5b3VqaT4NCjxE SVY+PElNRyBpZD1yaWRJbWcgc3JjPSJjaWQ6MDIzYTAxYzFiYjkyJDYzYjRkN2UwJDQzMDAwMDVh QHlvdWppIiANCmFsaWduPWJvdHRvbT48L0RJVj4NCjxESVY+aGVsbG8hIDwvRElWPg0KPERJVj4m bmJzcDs8L0RJVj4NCjxESVY+PEZPTlQgZmFjZT3LzszlIHNpemU9Mj48Rk9OVCBzaXplPTI+PEZP TlQgZmFjZT0iVHJlYnVjaGV0IE1TIiANCmNvbG9yPSMwMDAwODA+SG93IGFyZSB5b3UgcmVjZW50 bHkuIEkgYW0gVG9ueSxJIGhvcGUgeW91IHJlbWVtYmVyIA0KbWUuPC9GT05UPjwvRElWPg0KPERJ Vj4NCjxESVYgY2xhc3M9TXNvQXV0b1NpZyBkaXI9bHRyPg0KPERJVj4NCjxESVY+PEZPTlQgZmFj ZT0iVHJlYnVjaGV0IE1TIiBjb2xvcj0jMDAwMDgwPjwvRk9OVD4mbmJzcDs8L0RJVj4NCjxESVY+ PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIiBjb2xvcj0jMDAwMDgwPjEuJmd0O0knZCBsaWtlIHRv IGluZm9ybSB5b3Ugb3VyIA0Kd2Vic2l0ZSBpcyBmaW5pc2hlZCx5b3UgY2FuIHZpc2l0PFU+Jm5i c3A7IDxBIA0KaHJlZj0iaHR0cDovL3d3dy5hc2lhbWFnaWMuY29tIj48Rk9OVCANCmNvbG9yPSMw MDAwZmY+d3d3LmFzaWFtYWdpYy5jb208L0ZPTlQ+PC9BPjwvVT4mbmJzcDsgdG8gZ2V0IG1vcmUg aW5mby5jb25jZXJuaW5nIA0Kb3VyIGNvbXBhbnkgYW5kIHByb2R1Y3RzLDwvRk9OVD48L0RJVj4N CjxESVY+PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIiBjb2xvcj0jMDAwMDgwPjwvRk9OVD4mbmJz cDs8L0RJVj4NCjxESVY+PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIj48Rk9OVCBjb2xvcj0jMDAw MDgwPjIuJmd0O2N1cnJlbnRseSxJPC9GT05UPjxGT05UIA0KY29sb3I9IzAwMDA4MD4gd291bGQg bGlrZSB0byBsZXQgeW91IGtub3cmbmJzcDtvdXIgc3RvY2tzIGxpc3Qgb2ZmZXImbmJzcDs8Rk9O VCANCmNvbG9yPSNmZjAwMDA+IGluIHJlZCBjb2xvcjwvRk9OVD4gYW5kIHNwZWNpYWwgb2ZmZXIg PEZPTlQgY29sb3I9IzAwMDBmZj5pbiBibHVlIA0KY29sb3I8L0ZPTlQ+IGZvciB5b3VyIGNvbnNp ZGVyYXRpb24uJm5ic3A7R29vZHMgYXJlIGxpc3RlZCZuYnNwO2JlbG93Jm5ic3A7d2l0aCANCmlu dmVudG9yeSBpbiBIb25nS29uZyZuYnNwOyBjYW4gbWFrZSBhICZuYnNwO3Byb21wdCANCnNoaXBt ZW50LjwvRk9OVD48L0ZPTlQ+PC9ESVY+DQo8RElWPg0KPERJVj48Rk9OVCBmYWNlPSJUcmVidWNo ZXQgTVMiIGNvbG9yPSNmZjAwMDA+PC9GT05UPiZuYnNwOzwvRElWPg0KPERJVj48Rk9OVCBmYWNl PSJUcmVidWNoZXQgTVMiIGNvbG9yPSNmZjAwMDA+SGVyZXVuZGVyIGlzIG91ciBzdG9ja3MgbGlz dCANCm9mZmVyOjwvRk9OVD48L0RJVj4NCjxESVY+DQo8RElWPjxGT05UIGZhY2U9IlRyZWJ1Y2hl dCBNUyIgY29sb3I9I2ZmMDAwMD4xLiBUcmlkZW50IDk3NTAgNE1CIA0KUENJJm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7VVNEIA0KMTAuMDAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQombmJzcDsmbmJzcDsmbmJzcDsy NDVwY3M8L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIGZhY2U9IlRyZWJ1Y2hldCBNUyIgY29sb3I9 I2ZmMDAwMD4yLiBUcmlkZW50IDk3NTAgNE1CIA0KQUdQJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7VVNEJm5ic3A7 Jm5ic3A7IA0KOS41MCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCjQ5MHBjczwv Rk9OVD48L0RJVj4NCjxESVY+PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIiBjb2xvcj0jZmYwMDAw PjMuIFMzIFNhdmFnZTQgMzJNQiANCkFHUCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO1VTRCANCjE3LjgwJm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7MTEwMHBjczwvRk9OVD48L0RJVj4NCjxE SVY+PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIiBjb2xvcj0jZmYwMDAwPjQuIEFUSSBSYWdlMTI4 IFBybyAzMk1CIA0KQUdQJm5ic3A7Jm5ic3A7Jm5ic3A7ICZuYnNwO1VTRCANCjIyLjgwJm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7MTk5cGNzPC9GT05UPjwvRElWPg0KPERJ Vj48Rk9OVCBmYWNlPSJUcmVidWNoZXQgTVMiIGNvbG9yPSNmZjAwMDA+NS4gQ01JIDg3MzggUENJ IFMvQyA0IA0KQ2hhbm5lbCZuYnNwOyZuYnNwOyZuYnNwOyBVU0QmbmJzcDsgDQombmJzcDs0LjUw Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KOTAwMHBjczwvRk9OVD48L0RJVj4N CjxESVY+PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIiBjb2xvcj0jZmYwMDAwPjYuIENNSSA4NzM4 IFBDSSBTL0MgNiANCkNoYW5uZWwmbmJzcDsmbmJzcDsmbmJzcDsgVVNEJm5ic3A7IA0KJm5ic3A7 Ni41MCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCjQwMDBwY3M8L0ZPTlQ+PC9E SVY+DQo8RElWPjxGT05UIGZhY2U9IlRyZWJ1Y2hldCBNUyIgY29sb3I9I2ZmMDAwMD43LiBSZWFs dGVrIDgxMzlDIFBDSSBMYW4gDQpDYXJkJm5ic3A7Jm5ic3A7Jm5ic3A7IFVTRCZuYnNwOyZuYnNw OyANCjQuMzAmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDs0MDAwcGNzPC9G T05UPjwvRElWPg0KPERJVj48Rk9OVCBmYWNlPSJUcmVidWNoZXQgTVMiIGNvbG9yPSNmZjAwMDA+ OC4gQVRJIFJhZ2UgUHJvIFR1cmJvIDhNQiANCkFHUCZuYnNwOyZuYnNwOyBVU0QgDQoxMC4zMCZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyANCjMwMDBwY3M8L0ZPTlQ+PC9ESVY+DQo8 RElWPjxGT05UIGZhY2U9IlRyZWJ1Y2hldCBNUyIgY29sb3I9I2ZmMDAwMD45LiBOVmlkaWEgTVg0 MDAgNjRNQiANCkFHUCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyBVU0QgDQo1MC41MCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOzIwMHBjczwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIiBj b2xvcj0jZmYwMDAwPjEwIFNJUyAzMDUgMzJNQiANCkFHUCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO1VTRCANCjE3LjAwJm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7IA0KMTUwMHBjczwvRk9OVD48L0RJVj48L0RJVj4NCjxESVY+PEZPTlQg ZmFjZT0iVHJlYnVjaGV0IE1TIiBjb2xvcj0jMDAwMGZmPkhlcmV1bmRlciBpcyBzcGVjaWFsIA0K b2ZmZXI6PC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBmYWNlPSJUcmVidWNoZXQgTVMiIGNvbG9y PSMwMDAwZmY+MS4gR2Vmb3JjZSAyTVggNDAwIA0KNjRNQiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyBVU0QgDQo1 MC41Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7IA0KMTAwMHBjczwvRk9OVD48L0RJVj4NCjxESVY+PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1T IiBjb2xvcj0jMDAwMGZmPjIuIEdlZm9yY2UgMk1YIDIwMCANCjMyTUImbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsg VVNEIA0KMzguNSZuYnNwOyZuYnNwOyZuYnNwOyAmbmJzcDsmbmJzcDsmbmJzcDsgJm5ic3A7Jm5i c3A7Jm5ic3A7ICZuYnNwOyZuYnNwOyZuYnNwOyANCiZuYnNwOyZuYnNwOyZuYnNwOyAxMDAwcGNz PC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBmYWNlPSJUcmVidWNoZXQgTVMiPjxGT05UIGNvbG9y PSMwMDAwZmY+My4gVE5UMiBNNjQgDQozMk1CJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7IA0KVVNEIA0KMjcu MCZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOzIwMDBwY3MmbmJzcDsmbmJzcDsmbmJzcDsgDQo8L0ZPTlQ+PEZPTlQgY29sb3I9IzAw MDBmZj5MZWFkdGltZSA0LTVkYXlzLjwvRk9OVD48L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIGZh Y2U9IlRyZWJ1Y2hldCBNUyI+PEZPTlQgY29sb3I9IzAwMDBmZj40LiBBVEkgUmFnZSBQcm8gVHVi cm8gOE1CIA0KJm5ic3A7Jm5ic3A7Jm5ic3A7ICZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyBVU0QgDQoxMC4zJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7 Jm5ic3A7Jm5ic3A7Jm5ic3A7MTAwMHBjcyZuYnNwOyZuYnNwOyANCjwvRk9OVD48Rk9OVCBjb2xv cj0jMDAwMGZmPihXYXJyYW50eSAzIG1vbnRoKTwvRk9OVD48L0ZPTlQ+PC9ESVY+DQo8RElWPjxG T05UIGZhY2U9IlRyZWJ1Y2hldCBNUyI+PEZPTlQgY29sb3I9IzAwMDBmZj41LiBTSVMgMzA1IA0K MzJNQiZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNw OyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu YnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwO1VTRCAN CjE2LjUmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJz cDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm bmJzcDsmbmJzcDsxMTAwcGNzJm5ic3A7Jm5ic3A7IA0KPC9GT05UPjxGT05UIGNvbG9yPSMwMDAw ZmY+KEV4LXdvcmsgU2luZ2Fwb3JlKSAoRk9CIA0KU2luZ2Fwb3JlKTwvRk9OVD48L0ZPTlQ+PC9E SVY+DQo8RElWPjxGT05UIGZhY2U9IlRyZWJ1Y2hldCBNUyIgY29sb3I9IzAwMDBmZj42LiBTMyBT YXZhZ2U0IA0KMTZNQi8zMk1CJm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7Jm5i c3A7Jm5ic3A7Jm5ic3A7Jm5ic3A7ICZuYnNwO1VTRCANCkNhbGwgJm5ic3A7Jm5ic3A7Jm5ic3A7 ICZuYnNwOyZuYnNwOyZuYnNwOyAmbmJzcDsmbmJzcDsmbmJzcDsgJm5ic3A7Jm5ic3A7Jm5ic3A7 IA0KJm5ic3A7Jm5ic3A7Jm5ic3A7IDEwMDBwY3M8L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIGZh Y2U9IlRyZWJ1Y2hldCBNUyIgY29sb3I9IzAwODAwMD5IYXZlIDFrIGNoaXBzZXQsIHdhaXRpbmcg Y3VzdG9tZXIgDQpvcmRlciBwcm9kdWNlIDE2TUIvMzJNQi48L0ZPTlQ+PC9ESVY+DQo8RElWPjxG T05UIGZhY2U9IlRyZWJ1Y2hldCBNUyIgY29sb3I9IzAwODAwMD48L0ZPTlQ+Jm5ic3A7PC9ESVY+ DQo8RElWPjxGT05UIGNvbG9yPSMwMDAwODA+PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIj48Rk9O VCBzaXplPTM+Mi4mZ3Q7PC9GT05UPmlmIA0KeW91IGhhdmUgaW50ZXJlc3QgaW4gYWJvdmUgcHJv ZHVjdHMscGxlYXNlIGZlZWwgZnJlZSB0byBsZXQgbWUga25vdyxhZnRlciB0aGF0LCANCnRoZSBw cmljZSBzaG91bGQgYmUgYWRqdXN0ZWQgYSBsaXR0bGUgYml0IGdvaW5nIHVwLkkgaG9wZSB5b3Ug bGlrZSANCml0LjwvRk9OVD48L0ZPTlQ+PC9ESVY+DQo8RElWPjxGT05UIGZhY2U9IlRyZWJ1Y2hl dCBNUyIgY29sb3I9IzAwMDA4MD48L0ZPTlQ+Jm5ic3A7PC9ESVY+DQo8RElWPjxGT05UIGZhY2U9 IlRyZWJ1Y2hldCBNUyIgY29sb3I9IzAwMDA4MD5JIGxvb2sgZm9yd2FyZCB0byBoZWFyaW5nIGZy b20geW91LiANCmFnYWluIHNvb24uPC9GT05UPjwvRElWPg0KPERJVj48Rk9OVCBmYWNlPSJUcmVi dWNoZXQgTVMiIGNvbG9yPSMwMDAwODA+YmVzdCByZWdhcmRzITwvRk9OVD48L0RJVj4NCjxESVY+ PEZPTlQgZmFjZT0iVHJlYnVjaGV0IE1TIiBjb2xvcj0jMDAwMDgwPlRvbnkgamFuZzwvRk9OVD48 L0RJVj4NCjxESVY+PEZPTlQgY29sb3I9IzAwMDAwMD48Rk9OVCBjb2xvcj0jMzMzMzk5PjxGT05U IHNpemU9Mj48Rk9OVCANCmZhY2U9IlRyZWJ1Y2hldCBNUyI+PEZPTlQgDQpjb2xvcj0jMDAwMDgw Pi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS08QlI+PC9GT05UPkFzaWEgDQpNYWdpYyAoSC5LLikgTHRkPEJSPlVuaXQgMTEsIDcvRixI YXJyeSBJbmR1c3RyaWFsIEJsZGcgPEJSPjQ5LTUxLCBBdSBQdWkgV2FuIA0KU1QuRm90YW4sIE4u VC5Ib25nIEtvbmc8QlI+VGVsOiA4NTItMjY5ODI1NTAgL0ZheDogODUyLTI2OTgzMTg2Jm5ic3A7 IA0KPEJSPjwvRk9OVD48QSBocmVmPSJtYWlsdG86dG9ueUBhc2lhbWFnaWMuY29tIj48Rk9OVCBm YWNlPSJUcmVidWNoZXQgTVMiIA0KY29sb3I9IzgwMDA4MD50b255QGFzaWFtYWdpYy5jb208L0ZP TlQ+PC9BPjxGT05UIGZhY2U9IlRyZWJ1Y2hldCBNUyI+IDxGT05UIA0KY29sb3I9IzAwMDAwMD4v PC9GT05UPjwvRk9OVD48QSBocmVmPSJodHRwOi8vd3d3LmFzaWFtYWdpYy5jb20vIj48Rk9OVCAN CmZhY2U9IlRyZWJ1Y2hldCBNUyIgY29sb3I9IzgwMDA4MD5odHRwOi8vd3d3LmFzaWFtYWdpYy5j b208L0ZPTlQ+PC9BPjxCUj48Rk9OVCANCmZhY2U9IlRyZWJ1Y2hldCBNUyI+PEZPTlQgY29sb3I9 IzAwMDA4MD5TaGVuemhlbiBPZmZpY2U8L0ZPTlQ+PEJSPlRlbDogMDAgODYgNzU1IA0KMzY4IDk2 NDUgL0ZheDogMDAgODYgNzU1IDM2OCANCjk2NDM8QlI+LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS08L0ZPTlQ+PC9GT05UPjwvRk9O VD48L0ZPTlQ+PC9ESVY+PC9ESVY+PC9ESVY+PC9GT05UPjwvRk9OVD48L0RJVj48L0RJVj48L0JP RFk+PC9IVE1MPg0K ------=_NextPart_001_023D_01C1BBD5.724D9600-- ------=_NextPart_000_023C_01C1BBD5.724D9600 Content-Type: image/gif; name="anabnr2.gif" Content-Transfer-Encoding: base64 Content-ID: <023a01c1bb92$63b4d7e0$4300005a@youji> R0lGODlhWAI8ANX/AMDAwP//zP//mf//Zv//M//M///MzP/Mmf/MZv/MM//MAP+ZzP+ZZv+ZM8z/ /8z/zMz/mcz/Zsz/M8zM/8zMzMzMmczMZszMM8zMAMyZ/8yZzMyZmcyZZsyZM8yZAMxmZsxmM8xm AJn/zJn/mZnM/5nMzJnMmZnMZpnMM5mZ/5mZzJmZmZmZZpmZM5mZAJlmZplmM5lmAGaZmWaZZgAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAABYAjwAQAb/QIBw SCwajwDBQclcOpsCpnQ5jVKp1ezVys1Gv+CwGByIlgXnshrNXrvbcLUcLQ/Y7/i8fs/v+/+AgYKD AQB3hoV2houJjI6NkIuShZNIlpeYmZqbnJ2en6ChoqOkpZpSSk5PT1oIFwOpXUt5WFplWwG1tWNs vQdpAgbBZnHFbmttdclzBgHNv87Rzc500dB504Taf9l23X2PeIbZ5Irm54iMkJHs6ZSUj0Lv8vRC BkIFDwAT+A4GDhMmBOBHIWDBggAKTlCoMKDDgBlUPCxIYkKJCRkmVDQYUEVDjhMdkvj4cALAfSYn PFjYUUMJFSpKHPQo06NFjR8rXqQw0mBM/5cAbBYsUJKgSZgeKbjUQNMlhZ9PmcJ8WsIphZ0LKVxl qvSpVo8el9ZUKlNDV61m03ZVy3YthaAlSlRQUaHEiqp1N5TYwIHFBhaAN1AwocHEVQ4WEiu2gPhX hcWLL1iQjEKy4seI6TygEICzgQePQ1uogDhxaciPE29QXBoz49EcRK9eLZrDCdgnSI9WbWH1it27 RQOvEDp34gon/iJXbgJzhQ2haRMfXYHF9OYVTMQOjZ06dejTn+cmbt1C8+7ZiadXv5449uYbmq9Q byI+8fnY2UOnwP6++//zZWdfBStgB0EFEAy2AQQMEsfggeo1iKCDAcx3IIMUCFBgZzIVuP9BgHZV MJgh/OwTAEADDeRAAQCtpBVLC/nDEkApHcQRQ0XlyNBIKmjgEAU0rvQQQDQaBJCNQy5EAldgHbTP ikeapNBLVN6kJE9QzRjQA0Ttg1RVP8Hkkk0TIDWVlEQ+tORLJDHEU0NafZUBBXNWpZRZbuWpVpwa pMUWAHXFlZ0JBc63wnx0qWCCCiyc0ChggMnQwQUdoDDpaaUdMA1nEBgw2aeTflpBZ7mQyhlnpHqa WmqLlRYbb309B9trpDnHGKuvrdZbcI+tFturugV73HTBFasedRxo9xwL26kXAYLUhRcae6NZ19xo 461q7LCk1becBQH2Bx57Ab5HH4Hrxbf/XbjoeosfdB/291655fpHqIAXQhCfAA4eCB2EyPkHXgne UlAufwYTF59eKwDgAAD6TMBiQFCqdGOMWxp5pZVRXozTRCnQCRKcJJSQAZhUeUUTSA+BKZHDTwq0 Ij8rwizEwwHFnJJDbMZk00AF+czmjyFdtBNYZKaZUpEWIeUSjUAaJFPISOOZFUtofXVW1m21pScA BMdpAsFyyUXYYHINNtgJJkDKAqUXcHBBAh10YEHdk046KmcCPFDqAQ8IQMEBj3ljqjMPNMMZaMPa ceodfnvm2quMWccBX7XuNhutwQGLWOayijZda9aVfhxtyTZL2m0TWsBvhMT2591j1hEI/9xrkHl+ XHmhi6uwegMOWF9+55HLHqQWMMtBbON6O+Fz+a0XPXjQ/dpXX4B10Fqtv/aqmui8gnveYNnxR+ii FQzBJZcVP1yQAzYWScFKm7kIo41vXpXSSvBbbBJRBuEJS0aypJGkYGgO6dj9WEKlMQltBXDiB81Y BEAaReklX+LKRZoWEy3pw2FG+siU3rezGllwIUkJyEaUdBOjzYlHT+lRXMRiMPzFiU8vOouftmYW QJWtLiIS0dgMYxjiyGR8Isqe9i5VN0rV7W6TkkwFDtCpvv2iigHoVOL4E4BRgaYzfQtA5DqjRcVx qla42pxtlveazyFmjawaHXG696rN0f+mN9P5zQliw4LjIGYDG7jNbPZ4nAPt5kDPchC1ngWBep3m Aq5QjGVYg5pZ8WpatcvcecJVoEyqx0PQI43ylNeXxTzmNrlJ0AZewAJWMouVrmSB9lrAghb0xZa2 PM6u2giZ3PUyMQiowAAsEExTjmY+ZptL+oTAJZhFzX0Ss1//NmMx+mHMmkDSn/5kQrEaWUkkO8If R6LUMRjeLGcDlMpF7LdABgbkIj0h4JtSQAKJWOSAMFmBCkvQkzdRDCU7SUGZ3vcRlEgwainUGJIU ApaqDC1oXsGTWQpwQxzeaS19ytNb0tM21jgqeYtxlKNq2Ue2nQBub7tAC5zIAcIZIEH/Bxgcv7rY xWaM6qXCyFDiEgc4A7y0M57pTOK05SpcGfUyfzTNrSyXmN/oZgWfcx2CCCcA11ngAM/i167AF61j hWdbihQNwLr6n2MCD1fEXAwCKGka0UWPPc16q3vs8xfsXc9tzBpp8k7A1+q8klmABQwHVuBK7Am2 sLjsQAsWq1i8ORZucmMrB+xmmWEOUzGXnRaB5vMhg9mHLhAkkKI0UCDS6mVh8oFACQ70ACIaLEEq WAFpVyAYEyQIYYFLwNwugAEPJAABA/AADFzggg7EoAUeqJsHWhAC5k7KAxeA7gWmWzfkTtcDMYhi AnSLt+ROirvTpS4LTmaB5LogvHSz/1sFfGQRnlQgihjYbQIg0EKNWAC5HSiueTVAAnrCJAUp0EAL osjbDniAA2LyCAdckNwKEO1NtQyBC+pykAALdFQCgNtug9kVrLllT1nDoQYSMh+xyYR8MklbdVAJ mNuY4KSgohQK7hu3lV4qbig4zX13zNbUGCA1g9tMZz5TASJ/xjM7/TGmOMeY3LwxNMuL1RvBpUsL DGAAELAABBJJnETqajzbASv4pDW70ACMPmUG1nPkSC24/ic75oHzm3tnrwGpjrPoIo9t8qxIgB2I tpCC5WEFHcsBEcgE8ikevQ5Vr9ToGDFr1bFi1qqYha2ALjUUDHEG4yFklpi2jE4UYf/qoyhFFWov jOasoq6iF8PIdlEW2kyhGL1MUyBhwQIYQAIEgIDHNsMQd0NAFAiQayfiNzbyiK727gZdeNgDbxeI At0GLGxLGECx6N11hptr4LntOgEtsIAQLJBdA+e3AwhwxhHK8Ji6xSC76ba1ra2wilVAYQta6IIV vIEKJdyiC8IYhr+lgIwxAIMYAR/GLc4Q8Dc4HA5xUMYdqhEIOkBjGs0IhuHyQPFteDwPiBCEOwJQ gDuQAxH3OEQi1hGPdjQiHJKohMzh4ex1y/vmOM+5znfO854XYQMHiHcm7E1vVOD7AAcgpmTAwAo6 IKLkXzi6LP5N8Kjz4uC/GDgaqFD/qod73esUp4PYo4EGYWy8GWZHe9mpYTiKf2Mb33i7IOT+h5BH Y+MA6EbI956OvrfcEYBvBz3mUQ/Al9xhEzvRP/JB0f4phH8BMYDHchSSAZJkgT3CkUJoVJF+hsTx /ZsIQBw6Jm4WhaBW2iBF2tteGeKo8lpyGVd89BWnYO0mpWcKjIpyEZcM9Cd2kiFXdMhD4mf0+GjB U1AOnZ2qoA8t8sGro1YAKcmchtKv+TG7JTndyURxMQdSnDPEL+Qx72bKfhQOG/vYmqTeynOg2+Wv epOcrfYxfF/V1qpER1dwpWc7WfY8ZNVm0qIw5uF/+1cr0BFnygIenoQu4NEc2fI7/+nBLtgRgWfF HolmH/jhH6BhL+1yMIbyOheCIH6mIRPiZ9BRRPXRaR8SW/diPh9SIPswBBOweCiCJgFkMeJEQC9R JhoQEWTSEFXREx2BQT5jFgmkEReBFFThMylDQhhTQibhABXzJB5Rgw+jhWmiNGBCJR2UMUuTEgkx Tj9SEUGzFABAFFzRhVFTEC8xJkiyMfxEAVSzJG/BIjZCemthJxfFFl3DQwDgWoj2HHKBaXHifCYw A23TKHx1UqEyXZNlN8s2GjQlDH5DRcJQAdRliYlTKj+FZMIwHFN0Vc+TKkL1Y5NDO230KtvhRsKh K9MRSOExWO+nG9zSR6LhSZozK//EUVVZBiHhszloRGb+YUyVBBwBkjrQMy4CUmf9MWfYwS5+tUeD woFr1h7mMlcrqI1CBCDRSGV35FTlcUfwNzyIZj4KIh/kM2IP00wUQEErsQ8rQRRucjXZJDXtVTKm RzEF4SJQAyNMI08kYEAvsSa+N4ZzCBKkRyVzaDNDUCQzc1ADRHph2BBCcFAfsRM6cSVksoREQSTy UyZgchOPFxBM4VAwEXxLcRV34mG0d0N74jUiBihEVBdjcxUiojaCQjZCVDly40R541hDORq/kHUZ kguOkUXiNziHAzhQ6Tef0Qx+I0bT4De4eBmWxBjaoZXVsVW7wjy7g0ZJ5T2pwzv/u/IbsKEutWId CGBIXVYBEYBVAahlFaBVdlmAaDQZrhBJbKVUYKlZvIIe40KLHNUuCxNnnEQg10NLUXZ/1JEg/pGN AUJ9sSRYzEJLsrSZxcIaukE5vbRkUpV0vQJEhlIXyHQzKSJBCVGD10Q0PNg/RwI/2TQSRmMR/PVM 7tMxUWN6EqECS6ICc5IxoUc0BLQyRRIXMYEkxblQFjQxaFgyCwGGCYaESeOPKBE1LBFb7dN4IZmP AKFPBmGEl/cjMwQVMtQkGXUQcUJRxbdDEhUnYNMcZTMY23gtqGQbLlYBI7ACJ7BYkwhFS3Q3cqM9 lnGXSTkqUWkAGdKgpjINN4U4/2bHU3HUmachi7xUR7TyOXN0K75BK1hmgsZSHGU2LLAxR18piw5S SKHxLBbAZamRAMRkN5P2KZD0KX/pGqIzLXgUjXMEKaWEmUEKL8sTWHi1V48yUm7zAqxkV4CFPbQE A9eTla6CO5IGmL+EABGQVhGgpUa1MOWDKNlRGNlhKJ51LxC0GfeCIKCxGRDwAB+4WibwAIfCHxBQ RKBhWxTAWhegX90llBzgbBYAAwPWAXUxAcxWN4IREAUAADElQV2UAAPQa8JlqFIBEJzoRCzgTgIE TyyUFAHFh7J0bv1okhYxWdl1IE1jQQixe1RBHNXlYAwhAIrFATzBFfVkFQkxJ/82RCchFogyyTUb VWLzg2hFdEqK8Yh8lax81X2SQSkntVKUAkVx80QIglPBUEVT+QAxJaFHdjhTua1TWRu+hBjspxu6 Yj1t2UakEVUCwEhzeWbFknSkKTuCOWbSApewMzu1kyxuph/rES1l1i6a9Va8E44oeoE+Wh220WKN 0jYnAFVQZaSG1ReFxQLUd1iBFkszACl5M62/ZKWLYVkhqxqHAkQqcFr1wR+IUh974WofMmqI0mrx USDowmiEcijx4hGh1RwGg2h2kTCeNiKg0EUVMGC7JV/TFV/PFV7RlmsGtlKwQF3JtV1zk1zK1l3m FgMugFzbpVvRlbUuAAOTslb/HVpdvuVExfVd0kU30MVdjiV0eUeURkmU1ZVdx5Vd3uVEF3AAGiap Mjqp6aZkrtNzRRcLiIt097a4ROcEE7cFR7dwAxdwVJBwWHC5ZsB1mstwFmcHxvC5cxBxc+C5hJBx GLd2Gnd32oB20tC6rMu6d4dxZwdyKqcOdscHeycOK+cO8vByLvd3wEt4NIcJNTcEhOdzyJu8yru8 zHtzi5tv9vYEa/W8leu5+CYL2FsFkmt0bJB1TJAGS5BwnttwoEsMozt2yyB2shu7bUe600AH3UB3 Hze/fTANeYcH2VBy64C7K6dyu/u7ANx3Lzdz9XC8Q3APa2gPJiKPFORhMWKP/wsBwZS3kJT3IwZV wRjcTRr8JBPzIxVVUVlRnpXXq+z5IiV0Eh58Q7eXQyr8wSEcwiDMwjD8wTRcwzZcwzinuNRrddEr o327w3agv/92BVRHuVyQC/vGdFa3vUbMueZrvmCHDKN7DBKXdtUAu2UQd3jQcd3QcYGgxfiLDbMr xvh7u3enDnpwuyMXwH8XwMcbCTInc/fgDziDgzj4jxwxEBLjPyKkI2dohxixQppnegL0ehyxQUyD xyKMQj5TJnqhPzcSkPBUECFzEz2xagoheYwqMRWTEkyRkhnxFLiJQXLohDvxhBtUNFIhfD3DJBIV fBilJ8KafEqhCV2EdEh3Cf9NBwVcEL1KN731Zga/1r+6gMRSYMQC57278L1al3VZl8VfQL5RXAxj d76kqwbva3a0kMVsZ7phjA1eHMbhvHEmR8b1ew78q79mDA60iw6C53Lw3Lu+W3hFAAkswkxruCL8 8w//kI+bFz8RBHvlSRJoeD/Dt3un13kss3kaLIWNnDRW+McxYTRY4RAeoROkJRH5WBJKE0OfDCZL 4TOXlpA5MQFjMsEP8dFg0ZKZpxaZN8sf9ocUYABqQWI/azBBaxixxR9GCliIUgKStRiJIwAQgH2f MmNO20uj4gx7wxlFRgFeiVSQcUd+REjyx6545H5R5YphCWVOpUscUJfa4h3/iXEgghQtl4MfvSEd qqOL1DIu1HGwmvUbC0iWARNn0QIeXdWN+QEevzE8/+HX/1E8eWYoBcNnAnKy7SE8xLEZBFKCoAEB WQQ7JoggdroCDZIgJlAhm6azLRgfx9owb7GG7DMQ/8DHjrdAFLyQC2WbKK1CEGUQMMNAHRRO4iQk ZChB/TMmUIJ4Y2iFDVGdcEiS7HV7FDMxMWQ0BwFDMFEIHBQ1kIcj9eRQD8ZAJ5ObY3EjLV0WZCHT OxTTfwKq6fjIdzFqOO2wncQCHUspKyWao7EpXTQZznoBlQFM7y1G3jA/zqBFAVBl56djwuIrn2kB 1rg8q/JkJ4oY9ccbv6Gh/+VRpWMtHAkYLNWROWypSJH5GPr6HROoWRG4LatxgchyjBWOLrGxjQ9I V+sRIAMIIJv0Sc/zZ6FEKOYzmelxZnfpZq/zi8fCH0ZUgZ/EaiUmH+VjAvzwQUdOQS0SeSGkJfKz Qam8ekbjEZUsEhrBXxqtgzDShKWc3B4Repd3EjjjmjRCBI062yisNCQp0o0nkFX4Tv4Dm8stFUjC wUKSnGJS0YNsmx49jxR1NXayFF4DiOCNJ7WMNoOtYjX0E4TisI34NtimUipViYnhODnVRWiQGBdw AqFCHHe3OGSHKlqp1LfSoyISDeQKUmFpSRhKf7qEoQLuf3AEPsZBZV51f/8hPn9Upks8uqPQEy3E Ixz+PS3jgTkVjmcw/mbxYS2HCYKKLY1zho3dqIHyci6DHY35wS/z8R3J3qHAYy6cNi/lEx8PQwns kw8HtQ/ayccx4s8f43mSDCMF3RNBIu9XziPEHYeqxzLyLocqMTHPuYUwM+ZScsKwjUEVnTMk4o8j zKlC0e4mRIS4CROeNyalrO9iMRU5ZNJxwvHDaXzFp0MJIROHpjZjg5NAZPIsALEjFTdwQ4l8q15C JnYZgolJJxmdQpVWKUZObQcPcDvUgd9SmWTxna5h6SvKEixRVddg6YvmASy3kh1vVDtoCWWP4VRh NiHBxEhhtaO7cS0lfrD/JSvhmmXgvEON0Nho3U4u3SFLI8VZtPVmtOWzQRQ9HUjttgOwjHE9pW71 vME9vKIVm0XkhXgX0OEwAwExSq7b6P6GDmw/WpHayy0TAYkxDQF5ABGdDNGEwdkQS95OPLMVQmMm DgGREkSF/SMT053x9v4+AB8SAoQ1ttnBO0NONhImFd0TmjyerhwmW2EnMHyDcbIAVxOf8bkWgFLk aKOTarNphhEXGQsY4EJdBTqUk2itdjAqCqqgOiU4NbXzQxZGRObzVDmV+D0/P+aZuwQblzPquBgd 3/P0tp48AT4aGGrh9P8qUAU6cgkEFUtlAKlEKsZjUlhxOodP1nNjsSKs/1kLR7ttDi2bE+dUdW6o 0dXZ5GybNu+KnPrmsFh3zh0Pb7srVv4C5wCd1lb48O5a+PagtsaEqsKszLy0hLgO30o2SuZU5gAA HgAoABwACh4KHFwpXh8mJmZpbWNjaXNrJyhIKCZKhCmCHYJnU4N9hXeBgVUmSDJKNEqWdWm1g7mF VVSwVUrEl28nHJgnANRpj9Fpx8cpVKx158U1yGnX1fl9388FA/fOlrte53xF08Zs2MJhw4JVq0ZP Ij0KGqxpMFCgWDFfF30Z0FBsJMaLFwuMRGWCQqcKoGC+ZPmyxExQFViM6WChQ4cLPX/2BAr0gIAD Dw4YEKD0gYAAAioYCP9AAYKBqg8CQAjQlMJRARQMPJBKIcBUAxWwQspShUsWDhXagqkE98SkuZWq 5K0UxgQXNJbAfJlUZYoXFlmgIrEAQcDiIRCsKIb8pEJduEJ2XsBi4ULbzhY2W3krF1MZKJTRUGZT IQ6aOJTbvIbLosMe23ysHHbygPfZszhf5FkUXI/wOx1a1LYiZAvpuKKhi2aeqa2QlhQEFVqjypQB Vee8r4OFjlevZbMI/sNG4hqFa9cOngK4DNhFica2ISy3yxeJCeTWWccWEvIhwRb+yGMGP278a+aX eUhQAZgJrPlGnG8e3AUdUhAiLx953kFHxGDWyYWacgBSR0T+3MPoGnD/wBmnpJM+6ggsj04qacYZ iwHAjet+NAEmmyhAq6MVkFzBp9o6u+AnDnzi4KfOfLrAgqO8quApqsJSigIBHuhKLLGmKiupMrEy gCy4smDOLi82gY4Sv/aKAi+86rJihUjAWCOwIeJizbIw6LSgMCc4GCCJ5SyAyk4jFnNDNCs52ykB Cy5tq63QolvurUNTe2KNQlQbtZBBWHuiuOIa2QKPEyyA1QQ8aH3hhTuCywMG2vLgAIbaeA2Mi7ie 02JYY0EbAIEIlg0tAk8tuE7IT+ZYgyVrX8tOkCIhMCJMCB7wFq0HQHmgAmlbYmmEJP6AgCoKHjDB XHGcuCCGDioQQN8E/zrwYCct/3sxEQ/O1aYEVwJcxYEEibjAAxggYCbBCSr4KdpmGnqGwQklJDAe ZyroaQNaGvQPomcSCrGdAiZgBSEKITqIv5mDqQ8c91i+CBxmeOxoR5N2zPGkAHKC9TArTjjsBFhj 5XNpLfBwkrNKoZTSigMqOEDrA8rUsqqrjrLKy6/KJEssstA0QKoH9mizuk4pqeStYS+r5GhB5z7N CqiEYOxKJe5CVAgkmviiUTMEK9yxyZToWy2rsdAsiwauyILTNsFAXLUznKhLNsoWUWTVVfFo4bCi F0laOBaIM671XG/VbW63uji2C+g2a9uKASq3gHctEKiWNRPaEGWFIv8ROff45LELRINzqZqpSJba aEkAlrBbIzkP/MWg31a3CKonfz0IyskEgiq/AxfWh8FfJ5HjYIVoSJmq4gvQR9+nczUggYPkLuAC EPjrAN0YRn2EkIADDKAnLYhRBuYRsg7wywPoqwA8FlIBD7TAX/3CV4ZKAI0JBAABCYgBB6dkAISc QoMwOGEHwsQOBVUMKMVwgAo/oiAdkqQaFzGJjWw0Ix+BYgRtuAnTYEUGpD0tC0mbAXKqFMUWWEko j9EaUpDyJTFhyVxl0WIAxkKWsIBxKmARCyTYdDvqgGE0YMgDXPpCKEDtTQCMSQJUDgCBA0QAa8HD 49ZO07fAFI4ycqH/zGQKGchAvOUyqomCG0LlSDf9aXM4ccIUnlCXN6TmBKaajSJoxQITNG0MRisD 6zgQOz6sIDi5ohUoWefK5PAqikKpZWa6gAVl7c5yz8pC80ShAUTAoQKiEIUJNIBMQQiTEEhCHhwg UJMHbGuaJVjeBpa3AlCYAAIriGYJwrQGd2lzT66Ckk/4lT8CXGAA6CthCc9HgCrBLwHwRJ+TOrhB D9zrfOhrgMOQU74ElOUp/GJnAryHP/zlDwEYuIAAEIDP86HTJwEAwFNKqCyH5a+iFiXFRyXYL/x5 NAAh2yACPorRBPxKSx8FwFmQgwCPujQAB4hoPp0kUwFE8QAudWlL/7bVknMZMV2GWqIWVCeUKbXA Ao3oTHJQIKWqPYmp+SqS1p6ghZJqiSxiHNNYvlo2NhELE3RrTnNYA6gybKEvUECCoiADAUU9xnBZ TeQg9VZJQkoSEICqTGpY8BfNZdIQQhjEHzD5hjDARq+CC5WpPNkG1eXkCUbYgCJgxzpUanZ1ofSs Z1+QJFPZjnagOasaTasJ1ixTmc1LpvGwwxJRFAmbJphfMbX5CThYc7fFfEkgsJPM4xWjDeQsl7mQ VJMNYOUBqvDpc6Eb3Y+ic6EIWKf+8IecAQBAAO2coD470FOXDuCh5E2AAGiagA72JAHYRahMpevS /02wvejkF/vKh//PnuB3fAD1iXc9wL4l/cQpFzUwdBHQkwrEN74vWYE1fjs9crnnXE7Y5tIwTBsU WOkCU+wACjpwgg6woMMd5skYSsuT5sStCQbYgu5UNZ3TLierKyYNG8/ahNn5JU5WkKsJ5ipIHUeB kXcVDKP09pfGQmGUUMhLnkQ1BCgfQjV3uCSVLdnkzaEKNYGYAhlSc9jNGaFxqx3VBjYQSlfiAXa5 +pwnsLwGIBWpWsVVVYrVWJ3sYLm405sDBTYwzg1gxxOiTaYnbItbZMKhJa8NxHCT9AZR1CQ74OLN VniDCgZvmtM05Un59HUAnoxvSSjUn1NmalGCGgUBWEAAqjvdaQP/jO8tRnEYB3w601jvmte97nRR Qq0vowgb2MM2NrCRHexjozrZy3Z2s5WyFKPUlNpcs3a1sa0UpVhb2tzWtrS/HW5wLwWM5A43tbWN 7Wuvm9rkJne5yRhvqci7LPO2N0HxnW9975vf/e73RVVt4IAPXOD1I3hZAJ5whB+84ASv38MPTNKG TzzgEff1xTGecY1vnOMd9/jHPa41Yo9c2c9WdrOLUhSCJjvZNT35y11eFHGLe936are0n8K1abOb 59k2t7rLLZWe91wp+Ub1vlF9b3ov3d9Nd7pF7/3Sek+djApv+MIHTlCra13VDPf6wx0u8QNbnOE0 hbjZxw5yta+d/+1td/vbNV7slAd77nJ/OQJQPvdVG6XuwXb5sXPulL7PfOfjvra+vq3zoI/73Oye OdC5VnSdS/4pRZfKvJ9CxqMXnYxK9zzVP7/0e4de6VznusD5TXGAez3rqv+62LsOcdifPexjn72u 0Q533e+e9733/a+HjfKSCx+iVyI5slUd7bqrHPnTHna1C094bzul8E8hd8ohD/TGoxvcixd6Waif +fCH//KZp/q7K59+0YOe/euPN9UJivn4r17r8sd3AfDt+rLgH/Vbj/3rCw7sDE72CJDsTqEUWEE+ UKEWXEZBugFFFiI/1oMCUmA/JnCHUiBmHnCHcqgbZmEDjyECI//CQiwkH/6DBCEiItyjIxxEYyxk eb4hIDiQGUhQQr5hHGrQQiKkGiLkHr6hAnPwBoUwCL8hH/LBh3IEaIQmaJjwIkAu1Owu+KTQ2UDj 1V5u2FZPCv8O5QJv2CSP8QzP5ShP5myO57ot+67t+xwPDKUi/OAt/LgG/DjPTDov6dqP9OAvD99P D/kN/+6P3+aN/gDw//pv4QrR9QiQEFOtABfxAFvhompBPryjG0KwG9RhP2ZGBCNQGzLAQZpBGmpm Z8rBEnWoFMtjIZYhQXBwHjTAG4pQhAzIE4kBY2hBBR5sAlYAGNBhFngxHbjhY3wBB0kwIoCwIvIh BluxP6IhGnD/sASA8ASPMSPAQRrtQwmX8Bp5ZCQYrKaSotNGbu6Ojfh+59X6Lvj0DRybD9iUL/Bi jg3PkAypTQwRD/oSDw257/sI7/LcDd7aTfzizSmKzg47z/zcDw/xzf4Qst/kj/5W76WuLhAPbuH8 kOKwrusGsezKrgDTLgFvCAED4BUM4gN9oQHNIUUyMR02sUEwKEPSIUJ0URv8AxtQUkFMEhX/gQZL EDv0gRIjsCF+IRhrZhnG4T+yoTw2MGAuxD1O8EI+pBVjJmYmBGbqoQSGskLmYSLoAUN6iBWRMGhI AglPIgm/ctO4UWtw77mkUOToThyr8ALAEQo3b+WmMB2VLdq2/w3nzHD6nI/byk3w3DEfry/70i3y qA/zKO/oCDLf5rD84u8OHVMxIfMgp87+DvKipELq8g8iEfEiGzL/WM8QxS6lDNDhUsoBAmCEEtA7 XME7EIIjdEiFVmQTSRETN/EhZlIZ4UM/ZvAoIVAGLdBC5mED0UMb3sEnY1IpJ4Q9YoQ4cyFBRvFC mpEH90NCRtE/PmRnKhElf6EeCKQIJWIkJiIjvrIJw1IlekYkACBJYmKbVGBaPMsPjkdIBKF2MgG1 rMBJ8JNStOBZooJMvMrFMMFNRqMtzIBuhoUD8iJvEGWO/iJzMAHNeExu2AIv4iRx7ASvJmEwACUv LgNBPwU2iv/MyaIAkzaBrxYrCsSAQzmUEEIFDUwlNdagNQghVVyDCmz0Rg8Bm2o0RgMBm3rUNVZA R/csCZqHCSpLNbLiSJGLzNylm5LAXIDr0YrrD9ThNE/TEVczO2XSI17mJDdRNm3SEtdDHsoBF0pR h6LyHUiRITBEHDqEZdYBIGTkG6gBgw6oGCykPeC0Q8KhGS/kBjEmI3JTApURHCakBBIkJtUUK1uk hwRVCSGVPIPoJNLTBNrzOlrCmq7DmhZBOJDEUuEgOopFKWTsPuGnSYCHxtBm3tCmMbrgTTqUOTZh WAiDEi5BVjFnrTgUQctgE94IMG6VkhTnkRrJTpRsD+LAAvb/5FDeKJA4oA0GCZOWbJT2pDKcrMue IDb+YAiIic9qlHOwDMtclBD8IDXoDEZ7tFvPpTWIKdDqiAnEyV2ItFuowgj4pknpVZzyhVwgAJv6 NZtsCw6sBTvqZ4TW4UrR4TTFgjyckyfP1EvBdDe1QRzg4xVcU0O0AT3wA0y5ITaF4UPilGVegUNQ kSLcNIS4gRr0oSFaQQbJoQYrAkMmNjg1sT+KYSJO5h38w2SAoSFiEEecMiPE84e80hq9Mj1hIoKo R5iqR5vyIBHkJydE6TCK5ayOAoymg8M44wJOQD/lYivGqCneT8bipGzTaMVmlU3q5sgAI3MkYQwI IzBkB04M/wnJ7CSRUpRqm6wS9gSRIGXJDkWvUuORpKxzBCdV/MCwSEWyUmV4AMEyRAVxu2xUglTM IjdVeJQN0CwOYtQPjCA7zIUqmEAJyMwJuqVbdsOb5kAA4iC2BCEOdguoYBdJVC0STXOEEvYST8E3 Q5ADlZIqNcYmCWQaqDIV4YEqrdIXOMQHi9AWh5El5yNBQvYdvoFDFCZACsAf9IMpIyRgsKEcDtBL 1wMebvA7JOIk0eEhsnIYJgYVnwFG2OEBszEJVUJoxhMbUYEqjwcchGQOQKHRriERAiuUZmUFAGgn 1EhLyKQxpAY/t7YLwMRL0qRMyg217GJCXwwT7uRtAqcSYP/FLuAizbxAEu6kWBlFWAuJxoYsreBo rxolUu7WWhWJyQopVNtqyoiVy+yKeEoFEFAlNmbUzk6FVMC1sJBEVP6AzhiLiM2Fm0aXXU5XDN41 EPIoceMTm1qiPbE4XZ4H0TYAEq1UFlzmSptTYszDFB9iFGcGZWImRj4kYl8EB4+xTXeGRZT3IBYQ JNWBZUrgo87ho7I3ey/RIbIyIwAiQVTIFT7xTPfjY8jDJ22SBnFQGpoBIGKyAotRdx1wJKbxfq8R f8ESABINe1ZQm2xEm7yMBVaAVmaFNjwMxJBlMchm2EzVJx54CJziq8S2S8qiVAVjbjQFc9yiQ/9k NGLVQeH/Yk/Mqpzypi/21k0sdA4Coy++TIYDg3CySo+uZAq2dXPeYlQsoK3mJHG44A8gd69G5Q/U 9XKBuIfRING0g7Fg93O8lbZ0mMuc2Ei7xZtKqm8/13TfuTXcY1sOKztqoiXi4KKyFxVawRRiQTWb qxcYlhso2mAYeSGisgV/YVDnIyaHVxhr0Bry4yPiAV7YIUC0IUCci0NENk5bRk0/tnlNEh1cgSMG ImNvk3znAaY3FhlokNAwSEP84xm1khZO0zmPkDyL9pORcIj8dwUHmsKahyX6QJVZYAZKB4Bow2Kg w6rqKNpqamudBAWWoyyw4kvGgoKpwoKh4C1QTDqeoEhm/1U6GCVvGNRT1HaDLSltKWmQLrQJXsOY lbUtSJcJiDWvTsMMtNVwjJmRMAFaG6kJZiVbOaGx6JkyKjdy/8BaqIyHU6PM2FnO8JmI54ADPhcq 1oAFQFtxOSfReMvClEdanAD/dLcVPnISBWQ8uMEWzFSHKlYGd1aNfxJ6SSZDHoQEdvAYV5E4fRMe KuSlFfmlSWQVsHcfzkFkb3IXSnBQ4QN8e7cbMpp8l/OQKSC6v/tPi4E92INkosE/YgQftnKTyxOI fAaUzRMVpOU91nO4AsG2SoBWsHpqK0V8lkQLZlkrikIsoAI/yRogzxpsxwhtKOCE6TNEteTyikRu 7Loy/v+aEthEydjCLu7AQe/CkAipx3BiXO/CXvWocaB2r9CoWo9MVnXsNBIhNZ71rsR5DlLUcX10 nSvpdcsAWzjHWtq1nQ2Bh5UY0cKVsCyJm4fAT5pAxqVVsZNpXS21sgsBdl9KFlQkFsZDPY6Bt5sb j+3YHWiTQT5xQVjkQYoxT2VyRYzSFeXBFzdEkBUGTlWmQ9IBOKNBTVUBYYxXzenjQchBREJkGURW KJVbjWEGRryzKXuIHjjCRiCoI9Skfj2ZaMeyWt7DJhxs0LJ4oJOmgHMiP6WEigq8UUi1pL7CKapi wWHlanWZVcFILIR5Oc6kS77qLIDVUFQrUB4UOho7r0P/fC7oggv85ISHjFHS7K8eIwK6JY/ySFGy hq9oOJAGIZa/AA3oxJL0agoot7VzHBAiKVs8iVYad4iD1HFVQ52JWA7SOVUARcsSacn0KnFngnoG TVtNAP+ytxVut6EngDUjejjJvIx90Xt5Yc+Fsh3KvBn6Jzih80x5uhRJULljBMxJYUNSoUS+A6MF YgfpYUSYQWHy40Awnih3kR0iOhv44UX0AR4G3RukUR5gxEU0naIp4NI/Qk3u1yQopCN8JFNBPWmx R0iop5VZOT9VnUmgxAtCDSm0xGuKbgjCNvK2gmuwYipEDTG0xIvURE3ESi4uoS1Q7FgmaUIvwQza fjm+/6wNiqxBC2c0CvTKdKMJlAAqVjuy9eqR4qaucVXE2aQNCuMS0lk2LrvJ4/kMECGUGGmz1314 5IDO4F0O7nk0PMuxZ5w5grVwqmd4kGfQsnWEVIQVxlg9rLsXe/sghkEEbLY+dFEXUmRFdncbDrUZ 4HtnRBJjJxAYUuAGjZAieFKlP74dVPMTo4EChdEW3kNDarpjCXUXKrB3k8EYotsVd9IBHUQpJ14r dZ4efkhNOEIlLp0kgH5+wxIVZIJ6igQmriHpa8J/RekETGAMqIirhwJVhQ0IKoEDJFA8PARDISXw CBiKzYch0DxUiAZqoMutbisVy9hiJls4p3OFY9mYx//wNtn9Jo/lbE5evRHP8ZHN3Y2ZcLBYsFQI QAwwQlRAWEyORYqhiYmZaGaemSF8io65tZng5R1WnFRwmmycwqJqav5V2HK2arLw8rrx3r62rlQQ RxJzUtAKt8IWK7IgtnC0JL7loWVnkyrSqWmWiKncNiubrABQABQ4FDxMPLhPULTTTzhQwNvn58/j 48MjQUHghBLzVNybl/CeAQcAJ0Ds168EBRUUDKpQ8XCfQogkJghMUVGFhhIkVazg5wBixwkA7uF7 CXElRIsoVZhMCbGEhowGO7YD8HIlUXs7Wb6Dx3JmP5wD+XXMZzMfRYQkSmIlmZWCBgpeKRSgkIGC gXn/XL927XpWrVcNAMJRLGGCgglOJVbMrUBXrhi6anp1QNDhQgIOHTpYGNyBw4XGAQQIEQLZiBED AqpwofKEghIuTaBk3oLZQBMDZQjZqWNHD59SaVKXKVQHT50ytjkcinVNkKAVZKw1kkSrQqhLEVCh cYbnVGwzdlJ/il1KkKZXmZAVaxZrOC1im5yJQRTNl6801YfX5X5rxYpevqa9j4aNUHM4nlZry5RL GV5nr9KtA4ADZb3zTz4PvZNgPu/swyBNUFF0ET0PzsRSP1F9ZJCEJYi01FBQKTRQRgcCdFI/DylE YYUv0VORQib9tBNOPfFEAkD0yIQjRAKyVIJMMhG1/5RLFKRAUYgERVRQiCBpMMGMJmFVUZRmlUUa W2K1ddZaaKmjTFx62WXCXXpVEA6YeOFlhgkXDGZYmxcwZphhF1ASRRQBMPLAAQJQcIATftoJARZ4 EirEFo9RwSdmUJhmBhyCZLPBInG0lsl0cZxB3xrZ+EYbbW3MNyltj25zSSS0nTpcJifMccoZjDl3 AQLQQeccqI7q8QcxxLBqwiLgYafeJru4x0s1sK7BSiTKAEJmMSy80Eu04sHASwfjyWceGrVW+gkh ZwhgAWSOvvFKLq+UAEsBAbDzUgADrtRiPfEauFJSD3hFrz/8UFUQVOo8iM9H/ZBgUkYWzYOkS0wB RP8QTwgtTNMEJSF8z4kXLnSgxRcpqcFHL+I0lU0attQOTURBSU9YDrHDUpA7/ZtkgUvmk0EJD/PE U1cmWkRaWGFxZRZbahHNZTp2wSXmXEuDGc5cFJV5iBuNJYbYYlZfPZgFfxqBhJ+RRUHE13geYNpl pUHRxaFWdAEFN3DYhyl9g5B72hsnXLoKNnuzYWsdqnAA9yq7HYLHJGSEW0nis4hbQQR5YOJbAhZM bsEFDFiAAJyZi/IcGsS8Icgi2jWDnrB4nadLL+IlssYYrpPxQBaAQBstLy8gYns0L8A3HiLbvKqt G6nxJorxkZq7QbrhoKMOO/GoM0EA+67U0L4QJSj/84HbE/SUQRT9w6NKTxFpZEUrDZWQxtYnaZJL 60g8j0kXvmyPQANHpeRTIHmVMEZSmm8n3WNJOpx0s4pEz2TysNjCDqI+euXILN+TEVYetrMKkOQr YNngxLhStKFpqSsAKBNdLnIzuXipaa24C3vqQpE1JIBNiplT1q5GJwtogU9f69MQJnOAPkWmC6VB ghPStjY8YcM80KED5IAXm1uk4Q6Y0ptrkhMp5AxnUuRgFaswgY1UTaISh7uEF/lQATpNLhShQAxj BGM8UtXGUrmpwCK806zSLYM7roCFNDjAul5YwDfPScTuOPAC3EHLF4hEhHg4AAM/RjFTkYzi8CZJ /8njmWEAoOBGdlYAi7mwJ5SiHKUoOQEBvoyALhUQwQpGUBcXKu0ceJElLV3RCk6gRAaijJGECNKG FngAAf2zmGEs4KKg6CsfAsmgFTLGP/z9hCrKfIpABqKhgVCMYwlTRgfigsD7UVMj7IAX9hKSI/dd KB85otDDbIKQtlgkS1+Zx8+2lCUQ3nOEFEmlCy+ytLzYMj25YE8HWqCYw1hNhgjVmtb2ZBrLcMYy jOAMENnGtiZQ4AmaqUJGIeONS8ZxNnsTHRM3gDdPWGpvoKLDo8LTCjJAgDp44JUtCGkJmApHOJTg m31umMYbcg6ooQheHLwYOVosYhHm4gB27Nid6v+cAC++890v4POb9jDykOPRqiNZMA1GfnUaqsGU c4JXyU+kBgHHydxxhqpG2+yKArDYlQZMoIEVjGMcy9uACjiBlwfIzpSygwAEKHAJ2YXjAaibCwTy gq/Hyk52Y/BADDwwDXUAwADU4MABAFDNFTgSoY3RnOVIKCChCMUBLLKc5gZDGAEwhDASSEAM9QKS hPnrJ99rkgqqSYIRzSMxHuhmQRympNu2RUPtYgeJklQRI/2EQUNi50gopoF4mW+ebUlLWrR0Ty59 JQDs0cUJclFeC5zgBNZIlhlYoN70nsBqKBDtQdtUCjEM6oeXERSeBKBDPXkGT6KxghK2UJpIeI7/ kn04jTX4JrfZkLWskojDI2AaR1rYhziqwKLeMhGJx+1UVSE2Hp1aqzlZHW+JmHIDc7pBC1bkQj3Y Yh0j/1jjqSbid+pFb1b/qLtoLYaqeyBq50CKSQtoUq2cY+tQzeBJE6CEP52kQEpWkC5QUnlXxUCd GAabl0uYQLwBuEtfuywJZUj2AjHowHA94GZgdsAFCAiAUATAAct2IAHDxcBh2DTcMkGtoAJArQMO QBg2u0AxB7RcnhtjWdta6EhPyRwBWqC8+xVkBQa9gAfoNJHjpqvTjr7swFQQj4V04TAuaMGaEVCB pegpzjDowKuxmxHrIoS57wyRBjXQ3Sv9OoRc/xmhr9CL3vSaIVnuNbY1jL2KNcWXTZuW4ezKBgED D6oCEh3Ctfmkw9J4hjRK8EoXkKCMB9uKD4tQt7a0gQ07wC2KsUEABAQQgXBF4BGRICwk6EjWkWZC DqoSQyUs4UUQXyJT5Hj3GSoHVKLyzRDLEYN3Yswdp9IRx4wczxkAmQb1ssBXiyRPIg2ZyBn/zo/R GB4kaXXJBJ8BAZpk65LVGAe5nuMVF8FgMUA5JryoYK6ghHLUJAEByUqW4FbG6zlK0FgLrPrPuqia C6rO5sO0mc0XGIB/GxNDhLqAA1IZRwW+7vUEFNQDESAYlQfTado2pgMmsNAA4H4BAugZBi64gP+G MlSBPjua1pH2FwvoK6thgvrOcZchDKoxGLQn+rIY84dgYLBmvZBMIk2KmQaF5t2x/NrXZyH2V3yF 7NMj+xPKBiSd4MQmFsT9MDgUwg/xRFEfdjui2r4o20gDBcOCgQqcNKs3QJU3chWP3Sh13AEeB5kI 7FsSj4sEFjzRiSd2Ag+jI/invEiGx4GYEOBBBTH+8IcjT7H7ZGBFIIcFCIunoqYax1YZ3KOINWDV PYbcOAs2gEjbAeC0FB41FFR9KZTh0VcmKWAozNySkcE/2QUGOcOumEl/AF0obVlKxJhinVlKFMNd 3MU5VMADgBIErEBkcQI1wNmhDQYCnJgMydD/cHXAmg0X3L0dbdWdn8HZcLEJBsTQD2ZdCHgdYQyA YHRAZ6FWEgLAAfzgBTTA1QVGEtoZm3xdDNGZEgpFACBU1oFAol1hAODZQgkBahlAQfmJEj5GDP3Z F6IdniEAFsJhHMJhzy2NV8jFe6FXs50BfOFBY0ibYrRAYrQAm1QNrWVBn/QJgHmNnvweaPwQI9oJ aYQGF4QH8hlfEjWHbJSBG2RYHKQKGTyC44ji9EHGnnyKu3VfxHmKiF3f9eXC6MQYH7Cf+7WCGQ2c GGyfBcAfLpKDLejCH8TYKxRLsfjbe+HN7iAStpDc/kVLeyRjItlOC7TAfC0Um2wOkWHSzBVh/8yR gZbNEs95xzjY1TnQxV1BGXsEXc7xVTFsAJWVCc9F2dJh4AmqQGG54zuaRDDghY/IYRbS2QBoHULR lg1qHWGgHW35F9rl2UAOQA7SFt4plDXGXQI0JNf5IQEkpETWINbJCt7pWZ7JXA/G0AVgAGFcIQA8 BkceBp91AEoKwHC5AAiwQGtxGptxwEmO0GJ0ARYeANZpHUtCIdz94ABkIRImIaDdkoQ8gFy8wo6p XnpFA7L5oeVI5CBSjTUqRlF5xWXgCxLRgmlYAUeJxrVlVNlslJ4w0YUV1fBhwjdUEm7ARgUMwCSE CxZEQPM1n0e1gRk5kfdZn/Wp1OHQwix0wv+knAtuuJT56c1wsMJKxRh4bJ8u8GJ25IIvVhx4aAKY jY57URUHfEDJuUd7SIt7RIukzAALnOYMpCYvpJglmUGJgYK4pIHMOSAumUt29FU42maZsMdd3NV4 7coGWNkf5KZerUBJ8CZK9KaVJY1XfCDPARa+VEA/UidP9plQ1qRPBlNDCkbWGeSoDRdENqGshIub HEYLuAAMKMB3EoZBtg1KKmFPuhnc8ZmfwYAHfB0UQqGfyVCiyaBAEkBN/ucRopZ/GYac4WQX/F2i XYBRxmEdigm+1MXOuQJ7RSV8pdcFzNcgBqJrdQAKXADscagM2cFiUMcmUhKzQNSKBtgWmOX/gM3H fbybg22LEm0LEVCCbErCXNKGLXoKYE6RUQXpKX7KiUamUdXiZHqRxQ3CcNhiea2CLxqVd2CcJlwm thAmGdGRVo2m/t0OybmHep3mQFWmqpwVNsbmrBzPcy7WB8YVBg1dXaFEuozDeM2VrhAnPGIQleVm XeGFXMFFzwEWV6ALY2FWdSIqFg4AnVFkG+7gYexeFjYk2jUGAWiOQqZNYshK3SXASeLJFmqdDOLQ oMnhAWxaAuBdnx1GDClABwxAgEKhB9ynSrZg2whAdzZeYGTBe8ohTiYqnOYcXYiJKoXJLqyee/nh BcRXtH1o3MXXfM1XWb0GnSCGWW0NHeCB/35lAVqeomkwgR6gaPHEaB/cjX20lCW42iPM3Ow42aqo okoFnPrZBofVwgMGA1wKC3PQIuTkAejoii5qQhfVgvvhAhxg1WM25ixEX4yJpjIOo6TwAsadS3ZQ bHWwByyAR1qhVSS5HJncIzKAkl6YgzuOSV/V6TkI5zjSlcqGQ15RhCypkl5VgAboxRMU0aCWUKLq rBz+3ePd3UK1mTSGwKoKQBtaABneGUL5qhoihq/a6gEcgAW0QAgYlK+iVtKWJBEiwH/GHQIQwNFm IQIY1HTW2U7u7NnCYZSJSV+YwCkRqyqlUGJJyMYeWa1Iq2vWKBJg61tSEqS0FMdqAydeUqEe/G0U wUEikMJKBZxr8GuEpV+HXV+8el8TccdvEO71RSYnPKC9Tt3kDiwULRzGPsMujEH5xVj7vZ8p5RSZ oof5sccw6g5qPlnFtYI5AAKX2RXFfYcmnKnL3RwJDZ1eIIMGFgPO8UWWzQVdPFlFsAeVFaryxFWw YlAptZAoSYIA2OwDoO32xmEZcoAUCgCnOYd+5pmlWi33bi+eoO/6sm8QAAA7 ------=_NextPart_000_023C_01C1BBD5.724D9600 Content-Type: image/jpeg; name="Nature Bkgrd.jpg" Content-Transfer-Encoding: base64 Content-ID: <023b01c1bb92$63b4d7e0$4300005a@youji> /9j/4AAQSkZJRgABAgEAYABgAAD/7QY8UGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAAYAAAAAEA AQBgAAAAAQABOEJJTQPzAAAAAAAIAAAAAAAAAAA4QklNBAoAAAAAAAEAADhCSU0nEAAAAAAACgAB AAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEA MgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////// //////////////////8D6AAAAAD/////////////////////////////A+gAAAAA//////////// /////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQIAAAAAAAQ AAAAAQAAAkAAAAJAAAAAADhCSU0ECQAAAAAEywAAAAEAAACAAAAAYAAAAYAAAJAAAAAErwAYAAH/ 2P/gABBKRklGAAECAQBIAEgAAP/+ACdGaWxlIHdyaXR0ZW4gYnkgQWRvYmUgUGhvdG9zaG9wqCA0 LjAA/+4ADkFkb2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwM DAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwM DAwREQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAYACAAwEiAAIRAQMR Af/dAAQACP/EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGhsUIjJBVS wWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieUpIW0lcTU5PSl tcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYFNQEAAhEDITESBEFR YXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLSRJNUoxdkRVU2dGXi8rOE w9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eHl6e3x//aAAwDAQACEQMRAD8A 9LDTMd04rKK3lThG1ggEQrUw2FIkDlRNjfiha6gF0kg4FOkpiUx1TkhMSEUMDWPgo+l5qcpSkjRT WhuimIQ5SlJVpZCYuChKSVJtdxJQy1ymkkgi3//Q9RbyFMmBKYDVJ/0SkgbI3OLgZ+5RT9lEnukg lcOgyp7pEhBJTtcI1KKLZkpKJeAobjJg6FJFpEkOToe4Sk8+PKSrSJ0MSNEi5wiSkpInUWuMweOJ U2w4SEkrJKUJQkqn/9H1SEjqIPCSg7yMFJCN2hhQJ0T2l0a/IhAc5x0OiKwlkXjsma4nTkKHPCky ZSWs04SHwUg0FJKwHgpAJwD8U8SkuAWjxUXjgKeoTP1A7eSCqRifgiMsgweCdVDjX705GqSmyIcJ HBTwgUvgweOwVhJcH//S9UPCC46yjO4KrkyiFslnQeUNwjQ6qadFjQFnhonY1wdCnsIGpTgcd0FU oAqQBTgJSgvpUlKQmJKb4pKtnu+aZ4BHwUdFKDGhhJVsPxCQ4+CbX4ppI18EFJK/pI9ZPHggVlsn XngI1fJRXB//0/U7DDVXHKsPEhV+CiFk91OEFIIgAcIKXpoo4VgFL0+/CdohSQXAIUxRHubED8EF 8/moIKimUHbhzKbc4d0lqQFSBKg1wPx7hTCSQs9p5HzUIJRgkGNnjVJcxqrDwQR8PgrDWhogJNaA 0acKSSX/1PUHvgIRdKcukFQTgxSKRhRQZQGorUCuiWai5v7v3KSSS5CmPwRXNB17oTgRyEFpYOAJ 118lAt00MnwRCmKKGLGO3jjzKIAYB8eEqmncTMfBGCSQGAYdR4aojGRqU4ToLlEpiUxKG5yKCX// 2QA4QklNBAYAAAAAAAcABAEBAAEBAP/+ACdGaWxlIHdyaXR0ZW4gYnkgQWRvYmUgUGhvdG9zaG9w qCA0LjAA/+4AIUFkb2JlAGQAAAAAAQMAEAMCAwYAAAAAAAAAAAAAAAD/2wCEAAYEBAQFBAYFBQYJ BgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBBwcH DQwNGBAQGBQODg4UFA4ODg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM DAwMDP/CABEIAJYAyAMBEQACEQEDEQH/xACOAAADAQEBAAAAAAAAAAAAAAABAgMABAgBAQEBAQEA AAAAAAAAAAAAAAABAgMEEAACAgEEAgICAgMAAAAAAAAAARECAxAgIRIwMUATUDJBImAjBBEAAQMD AwQCAQUBAAAAAAAAAQARIRAxQSBRYTCBkQJxEkChscEiQtESAQAAAAAAAAAAAAAAAAAAAID/2gAM AwEBAhEDEQAAAPTXk0aw+pTR9xqIAAgSzicihL2tY+hrCwmLPKeFNq7EOowawDAhYEuBACY1ENCB GACG0puNWFEkMr1gQsCBKARjGjUQBCasYr0hqcQkBisri5ogQDGMYJjGohMatVdzVzZgBCxotNaB ACAFYIQ1ghNWMNqU0U5pBCwIXNpK4hNBGogDWFK1a1qJjJTQ0pzZiQM2eSwQmMGsNRNWs54dKW9e q5jU1YWI5QyTKMJmGrLqNNTGsNGsQkFEc7daeiYERyllzYShJANXRa1NWprGt1mNUMzGAVru1omp co86sc2ZGEgIa6bW0Nj0awawKhmY1Y0dm7e3E8I8qsLEhEAidG61ho0DRqI1TkmCmMdVtrXqPOx5 BACRNYafUbTAgQpg1qUkhBVi9t7Xrn42eCxghoaCw6hoQIWNKA2GjUEUUpV7ezVY5eFTNaxMiPo+ x1ERRYXISgBhrDopFAX1e/VY0cvGzxbdIIENo+pTRScQzIZCFGKWtYdGoGOvVcwIli8/JTau41AJ qQjmLCRDJYBSr6Gm0aqF7cAnix5kzTZbopqGiIQkELAhJVSUNXRa2o9NV7cCBEedlirDFOkruNox hCGYkCFBKBq67TqPRrAhMlzY8yyiGqm5TZ9xjAEiGZOBKDFavqvY1atCQmLPL//aAAgBAgABBQAg gVRIXjS2tjYxnUVSCCCCPFJJJI3sjRbJJ8E+RaTskkkn4C3ST8JD2ST8CNr0nWSfBHjZOk+GNkb2 MbHtWkEEeFbGNj+Itbb4+AtLvfAvKtFpcW2CN86LatWWENaoSI8y2WWiHUgSFsZJO+CBbLaLSCNZ 0ZGxeGRskTF4HpBHhkkeiExbX4ELY2To9EIW571sYxn/2gAIAQMAAQUA/Lz/AIzOyfyE/KX45+Bf JX45fBn8pHyV8leH/9oACAEBAAEFAOSBVYqFalULYx+rY0y2Kx9dxYbMrTqkhaSh2LWLNjHjU1xq FjQqI6IhEDWrWzjTsdjudx21hDrXSi40+yo86K5pckkobRKG1pJJPip+pfKk8jbspRJiyMdh2Gyd y2LZBX9buK+3bljJ5raat6SplCsm3dJ2vWr7VhOsKyekbYF6y/oN82fMppsx2Sq7cfbUtZu02G2x t2EpF7hxVyVyW7dl2gggggXq6mr4H6bJL3itMqa7WQ+SHECbIhxDiT+Oa2V7J1yKa2rZwQQQNpKU ZqjZayVb3Y7NlVVuEcoTQkQdWhQJDTiynR+8Wa+N4r96QRoy9ObXypXbq73dlEqGirt2TFB1FUTa FDTqcolMaizUOJr/ABgs65K2VlpdwO3LZejQ8VWOtqtMo1KgSQuBEECtoyzsmnKrwyst47dXM6ZR +2y1VYvVKzrI8VWfX/sVRVOqOqOTtY7iskTJlSmJOzQ2UT7GFvoZXy2SSJF63tZ1shptKBEjbHZn 9mQQQZO6Xax2TVbQ8Ks7sw/oZnyh+9Eh4m7dWhLV7UWTdWmhtDhmP7bPHkva2OrrV+sjl193rxpV CR9aZkpWr4HA3y2Ns5E2cnJkx9jk6s/5Kt2pjrXRmSvK915VsYqNCRVCOlZzKbZGq1eSzbvc+26K 5ZIJFo8VWLDRGPHRU0bMik9OlhMhHU9H2Um+VjaZasn10Mi/tAzFkbEhCQjFRWZJI7F8nLtJVlWJ 6IyU7JpobY5JP61Hiq30s74sWT7lSzuqtuuNu1cTZWta6NjsOxf9hFGLZeisWq6nJEjSGkODA79k lNKpCSQhjY2OxyP2IqIWy8dbKmj04P8AniUL1raRyW7H/9oACAECAgY/AG3/AP/aAAgBAwIGPwBt /wD/2gAIAQEBBj8A6myhWoAOjFvyLafZ4+t1AUwo/DFGElOc3U0Y+SfwwiafIU3FIQLvzVsrlEZC AOcoPlO8J3UY6ARh6fon81n27J1KJGLeEPZ3K+2U5ui/hciafUmclAmwjsh65M6yAtmoFFCGk5Ra n7qFNt06dfsmynGVKfIKYF863HwaOYZEdlvwntzTdSuKR4TWKZRfC23C5CBRID/KBNzpJ9SyYh1/ XwuAuQnGUG7KRWLqax4KYwVxlPR0CMfynGpzI3UQuHZM10AZ41QmPmnKLymTYNkQgBlcG+qUwEMt 2WyAxzS2mQoMUcBlyp7FP5TDe9J1kgfCYmRdWnFLK1bst6RCgxtS3ZN/kpxAFz8L5TtfoEjKY9Jh +tOVEFA+rgi7f8Te3q3NkxvocaXKYKehdPlNQvDsx8p876WUaXIlDAUXUYV7K78pjd4pFGyuVuvU NselZwmdf180bFG5T+VOF9T2NI81L2GltfOiygJ3RDMB/pACwMlfUSUwuvr57L24UZv1XacJjpuo 9fs3akJ9/wAAvZFjGBOk79H/2Q== ------=_NextPart_000_023C_01C1BBD5.724D9600-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3:23:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id A9B4837B402 for ; Fri, 22 Feb 2002 03:23:30 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222112330.SVKR1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 11:23:30 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1MBNT384509; Fri, 22 Feb 2002 03:23:29 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 03:23:29 -0800 From: "Crist J. Clark" To: Jose RODRIGUEZ Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Real Time Message-ID: <20020222032329.P48401@blossom.cjclark.org> References: <3C761D68.F89F63D2@irit.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C761D68.F89F63D2@irit.fr>; from rodrigue@irit.fr on Fri, Feb 22, 2002 at 11:28:56AM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 11:28:56AM +0100, Jose RODRIGUEZ wrote: > HI! > > I'm working with Linux Red Hat, i trying to develop Real-Time > applications, but Linux lacks of Real Time characteristics (scheduling > algorithms, dead -line and time restriction management) > > What about FreeBSD? It is possible to develop this kind of applications > in FreeBSD? Generally, due its history as time-sharing OS, UNIX-based and UNIX-like operating systems are not really suited for real-time applications. At least, real-time is not their strength, and extensive changes need to be made. Round hole. Square peg. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3:36:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vvi.com (vvionly.penn.com [208.22.30.250]) by hub.freebsd.org (Postfix) with ESMTP id B838C37B404 for ; Fri, 22 Feb 2002 03:36:34 -0800 (PST) Received: from [206.229.112.1] (HELO vvih001) by vvi.com (CommuniGate Pro SMTP 3.5) with ESMTP id 733866; Fri, 22 Feb 2002 06:40:31 -0500 Date: Fri, 22 Feb 2002 06:40:31 -0500 Subject: Re: Real Time Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v472) Cc: freebsd-questions@FreeBSD.ORG To: rodrigue@irit.fr From: Lance Bland In-Reply-To: <20020222032329.P48401@blossom.cjclark.org> Message-Id: Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.472) Sender: owner-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 Friday, February 22, 2002, at 06:23 AM, Crist J. Clark wrote: > On Fri, Feb 22, 2002 at 11:28:56AM +0100, Jose RODRIGUEZ wrote: >> HI! >> >> I'm working with Linux Red Hat, i trying to develop Real-Time >> applications, but Linux lacks of Real Time characteristics (scheduling >> algorithms, dead -line and time restriction management) >> >> What about FreeBSD? It is possible to develop this kind of applications >> in FreeBSD? > > Generally, due its history as time-sharing OS, UNIX-based and > UNIX-like operating systems are not really suited for real-time > applications. At least, real-time is not their strength, and extensive > changes need to be made. Round hole. Square peg. Try http://www.qnx.com -lance _______________________________________________ Lance Bland System Administrator at VVI mailto:lance.bland@vvi.com http://www.vvi.com Realtime, bulk and web data reporting and visualization To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3:46:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.registeredsite.com (mail1.registeredsite.com [64.224.9.10]) by hub.freebsd.org (Postfix) with ESMTP id 8284E37B400 for ; Fri, 22 Feb 2002 03:46:52 -0800 (PST) Received: from mail.blue-mouse.com ([209.35.30.221]) by mail1.registeredsite.com (8.11.6/8.11.4) with ESMTP id g1MBkpg29980 for ; Fri, 22 Feb 2002 06:46:52 -0500 Received: from CITYMOUSE [209.35.30.221] by mail.blue-mouse.com with ESMTP (SMTPD32-6.06) id AFA81A3700CC; Fri, 22 Feb 2002 06:46:48 -0500 From: "GB" To: Subject: How do I change host/domain of a FreeBSD box? Date: Fri, 22 Feb 2002 05:50:27 -0600 Message-ID: <001001c1bb97$1fe2fd30$0201a8c0@CITYMOUSE> 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 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG (Repost from a couple of days ago... no response earlier, and I haven't been able to solve the issue myself, despite some fiddling with it.) I need to change the host name and domain of my FreeBSD box. Elements of the current configuration: * djbdns installed but NOT configured or started (other than setting up the user accounts to eventually access it). * Ditto for apache, PHP, Perl 5.6.1, sendmail and mysql. I tried simply changing things in /etc/rc.conf... ended up with a machine that would boot, but apache said it couldn't resolve the local host name during startup (odd, since I hadn't configured apache, merely installed it) and the machine ran as slow as molasses. Should I make changes elsewhere as well? This is a brand new install, and we just decided to run it under a different host/domain for administrative reasons.) Many thanks, Greg B. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 3:54: 2 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 0BA7537B400 for ; Fri, 22 Feb 2002 03:53:54 -0800 (PST) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.2/8.12.2) with ESMTP id g1MBriHt000229; Fri, 22 Feb 2002 11:53:44 GMT From: "Barry Byrne" To: "GB" , Subject: RE: How do I change host/domain of a FreeBSD box? Date: Fri, 22 Feb 2002 11:53:43 -0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------=_1014378824-130-0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <001001c1bb97$1fe2fd30$0201a8c0@CITYMOUSE> Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Scanned-By: MIMEDefang 2.5 (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 This is a multi-part message in MIME format... ------------=_1014378824-130-0 Content-Type: multipart/mixed; boundary="----------=_1014378826-130-2" Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) This is a multi-part message in MIME format... ------------=_1014378826-130-2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Greg: Make sure your domain is correct in /etc/resolv.conf and also that the name server specified there is correct - unresponsive behaviour is often as the result of DNS timeouts. Cheers, Barry > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of GB > Sent: 22 February 2002 11:50 > To: freebsd-questions@FreeBSD.ORG > Subject: How do I change host/domain of a FreeBSD box? > > > (Repost from a couple of days ago... no response earlier, and I haven't > been able to solve the issue myself, despite some fiddling with it.) > > > I need to change the host name and domain of my FreeBSD box. Elements of > the current configuration: > > * djbdns installed but NOT configured or started (other than setting up > the user accounts to eventually access it). > > * Ditto for apache, PHP, Perl 5.6.1, sendmail and mysql. > > I tried simply changing things in /etc/rc.conf... ended up with a > machine that would boot, but apache said it couldn't resolve the local > host name during startup (odd, since I hadn't configured apache, merely > installed it) and the machine ran as slow as molasses. Should I make > changes elsewhere as well? > > This is a brand new install, and we just decided to run it under a > different host/domain for administrative reasons.) > > Many thanks, > Greg B. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ------------=_1014378826-130-2-- ------------=_1014378824-130-0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 4: 5:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with ESMTP id 0D68F37B402 for ; Fri, 22 Feb 2002 04:05:50 -0800 (PST) Received: from osiris.sigterm.com ([203.47.187.211]) by ra.sigterm.com with esmtp (Exim 3.34 #1) id 16eESP-0001Cb-00 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 23:05:45 +1100 Subject: libbind From: Stuart Tanner To: List FreeBSD-Questions Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 23 Feb 2002 00:06:20 +1200 Message-Id: <1014379581.585.18.camel@osiris.sigterm.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 I am running 4.5 Release and I would like to build and install libbind. Can anyone tell me how to do this? -- Stuart Tanner "Don't go around saying the world owes you a living. The world owes you nothing. It was here first." -- Mark Twain To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 4: 6:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from anchor-post-35.mail.demon.net (anchor-post-35.mail.demon.net [194.217.242.93]) by hub.freebsd.org (Postfix) with ESMTP id 5456737B404 for ; Fri, 22 Feb 2002 04:06:18 -0800 (PST) Received: from ftp.reportlab.co.uk ([194.159.4.137] helo=jessikat.demon.co.uk) by anchor-post-35.mail.demon.net with esmtp (Exim 3.34 #1) id 16eESu-000C2u-0Z for questions@freeBSD.ORG; Fri, 22 Feb 2002 12:06:17 +0000 Message-ID: Date: Fri, 22 Feb 2002 12:06:01 +0000 To: questions@freeBSD.ORG From: Robin Becker Subject: login as root from specified domain MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U <8fY3TEtAaFySF58ErPUfo9YLW3> Sender: owner-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 it possible to set up a network term so that root can log in/do ftp from a specified domain? I believe it's the terminal security that inhibits logins from root other than on the console. The machine sits on the other side of the room from me and is connected to the internet, but it has no console of its own normally and I would like to be able to ftp/login as root occasionally but only from our local network. -- Robin Becker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 4:30:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 6505E37B402 for ; Fri, 22 Feb 2002 04:30:53 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1MCUpHr058205; Fri, 22 Feb 2002 13:30:51 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1MCUlQN058204; Fri, 22 Feb 2002 13:30:47 +0100 (CET) (envelope-from flo) Date: Fri, 22 Feb 2002 13:30:47 +0100 From: Florian Nigsch To: Robin Becker , freebsd-questions@freebsd.org Subject: Re: login as root from specified domain Message-ID: <20020222133047.A58163@nigsch.com> References: 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 robin@reportlab.com on Fri, Feb 22, 2002 at 12:06:01PM +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 While loggin in as root is not normally a good idea, see login.access(5) fro some hints. make sure that PermitRootLogin is NOT no in sshd.conf for FTP: root must not be in the ftpusers file. why not use su(1) and ssh/sftp/scp? flo On Fri, Feb 22, 2002 at 12:06:01PM +0000, Robin Becker wrote: > Is it possible to set up a network term so that root can log in/do ftp > from a specified domain? I believe it's the terminal security that > inhibits logins from root other than on the console. > > The machine sits on the other side of the room from me and is connected > to the internet, but it has no console of its own normally and I would > like to be able to ftp/login as root occasionally but only from our > local network. > -- > Robin Becker > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---end quoted text--- -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 4:48: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id 4B24837B402 for ; Fri, 22 Feb 2002 04:47:53 -0800 (PST) Received: from cybertron.kruijff ([213.10.151.186]) by smtp01.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GRXQ7Q01.REN; Fri, 22 Feb 2002 13:47:50 +0100 Date: Fri, 22 Feb 2002 13:47:49 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <13614235779.20020222134749@cybertron.tmfweb.nl> To: "alexus" Cc: freebsd-questions@FreeBSD.ORG Subject: ARP quiestion whas [Re: ] In-Reply-To: <004701c1ba56$8b888ba0$0d00a8c0@alexus> References: <004701c1ba56$8b888ba0$0d00a8c0@alexus> 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 alexus, Wednesday, February 20, 2002, 10:35:41 PM, you wrote: a> can someone explain me what does it means? i get this in my syslog a> /kernel: arplookup xx.xxx.x.xx failed: could not allocate llinfo a> /kernel: arpresolve: can't allocate llinfo for xx.xxx.x.xxrt I beleave arp is used in IP to MAC adress translation. So my quess is the translation info of the xx.xxx.x.xx adress could not be found. Please fill in the subject a content reflecting text. It help you get the attention of the ppl who know something about the subject. -- 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 Fri Feb 22 5: 2:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10302.mail.yahoo.com (web10302.mail.yahoo.com [216.136.130.80]) by hub.freebsd.org (Postfix) with SMTP id 364D637B402 for ; Fri, 22 Feb 2002 05:02:32 -0800 (PST) Message-ID: <20020222130232.25803.qmail@web10302.mail.yahoo.com> Received: from [213.19.151.12] by web10302.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 05:02:32 PST Date: Fri, 22 Feb 2002 05:02:32 -0800 (PST) From: Ali Nasseh Subject: help To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, when i mount my cdrom with this command, # mount -vt cd9660 /dev/acd0c /cdrom i get "I/O error", after i hear the cdrom rotation. too, i can't execute my c program. after i successfully compile it with cc command like this: # cc hello.c i can see the a.out file in my directory, but when i type: # a.out the system says "command not found". please tell me what is wrong with those. __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 5: 9:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp06.wxs.nl (smtp06.wxs.nl [195.121.6.58]) by hub.freebsd.org (Postfix) with ESMTP id 42FD837B402 for ; Fri, 22 Feb 2002 05:09:49 -0800 (PST) Received: from cybertron.kruijff ([213.10.151.186]) by smtp06.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GRXR8A02.5X1; Fri, 22 Feb 2002 14:09:46 +0100 Date: Fri, 22 Feb 2002 14:09:45 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <7315551682.20020222140945@cybertron.tmfweb.nl> To: "Jerry Carner" Cc: freebsd-questions@FreeBSD.ORG Subject: Updating Java ports (with mergeupdate) [was Re: Okay... it clicked...] 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 Hello Jerry, Thursday, February 21, 2002, 6:28:23 AM, you wrote: JC> Sorry to bother... JC> After further looking (and then hitting myself for not seeing it sooner...) JC> I went to my handbook (I know... RTFM..) and found the section on ports. JC> However, I have JSDK 1.2 in my ports directory on my box, and need to figure JC> out how to update to the ports listed in the Java section of your site. If JC> you have any direct advice on this to speed things up.. please feel free to JC> drop me a line. Otherwise.. I'll keep reading. You can use CVSup to update the source files for all the java files. You specify what group of ports you wan't to update in a seperate file give to cvsup in the argument. You also wanna install the port mergeupdate? This know how to update the installed ports without causeing a trouble. I can't help you futher, since i don't have a server running at the time. Ppl will be happy to anwser you quistion, thats what this maillist is for. Its always nice to read that you have read the handbook and/or manual pages. Your message may not get the attiontion from those who can help you. Please check this site: http://www.lemis.com/questions.html - It hold information on how to get the best result from mailing this mail group. -- 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 Fri Feb 22 5:16:46 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 A056D37B402 for ; Fri, 22 Feb 2002 05:16:41 -0800 (PST) Received: from xena.gsicomp.on.ca ([199.243.128.121]) by tomts24-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020222131632.QCR18015.tomts24-srv.bellnexxia.net@xena.gsicomp.on.ca>; Fri, 22 Feb 2002 08:16:32 -0500 Received: from xena.gsicomp.on.ca (xena.gsicomp.on.ca [192.168.0.3]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with ESMTP id g1MD5Ai21717; Fri, 22 Feb 2002 08:05:11 -0500 (EST) (envelope-from matt@xena.gsicomp.on.ca) Date: Fri, 22 Feb 2002 08:05:10 -0500 (EST) From: Matthew Emmerton To: Mike Cc: questions@FreeBSD.ORG Subject: Re: System Halted Boot question. NOT A NUBIE QUESTION. In-Reply-To: <20020222081357.16056.qmail@web12007.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 Fri, 22 Feb 2002, Mike wrote: > Well after many, MANY hours of reading on different > sites and books I still can't find anything regarding > my problem. I have sent along a 35k photo I have taken > with my camera because of the interesting responce > FreeBSD 4.0 boot cd has given me. > > I have gotten FBSD4.0 to run on almost everything > EXCEPT this computer: > > Asus K7V MBoard > viper v770 video board > ext. 56k modem > 1.44 FDD > 15 gig ata 66 hdd(pri master) > 12x dvd-rom(pri slave) > empty(sec master) > cd-writer(sec slave) > nic card > SB Live! > > I have: Changed drives around, checked over all my > BIOS settings, drive jumper selections, and wiring. > Also I made boot disks, and those too do the exact > same thing. > > If you could please explain to me what all these > numbers mean that would be super!!! Those numbers are a register dump from BTX, a part of the boot loader. CS:EIP is the instruction that faulted. In your case, this is f000:56af, which points to the system BIOS, which isn't a good thing at all. I would check and make sure that your motherboard's BIOS is flashed to the latest revision (it may not support your large hard drive and is zonking out), and also try booting from a minimal system config (video and floppy only) to see if you can at least get into sysinstall. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 5:16:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.wxs.nl (smtp01.wxs.nl [195.121.6.61]) by hub.freebsd.org (Postfix) with ESMTP id 517D237B416 for ; Fri, 22 Feb 2002 05:16:46 -0800 (PST) Received: from cybertron.kruijff ([213.10.151.186]) by smtp01.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GRXRJW00.ZHL; Fri, 22 Feb 2002 14:16:44 +0100 Date: Fri, 22 Feb 2002 14:16:43 +0100 From: Alex X-Mailer: The Bat! (v1.53d) Reply-To: Alex X-Priority: 3 (Normal) Message-ID: <6815969492.20020222141643@cybertron.tmfweb.nl> To: Erin Fortenberry Cc: "'Lord Raiden'" , freebsd-questions@FreeBSD.ORG Subject: Re[2]: Ghosting FreeBSD. 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 Hello Erin, Thursday, February 21, 2002, 6:51:37 PM, you wrote: Messe reformated due to top-posting >> -----Original Message----- >> From: Lord Raiden [mailto:raiden23@netzero.net] >> Sent: Thursday, February 21, 2002 9:55 AM >> To: freebsd-questions@FreeBSD.ORG >> Subject: Ghosting FreeBSD. >> >> >> Ok, short question. Is it possible to use Norton Ghost >> to Ghost a Freebsd >> install A) from one machine to another of similar or >> identical hardware, or >> B) to a machine of entirely different hardware with few if any >> complications or corrections? >> >> Not needing to do this right now, but curious if this >> is possible as a >> mental note for the future in case I want to do it. EF> I have found that the hard drives need to be the same size because ghost EF> does a binary copy of the entire. I went from one 40G to another and it took EF> about an hour. I beleave this rumor is false, Ghost doesn't need to write to a same sized partion. (At least for windows partitions.) -- 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 Fri Feb 22 5:19:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 01CF137B405 for ; Fri, 22 Feb 2002 05:19:19 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1MDJHHr061969; Fri, 22 Feb 2002 14:19:17 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1MDJGoe061968; Fri, 22 Feb 2002 14:19:16 +0100 (CET) (envelope-from flo) Date: Fri, 22 Feb 2002 14:19:16 +0100 From: Florian Nigsch To: Ali Nasseh , freebsd-questions@freebsd.org Subject: Re: help Message-ID: <20020222141916.A61931@nigsch.com> References: <20020222130232.25803.qmail@web10302.mail.yahoo.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: <20020222130232.25803.qmail@web10302.mail.yahoo.com>; from a_nasseh@yahoo.com on Fri, Feb 22, 2002 at 05:02:32AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 05:02:32AM -0800, Ali Nasseh wrote: > hi, > when i mount my cdrom with this command, > # mount -vt cd9660 /dev/acd0c /cdrom > i get "I/O error", after i hear the cdrom rotation. don't know what's that... > too, i can't execute my c program. after i > successfully compile it with cc command like this: > # cc hello.c > i can see the a.out file in my directory, but when i > type: > # a.out > the system says "command not found". > please tell me what is wrong with those. you probably don't have . (the current directory in your PATH environment variable. check this by echo $PATH you can add . (current dir) to your path, or simply type ./a.aout everytime you want to execute a prog from the current path. -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 5:19:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tgd.net (mail.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id 3208C37B400 for ; Fri, 22 Feb 2002 05:19:48 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id A096D20F05; Fri, 22 Feb 2002 05:19:47 -0800 (PST) Date: Fri, 22 Feb 2002 05:19:47 -0800 From: Sean Chittenden To: freebsd-questions@freebsd.org Subject: Nightly kerel report: bad cookies? Message-ID: <20020222051947.E10003@ninja1.internal> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.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 What's this about? I've started seeing 5-10 entries about this once a night in my kernel log. Anyone got any ideas what it means? -sc host.internal kernel log messages: > got bad cookie vp 0xe408a880 bp 0xd00fb470 > got bad cookie vp 0xe408a880 bp 0xcfefa0a0 > got bad cookie vp 0xe408a880 bp 0xcffd5f0c > got bad cookie vp 0xe408a880 bp 0xcffd5f0c > got bad cookie vp 0xe3851980 bp 0xd000a620 -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 5:20:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsdportal.com (freebsdportal.com [63.106.140.203]) by hub.freebsd.org (Postfix) with ESMTP id B97B337B405 for ; Fri, 22 Feb 2002 05:20:20 -0800 (PST) Received: (from jfreeze@localhost) by freebsdportal.com (8.11.6/8.11.6) id g1MDJae13634 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 08:19:36 -0500 (EST) (envelope-from jfreeze) Date: Fri, 22 Feb 2002 08:19:36 -0500 From: Jim Freeze To: freebsd-questions@freebsd.org Subject: ifconfig alias & Apache & gateway interaction Message-ID: <20020222081936.A13548@freebsdportal.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 Hi: I have what I think may be a firewall problem, but I cannot explain it. On my machine, which is both a gateway and an http server, I have two IPs. I have setup my /etc/rc.conf as fconfig_sis0="inet a.b.c.203 netmask 255.255.255.248" ifconfig_sis0_alias0="inet a.b.c.204 netmask 255.255.255.248" # sm where I have replaced the actual first three numbers of the IP address with a, b and c, respectively, to protect the innocent. Inspecting the network configuration from the command line I get: ifconfig -a sis0: flags=8843 mtu 1500 inet6 fe80::2a0:ccff:fe78:2395%sis0 prefixlen 64 scopeid 0x1 inet a.b.c.203 netmask 0xfffffff8 broadcast a.b.c.207 inet a.b.c.204 netmask 0xfffffff8 broadcast a.b.c.207 ether 00:a0:cc:78:23:95 media: Ethernet autoselect (10baseT/UTP) status: active My machine now has two IPs. I configured apache in an IP vhost configuration so it could serve up domains domain1(a.b.c.203) and domain2(a.b.c.204): NameVirtualHost a.b.c.203 ServerName www.domain1.com DocumentRoot "/path_to_domain1/htdocs" DocumentRoot "/path_to_domain2/htdocs" ServerName www.domain2.com There is no default server. Since I have read and followed the docs, you would expect all this to work, and it DOES WORK. Access to domain1 works fine if I am at the gateway machine or not. Access to domain2 works fine from outside the firewall and from the local LAN, but NOT when I am on the gateway machine. Trying domain2 on the gateway machine I get: telnet www.domain2.com 80 Trying a.b.c.204... My applicable firewall rules are: 01500 allow tcp from any to a.b.c.203 80 setup 01600 allow tcp from any to a.b.c.204 80 setup I cannot understand this. It appears to be a firewall issue and not an Apache issue since it works for the outside world. I assume there is something about aliasing networks to a single nic that I don't understand. Any insights would be appreciated. Thanks -- Jim Freeze "Give some people an attoparsec and they'll take 16.093 Tera-angstroms" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 5:20:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20105.mail.yahoo.com (web20105.mail.yahoo.com [216.136.226.42]) by hub.freebsd.org (Postfix) with SMTP id A4D6937B402 for ; Fri, 22 Feb 2002 05:20:55 -0800 (PST) Message-ID: <20020222132054.80885.qmail@web20105.mail.yahoo.com> Received: from [63.193.147.188] by web20105.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 05:20:54 PST Date: Fri, 22 Feb 2002 05:20:54 -0800 (PST) From: Bsd Neophyte Subject: primary differences between BSD-based and System V rel 4 *nixes 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 What are the differences between the two? Are they differences really significant? __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 5:34:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mufasa.swistgroup.com (mufasa.swistgroup.com [64.245.10.163]) by hub.freebsd.org (Postfix) with ESMTP id D73BA37B404 for ; Fri, 22 Feb 2002 05:34:14 -0800 (PST) Received: from timon.swistgroup.com ([172.16.1.30]) by mufasa.swistgroup.com with esmtp (Exim 3.33 #1) id 16eFpu-000Hxv-00 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 15:34:06 +0200 Received: from steinmail.swistgroup.com ([172.16.1.3]) by timon.swistgroup.com with esmtp (Exim 3.33 #1) id 16eFpj-000LM2-00 for freebsd-questions@FreeBSD.ORG; Fri, 22 Feb 2002 15:33:55 +0200 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Duplex printing on an HP2200DN printer... Disposition-Notification-To: "Max Clements" X-MimeOLE: Produced By Microsoft Exchange V6.0.4712.0 Date: Fri, 22 Feb 2002 15:34:05 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Duplex printing on an HP2200DN printer... Thread-Index: AcG7o89HH3lUs46iRVm1i2Isek0KYgAARMZg From: "Max Clements" 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 Does anyone know how to set BSD to print duplex onto an HP 2200DN laser printer. This is a duplex-capable printer with a build in Jet Direct = card. As the printer is post-script capable I would not like to install = appsfilter or something like that, but I hate thick program listings ;-). From what little I know about HP printers I think one needs to send a = PJL command to the printer prior to the job to put it into duplex mode? Regards -- Max Clements System Administrator (Billing) Vodacom SA - Monday is an awful way to spend 1/7th of your life... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 6: 8:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20602.mail.yahoo.com (web20602.mail.yahoo.com [216.136.226.158]) by hub.freebsd.org (Postfix) with SMTP id 5B1A437B400 for ; Fri, 22 Feb 2002 06:08:28 -0800 (PST) Message-ID: <20020222140828.11810.qmail@web20602.mail.yahoo.com> Received: from [209.173.210.209] by web20602.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 06:08:28 PST Date: Fri, 22 Feb 2002 06:08:28 -0800 (PST) From: Jon Reply-To: cykyc@yahoo.com Subject: Re: Re[2]: Ghosting FreeBSD. To: Alex , Erin Fortenberry Cc: 'Lord Raiden' , freebsd-questions@FreeBSD.ORG In-Reply-To: <6815969492.20020222141643@cybertron.tmfweb.nl> 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 Ghost "understands" FAT16, FAT32, NTFS (read I think), ext2fs, and probably a couple others, but does not understand native FreeBSD (type 0xa5), so it does a fully block copy. This was at least true for Ghost Enterprise 7.0 as of Thursday night :) Jon --- Alex wrote: > Hello Erin, > > Thursday, February 21, 2002, 6:51:37 PM, you wrote: > > Messe reformated due to top-posting > > >> -----Original Message----- > >> From: Lord Raiden [mailto:raiden23@netzero.net] > >> Sent: Thursday, February 21, 2002 9:55 AM > >> To: freebsd-questions@FreeBSD.ORG > >> Subject: Ghosting FreeBSD. > >> > >> > >> Ok, short question. Is it possible to use Norton Ghost > >> to Ghost a Freebsd > >> install A) from one machine to another of similar or > >> identical hardware, or > >> B) to a machine of entirely different hardware with few if any > > >> complications or corrections? > >> > >> Not needing to do this right now, but curious if this > >> is possible as a > >> mental note for the future in case I want to do it. > > EF> I have found that the hard drives need to be the same size > because ghost > EF> does a binary copy of the entire. I went from one 40G to > another and it took > EF> about an hour. > > I beleave this rumor is false, Ghost doesn't need to write to a > same sized > partion. (At least for windows partitions.) > > > -- > Best regards, > Alex > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 6:13:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web9701.mail.yahoo.com (web9701.mail.yahoo.com [216.136.129.137]) by hub.freebsd.org (Postfix) with SMTP id 61CED37B405 for ; Fri, 22 Feb 2002 06:13:31 -0800 (PST) Message-ID: <20020222141331.37864.qmail@web9701.mail.yahoo.com> Received: from [141.154.39.127] by web9701.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 06:13:31 PST Date: Fri, 22 Feb 2002 06:13:31 -0800 (PST) From: Peter Gatsoulis Reply-To: pg@eth1.com Subject: In 4.5 syscons.o complains LOUDLY on compile 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 PLS also CC me in your responses; Just tried compiling a custom kernel on a 4.5 box Unsuccessfully kbd.o scvidctl.o & syscons.o complain LOUDLY about undefined references to: vidsw kbddriver_set vid_get_adapter and a few more ... Anyone else having this behavior?? __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 6:21:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from viharnik.xenya.net (viharnik.xenya.si [193.138.54.25]) by hub.freebsd.org (Postfix) with ESMTP id AA28937B402 for ; Fri, 22 Feb 2002 06:21:33 -0800 (PST) Received: from localhost (localhost.xenya.net [127.0.0.1]) by viharnik.xenya.net (Postfix) with ESMTP id DDB7423022; Fri, 22 Feb 2002 15:21:29 +0100 (CET) Received: from cuk.nu (unknown [192.168.1.203]) by viharnik.xenya.net (Postfix) with ESMTP id 7F8682301A; Fri, 22 Feb 2002 15:21:20 +0100 (CET) Message-ID: <3C7653DB.BDF17FCA@cuk.nu> Date: Fri, 22 Feb 2002 15:21:15 +0100 From: Marko Cuk X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Alex Cc: Erin Fortenberry , 'Lord Raiden' , freebsd-questions@FreeBSD.ORG Subject: Re: Ghosting FreeBSD. References: <6815969492.20020222141643@cybertron.tmfweb.nl> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS perl-10 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alex wrote: > Hello Erin, > > Thursday, February 21, 2002, 6:51:37 PM, you wrote: > > Messe reformated due to top-posting > > >> -----Original Message----- > >> From: Lord Raiden [mailto:raiden23@netzero.net] > >> Sent: Thursday, February 21, 2002 9:55 AM > >> To: freebsd-questions@FreeBSD.ORG > >> Subject: Ghosting FreeBSD. > >> > >> > >> Ok, short question. Is it possible to use Norton Ghost > >> to Ghost a Freebsd > >> install A) from one machine to another of similar or > >> identical hardware, or > >> B) to a machine of entirely different hardware with few if any > >> complications or corrections? > >> > >> Not needing to do this right now, but curious if this > >> is possible as a > >> mental note for the future in case I want to do it. > > EF> I have found that the hard drives need to be the same size because ghost > EF> does a binary copy of the entire. I went from one 40G to another and it took > EF> about an hour. > > I beleave this rumor is false, Ghost doesn't need to write to a same sized > partion. (At least for windows partitions.) This is not true. Ghost don't support ufs and it cannot write it as NTFS, FAT or extfs and therefore it cannot dinamically resize partitons. Cuk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 6:28:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from osiris.ipform.ru (osiris.ipform.ru [212.158.165.98]) by hub.freebsd.org (Postfix) with ESMTP id 82AED37B400 for ; Fri, 22 Feb 2002 06:28:33 -0800 (PST) Received: from pwp14 (pwp14 [192.168.0.201]) by osiris.ipform.ru (8.11.6/8.11.6) with ESMTP id g1MESEj67750 for ; Fri, 22 Feb 2002 17:28:22 +0300 (MSK) (envelope-from infoteacher@ipform.ru) Reply-To: From: "Alexander Trapeznikov" To: Subject: Create new port russian/mtc? Date: Fri, 22 Feb 2002 17:27:42 +0300 Organization: IP Form Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Disposition-Notification-To: "Alexander Trapeznikov" Sender: owner-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 sent query about creation of a russian/mtc port. Since then passed a lot of time, but the port is still not accepted. The port is created correctly and the request is sent correctly. (send-pr and from bugtraq freebsd.org). When will it be created? -------------------------------------[start request]-------------------- From: infoteacher@ipform.ru To: ports@FreeBSD.org Cc: infoteacher@ipform.ru Reply-To: infoteacher@ipform.ru Subject: New port: russian/mtc - Multifile text Encoding Converter >Category:ports >Synopsis: New port: russian/mtc - Multifile text Encoding Converter >Class:change-request >Description:New port: russian/mtc - Multifile text Encoding Converter # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mtc # mtc/Makefile # mtc/distinfo # mtc/pkg-descr # mtc/pkg-plist # mtc/pkg-comment # echo c - mtc mkdir -p mtc > /dev/null 2>&1 echo x - mtc/Makefile sed 's/^X//' >mtc/Makefile << 'END-of-mtc/Makefile' X# New ports collection makefile for: mtc X# Date created: 13 Nov 2001 X# Whom: Artem Koutchine , Alexander Trapeznikov X# X# $FreeBSD$ X# X# This port is self contained in the src directory. X# X XPORTNAME= mtc XPORTVERSION= 1.3 XCATEGORIES= russian XMASTER_SITES= http://www.ipform.ru/files/ X XMAINTAINER= infoteacher@ipform.ru X XMAN7= mtc.7 XMANCOMPRESSED= yes XNO_BUILD= yes X Xdo-install: X $(CP) ${WRKSRC}/mtc.7 ${WRKSRC}/mtc.7.man X ${GZIP_CMD} ${WRKSRC}/mtc.7 X $(MV) ${WRKSRC}/mtc.7.man ${WRKSRC}/mtc.7 X ${INSTALL_MAN} ${WRKSRC}/mtc.7.gz ${PREFIX}/man/man7 X $(RM) ${WRKSRC}/mtc.7.gz X ${INSTALL_SCRIPT} ${WRKSRC}/mtc ${PREFIX}/bin/mtc X ${INSTALL_SCRIPT} ${WRKSRC}/wee ${PREFIX}/bin/wee X ${INSTALL_DATA} ${WRKSRC}/koi8 ${PREFIX}/etc/koi8 X ${INSTALL_DATA} ${WRKSRC}/win1251 ${PREFIX}/etc/win1251 X ${INSTALL_DATA} ${WRKSRC}/dos866 ${PREFIX}/etc/dos866 X X.include END-of-mtc/Makefile echo x - mtc/distinfo sed 's/^X//' >mtc/distinfo << 'END-of-mtc/distinfo' XMD5 (mtc-1.3.tar.gz) = 232c509b67857a1d4d5b7a14b70594b8 END-of-mtc/distinfo echo x - mtc/pkg-descr sed 's/^X//' >mtc/pkg-descr << 'END-of-mtc/pkg-descr' XMultifile Text encoding Converter 1.3 X XConverts text from one codepage to another Xusing codepage definition files. X XUsefull in case of languages where a number Xof codepages exists and chars are encoded Xin one byte (Russian for example). X XComes with win1251/koi8/dos866 codepages. X XExamples: X mtc -f koi8 -t dos866 doc2print.txt X cat doc2print | mtc --from win1251 --to dos866 --silent | lpr -Psmb X mtc --from win1251 --to koi8 -s *.html *.ht *.js X mtc -f koi8 -t win1251 > z X Xftp: ftp://ftp.ipform.ru/pub/ipform/software/ X Xemail: info@ipform.ru END-of-mtc/pkg-descr echo x - mtc/pkg-plist sed 's/^X//' >mtc/pkg-plist << 'END-of-mtc/pkg-plist' Xbin/mtc Xbin/wee Xetc/koi8 Xetc/win1251 Xetc/dos866 END-of-mtc/pkg-plist echo x - mtc/pkg-comment sed 's/^X//' >mtc/pkg-comment << 'END-of-mtc/pkg-comment' XMultifile text Encoding Converter 1.3 END-of-mtc/pkg-comment exit --------------------------------------[end request]------------------- Best Regards, Alexander Trapeznikov! ---------------------------------------------- WWW:http://www.ipform.com Email: infoteacher@ipform.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 6:51:40 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 7D2B837B405 for ; Fri, 22 Feb 2002 06:51:21 -0800 (PST) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.2/8.12.2) with ESMTP id g1MEpHHt000602; Fri, 22 Feb 2002 14:51:18 GMT From: "Barry Byrne" To: "Scott Aitken" , Subject: RE: Sorting Apache logs by Date and Time Date: Fri, 22 Feb 2002 14:51:15 -0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----------=_1014389478-130-6" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20020222050939.A43475@gandalf.scott.sh> Importance: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Scanned-By: MIMEDefang 2.5 (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 This is a multi-part message in MIME format... ------------=_1014389478-130-6 Content-Type: multipart/mixed; boundary="----------=_1014389479-130-8" Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) This is a multi-part message in MIME format... ------------=_1014389479-130-8 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Scott: Another solution: script below called sort.pl does the job in three stages: 1. Tag the beginning of each line with a sortable tag 2. Sort the file 3. Remove the tag cat access_log | sort.pl > access_log.sorted Cheers, Barry ---------------------------- start sort.pl ------------------------ #!/usr/bin/perl # sort.pl $TEMP="/tmp/.temp$$"; open(TEMP, "> $TEMP") || die "Can't open $TEMP for writing"; %months=( 'Jan' => '01', 'Feb' => '02', 'Mar' => '03', 'Apr' => '04', 'May' => '05', 'Jun' => '06', 'Jul' => '07', 'Aug' => '08', 'Sep' => '09', 'Oct' => '10', 'Nov' => '11', 'Dec' => '12' ); while (<>) { if (/\d+\.\d+\.\d+\.\d+\s-\s-\s\[(\d+)\/(\S+)\/(\d+):(.+)\]\s\".*$/) { $year=$3; $month=$months{$2}; $date=$1; $time=$4; print(TEMP "TIMETAG-$year$month$date$time-TIMETAG:$_\n"); } } close(TEMP); system("sort -o $TEMP $TEMP"); open(TEMP, "< $TEMP") || die "Can't open $TEMP for reading"; while () { if (/TIMETAG-.*?TIMETAG:(.*)$/) { print("$1\n"); } } unlink($TEMP); ---------------------------- end sort.pl ------------------------ -- 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 Scott Aitken > Sent: 21 February 2002 18:10 > To: freebsd-questions@FreeBSD.ORG > Subject: Sorting Apache logs by Date and Time > > > Hi All, > is there a quick way to sort apache logs by the date and time > field if the format is the following: > > 146.101.149.65 - - [22/Feb/2002:04:18:54 +1100] "GET > /images/test.png HTTP/1.0" 200 381 > "http://www-redirect.scott.sh:8080/cgi-bin/fred.pl" "Mozilla/4.0 > (compatible; MSIE 5.5; Windows 98)" > > This is a sample line. > > I have found difficulty in using the sort utility because of the > textual month names, as well as the fact that the separators are > both slashes and colons. > > Regards and TIA, > Scott Aitken > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ------------=_1014389479-130-8-- ------------=_1014389478-130-6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 6:53:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (att-98-60-141.atl.mediaone.net [24.98.60.141]) by hub.freebsd.org (Postfix) with ESMTP id 49BD237B400 for ; Fri, 22 Feb 2002 06:53:26 -0800 (PST) Received: from bsd ([192.168.10.7] helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.30 #1) id 16eH4g-000H7Y-00; Fri, 22 Feb 2002 09:53:26 -0500 Received: from scott by bsd.smnolde.com with local (Exim 3.33 #1) id 16eH4f-0000Ij-00; Fri, 22 Feb 2002 09:53:25 -0500 Date: Fri, 22 Feb 2002 09:53:25 -0500 From: "Scott M. Nolde" To: "Remington L." Cc: freebsd-questions@FreeBSD.org Subject: Re: mergemaster? Message-ID: <20020222095325.A1099@smnolde.com> References: <000001c1bb7b$443af2d0$9d038bd8@admin> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000001c1bb7b$443af2d0$9d038bd8@admin>; from madriax@garlic.com on Fri, Feb 22, 2002 at 12:30:58AM -0800 X-Disclaimer: If you can read this you're looking for too much Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Remington L.(madriax@garlic.com)@2002.02.22 00:30:58 +0000: > I just did make world and messed upo my system do to mergemaster. What > is the proper command? I did mergemaster -m /usr/src/etc -d / I just do cd /usr/src && mergemaster -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 6:54: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup2-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id E91BF37B417 for ; Fri, 22 Feb 2002 06:53:55 -0800 (PST) Received: (qmail 12934 invoked by uid 0); 22 Feb 2002 14:53:51 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup2-ld.pvd.loa.net with SMTP; 22 Feb 2002 14:53:51 -0000 Message-ID: <004401c1bbb0$cd7946c0$37b4a8c0@pretorian> From: "LOA Maine mailing list" To: Subject: FBSD and 3d games like q3 Date: Fri, 22 Feb 2002 09:54:17 -0500 Organization: Log On America 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 Im using FreeBSD 4.3 I have xfree86 version 4.2 and KDE 2.x installed w/ nvidia gforce2-mx video card. the machine runs great ...Im just wondering if anyone can point to some "howto" on getting 3dgames such as quake3 ..unreal ,,etc.. to run in xwindows..& FreeBSD 4.3. Ive run 3dgames on a linux box ....but not Unix.. any help is greatly appreciated. Bmyster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7: 3:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.ucles.org.uk (mail3.ucles.org.uk [192.149.119.13]) by hub.freebsd.org (Postfix) with ESMTP id 25C9737B400 for ; Fri, 22 Feb 2002 07:03:47 -0800 (PST) Received: from mail3.ucles.org.uk (unverified) by mail3.ucles.org.uk (Content Technologies SMTPRS 4.2.5) with ESMTP id for ; Fri, 22 Feb 2002 15:01:05 +0000 Received: by forest.nrl.navy.mil with Internet Mail Service (5.5.2653.19) id ; Fri, 22 Feb 2002 15:01:05 -0000 Message-ID: <0B0368CED76DD4118E1200D0B73E9B5D02AFD07C@MAIL1> From: Mike Dewhirst To: freebsd-questions@freebsd.org Subject: security and preventive measures Date: Fri, 22 Feb 2002 15:01:03 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1BBB1.BF3FA7B0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1BBB1.BF3FA7B0 Content-Type: text/plain; charset="iso-8859-1" what good standard security tools are there out there that a security concious admin should install? I've heard of trip wire, but if I understand correctly, you need physical access to the box to have the database off-line? I'm mostly after break-in detection, comporomisation (like sshd, etc.) detection.. Thanks in advance for any advice. @ =********************************************************** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination or copying of this communication and its attachments is strictly prohibited. If you have received this communication and its attachments in error, please return the original message and attachments to the sender using the reply facility on e-mail. Internet communications are not secure and therefore the UCLES Group does not accept legal responsibility for the contents of this message. Any views or opinions presented are solely those of the author and do not necessarily represent those of the UCLES Group unless otherwise specifically stated. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses although this does not guarantee that this email is virus free. **********************************************************= ------_=_NextPart_001_01C1BBB1.BF3FA7B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable security and preventive measures

what good standard security tools are there out there tha= t a security concious admin should install?

I've heard of trip wire, but if I understand correctly, y= ou need physical access to the box to have the database off-line?

I'm mostly after break-in detection, comporomisation (lik= e sshd, etc.) detection..

Thanks in advance for any advice.



@



=3D**********************************************************

If you are not the intended recipient, employee or agent responsible for de= livering the message to the intended recipient, you are hereby notified tha= t any dissemination or copying of this communication and its attachments is= strictly prohibited.

If you have received this communication and its attachments in error, pleas= e return the original message and attachments to the sender using the reply= facility on e-mail.

Internet communications are not secure and therefore the UCLES Group does n= ot accept legal responsibility for the contents of this message. Any views= or opinions presented are solely those of the author and do not necessaril= y represent those of the UCLES Group unless otherwise specifically stated.<= BR>
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses although this does not gua= rantee that this email is virus free.

**********************************************************=3D
------_=_NextPart_001_01C1BBB1.BF3FA7B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7: 5:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsdportal.com (freebsdportal.com [63.106.140.203]) by hub.freebsd.org (Postfix) with ESMTP id 8F58237B404 for ; Fri, 22 Feb 2002 07:05:16 -0800 (PST) Received: (from jfreeze@localhost) by freebsdportal.com (8.11.6/8.11.6) id g1MF4WU13983 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 10:04:32 -0500 (EST) (envelope-from jfreeze) Date: Fri, 22 Feb 2002 10:04:32 -0500 From: Jim Freeze To: freebsd-questions@freebsd.org Subject: /etc/netstart reverses aliases Message-ID: <20020222100432.A13961@freebsdportal.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 Hi: I have the following in my /etc/rc.conf file: ifconfig_sis0="inet 63.106.140.203 netmask 255.255.255.248" ifconfig_sis0_alias0="inet 63.106.140.204 netmask 255.255.255.248" Running ifconfig -a reports: inet 63.106.140.203 netmask 0xfffffff8 broadcast 63.106.140.207 inet 63.106.140.204 netmask 0xfffffff8 broadcast 63.106.140.207 After I initially added this alias, I restarted the network by running /etc/netstart That worked. But when I tried it the second time things stopped working (ie, my http access to these addresses stopped.) I checked ifconfig -a and it reported: inet 63.106.140.204 netmask 0xfffffff8 broadcast 63.106.140.207 inet 63.106.140.203 netmask 0xfffffff8 broadcast 63.106.140.207 The two addresses were reversed. I re-ran netstart and the order reversed back to its original and all was right with the universe. Can someone explain why this happens? Thanks -- Jim Freeze "Give some people an attoparsec and they'll take 16.093 Tera-angstroms" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:23:58 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 ADAD637B417 for ; Fri, 22 Feb 2002 07:23:54 -0800 (PST) Received: from ftp.reportlab.co.uk ([194.159.4.137] helo=jessikat.demon.co.uk) by anchor-post-32.mail.demon.net with esmtp (Exim 3.34 #1) id 16eHY9-000CTw-0W for questions@freeBSD.ORG; Fri, 22 Feb 2002 15:23:53 +0000 Message-ID: Date: Fri, 22 Feb 2002 15:22:42 +0000 To: questions@freeBSD.ORG From: Robin Becker Subject: Re: login as root from specified domain References: <20020222133047.A58163@nigsch.com> In-Reply-To: <20020222133047.A58163@nigsch.com> MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U <8fY3TEtAaFySF58ErPUfo9YLW3> Sender: owner-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 article <20020222133047.A58163@nigsch.com>, Florian Nigsch writes >While loggin in as root is not normally a good idea, see > >login.access(5) fro some hints. > >make sure that PermitRootLogin is NOT no in sshd.conf > >for FTP: root must not be in the ftpusers file. > >why not use su(1) and ssh/sftp/scp? > >flo ..... Normally I use ssh+su for handomatic stuff, but I would like to use gvim on my winbox to edit files directly on the server. It understands some protocols like ftp, but I'm not sure whether gvim understands scp. Perhaps I should investigate. -- Robin Becker To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:25: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from academy.nsnet.cz (framiex.casablanca.cz [217.11.225.211]) by hub.freebsd.org (Postfix) with SMTP id 90F1B37B405 for ; Fri, 22 Feb 2002 07:24:55 -0800 (PST) Received: (qmail 96307 invoked from network); 22 Feb 2002 16:24:48 +0100 Received: from unknown (HELO mikulas.com) (212.65.243.246) by framiex.casablanca.cz with SMTP; 22 Feb 2002 16:24:48 +0100 Message-ID: <3C7662C1.6030005@mikulas.com> Date: Fri, 22 Feb 2002 16:24:49 +0100 From: Jiri Mikulas User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.8) Gecko/20020220 X-Accept-Language: cs, en-us MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: CUPS+SMB Content-Type: text/plain; charset=ISO-8859-2; 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. I'm runnig FreeBSD 4.5-stable with KDE 2.2.2 i want to use my workstation to print on printer connected to Win98 workstaion. I tryed to configure CUPS to use smb:/host/print but it doesnt work. When i try to add printer with webadmin from cups (port 631) there is no choice to use SMB printer. also i edit prinetrs.conf in text edit, but connecting to WIN98 fails. how i can tell CUPS to use SMB protocol for remote printers? CUPS and SAMBA is instaled from ports thaks for any help. Jiri. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:26:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsdportal.com (freebsdportal.com [63.106.140.203]) by hub.freebsd.org (Postfix) with ESMTP id 3B2E837B404 for ; Fri, 22 Feb 2002 07:26:46 -0800 (PST) Received: (from jfreeze@localhost) by freebsdportal.com (8.11.6/8.11.6) id g1MFQ2Y14062 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 10:26:02 -0500 (EST) (envelope-from jfreeze) Date: Fri, 22 Feb 2002 10:26:02 -0500 From: Jim Freeze To: freebsd-questions@freebsd.org Subject: Script Kiddies Trying to Hack Me? Message-ID: <20020222102602.A14033@freebsdportal.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 Hi: I was just browsing my log files on a site/ip address that has been live less than 12 hrs and came across: 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 285 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 283 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0 " 404 307 This looks like someone trying to get access to an NT system command, and my guess is that they are up to no good. Is this a fair assumption? I would guess that this is fairly common and that these guys are scanning new machines all the time. Makes me want to be sure that I get a firewall up before I put a machine on the net. -- Jim Freeze "Give some people an attoparsec and they'll take 16.093 Tera-angstroms" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:34: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11702.mail.yahoo.com (web11702.mail.yahoo.com [216.136.172.68]) by hub.freebsd.org (Postfix) with SMTP id 7B71337B400 for ; Fri, 22 Feb 2002 07:34:07 -0800 (PST) Message-ID: <20020222153407.54514.qmail@web11702.mail.yahoo.com> Received: from [199.228.142.3] by web11702.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 07:34:07 PST Date: Fri, 22 Feb 2002 07:34:07 -0800 (PST) From: Geoffrey Sanders Subject: Help Needed for Cd-Burning 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 a newbie to FreeBSD(coming from somewhat of a Linux background) and have a need for help regarding cd-burning under freebsd. I know many of the GPL'ed applications used to burn cds require scsi hardware. What is used under freebsd for ide cdrw's? Is there anything that builds out of the ports section that will work directly? I know that freebsd doesn't have scsi-emulation (at least from what I've been told to date). Therefore, what application can I use/have people had experience with on ide hardware? KonCD? gcombust? Any help or references to assist me would be greatly appreciated. Thanks in advance. Geoff __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:37:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11705.mail.yahoo.com (web11705.mail.yahoo.com [216.136.172.71]) by hub.freebsd.org (Postfix) with SMTP id D0E9637B402 for ; Fri, 22 Feb 2002 07:37:04 -0800 (PST) Message-ID: <20020222153704.5969.qmail@web11705.mail.yahoo.com> Received: from [209.140.253.2] by web11705.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 07:37:04 PST Date: Fri, 22 Feb 2002 07:37:04 -0800 (PST) From: Tim Erlin Subject: Re: Script Kiddies Trying to Hack Me? To: Jim Freeze , freebsd-questions@freebsd.org In-Reply-To: <20020222102602.A14033@freebsdportal.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You're right that it's an attempted hack. Welcome to the world of Nimda (and other such worms). It's probably an unwitting DSL user, not a malicious hacker, though the difference is so nebulous these days... --Tim --- Jim Freeze wrote: > Hi: > > I was just browsing my log files on a site/ip > address that has > been live less than 12 hrs and came across: > > 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET > /scripts/root.exe?/c+dir HTTP/1.0" 404 285 > 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET > /MSADC/root.exe?/c+dir HTTP/1.0" 404 283 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET > /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET > /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET > /scripts/..%255c../winnt/system32/cmd.exe?/c+dir > HTTP/1.0 > " 404 307 > > This looks like someone trying to get access to an > NT system command, > and my guess is that they are up to no good. > Is this a fair assumption? I would guess that this > is fairly > common and that these guys are scanning new machines > all the time. > > Makes me want to be sure that I get a firewall up > before I put > a machine on the net. > -- > Jim Freeze > "Give some people an attoparsec and > they'll take 16.093 Tera-angstroms" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:38:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 6A5CB37B402 for ; Fri, 22 Feb 2002 07:38:22 -0800 (PST) Received: from Bob (staff.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.3/8.11.3) with ESMTP id g1MFYOn83336; Fri, 22 Feb 2002 10:34:24 -0500 (EST) (envelope-from freymann@scaryg.shacknet.nu) From: freymann@scaryg.shacknet.nu To: Jim Freeze , freebsd-questions@freebsd.org Date: Fri, 22 Feb 2002 10:39:36 -0500 MIME-Version: 1.0 Subject: Re: /etc/netstart reverses aliases Message-ID: <3C761FE8.29674.614200@localhost> In-reply-to: <20020222100432.A13961@freebsdportal.com> 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 On 22 Feb 2002 at 10:04, Jim Freeze wrote: > I have the following in my /etc/rc.conf file: > > ifconfig_sis0="inet 63.106.140.203 netmask 255.255.255.248" > ifconfig_sis0_alias0="inet 63.106.140.204 netmask 255.255.255.248" I thought aliases on the same subnet should have a subnet mask of 255.255.255.255 You've already established 63.106.140.203 so the alias that follows should use 255.255.255.255 That's my understanding anyway. At the command prompt, you'll have to use ifconfig to remove the alias then re-add it, I don't think I'd be re-excuting /etc/netstart to do this. -Gerry -------- Web Hosting / Domain Hosting / DNS Services at www.interpool.ca -------------------------- ifconfig delete 63.106.140.203 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:39: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id EFA5837B417 for ; Fri, 22 Feb 2002 07:39:01 -0800 (PST) Received: from there (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 23072AA; Fri, 22 Feb 2002 06:38:55 -0900 (AKST) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Jim Freeze , freebsd-questions@freebsd.org Subject: Re: Script Kiddies Trying to Hack Me? Date: Fri, 22 Feb 2002 06:38:54 -0900 X-Mailer: KMail [version 1.3] References: <20020222102602.A14033@freebsdportal.com> In-Reply-To: <20020222102602.A14033@freebsdportal.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020222153855.23072AA@nebula.anchoragerescue.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 Friday 22 February 2002 06:26 am, Jim Freeze wrote: > Hi: > > I was just browsing my log files on a site/ip address that has > been live less than 12 hrs and came across: > > 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET > /scripts/root.exe?/c+dir HTTP/1.0" 404 285 63.219.136.226 - - > [22/Feb/2002:09:29:18 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 283 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET > /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 63.219.136.226 - - > [22/Feb/2002:09:29:19 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir > HTTP/1.0" 404 293 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET > /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0 " 404 307 > > This looks like someone trying to get access to an NT system command, > and my guess is that they are up to no good. > Is this a fair assumption? I would guess that this is fairly > common and that these guys are scanning new machines all the time. > > Makes me want to be sure that I get a firewall up before I put > a machine on the net. What you're seeing is a code red or nimda scan. Besides filling up your httpd logs, that only affects an unpatched micro$oft IIS server. These days I wouldn't put a machine on the net for 5 minutes without security in place. Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:39:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from trinity.magpage.com (trinity.magpage.com [216.155.0.8]) by hub.freebsd.org (Postfix) with ESMTP id 7CB2437B402 for ; Fri, 22 Feb 2002 07:39:52 -0800 (PST) Received: from magpage.com (dfrazier@poomba.magpage.com [216.155.24.136]) by trinity.magpage.com (8.11.6/8.11.3) with ESMTP id g1MFdoR10486; Fri, 22 Feb 2002 10:39:50 -0500 (EST) Message-ID: <3C766646.3060700@magpage.com> Date: Fri, 22 Feb 2002 10:39:50 -0500 From: Daniel Frazier User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.7) Gecko/20020110 X-Accept-Language: en-us MIME-Version: 1.0 To: Jim Freeze Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Script Kiddies Trying to Hack Me? References: <20020222102602.A14033@freebsdportal.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RRT-Status: UNKNOWN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jim Freeze wrote: > Hi: > > I was just browsing my log files on a site/ip address that has > been live less than 12 hrs and came across: > > 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 285 > 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 283 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0 > " 404 307 > > This looks like someone trying to get access to an NT system command, > and my guess is that they are up to no good. > Is this a fair assumption? I would guess that this is fairly > common and that these guys are scanning new machines all the time. > > Makes me want to be sure that I get a firewall up before I put > a machine on the net. > 63.219.136.226 is a Winblows ME box and is infected with a virus/worm that's trying to propagate itself. not to worry... -- ---------------------------------------------------------------------- Daniel Frazier Tel: 302-239-5900 Ext. 231 Systems Administrator Fax: 302-239-3909 MAGPAGE, We Power the Internet WWW: http://www.magpage.com/ "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin, Historical Review of Pennsylvania, 1759. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:43:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id B2B9C37B405 for ; Fri, 22 Feb 2002 07:43:19 -0800 (PST) Received: from Bob (staff.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.3/8.11.3) with ESMTP id g1MFdMn84413; Fri, 22 Feb 2002 10:39:22 -0500 (EST) (envelope-from freymann@scaryg.shacknet.nu) From: freymann@scaryg.shacknet.nu To: Jim Freeze , freebsd-questions@freebsd.org Date: Fri, 22 Feb 2002 10:44:34 -0500 MIME-Version: 1.0 Subject: Re: Script Kiddies Trying to Hack Me? Message-ID: <3C762112.26179.65CEBA@localhost> In-reply-to: <20020222102602.A14033@freebsdportal.com> 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 On 22 Feb 2002 at 10:26, Jim Freeze wrote: > I was just browsing my log files on a site/ip address that has > been live less than 12 hrs and came across: > > 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET > /scripts/root.exe?/c+dir HTTP/1.0" 404 285 63.219.136.226 - - > [22/Feb/2002:09:29:18 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 Nimba. Read this url: http://www.sarc.com/avcenter/venc/data/w32.nimda.a@mm.html Nothing to worry 'bout on Unix platforms, it's strictly a Microsoft IIS exploit. There are some neat modules you can load into Apache that will automatically respond and email the admins of the remote systems. Go to cpan.org and search for Apache::CodeRed and Apache::Nimba if you want to do that. Gerry -------- Web hosting / Domain Hosting / Dns Services Come visit us at www.interpool.ca -------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:43:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web11706.mail.yahoo.com (web11706.mail.yahoo.com [216.136.172.72]) by hub.freebsd.org (Postfix) with SMTP id 1934737B400 for ; Fri, 22 Feb 2002 07:43:30 -0800 (PST) Message-ID: <20020222154329.38522.qmail@web11706.mail.yahoo.com> Received: from [209.140.253.2] by web11706.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 07:43:29 PST Date: Fri, 22 Feb 2002 07:43:29 -0800 (PST) From: Tim Erlin Subject: Re: security and preventive measures To: Mike Dewhirst , freebsd-questions@freebsd.org In-Reply-To: <0B0368CED76DD4118E1200D0B73E9B5D02AFD07C@MAIL1> 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 are you trying to protect? A single box acting as a gateway on your home DSL link, or multiple subnets in a 100Mbps or greater LAN environment? -Tim --- Mike Dewhirst wrote: > what good standard security tools are there out > there that a security > concious admin should install? > > I've heard of trip wire, but if I understand > correctly, you need physical > access to the box to have the database off-line? > > I'm mostly after break-in detection, comporomisation > (like sshd, etc.) > detection.. > > Thanks in advance for any advice. > > > > @ > > > =********************************************************** > > If you are not the intended recipient, employee or > agent responsible for delivering the message to the > intended recipient, you are hereby notified that any > dissemination or copying of this communication and > its attachments is strictly prohibited. > > If you have received this communication and its > attachments in error, please return the original > message and attachments to the sender using the > reply facility on e-mail. > > Internet communications are not secure and therefore > the UCLES Group does not accept legal responsibility > for the contents of this message. Any views or > opinions presented are solely those of the author > and do not necessarily represent those of the UCLES > Group unless otherwise specifically stated. > > This footnote also confirms that this email message > has been swept by > MIMEsweeper for the presence of computer viruses > although this does not guarantee that this email is > virus free. > > **********************************************************= > > __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:49:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from marlo.eagle.ca (marlo.eagle.ca [209.167.16.10]) by hub.freebsd.org (Postfix) with ESMTP id 8160E37B400 for ; Fri, 22 Feb 2002 07:49:27 -0800 (PST) Received: from Bob (staff.eagle.ca [209.167.16.15]) by marlo.eagle.ca (8.11.3/8.11.3) with ESMTP id g1MFjPn88841; Fri, 22 Feb 2002 10:45:25 -0500 (EST) (envelope-from freymann@scaryg.shacknet.nu) From: freymann@scaryg.shacknet.nu To: Geoffrey Sanders , freebsd-questions@freebsd.org Date: Fri, 22 Feb 2002 10:50:37 -0500 MIME-Version: 1.0 Subject: Re: Help Needed for Cd-Burning Message-ID: <3C76227D.21334.6B5966@localhost> In-reply-to: <20020222153407.54514.qmail@web11702.mail.yahoo.com> 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 On 22 Feb 2002 at 7:34, Geoffrey Sanders wrote: > Hello! I'm a newbie to FreeBSD(coming from somewhat of > a Linux background) Welcome to FreeBSD. I haven't played with any of the recent distributions of Linux, but I'm sure you'll appreciate the differences FreeBSD offers. > cd-burning under freebsd. I know many of the GPL'ed > applications used to burn cds require scsi hardware. Yes, cdrecord requires a scsi burner. > What is used under freebsd for ide cdrw's? That would be burncd and it's part of the base system in FreeBSD 4+ No need for ports or anything, just use burncd. I did like (and use) the cd2mp3 port to handle some music and mp3 creation. Xmms I use to change mp3's to .wav Then it's just burncd to write the data or music cd's. For writing wav files to a cd: burncd -f /dev/cdrom -s 8 audio track* fixate which means you have music in the directory you called this from called track1.wav, track2.wav, etc. /dev/cdrom is usually a symlink to your real device. If it hasn't been symlinked, use the proper device name i.e. /dev/acd01 Data is a little different. You need to use mkisofs (in the ports) to create your data "image" and then burn that to the cd. -Gerry- Web Hosting / Domain Hosting / DNS Services check us out at www.interpool.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:54:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id E190E37B404 for ; Fri, 22 Feb 2002 07:54:40 -0800 (PST) Received: from there (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 96C5FAA; Fri, 22 Feb 2002 06:54:39 -0900 (AKST) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Geoffrey Sanders , freebsd-questions@freebsd.org Subject: Re: Help Needed for Cd-Burning Date: Fri, 22 Feb 2002 06:54:39 -0900 X-Mailer: KMail [version 1.3] References: <20020222153407.54514.qmail@web11702.mail.yahoo.com> In-Reply-To: <20020222153407.54514.qmail@web11702.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020222155439.96C5FAA@nebula.anchoragerescue.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 Friday 22 February 2002 06:34 am, Geoffrey Sanders wrote: > Hello! I'm a newbie to FreeBSD(coming from somewhat of > a Linux background) and have a need for help regarding > cd-burning under freebsd. I know many of the GPL'ed > applications used to burn cds require scsi hardware. > What is used under freebsd for ide cdrw's? Is there > anything that builds out of the ports section that > will work directly? I know that freebsd doesn't have > scsi-emulation (at least from what I've been told to > date). Therefore, what application can I use/have > people had experience with on ide hardware? KonCD? > gcombust? Any help or references to assist me would be > greatly appreciated. Thanks in advance. > > Geoff > burncd is your friend. It's part of the base system. See man(8) burncd for details. Beech -- ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 7:57:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup4-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 66D0837B417 for ; Fri, 22 Feb 2002 07:57:27 -0800 (PST) Received: (qmail 18438 invoked by uid 0); 22 Feb 2002 15:57:25 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup4-ld.pvd.loa.net with SMTP; 22 Feb 2002 15:57:25 -0000 Message-ID: <006e01c1bbb9$ae40a2e0$37b4a8c0@pretorian> From: "Brent" To: "Jim Freeze" , References: <20020222102602.A14033@freebsdportal.com> Subject: Re: Script Kiddies Trying to Hack Me? Date: Fri, 22 Feb 2002 10:57:50 -0500 Organization: Log On America 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 actually ...it looks like someones windows box is infected with "code red" or "nimda" ( im sure without them knowing) ...Anywho...what these 2 worms do is look for winNT IIS webservers....so they actually scan everything running on port 80 ..I see these same kinda of entries in my apache logs. Just to let ya know ....these cant hurt your machine ...as they were intended for winNT boxes. I know theres a way to have apache NOT log those requests...cant recall it off the top of my head though. Bmyster ----- Original Message ----- From: "Jim Freeze" To: Sent: Friday, February 22, 2002 10:26 AM Subject: Script Kiddies Trying to Hack Me? > Hi: > > I was just browsing my log files on a site/ip address that has > been live less than 12 hrs and came across: > > 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 285 > 63.219.136.226 - - [22/Feb/2002:09:29:18 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 283 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /c/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /d/winnt/system32/cmd.exe?/c+dir HTTP/1.0" 404 293 > 63.219.136.226 - - [22/Feb/2002:09:29:19 -0500] "GET /scripts/..%255c../winnt/system32/cmd.exe?/c+dir HTTP/1.0 > " 404 307 > > This looks like someone trying to get access to an NT system command, > and my guess is that they are up to no good. > Is this a fair assumption? I would guess that this is fairly > common and that these guys are scanning new machines all the time. > > Makes me want to be sure that I get a firewall up before I put > a machine on the net. > -- > Jim Freeze > "Give some people an attoparsec and > they'll take 16.093 Tera-angstroms" > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 8:13:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from MAIL.NetOctave.com (netoctave-gw.customer.alter.net [65.195.230.86]) by hub.freebsd.org (Postfix) with ESMTP id 42AAF37B405; Fri, 22 Feb 2002 08:13:36 -0800 (PST) Received: from netoctave.com (kthiele.netoctave.com [192.168.201.34]) by MAIL.NetOctave.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id FN7ZDW1V; Fri, 22 Feb 2002 11:13:30 -0500 Message-ID: <3C766D45.9020509@netoctave.com> Date: Fri, 22 Feb 2002 11:09:41 -0500 From: Karl Thiele User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: spearsg@gte.net, cjc@FreeBSD.ORG Subject: Re: miibus_if.h References: <000701c1bb42$c46566e0$11cb173f@oemcomputer> <20020222031551.O48401@blossom.cjclark.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 First, I am porting a driver to FreeBSD, so I am new to FreeBSD kernel, but I know in the conf directory in the "files" file there is an entry for generating miibus_if.h, here is a snapshot. you have to build the kernel sources to get this file. If I am wrong some correct me. Documentation on makeopts.pl would be appreciated. dev/mii/qsphy.c optional miibus dev/mii/acphy.c optional miibus miibus_if.o optional miibus \ dependency "miibus_if.c miibus_if.h" \ compile-with "${NORMAL_C}" \ no-implicit-rule local miibus_if.c optional miibus \ dependency "$S/kern/makeops.pl $S/dev/mii/miibus_if.m" \ compile-with "perl5 $S/kern/makeops.pl -c $S/dev/mii/miibus_if.m" \ no-obj no-implicit-rule before-depend local \ clean "miibus_if.c" miibus_if.h optional miibus \ dependency "$S/kern/makeops.pl $S/dev/mii/miibus_if.m" \ compile-with "perl5 $S/kern/makeops.pl -h $S/dev/mii/miibus_if.m" \ no-obj no-implicit-rule before-depend \ clean "miibus_if.h" Crist J. Clark wrote: >On Thu, Feb 21, 2002 at 05:46:35PM -0800, Garret R Spears wrote: > >>Ok, I am pretty sure that I have gone thru everything looking for >>miibus_if.h. >> > >There is no such file in the source. It is auto generated from files >in src/sys/dev/mii. That directory should be there in >RELENG_4_0_0_RELEASE. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 8:18:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup6-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 8351B37B404 for ; Fri, 22 Feb 2002 08:18:46 -0800 (PST) Received: (qmail 30996 invoked by uid 0); 22 Feb 2002 16:18:45 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup6-ld.pvd.loa.net with SMTP; 22 Feb 2002 16:18:45 -0000 Message-ID: <008a01c1bbbc$a8d28820$37b4a8c0@pretorian> From: "Brent" To: Subject: freebsd and 3d games like q3 Date: Fri, 22 Feb 2002 11:19:10 -0500 Organization: Log On America 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 Im using FreeBSD 4.3 I have xfree86 version 4.2 and KDE 2.x installed w/ nvidia gforce2-mx video card. the machine runs great ...Im just wondering if anyone can point to some "howto" on getting 3dgames such as quake3 ..unreal ,,etc.. to run in xwindows..& FreeBSD 4.3. Ive run 3dgames on a linux box ....but not Unix.. any help is greatly appreciated. Bmyster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 8:19: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta5.rcsntx.swbell.net (mta5.rcsntx.swbell.net [151.164.30.29]) by hub.freebsd.org (Postfix) with ESMTP id 674E237B404 for ; Fri, 22 Feb 2002 08:19:00 -0800 (PST) Received: from rocket455 ([208.191.203.119]) by mta5.rcsntx.swbell.net (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GRX0079DZZN8Q@mta5.rcsntx.swbell.net> for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 10:18:59 -0600 (CST) Date: Fri, 22 Feb 2002 10:20:31 -0600 From: Stephen Hoover Subject: RE: File Versions In-reply-to: <20020221235116.O29930-100000@catalyst.sasknow.net> To: FreeBSD Questions Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT 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 Ok I see...and you can also use ident on the binary and it will show you what sources it was compiled with. That works. Thanks! Stephen Hoover Dallas, Texas -----Original Message----- From: ryan@catalyst.sasknow.net [mailto:ryan@catalyst.sasknow.net]On Behalf Of Ryan Thompson Sent: Friday, February 22, 2002 12:13 AM To: Stephen Hoover Cc: FreeBSD Questions Subject: Re: File Versions If you want to be keen about it, use ident(1). See below. > Just use the binary pw for example. Very likely what you're talking about is the Jan 4th pw(8) security advisory, which actually refers to the source file "pwupd.c", which is part of the pw binary build in /usr/src/usr.sbin/pw/. I would do this: ryan $ ident /usr/src/usr.sbin/pw/pwupd.c /usr/src/usr.sbin/pw/pwupd.c: $FreeBSD: src/usr.sbin/pw/pwupd.c,v 1.12.2.4 2001/12/21 15:21:32 nectar Exp $ So, the version is immediately after the RCS filename, and is 1.12.2.4 in this case. I can also tell it was updated on December 21st, which was the correction date mentioned in the advisory. So, my pw sources have been updated to the fixed versions. Don't forget to rebuild the affected parts after updating the source. See the advisory itself for the hand-held approach to patching. :-) Good luck, - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 8:27:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from field.videotron.net (field.videotron.net [205.151.222.108]) by hub.freebsd.org (Postfix) with ESMTP id 25B3B37B402 for ; Fri, 22 Feb 2002 08:27:53 -0800 (PST) Received: from windows ([24.201.83.93]) by field.videotron.net (Sun Internet Mail Server sims.3.5.1999.12.14.10.29.p8) with ESMTP id <0GRY000FW0EBBD@field.videotron.net> for freebsd-questions@FreeBSD.ORG; Fri, 22 Feb 2002 11:27:47 -0500 (EST) Date: Fri, 22 Feb 2002 11:28:46 -0500 From: Sandro Mancuso Subject: Firewall stuff To: freebsd-questions@FreeBSD.ORG Message-id: <000501c1bbbe$008151e0$6400a8c0@windows> MIME-version: 1.0 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 (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 guys, stupid question I think, as it relates to a windows feature put to use in FreeBSD, but I beg you not to bite my head off for this ;-) Once upon a time, I was using pcconseal firewall (its too bad its not around like it used to be, it was a pretty good windows firewall program). What I remember about it was that it used to "know" what programs were opening the ports in question. Now I'm setting up a firewall on a gateway for my LAN. This sort of characteristic would be a great help, imho (of course I have more limited knowledge in UNIX), for properly allowing passive ftp transfers through. I'm messing with IPFilter at the moment, I'm wondering if there's a way, in FreeBSD for it (or any other firewalls?) to know what service is opening a port, so that it may be opened only for a particular service. Or is that something that should be defined within the ftpd itself (I'm not talking about setting a specific portrange for passive transfers... a little more than just that... making sure that only ftpd can use say ports 15000-19000 outbound) Thanks in advance... Sandro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 8:28:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13108.mail.yahoo.com (web13108.mail.yahoo.com [216.136.174.153]) by hub.freebsd.org (Postfix) with SMTP id 14AF637B400 for ; Fri, 22 Feb 2002 08:28:35 -0800 (PST) Message-ID: <20020222162835.95726.qmail@web13108.mail.yahoo.com> Received: from [205.172.12.10] by web13108.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 08:28:35 PST Date: Fri, 22 Feb 2002 08:28:35 -0800 (PST) From: Justin Boss Reply-To: jlboss@yahoo.com Subject: pw and samba 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 use FreeBSD 4.4 with Samba. I'm trying to get the 'add user script' working so it will add workstation trust account. Workstation trust account end with a $ ( workstation$ ) but pw gives me a invalid character '$'. Currently my add user script looks like this 'pw useradd -n %m$ -g staff -s /sbin/nologin -c %m -d /' %m is the value of the name of the workstation that is passed by Samba. What I was thinking needs to be done is have pw except the $ as a valid character. Is there another way? thanks __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 8:34:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pc1-dale5-0-cust136.not.cable.ntl.com (pc1-dale5-0-cust136.not.cable.ntl.com [80.1.76.136]) by hub.freebsd.org (Postfix) with SMTP id C770637B402 for ; Fri, 22 Feb 2002 08:34:17 -0800 (PST) Received: (qmail 4127 invoked from network); 22 Feb 2002 16:34:10 -0000 Received: from localhost (HELO matt.thebigchoice.com) (127.0.0.1) by localhost with SMTP; 22 Feb 2002 16:34:10 -0000 Date: Fri, 22 Feb 2002 16:34:06 +0000 From: Matt H To: freebsd-questions@freebsd.org Subject: Fw: Re: Re - Sorting Apache logs by Date and Time Message-Id: <20020222163406.34b1f9f4.freebsd-questions@cuntbubble.com> X-Mailer: Sylpheed version 0.7.1 (GTK+ 1.2.10; i386--freebsd4.4) 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 Begin forwarded message: Date: Fri, 22 Feb 2002 14:17:22 +0000 From: "Alex Dyas" To: "freebsd-questions@cuntbubble.com" Subject: Re: Re - Sorting Apache logs by Date and Time >On Fri, 22 Feb 2002 09:55:42 +0000 >"Alex Dyas" wrote: > > > sort -k > > > > where n is the space delimeted field you want to sort on. thus to solve >your > > problem : > > > > sort -k 4 access_log > > > >but Dec should be sorted to after Jan > >sort knows not about short month abbreviations > >as the post said in the first place! > >M bah, that will teach me to read half an email before posting. ok then : cat access_log | sed -f sed1.cmd | sort -k 4 | sed2.cmd where sed1.cmd : s/Jan/01XXXX/ s/Feb/02XXXX/ s/Mar/03XXXX/ s/Apr/04XXXX/ s/May/05XXXX/ s/Jun/06XXXX/ s/Jul/07XXXX/ s/Aug/08XXXX/ s/Sep/09XXXX/ s/Oct/10XXXX/ s/Nov/11XXXX/ s/Dec/12XXXX/ and sed2.cmd : s/01XXXX/Jan/ s/02XXXX/Feb/ s/03XXXX/Mar/ s/04XXXX/Apr/ s/05XXXX/May/ s/06XXXX/Jun/ s/07XXXX/Jul/ s/08XXXX/Aug/ s/09XXXX/Sep/ s/10XXXX/Oct/ s/11XXXX/Nov/ s/12XXXX/Dec/ The second sed is not entirely necessary if you don't mind keeping your "Jan"s as "01"s etc in the final file. Also you may want to tighten up the regexpressions a little more so you don't go changing Jan somewhere else in the log line. a little more useful than the first post i hope. alex... "Mr. Watson. Come here. I need you." -- --------------------------------------------------------------------------- Disclaimer: By sending an email to ANY of my addresses you are agreeing that: - I am by definition, "the intended recipient" - All information in the email is mine to do with as I see fit and make such financial profit, political mileage, or good joke as it lends itself to. In particular, I may quote it on usenet. - I may take the contents as representing the views of your company. - This overrides any disclaimer or statement of confidentiality that may be included on your message. --------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 8:43:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cmr2.ash.ops.us.uu.net (cmr2.ash.ops.us.uu.net [198.5.241.40]) by hub.freebsd.org (Postfix) with ESMTP id 5FA4937B400 for ; Fri, 22 Feb 2002 08:43:27 -0800 (PST) Received: from csserve0.corp.us.uu.net by cmr2.ash.ops.us.uu.net with ESMTP (peer crosschecked as: csserve0.corp.us.UU.NET [153.39.88.140]) id QQmdig27898; Fri, 22 Feb 2002 16:43:22 GMT Received: from haiti.corp.us.uu.net by csserve0.corp.us.uu.net with ESMTP (peer crosschecked as: localhost [127.0.0.1]) id QQmdig14300; Fri, 22 Feb 2002 11:43:15 -0500 (EST) Received: from localhost (jamgill@localhost) by haiti.corp.us.uu.net (8.10.2+Sun/8.9.3) with ESMTP id g1MGhEI21752; Fri, 22 Feb 2002 11:43:14 -0500 (EST) X-Authentication-Warning: haiti.corp.us.uu.net: jamgill owned process doing -bs Date: Fri, 22 Feb 2002 11:43:14 -0500 (EST) From: "jamgill@uu.net" X-Sender: jamgill@haiti.corp.us.uu.net To: "Carlos A. Carnero Delgado" Cc: FreeBSD-Questions@FreeBSD.org Subject: Re: man to web gateway 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 Carlos, If you go to the FreeBSD manpage gateway and click on FAQ you find that you can get the source of the version that runs on FreeBSD.org. That is what I use and it works really well. The advantage that this man->web gateway has over other man.cgi scripts is that instead of pulling from the local $manpath it pulls from $manpath plus other specific paths so you can put manpages for other versions & other operating systems up too. Of course, props to Wolfram Schneider for writing it in the first place =) Check it out, --gill On Wed, 20 Feb 2002, Carlos A. Carnero Delgado wrote: > Hi, > > I'd like to set up a man (pages) to web "gateway" on my local server, just > like FreeBSD.org's man.cgi. It will be part of a local documentation site. > Has anyone outside FreeBSD.org done it? > > Best regards, > Carlos. -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --gill | Tatu Ylonen, SSH 1.2.12 README: "Beware that the most effective | way for someone to decrypt your data may be with a rubber hose." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 8:49:58 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 7154D37B400 for ; Fri, 22 Feb 2002 08:49:52 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g1MGn1d02674; Fri, 22 Feb 2002 13:49:01 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Fri, 22 Feb 2002 13:49:01 -0300 (ART) From: Fernando Gleiser To: Sandro Mancuso Cc: Subject: Re: Firewall stuff In-Reply-To: <000501c1bbbe$008151e0$6400a8c0@windows> Message-ID: <20020222134657.I11078-100000@cactus.fi.uba.ar> 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 Fri, 22 Feb 2002, Sandro Mancuso wrote: > > Once upon a time, I was using pcconseal firewall (its too bad its not > around like it used to be, it was a pretty good windows firewall > program). What I remember about it was that it used to "know" what > programs were opening the ports in question. Now I'm setting up a > firewall on a gateway for my LAN. This sort of characteristic would be > a great help, imho (of course I have more limited knowledge in UNIX), > for properly allowing passive ftp transfers through. I'm messing with > IPFilter at the moment, I'm wondering if there's a way, in FreeBSD for > it (or any other firewalls?) to know what service is opening a port, so > that it may be opened only for a particular service. Or is that > something that should be defined within the ftpd itself (I'm not talking > about setting a specific portrange for passive transfers... a little > more than just that... making sure that only ftpd can use say ports > 15000-19000 outbound) Use ipnat's built in ftp proxy. Just add the following line to the top of your ipnat.rules file: map xl0 192.168.1.0/24 -> 0/32 proxy port ftp ftp/tcp change xl0 for your external interface's name. Hope this helps Fer > > Thanks in advance... > > Sandro > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 9: 2:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cmr1.ash.ops.us.uu.net (cmr1.ash.ops.us.uu.net [198.5.241.39]) by hub.freebsd.org (Postfix) with ESMTP id 7528D37B400 for ; Fri, 22 Feb 2002 09:02:03 -0800 (PST) Received: from csserve0.corp.us.uu.net by cmr1.ash.ops.us.uu.net with ESMTP (peer crosschecked as: csserve0.corp.us.UU.NET [153.39.88.140]) id QQmdii05156; Fri, 22 Feb 2002 17:02:02 GMT Received: from haiti.corp.us.uu.net by csserve0.corp.us.uu.net with ESMTP (peer crosschecked as: localhost [127.0.0.1]) id QQmdii21769; Fri, 22 Feb 2002 12:01:49 -0500 (EST) Received: from localhost (jamgill@localhost) by haiti.corp.us.uu.net (8.10.2+Sun/8.9.3) with ESMTP id g1MH1me21779; Fri, 22 Feb 2002 12:01:48 -0500 (EST) X-Authentication-Warning: haiti.corp.us.uu.net: jamgill owned process doing -bs Date: Fri, 22 Feb 2002 12:01:48 -0500 (EST) From: "jamgill@uu.net" X-Sender: jamgill@haiti.corp.us.uu.net To: DragonRyder Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Prompt Help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, if you use tcsh: set prompt = '[%B%m%b] %B%~%b%# ' I've used FreeBSD for years and just a few weeks ago logged into a friends' relatively recent install and the fortune(6) program gave me an insightful hint for a "nice tcsh prompt". It has become my default prompt everywhere since. HTH --gill p.s. Here are some tips from /usr/share/games/fortune/freebsd-tips % Nice tcsh prompt: set prompt = '%m %# ' -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '%n@%m%# ' -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '%n@%m:%~%# ' -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '%n@%m:%/%# ' -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '[%B%m%b] %B%~%b%# ' % Simple tcsh prompt: set prompt = '%# ' -- Giorgos Keramidas % Handy bash(1) prompt: PS1="\u@\h \w \!$ " -- David Scheidt On Thu, 21 Feb 2002, DragonRyder wrote: > I am new to UNIX and FreeBSD. I just started the first month of a > three month course on UNIX Programming. I am enjoying the class and > look forward to learning more about this OS. > > My question is this... > I don't like using pwd to determine where I am everytime I go to use a > command. Is there a way of changing the prompt so I don't have to use > the pwd all the time? > > NOTE: The server that I am using for my class is my own hard drive. We > reformat the drives and install UNIX on a daily bases. Therefore, if I > mess up on the commands and instructions you give me, I can always > install and try again. > > Thank you for your help, > Jef Sullivan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --gill | Tatu Ylonen, SSH 1.2.12 README: "Beware that the most effective | way for someone to decrypt your data may be with a rubber hose." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 9:13:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from narf.indite.org (narf.indite.org [208.187.236.41]) by hub.freebsd.org (Postfix) with ESMTP id 85E2B37B41A for ; Fri, 22 Feb 2002 09:13:01 -0800 (PST) Received: (from victor@localhost) by narf.indite.org (8.11.6/8.11.6) id g1MHDN419507; Fri, 22 Feb 2002 09:13:23 -0800 (PST) (envelope-from victor) Date: Fri, 22 Feb 2002 09:13:23 -0800 From: Victor Bondarenko To: Mike Cc: questions@FreeBSD.ORG Subject: Re: System Halted Boot question. NOT A NUBIE QUESTION. Message-ID: <20020222091323.A19100@indite.org> References: <20020222081357.16056.qmail@web12007.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020222081357.16056.qmail@web12007.mail.yahoo.com>; from unixwordsmith@yahoo.com on Fri, Feb 22, 2002 at 12:13:57AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 12:13:57AM -0800, Mike wrote: > I have gotten FBSD4.0 to run on almost everything > EXCEPT this computer: > > Asus K7V MBoard Make sure virus detection is disabled in your motherboards BIOS. I had the same problem with a similar board. HTH, Victor -- victor@indite.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 9:31:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id A10E037B400 for ; Fri, 22 Feb 2002 09:31:20 -0800 (PST) Received: from fwd07.sul.t-online.de by mailout03.sul.t-online.com with smtp id 16eJXT-0004am-00; Fri, 22 Feb 2002 18:31:19 +0100 Received: from moria.hn.org (520055305743-0001@[217.225.77.144]) by fmrl07.sul.t-online.com with esmtp id 16eJXD-1qkLKaC; Fri, 22 Feb 2002 18:31:03 +0100 Received: from dojo (dojo.wg [192.168.0.23]) by moria.hn.org (8.11.6/8.11.6) with ESMTP id g1MHWfG13420 for ; Fri, 22 Feb 2002 18:32:41 +0100 (CET) (envelope-from uzsv2k@uni-bonn.de) Date: Fri, 22 Feb 2002 18:36:15 +0100 From: Philipp Reichmuth X-Mailer: The Bat! (v1.53d) Personal Reply-To: Philipp Reichmuth X-Priority: 3 (Normal) Message-ID: <5910885041.20020222183615@web.de> To: questions@freebsd.org Subject: sshd: not allowed to connect MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 520055305743-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello questions-folks, I've got a problem getting users to connect to sshd on my gateway (running 4.5-stable, "FreeBSD moria.wg 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Feb 14 09:16:22 CET 2002 admin@moria.wg:/usr/obj/usr/src/sys/MORIA.586 i386" to be precise) For example, I've got the user "drow" with the following data: -------------- passwd entry --------------- tibi:*:1000:1000:Name:/home/tibi:/usr/local/bin/bash drow:*:1001:1000:Name:/home/drow:/usr/local/bin/bash -------------- group entries -------------- network:*:69:root,drow,tibi,... staff:*:1000:root netstuff:*:1001:drow ------------------------------------------- I remember having some trouble back when upgrading from 4.2 to 4.4-STABLE, at first due to PAM, then due to drow being in the wheel group, which apparently constituted enough of a danger for sshd to lock drow out. After removing drow from wheel, administering the system got a bit more tedious of course because drow could su no more, but it worked. Now all of a sudden drow's connections get refused for no apparent reason. Yesterday, for example, things worked like this: --------------- sshd log ----------------- Feb 21 15:39:32 moria sshd[249]: Accepted password for drow from 192.168.0.23 port 1112 ssh2 Feb 21 15:47:12 moria sshd[249]: Received disconnect from 192.168.0.23: 11: Disconnect requested by Windows SSH Client. ------------------------------------------ Today, however, after no changes to the system configuration, I get: --------------- sshd log ----------------- Feb 22 17:43:24 moria sshd[13077]: Denied connection for drow from dojo.wg [192.168.0.23]. Feb 22 17:43:24 moria sshd[13077]: Disconnecting: Sorry, you are not allowed to connect. ------------------------------------------ The interesting thing is that drow's connections get refused, while tibi's don't. The only difference between the two accounts is that drow is in an extra group for historic reasons. He has been there for quite some time, however. This is my sshd config file, for sake of completeness: --------------- sshd config -------------- Port 22 Protocol 2,1 HostKey /etc/ssh/ssh_host_key HostKey /etc/ssh/ssh_host_dsa_key ServerKeyBits 768 LoginGraceTime 120 KeyRegenerationInterval 3600 PermitRootLogin no MaxStartups 10:30:60 IgnoreRhosts yes StrictModes yes X11Forwarding yes X11DisplayOffset 10 PrintMotd yes KeepAlive yes SyslogFacility AUTH LogLevel INFO RhostsAuthentication no RhostsRSAAuthentication no HostbasedAuthentication no RSAAuthentication yes PasswordAuthentication yes PermitEmptyPasswords no Subsystem sftp /usr/libexec/sftp-server ------------------------------------------ Sorry for the gargantuan mail, but I've got no clue what's going on here. Philipp ___________________ Having been erased, / The document you're seeking / Must now be retyped To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 9:33:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id C9F4137B404 for ; Fri, 22 Feb 2002 09:33:46 -0800 (PST) Received: (qmail 4048 invoked from network); 22 Feb 2002 17:34:47 -0000 Received: from oxyetb.com (HELO alexus) (@66.92.98.145) by secure.nexgen.com with SMTP; 22 Feb 2002 17:34:47 -0000 Message-ID: <004601c1bbc7$139ae990$0d00a8c0@alexus> From: "alexus" To: Subject: /kernel: arplookup xx.xxx.x.xx failed: could not allocate llinfo Date: Fri, 22 Feb 2002 12:33:44 -0500 Organization: NexGen 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 can someone explain me what does it means? i get this in my syslog /kernel: arplookup xx.xxx.x.xx failed: could not allocate llinfo /kernel: arpresolve: can't allocate llinfo for xx.xxx.x.xxrt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 9:37:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 1nova.com (heorot.1nova.com [63.105.24.23]) by hub.freebsd.org (Postfix) with ESMTP id 89E3E37B404 for ; Fri, 22 Feb 2002 09:37:55 -0800 (PST) Received: by 1nova.com (Postfix, from userid 1000) id D803118F5; Fri, 22 Feb 2002 10:37:46 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by 1nova.com (Postfix) with ESMTP id D0B4E18F4; Fri, 22 Feb 2002 10:37:46 -0800 (PST) Date: Fri, 22 Feb 2002 10:37:46 -0800 (PST) From: Rick Hamell To: Dinesh Cc: questions@FreeBSD.org Subject: Re: Does Tekram DC395UW support FreeBSD 4.x OS? In-Reply-To: <001201c1ba55$3fef04e0$2600a8c0@asacomputers.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 > I had a tekram DC395UW card with me.Does any FreeBSD 4.x release > support this card? Yes... I have 3 of them and will recommend and use them over Adaptec POS SCSI cards any day of the week. :) Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 9:38:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from atlas.di-net.ru (ns2.Di-NET.ru [213.248.1.6]) by hub.freebsd.org (Postfix) with ESMTP id 7C84637B402 for ; Fri, 22 Feb 2002 09:38:55 -0800 (PST) Received: from atlas.di-net.ru (ms@localhost [127.0.0.1]) by atlas.di-net.ru (8.12.1/8.12.1) with ESMTP id g1MHdLVe074660 for ; Fri, 22 Feb 2002 20:39:22 +0300 (MSK) (envelope-from ms@atlas.di-net.ru) Received: from localhost (ms@localhost) by atlas.di-net.ru (8.12.1/8.12.1/Submit) with ESMTP id g1MHdLXp074657 for ; Fri, 22 Feb 2002 20:39:21 +0300 (MSK)?g (envelope-from ms@atlas.di-net.ru) Date: Fri, 22 Feb 2002 20:39:21 +0300 (MSK) From: bzzz To: freebsd-questions@FreeBSD.ORG Subject: OPera Message-ID: 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 Ïîäñêàæèòå ïîæàëóéñòà, âîçíèê âîò òàêîé âîïðîñ. Áðàóçåð OPera áóäåò ëè ñîâñåñòèì ñ ÎÑ FreeBSd? -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- "Polite people say HELO first" -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 9:46:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 0C6E437B400 for ; Fri, 22 Feb 2002 09:46:44 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222174643.TEPL2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 17:46:43 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1MHkcH99416; Fri, 22 Feb 2002 09:46:38 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 09:46:38 -0800 From: "Crist J. Clark" To: Sandro Mancuso Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Firewall stuff Message-ID: <20020222094638.C48401@blossom.cjclark.org> References: <000501c1bbbe$008151e0$6400a8c0@windows> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000501c1bbbe$008151e0$6400a8c0@windows>; from sandro.m@videotron.ca on Fri, Feb 22, 2002 at 11:28:46AM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 11:28:46AM -0500, Sandro Mancuso wrote: > Hi guys, stupid question I think, as it relates to a windows feature put > to use in FreeBSD, but I beg you not to bite my head off for this ;-) > > Once upon a time, I was using pcconseal firewall (its too bad its not > around like it used to be, it was a pretty good windows firewall > program). What I remember about it was that it used to "know" what > programs were opening the ports in question. Please note that a firewall could only possibly know what programs are opening a port when the port is being opened by a program running on the firewall. As for packets the firewall is forwarding for other hosts, there is absolutely no way to know anything about the application generating the packets except... > Now I'm setting up a > firewall on a gateway for my LAN. This sort of characteristic would be > a great help, imho (of course I have more limited knowledge in UNIX), > for properly allowing passive ftp transfers through. I'm messing with > IPFilter at the moment, I'm wondering if there's a way, in FreeBSD for > it (or any other firewalls?) to know what service is opening a port, so > that it may be opened only for a particular service. By looking at port numbers. For example, the ftp service is assigned port 21/tcp for control connections. However, ftp requires connections on other ports... > Or is that > something that should be defined within the ftpd itself (I'm not talking > about setting a specific portrange for passive transfers... a little > more than just that... making sure that only ftpd can use say ports > 15000-19000 outbound) And there things get sticky with ftp. Because it is pure evil and uses other TCP connections, the only sure-fire way to get things to work is to proxy the connections. That is, the firewall has to actually read and understand data in the control stream to open up the correct ports. Luckily, ipf(8) has an ftp proxy built into ipnat(8). -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 10: 4:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id 73E5A37B400 for ; Fri, 22 Feb 2002 10:04:54 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222180454.TSOA2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Fri, 22 Feb 2002 18:04:54 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1MI4rl99545; Fri, 22 Feb 2002 10:04:53 -0800 (PST) (envelope-from cjc) Date: Fri, 22 Feb 2002 10:04:53 -0800 From: "Crist J. Clark" To: Philipp Reichmuth Cc: questions@FreeBSD.ORG Subject: Re: sshd: not allowed to connect Message-ID: <20020222100453.D48401@blossom.cjclark.org> References: <5910885041.20020222183615@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5910885041.20020222183615@web.de>; from uzsv2k@uni-bonn.de on Fri, Feb 22, 2002 at 06:36:15PM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 06:36:15PM +0100, Philipp Reichmuth wrote: [snip] > Today, however, after no changes to the system configuration, I get: Famous last words. > --------------- sshd log ----------------- > Feb 22 17:43:24 moria sshd[13077]: Denied connection for drow from dojo.wg [192.168.0.23]. > Feb 22 17:43:24 moria sshd[13077]: Disconnecting: Sorry, you are not allowed to connect. > ------------------------------------------ > > The interesting thing is that drow's connections get refused, while > tibi's don't. The only difference between the two accounts is that > drow is in an extra group for historic reasons. He has been there for > quite some time, however. Have a look for login.conf(5) differences between the two (both /etc/login.conf and ~/.login_conf). -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 10:28:10 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 73BF937B416 for ; Fri, 22 Feb 2002 10:28:03 -0800 (PST) Received: from corten8.billschoolcraft.com ([192.168.7.8]) by corten2.billschoolcraft.com with esmtp (Exim 3.22 #1 (Debian)) id 16eKQJ-0002NN-00; Fri, 22 Feb 2002 10:27:59 -0800 Date: Fri, 22 Feb 2002 10:26:01 -0800 (PST) From: Bill Schoolcraft X-Sender: bill@corten8 To: Jiri Mikulas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CUPS+SMB In-Reply-To: <3C7662C1.6030005@mikulas.com> 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 Fri, 22 Feb 2002 it looks like Jiri Mikulas composed: > Hi. > I'm runnig FreeBSD 4.5-stable with KDE 2.2.2 > > i want to use my workstation to print on printer > connected to Win98 workstaion. > I tryed to configure CUPS to use smb:/host/print > but it doesnt work. I've had the same problem. I have a series of machines, all print to a inkjet with a static ip address (via an Edimax print server) just fine running Linux. Samba-2.2.2 CUPS When I pull out the Linux hard drive, insert the FreeBSD-4.5 drive using the same smb.conf file which was setup in a Unix neutral filesystem fashion with co-existance in mind running: Samba-2.2.2 CUPS I cannot print to the remote printer. Log file are set to 3 and reveal little. I cannot figure out what is hanging this up for CUPS and SAMBA and my printer are more or less OS neutral. CUPS prints fine out of FreeBSD-4.5 too. -- 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 Fri Feb 22 10:33:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id 6597F37B404 for ; Fri, 22 Feb 2002 10:33:15 -0800 (PST) Received: (qmail 80204 invoked by uid 1001); 22 Feb 2002 18:33:10 -0000 Date: Fri, 22 Feb 2002 10:33:10 -0800 From: Jon Rust To: questions@freebsd.org Subject: microuptime() backwards deal Message-ID: <20020222103310.A20732@mail.vcnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: http://www.freebsd.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running 4.4-Stable on an ABIT KA7 VIA KX133 and getting the dreaded microuptime() backwards problem. The clock suddenly sprints forward by huge leaps and bounds, and even ntpd cannot keep up. Searching through archives of postings, I see Greg Lehey mention turning off apm, or if that can't be done, throwing in a special kernel config. I've done both, but the problem remains. I see this at boot time: apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 I have apm turned off in the BIOS, and I have this line in my kernel config: device apm0 at nexus? flags 0x31 However, the clock still goes whacko every few months, requiring a reboot to restore functionality to the machine. I'd rather not go through the struggles of replacing the mobo, but if that's my only option... Any other ideas? I don't see any mention of it in the release notes for 4.5. Thanks, jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 10:45:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from be-well.ilk.org (lowellg.ne.mediaone.net [24.147.188.158]) by hub.freebsd.org (Postfix) with ESMTP id 167AE37B41C for ; Fri, 22 Feb 2002 10:45:07 -0800 (PST) Received: (from lowell@localhost) by be-well.ilk.org (8.11.6/8.11.4) id g1MIj4x03468; Fri, 22 Feb 2002 13:45:04 -0500 (EST) (envelope-from lowell@world.std.com) X-Authentication-Warning: be-well.ilk.org: lowell set sender to lowell@world.std.com using -f To: freebsd-questions@freebsd.org, messmate@free.fr Subject: Re: shell References: <20020222105518.540E517F07@postfix3-2.free.fr> From: Lowell Gilbert Date: 22 Feb 2002 13:45:03 -0500 In-Reply-To: <20020222105518.540E517F07@postfix3-2.free.fr> Message-ID: <44y9hls6ds.fsf@lowellg.ne.mediaone.net> Lines: 19 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 mess-mate writes: > Hello all, > I did a mistake when chaning my shell. > Did a chsh and would change chsh to bash in vi. > Vi is not my favorite editer. > So an escape : w must write the changes, isn't. > Something goes wrong and now I'm without a shell and can no more > login as ROOT . > No su as user (wheel permission) also of course. > Is ther any way to restore my shell ? > Thanks in advance. This is a Frequently Asked Question. "I made a mistake in rc.conf, or another startup file, and now I cannot edit it because the filesystem is read-only. What should I do?" http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#RCCONF-READONLY To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 10:54:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 40BB437B400 for ; Fri, 22 Feb 2002 10:54:34 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1MIsVHr064375; Fri, 22 Feb 2002 19:54:31 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1MIsV4l064374; Fri, 22 Feb 2002 19:54:31 +0100 (CET) (envelope-from flo) Date: Fri, 22 Feb 2002 19:54:31 +0100 From: Florian Nigsch To: Justin Boss , freebsd-questions@freebsd.org Subject: Re: pw and samba Message-ID: <20020222195431.B63804@nigsch.com> References: <20020222162835.95726.qmail@web13108.mail.yahoo.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: <20020222162835.95726.qmail@web13108.mail.yahoo.com>; from jlboss@yahoo.com on Fri, Feb 22, 2002 at 08:28:35AM -0800 Sender: owner-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 once tried this myself, then abandoned the project... -) But to create the machine accounts just add the user without the $ sign just as usual and append the $ sign using vipw afterwards. worked just fine for me.. On Fri, Feb 22, 2002 at 08:28:35AM -0800, Justin Boss wrote: > I use FreeBSD 4.4 with Samba. I'm trying to get the > 'add user script' working so it will add workstation > trust account. Workstation trust account end with a $ > ( workstation$ ) but pw gives me a invalid character > '$'. Currently my add user script looks like this 'pw > useradd -n %m$ -g staff -s /sbin/nologin -c %m -d /' > %m is the value of the name of the workstation that is > passed by Samba. What I was thinking needs to be done > is have pw except the $ as a valid character. Is there > another way? > > thanks > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---end quoted text--- -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:33:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix.ultradns.net (postfix.ultradns.net [204.74.100.40]) by hub.freebsd.org (Postfix) with ESMTP id 9B55D37B405 for ; Fri, 22 Feb 2002 11:33:46 -0800 (PST) Received: from localhost (localhost.ultradns.net [127.0.0.1]) by postfix.ultradns.net (Postfix) with ESMTP id C0A6422FDF; Fri, 22 Feb 2002 11:35:29 -0800 (PST) Received: from ultra-exchange.UltraDNS.com (nat-external.ultradns.net [204.74.100.10]) by postfix.ultradns.net (Postfix) with ESMTP id 3611F22F91; Fri, 22 Feb 2002 11:35:27 -0800 (PST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: System Halted Boot question. NOT A NUBIE QUESTION. X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Fri, 22 Feb 2002 11:33:43 -0800 Message-ID: <3DBB075EEB95944492E127F2B9A96FAF0CE11A@ultra-exchange.UltraDNS.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: System Halted Boot question. NOT A NUBIE QUESTION. Thread-Index: AcG7eQKtdrXkcK7KRW+ue2as5NvoaAAXjNCQ From: "Patrick Soltani" To: "Mike" , 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 From the picture I can only tell you that it is the memory dump. boot -v = produces similar output. You are having a hardware problem with the cdrom, or the image cd that = you are using, my best guess. You may want to try 4.5 version of the cd. Regards, Patrick Soltani. -----Original Message----- From: Mike [mailto:unixwordsmith@yahoo.com] Sent: Friday, February 22, 2002 12:14 AM To: questions@FreeBSD.org Subject: System Halted Boot question. NOT A NUBIE QUESTION. Well after many, MANY hours of reading on different sites and books I still can't find anything regarding my problem. I have sent along a 35k photo I have taken with my camera because of the interesting responce FreeBSD 4.0 boot cd has given me. I have gotten FBSD4.0 to run on almost everything EXCEPT this computer: Asus K7V MBoard viper v770 video board ext. 56k modem 1.44 FDD 15 gig ata 66 hdd(pri master) 12x dvd-rom(pri slave) empty(sec master) cd-writer(sec slave) nic card SB Live! I have: Changed drives around, checked over all my BIOS settings, drive jumper selections, and wiring. Also I made boot disks, and those too do the exact same thing. If you could please explain to me what all these numbers mean that would be super!!! Please note I have a 1.44 sony FDD and it comes up at 2.88, interesting huh? THANKS IN ADVANCE!! Mike O. __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:39:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup6-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 1E63437B400 for ; Fri, 22 Feb 2002 11:39:39 -0800 (PST) Received: (qmail 24480 invoked by uid 0); 22 Feb 2002 19:39:37 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup6-ld.pvd.loa.net with SMTP; 22 Feb 2002 19:39:37 -0000 Message-ID: <012301c1bbd8$ac4f6920$37b4a8c0@pretorian> From: "Brent" To: Subject: no colors when ssh to fbsd Date: Fri, 22 Feb 2002 14:39:41 -0500 Organization: Log On America 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 was wonder what i have to do to get colors to (like in a linux ssh term ) in Freebsd...just curious thanx Brent To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:43:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id 9B43C37B402 for ; Fri, 22 Feb 2002 11:43:09 -0800 (PST) Received: from there (lille-1-a7-2-41.dial.proxad.net [62.147.2.41]) by postfix2-1.free.fr (Postfix) with SMTP id 32B3B97 for ; Fri, 22 Feb 2002 20:43:08 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: Really suck with FreeBSD Date: Fri, 22 Feb 2002 20:43:56 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020222194308.32B3B97@postfix2-1.free.fr> Sender: owner-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 do. I'm not a newbie about Linux but the diffrence is GREATER than said=20 in the doc of FBSD. First of all : My hardware is compatible with 1 (maybe) exception, my isdn card =3D=20 Gazel DSS1, passive and siemens chipset. So here my troubles : Using 2 isa pnp cards (sound and isdn), at boot time the sound card=20 is set to the same irq as my S3 card =3D 9 and the isdn card is=20 recognised as a network-card with irp 6 =3D don't have any network-card=20 on this box. The kernel is configured without a network-card. Configuring my kernel with the approprate sound irq =3D 3 or 12 don't=20 help. Tryed everything, user advices, doc advices, nothing helps. Hadn't any pb by the install nor when installing an own kernel. Run FBSD 4.5 installed from a CD and boot from the MBR (lilo). Any help very appreciated. --=20 mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:47: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from raiden.jasnetworks.net (raiden.jasnetworks.net [65.194.248.251]) by hub.freebsd.org (Postfix) with ESMTP id 55A3B37B402 for ; Fri, 22 Feb 2002 11:47:03 -0800 (PST) Received: from works ([192.168.0.2]) by raiden.jasnetworks.net (8.11.6/8.11.6) with ESMTP id g1MJlQr02740 for ; Fri, 22 Feb 2002 14:47:31 -0500 (EST) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020222143934.00981440@pop.netzero.net> X-Sender: raiden23@pop.netzero.net (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 22 Feb 2002 14:53:11 -0500 To: freebsd-questions@FreeBSD.ORG From: Lord Raiden Subject: mail aliasing/forwards 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 (sigh) Users these days. These guys are keeping me on my feet. Ok, here's my dilemma. I've got a user who wants all of their mail that goes into account 1 to automatically forward to two other accounts. So, for example, if someone send mail to "user1@domain.com" the email is delivered to "user1@domain.com" as well as "user2@otherdomain.com" and "user3@yetanotherdomain.com". The part that worries me is if this will cause an infinite loop in the mail system, which I want to avoid with a passion. Is this possible to do, and if so, how? I've looked at the mail aliases file and I don't see anything that resembles what I'm trying to do. I'm guessing that to send it to more than one person you would put either commas or semi colons between each of the addresses. But like I said, before I screwed anything up I wanted to find out the correct way to do this first. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:48:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id DC10B37B417 for ; Fri, 22 Feb 2002 11:48:25 -0800 (PST) Received: from user-vcaui4b.dsl.mindspring.com ([216.175.72.139] helo=joeandlane.com) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16eLg9-0000EL-00 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 11:48:25 -0800 Received: (from nobody@localhost) by joeandlane.com (8.11.6/8.11.6) id g1MJlWg02632; Fri, 22 Feb 2002 13:47:32 -0600 (CST) (envelope-from lane@joeandlane.com) Date: Fri, 22 Feb 2002 13:47:32 -0600 (CST) Message-Id: <200202221947.g1MJlWg02632@joeandlane.com> X-Authentication-Warning: joeandlane.com: nobody set sender to lane@joeandlane.com using -f From: "Lane Holcombe" To: freebsd-questions@freebsd.org Subject: Zoinks! #include X-Mailer: NeoMail 1.25 X-IPAddress: 207.203.42.36 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 I'm trying to install a port (ksamba) but it keeps failing with main.cpp:3: kiconloader.h: no such file or directory but when I use: locate kiconloader.h i get: /usr/local/include/kiconloader.h and then when I use: file `locate kiconloader.h` i get: /usr/local/include/kiconloader.h: ASCII C Program Text So I tried: make -I/usr/local/include all and i get the same failure. How can I tell make to use /usr/local/include in it's include path (without editting the source code?) tia lane (holcombe) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:51:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 9D62037B404 for ; Fri, 22 Feb 2002 11:51:27 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1MJohw56644; Sat, 23 Feb 2002 08:50:43 +1300 (NZDT) (envelope-from jonc) Date: Sat, 23 Feb 2002 08:50:43 +1300 From: Jonathan Chen To: Gilbert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: SU group Message-ID: <20020223085043.A56258@grimoire.chen.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from gilbert@mail.gloviz.co.za on Fri, Feb 22, 2002 at 12:48:33PM +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 Fri, Feb 22, 2002 at 12:48:33PM +0200, Gilbert wrote: > To Whom It May Concern: > > > > I am creating a user ( which is for myself) and I want it to have SU > access, when I created the user I did put it in the group “wheel” but I > still do not have SU access. The user needs to have an entry in wheel group in /etc/wheel. su(1) doesn't examine /etc/passwd's group entry at all. -- Jonathan Chen ---------------------------------------------------------------------- Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:54:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from darius.2y.net (korpen-86-205.ip-pluggen.com [212.181.86.205]) by hub.freebsd.org (Postfix) with ESMTP id A4A5137B404 for ; Fri, 22 Feb 2002 11:54:45 -0800 (PST) Received: by darius.2y.net (Postfix, from userid 1001) id BD43E1C95; Fri, 22 Feb 2002 20:54:38 +0100 (CET) Date: Fri, 22 Feb 2002 20:54:38 +0100 From: Morsal Rodbay To: Brent Cc: freebsd-questions@freebsd.org Subject: Re: no colors when ssh to fbsd Message-ID: <20020222205438.A41313@darius.2y.net> Reply-To: Morsal Rodbay References: <012301c1bbd8$ac4f6920$37b4a8c0@pretorian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <012301c1bbd8$ac4f6920$37b4a8c0@pretorian>; from brentb@loa.com on Fri, Feb 22, 2002 at 02:39:41PM -0500 X-Operating-System: FreeBSD 4.4 [up 19:08, 1 user, load averages: 0.09, 0.02, 0.01] X-Return-Path: morsal@swipnet.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 Fri, Feb 22, 2002 at 02:39:41PM -0500, Brent wrote: > I was wonder what i have to do to get colors to (like in a linux ssh term ) > in Freebsd...just curious > > > > thanx > Brent u have to set your TERM to xterm-color... put the following in /etc/profile TERM=xterm-color; export TER just curious, did u move from Linux to BSD? :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:55: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.clifftop.net (machassociates-6.dsl.easynet.co.uk [217.204.162.182]) by hub.freebsd.org (Postfix) with ESMTP id BE6FF37B400 for ; Fri, 22 Feb 2002 11:54:53 -0800 (PST) Received: from gandalf (bilbo.shire.com [192.168.1.248]) (authenticated bits=0) by smtp.clifftop.net (8.12.2/8.12.2) with ESMTP id g1MJsfcB017939; Fri, 22 Feb 2002 19:54:41 GMT From: "Danny Horne" To: "Lord Raiden" , Subject: RE: mail aliasing/forwards Date: Fri, 22 Feb 2002 19:54:19 -0000 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 V5.50.4522.1200 Importance: Normal In-Reply-To: <4.2.0.58.20020222143934.00981440@pop.netzero.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 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lord Raiden > Sent: Friday 22 February 2002 7:53pm > To: freebsd-questions@FreeBSD.ORG > Subject: mail aliasing/forwards > > > (sigh) Users these days. These guys are keeping me on my > feet. Ok, > here's my dilemma. I've got a user who wants all of their mail that goes > into account 1 to automatically forward to two other accounts. So, for > example, if someone send mail to "user1@domain.com" the email is > delivered > to "user1@domain.com" as well as "user2@otherdomain.com" and > "user3@yetanotherdomain.com". > > The part that worries me is if this will cause an infinite > loop in the > mail system, which I want to avoid with a passion. Is this > possible to do, > and if so, how? I've looked at the mail aliases file and I don't see > anything that resembles what I'm trying to do. I'm guessing that to send > it to more than one person you would put either commas or semi colons > between each of the addresses. But like I said, before I screwed > anything > up I wanted to find out the correct way to do this first. Thanks. > If you're using Sendmail create a .forward file in user1's home directory & enter all three email addresses on seperate lines, that should do it without causing a loop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:55:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 5810437B405 for ; Fri, 22 Feb 2002 11:55:52 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1MJtmO56673; Sat, 23 Feb 2002 08:55:48 +1300 (NZDT) (envelope-from jonc) Date: Sat, 23 Feb 2002 08:55:48 +1300 From: Jonathan Chen To: Justin Boss Cc: freebsd-questions@FreeBSD.ORG Subject: Re: pw and samba Message-ID: <20020223085548.B56258@grimoire.chen.org.nz> References: <20020222162835.95726.qmail@web13108.mail.yahoo.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: <20020222162835.95726.qmail@web13108.mail.yahoo.com>; from jlboss@yahoo.com on Fri, Feb 22, 2002 at 08:28:35AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 08:28:35AM -0800, Justin Boss wrote: > I use FreeBSD 4.4 with Samba. I'm trying to get the > 'add user script' working so it will add workstation > trust account. Workstation trust account end with a $ > ( workstation$ ) but pw gives me a invalid character > '$'. Currently my add user script looks like this 'pw > useradd -n %m$ -g staff -s /sbin/nologin -c %m -d /' > %m is the value of the name of the workstation that is > passed by Samba. What I was thinking needs to be done > is have pw except the $ as a valid character. Is there > another way? The '$' is signicant to all shells. Use \$ instead. -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:57: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.utexas.edu (wb2-a.mail.utexas.edu [128.83.126.136]) by hub.freebsd.org (Postfix) with SMTP id B357737B43D for ; Fri, 22 Feb 2002 11:56:41 -0800 (PST) Received: (qmail 28390 invoked by uid 0); 22 Feb 2002 19:56:40 -0000 Received: from chepe.cc.utexas.edu (HELO oscar.mail.utexas.edu) (128.83.135.25) by umbs-smtp-2 with SMTP; 22 Feb 2002 19:56:40 -0000 Message-Id: <5.1.0.14.2.20020222135118.0254a0d0@mail.utexas.edu> X-Sender: oscars@mail.utexas.edu X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Feb 2002 13:56:39 -0600 To: "GB" , freebsd-questions@freebsd.org From: Oscar Ricardo Silva Subject: Re: How do I change host/domain of a FreeBSD box? In-Reply-To: <001001c1bb97$1fe2fd30$0201a8c0@CITYMOUSE> 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 Two ways you can do this: 1. Edit /etc/rc.conf hostname="foo.xyz.com" Edit /etc/resolv.conf domain xyz.com Edit /etc/hosts (extra step) 1.2.3.4 foo.xyz.com 2. Run /stand/sysinstall Configure Networking Interfaces xl0 (an example of an interface) And enter the correct information there Oscar At 05:50 AM 2/22/2002 -0600, GB, you wrote: >(Repost from a couple of days ago... no response earlier, and I haven't >been able to solve the issue myself, despite some fiddling with it.) > > >I need to change the host name and domain of my FreeBSD box. Elements of >the current configuration: > >* djbdns installed but NOT configured or started (other than setting up >the user accounts to eventually access it). > >* Ditto for apache, PHP, Perl 5.6.1, sendmail and mysql. > >I tried simply changing things in /etc/rc.conf... ended up with a >machine that would boot, but apache said it couldn't resolve the local >host name during startup (odd, since I hadn't configured apache, merely >installed it) and the machine ran as slow as molasses. Should I make >changes elsewhere as well? > >This is a brand new install, and we just decided to run it under a >different host/domain for administrative reasons.) > >Many thanks, >Greg B. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:57:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-server1.tampabay.rr.com (smtp-server1.tampabay.rr.com [65.32.1.34]) by hub.freebsd.org (Postfix) with ESMTP id 23B0037B437 for ; Fri, 22 Feb 2002 11:57:25 -0800 (PST) Received: from xpmachine.tampabay.rr.com (6532124hfc40.tampabay.rr.com [65.32.124.40]) by smtp-server1.tampabay.rr.com (8.12.2/8.12.2) with ESMTP id g1MJvITX004413 for ; Fri, 22 Feb 2002 14:57:18 -0500 (EST) Message-Id: <5.1.0.14.0.20020222143135.00b14898@pop-server.tampabay.rr.com> X-Sender: pmolzah1@pop-server.tampabay.rr.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Feb 2002 14:57:16 -0500 To: questions@FreeBSD.org From: Paul and Jean Molzahn Subject: HELP 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 I have Windows XP. so am limited in using DOS. I have Partition Magic and plan for it to make a suitable partition for Freebsd - Do I need to format that partition (& how big should it be?) as FAT, FAT32, NTFS, LINUX, .....? and does it need to be a primary partition? If I use the CD installation, will it "find" the partition prepared by Partition Magic? I am in the process of reviewing your online guidebook, but would appreciate any additional guidance to enable me to safely put your OS on my computer. I learned about Freebsd from my LangaListPlus newsletter and am very interested in using it. Sincerely, George Paul Molzahn pmolzah1@tampabay.rr.com ps: I think the CD is the way for me to install Freebsd (do you agree?) - If so, how do I go about ordering it along with a handbook? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:58:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from darius.2y.net (korpen-86-205.ip-pluggen.com [212.181.86.205]) by hub.freebsd.org (Postfix) with ESMTP id B4FD137B405 for ; Fri, 22 Feb 2002 11:58:12 -0800 (PST) Received: by darius.2y.net (Postfix, from userid 1001) id F00911C95; Fri, 22 Feb 2002 20:58:11 +0100 (CET) Date: Fri, 22 Feb 2002 20:58:11 +0100 From: Morsal Rodbay To: Anton Cc: freebsd-questions@freebsd.org Subject: Re: your mail Message-ID: <20020222205811.B41313@darius.2y.net> Reply-To: Morsal Rodbay References: <6917783681.20011024145642@nm.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <6917783681.20011024145642@nm.ru>; from ant@nm.ru on Wed, Oct 24, 2001 at 02:56:42PM +0300 X-Operating-System: FreeBSD 4.4 [up 19:08, 1 user, load averages: 0.09, 0.02, 0.01] X-Return-Path: morsal@swipnet.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 Hi Now u only need to install staroffice from /usr/ports/. Good luck! On Wed, Oct 24, 2001 at 02:56:42PM +0300, Anton wrote: > Hello, > > I need install StarOffice under FreeBSD 4.x. > I installed linux library, wrote string linux_enable="YES" to > /etc/rc.conf. What's else? > > -- > Thanks. > > 14:50 > Anton > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 11:59: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id AEDA037B404 for ; Fri, 22 Feb 2002 11:58:24 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1MJwL756726; Sat, 23 Feb 2002 08:58:21 +1300 (NZDT) (envelope-from jonc) Date: Sat, 23 Feb 2002 08:58:21 +1300 From: Jonathan Chen To: Justin Boss , freebsd-questions@FreeBSD.ORG Subject: Re: pw and samba Message-ID: <20020223085821.C56258@grimoire.chen.org.nz> References: <20020222162835.95726.qmail@web13108.mail.yahoo.com> <20020223085548.B56258@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020223085548.B56258@grimoire.chen.org.nz>; from jonc@chen.org.nz on Sat, Feb 23, 2002 at 08:55:48AM +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 On Sat, Feb 23, 2002 at 08:55:48AM +1300, Jonathan Chen wrote: > On Fri, Feb 22, 2002 at 08:28:35AM -0800, Justin Boss wrote: > > I use FreeBSD 4.4 with Samba. I'm trying to get the > > 'add user script' working so it will add workstation > > trust account. Workstation trust account end with a $ > > ( workstation$ ) but pw gives me a invalid character > > '$'. Currently my add user script looks like this 'pw > > useradd -n %m$ -g staff -s /sbin/nologin -c %m -d /' > > %m is the value of the name of the workstation that is > > passed by Samba. What I was thinking needs to be done > > is have pw except the $ as a valid character. Is there > > another way? > > The '$' is signicant to all shells. Use \$ instead. If that fails, you'll have to stick with vipw(8). -- Jonathan Chen ---------------------------------------------------------------------- "If everything's under control, you're going too slow" - Mario Andretti To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12: 3:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bamse.ktv.se (bamse.ktv.se [195.17.241.138]) by hub.freebsd.org (Postfix) with ESMTP id ABE7537B400 for ; Fri, 22 Feb 2002 12:03:24 -0800 (PST) Received: from ktv1 (adsl.entus.se [195.17.241.139]) by bamse.ktv.se (8.11.6/8.11.6) with ESMTP id g1MK3SU76471 for ; Fri, 22 Feb 2002 21:03:28 +0100 (CET) (envelope-from leo@ktv.se) Reply-To: From: "Leo De Geer" To: Subject: problem with smbfs Date: Fri, 22 Feb 2002 21:04:31 +0100 Organization: Kristianstad Teknikverkstad Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Disposition-Notification-To: "Leo De Geer" Sender: owner-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 kernel with options SMBFS options NETSMB options NETSMBCRYPTO options LIBMCHAIN options LIBICONV Then I try to make /usr/ports/net/smbfs Ill gets the error code OS versions subsequent to 440002 include smbfs That's wrong????? Kristianstad Teknikverkstad www.ktv.se www.teknikshoppen.nu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12: 5:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from intratec.com.mx (intratec.com.mx [200.33.246.239]) by hub.freebsd.org (Postfix) with ESMTP id 4C63237B405 for ; Fri, 22 Feb 2002 12:05:08 -0800 (PST) Received: from piii.intranet.com.mx (200.33.246.4) by intratec.com.mx with ESMTP (Eudora Internet Mail Server 3.0.2) for ; Fri, 22 Feb 2002 14:05:06 -0600 Message-Id: <5.1.0.14.2.20020222135431.024c2840@icsmx.com> X-Sender: jbiquez@icsmx.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Feb 2002 14:05:40 -0600 To: freebsd-questions@freebsd.org From: Jorge Biquez Subject: CVSUP without Internet Connection. 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. Is there a way to CVSUP a machine without an Internet Connection? I have a friend that won't have a fast Internet , his modem connection won't let them stay connected for more than 20 minutes (a very rural area). Anyway, I told them I did a CVSUP to version 4.5 STABLE yesterday and he asked me that it will be possible that with my sources I could create a CD for him so he could make the CVSUP without being connected to the Internet. Is it possible? If so, what would I have to give him on the CD? /usr/src will be enough? Thanks in advance for all your help. JB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12: 9:50 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 5C23237B402 for ; Fri, 22 Feb 2002 12:09:43 -0800 (PST) Received: by phsexchici2.partners.org with Internet Mail Service (5.5.2650.21) id <1BZJ2KMF>; Fri, 22 Feb 2002 15:09:42 -0500 Message-ID: <375F68784081D511908A00508BE3BB17DDDBCB@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'Danny Horne' , Lord Raiden , freebsd-questions@FreeBSD.ORG Subject: RE: mail aliasing/forwards Date: Fri, 22 Feb 2002 15:09:41 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! One correction to this suggestion -- you need to tell Sendmail to not expand the original username. In the example below, the .forward file in the users home directory would contain the following line: ----------------------------------Start of file: \user1, user2@otherdomain.com, user3@yetanotherdomain.com ----------------------------------End of file. by putting the '\' in front of the user1, you tell sendmail to stop looking up this alias in the aliases file, and instead treat it as an actual users to deliver to. HTH, Ricky -----Original Message----- From: Danny Horne [mailto:danny@clifftop.net] Sent: Friday 22 February 2002 2:54 PM To: Lord Raiden; freebsd-questions@FreeBSD.ORG Subject: RE: mail aliasing/forwards > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Lord Raiden > Sent: Friday 22 February 2002 7:53pm > To: freebsd-questions@FreeBSD.ORG > Subject: mail aliasing/forwards > > > (sigh) Users these days. These guys are keeping me on my > feet. Ok, > here's my dilemma. I've got a user who wants all of their mail that goes > into account 1 to automatically forward to two other accounts. So, for > example, if someone send mail to "user1@domain.com" the email is > delivered > to "user1@domain.com" as well as "user2@otherdomain.com" and > "user3@yetanotherdomain.com". > > The part that worries me is if this will cause an infinite > loop in the > mail system, which I want to avoid with a passion. Is this > possible to do, > and if so, how? I've looked at the mail aliases file and I don't see > anything that resembles what I'm trying to do. I'm guessing that to send > it to more than one person you would put either commas or semi colons > between each of the addresses. But like I said, before I screwed > anything > up I wanted to find out the correct way to do this first. Thanks. > If you're using Sendmail create a .forward file in user1's home directory & enter all three email addresses on seperate lines, that should do it without causing a loop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:10:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup2-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 1095537B404 for ; Fri, 22 Feb 2002 12:10:03 -0800 (PST) Received: (qmail 26990 invoked by uid 0); 22 Feb 2002 20:10:01 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup2-ld.pvd.loa.net with SMTP; 22 Feb 2002 20:10:01 -0000 Message-ID: <013101c1bbdc$e82c4860$37b4a8c0@pretorian> From: "Brent" To: "Morsal Rodbay" Cc: References: <012301c1bbd8$ac4f6920$37b4a8c0@pretorian> <20020222205438.A41313@darius.2y.net> Subject: Re: no colors when ssh to fbsd Date: Fri, 22 Feb 2002 15:10:00 -0500 Organization: Log On America 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 DUDE...THANX !! yes i moved from Linux...first i tried Redhat ...then Caldera...and really didnt like them (not stable enough...believe that!! ) then i tried FBSD 3.3 couple years agao ...and been with it ever since thanx again Bmyster ----- Original Message ----- From: "Morsal Rodbay" To: "Brent" Cc: Sent: Friday, February 22, 2002 2:54 PM Subject: Re: no colors when ssh to fbsd > On Fri, Feb 22, 2002 at 02:39:41PM -0500, Brent wrote: > > I was wonder what i have to do to get colors to (like in a linux ssh term ) > > in Freebsd...just curious > > > > > > > > thanx > > Brent > > u have to set your TERM to xterm-color... put the following in /etc/profile > > TERM=xterm-color; export TER > > > just curious, did u move from Linux to BSD? :) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:14:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13105.mail.yahoo.com (web13105.mail.yahoo.com [216.136.174.150]) by hub.freebsd.org (Postfix) with SMTP id 9B9B037B417 for ; Fri, 22 Feb 2002 12:14:10 -0800 (PST) Message-ID: <20020222201410.95279.qmail@web13105.mail.yahoo.com> Received: from [205.172.12.10] by web13105.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 12:14:10 PST Date: Fri, 22 Feb 2002 12:14:10 -0800 (PST) From: Justin Boss Reply-To: jlboss@yahoo.com Subject: pw and samba 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 > On Fri, Feb 22, 2002 at 08:28:35AM -0800, Justin Boss wrote: > > I use FreeBSD 4.4 with Samba. I'm trying to get the > > 'add user script' working so it will add workstation > > trust account. Workstation trust account end with a $ > > ( workstation$ ) but pw gives me a invalid character > > '$'. Currently my add user script looks like this 'pw > > useradd -n %m$ -g staff -s /sbin/nologin -c %m -d /' > > %m is the value of the name of the workstation that is > > passed by Samba. What I was thinking needs to be done > > is have pw except the $ as a valid character. Is there > > another way? I know that this seems to be a miner inconvenience. But this is the reason why people use linux over FreeBSD even thought FreeBSD is better in almost every other way. That is why I’m trying to fix it. The more convenience FreeBSD becomes the more people will use it. I think if the coding of pw was edited to except the $ as a valid character would fix the problem. Does someone know how I would ask bin to do this? __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:19:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tgd.net (mail.tgd.net [209.81.25.10]) by hub.freebsd.org (Postfix) with ESMTP id 6BFB737B404 for ; Fri, 22 Feb 2002 12:19:53 -0800 (PST) Received: by mail.tgd.net (Postfix, from userid 1001) id 7366F20F05; Fri, 22 Feb 2002 12:19:52 -0800 (PST) Date: Fri, 22 Feb 2002 12:19:52 -0800 From: Sean Chittenden To: Morsal Rodbay Cc: Brent , freebsd-questions@freebsd.org Subject: Re: no colors when ssh to fbsd Message-ID: <20020222121951.A18898@ninja1.internal> References: <012301c1bbd8$ac4f6920$37b4a8c0@pretorian> <20020222205438.A41313@darius.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020222205438.A41313@darius.2y.net>; from "morsal@swipnet.se" on Fri, Feb 22, 2002 at = 08:54:38PM X-PGP-Key: 0x1EDDFAAD X-PGP-Fingerprint: C665 A17F 9A56 286C 5CFB 1DEA 9F4F 5CEF 1EDD FAAD X-Web-Homepage: http://sean.chittenden.org/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > I was wonder what i have to do to get colors to (like in a linux ssh term ) > > in Freebsd...just curious > > u have to set your TERM to xterm-color... put the following in /etc/profile > > TERM=xterm-color; export TER I feel like a tratior for saying this, but TERM=linux will generally result in better colors from dialog boxes. Anyone know why? -sc -- Sean Chittenden To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:21:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 8402A37B400 for ; Fri, 22 Feb 2002 12:21:10 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1MKL6T56834; Sat, 23 Feb 2002 09:21:06 +1300 (NZDT) (envelope-from jonc) Date: Sat, 23 Feb 2002 09:21:06 +1300 From: Jonathan Chen To: Jorge Biquez Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSUP without Internet Connection. Message-ID: <20020223092106.D56258@grimoire.chen.org.nz> References: <5.1.0.14.2.20020222135431.024c2840@icsmx.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: <5.1.0.14.2.20020222135431.024c2840@icsmx.com>; from jbiquez@icsmx.com on Fri, Feb 22, 2002 at 02:05:40PM -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 02:05:40PM -0600, Jorge Biquez wrote: > Hello all. > > Is there a way to CVSUP a machine without an Internet Connection? > I have a friend that won't have a fast Internet , his modem connection > won't let them stay connected for more than 20 minutes (a very rural area). > Anyway, I told them I did a CVSUP to version 4.5 STABLE yesterday and he > asked me that it will be possible that with my sources I could create a CD > for him so he could make the CVSUP without being connected to the Internet. > Is it possible? If so, what would I have to give him on the CD? /usr/src > will be enough? Give him /usr/src and /usr/sup. After that, if he keeps cvsuping regularly (eg once a week), the cvsup should complete within 20 minutes. To build a system, all you need is /usr/src. -- Jonathan Chen ---------------------------------------------------------------------- "Lots of folks confuse bad management with destiny" - Kin Hubbard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:24:24 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 0AAFE37B400 for ; Fri, 22 Feb 2002 12:24:15 -0800 (PST) Received: from admin (130.sm7.dialup.garlic.net [216.139.3.130]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id g1MKOCP36892 for ; Fri, 22 Feb 2002 12:24:13 -0800 From: "Remington L." To: Subject: Very unusual behavior Date: Fri, 22 Feb 2002 12:24:04 -0800 Message-ID: <000a01c1bbde$e2b74540$82038bd8@admin> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C1BB9B.D4940540" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 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 This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C1BB9B.D4940540 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Last night I did a fresh install of FBSD 4.4. I got on the net and began CVSuping 4.5. during this I noticed an unusual sendmail error(thingy): Feb 22 01:55:22 sendmail[948]: g1M9tMj00948: from=, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=[217.226.84.195] Feb 22 12:14:40 sendmail[159]: starting daemon (8.11.6): SMTP+queueing@00:30:00 Why the hell does this mean? Why did it do this? And how do I fix it? ------=_NextPart_000_000B_01C1BB9B.D4940540 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Last night I did a fresh install of FBSD 4.4. I got = on the net and began CVSuping 4.5. during this I noticed an unusual sendmail = error(thingy):

Feb 22 01:55:22  sendmail[948]: g1M9tMj00948: from=3D<smtp2001soho@yahoo.com>, =

size=3D= 0, class=3D0, nrcpts=3D0, proto=3DSMTP, daemon=3DMTA, = relay=3D[217.226.84.195]

Feb 22 12:14:40  sendmail[159]: starting daemon (8.11.6): = SMTP+queueing@00:30:00

 

Why the hell does this mean? Why did it do this? And = how do I fix it?

------=_NextPart_000_000B_01C1BB9B.D4940540-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:24:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 8348737B41E for ; Fri, 22 Feb 2002 12:24:44 -0800 (PST) Received: from barbish ([63.70.155.110]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Fri, 22 Feb 2002 15:29:07 -0500 From: "Joe & Fhe Barbish" To: "mess-mate" Cc: "FBSDQ" Subject: RE: Really suck with FreeBSD Date: Fri, 22 Feb 2002 15:24:40 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <20020222194308.32B3B97@postfix2-1.free.fr> 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 S3 card = AGP video card and the sound card sharing the same irq is a common problem with most PC's. This is a PC bios thing. Most AGP vido cards do not need a irq assigned to it in the bios to work. Also try putting your sound card in different slot. You isdn card may look and behave like a generic nic card so don't get upset at what FBSD calls it. The main thing is that each card in your PC must have it's own bios assigned irq to work in FBSD. If you can not see each device with it's own irq in the PC's Bios summary display screen that pops up during the PC hardware post process them you must play with the PC's bio setup enviroment until you do. -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of mess-mate Sent: Friday, February 22, 2002 2:44 PM To: freebsd-questions-en Subject: Really suck with FreeBSD Yes I do. I'm not a newbie about Linux but the diffrence is GREATER than said in the doc of FBSD. First of all : My hardware is compatible with 1 (maybe) exception, my isdn card = Gazel DSS1, passive and siemens chipset. So here my troubles : Using 2 isa pnp cards (sound and isdn), at boot time the sound card is set to the same irq as my S3 card = 9 and the isdn card is recognised as a network-card with irp 6 = don't have any network-card on this box. The kernel is configured without a network-card. Configuring my kernel with the approprate sound irq = 3 or 12 don't help. Tryed everything, user advices, doc advices, nothing helps. Hadn't any pb by the install nor when installing an own kernel. Run FBSD 4.5 installed from a CD and boot from the MBR (lilo). Any help very appreciated. -- mess-mate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:26: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup2-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 1EEFC37B416 for ; Fri, 22 Feb 2002 12:25:51 -0800 (PST) Received: (qmail 310 invoked by uid 0); 22 Feb 2002 20:25:49 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup2-ld.pvd.loa.net with SMTP; 22 Feb 2002 20:25:49 -0000 Message-ID: <016601c1bbdf$19891580$37b4a8c0@pretorian> From: "Brent" To: "Beech Rintoul" , "Geoffrey Sanders" , References: <20020222153407.54514.qmail@web11702.mail.yahoo.com> <20020222155439.96C5FAA@nebula.anchoragerescue.org> Subject: Re: Help Needed for Cd-Burning Date: Fri, 22 Feb 2002 15:25:42 -0500 Organization: Log On America 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 is there something that can be used in KDE ,,,for buring cd's ?? thanx Brent ----- Original Message ----- From: "Beech Rintoul" To: "Geoffrey Sanders" ; Sent: Friday, February 22, 2002 10:54 AM Subject: Re: Help Needed for Cd-Burning > On Friday 22 February 2002 06:34 am, Geoffrey Sanders wrote: > > Hello! I'm a newbie to FreeBSD(coming from somewhat of > > a Linux background) and have a need for help regarding > > cd-burning under freebsd. I know many of the GPL'ed > > applications used to burn cds require scsi hardware. > > What is used under freebsd for ide cdrw's? Is there > > anything that builds out of the ports section that > > will work directly? I know that freebsd doesn't have > > scsi-emulation (at least from what I've been told to > > date). Therefore, what application can I use/have > > people had experience with on ide hardware? KonCD? > > gcombust? Any help or references to assist me would be > > greatly appreciated. Thanks in advance. > > > > Geoff > > > burncd is your friend. It's part of the base system. See man(8) burncd for > details. > > Beech > -- > ------------------------------------------------------------------- > Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org > /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission > \ / - NO HTML/RTF in e-mail | P.O. Box 230510 > X - NO Word docs in e-mail | Anchorage, AK 99523-0510 > / \ ----------------------------------------------------------------- > > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:27: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup6-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 8BB5137B405 for ; Fri, 22 Feb 2002 12:26:57 -0800 (PST) Received: (qmail 7078 invoked by uid 0); 22 Feb 2002 20:26:56 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup6-ld.pvd.loa.net with SMTP; 22 Feb 2002 20:26:56 -0000 Message-ID: <017201c1bbdf$4147a500$37b4a8c0@pretorian> From: "Brent" To: Subject: FBSD & games like quake3 Date: Fri, 22 Feb 2002 15:26:48 -0500 Organization: Log On America 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 Im using FreeBSD 4.3 I have xfree86 version 4.2 and KDE 2.x installed w/ nvidia gforce2-mx video card. the machine runs great ...Im just wondering if anyone can point to some "howto" on getting 3dgames such as quake3 ..unreal ,,etc.. to run in xwindows..& FreeBSD 4.3. Ive run 3dgames on a linux box ....but not Unix.. any help is greatly appreciated. Bmyster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:27:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from raiden.jasnetworks.net (raiden.jasnetworks.net [65.194.248.251]) by hub.freebsd.org (Postfix) with ESMTP id 34C4937B400 for ; Fri, 22 Feb 2002 12:27:30 -0800 (PST) Received: from works ([192.168.0.2]) by raiden.jasnetworks.net (8.11.6/8.11.6) with ESMTP id g1MKRwr02774; Fri, 22 Feb 2002 15:27:58 -0500 (EST) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020222152553.00984320@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 22 Feb 2002 15:33:43 -0500 To: "Danny Horne" , From: Lord Raiden Subject: RE: mail aliasing/forwards In-Reply-To: References: <4.2.0.58.20020222143934.00981440@pop.netzero.net> 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 Hmm, still doesn't answer my question. If mail is being delivered to "user1@domain.com" and you put this in the forward file: user1@domain.com user2@otherdomain.com user3@yetanotherdomain.com Does that automatically dump a copy of the email into the users' mail file as well as forward a copy of it off to the other two people, or does that create a separate email message that's sent back through the system again? Thus reprocessing the .forward file and all that again. I'm understanding what you're saying, but with as many users as we have, I don't want to make a royal mess of this. :) At 07:54 PM 2/22/02 +0000, Danny Horne wrote: >If you're using Sendmail create a .forward file in user1's home directory & >enter all three email addresses on seperate lines, that should do it without >causing a loop. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:28:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from raiden.jasnetworks.net (raiden.jasnetworks.net [65.194.248.251]) by hub.freebsd.org (Postfix) with ESMTP id 17C9737B402 for ; Fri, 22 Feb 2002 12:28:32 -0800 (PST) Received: from works ([192.168.0.2]) by raiden.jasnetworks.net (8.11.6/8.11.6) with ESMTP id g1MKT1r02778; Fri, 22 Feb 2002 15:29:01 -0500 (EST) (envelope-from raiden23@netzero.net) Message-Id: <4.2.0.58.20020222153409.009ea2c0@pop.netzero.net> X-Sender: raiden23@pop.netzero.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Fri, 22 Feb 2002 15:34:46 -0500 To: "Morse, Richard E." , "'Danny Horne'" , freebsd-questions@FreeBSD.ORG From: Lord Raiden Subject: RE: mail aliasing/forwards In-Reply-To: <375F68784081D511908A00508BE3BB17DDDBCB@phsexch22.mgh.harva rd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Now that works. Thanks. :) At 03:09 PM 2/22/02 -0500, Morse, Richard E. wrote: >Hi! One correction to this suggestion -- you need to tell Sendmail to not >expand the original username. In the example below, the .forward file in >the users home directory would contain the following line: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:37:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tonnant.cnchost.com (tonnant.concentric.net [207.155.248.72]) by hub.freebsd.org (Postfix) with ESMTP id B30F837B41A for ; Fri, 22 Feb 2002 12:37:22 -0800 (PST) Received: from win98 ([208.176.51.226]) by tonnant.cnchost.com id PAA27786; Fri, 22 Feb 2002 15:37:22 -0500 (EST) [ConcentricHost SMTP Relay 1.14] From: "Raja Velu" To: Subject: help with understanding faked smtp Date: Fri, 22 Feb 2002 14:33:46 -0600 Message-ID: <000501c1bbe0$4260e7c0$1b00a8c0@win98> 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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 There, We use a web-based mail client called "OpenWebMail" which has a setting to block emails with faked smtp headers. Problem is it sometimes deletes valid emails from known users, indicating that there might be a problem with the headers in their emails. I have included the mail log here: Feb 22 01:34:45 support sendmail[72271]: g1M7YhR72271: from=, size=2441, class=0, nrcpts=1, msgid=<651B94185268EE41AE046905AEFCEF6D1 161B4@ciplmain.CIPLNagpur.com>, proto=SMTP, daemon=MTA, relay=[203.199.89.139] Feb 22 01:34:45 support sendmail[72273]: g1M7YhR72271: to=, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=31676, relay=local, dsn =2.0.0, stat=Sent Could someone throw light on why any program would consider this email's header to be faked? Thanks. Rgds, Raja Velu Senior Software Engineer MicroNet USA, Inc. 847 593 3639 x 112 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:40:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup2-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 2253C37B448 for ; Fri, 22 Feb 2002 12:39:51 -0800 (PST) Received: (qmail 5274 invoked by uid 0); 22 Feb 2002 20:39:49 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup2-ld.pvd.loa.net with SMTP; 22 Feb 2002 20:39:49 -0000 Message-ID: <019c01c1bbe1$0d614a00$37b4a8c0@pretorian> From: "Brent" To: "Remington L." , References: <000a01c1bbde$e2b74540$82038bd8@admin> Subject: Re: Very unusual behavior Date: Fri, 22 Feb 2002 15:39:40 -0500 Organization: Log On America MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0199_01C1BBB7.24715160" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0199_01C1BBB7.24715160 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable means someone tried useing your sendmail to "relay" thru this is used = alot by spammers...sendmail has bigtime exploits in the way of "open = relays" esspcially in older versions. try postfix brent ----- Original Message -----=20 From: Remington L.=20 To: freebsd-questions@FreeBSD.org=20 Sent: Friday, February 22, 2002 3:24 PM Subject: Very unusual behavior Last night I did a fresh install of FBSD 4.4. I got on the net and = began CVSuping 4.5. during this I noticed an unusual sendmail = error(thingy): Feb 22 01:55:22 sendmail[948]: g1M9tMj00948: = from=3D,=20 size=3D0, class=3D0, nrcpts=3D0, proto=3DSMTP, daemon=3DMTA, = relay=3D[217.226.84.195] Feb 22 12:14:40 sendmail[159]: starting daemon (8.11.6): = SMTP+queueing@00:30:00 =20 Why the hell does this mean? Why did it do this? And how do I fix it? ------=_NextPart_000_0199_01C1BBB7.24715160 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
means someone tried useing your = sendmail to "relay"=20 thru this is used alot by spammers...sendmail has bigtime exploits in = the way of=20 "open relays"
esspcially in older = versions.
try postfix
 
brent
----- Original Message -----
From:=20 Remington L.=20
To: freebsd-questions@FreeBSD.o= rg=20
Sent: Friday, February 22, 2002 = 3:24=20 PM
Subject: Very unusual = behavior

Last night I did a fresh = install=20 of FBSD 4.4. I got on the net and began CVSuping=20 4.5. during this I noticed an unusual sendmail = error(thingy):

Feb 22 = 01:55:22  sendmail[948]: g1M9tMj00948: = from=3D<smtp2001soho@yahoo.com>, =

size=3D0,=20 class=3D0, nrcpts=3D0, proto=3DSMTP, = daemon=3DMTA,=20 relay=3D[217.226.84.195]

Feb 22 = 12:14:40  sendmail[159]: starting daemon = (8.11.6):=20 SMTP+queueing@00:30:00

 

Why the hell does this = mean? Why=20 did it do this? And how do I fix=20 it?

------=_NextPart_000_0199_01C1BBB7.24715160-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:51:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pickup6-ld.pvd.loa.net (pickup.loa.com [199.171.167.59]) by hub.freebsd.org (Postfix) with SMTP id 5C4E337B43D for ; Fri, 22 Feb 2002 12:51:15 -0800 (PST) Received: (qmail 14261 invoked by uid 0); 22 Feb 2002 20:51:14 -0000 Received: from unknown (HELO pretorian) (208.130.43.221) by pickup6-ld.pvd.loa.net with SMTP; 22 Feb 2002 20:51:14 -0000 Message-ID: <01b801c1bbe2$a40cf480$37b4a8c0@pretorian> From: "Brent" To: "Ali Nasseh" , References: <20020222130232.25803.qmail@web10302.mail.yahoo.com> Subject: Re: help Date: Fri, 22 Feb 2002 15:51:02 -0500 Organization: Log On America 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 to mount cdrom in FBSD do mount -t cdrom ----- Original Message ----- From: "Ali Nasseh" To: Sent: Friday, February 22, 2002 8:02 AM Subject: help > hi, > when i mount my cdrom with this command, > # mount -vt cd9660 /dev/acd0c /cdrom > i get "I/O error", after i hear the cdrom rotation. > too, i can't execute my c program. after i > successfully compile it with cc command like this: > # cc hello.c > i can see the a.out file in my directory, but when i > type: > # a.out > the system says "command not found". > please tell me what is wrong with those. > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 12:54: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dra.com (mail.dra.com [192.65.218.159]) by hub.freebsd.org (Postfix) with ESMTP id 440CF37B404 for ; Fri, 22 Feb 2002 12:54:02 -0800 (PST) Received: from stlmail.dra.com (stlmail.dra.com [192.65.218.119]) by mail.dra.com (8.9.1/8.9.1) with ESMTP id OAA16557; Fri, 22 Feb 2002 14:53:19 -0600 (CST) Received: by stlmail.dra.com with Internet Mail Service (5.5.2653.19) id <1CJCNTJM>; Fri, 22 Feb 2002 14:53:16 -0600 Message-ID: From: Eric Six To: "'Raja Velu'" , freebsd-questions@FreeBSD.ORG Subject: RE: help with understanding faked smtp Date: Fri, 22 Feb 2002 14:53:15 -0600 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 Possibly the use of the word dummy in the email? Eric -----Original Message----- From: Raja Velu [mailto:raja@micronetusa.com] Sent: Friday, February 22, 2002 2:34 PM To: freebsd-questions@FreeBSD.ORG Subject: help with understanding faked smtp Hi There, We use a web-based mail client called "OpenWebMail" which has a setting to block emails with faked smtp headers. Problem is it sometimes deletes valid emails from known users, indicating that there might be a problem with the headers in their emails. I have included the mail log here: Feb 22 01:34:45 support sendmail[72271]: g1M7YhR72271: from=, size=2441, class=0, nrcpts=1, msgid=<651B94185268EE41AE046905AEFCEF6D1 161B4@ciplmain.CIPLNagpur.com>, proto=SMTP, daemon=MTA, relay=[203.199.89.139] Feb 22 01:34:45 support sendmail[72273]: g1M7YhR72271: to=, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=31676, relay=local, dsn =2.0.0, stat=Sent Could someone throw light on why any program would consider this email's header to be faked? Thanks. Rgds, Raja Velu Senior Software Engineer MicroNet USA, Inc. 847 593 3639 x 112 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 13: 7:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tonnant.cnchost.com (tonnant.concentric.net [207.155.248.72]) by hub.freebsd.org (Postfix) with ESMTP id BB81837B400 for ; Fri, 22 Feb 2002 13:07:33 -0800 (PST) Received: from win98 ([208.176.51.226]) by tonnant.cnchost.com id QAA06124; Fri, 22 Feb 2002 16:07:32 -0500 (EST) [ConcentricHost SMTP Relay 1.14] From: "Raja Velu" To: "'Eric Six'" , Subject: RE: help with understanding faked smtp Date: Fri, 22 Feb 2002 15:04:11 -0600 Message-ID: <000801c1bbe4$7aad4d40$1b00a8c0@win98> 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.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 problem appear with other valid mail accounts too - but only for emails from this sender. 'dummy1' is just a test account that I have created to reproduce user problems with the mail server. Thanks anyway. Raja Velu -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Eric Six Sent: Friday, February 22, 2002 2:53 PM To: 'Raja Velu'; freebsd-questions@FreeBSD.ORG Subject: RE: help with understanding faked smtp Possibly the use of the word dummy in the email? Eric -----Original Message----- From: Raja Velu [mailto:raja@micronetusa.com] Sent: Friday, February 22, 2002 2:34 PM To: freebsd-questions@FreeBSD.ORG Subject: help with understanding faked smtp Hi There, We use a web-based mail client called "OpenWebMail" which has a setting to block emails with faked smtp headers. Problem is it sometimes deletes valid emails from known users, indicating that there might be a problem with the headers in their emails. I have included the mail log here: Feb 22 01:34:45 support sendmail[72271]: g1M7YhR72271: from=, size=2441, class=0, nrcpts=1, msgid=<651B94185268EE41AE046905AEFCEF6D1 161B4@ciplmain.CIPLNagpur.com>, proto=SMTP, daemon=MTA, relay=[203.199.89.139] Feb 22 01:34:45 support sendmail[72273]: g1M7YhR72271: to=, delay=00:00:01, xdelay=00:00:00, mailer=local, pri=31676, relay=local, dsn =2.0.0, stat=Sent Could someone throw light on why any program would consider this email's header to be faked? Thanks. Rgds, Raja Velu Senior Software Engineer MicroNet USA, Inc. 847 593 3639 x 112 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 13:18:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from thalia.fm.intel.com (fmfdns02.fm.intel.com [132.233.247.11]) by hub.freebsd.org (Postfix) with ESMTP id 9799837B400; Fri, 22 Feb 2002 13:18:35 -0800 (PST) Received: from fmsmsxvs042.fm.intel.com (fmsmsxv042-1.fm.intel.com [132.233.48.110]) by thalia.fm.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.51 2002/02/19 21:12:32 root Exp $) with SMTP id VAA00427; Fri, 22 Feb 2002 21:18:34 GMT Received: from FMSMSX017.fm.intel.com ([132.233.42.196]) by fmsmsxvs042.fm.intel.com (NAVGW 2.5.1.16) with SMTP id M2002022213212704355 ; Fri, 22 Feb 2002 13:21:27 -0800 Received: by fmsmsx017.fm.intel.com with Internet Mail Service (5.5.2653.19) id ; Fri, 22 Feb 2002 13:18:34 -0800 Message-ID: From: "Frost, Stephen C" To: "'freebsd-hackers@freebsd.org'" Cc: "'freebsd-questions@freebsd.org'" Subject: PCI Probing Utility? Date: Fri, 22 Feb 2002 13:18:31 -0800 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 Oh FreeBSD Gurus... I tried throwing this out to the 'Questions' listserver and got zero reply. So.... Is there some quick, down & dirty way of assessing the bus-speeds of PCI slots/busses on a given box? I have a whole rack of systems with FreeBSD 4.5 on 'em, and need to know the PCI bus configuration for each. Thank you in advance for your reply directly to this email account. Best - -=C. Stephen Frost=- Intel Corp. ICG - Network Quality Labs Software Test Engineer 503.264.8300 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 13:22:22 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 13D1C37B400 for ; Fri, 22 Feb 2002 13:22:12 -0800 (PST) Received: from admin (130.sm7.dialup.garlic.net [216.139.3.130]) by windmill-en0.garlic.com (8.11.1/8.11.1) with ESMTP id g1MLM8P37416 for ; Fri, 22 Feb 2002 13:22:08 -0800 From: "Remington L." To: Subject: Whats wrong with this?! Date: Fri, 22 Feb 2002 13:21:59 -0800 Message-ID: <000001c1bbe6$fa557020$82038bd8@admin> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C1BBA3.EC323020" 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 This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C1BBA3.EC323020 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit #mount_ntfs -o nodev,noexec,nosuid /dev/ad0s3 /mnt/mp3 mount_ntfs: /dev/ad0s3 Invalid argument ad0s3 is formatted NTFS, why do I get this error? ------=_NextPart_000_0001_01C1BBA3.EC323020 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

#mount_ntfs -o nodev,noexec,nosuid  /dev/ad0s3 = /mnt/mp3

mount_ntfs: /dev/ad0s3 Invalid argument

 

ad0s3 is formatted NTFS, why do I get this = error?

------=_NextPart_000_0001_01C1BBA3.EC323020-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 13:23:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hpux36.dc.engr.scu.edu (hpux36.dc.engr.scu.edu [129.210.16.36]) by hub.freebsd.org (Postfix) with ESMTP id C058E37B419 for ; Fri, 22 Feb 2002 13:23:20 -0800 (PST) Received: from localhost (dclark@localhost) by hpux36.dc.engr.scu.edu (8.10.2/8.10.2) with ESMTP id g1MLN8212863; Fri, 22 Feb 2002 13:23:10 -0800 (PST) Date: Fri, 22 Feb 2002 13:23:08 -0800 (PST) From: "Dorr H. Clark" To: Jonathan Chen Cc: freebsd-questions@FreeBSD.ORG Subject: doesn't work for me (was Re: problems building gdb on FreeBSD 4.4) In-Reply-To: <20020221191306.D22670@grimoire.chen.org.nz> 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 Thu, 21 Feb 2002, Jonathan Chen wrote: > On Wed, Feb 20, 2002 at 07:29:37PM -0800, Dorr H. Clark wrote: > > > > I'm confused. I did an installation through the menu > > from the 4.4 CD, asking for all sources & X but no games. > > Some time later, I did this: > > > > cd /usr/src/contrib/gdb/ > > Just type "make". > Jonathan Chen > With sufficient thrust, pigs fly just fine. On my system, a bare "make" with no arguments in that directory provokes: make: no target to make which is the normal message when there's no makefile among the standard makefile names. Ditto for the gdb subdirectory beneath it. I left this detail out of my summary. I also presume my shell choice makes no difference, but I'm using bash 2.05. If you're implying there's something wrong with my installation, as in I should have a Makefile in that directory, any tips on possible errors would be appreciated. -Dorr H. Clark (original context repeated for convenience) Date: Wed, 20 Feb 2002 19:29:37 -0800 (PST) From: Dorr H. Clark Subject: problems building gdb on FreeBSD 4.4 I'm confused. I did an installation through the menu from the 4.4 CD, asking for all sources & X but no games. Some time later, I did this: cd /usr/src/contrib/gdb/ ./configure echo4.4-RELEASE: not found Configuring for a i386-unknown-freebsdelf host. ./move-if-change: Can't open ./move-if-change: No such file or directory *** cannot find move-if-change. I also had a gdb 4.18 tarball from the gnu FTP site downloaded last year. I opened that up into the file system in a different area, then did this: cd /home/gdb/gdb_4_18_from_gnu/ ./configure make gcc -c -g -I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -I./tui solib.c solib.c:212: warning: `struct rt_symbol' declared inside parameter list solib.c:212: warning: its scope is only this definition or declaration, which is probably not what you want. solib.c: In function `solib_map_sections': solib.c:344: structure has no member named `som_addr' solib.c:345: structure has no member named `som_addr' solib.c: In function `solib_add_common_symbols': solib.c:405: argument `rtc_symp' doesn't match prototype solib.c:212: prototype declaration solib.c:406: storage size of `inferior_rtc_symb' isn't known solib.c: In function `first_link_map_member': solib.c:892: sizeof applied to an incomplete type solib.c:893: invalid use of undefined type `struct _dynamic' solib.c:897: invalid use of undefined type `struct _dynamic' solib.c:898: sizeof applied to an incomplete type solib.c:899: invalid use of undefined type `struct section_dispatch_table' solib.c: In function `alloc_solib': solib.c:996: structure has no member named `som_path' solib.c: In function `find_solib': solib.c:1080: structure has no member named `som_next' solib.c:1159: structure has no member named `som_path' solib.c: In function `symbol_add_stub': solib.c:1203: structure has no member named `som_addr' solib.c: In function `info_sharedlibrary_command': solib.c:1420: structure has no member named `som_addr' solib.c: In function `solib_address': solib.c:1469: structure has no member named `som_addr' solib.c: In function `disable_break': solib.c:1555: sizeof applied to an incomplete type solib.c:1561: invalid use of undefined type `struct so_debug' solib.c:1562: invalid use of undefined type `struct so_debug' solib.c:1563: invalid use of undefined type `struct so_debug' solib.c: In function `enable_break': solib.c:1647: sizeof applied to an incomplete type solib.c:1656: invalid use of undefined type `struct _dynamic' solib.c:1660: invalid use of undefined type `struct so_debug' solib.c: In function `special_symbol_handling': solib.c:1947: sizeof applied to an incomplete type solib.c:1958: invalid use of undefined type `struct _dynamic' solib.c:1965: sizeof applied to an incomplete type solib.c:1971: invalid use of undefined type `struct so_debug' solib.c:1973: invalid use of undefined type `struct so_debug' solib.c: At top level: solib.c:117: storage size of `dynamic_copy' isn't known solib.c:118: storage size of `ld_2_copy' isn't known solib.c:119: storage size of `debug_copy' isn't known *** Error code 1 Stop in /home/gdb/gdb-4.18_local/gdb. Looking in the code for solib.c, the failing code is inside an #ifndef SVR4_SHARED_LIBRARIES, but even if this flag is thrown solib.c fails a different way. Going to the FreeBSD CVS website, it doesn't appear that "solib.c" has been updated for any recent purpose. Going to the gnu website, I find that all versions before 5.0 have been wiped. The archive location is Redhat, which stores the 4.18 tarball as a .gz2 file. Is this a Pax or RPM storage format? My tar can't seem to make sense of it. Apologies in advance for not being Linux literate... Is there some obvious mistake I'm making? -Dorr H. Clark ps- If FreeBSD 4.x doesn't have SVR4_SHARED_LIBRARIES, then what kind of shared libraries does it have? pps- Please cc me on any response since I am unsubscribed. Thx. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 13:30:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hk.com (ip-1-8-104-152.rev.dyxnet.com [152.104.8.1]) by hub.freebsd.org (Postfix) with ESMTP id C5C7A37B402 for ; Fri, 22 Feb 2002 13:30:20 -0800 (PST) Received: by hk.com (Postfix, from userid 1001) id 413361A6656; Sat, 23 Feb 2002 05:32:20 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by hk.com (Postfix) with ESMTP id 3D8E8196E16 for ; Sat, 23 Feb 2002 05:32:20 +0800 (CST) Date: Sat, 23 Feb 2002 05:32:20 +0800 (CST) From: "Maren S. Leizaola" To: freebsd-questions@freebsd.org Subject: HK FreeBSD User Group. 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 (Apologies if you have received this earlier, but I think I had a problem sending it before) Dear All, We are presently looking for other fellow freeBSD users in Hong Kong to setup the user group. We are in the process of establishing the group and would seek more interested parties to join us in the setup or as members. If you would like join or find out what we are doing please join our list http://www.lists.hk.com/lists/listinfo/freebsd or drop me a line. FreeBSD Team, We have tried the User Group list on the FreeBSD site to enquire about how do we get listed, find out if there are any guidelines FreeBSD User groups must abide by etc... So far we have had no luck, if someone could provide us with some pointers we would be most greatful. Regards, Maren. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 13:40:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id BF30737B419; Fri, 22 Feb 2002 13:40:10 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020222214010.GCCF1214.rwcrmhc54.attbi.com@InterJet.elischer.org>; Fri, 22 Feb 2002 21:40:10 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA74920; Fri, 22 Feb 2002 13:25:15 -0800 (PST) Date: Fri, 22 Feb 2002 13:25:15 -0800 (PST) From: Julian Elischer To: "Frost, Stephen C" Cc: "'freebsd-hackers@freebsd.org'" , "'freebsd-questions@freebsd.org'" Subject: Re: PCI Probing Utility? 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 try man pciconf On Fri, 22 Feb 2002, Frost, Stephen C wrote: > > Oh FreeBSD Gurus... > > I tried throwing this out to the 'Questions' listserver and got zero reply. > So.... > > Is there some quick, down & dirty way of assessing the bus-speeds of PCI > slots/busses on a given box? I have a whole rack of systems with FreeBSD > 4.5 on 'em, and need to know the PCI bus configuration for each. > > Thank you in advance for your reply directly to this email account. > > Best - > > -=C. Stephen Frost=- > Intel Corp. > ICG - Network Quality Labs > Software Test Engineer > 503.264.8300 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 13:44:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bunny.dislocatedbrain.com (hill-d-193.resnet.purdue.edu [128.211.207.193]) by hub.freebsd.org (Postfix) with ESMTP id C73F737B419; Fri, 22 Feb 2002 13:44:23 -0800 (PST) Received: from bunny.dislocatedbrain.com (localhost [127.0.0.1]) by bunny.dislocatedbrain.com (Postfix) with ESMTP id 671C266B; Fri, 22 Feb 2002 16:44:05 -0500 (EST) Date: Fri, 22 Feb 2002 16:44:05 -0500 From: Sumanth Peddamatham To: Aniruddha Bohra Cc: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: Re: Starting X for non root users Message-ID: <20020222164405.A5970@bunny.dislocatedbrain.com> References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: ; from bohra@cs.rutgers.edu on Fri, Feb 08, 2002 at 02:37:26 -0500 X-Mailer: Balsa 1.3.1 Lines: 69 Sender: owner-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.02.08 02:37 Aniruddha Bohra wrote: > > Hello > I have been trying to get X to work for non root users but > have > failed on FreeBSD 4.4. > > In any case Xwrapper does not work even for root, but startx > works(so > there is nothing wrong with the X configuration). > > Xwrapper just starts a gray screen and sits there. > > xdm/kdm both show the initial screen, take login and passwd > if login is incorrect, they say login failed > however, if correct login is provided, the server restarts. > > Any ideas about how to do it? > > Thanks > Aniruddha hi aniruddha, ok, it is my understanding that you can not run X as a non root user. i read somewhere that it's something they are going to fix in a later rev. i've spent many a sleepless night trying to figure that one out and the closest i've gotten was a mad-crazy sudo hack, but then again, X was still running as root. anyways, my current setup uses XDM which atleast sets my login environment as non-root. i think the problem you are having with xdm/kdm is that you don't have the proper lines in your ~/.xsession file. i run Gnome, and here's my .xsession file: <---snip---> xmodmap -e "pointer = 1 2 3 6 7 4 5" imwheel -p -b '76' gnome-session <---/snip---> (you can ignore the modmap and imwheel stuff. they are there to get my scroller and side buttons on my intellimouse explorer to work.) the command to start KDE is 'startkde'. all you have to do is create a file ~/.xsession with the line 'startkde' in it and you should be ready to go. the reason the X server just reboots after login is because it runs the local login scripts, akin to your 'startup folder' on winxx, if there isn't anything in them, it assumes you're done using X and it politely restarts for the next user to login. (that's why the server 'restarts' when you quit KDE or Gnome. it's not any magic on KDE or Gnome's part, they are simply local programs and when you 'logout', they just save the current session and exit.) so, the bare minimum that you need in your ~/.xsession file is a windowmanager so that you have a running process to let X know you're still using it. it may seem a little confusing because when you start KDE or Gnome or 'X' from the root command prompt by typing in 'startx', what you are doing is running a start-up script (in fact, crack it open and take a look, it's an interesting read) that looks for your custom initializations and cleverly starts X by using 'xinit'. however, it \doesn't\ look at your ~/.xsession file, it instead looks at your ~/.xinitrc file. most desktop environments (KDE/Gnome/Blah) set this file up for you and, if i understand correctly, it's format is identical to your .xsession file that xdm calls on startup. take a look and see if you have a .xinitrc file and see what's inside. if it looks safe, just cp it to .xsession and try logging in using xdm. if you still have problems, let me know. sumanth p. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 13:49: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dot.uber.com.br (ctbcnetsuper-146.xdsl-fixo.ctbcnetsuper.com.br [200.225.201.146]) by hub.freebsd.org (Postfix) with SMTP id DD38A37B402 for ; Fri, 22 Feb 2002 13:48:54 -0800 (PST) Received: (qmail 26036 invoked from network); 22 Feb 2002 18:47:58 -0000 Received: from ctbcnetsuper-071.xdsl-dinamico.ctbcnetsuper.com.br (HELO uber.com.br) (200.225.204.71) by 0 with SMTP; 22 Feb 2002 18:47:58 -0000 Message-ID: <3C76BCF7.AE921831@uber.com.br> Date: Fri, 22 Feb 2002 18:49:44 -0300 From: =?iso-8859-1?Q?Jos=E9?= Romildo Malaquias Organization: UFOP X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.17-0.12jrm i686) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Cc: romildo@uber.com.br Subject: FreeBSD 4.5 UFS filesystem and Linux 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 am trying without success to mount the FreeBSD 4.5 partitions on my Linux 2.4.17 system. Maybe the failure is due to the changes made into the UFS filesystem in this release of FreeBSD. I would like to have some help in solving this problem. Some information from my Linux setup: $ mount /freebsd mount: wrong fs type, bad option, bad superblock on /dev/hda8, or too many mounted file systems $ /sbin/lsmod | grep ufs ufs 53152 0 (autoclean) $ grep ufs /etc/fstab /dev/hda8 /freebsd ufs ro,user,noauto,ufstype=44bsd 1 2 /dev/hda10 /freebsd/var ufs ro,user,noauto,ufstype=44bsd 1 2 /dev/hda11 /freebsd/tmp ufs ro,user,noauto,ufstype=44bsd 1 2 /dev/hda12 /freebsd/usr ufs ro,user,noauto,ufstype=44bsd 1 2 $ dmesg | grep bsd hda4: $ dmesg | grep ufs ufs_read_super: fs_bsize 16384 != {4096, 8192, 32768} Any clues? Romildo -- Prof. José Romildo Malaquias Departamento de Computação http://iceb.ufop.br/~romildo Universidade Federal de Ouro Preto romildo@iceb.ufop.br Brasil romildo@uber.com.br To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:12:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12501.mail.yahoo.com (web12501.mail.yahoo.com [216.136.173.193]) by hub.freebsd.org (Postfix) with SMTP id 60FA237B402 for ; Fri, 22 Feb 2002 14:12:11 -0800 (PST) Message-ID: <20020222221211.24724.qmail@web12501.mail.yahoo.com> Received: from [216.69.69.193] by web12501.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 14:12:11 PST Date: Fri, 22 Feb 2002 14:12:11 -0800 (PST) From: Anuranjan Shukla Subject: IOCTL problem in a n/w driver To: questions@freebsd.org Cc: anuranjan@yahoo.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 have written some code for a network device driver (PCI) and am able to probe and attach it successfully. During the attach routine I can get the correct MAC address from the EEPROM and am able to initialize the card successfully too. The problem: It's with the ioctl interface that I've written. case SIOCSIFADDR: case SIOCGIFADDR: case SIOCSIFMTU: error = ether_ioctl(ifp, cmd, data); break; ::: In this I can set the LLADDR and MTU and can read the correct MTU using the "ifconfig" command. But interesting this is that In the output of the ifconfig I see: xx0: ...... MTU 1500 ether 00:00:00:00:00:00 Basically everything else is ok ( I can SET the MTU, LLADDR, INET etc) except that I get the ethernet address wrong on giving the ifconfig command. I tried putting some trace in the ether_ioctl function (if_ethersubr.c) but don't see any output. Can anyone tell me what the problem is? Any comments would be greatly appreciated. A __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:13:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 199AB37B400 for ; Fri, 22 Feb 2002 14:13:18 -0800 (PST) Received: from barbish ([63.70.155.110]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Fri, 22 Feb 2002 17:17:41 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: cusupit Date: Fri, 22 Feb 2002 17:13:15 -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) 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 did a pkg_add -r cvsupit It down loaded the package and put me right into it. Now I want to restart cvsupit. When I enter cvsupit on the command line I get command not found. How do I restart cvsupit? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:14:40 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 317E137B400 for ; Fri, 22 Feb 2002 14:14:36 -0800 (PST) Received: from lymond.lvcm.com (cm238.47.234.24.lvcm.com [24.234.47.238]) by 100m.mpr200-1.esr.lvcm.net (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id AAI35561; Fri, 22 Feb 2002 14:14:34 -0800 (PST) Received: (from dlm@localhost) by lymond.lvcm.com (8.11.6/8.11.4) id g1MMEhE03682 for freebsd-questions@FreeBSD.ORG; Fri, 22 Feb 2002 14:14:43 -0800 (PST) Date: Fri, 22 Feb 2002 14:14:43 -0800 From: Dale Morris To: freebsd-questions@FreeBSD.ORG Subject: thinkpad/xircom card Message-ID: <20020222141443.A3612@lymond.lvcm.com> 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'm trying to get networking functioning on my ibm thinkpad and it doesn't recognize my Xircom 10/100 Modem 56 pcmcia card. Error message is: pccardd[50]: driver allocation failed for Xircom(CreditCard Ethernet 10/100 + Modem 56): Device not configured I'm using version 4.5 of FreeBSD, does it support this card? I did a fast search on google, someone else asked the same question in Dec. but unfortuantely there was no reply showing. thanks dale To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:17:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from idealso.com (idealso.com [216.122.250.84]) by hub.freebsd.org (Postfix) with ESMTP id 8A50637B400 for ; Fri, 22 Feb 2002 14:17:35 -0800 (PST) Received: from att (12-245-208-165.client.attbi.com [12.245.208.165]) by idealso.com (8.11.0/8.11.0) with SMTP id g1MMHSD64355 for ; Fri, 22 Feb 2002 17:17:28 -0500 (EST) (envelope-from jeff@idealso.com) Reply-To: From: "Jeff Lawton" To: Subject: 3com gigabit 3c996b-t Date: Fri, 22 Feb 2002 17:21:05 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0016_01C1BBC5.4F705D80" 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.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 This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C1BBC5.4F705D80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I am having trouble getting a 3com 3c996b-t to installed correctly. There a reference on how to properly set up the bge(4) driver. I am useing 4.5 release Jeff ------=_NextPart_000_0016_01C1BBC5.4F705D80 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

I am having trouble getting a 3com 3c996b-t = to installed correctly. There a reference on how to properly set up the = bge(4) driver. I am useing 4.5 release

 

 

 

Jeff<= /p>

 <= /p>

------=_NextPart_000_0016_01C1BBC5.4F705D80-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:19:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id A729D37B423; Fri, 22 Feb 2002 14:18:41 -0800 (PST) Received: from pool0057.cvx40-bradley.dialup.earthlink.net ([216.244.42.57] helo=mindspring.com) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16eO1Y-0000Xa-00; Fri, 22 Feb 2002 14:18:40 -0800 Message-ID: <3C76C3B6.146FC817@mindspring.com> Date: Fri, 22 Feb 2002 14:18:30 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: "Frost, Stephen C" Cc: "'freebsd-hackers@freebsd.org'" , "'freebsd-questions@freebsd.org'" Subject: Re: PCI Probing Utility? 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 "Frost, Stephen C" wrote: > Oh FreeBSD Gurus... > > I tried throwing this out to the 'Questions' listserver and got zero reply. > So.... > > Is there some quick, down & dirty way of assessing the bus-speeds of PCI > slots/busses on a given box? I have a whole rack of systems with FreeBSD > 4.5 on 'em, and need to know the PCI bus configuration for each. > > Thank you in advance for your reply directly to this email account. There are a couple of ways: 1) Read the specs on the hardware 2) Transfer data on and off some card memory for a card known to be in the machine, and using the cycle counter and you knowledge of the clock rate from sysctl space to calculate it If you use the second method, you will be able to tell 32 bit 33Mhz and 64 bit 66Mhz, but you won't be able to tell between a 64 bit card in a 32 bit slot and a 32 bit card in a 64 bit slot. Very annoying. 8-). I recommend #1. A third method that would require driver hacks would be to do a series of small disk DMAs and time them for size and size *2 so that they fit entirely in disk cache. The DMA code isn't sufficiently instrumented for this, though. A fourth method, which may or may not exist, is to make a BIOS call and simply ask the hardware how fast it thinks it is... being as you're at Intel, you chould have the PCI technical documentation in your technical library. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:25:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.prod.itd.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id BC39C37B404; Fri, 22 Feb 2002 14:25:11 -0800 (PST) Received: from pool0057.cvx40-bradley.dialup.earthlink.net ([216.244.42.57] helo=mindspring.com) by snipe.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16eO7p-0001rf-00; Fri, 22 Feb 2002 14:25:09 -0800 Message-ID: <3C76C53B.4566898B@mindspring.com> Date: Fri, 22 Feb 2002 14:24:59 -0800 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Julian Elischer Cc: "Frost, Stephen C" , "'freebsd-hackers@freebsd.org'" , "'freebsd-questions@freebsd.org'" Subject: Re: PCI Probing Utility? 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 Julian Elischer wrote: > try > man pciconf I guess if you had a chip to clock rate database, and no chip rated at 66 was ever run at 33, taking the bridge information from this would let you look up the bus speed... -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:31:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 491CC37B400 for ; Fri, 22 Feb 2002 14:31:08 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1MMUxHr002822; Fri, 22 Feb 2002 23:30:59 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1MMUxdE002821; Fri, 22 Feb 2002 23:30:59 +0100 (CET) (envelope-from flo) Date: Fri, 22 Feb 2002 23:30:59 +0100 From: Florian Nigsch To: Joe & Fhe Barbish , freebsd-questions@freebsd.org Subject: Re: cusupit Message-ID: <20020222233059.A86862@nigsch.com> References: 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 barbish@a1poweruser.com on Fri, Feb 22, 2002 at 05:13:15PM -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 As far as I know, the cvsupit port only asks you for the various options the first time you run it, i.e. when you install it. It sets up for you the file /etc/cvsupfile which you should use any time in the future you would like to cvsup. I think it even says so when installing the port. So, to cvsup simply type cvsup -g -L2 /etc/cvsupfile at the prompt and see what's going on. You may have a look at /etc/cvsupfile and cvsup(1). flo On Fri, Feb 22, 2002 at 05:13:15PM -0500, Joe & Fhe Barbish wrote: > I did a pkg_add -r cvsupit It down loaded the package and > put me right into it. Now I want to restart cvsupit. > When I enter cvsupit on the command line I get command not found. > > How do I restart cvsupit? > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message ---end quoted text--- -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:41: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from phnxpop4.phnx.uswest.net (phnxpop4.phnx.uswest.net [206.80.192.4]) by hub.freebsd.org (Postfix) with SMTP id D105337B433 for ; Fri, 22 Feb 2002 14:40:52 -0800 (PST) Received: (qmail 70896 invoked by alias); 22 Feb 2002 22:40:52 -0000 Delivered-To: fixup-freebsd-questions@FreeBSD.ORG@fixme Received: (qmail 70878 invoked by uid 0); 22 Feb 2002 22:40:51 -0000 Received: from udialup240.phnx.uswest.net (HELO broken) (209.181.104.240) by phnxpop4.phnx.uswest.net with SMTP; 22 Feb 2002 22:40:51 -0000 From: "Dan Trainor" To: Subject: make release Date: Fri, 22 Feb 2002 15:56:33 -0700 Message-ID: <006d01c1bbf4$306a1f00$0a00a8c0@broken> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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've been toying with 'make release' a bit, and I'm unable to find a whole lot of documentation on it. Anyone know where I can find some? Thanks -dt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:54:10 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 EE7FD37B445 for ; Fri, 22 Feb 2002 14:53:07 -0800 (PST) Received: from top7.ntu-kpi.kiev.ua (eth0.top7.ntu-kpi.kiev.ua [10.100.1.7]) by relay1.ntu-kpi.kiev.ua (Postfix) with ESMTP id 22E562EEFB for ; Sat, 23 Feb 2002 00:53:03 +0200 (EET) Received: from slava.top7.ntu-kpi.kiev.ua (slava.top7.ntu-kpi.kiev.ua [10.100.100.11]) by top7.ntu-kpi.kiev.ua (8.11.6/8.11.6) with ESMTP id g1MMr1P23237 for ; Sat, 23 Feb 2002 00:53:02 +0200 (EET) (envelope-from Slava@top7.ntu-kpi.kiev.ua) Date: Wed, 23 Feb 2000 00:53:05 +0300 From: Slava X-Mailer: The Bat! (v1.45) Personal Reply-To: Slava Organization: 4-22 X-Priority: 3 (Normal) Message-ID: <82238326.20000223005305@top7.ntu-kpi.kiev.ua> To: freebsd-questions@FreeBSD.ORG 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 äÏÂÒÙÊ ÄÅÎØ!!! ÎÅ ÍÏÇÕ ÓËÏÎÆÉÇÕÒÉÒÏ×ÁÔØ Ä×Å ÓÅÔÅ×ÙÅ ËÁÒÔÏÞËÉ: NE2000(isa) É RL2000(pci). ÞÔÏ ÄÅÌÁÔØ??? ËÁË ÎÁÓÔÒÏÉÔØ rc.conf É ËÁË ÐÅÒÅÓÏÂÒÁÔØ ÑÄÒÏ????? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:55: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from darius.2y.net (korpen-86-205.ip-pluggen.com [212.181.86.205]) by hub.freebsd.org (Postfix) with ESMTP id 37A4C37B478 for ; Fri, 22 Feb 2002 14:53:25 -0800 (PST) Received: by darius.2y.net (Postfix, from userid 1001) id 35A831C95; Fri, 22 Feb 2002 23:53:15 +0100 (CET) Date: Fri, 22 Feb 2002 23:53:15 +0100 From: Morsal Rodbay To: Brent Cc: freebsd-questions@freebsd.org Subject: Re: no colors when ssh to fbsd Message-ID: <20020222235315.A42127@darius.2y.net> Reply-To: Morsal Rodbay References: <012301c1bbd8$ac4f6920$37b4a8c0@pretorian> <20020222205438.A41313@darius.2y.net> <013101c1bbdc$e82c4860$37b4a8c0@pretorian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <013101c1bbdc$e82c4860$37b4a8c0@pretorian>; from brentb@loa.com on Fri, Feb 22, 2002 at 03:10:00PM -0500 X-Operating-System: FreeBSD 4.4 [up 21:50] X-Return-Path: morsal@swipnet.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 No problem, glad to help. :) It's good to hear that people move from Linux to BSD, problem is that most people dont know that the party over here is much more wild. :D On Fri, Feb 22, 2002 at 03:10:00PM -0500, Brent wrote: > DUDE...THANX !! > > yes i moved from Linux...first i tried Redhat ...then Caldera...and really > didnt like them (not stable enough...believe that!! ) > then i tried FBSD 3.3 couple years agao ...and been with it ever since > > thanx again > > Bmyster > ----- Original Message ----- > From: "Morsal Rodbay" > To: "Brent" > Cc: > Sent: Friday, February 22, 2002 2:54 PM > Subject: Re: no colors when ssh to fbsd > > > > On Fri, Feb 22, 2002 at 02:39:41PM -0500, Brent wrote: > > > I was wonder what i have to do to get colors to (like in a linux ssh > term ) > > > in Freebsd...just curious > > > > > > > > > > > > thanx > > > Brent > > > > u have to set your TERM to xterm-color... put the following in > /etc/profile > > > > TERM=xterm-color; export TER > > > > > > just curious, did u move from Linux to BSD? :) > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 14:59:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bunny.dislocatedbrain.com (hill-d-193.resnet.purdue.edu [128.211.207.193]) by hub.freebsd.org (Postfix) with ESMTP id 964BB37B405 for ; Fri, 22 Feb 2002 14:59:27 -0800 (PST) Received: from bunny.dislocatedbrain.com (localhost [127.0.0.1]) by bunny.dislocatedbrain.com (Postfix) with ESMTP id 544DD3D3 for ; Fri, 22 Feb 2002 17:59:10 -0500 (EST) Date: Fri, 22 Feb 2002 17:59:10 -0500 From: Sumanth Peddamatham To: freebsd-questions@freebsd.org Subject: perl not found. trouble installing galeon/xml-i18n-tools Message-ID: <20020222175910.E95022@bunny.dislocatedbrain.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.3.1 Lines: 114 Sender: owner-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 having trouble compiling the galeon port. the 'make install' fails on the perl check. it's strange because i have xml-i18n-tools installed, but i think the port uses its own version or something. any help would be appreciated. sumanth p. <---snip---> Script started on Fri Feb 22 17:51:13 2002 root@bunny:/usr/ports/www/galeon# make install ===> Configuring for galeon-1.0.3 checking for perl... no configure: error: perl not found; required for xml-i18n-tools ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.52f. Invocation command line was $ ./configure --with-mozilla-includes=/usr/X11R6/include/mozilla --with-mozilla-libs=/usr/X11R6/lib/mozilla-embedded --with-gnome=/usr/X11R6 --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --prefix=/usr/X11R6 --target=i386-unknown-freebsd4.5 ## --------- ## ## Platform. ## ## --------- ## hostname = bunny.dislocatedbrain.com uname -m = i386 uname -r = 4.5-STABLE uname -s = FreeBSD uname -v = FreeBSD 4.5-STABLE #0: Wed Feb 6 17:18:59 EST 2002 root@bunny.dislocatedbrain.com:/usr/src/sys/compile/BUNNY /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1365: checking for perl configure:1398: result: no configure:1403: error: perl not found; required for xml-i18n-tools ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O -pipe -march=pentiumpro' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value='-I/usr/local/include -D_REENTRANT -D_THREAD_SAFE' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value=' -O -pipe -march=pentiumpro' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-freebsd4.5 lt_cv_sys_path_separator=: ## ----------- ## ## confdefs.h. ## ## ----------- ## configure: exit 1 (end of "config.log") *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. *** Error code 1 Stop in /usr/ports/www/galeon. root@bunny:/usr/ports/www/galeon# exit exit <---/snip---> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 15: 5:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falla.videotron.net (falla.videotron.net [205.151.222.106]) by hub.freebsd.org (Postfix) with ESMTP id 7D7BA37B400; Fri, 22 Feb 2002 15:05:37 -0800 (PST) Received: from windows ([24.201.83.93]) by falla.videotron.net (Sun Internet Mail Server sims.3.5.1999.12.14.10.29.p8) with ESMTP id <0GRY00I0HITB0G@falla.videotron.net>; Fri, 22 Feb 2002 18:05:35 -0500 (EST) Date: Fri, 22 Feb 2002 18:05:37 -0500 From: Sandro Mancuso Subject: RE: Firewall stuff In-reply-to: <20020222094638.C48401@blossom.cjclark.org> To: "'Crist J. Clark'" Cc: freebsd-questions@FreeBSD.ORG Message-id: <000501c1bbf5$709725e0$6400a8c0@windows> MIME-version: 1.0 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 (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 see.. thanks. I knew about that proxy line for ipnat, but I didn't know enough about it to know that it would allow connections on ports typically greater than 1023 (passive ftp) to be allowed through without making explicit rules to that effect in ipf.rules. Looking forward to seeing how that comes along. =20 thanks > -----Original Message----- > From: Crist J. Clark [mailto:cjc@FreeBSD.ORG] > Sent: February 22, 2002 12:47 PM > To: Sandro Mancuso > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Firewall stuff >=20 > On Fri, Feb 22, 2002 at 11:28:46AM -0500, Sandro Mancuso wrote: > > Hi guys, stupid question I think, as it relates to a windows > feature put > > to use in FreeBSD, but I beg you not to bite my head off for this > ;-) > > > > Once upon a time, I was using pcconseal firewall (its too bad its > not > > around like it used to be, it was a pretty good windows firewall > > program). What I remember about it was that it used to "know" > what > > programs were opening the ports in question. >=20 > Please note that a firewall could only possibly know what programs > are > opening a port when the port is being opened by a program running on > the firewall. As for packets the firewall is forwarding for other > hosts, there is absolutely no way to know anything about the > application generating the packets except... >=20 > > Now I'm setting up a > > firewall on a gateway for my LAN. This sort of characteristic > would be > > a great help, imho (of course I have more limited knowledge in > UNIX), > > for properly allowing passive ftp transfers through. I'm messing > with > > IPFilter at the moment, I'm wondering if there's a way, in FreeBSD > for > > it (or any other firewalls?) to know what service is opening a > port, so > > that it may be opened only for a particular service. >=20 > By looking at port numbers. For example, the ftp service is assigned > port 21/tcp for control connections. However, ftp requires > connections > on other ports... >=20 > > Or is that > > something that should be defined within the ftpd itself (I'm not > talking > > about setting a specific portrange for passive transfers... a > little > > more than just that... making sure that only ftpd can use say > ports > > 15000-19000 outbound) >=20 > And there things get sticky with ftp. Because it is pure evil and > uses > other TCP connections, the only sure-fire way to get things to work > is > to proxy the connections. That is, the firewall has to actually read > and understand data in the control stream to open up the correct > ports. >=20 > Luckily, ipf(8) has an ftp proxy built into ipnat(8). > -- > Crist J. Clark | cjclark@alum.mit.edu > | cjclark@jhu.edu > http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 15:17:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falla.videotron.net (falla.videotron.net [205.151.222.106]) by hub.freebsd.org (Postfix) with ESMTP id 3077737B405 for ; Fri, 22 Feb 2002 15:17:16 -0800 (PST) Received: from windows ([24.201.83.93]) by falla.videotron.net (Sun Internet Mail Server sims.3.5.1999.12.14.10.29.p8) with ESMTP id <0GRY00IRMJC30G@falla.videotron.net> for freebsd-questions@FreeBSD.ORG; Fri, 22 Feb 2002 18:16:52 -0500 (EST) Date: Fri, 22 Feb 2002 18:16:53 -0500 From: Sandro Mancuso Subject: Hard drive problem? To: freebsd-questions@FreeBSD.ORG Message-id: <000601c1bbf7$03c80180$6400a8c0@windows> MIME-version: 1.0 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 (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'm getting some wonderful system messages on my machine... here's the bottom end of my dmesg output: (I was installing the linux compatibility package ver. 1.7 from the packages collection via sysinstall when this happened.. forcing an abort of the pkg_add) ad0: 4110MB [14848/9/63] at ata0-master WDMA2 acd0: CDROM at ata0-slave using PIO2 Mounting root from ufs:/dev/ad0s1a link_elf: symbol seminfo undefined <---- what I get on boot up IP Filter: v3.4.20 unloaded <---- my ruleset isn't yet "complete" :P ad0: WRITE command timeout tag=3D0 serv=3D0 - resetting <---- ** ata0: resetting devices .. done link_elf: symbol seminfo undefined link_elf: symbol seminfo undefined bash-2.05a$ ** This, and the following 3 lines appeared as sysinstall was doing the pkg_add for linux compatibility I've recently cvsup'd to 4.5 stable. I've been getting that link_elf every time I rebooted this machine, however it's never been a problem until now. I've tangled with this elf stuff once before on an older machine just getting the cvsup package to work... it always seems to be trouble ;-) Anyone got a clue on what's going on?=20 Thanks again in advance, Sandro To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 15:27:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 6E8CE37B400 for ; Fri, 22 Feb 2002 15:26:39 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1MNQGS57876; Sat, 23 Feb 2002 12:26:16 +1300 (NZDT) (envelope-from jonc) Date: Sat, 23 Feb 2002 12:26:16 +1300 From: Jonathan Chen To: "Dorr H. Clark" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: doesn't work for me (was Re: problems building gdb on FreeBSD 4.4) Message-ID: <20020223122616.A57582@grimoire.chen.org.nz> References: <20020221191306.D22670@grimoire.chen.org.nz> 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 dclark@applmath.scu.edu on Fri, Feb 22, 2002 at 01:23:08PM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 22, 2002 at 01:23:08PM -0800, Dorr H. Clark wrote: [...] > On my system, a bare "make" with no arguments > in that directory provokes: > > make: no target to make > > which is the normal message when there's no makefile > among the standard makefile names. > > Ditto for the gdb subdirectory beneath it. > > I left this detail out of my summary. I also presume > my shell choice makes no difference, but I'm using bash 2.05. > > If you're implying there's something wrong with my installation, > as in I should have a Makefile in that directory, > any tips on possible errors would be appreciated. Hmm. Try: # cd /usr/src/gnu/usr.bin/binutils/gdb # make and see whether that improves things. -- Jonathan Chen ------------------------------------------------------------------------ "We laugh in the face of danger, we drop icecubes down the vest of fear" - Edmond Blackadder III To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 15:43:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 6F10037B417 for ; Fri, 22 Feb 2002 15:43:15 -0800 (PST) Received: from barbish ([63.70.155.110]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Fri, 22 Feb 2002 18:47:39 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: portcheckout Date: Fri, 22 Feb 2002 18:43:12 -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) 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 Installed portcheckout from ports. When I go to run portcheckout ruby I get a error message # /root >portcheckout ruby cvs checkout: No CVSROOT specified! Please use the `-d' option cvs [checkout aborted]: or set the CVSROOT environment variable. Cannot read INDEX file. Give up! Portcheckout -help does not list a -d option Portcheckout -d just lists the help again Added setenv CVSROOT /usr in .cshrc exited and relogged in. # /root >portcheckout ruby ccvs [checkout aborted]: /usr/CVSROOT : No such file or directory Cannot read INDEX file. Give up! What does this mean? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 15:50:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from exstudent9.city.unisa.edu.au (exstudent9.city.unisa.edu.au [130.220.84.78]) by hub.freebsd.org (Postfix) with ESMTP id A463937B402 for ; Fri, 22 Feb 2002 15:50:20 -0800 (PST) Received: by exstudent9.city.unisa.edu.au with Internet Mail Service (5.5.2653.19) id ; Sat, 23 Feb 2002 10:20:19 +1030 Message-ID: <2B1D689AC9387745A8F0850041C32FF3258E16@exstudentb.city.unisa.edu.au> From: "Farhat, Aiman Ahmed - FARAA002" To: "'freebsd-questions@FreeBSD.org'" Subject: Date: Sat, 23 Feb 2002 10:20:49 +1030 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 Please can you tell me how can i burn the freebsd release 4.5 on cd rom,i want to download the freebsd into the cd is there is easy way to put all files into my cd rom, please help me. best regards aiman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 15:52:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 59F3637B400 for ; Fri, 22 Feb 2002 15:52:36 -0800 (PST) Received: (qmail 29511 invoked by uid 100); 22 Feb 2002 23:52:25 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15478.55736.554792.708534@guru.mired.org> Date: Fri, 22 Feb 2002 17:52:24 -0600 To: Cliff Sarginson Cc: questions@freebsd.org Subject: Re: Kernel loader In-Reply-To: <70438893@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Cliff Sarginson types: > > > Now I do not believe that if you load module A, then module B is > > > automagically loaded as well. Looking at the program kldload it > > > is just a few lines that just invokes a system call to load the > > > module requested. I think the system call code should be in my > > > source tree somewhere but I am damned if I can find it. > > Your belief is incorrect. Well, it's incorrect for elf modules. I > > don't know about other formats because I didn't check them. The source > > code you want is in sys/kern/kern_linker.c and link_elf.c. > > My follow up question is why dependent modules cannot be loaded > automagically, but with what you have told me I may be able to > look further into that myself. To be honest, I am not entirely sure > what the use is of planting this dependency information if it is > not used to do such a thing. It means you have to know something > which the O/S is already capable of working out for you. The only > other answer is that you have to tell the kernel in advance what > a module is going to use for some other reason, although why escapes > me at this early hour. I think we got one to many negatives in there. The kernel loader *does* automatically load any dependencies listed for a module when it loads that module. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 15:54:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from exstudent9.city.unisa.edu.au (exstudent9.city.unisa.edu.au [130.220.84.78]) by hub.freebsd.org (Postfix) with ESMTP id 1A3E437B404 for ; Fri, 22 Feb 2002 15:54:22 -0800 (PST) Received: by exstudent9.city.unisa.edu.au with Internet Mail Service (5.5.2653.19) id ; Sat, 23 Feb 2002 10:24:21 +1030 Message-ID: <2B1D689AC9387745A8F0850041C32FF3258E17@exstudentb.city.unisa.edu.au> From: "Farhat, Aiman Ahmed - FARAA002" To: "'questions@freebsd.org'" Subject: Date: Sat, 23 Feb 2002 10:24:52 +1030 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 Is there any way to make an installation from a CD-R(W), as in: 1. Download files 2. Place on a CD-R (or CD-RW) 3. Boot from a CD-R(W) with the same layout as a CD-ROM that you could buy. This would make the installation a lot easier for me (especially on CD-RW), because I could keep a CD instead of a box of floppies (and on CD-RW, I could update it), and it would be free (and I could share it with my friends... without having to worry about a bunch of bulky floppies). best regards aiman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16: 6:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id AE09837B405 for ; Fri, 22 Feb 2002 16:06:17 -0800 (PST) Received: (qmail 29663 invoked by uid 100); 23 Feb 2002 00:06:14 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15478.56566.343039.47710@guru.mired.org> Date: Fri, 22 Feb 2002 18:06:14 -0600 To: Bsd Neophyte Cc: questions@freebsd.org Subject: Re: primary differences between BSD-based and System V rel 4 *nixes In-Reply-To: <128923557@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Bsd Neophyte types: > What are the differences between the two? Are they differences > really significant? There is no simple answer to that question. Part of it depends on what you're looking at - sysadmin, power user, casual user, developer, etc. Part of it depends on what you were used to, as most real systems provide a mix of BSD and System V features. I recall one organization that got it's first SysV system. I had a background with V6 and V7 system with extensions from Purdue, plus a little bit of BSD. I didn't notice a lot of difference, because my ingrained habits were from systems that predated the split. The people there who had never used anything but BSD systems noticed a *lot* of differences, because their ingrained habits were all pure BSD. What comes to mind to me /etc/rc vs. /etc/inittab to configure the system when you go multiuser. Someone else may well thing something else is the big difference. Want to tell us what parts of the system are significant to you, and what kind of system you were on before? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:10:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web20106.mail.yahoo.com (web20106.mail.yahoo.com [216.136.226.43]) by hub.freebsd.org (Postfix) with SMTP id 50DEC37B417 for ; Fri, 22 Feb 2002 16:10:42 -0800 (PST) Message-ID: <20020223001042.60725.qmail@web20106.mail.yahoo.com> Received: from [63.193.147.188] by web20106.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 16:10:42 PST Date: Fri, 22 Feb 2002 16:10:42 -0800 (PST) From: Bsd Neophyte Subject: Re: primary differences between BSD-based and System V rel 4 *nixes To: Mike Meyer Cc: questions@freebsd.org In-Reply-To: <15478.56566.343039.47710@guru.mired.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 (...snip...) > Want to tell us what parts of the system > are significant to you, and what kind of system you were on before? > > ; Fri, 22 Feb 2002 16:10:57 -0800 (PST) Message-ID: <20020223001057.78737.qmail@web10105.mail.yahoo.com> Received: from [68.5.48.190] by web10105.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 16:10:57 PST Date: Fri, 22 Feb 2002 16:10:57 -0800 (PST) From: twig les Subject: Re: how to manually set irqs? Solved sort-of To: freebsd-questions@FreeBSD.ORG In-Reply-To: <5.1.0.14.2.20020221210942.01f675a0@vmspop.isc.rit.edu> 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 Again I find the answer to my problem a couple of days after I despair and post.... The way to set the IRQ is through a neat little progy called pccardc (man pccardc). Have fun with that one. Anyhoo, after having watchdog timeouts at every boot for rl1, then watching rl1 claim IRQ, which dmesg said was for rl0, and getting very confused, I remembered that I had switched slots on one of my NICs for a totally unimportant reason about a week ago. So I grabbed my screwdriver and put the dam card back in its original slot and booted; everything is dandy. Once again I'm humbled before the great BSD gods. Excuse this post if you don't think it's relevant, I just wanted to share a troubleshot problem (potentially with googlers in trouble). I will now reach for an alltogether different type of screwdriver... --- Matt Penna wrote: > At 04:41 PM 2/21/02 -0800, twig les wrote: > >I've been looking for awhile now...does anyone know > >how to manually set the irq for my card? The dev > >exists; it was working before I added the second > one, > >I just want to go in and tell it (or the new > one-don't > >care which) to use a different IRQ. > > Definitely a common problem, so don't feel bad. :) > > I assume one or both of the cards you're using is > ISA. You must get a > configuration program from the card manufacturer and > set the card that way. > Ordinarily this program is part of the driver set > for the card, so you can > usually start the system using a DOS bootable floppy > and just run it from > the diskette. > > After you set the IRQs, I/O range, etc. for the > card, go into your system's > BIOS and make sure the IRQs you chose are not set > for Plug and Play usage; > usually the setting you need to change the IRQ to is > "Legacy ISA" or > something similar. > > That should get you up and running! > > Matt > > -- > Matt Penna > mdp1261@rit.edu > ICQ: 399825 S0ba > on AOLIM > "The trouble with computers, of course, is > that they're very sophisticated idiots." > -Dr. Who > ===== ----------------------------------------------------------- Here's to the game called "Ten Toes" That's played all over town. The lassies play with ten toes up. And the lads with ten toes down! ----------------------------------------------------------- __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:13:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from he0.easygolucky.de (he0.easygolucky.de [62.208.187.122]) by hub.freebsd.org (Postfix) with ESMTP id 0A5FA37B404 for ; Fri, 22 Feb 2002 16:13:24 -0800 (PST) Received: by he0.easygolucky.de (Postfix, from userid 1976) id 10BF962041; Sat, 23 Feb 2002 01:15:05 +0100 (CET) Date: Sat, 23 Feb 2002 01:15:04 +0100 From: Manuel Hendel To: FreeBSD Questions Subject: freebsd 4.5 freezes during boot from disk or cdrom Message-ID: <20020223001504.GA62283@he0.easygolucky.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.26i Sender: owner-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 the following hardware installed: Asus P2B Mainboard Intel 350 Mhz 128 MB SDRAM 2 x Intel EtherExpress PRO NICs 1 x Promise FastTrak IDE UDMA RAID Controller 2 x 40 GB IDE drives on the FastTrak Controller 1 x IDE CDROM 1 x Video7 VGA Card 1 x Floppy Does anyone has a clue what this could be? It doesn't happen with FreeBSD 4.3 from cdrom, but it seams that 4.3 doesn't support the IDE Raid Controller. Thanks, Manuel -- Believe in miracles. But do not expect them. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:17:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.retemail.es (smtp04.iddeo.es [62.81.186.14]) by hub.freebsd.org (Postfix) with ESMTP id B21D437B405 for ; Fri, 22 Feb 2002 16:17:36 -0800 (PST) Received: from conway.localdomain ([62.174.66.191]) by smtp04.retemail.es (InterMail vM.5.01.03.02 201-253-122-118-102-20010403) with SMTP id <20020223001734.FMNQ29636.smtp04.retemail.es@conway.localdomain>; Sat, 23 Feb 2002 01:17:34 +0100 Date: Sat, 23 Feb 2002 01:20:11 +0100 From: F.Xavier Noria To: Sumanth Peddamatham Cc: freebsd-questions@freebsd.org Subject: Re: perl not found. trouble installing galeon/xml-i18n-tools Message-Id: <20020223012011.5e4cf44a.fxn@isoco.com> In-Reply-To: <20020222175910.E95022@bunny.dislocatedbrain.com> References: <20020222175910.E95022@bunny.dislocatedbrain.com> X-Mailer: Sylpheed version 0.7.2 (GTK+ 1.2.10; i386--freebsd4.4) 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 Fri, 22 Feb 2002 17:59:10 -0500 Sumanth Peddamatham wrote: : i'm having trouble compiling the galeon port. the 'make install' fails : on the perl check. it's strange because i have xml-i18n-tools : installed, but i think the port uses its own version or something. any : help would be appreciated. : ===> Configuring for galeon-1.0.3 : checking for perl... no Hmmmm... just to be sure... is perl actually in your PATH? Does 'which perl' find it? -- fxn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:20:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12004.mail.yahoo.com (web12004.mail.yahoo.com [216.136.172.212]) by hub.freebsd.org (Postfix) with SMTP id 0BD6B37B404 for ; Fri, 22 Feb 2002 16:20:02 -0800 (PST) Message-ID: <20020223002001.30135.qmail@web12004.mail.yahoo.com> Received: from [165.228.7.207] by web12004.mail.yahoo.com via HTTP; Sat, 23 Feb 2002 11:20:01 EST Date: Sat, 23 Feb 2002 11:20:01 +1100 (EST) From: =?iso-8859-1?q?Keith=20Spencer?= Subject: Help Help Help( with routes!)..I thought I knew what I was doing. To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi all, We are a school using Freebsd. I am in desperate need of help with routing. I have recently had to make changes becuse ISP folded. I had 2 ISPs with corresponding gateways. Reason being that ADSL was dynamic IP... LAN->Gateway1(via NAT)->ADSL->Telstra(ISP) AND LAN->Gateway2(via NAT)->ISDN->Other(ISP) Gateway1 is multi-homed 192.168.1.220 203.56.180.4 has squid proxy running on it. It has a dynamic ADSL interface IP to Telstra. Gateway2 is multi-homed 192.168.1.1 203.56.180.1 Is the DNS web and mail server. Our Domain = smmc.qld.edu.au currently mapped to 203.56.180.0 -> 203.56.180.255 All worked fine until these changes made were... Gateway1 ----------------------------------------------- No changes to this Gateway except NOW it has a static ADSL link IP and Telstra have added our 203.56.180 routes. Here are the the gateway2 routes after a reboot: Dest Gateway Flags Refs Use Netif Exp default 165.228.7.1 UGSc 9 484 tun0 127.0.0.1 127.0.0.1 UH 20 53 lo0 165.228.7.1 165.228.7.207 UH 9 0 tun0 192.168.1 link#1 UC 4 0 fxp0 => 192.168.1.1 0:c0:f0:14:f7:dc UHLW 1 37 fxp0 868 192.168.1.220 0:3:47:70:3e:11 UHLW 0 2 lo0 203.56.180 link#1 UC 1 0 fxp0 => 203.56.180.1 0:c0:f0:14:f7:dc UHLW 0 82 fxp0 604 ----------------------------------------------- Gateway2 ------------------------------------------------ ISDN connection died when ISP did so I changed rc.conf defaultRouter=203.56.180.4 gateway_enable="no" PPP was disabled after a reboot here are the routes Dest Gate Flags Refs Use Netif Expire default 203.56.180.4 UGSc 46 447 de0 127.0.0.1 127.0.0.1 UH 0 80 lo0 192.168.1 link#1 UC 0 0 de0 => 203.56.180 link#1 UC 0 0 de0 => Question..Maybe defaultgateway should be 192.168.1.220? ------------------------------------------------ Symptoms: 1)DNS is working inside lan 2)Can't ping 203.56.180.0/24 addresses from the outside Internet. More particularly the mail & web servers are not pinging. 3) Lan can web surf no trouble 4) Sendmail cannot deliver mail outbound. 5) Cannot ping outside to any Internet address from any live IP machine on the LAN more particularly 203.56.180.1(This will explain the sendmail's failure to work I suppose) 6) A mail client on a multihomed lan host here is configured to pick up mail from a remote mail host on the net. It can do that!!!??? None of my stuff works but this does...do not understand. What I tried... Stopping NAT & squid on ADSL gateway1 Pinging out and mailing to/from old gateway2. No go! HELP...fresh out of ideas here. CAn some kind person help out? It is probably really obvious but not to this dummy Thanks http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:32: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id DC7A137B400 for ; Fri, 22 Feb 2002 16:31:54 -0800 (PST) Received: (qmail 29878 invoked by uid 100); 23 Feb 2002 00:31:43 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15478.58094.528486.294014@guru.mired.org> Date: Fri, 22 Feb 2002 18:31:42 -0600 To: "Max Clements" Cc: questions@freebsd.org Subject: Re: Duplex printing on an HP2200DN printer... In-Reply-To: <75192709@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Max Clements types: > Does anyone know how to set BSD to print duplex onto an HP 2200DN laser > printer. This is a duplex-capable printer with a build in Jet Direct = > card. > As the printer is post-script capable I would not like to install = > appsfilter > or something like that, but I hate thick program listings ;-). Note that apsfilter was actually *designed* for postscript-capable printers. that's why it generates postscript for everything you send to it, including ascii text. If the printer is postscript capable, it sends the resulting postscript to the printer. Otherwise, it uses ghostscript to render the postscript for that printer. Which is why you sometimes try and print a page of text, and the printer runs out of memory trying to print the graphics image of that page. The point of apsfilter - and magicfilter, which I recommend instead - is to examin the input and turn it into something the printer can deal with, so you don't have to worry about converting your jpeg to postscript before printing it, the printer driver will do it for you. > From what little I know about HP printers I think one needs to send a = > PJL > command to the printer prior to the job to put it into duplex mode? That's certainly one way to do it. You can also send it Postscript that looks like this: <> setpagedevice The catch is that I've not been able to find a sane way to set up lpd to make it easy to specify which duplex mode to use at print time. cups can apparently do that for you, but the demo version in the ports tree didn't have support for my printer, so I can't verify that. What I wound up doing was installing magicfilter - which does what apsfilter does, only it's lightweight and more flexible - to deal with text and raw postscript by making it look like it came from a DOS system, added a second termcap entry that doesn't use magicfilter, and set the printer to duplex without tumbling by default. Good graphics programs know how to control the duplex on a postscript device, and I point those at the second termcap entry and set duplex with their print control. Most printing goes to the one with magicfilter. Every once and a while I have to toggle the duplex or tumble options by hand. For letters, CD labels and the like I use custom scripts that sets manual feed, input source, and duplex properly. The other alternative involved creating something like 12 printcap entries to specify all those things, and it didn't seem to be worth the trouble. I've been considering tweaking magicfilter to use the job class to add rules that are only checked if the job is in that class, but haven't actually done anything about it. Apparently apsfilter already supports this, so you may want to look into that anyway. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:32:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 9228137B404 for ; Fri, 22 Feb 2002 16:32:32 -0800 (PST) Received: (qmail 29901 invoked by uid 100); 23 Feb 2002 00:32:30 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15478.58141.459897.816836@guru.mired.org> Date: Fri, 22 Feb 2002 18:32:29 -0600 To: "Alexander Trapeznikov" Cc: questions@freebsd.org Subject: Re: Create new port russian/mtc? In-Reply-To: <112321877@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Alexander Trapeznikov types: > Hi! > > I sent query about creation of a russian/mtc port. > Since then passed a lot of time, but the port is still not accepted. > The port is created correctly and the request is sent correctly. > (send-pr and from bugtraq freebsd.org). > When will it be created? Send a note to ports@freebsd.org with the PR number asking that someone commit it. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:37:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bunny.dislocatedbrain.com (hill-d-193.resnet.purdue.edu [128.211.207.193]) by hub.freebsd.org (Postfix) with ESMTP id ABBDB37B404 for ; Fri, 22 Feb 2002 16:33:29 -0800 (PST) Received: from bunny.dislocatedbrain.com (localhost [127.0.0.1]) by bunny.dislocatedbrain.com (Postfix) with ESMTP id 3205C61E; Fri, 22 Feb 2002 19:33:25 -0500 (EST) Date: Fri, 22 Feb 2002 19:33:25 -0500 From: Sumanth Peddamatham To: "F. Xavier Noria" Cc: freebsd-questions@freebsd.org Subject: Re: perl not found. trouble installing galeon/xml-i18n-tools Message-ID: <20020222193325.A28422@bunny.dislocatedbrain.com> References: <20020222175910.E95022@bunny.dislocatedbrain.com> <20020223012011.5e4cf44a.fxn@isoco.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: <20020223012011.5e4cf44a.fxn@isoco.com>; from fxn@isoco.com on Fri, Feb 22, 2002 at 19:20:11 -0500 X-Mailer: Balsa 1.3.1 Lines: 36 Sender: owner-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.02.22 19:20 F. Xavier Noria wrote: > On Fri, 22 Feb 2002 17:59:10 -0500 > Sumanth Peddamatham wrote: > > : i'm having trouble compiling the galeon port. the 'make install' > fails > : on the perl check. it's strange because i have xml-i18n-tools > : installed, but i think the port uses its own version or something. > any > : help would be appreciated. > > > > : ===> Configuring for galeon-1.0.3 > : checking for perl... no > > Hmmmm... just to be sure... is perl actually in your PATH? Does > 'which perl' find it? > > -- fxn > yes, perl is in my path. i have had no problem 'make'ing most other ports that require perl. it seems that i'm having problems with any port that uses the new version of 'configure'. the old version works fine. i've even tried 'cut and pasting' the old perl detection code into the new configure, but i guess isn't not that easy because i get errors. btw, 'which perl' returns: /usr/bin/perl thanks, sumanth p. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:39:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id CC2F837B400 for ; Fri, 22 Feb 2002 16:39:10 -0800 (PST) Received: (qmail 30004 invoked by uid 100); 23 Feb 2002 00:39:03 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15478.58534.737707.902435@guru.mired.org> Date: Fri, 22 Feb 2002 18:39:02 -0600 To: "Lane Holcombe" Cc: questions@freebsd.org Subject: Re: Zoinks! #include In-Reply-To: <17336427@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Lane Holcombe types: > I'm trying to install a port (ksamba) but it keeps failing with > main.cpp:3: kiconloader.h: no such file or directory > but when I use: > locate kiconloader.h > i get: > /usr/local/include/kiconloader.h > > and then when I use: > file `locate kiconloader.h` > i get: > /usr/local/include/kiconloader.h: ASCII C Program Text > > So I tried: > make -I/usr/local/include all > and i get the same failure. > > How can I tell make to use /usr/local/include in it's include path > (without editting the source code?) Make doesn't include .h files, the c compiler does. Assuming the Makefile doesn't set CFLAGS - and it's not at all unusual for them to do so - you can do make CFLAGS=-I/usr/local/include and it should work. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:44:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (gemini.rz.uni-ulm.de [134.60.246.16]) by hub.freebsd.org (Postfix) with ESMTP id B733237B400 for ; Fri, 22 Feb 2002 16:44:32 -0800 (PST) Received: from lilith (lilith.wh-wurm.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.12.1/8.12.1) with SMTP id g1N0iPJd017455; Sat, 23 Feb 2002 01:44:26 +0100 (MET) Message-ID: <003801c1bc03$42926a20$4011a8c0@whwurm.uniulm.de> From: "Siegbert Baude" To: "mess-mate" Cc: References: <5YIFEB6Y4263UO2VUSKIMKWC8E9SR.3c744ca6@sparky> <20020221190429.96C665F779@postfix2-2.free.fr> <20020221191523.GW34174@richard.eu.org> <20020222002207.5ACEC1A0@postfix2-1.free.fr> Subject: Re: SB AWE64 versus ISDN Date: Sat, 23 Feb 2002 01:44:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.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 > yes I have an isdn card (gazel isa pnp) not yet configured and maybe > this one give me all this trouble. > At the boot the NAME (only) of this card is displayed = detected. > But not the settings of it. > > So the time is coming to configure this card........ :( > More, she is not in the hardware list of FBSD. For Linux no pb. > It's a passive, HDLC, DSS1, synchro,working on channel B only; the > other channel is reserved for tel/fax. > I'm actually reading isdn4bsd but some troubles standby, I'm sure. > So if anyone can help me to setup this card correctly, > THANKS TO HIM, HER, THEY ! I never tried to configure any ISDN-card. But to solve your problems with your AWE, I hope it would be sufficient to tell this card to listen on a specific IRQ an then tell your BIOS, this one is used. Does this gazel have a DOS-tool to switch it to a fixed IRQ (often called jumperless mode)? I very much prefer to arrange ISA-IRQs by hand, but failed for the AWE under FBSD. :-( HTH Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 16:47:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 8866F37B400 for ; Fri, 22 Feb 2002 16:47:53 -0800 (PST) Received: (qmail 30081 invoked by uid 100); 23 Feb 2002 00:47:52 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15478.59064.58879.336070@guru.mired.org> Date: Fri, 22 Feb 2002 18:47:52 -0600 To: Bsd Neophyte Cc: questions@freebsd.org Subject: Re: primary differences between BSD-based and System V rel 4 *nixes In-Reply-To: <20020223001042.60725.qmail@web20106.mail.yahoo.com> References: <15478.56566.343039.47710@guru.mired.org> <20020223001042.60725.qmail@web20106.mail.yahoo.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Bsd Neophyte types: > (...snip...) > > Want to tell us what parts of the system > > are significant to you, and what kind of system you were on before? > Honestly, I'm pretty new to unix in any form. I'm asking this question > because I'm taking an intro to Solaris class (SA-118) but I really started > tinkering with FreeBSD before any involvement with Solaris. > > Since, I'm receiving formal training on Solaris, I wanted to know the > differences that I'd need to be aware of so that I could flag these > differences and not confuse the two OS'es later on. ps comes to mind as the big difference. On Solaries, the "e" flag shows you all processes on the system; on BSD that flag shows you the processes environments. If you've got one of the two in muscle memory, you'll type the other one at the wrong system on a regular basis. The real thing to get from that class - and the help you get on the FreeBSD lists - is where to go for information. I.e, you type the standard ps "show me everything" command and get something completely unexpected, you need to know to do "man ps" to figure out what you really asked it to do. I already mentioned inittab. If they cover admin issues, you'll go over that. It doesn't exist in FreeBSD. Linux distroes may or may not have it. NetBSD has moved to a system that combines the best features of the System V initialization stuff with as little of the bad stuff as possible, and that's being tested for FreeBSD. Aren't moving targets wonderful things? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 17: 2:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id 3E18037B402; Fri, 22 Feb 2002 17:02:05 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Message-Id: <20020223010205.3E18037B402@hub.freebsd.org> Date: Fri, 22 Feb 2002 17:02:05 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-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 From owner-freebsd-questions Fri Feb 22 17: 3:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id A15F837B400; Fri, 22 Feb 2002 17:02:05 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", third edition: errata and addenda Message-Id: <20020223010205.A15F837B400@hub.freebsd.org> Date: Fri, 22 Feb 2002 17:02:05 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, third edition Last revision: 2 August 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the third edition, formatted on 17 May 1999. You'll find this information on page iv (the page before the beginning of the Table of Contents). See the end of this document for instructions on how to find the errata for an older version. You can get the current document in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ps. See page 302 of the third edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-3.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-3.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at Page ii _______ The instructions on page ii (opposite the title page) tell you to look at ftp://ftp.lemis.com/pub/cfbsd/errata-2 for the errata list. That's wrong. Look at this list. Pages 190 and 191 _________________ The description is not very clear about which text appears when booting from floppy for initial install, and which appears when booting normally. The procedure is very similar, but there are some differences. Add the following text after the heading Boot messages: You'll boot your system in at least two different ways: initially you'll boot from floppy or CD-ROM in order to install the system. Later, after the system is installed, you'll boot from hard disk. The procedure is almost identical, so we'll look at both versions in the following examples. Replace the text from the middle of page 191 with: If you're booting from 1.44 MB floppies, you will then see: Please insert MFS root floppy and press enter: When you insert the MFS root floppy and press Enter, you see more twirling batons, then the UserConfig screen appears. UserConfig: Modifying the boot configuration ____________________________________________ After the kernel has been loaded, the following screen will appear if you are installing the system, or if you have requested it with the -c option to the boot loader: Page 206 ________ The bottom two lines on this page should be in bold constant font, indicating that this is input for your /etc/rc.config file Page 2 Errata and addenda for the Complete FreeBSD, third edition nfs_client_enable="YES" # This host is an NFS client (or NO). nfs_server_enable="YES" # This host is an NFS server (or NO). Page 265 ________ The example on the second half of the page refers to the old SCSI driver. The scsi program is no longer available in FreeBSD 3.x. Instead, use the camcontrol program. Replace the text with:. Modern disks make provisions for recovering from such errors by allocating an alternate sector for the data. IDE drives do this automatically, but with SCSI drives you have the option of enabling or disabling reallocation. Usually it is turned on when you buy them, but occasionally it is not. When installing a new disk, you should check that the parameters ARRE (Auto Read Reallocation Enable) and AWRE (Auto Write Reallocation Enable) are turned on. For example, to check and set the values for disk da1, you would enter: # camcontrol modepage da1 -m 1 -e -P 3 # scsi -f /dev/rda1c -m 1 -e -P 3 This command will start up your favourite editor (either the one specified in the EDITOR environment variable, or vi by default) with the following data: AWRE (Auto Write Reallocation Enbld): 0 ARRE (Auto Read Reallocation Enbld): 1 TB (Transfer Block): 0 RC (Read Continuous): 0 EER (Enable Early Recovery): 0 PER (Post Error): 0 DTE (Disable Transfer on Error): 0 DCR (Disable Correction): 0 Read Retry Count: 16 Correction Span: 41 Head Offset Count: 0 Data Strobe Offset Count: 0 Write Retry Count: 16 Recovery Time Limit: 0 The values for AWRE and ARRE should both be 1. If they aren't, as in this case, where AWRE is 0, change the data with the editor, save it, and exit. The camcontrol program will write the data back to the disk and enable the option. Page 3 The Complete FreeBSD Page 331 ________ The description of the config refers to the SCSI drive sd0. This is the old name; in FreeBSD version 3, SCSI drives are called da, so this reference should be da0. Thanks to Francisco Reyes for pointing out this problem. Page 362 ________ Replace the text at the top of the page with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention, and to Francisco Reyes and Bill Fumerola for pointing out that it still wasn't fixed in the third edition. Page 409 ________ The information on setting the default routers specified the wrong end of the PPP links in some places. It should always be the ``far'' end of the link. Replace the second example on page 409, and the text following it, with this text: defaultrouter="139.130.136.129" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. This is the normal way to set the default route on a point-to-point interface. In fact, for PPP you don't need to specify the default address: the PPP packages will set it for you when the link comes up. This makes it possible to Page 4 Errata and addenda for the Complete FreeBSD, third edition set default routes when you're forced to use dynamic IP addresses, where you don't know the address at this point. We'll see how PPP does this on page 446. In the first example on page 410, the sixth example on page 412 and the second example on page 413, replace the defaultrouter definition with: defaultrouter="139.130.237.65" # Set to default gateway (or NO). Thanks to Andreas Longwitz for pointing out this error. Getting errata for older editions of the book _____________________________________________ There have been a total of five different versions of ``The Complete FreeBSD''. The most accurate way to distinguish them is by the format date, which you'll find at the bottom of page iv (the page before the beginning of the Table of Contents) in all versions of the book. 1. The first was titled ``Installing and running FreeBSD'', and was formatted on 24 February 1996. No errata list exists for this book. 2. For the first edition (19 July 1996), get ftp://ftp.lemis.com/pub/cfbsd/er- rata-1. This same file is also available via the web link http://www.lemis.com/errata-1. I am no longer updating this errata list. 3. The list for the second edition (16 December 1997) is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the second edition to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only Page 5 Getting errata for older editions of the book take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. 4. The revised second edition was formatted on 11 February 1999. As the name suggests, it's not a complete new edition: in fact, only three chapters are different: o The chapter ``Setting up X11'' has been brought up to date. o Appendix D (``Contents of the Ports Collection'') has been replaced by two appendixes, ``Errata and Addenda'' (the errata list up to date at the time) and ``FreeBSD 3.0'', which describes the differences between FreeBSD 2.x and FreeBSD 3.x. There is no separate errata list for this book. Refer to the second edition errata list. 5. The current, third edition, formatted on 17 May 1999. This is the correct list for this edition. Page 6 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 17: 3:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 645) id A2DFC37B404; Fri, 22 Feb 2002 17:02:05 -0800 (PST) To: FreeBSD-questions@FreeBSD.org Subject: "The Complete FreeBSD", second edition: errata and addenda Message-Id: <20020223010205.A2DFC37B404@hub.freebsd.org> Date: Fri, 22 Feb 2002 17:02:05 -0800 (PST) From: grog@FreeBSD.ORG (Greg Lehey) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, ``The Complete FreeBSD'', published by Walnut Creek, is no exception. In- evitably, a number of bugs and changes have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the second edition, formatted on 16 December 1997. If you have this book, please check this list. If you have the first edition of 19 July 1996, please check ftp://ftp.lemis.com/pub/cfbsd/errata-1. This same file is also available via the web link http://www.lemis.com/. This list is available in four forms: o A PostScript version, suitable for printing out, at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ps. See page 222 of the book to find out how to print out PostScript. If at all possible, please take this document: it's closest to the original text. Be careful selecting this file with a web browser: it is often impossible to reload the document, and you may see a previously cached version. o An enhanced ASCII version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.txt. When viewed with more or less, this version will show some highlighting and underlining. It's not suitable for direct viewing. o An ASCII-only version at ftp://ftp.lemis.com/pub/cfbsd/errata-2.ascii. This version is posted every week to the FreeBSD-questions mailing list. Only take this version if you have real problems with PostScript: I can't be sure that the lack of different fonts won't confuse the meaning. o A web version at http://www.lemis.com/errata-2.html. All these modifications have been applied to the ongoing source text of the book, so if you buy a later edition, they will be in it as well. If you find a Page 1 The Complete FreeBSD bug or a suspected bug in the book, please contact me at General changes _______________ o In a number of places, I suggest the use of the following command to find process information: $ ps aux | grep foo Unfortunately, ps is sensitive to the column width of the terminal emulator upon which it is working. This command usually works fine on a relatively wide xterm, but if you're running on an 80-column terminal, it may truncate exactly the information you're looking for, so you end up with no output. You can fix that with the w option: $ ps waux | grep foo Thanks to Sue Blake for this information Location of the sample files ____________________________ On the 2.2.5 CD-ROM only, the location of the sample files does not match the specifications in the book (/book on the first CD-ROM). The 2.2.5 CD-ROM came out before the book, and it contains the files on the third (repository) CD-ROM as a single gzipped tar file /xperimnt/cfbsd/cfbsd.tar.gz. It contains the following files: drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/ drwxr-xr-x jkh/jkh 0 Oct 17 13:01 1997 cfbsd/mutt/ -rw-r--r-- jkh/jkh 352 Oct 15 15:21 1997 cfbsd/mutt/.mail_aliases -rw-r--r-- jkh/jkh 9394 Oct 15 15:22 1997 cfbsd/mutt/.muttrc drwxr-xr-x jkh/jkh 0 Oct 17 14:02 1997 cfbsd/scripts/ -rw-r--r-- jkh/jkh 18281 Oct 16 16:52 1997 cfbsd/scripts/.fvwm2rc -rwxr-xr-x jkh/jkh 1392 Oct 17 12:54 1997 cfbsd/scripts/install-desktop -rw-r--r-- jkh/jkh 296 Oct 17 12:35 1997 cfbsd/scripts/.xinitrc -rwxr-xr-x jkh/jkh 622 Oct 17 13:51 1997 cfbsd/scripts/install-rcfiles -rw-r--r-- jkh/jkh 1133 Oct 17 13:00 1997 cfbsd/scripts/Uutry -rw-r--r-- jkh/jkh 1028 Oct 17 14:02 1997 cfbsd/scripts/README drwxr-xr-x jkh/jkh 0 Oct 18 19:32 1997 cfbsd/docs/ -rw-r--r-- jkh/jkh 199111 Oct 16 14:29 1997 cfbsd/docs/packages.txt Page 2 Errata and addenda for the Complete FreeBSD, second edition -rw-r--r-- jkh/jkh 189333 Oct 16 14:28 1997 cfbsd/docs/packages-by-category.txt -rw-r--r-- jkh/jkh 188108 Oct 16 14:29 1997 cfbsd/docs/packages.ps -rw-r--r-- jkh/jkh 226439 Oct 16 14:27 1997 cfbsd/docs/packages-by-category.ps -rw-r--r-- jkh/jkh 788 Oct 16 15:01 1997 cfbsd/README -rw-r--r-- jkh/jkh 248 Oct 17 11:52 1997 cfbsd/errata To extract one of these files, say cfbsd/docs/packages.txt, and assuming you have the CD-ROM mounted as /cdrom, enter: # cd /usr/share/doc # tar xvzf /cdrom/xperimnt/cfbsd/cfbsd.tar.gz cfbsd/docs/packages.txt See page 209 for more information on using tar. These files are an early version of what is described in the book. I'll put up some updated versions on ftp://ftp.lemis.com/ in the near future. Thanks to Frank McCormick for drawing this to my attention. Chapter 8: Setting up X11 _________________________ For FreeBSD 2.2.7, this chapter has changed sufficiently to make it impractical to distribute errata. You can download the PostScript version from ftp://www.lemis.com/pub/cfbsd/xsetup.ps, or the ASCII version from ftp://www.lemis.com/pub/cfbsd/xsetup.txt. No HTML version is available. Page xxxiv __________ Before the discussion of the shell prompts in the middle of the page, add: In this book, I recommend the use of the Bourne shell or one of its descendents (sh, bash, pdksh, ksh or zsh). With the exception of sh, they are all in the Ports Collection. I personally use the bash shell. This is a personal preference, and a recommendation, but it's not the standard shell. The standard BSD shell is the C shell (csh), which has a fuller- featured descendent tcsh. In particular, the standard installation sets the root user up with a csh. See page 152 (in this errata) for details of how to change the shell. Page 3 General changes Page 11: Reading the handbook _____________________________ The CD-ROM now includes Netscape. Replace the last paragraph on the page and the example on the following page with: If you're running X, you can use a browser like netscape to read the handbook. If you don't have X running yet, use lynx. Both of these programs are included on the CD-ROM. To install them, enter: # pkg_add /cdrom/packages/All/netscape-communicator-4.5.tgz or # pkg_add /cdrom/packages/All/lynx-2.8.1.1.tgz The numbers after the name (4.5 and 2.8.1.1) may change after this book has been printed. Use ls to list the names if you can't find these particular versions. Note that lynx is not a complete substitute for netscape: since it is text- only, it is not capable of displaying the large majority of web pages correctly. It will suffice for reading most of the handbook, however. Thanks to Stuart Henderson and for drawing this to my attention. Page 12: Printing the handbook ______________________________ The instructions for formatting the handbook are obsolete. Replace the section starting Alternatively, you can print out the handbook with the following text: Alternatively, you can print out the handbook. You need to have the documentation sources (/usr/doc) installed on your system. You can find them on the second CD-ROM in the directory of the same name. To install them, first mount your CD-ROM (see page 175). Then enter: $ cd /cdrom/usr/doc/handbook $ mkdir -p /usr/doc/handbook you may need to be root for this operation $ cp -pr * /usr/doc/handbook You have a choice of formats for the output: o ascii will give you plain 7-bit ASCII output, suitable for reading on a character-mode terminal. Page 4 Errata and addenda for the Complete FreeBSD, second edition o html will give you HTML output, suitable for browsing with a web browser. o latex will give you LATEX format, suitable for further processing with TEX and LATEX. o ps will give you PostScript output, probably the best choice for printing. o roff will give you output in troff source. You can process this output with nroff or troff, but it's currently not very polished. LATEX output is a better choice if you want to process it further. Once you have decided your format, use make to create the document. For example, if you decide on PostScript format, you would enter: $ make FORMATS=ps This creates a file handbook.ps which you can then print to a PostScript printer or with the aid of ghostscript (see page 222). Thanks to Bob Beer for drawing this to my attention. Page 45: Preparing floppies for installation _____________________________________________ Replace the paragraph below the list of file names (in the middle of the page) with: The floppy set should contain the file bin.inf and the ones whose names start with bin. followed by two letters. These other files are all 240640 bytes long, except for the final one which is usually shorter. Use the MS-DOS COPY program to copy as many files as will fit onto each disk (5 or 6) until you've got all the distributions you want packed up in this fashion. Copy each distribution into subdirectory corresponding to the base name--for example, copy the bin distribution to the files A:\BIN\BIN.INF, A:\BIN\BIN.AA and so on. Page 80 and 81 ______________ In a couple of examples, the FreeBSD partition is shown as type 164. It should be 165. Thanks to an unknown contributer for this correction (sorry, I lost your name). Page 5 General changes Page 88: setting up for dumping _______________________________ The example mentions a variable savecore in /etc/rc.conf. This variable is no longer used--it's enough to set the variable dumpdev. Page 92 _______ At the end of the section How to install a package add the text: Alternatively, you can install packages from the /stand/sysinstall Final Configuration Menu. We saw this menu on page in figure 4-14 on page 71. When you start sysinstall from the command line, you get to this menu by selecting Index, and then selecting Configure. Page 93 _______ Before the heading Install ports from the first CD-ROM add: Install ports when installing the system ________________________________________ The file ports/ports.tgz on the first CD-ROM is a tar archive containing all the ports. You can install it with the base system if you select the Custom distribution and include the ports collection. If you didn't install them at the time, use the following method to install them all (about 40 MB). Make sure your CD-ROM is mounted (in this example on /cdrom), and enter: Page 96 _______ Replace the example at the top of the page with: Instead, do: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # for i in *; do > ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i > done Page 6 Errata and addenda for the Complete FreeBSD, second edition If you're using csh or tcsh, enter: # cd /cd4/ports/distfiles # mkdir -p /usr/ports/distfiles make sure you have a distfiles directory # foreach i (*) ? ln -s /cd4/ports/distfiles/$i /usr/ports/distfiles/$i ? end Thanks to Christopher Raven and Francois Jacques for drawing this to my attention. Page 104 ________ The examples at the bottom of the page and the top of the next page specify the wrong directory (/usr). It should be /usr/X11R6. Replace the examples with: For a full install, choose /cdrom/dists/XF86331/X331*.tgz. If you are using sh, enter: # cd /usr/X11R6 # for i in /cdrom/dists/XF86331/X331*.tgz; do # tar xzf $i # done If you are using csh, enter: % cd /usr/X11R6 % foreach i (/cdrom/dists/XF86331/X331*.tgz) % tar xzf $i % end For a minimal installation, first choose a server archive corresponding to your VGA board. If table 8-2 on page 103 doesn't give you enough information, check the server man pages, starting on page 1545, which list the VGA chip sets supported by each server. For example, if you have an ET4000 based board you will use the XF86_SVGA server. In this case you would enter: # cd /usr/X11R6 # tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here # for i in bin fnts lib xicf; do # tar xzf /cdrom/dists/XF86331/X331$i.tgz # done Page 7 Install ports when installing the system If you are using csh, enter: % cd /usr/X11R6 % tar xzf /cdrom/dists/XF86331/X331SVGA.tgz substitute your server name here % foreach i (bin fnts lib xicf) % tar xzf /cdrom/dists/XF86331/$i % end Thanks to Manuel Enrique Garcia Cuesta for pointing out this one. Page 128 ________ Replace the complete text below the example with the following: These values are defaults, and many are either incorrect for FreeBSD (for example the device name /dev/com1) or do not apply at all (for example Xqueue). If you are configuring manually, select one Protocol and one Device entry from the following selection. If you must use a two-button mouse, uncomment the keyword Emulate3Buttons--in this mode, pressing both mouse buttons simultane- ously within Emulate3Timeout milliseconds causes the server to report a middle button press. Section "Pointer" Protocol "Microsoft" for Microsoft protocol mice Protocol "MouseMan" for Logitech mice Protocol "PS/2" for a PS/2 mouse Protocol "Busmouse" for a bus mouse Device "/dev/ttyd0" for a mouse on the first serial port Device "/dev/ttyd1" for a mouse on the second serial port Device "/dev/ttyd2" for a mouse on the third serial port Device "/dev/ttyd3" for a mouse on the fourth serial port Device "/dev/psm0" for a PS/2 mouse Device "/dev/mse0" for a bus mouse Emulate3Buttons only for a two-button mouse EndSection You'll notice that the protocol name does not always match the manufacturer's Page 8 Errata and addenda for the Complete FreeBSD, second edition name. In particular, the Logitech protocol only applies to older Logitech mice. The newer ones use either the MouseMan or Microsoft protocols. Nearly all modern serial mice run one of these two protocols, and most run both. If you are using a bus mouse or a PS/2 mouse, make sure that the device driver is included in the kernel. The GENERIC kernel contains drivers for both mice, but the PS/2 driver is disabled. Use UserConfig (see page 50) to enable it. Page 140 ________ Just before the paragraph The super user add the following paragraph: If you do manage to lose the root password, all may not be lost. Reboot the machine to single user mode (see page 157), and enter: # mount -u / mount root file system read/write # mount /usr mount /usr file system (if separate) # passwd root change the password for root Enter new password: Enter password again: # ^D enter ctrl-D to continue with startup If you have a separate /usr file system (the normal case), you need to mount it as well, since the passwd program is in the directory /usr/bin. Note that you should explicitly state the name root: in single user mode, the system doesn't have the concept of user IDs. Page 148 ________ Replace the text at the top of the page with: Modern shells supply command line editing which resembles the editors vi or Emacs. In bash, sh, ksh, and zsh you can make the choice by entering Page 152 ________ After figure 10-8, add the following text: It would be tedious for every user to put settings in their private initialization files, so the shells also read a system-wide default file. For the Bourne shell family, it is /etc/profile, while the C shell family has three Page 9 Install ports when installing the system files: /etc/csh.login to be executed on login, /etc/csh.cshrc to be executed when a new shell is started after you log in, and /etc/csh.logout to be executed when you stop a shell. The start files are executed before the corresponding individual files. In addition, login classes (page 141) offer another method of setting environment variables at a global level. Changing your shell ___________________ The FreeBSD installation gives root a C shell, csh. This is the traditional Berkeley shell, but it has a number of disadvantages: command line editing is very primitive, and the script language is significantly different from that of the Bourne shell, which is the de facto standard for shell scripts: if you stay with the C shell, you may still need to understand the Bourne shell. The latest version of the Bourne shell sh also includes some command line editing. See page 148 for details of how to enable it. You can get better command line editing with tcsh, in the Ports Collection. You can get both better command line editing and Bourne shell syntax with bash, also in the Ports Collection. If you have root access, you can use vipw to change your shell, but there's a more general way: use chsh (Change Shell). Simply run the program. It starts your favourite editor (as defined by the EDITOR environment variable). Here's an example before: #Changing user database information for velte. Shell: /bin/csh Full Name: Jack Velte Location: Office Phone: Home Phone: You can change anything after the colons. For example, you might change this to: #Changing user database information for velte. Shell: /usr/local/bin/bash Full Name: Jack Velte Location: On the road Office Phone: +1-408-555-1999 Home Phone: Page 10 Errata and addenda for the Complete FreeBSD, second edition chsh checks and updates the password files when you save the modifications and exit the editor. The next time you log in, you get the new shell. chsh tries to ensure you don't make any mistakes--for example, it won't let you enter the name of a shell which isn't mentioned in the file /etc/shells--but it's a very good idea to check the shell before logging out. You can try this with su, which you normally use to become super user: bumble# su velte Password: su-2.00$ note the new prompt There are a couple of problems in using tcsh or bash as a root shell: o The shell for root must be on the root file system, otherwise it will not work in single user mode. Unfortunately, most ports of shells put the shell in the directory /usr/local/bin, which is almost never on the root file system. o Most shells are dynamically linked: they rely on library routines in files such as /usr/lib/libc.a. These files are not available in single user mode, so the shells won't work. You can solve this problem by creating statically linked versions of the shell, but this requires programming experience beyond the scope of this book. If you can get hold of a statically linked version, perform the following steps to install it: o Copy the shell to /bin, for example: # cp /usr/local/bin/bash /bin o Add the name of the shell to /etc/shells, in this example the line in bold print: # List of acceptable shells for chpass(1). # Ftpd will not allow users to connect who are not using # one of these shells. /bin/sh /bin/csh /bin/bash You can then change the shell for root as described above. Page 11 Install ports when installing the system Thanks to Lars Koller for drawing this to my attention. Page 160 ________ Replace the text at the fourth bullet with the augmented text: The second-level boot locates the kernel, by default the file /kernel on the root file system, and loads it into memory. It prints the Boot: prompt at this point so that you can influence this choice--see the man page on page 579 for more details of what you can enter at this prompt. Page 169 ________ Replace the last paragraph on the page with: The standard solution for these problems is to relocate the /tmp file system to a different directory, say /usr/tmp, and create a symbolic link from /usr/tmp to /tmp--see Chapter 4, Installing FreeBSD, page 72, for more details. Thanks to Charlie Sorsby for drawing this to my attention. Page 176 ________ Add the following paragraph Unmounting file systems When you mount a file system, the system assumes it is going to stay there, and in the interests of efficiency it delays writing data back to the file system. This is the same effect we discussed on page 158. As a result, if you want to stop using a file system, you need to tell the system about it. You do this with the umount command. Note the spelling--there's no n in the command name. You need to do this even with read-only media such as CD-ROMs: the system assumes it can access the data from a mounted file system, and it gets quite unhappy if it can't. Where possible, it locks removable media so that you can't remove them from the device until you unmount them. Using umount is straightforward: just tell it what to unmount, either the device name or the directory name. For example, to unmount the CD-ROM we Page 12 Errata and addenda for the Complete FreeBSD, second edition mounted in the example above, you could enter one of these commands: # umount /dev/cd1a # umount /cd1 Before unmounting a file system, umount checks that nobody is using it. If somebody is using it, it will refuse to unmount it with a message like umount: /cd1: Device busy. This message often occurs because you have changed your directory to a directory on the file system you want to remove. For example (which also shows the usefulness of having directory names in the prompt): === root@freebie (/dev/ttyp2) /cd1 16 -> umount /cd1 umount: /cd1: Device busy === root@freebie (/dev/ttyp2) /cd1 17 -> cd === root@freebie (/dev/ttyp2) ~ 18 -> umount /cd1 === root@freebie (/dev/ttyp2) ~ 19 -> Thanks to Ken Deboy for pointing out this omission. Page 180 ________ The example in the middle of the page should read: For example, to generate a second set of 32 pseudo-terminals, enter: # cd /dev # ./MAKEDEV pty1 You can generate up to 256 pseudo-terminals. They are named ttyp0 through ttypv, ttyq0 through ttyqv, ttyr0 through ttyrv, ttys0 through ttysv, ttyP0 through ttyPv, ttyQ0 through ttyQv, ttyR0 through ttyRv and ttyS0 through ttySv. To create each set of 32 terminals, use the number of the set: the first set is pty0, and the eighth set is pty7. Note that some processes, such as xterm, only look at ttyp0 through ttysv. Thanks to Karl Wagner for pointing out this error. Page 197, first line ____________________ The text of the first full sentence reads: Page 13 Install ports when installing the system The first name, up the the symbol, is the label. In fact, it should read: The first name, up to the | symbol, is the label. Page 208, middle of page ________________________ The example shows the file name /dev/rst0 when using the Bourne shell, and /dev/nrst0 when using C shell and friends. This is inconsistent; use /dev/nrst0 with any shell if you want a non-rewinding tape, or /dev/rst0 if you want a rewinding tape. Thanks to Norman C Rice for pointing out this one. Page 219 ________ Before the section Testing the spooler add the following section: As we saw above, the line printer daemon lpd is responsible for printing spooled jobs. By default it isn't started at boot time. If you're root, you can start it by name: # lpd Normally, however, you will want it to be started automatically when the system starts up. You do this by setting the variable lpd_enable in /etc/rc.conf: lpd_enable="YES" # Run the line printer daemon See page for more details of /etc/rc.conf. Another line in /etc/rc.conf refers to the line printer daemon: lpd_flags="" # Flags to lpd (if enabled). You don't normally need to change this line. See the man page for lpd for details of the flags. Thanks to Tommy G. James for bringing this to my attention. Page 14 Errata and addenda for the Complete FreeBSD, second edition Page 231 ________ Replace the first line of the example with: xhost presto bumble gw The original version allowed anybody on the Internet to access your system. Thanks to Jerry Dunham for drawing this one to my attention. Page 237 ________ In the section Installing the sample desktop, replace the first paragraph with: You'll find all the files described in this chapter on the first CD-ROM (Installation CD-ROM) in the directory /book. Remember that you must mount the CD-ROM before you can access the files--see page 175 for further details. The individual scripts are in the directory /book/scripts, but you'll probably find it easier to install them with the script install-desktop: Thanks to Chris Kaiser for drawing this to my attention. Page 242 ________ The instructions for extracting the source files from CD-ROM in the middle of page 242 are incorrect. You'll find the kernel sources on the first CD-ROM in the directory /src. Replace the example with: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/src/ssys.[a-d]* | tar xzvf - Thanks to Raymond Noel , Suttipan Limanond and Satwant for finding this one in several small slices. Page 15 Install ports when installing the system Page 257 ________ Replace the paragraph Berkeley Packet Filter with: pseudo-device bpfilter ______________________ The Berkeley Packet Filter (bpf) allows you to capture packets crossing a network interface to disk or to examine them with the tcpdump program. Note that this capability represents a significant compromise of network security. The number after bpfilter is the number of concurrent processes that can use the facility. Not all network interfaces support bpf. In order to use the Berkeley Packet Filter, you must also create the device nodes /dev/bpf0 to /dev/bpf3 (if you're using the default number 4). Current- ly, MAKEDEV doesn't help much--you need to create each device separately: # cd /dev # ./MAKEDEV bpf0 # ./MAKEDEV bpf1 # ./MAKEDEV bpf2 # ./MAKEDEV bpf3 Thanks to Christopher Raven for drawing this to my attention. Page 264 ________ In the list of disk driver flags, add: o Bit 12 (0x1000) enables LBA (logical block addressing mode). If this bit is not set, the driver accesses the disk in CHS (cylinder/head/sector) mode. o In CHS mode, if bits 11 to 8 are not equal to 0, they specify the number of heads to assume (between 1 and 15). The driver recalculates the number of cylinders to make up the total size of the disk. Page 16 Errata and addenda for the Complete FreeBSD, second edition Page 273, ``Building the kernel'' _________________________________ Replace the example with: Next, change to the build directory and build the kernel: # cd ../../compile/FREEBIE # make depend # make The make depend is needed even if the directory has just been created: apart from creating dependency information, it also creates some files needed for the build. Thanks to Mark Ovens for drawing this to my attention. Page 283, ``Creating the source tree'' ______________________________________ Add a third point to what you need to know: 3. Possibly, the date of the last update that you want to be included in the checkout. If you specify this date, cvs ignores any more recent updates. This option is often useful when somebody discovers a recently introduced bug in -CURRENT: you check out the modules as they were before the bug was introduced. You specify the date with the -D option, for example -D "10 December 1997". Page 285, after the second example. ___________________________________ Add the text: If you need to check out an older version, for example if there are problems with the most recent version of -CURRENT, you could enter: # cvs co -D "10 December 1997" src/sys This command checks out the kernel sources as of 10 December 1997. Page 17 Install ports when installing the system Page 294 ________ Add the following section: Problems executing Linux binaries _________________________________ One of the problems with the ELF format used by more recent Linux binaries is that they usually contain no information to identify them as Linux binaries. They might equally well be BSD/OS or UnixWare binaries. That's not really a problem at this point, since the only ELF format that FreeBSD 3.2 understands is Linux, but FreeBSD-CURRENT recognizes a native FreeBSD ELF format as well, and of course that's the default. If you want to run a Linux ELF binary on such a system, you must brand the executable using the program brandelf. For example, to brand the StarOffice program swriter3, you would enter: # brandelf -t linux /usr/local/StarOffice-3.1/linux-x86/bin/swriter3 Thanks to Dan Busarow for bringing this to my attention. Page 364, middle of page ________________________ Change the text from: The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though they may be in lower case. to The names MYADDR and HISADDR are keywords which represent the addresses at each end of the link. They must be written as shown, though newer versions of ppp allow you to write them in lower case. Thanks to Mark S. Reichman for this correction. Page 368 ________ Replace the paragraph after the second example with: In FreeBSD version 3.0 and later, specify the options PPP_BSDCOMP and Page 18 Errata and addenda for the Complete FreeBSD, second edition PPP_DEFLATE to enable two kinds of compression. You'll also need to specify the corresponding option in Kernel PPP's configuration file. These options are not available in FreeBSD version 2. Thanks to Brian Somers for this information. Page 397 ________ In the section ``Nicknames'', the example should read: www IN CNAME freebie ftp IN CNAME presto In other words, there should be a space between CNAME and the system name. Page 422 ________ Replace the text above the example with: tcpdump is a program which monitors a network interface and displays selected information which passes through it. It uses the Berkeley Packet Filter (bpf), an optional component of the kernel. It is not included in the GENERIC kernel: see page 257 for information on how to configure it. If you don't configure the Berkeley Packet Filter, you will get a message like tcpdump: /dev/bpf0: device not configured If you forget to create the devices for bpf, you will get a message like: tcpdump: /dev/bpf0: No such file or directory Since tcpdump poses a potential security problem, you must be root in order to run it. The simplest way to run it is without any parameters. This will cause tcpdump to monitor and display all traffic on the first active network interface, normally Ethernet: Thanks to Christopher Raven for drawing this to my attention. Page 19 Install ports when installing the system Page 423 ________ The description at the top of the page incorrectly uses the term IP address instead of Ethernet address. In addition, a page number reference is incorrect. Replace the paragraph with: o Line 1 shows an ARP request: system presto is looking for the Ethernet address of wait. It would appear that wait is currently not responding, since there is no reply. o Line 2 is not an IP message at all. tcpdump shows the Ethernet addresses and the beginning of the packet. We don't consider this kind of request in this book. o Line 3 is a broadcast ntp message. We looked at ntp on page 160. o Line 4 is another attempt by presto to find the IP address of wait. o Line 5 is a broadcast message from bumble on the rwho port, giving information about its current load averages and how long it has been up. See the man page for rwho on page 1167 for more information. o Line 6 is from a TCP connection between port 6000 on freebie and port 1089 on presto. It is sending 384 bytes (with the sequence numbers 536925467 to 536925851; see page 305), and is acknowledging that the last byte it received from presto had the sequence number 325114346. The window size is 17280. o Line 7 is another ARP request. presto is looking for the Ethernet address of freebie. How can that happen? We've just seen that they have a TCP connection. In fact, ARP information expires after 20 minutes. It's quite possible that all connections between presto and freebie have been dormant for this period, so presto needs to find freebie's IP address again. o Line 8 is the ARP reply from freebie to presto giving its Ethernet address. o Line 9 shows a reply from presto on the connection to freebie that we saw on line 6. It acknowledges the data up to sequence number 536925851, but doesn't send any itself. o Line 10 shows another 448 bytes of data from freebie to presto, and acknowledging the same sequence number from presto as in line 6. Thanks to Sergei S. Laskavy for drawing this to my Page 20 Errata and addenda for the Complete FreeBSD, second edition attention. Page 450: anonymous ftp _______________________ Replace the paragraph starting with Create a user ftp: Create a user ftp, with the anonymous ftp directory as the home directory and the shell /dev/null. Using /dev/null as the shell makes it impossible to log in as user ftp, but does not interfere with the use of anonymous ftp. ftp can be a member of group bin, or you can create a new group ftp by adding the group to /etc/group. See page 138 for more details of adding users, and the man page on page 805 for adding groups. Thanks to Mark S. Reichman for drawing this to my attention. Page 466, before the ps example _______________________________ Add another bullet: o Finally, you may find it convenient to let some other system handle all your mail delivery for you: you just send anything you can't deliver locally to this other host, which sendmail calls a smart host. This is particularly convenient if you send your mail with UUCP. To tell sendmail to use a smart host (in our case, mail.example.net), find the following line in sendmail.cf: # "Smart" relay host (may be null) DS Change it to: # "Smart" relay host (may be null) DSmail.example.net Page 478, ``Running Apache'' ____________________________ The text describes the location of the server as /usr/local/www/server/httpd. This appears to depend on where you get the port from. Some people report the file being at the more likely location /usr/local/sbin/httpd (though note the Page 21 Install ports when installing the system directory sbin, not bin). Check both locations if you run into trouble. Thanks to Sue Blake for this information. Page 492 ________ Replace references to nmdb with nmbd. Page 493 ________ Replace the last paragraph on the page with: socket options is hardly mentioned in the documentation, but it's very important: many Microsoft implementations of TCP/IP are inefficient and establish a new TCP more often than necessary. Select the socket options TCP_NODELAY and IPTOS_LOWDELAY, which can speed up the response time of such applications by over 95%. Page 22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 17:43:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix.ultradns.net (postfix.ultradns.net [204.74.100.40]) by hub.freebsd.org (Postfix) with ESMTP id BA38D37B41D for ; Fri, 22 Feb 2002 17:43:40 -0800 (PST) Received: from localhost (localhost.ultradns.net [127.0.0.1]) by postfix.ultradns.net (Postfix) with ESMTP id 0D92C22FFA; Fri, 22 Feb 2002 17:45:24 -0800 (PST) Received: from ultra-exchange.UltraDNS.com (nat-external.ultradns.net [204.74.100.10]) by postfix.ultradns.net (Postfix) with ESMTP id 7935E22F91; Fri, 22 Feb 2002 17:45:21 -0800 (PST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Fri, 22 Feb 2002 17:43:37 -0800 Message-ID: <3DBB075EEB95944492E127F2B9A96FAF0CE11E@ultra-exchange.UltraDNS.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Index: AcG7+74szsTm5aB0R5KrETfxfvptAQADozfA From: "Patrick Soltani" To: "Farhat, Aiman Ahmed - FARAA002" , 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 take a look at this for a program that does it for you. You have to = build it though. http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/priva= te/man/cdr_readme.html Take a look at this for downloading the ISO image. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.htm= l If you have a burning cdrom machine that is operational, you need to = download the ISO image of the FreeBSD first; the second link. Then go to your burning program and tell it to burn the IMAGE onto the = cd. The program know how to read the image and lay it out on the cd so = that you can boot from it. That's it. Regards, Patrick Soltani. -----Original Message----- From: Farhat, Aiman Ahmed - FARAA002 [mailto:FARAA002@students.unisa.edu.au] Sent: Friday, February 22, 2002 3:51 PM To: 'freebsd-questions@FreeBSD.org' Subject:=20 Hi=20 Please can you tell me how can i burn the freebsd release 4.5 on cd = rom,i want to download the freebsd into the cd is there is easy way to put all files into my cd rom, please help me. best regards aiman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 17:52: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gull.prod.itd.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by hub.freebsd.org (Postfix) with ESMTP id A6B2237B404 for ; Fri, 22 Feb 2002 17:51:58 -0800 (PST) Received: from user-119a2km.biz.mindspring.com ([66.149.10.150] helo=sylvester.dsj.net) by gull.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 16eRLt-0005DK-00 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 17:51:53 -0800 Received: (from dsj@localhost) by sylvester.dsj.net (8.9.3/8.9.3/Debian 8.9.3-21) id UAA23278 for freebsd-questions@freebsd.org; Fri, 22 Feb 2002 20:51:51 -0500 Date: Fri, 22 Feb 2002 20:51:51 -0500 From: "David S. Jackson" To: freebsd-questions@freebsd.org Subject: VIM and .vimrc Message-ID: <20020222205151.A23269@sylvester.dsj.net> Reply-To: "David S. Jackson" 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 Hi, I'm still looking for the answer to this in :help and on vim.org, but no joy so far. I want to dynamically set the term for vim in my .vimrc: I want vim to detect whether it's being run in an xterm (or the like) or in a tty. The logic would be something like: if "this is an xterm " set term=xterm-color else set term=builtin_pcansi fi How can I say this in my .vimrc? -- David S. Jackson dsj@dsj.net =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= There comes a time in the affairs of a man when he has to take the bull by the tail and face the situation. -- W.C. Fields To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 18: 3:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id E7BA537B402 for ; Fri, 22 Feb 2002 18:03:52 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g1N23fi33807; Fri, 22 Feb 2002 20:03:41 -0600 (CST) (envelope-from nick@rogness.net) Date: Fri, 22 Feb 2002 20:03:41 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Sumanth Peddamatham Cc: "F. Xavier Noria" , freebsd-questions@FreeBSD.ORG Subject: Re: perl not found. trouble installing galeon/xml-i18n-tools In-Reply-To: <20020222193325.A28422@bunny.dislocatedbrain.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 Fri, 22 Feb 2002, Sumanth Peddamatham wrote: > On 2002.02.22 19:20 F. Xavier Noria wrote: > > On Fri, 22 Feb 2002 17:59:10 -0500 > > Sumanth Peddamatham wrote: > > > > : i'm having trouble compiling the galeon port. the 'make install' > > fails > > : on the perl check. it's strange because i have xml-i18n-tools > > : installed, but i think the port uses its own version or something. > > any > > : help would be appreciated. > > > > > > > > : ===> Configuring for galeon-1.0.3 > > : checking for perl... no > > > > Hmmmm... just to be sure... is perl actually in your PATH? Does > > 'which perl' find it? > > > > -- fxn > > > > > yes, perl is in my path. i have had no problem 'make'ing most other > ports that require perl. it seems that i'm having problems with any > port that uses the new version of 'configure'. the old version works > fine. i've even tried 'cut and pasting' the old perl detection code > into the new configure, but i guess isn't not that easy because i get > errors. > > btw, 'which perl' returns: /usr/bin/perl > It may need a newer version of perl? The one shipped with fBSD is pretty old. Also, check and see what the configure script is checking for...it may be looking for /usr/local/bin/perl or similar. Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 18:55:31 2002 Delivered-To: freebsd-questions@freebsd.org Received: from idealso.com (idealso.com [216.122.250.84]) by hub.freebsd.org (Postfix) with ESMTP id 2304C37B405; Fri, 22 Feb 2002 18:55:28 -0800 (PST) Received: from att (12-245-208-165.client.attbi.com [12.245.208.165]) by idealso.com (8.11.0/8.11.0) with SMTP id g1N2tMD20416; Fri, 22 Feb 2002 21:55:27 -0500 (EST) (envelope-from jeff@idealso.com) Reply-To: From: "Jeff Lawton" To: , Subject: siocsifmedia error w/bge driver Date: Fri, 22 Feb 2002 21:58:59 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal 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 am attempting to install a 3com 996b-t on a 4.5 i386 machine and I receive “siocsifmedia Device Not Configured” when I attempt to for it into 1000basetx mode with the following command: Ifconfig bge0 media 1000baseTX Any help with this is greatly appreciated. Jeff Lawton Ideal Solution, LLC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 18:58:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bunny.dislocatedbrain.com (hill-d-193.resnet.purdue.edu [128.211.207.193]) by hub.freebsd.org (Postfix) with ESMTP id C3D6137B404 for ; Fri, 22 Feb 2002 18:58:28 -0800 (PST) Received: from bunny.dislocatedbrain.com (localhost [127.0.0.1]) by bunny.dislocatedbrain.com (Postfix) with ESMTP id 9CB353D3; Fri, 22 Feb 2002 21:58:27 -0500 (EST) Date: Fri, 22 Feb 2002 21:58:27 -0500 From: Sumanth Peddamatham To: Nick Rogness Cc: Sumanth Peddamatham , "F. Xavier Noria" , freebsd-questions@FreeBSD.ORG Subject: Re: perl not found. trouble installing galeon/xml-i18n-tools Message-ID: <20020222215827.A28983@bunny.dislocatedbrain.com> References: <20020222193325.A28422@bunny.dislocatedbrain.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit In-Reply-To: ; from nick@rogness.net on Fri, Feb 22, 2002 at 21:03:41 -0500 X-Mailer: Balsa 1.3.1 Lines: 20 Sender: owner-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 may need a newer version of perl? The one shipped with > fBSD is > pretty old. > > Also, check and see what the configure script is checking > for...it > may be looking for /usr/local/bin/perl or similar. > > > Nick Rogness > - Don't mind me...I'm just sniffing your packets > > lol. nick, i really wish i could read the configure file but its completely obfuscated to me. i know a little shell scripting, but not to the extent that deciphering it requires. sumanth p. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 19: 6:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web14505.mail.yahoo.com (web14505.mail.yahoo.com [216.136.224.68]) by hub.freebsd.org (Postfix) with SMTP id D023637B404 for ; Fri, 22 Feb 2002 19:06:19 -0800 (PST) Message-ID: <20020223030619.40589.qmail@web14505.mail.yahoo.com> Received: from [129.101.8.222] by web14505.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 19:06:19 PST Date: Fri, 22 Feb 2002 19:06:19 -0800 (PST) From: "Mr. Brigham Young" Subject: trying to make linux matlab work on 4.4 release 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, Quick run down. I have matlab working after a fashion but cannot get the unix command to work because it is looking for a pty called /dev/ptmx it refers to this as a master pty. Before I delve deeper into this I want to ask if anyone else has hacked this yet. BTW I have a valid, legal, linux license. I've been told they would refer the matter to their development staff to "see what it would take" but the GUI is written in Java. This was also before I got it working after a fashion. In reading the shell scripts that handled the install I realize that handing the install script the option -glnx86 would cause it to run without trying to figure out which machine it was on. It then installed no questions asked, the entire system. so in a nutshell to install, mount the cdrom, su to root, then: cd /cdrom/glnx86 && sh install -glnx86 I had it install to usr/local/matlab. I tried making a link to /usr/X11R6/bin but it looks in the directory where it starts for other parts of the system. The best way to run it is just type tne full path on the command line. i.e. /usr/local/matlab/bin/matlab -glnx86 & if you add the option -nodisplay it will actually just run the matlab interpreter right on the xterm. (or tty console, obviously leave off the ampersand in this case) you can do a lot with jsut this but without access to the unix() command and ! (run system commands) it is hard to work on anything more than a trivial script. anyway, thanks ;) --Brigham Young ===== --> Brigham Young Senior Project Leader CAUSMIS Senior Technician, MRAM etching University of Idaho Office 208.885.5313 Plasma Lab 208.885.7934 Minerals Lab 208.885.5308 __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 19:44:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web13506.mail.yahoo.com (web13506.mail.yahoo.com [216.136.175.85]) by hub.freebsd.org (Postfix) with SMTP id A51AE37B400 for ; Fri, 22 Feb 2002 19:44:49 -0800 (PST) Message-ID: <20020223034449.83289.qmail@web13506.mail.yahoo.com> Received: from [64.156.229.93] by web13506.mail.yahoo.com via HTTP; Fri, 22 Feb 2002 19:44:49 PST Date: Fri, 22 Feb 2002 19:44:49 -0800 (PST) From: flora impuesto Subject: installation problem 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 am trying to install FreeBSD4.5 in my COMPAQ Deskpro computer from a CDROM. All I get is "it looks more of an audio disc than a FreeBSD release". I bought a second CD installer, thinking that the first one was defective. But same error message. Thank you for your help. __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 19:59:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by hub.freebsd.org (Postfix) with ESMTP id A5DBB37B404 for ; Fri, 22 Feb 2002 19:59:08 -0800 (PST) Received: from P1 ([24.103.216.186]) by fep03-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP id <20020223035846.GSDU5932.fep03-mail.bloor.is.net.cable.rogers.com@P1> for ; Fri, 22 Feb 2002 22:58:46 -0500 Reply-To: From: "Beauford" To: Subject: Can't boot into FreeBSD Date: Sun, 24 Feb 2002 09:43:37 -0800 Message-ID: <000001c1bd5a$ca4c7840$6401a8c0@pr.phub.net.cable.rogers.com> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable 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.2600.0000 X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep03-mail.bloor.is.net.cable.rogers.com from [24.103.216.186] using ID at Fri, 22 Feb 2002 22:58:43 -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 Hi, I am new to FreeBSD, but am not new to Unix or Linux. I do have a minor (I think it is) problem. I have two HDs on my system. I installed FreeBSD and it worked fine, except my second drive wasn't mounted. So I added a line to fstab as I thought I had just missed something in the install - apparently not. So to make a long story short, I now to boot into something that I can only explain as Windows Safe Mode type mode. All I want to do is remove the entry in fstab, but I can't get an editor to work as paths aren=92t set and some things aren=92t mounted. So the question is, how do I edit this fstab to remove this line, or is their a better option? Thanks Beauford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 20:11: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smnolde.com (att-98-60-141.atl.mediaone.net [24.98.60.141]) by hub.freebsd.org (Postfix) with ESMTP id F3C0D37B404 for ; Fri, 22 Feb 2002 20:11:06 -0800 (PST) Received: from bsd ([192.168.10.7] helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.30 #1) id 16eTWd-000IUV-00; Fri, 22 Feb 2002 23:11:07 -0500 Received: from scott by bsd.smnolde.com with local (Exim 3.33 #1) id 16eTWc-0000ki-00; Fri, 22 Feb 2002 23:11:06 -0500 Date: Fri, 22 Feb 2002 23:11:06 -0500 From: "Scott M. Nolde" To: Beauford Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Can't boot into FreeBSD Message-ID: <20020222231106.A2554@smnolde.com> References: <000001c1bd5a$ca4c7840$6401a8c0@pr.phub.net.cable.rogers.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: <000001c1bd5a$ca4c7840$6401a8c0@pr.phub.net.cable.rogers.com>; from beauford.2002@rogers.com on Sun, Feb 24, 2002 at 09:43:37AM -0800 X-Disclaimer: If you can read this you're looking for too much Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Beauford(beauford.2002@rogers.com)@2002.02.24 09:43:37 +0000: > Hi, > > I am new to FreeBSD, but am not new to Unix or Linux. I do have a minor > (I think it is) problem. I have two HDs on my system. I installed > FreeBSD and it worked fine, except my second drive wasn't mounted. So I > added a line to fstab as I thought I had just missed something in the > install - apparently not. So to make a long story short, I now to boot > into something that I can only explain as Windows Safe Mode type mode. > All I want to do is remove the entry in fstab, but I can't get an editor > to work as paths aren’t set and some things aren’t mounted. So the > question is, how do I edit this fstab to remove this line, or is their a > better option? > > Thanks > > Beauford > Sounds like you're booting into single user mode. If it's not loading a kernel you may have to use the fixit floppy and use that to mount the root fs and fix the fstab file. Otherwise, you may be in single user mode with the root fs mounted read only. In that case, you'll have to mount -u -t ufs -o rw /dev/whatever to make the mount read-write. Once you successfully remounted the root fs you can use /bin/ed to edit the fstab. There's also /usr/bin/vi but you'll have to mount the /usr slice to use vi. Hope this helps. -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 21:21:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from phnxpop2.phnx.uswest.net (phnxpop2.phnx.uswest.net [206.80.192.2]) by hub.freebsd.org (Postfix) with SMTP id A745537B400 for ; Fri, 22 Feb 2002 21:21:21 -0800 (PST) Received: (qmail 35101 invoked by uid 0); 23 Feb 2002 05:21:08 -0000 Received: from mdialup249.phnx.uswest.net (HELO broken) (209.181.107.249) by phnxpop2.phnx.uswest.net with SMTP; 23 Feb 2002 05:21:08 -0000 Date: Fri, 22 Feb 2002 22:36:22 -0700 Message-ID: <003101c1bc2c$213726d0$0a00a8c0@broken> From: "Dan Trainor" To: freebsd-questions@FreeBSD.ORG Subject: make release - version 2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 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 Ok, so, I got my 'make release' problem sorted out, and I think it was a mistake on my end. I used the CVSROOT as /usr/src, which I don't think is right. I was under the impression that I could build a release based on sources that I have on my system right now. What I'm trying to do, is, well a while back I tossed my FreeBSD-4.5 CD by accident, and am on a dialup modem. I was told that 'make release' would make a release based upon the sources I had gotten when I cvsup'd to 4.5-RELEASE. Is that right, or do I have to download the entire CVS tree and go from there? I'm a bit confused, and once again, I can find vry little documentation on this. Thanks in advance -dt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 21:38:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 040CA37B42F for ; Fri, 22 Feb 2002 21:38:44 -0800 (PST) Received: from barbish ([63.70.155.54]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com; Sat, 23 Feb 2002 00:43:07 -0500 From: "Joe & Fhe Barbish" To: "Patrick Soltani" Cc: "FBSDQ" Subject: RE: create release on cdrom Date: Sat, 23 Feb 2002 00:38:40 -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: <3DBB075EEB95944492E127F2B9A96FAF0CE11E@ultra-exchange.UltraDNS.com> 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 That's for SCSI cdrom drives, how about ide cdroms drives? -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Patrick Soltani Sent: Friday, February 22, 2002 8:44 PM To: Farhat, Aiman Ahmed - FARAA002; freebsd-questions@FreeBSD.org Subject: RE: take a look at this for a program that does it for you. You have to build it though. http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/ man/cdr_readme.html Take a look at this for downloading the ISO image. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html If you have a burning cdrom machine that is operational, you need to download the ISO image of the FreeBSD first; the second link. Then go to your burning program and tell it to burn the IMAGE onto the cd. The program know how to read the image and lay it out on the cd so that you can boot from it. That's it. Regards, Patrick Soltani. -----Original Message----- From: Farhat, Aiman Ahmed - FARAA002 [mailto:FARAA002@students.unisa.edu.au] Sent: Friday, February 22, 2002 3:51 PM To: 'freebsd-questions@FreeBSD.org' Subject: Hi Please can you tell me how can i burn the freebsd release 4.5 on cd rom,i want to download the freebsd into the cd is there is easy way to put all files into my cd rom, please help me. best regards aiman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 22:29: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D8D237B404 for ; Fri, 22 Feb 2002 22:28:59 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16eVg2-000FeK-00 for questions@freebsd.org; Sat, 23 Feb 2002 06:28:58 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 0868713040 for ; Sat, 23 Feb 2002 07:28:56 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id 4010822593; Sat, 23 Feb 2002 07:28:57 +0100 (CET) Date: Sat, 23 Feb 2002 07:28:57 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: Kernel loader Message-ID: <20020223062857.GA4649@raggedclown.net> References: <70438893@toto.iv> <15478.55736.554792.708534@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <15478.55736.554792.708534@guru.mired.org> 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 On Fri, Feb 22, 2002 at 05:52:24PM -0600, Mike Meyer wrote: > Cliff Sarginson types: > > > > Now I do not believe that if you load module A, then module B is > > > > automagically loaded as well. Looking at the program kldload it > > > > is just a few lines that just invokes a system call to load the > > > > module requested. I think the system call code should be in my > > > > source tree somewhere but I am damned if I can find it. > > > Your belief is incorrect. Well, it's incorrect for elf modules. I > > > don't know about other formats because I didn't check them. The source > > > code you want is in sys/kern/kern_linker.c and link_elf.c. > > > > My follow up question is why dependent modules cannot be loaded > > automagically, but with what you have told me I may be able to > > look further into that myself. To be honest, I am not entirely sure > > what the use is of planting this dependency information if it is > > not used to do such a thing. It means you have to know something > > which the O/S is already capable of working out for you. The only > > other answer is that you have to tell the kernel in advance what > > a module is going to use for some other reason, although why escapes > > me at this early hour. > > I think we got one to many negatives in there. The kernel loader > *does* automatically load any dependencies listed for a module when it > loads that module. > *Sigh*. You are right. A superfluity of negatives. Am I too old to look for a change of career ? I'll stick to my Enid Blyton books from now on. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 23:12:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep01-mail.bloor.is.net.cable.rogers.com (fep01-mail.bloor.is.net.cable.rogers.com [66.185.86.71]) by hub.freebsd.org (Postfix) with ESMTP id C3D1137B402 for ; Fri, 22 Feb 2002 23:12:14 -0800 (PST) Received: from P1 ([24.103.216.186]) by fep01-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP id <20020223071214.PCBQ5254.fep01-mail.bloor.is.net.cable.rogers.com@P1> for ; Sat, 23 Feb 2002 02:12:14 -0500 Reply-To: From: "Beauford" To: "FreeBSD" Subject: Error Messages Date: Sun, 24 Feb 2002 12:56:39 -0800 Message-ID: <000001c1bd75$c15549e0$6401a8c0@pr.phub.net.cable.rogers.com> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Authentication-Info: Submitted using SMTP AUTH LOGIN at fep01-mail.bloor.is.net.cable.rogers.com from [24.103.216.186] using ID at Sat, 23 Feb 2002 02:12:10 -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 Hi, I just installed FreeBSD 4.3 and have a couple of error messages that I'm not sure why I'm getting. They may not be FreeBSD issues, but I'm not sure so here it goes. Feb 22 12:22:22 user sshd[377]: fatal: Time out before authentication for 192.168.1.20 Feb 22 12:22:22 user proftpd[478]: no modules loaded for `ftp` service (I can still log in and do whaterver for both). I also have a linux box and checked my configuration files on both - and they are exactly the same. So this is why I am thinking it is a FreeBSD issue. SSH comes preinstalled with FreeBSD and I installed ProFTP using the instructions it provides. Any thoughts on this is appreciated. Thanks, Beauford To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 23:27: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 1D5C437B400 for ; Fri, 22 Feb 2002 23:26:58 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16eWa8-0004Ol-00 for questions@freebsd.org; Sat, 23 Feb 2002 07:26:56 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id E2F1B13040 for ; Sat, 23 Feb 2002 08:26:55 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id 35E5922595; Sat, 23 Feb 2002 08:26:56 +0100 (CET) Date: Sat, 23 Feb 2002 08:26:56 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: primary differences between BSD-based and System V rel 4 *nixes Message-ID: <20020223072656.GB4649@raggedclown.net> References: <15478.56566.343039.47710@guru.mired.org> <20020223001042.60725.qmail@web20106.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020223001042.60725.qmail@web20106.mail.yahoo.com> 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 On Fri, Feb 22, 2002 at 04:10:42PM -0800, Bsd Neophyte wrote: > (...snip...) > > Want to tell us what parts of the system > > are significant to you, and what kind of system you were on before? > > > > > Honestly, I'm pretty new to unix in any form. I'm asking this question > because I'm taking an intro to Solaris class (SA-118) but I really started > tinkering with FreeBSD before any involvement with Solaris. > > Since, I'm receiving formal training on Solaris, I wanted to know the > differences that I'd need to be aware of so that I could flag these > differences and not confuse the two OS'es later on. > The thing about UNIX is that all of it's different manifestations have more in common than they have differences..at least from a normal user perspective. If you know how to use one of the mainline shells on one system, then you know it on all of them. The differences however are where the pain can lie. Many of the system programs have subtle and not so subtle differences...and even between System V based systems there are differences, makefiles for example that run on Solaris "make" break often on HP-UX "make". "ps" has a different set of switches on FreeBSD than on most System V systems, and Linux "ps" sort of supports all of them. Some of these differences can be ironed out at sites which use the Gnu tools, which also give you long "mnemonic" names as alternatives for most of the command line switches, so for program "foo", say, it can take a flag "-l" or "--laugh_like_a_hyena_and_make_my_coffee_black=yes", to mean the same thing. And then there is Posix conformance sticking it's oar in as well. From a programmer's perspective there may also be differences. The major system management difference is based on the behaviour of the "init" program, the famous process 1. FreeBSD is based on an older and much simpler mechanism, in which your system is either running as a single-user (for system management purposes) or as multi-user, where everything you have configured to run for daily use is running. System V has a very different model based on run-levels. Theoretically there can be 9 levels at which a system can be running, although I have never seen a system where more than 6 are present. Each level represents a different state, usually 0 means the system is halted, and 6 means it is rebooting. Very few systems use all the levels in between. Level 3 is usually the most popular one for normal multi-user, but not always (I work on Solaris every day but I cannot for the life of me remember what level number is normal multi-user on it). Associated with each level is a set of S(for Start) and K(for kill) symbolic links to scripts with a defined structure that start and stop system services for a particular run-level change. On some systems these links are actually links to other links, that link to the final script. FreeBSD basically just has a file called /etc/rc that starts up a pre-defined set of services, considered essential system services, (the essentaility of these can be switched on/off according to taste), and then a bunch of scripts for subsequently installed programs that take a start or stop command, these are traditionally placed in /usr/local/etc - although you can (and I do) extend the search for these scripts to other locations. The FreeBSD model has an advantage of great simplicity, whereas System V is very opaque, and also very complex on some systems. The major disadvantage of the FreeBSD system, which I find a real pain in the butt, is that the startup scripts are executed in lexicographical order, so if you want or need an ordering on your startup scripts you have to rename the scripts accordingly, usually by putting a number in the front of their name. Solaris also comes with a variety of extra's that may or may not be installed, there is more than one "C" compiler for example. This can make search paths very long and things difficult to find at times. If you do get involved with Solaris System Management in any kind of networked environment you will also find it requires a thing called a "flexible license manager", for controlling software licenses. This is one of the most bizarrely thought out pieces of software I have ever come across. FreeBSD, being free, of course has no need for such vanities. What I think you will be struck by is that Solaris is a very complex system to manage if you compare it to FreeBSD. Also typically on Solaris you will be using it through a GUI, CDE probably, but they are also going to embrace Gnome. GUI (i.e. X11) interfaces are a matter of choice on FreeBSD. As regards System V systems in general, they all embrace the same model, but few of them lay that model out in the same way as each other. A final word of warning. Beware of the command "killall". Solaris has a rather more literal interpretation of what this command does than any other system I know .. Anyway Solaris is a good career choice, and will cause you less brain-damage than if you were trying to understand AIX, the version of Unix brought to you by the inventors of EBCDIC. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 23:30:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (sparge.nbrewer.com [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id 5518A37B404 for ; Fri, 22 Feb 2002 23:30:13 -0800 (PST) Received: by mail.nbrewer.com (Postfix, from userid 1001) id 70AB94B7175; Sat, 23 Feb 2002 01:30:03 -0600 (CST) Date: Sat, 23 Feb 2002 01:30:03 -0600 From: Christopher Farley To: questions@freebsd.org Subject: portversion / portupgrade problems Message-ID: <20020223072958.GA1366@northernbrewer.com> Mail-Followup-To: Christopher Farley , questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i Organization: Northern Brewer, St. Paul, MN Sender: owner-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 a cvsup and a portsdb -U, I am no longer able to use portupgrade or portversion. Any ideas? [Updating the ports database in /usr/ports ... - 6617 port entries found /usr/local/lib/ruby/site_ruby/1.6/portinfo.rb:68:in `to_s': uninitialized constant PORTS_DIR at PortsDB (NameError) from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:404:in `[]=' from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:404:in `update_db' from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:377:in `each_with_index' from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:377:in `each' from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:377:in `each_with_index' from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:377:in `update_db' from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:376:in `open' from /usr/local/lib/ruby/site_ruby/1.6/portsdb.rb:376:in `update_db' ... 9 levels... from /usr/local/sbin/portupgrade:186:in `initialize' from /usr/local/sbin/portupgrade:186:in `new' from /usr/local/sbin/portupgrade:186:in `main' from /usr/local/sbin/portupgrade:1609 -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 23:31:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id DF84E37B400 for ; Fri, 22 Feb 2002 23:31:09 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16eWeD-0004bt-00 for freebsd-questions@freebsd.org; Sat, 23 Feb 2002 07:31:09 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id F267C13040 for ; Sat, 23 Feb 2002 08:31:07 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id 175B022593; Sat, 23 Feb 2002 08:31:08 +0100 (CET) Date: Sat, 23 Feb 2002 08:31:08 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: no colors when ssh to fbsd Message-ID: <20020223073107.GC4649@raggedclown.net> References: <012301c1bbd8$ac4f6920$37b4a8c0@pretorian> <20020222205438.A41313@darius.2y.net> <013101c1bbdc$e82c4860$37b4a8c0@pretorian> <20020222235315.A42127@darius.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020222235315.A42127@darius.2y.net> 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 On Fri, Feb 22, 2002 at 11:53:15PM +0100, Morsal Rodbay wrote: > No problem, glad to help. :) > > It's good to hear that people move from Linux to BSD, problem is that most > people dont know that the party over here is much more wild. :D > Perhaps if Charlie Root had been named Charlie Brown, it might have all been different. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 23:42:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from out-mta3.plasa.com (out-mta3.plasa.com [202.134.0.195]) by hub.freebsd.org (Postfix) with ESMTP id 9D79337B404 for ; Fri, 22 Feb 2002 23:42:51 -0800 (PST) Received: out-mta3.plasa.com; Sat, 23 Feb 2002 14:42:47 +0700 Received: out-mta2.plasa.com; Sat, 23 Feb 2002 14:42:46 +0700 To: From: Subject: Iklan: Sistem Usaha Yang Menarik & Menguntungkan. Message-Id: Date: Sat, 23 Feb 2002 14:42:46 +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 Dear Sahabat Internet, Sebuah perusahaan nasional, yang sudah mapan dan berusia 12 tahun ingin bekerja sama serta membantu Anda untuk mendapatkan sebuah penghasilan residual dengan menggunakan atau memasarkan produk-produk mereka yang berkwalitas dan telah teruji. Investasi kerjasama sangat rendah, namun dibalik itu ada potensi yang sangat besar, yang dapat memberikan kepada Anda kepuasan yang berlimpah. Mereka menyediakan apa saja yang Anda perlukan: - Barang bermutu dan dibutuhkan, - Pelatihan-pelatihan secara online maupun offline, - Website afiliasi yang terintegrasi secara penuh secara termasuk e-shop, - Konsultasi profesional secara gratis untuk mendukung usaha Anda, - Sistem bonus komisi sangat menarik dan relatif mudah untuk diraih, - Bisa dikembangkan via internet maupun tanpa internet, - Bisa dikembangkan ke seluruh Indonesia dan manca negara, - Sampel produk secara gratis, - Jaringan akan dibantu perkembangannya, - Pelatihan secara online maupun offline, - Kaset Informative penunjang, - Kemitraan yang sejajar, - Dan masih banyak lagi. Yang Anda perlukan hanyalah mengikuti langkah-langkah mudah yang telah dipersiapkan. Ibarat jalan tol anda tinggal melaluinya saja untuk mencapai tujuan. Segera Test Drive GRATIS disini: http://www.greatachiever.com Tersedia bukti/kesaksian jika Anda memerlukan. Terima kasih atas waktu yang Anda berikan untuk membaca email ini. Salam Sukses, Sutrisno http://www.greatachiever.com Home Of The Top Achiever. ---------------------------------------------------------------- Saya mohon maaf sebesar-besarnya, jika Anda tidak / kurang berkenan dengan informasi ini. Namun Anda tidak perlu unsubscribe, karena penawaran ini hanya satu kali ini saja. Walau bagaimanapun, jika Anda ingin remove bisa Anda e- mailkan ke mailto:bisnispintar@c4.com?subject=Removemenow! ---------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 23:48:43 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay-4v.club-internet.fr (relay-4v.club-internet.fr [194.158.96.115]) by hub.freebsd.org (Postfix) with ESMTP id A8C3E37B402 for ; Fri, 22 Feb 2002 23:48:40 -0800 (PST) Received: from oemcomputer (srs01v-1-67.n.club-internet.fr [195.36.190.67]) by relay-4v.club-internet.fr (Postfix) with SMTP id 83DE41755 for ; Sat, 23 Feb 2002 08:48:37 +0100 (CET) Message-ID: <000a01c1bc3e$4f58d2e0$43be24c3@oemcomputer> Reply-To: "Serge MORALES" From: "Serge MORALES" To: Subject: Date: Sat, 23 Feb 2002 08:47:13 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01C1BC46.B0756220" 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_0007_01C1BC46.B0756220 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Je veux me d=E9sabonner et ne plus recevoir de courrier de freebsd.fr, = que dois-je faire??? Merci ------=_NextPart_000_0007_01C1BC46.B0756220 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Je veux me d=E9sabonner et ne plus = recevoir=20 de courrier de freebsd.fr, que dois-je faire???
Merci
------=_NextPart_000_0007_01C1BC46.B0756220-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Fri Feb 22 23:57:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from omega.uar.net (Omega.UAR.Net [193.124.228.39]) by hub.freebsd.org (Postfix) with ESMTP id 9944837B400 for ; Fri, 22 Feb 2002 23:57:35 -0800 (PST) Received: (from peleh@localhost) by omega.uar.net (8.11.1/8.11.1) id g1N7vRb17460 for freebsd-questions@FreeBSD.ORg.AVP; Sat, 23 Feb 2002 09:57:27 +0200 (EET) X-Authentication-Warning: omega.uar.net: peleh set sender to peleh@mail.lviv.ua using -f Received: from localhost (peleh@localhost) by omega.uar.net (8.11.1/8.11.1) with ESMTP id g1N7vP917439 for ; Sat, 23 Feb 2002 09:57:27 +0200 (EET) X-Authentication-Warning: omega.uar.net: peleh owned process doing -bs Date: Sat, 23 Feb 2002 09:57:25 +0200 (EET) From: Roman Peleh X-Sender: peleh@omega.uar.net To: freebsd-questions@FreeBSD.ORg Subject: help 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 help me please i am frome Ukraine i try to install linux in my comp and defraged my disk i have usefull data in my comp can i restore it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 0: 7:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp01.iprimus.net.au (smtp01.iprimus.net.au [203.134.64.99]) by hub.freebsd.org (Postfix) with ESMTP id 0A01A37B402 for ; Sat, 23 Feb 2002 00:07:33 -0800 (PST) Received: from h138.iprimus.com.au ([203.134.130.64]) by smtp01.iprimus.net.au with Microsoft SMTPSVC(5.0.2195.4617); Sat, 23 Feb 2002 19:06:21 +1100 Message-Id: <5.0.0.25.2.20020223190529.00a05120@pop.iprimus.com.au> X-Sender: f3z@pop.iprimus.com.au X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Sat, 23 Feb 2002 19:07:27 +1100 To: freebsd-questions@freebsd.org From: Jacob Rhoden Subject: retrieving kernel file from memory Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OriginalArrivalTime: 23 Feb 2002 08:06:22.0139 (UTC) FILETIME=[FB3248B0:01C1BC40] Sender: owner-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 know this is really stupid but . . . I recompiled my kernel twice, then thought it might be a nice idea to have a copy of the old kernel in case the system didn't boot properly. Is there a (simpleish) way to get a copy of the current kernel in memory back on disk? I do remember thinking at the time, i should copy my kernel, and thinking, no, why would I want to do that? hehe doh! thanks, jacob name: Jacob Rhoden (f3z@iprimus.com.au) phone: 03 9872 6360 mobile: 0403 788 386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 0:19:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lilbertha.calacademy.org (lilbertha.calacademy.org [198.31.65.228]) by hub.freebsd.org (Postfix) with ESMTP id 023DC37B404 for ; Sat, 23 Feb 2002 00:19:51 -0800 (PST) Received: from calacademy.org (mail.calacademy.org [198.31.65.175]) by lilbertha.calacademy.org (8.11.6/8.11.6) with ESMTP id g1N8SKt00385 for ; Sat, 23 Feb 2002 00:28:20 -0800 (PST) (envelope-from mmurrell@calacademy.org) Message-ID: <3C774F49.4B84373D@calacademy.org> Date: Sat, 23 Feb 2002 00:14:01 -0800 From: Maryjane Murrell Organization: Computer Services X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "FreeBSD-questions@FreeBSD.ORG" Subject: Sendmail not forwarding correctly Pleas help Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: base64 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG SEkgQWxsLA0KSSBhbSBhIG5ld2JpZSB0byBmcmVlYnNkIGFuZCBJIGFtIHJ1bm5pbmcgc2Vu ZG1haWwgOC4xMS42ICBvbiBhIGZyZWVic2QNCjQuNCBzZXJ2ZXIuIEkgYW0gaGF2aW5nIGEg cHJvYmxlbSB3aXRoIGZvcndhcmRzLiBJIGNhbiByZWNlaXZlIGFuZCBzZW5kDQp3aXRoIG91 dCBhbnkgcHJvYmxlbXMuIEJ1dCB3aGVuIEkgZm9yd2FyZCBhbiBlbWFpbCBpdCBjb21lcyBv dXQgd2l0aA0KdW5yZWFkYWJsZSB0ZXh0LiBJIGhhdmUgYmVlbiBzZWFyY2hpbmcgdGhlIGFy Y2hpdmVzIGZvciBhbnkgdGhpbmcNCnNpbWlsYXIgYm90aCBoZXJlIGFuZCB0aGUgd2ViIGFz IHdlbGwgYXMgc2VuZG1haWwub3JnIGl0c2VsZi4NCg0KSWYgYW55b25lIGhhcyBhIGNsdWUg d2h5IG15IGZvcndhcmRzIGFyZSBjb3J1cHRlZCBwbGVhc2UgaGVscCEhDQpUaGFuayB5b3Ug YWxsIGluIGFkdmFuY2UgZm9yIHJlYWRpbmcgdGhpcy4NCg0KVGhhbmtzIGFnYWluLCBNYXJ5 amFuZSA6ICkNCg== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 1: 3: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with ESMTP id 605BA37B430 for ; Sat, 23 Feb 2002 01:02:56 -0800 (PST) Received: from osiris.sigterm.com ([203.47.187.211]) by ra.sigterm.com with esmtp (Exim 3.34 #1) id 16eY4w-0000lD-00 for freebsd-questions@freebsd.org; Sat, 23 Feb 2002 20:02:50 +1100 Subject: Netbooting Diskless X Terminals From: Stuart Tanner To: List FreeBSD-Questions Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 23 Feb 2002 21:03:29 +1200 Message-Id: <1014455009.57377.46.camel@osiris.sigterm.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 I have been approached by a client to demonstrate diskless X terminals. I was wondering if anyone has any experience with doing this kind of thing with FreeBSD and would be willing to share some of their experiences. -- Stuart Tanner Loan-department manager: "There isn't any fine print. At these interest rates, we don't need it." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 1:15:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from noname.csdl.lt (noname.csdl.lt [194.176.40.182]) by hub.freebsd.org (Postfix) with SMTP id EFF7037B417 for ; Sat, 23 Feb 2002 01:14:34 -0800 (PST) Received: (qmail 13439 invoked by uid 1000); 23 Feb 2002 09:14:33 -0000 Date: Sat, 23 Feb 2002 11:14:33 +0200 From: Paulius Bulotas To: freebsd-questions@freebsd.org Subject: Palm Vx serial sync using coldsync Message-ID: <20020223091433.GA13342@kaktusas.org> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Hello, I'm trying to setup my Palm Vx to sync using serial connection under FreeBSD 4.5, coldsync version 2.1.3, and it doesn't work ;) Does anyone has this combination working? I created ~/.coldsyncrc with options: listen serial { device: "/dev/ttyd0"; speed: 57600; } but coldsync -mI [-d misc:5 -d sync:5] gives nothing. I have permissions on /dev/ttyd0 and the palm cradle is connected to it... TIA Paulius To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 2:28:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail012.syd.optusnet.com.au (mail012.syd.optusnet.com.au [203.2.75.172]) by hub.freebsd.org (Postfix) with ESMTP id ABA3337B400 for ; Sat, 23 Feb 2002 02:28:43 -0800 (PST) Received: from co3045456-a.sunsh1.vic.optushome.com.au (c25720.sunsh1.vic.optusnet.com.au [203.164.32.100]) by mail012.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id g1NASgZ16782 for ; Sat, 23 Feb 2002 21:28:42 +1100 Received: from optushome.com.au (tbird.home.lan [192.168.1.5]) by co3045456-a.sunsh1.vic.optushome.com.au (8.11.6/8.11.0) with ESMTP id g1NASoK49159 for ; Sat, 23 Feb 2002 21:28:50 +1100 (EST) (envelope-from markhannon@optushome.com.au) Message-ID: <3C776EE2.C6E8BE7F@optushome.com.au> Date: Sat, 23 Feb 2002 21:28:50 +1100 From: Mark Hannon X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: send-pr confirmation time 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, What is the process of turning around a PR? I sent a few reports in some 12 hours ago and have not received a reply. Is this normal? Rgds/Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 2:34:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id B6D2E37B400 for ; Sat, 23 Feb 2002 02:34:34 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16eZVh-0006Wy-00 for freebsd-questions@freebsd.org; Sat, 23 Feb 2002 10:34:33 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 5749F13040 for ; Sat, 23 Feb 2002 11:34:32 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id 541F422593; Sat, 23 Feb 2002 11:34:32 +0100 (CET) Date: Sat, 23 Feb 2002 11:34:32 +0100 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: retrieving kernel file from memory Message-ID: <20020223103432.GA5597@raggedclown.net> References: <5.0.0.25.2.20020223190529.00a05120@pop.iprimus.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.0.0.25.2.20020223190529.00a05120@pop.iprimus.com.au> 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 On Sat, Feb 23, 2002 at 07:07:27PM +1100, Jacob Rhoden wrote: > Hi, > > I know this is really stupid but . . . > > I recompiled my kernel twice, then thought it might be a nice idea to have > a copy of the old kernel in case the system didn't boot properly. Is there > a (simpleish) way to get a copy of the current kernel in memory back on > disk? > > I do remember thinking at the time, i should copy my kernel, and thinking, > no, why would I want to do that? hehe doh! > I have you actually done make installkernel ? - If not then /kernel is still the kernel you are running - If so the /kernel.old is the previous kernel Are you running GENRIC ? You may have /kernel.GENERIC also. Give more details of exactly what you have done. You can always remake a GENERIC kernel. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 2:40:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 31CB137B420 for ; Sat, 23 Feb 2002 02:40:34 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16eZbV-0006wv-00 for questions@freebsd.org; Sat, 23 Feb 2002 10:40:33 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 275CC13040 for ; Sat, 23 Feb 2002 11:40:32 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id 6401422593; Sat, 23 Feb 2002 11:40:32 +0100 (CET) Date: Sat, 23 Feb 2002 11:40:32 +0100 From: Cliff Sarginson To: questions@freebsd.org Subject: Re: send-pr confirmation time Message-ID: <20020223104032.GB5597@raggedclown.net> References: <3C776EE2.C6E8BE7F@optushome.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C776EE2.C6E8BE7F@optushome.com.au> 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 On Sat, Feb 23, 2002 at 09:28:50PM +1100, Mark Hannon wrote: > Hi, > > What is the process of turning around a PR? I sent a few reports in > some 12 hours > ago and have not received a reply. Is this normal? > You normally get an automated reply yo ackowledge receipt of it and a reference where you can look it up to see progress on it's processing. Actually getting it analaysed and if agreed then integrated into the system can take a variable length of time, depending on the complexity of the PR and availability of someone to look at it -- bearing in mind this all is done on a voluntary basis. You can look on the website at the current PR status to see if it's there. If it is not, and you have received no automatic reply from Gnats in a day or so (system may be busy etc.) I guess could re-submit it (this has never happened to me so I am not sure). You can always withdraw it if a duplicate turns up I think. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 3:34:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from foo31-146.visit.se (foo31-146.visit.se [62.119.31.146]) by hub.freebsd.org (Postfix) with ESMTP id 6AA5437B402 for ; Sat, 23 Feb 2002 03:34:19 -0800 (PST) Received: by foo31-146.visit.se (Postfix, from userid 1001) id EE6973E021; Sat, 23 Feb 2002 12:33:54 +0100 (CET) Date: Sat, 23 Feb 2002 12:33:54 +0100 From: Martin Karlsson To: "Farhat, Aiman Ahmed - FARAA002" Cc: "'questions@freebsd.org'" Subject: Re: your mail Message-ID: <20020223113354.GB1801@foo31-146.visit.se> Mail-Followup-To: Martin Karlsson , "Farhat, Aiman Ahmed - FARAA002" , "'questions@freebsd.org'" References: <2B1D689AC9387745A8F0850041C32FF3258E17@exstudentb.city.unisa.edu.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="l76fUT7nc3MelDdI" Content-Disposition: inline In-Reply-To: <2B1D689AC9387745A8F0850041C32FF3258E17@exstudentb.city.unisa.edu.au> User-Agent: Mutt/1.3.27i X-Editor: Vim http://www.vim.org/ X-PGP-Keyid: 0x9C924660 X-PGP-Fingerprint: 5970 BE22 2C33 4D8F 53FD 7E34 66FF 9332 9C92 4660 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --l76fUT7nc3MelDdI Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat Feb 23, 2002 at 10:24:52AM +1030, Farhat, Aiman Ahmed - FARAA002 wro= te: > Is there any way to make an installation from a CD-R(W), as in:=20 > 1. Download files=20 > 2. Place on a CD-R (or CD-RW)=20 > 3. Boot from a CD-R(W) with the same layout as a CD-ROM that you could bu= y.=20 Sure, you just need to download an ISO-image and then burn it to a CD. Check out http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html At one of the ftp-sites, look for a dir named something like ISO-images (and make sure you get th right one, i.e for i386 or Alpha) HTH --=20 Martin Karlsson | I prefer mail encrypted with PGP/GPG! keyid & fingerprint in headers visit http://www.gnupg.org for more info --l76fUT7nc3MelDdI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8d34hZv+TMpySRmARAtuRAJsH7QJjQ2Xu3wFFu+rHnm40Qj2aLgCguYxL 8FDuiJAWTAsKEoJjApT799c= =FzBs -----END PGP SIGNATURE----- --l76fUT7nc3MelDdI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 3:45: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by hub.freebsd.org (Postfix) with ESMTP id AD52637B400 for ; Sat, 23 Feb 2002 03:44:55 -0800 (PST) Received: from fwd03.sul.t-online.de by mailout11.sul.t-online.com with smtp id 16eaWT-0004VG-01; Sat, 23 Feb 2002 12:39:25 +0100 Received: from DOCMOD (520010686105-0001@[217.235.114.156]) by fwd03.sul.t-online.com with esmtp id 16eaWR-06d67EC; Sat, 23 Feb 2002 12:39:23 +0100 From: DOCMOD@t-online.de (Pascal Poschenrieder) To: Subject: Question about Port Forwarding Date: Sat, 23 Feb 2002 12:38:58 +0100 Message-ID: <000001c1bc5e$b0c988b0$0100000a@DOCMOD> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C1BC67.128DF0B0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Sender: 520010686105-0001@t-dialin.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C1BC67.128DF0B0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear FreeBSD Team! I've got an old Computer with FreeBSD as its OS. This Computer is connected to the internet. It is a DSL connection. The Computer has the function of a router and it works. But there is just one problem: I wanna to forward every ports to my other computer, which is on 10.0.0.2, but I can't emagine how to do this. It is FreeBSD version 4.3. Please help me!! THX, Pascal. ------=_NextPart_000_0001_01C1BC67.128DF0B0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Dear FreeBSD = Team!

I’ve got an old Computer with FreeBSD as its OS. This Computer is connected to the = internet. It is a DSL connection.

The Computer has the = function of a router and it works.

But there is just one problem:

I wanna to forward every ports to my other computer, = which is on 10.0.0.2, but I can’t emagine how = to do this.

It is FreeBSD version = 4.3. Please help me!!

THX, = Pascal.

------=_NextPart_000_0001_01C1BC67.128DF0B0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 4:23:30 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 F288337B405 for ; Sat, 23 Feb 2002 04:23:28 -0800 (PST) Received: from leiding [61.171.47.103] by myrealbox.com with NIMS ModWeb Module; Sat, 23 Feb 2002 12:23:27 +0000 Subject: How to install freebsd through ftp? From: Lei Ding To: freebsd-questions@FreeBSD.ORG, Date: Sat, 23 Feb 2002 12:23:27 +0000 X-Mailer: NIMS ModWeb Module X-Sender: leiding MIME-Version: 1.0 Message-ID: <1014467007.42223ff8leiding@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am using adsl to connect to internet, ethernet card is realtek 8029. Could anyone tell me how to install freebsd with adsl?(how to setup network= interface)? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 4:29:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 54D4D37B400 for ; Sat, 23 Feb 2002 04:29:26 -0800 (PST) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 93B9F16B1C for ; Sat, 23 Feb 2002 13:29:24 +0100 (CET) Received: from LenConrad.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id AF9F6DC100D0; Sat, 23 Feb 2002 13:48:31 +0100 Message-Id: <5.1.0.14.2.20020223062634.06c79630@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sat, 23 Feb 2002 06:29:21 -0600 To: freebsd-questions@freebsd.org From: Len Conrad Subject: ssh within jail ? 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 Are there any special problems, or even is it possible, to set up ssh in each jail? Len http://MenAndMice.com/DNS-training http://BIND8NT.MEIway.com : ISC BIND for NT4 & W2K http://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 Sat Feb 23 4:39:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lyris.bestnet.net (lyris.bestnet.net [216.15.129.82]) by hub.freebsd.org (Postfix) with SMTP id 1CA8C37B405 for ; Sat, 23 Feb 2002 04:37:51 -0800 (PST) X-Mailer: Lyris Web Interface Date: Sat, 23 Feb 2002 04:47:33 -0600 Subject: Three Free Psychology/Self-Improvement Software Downloads To: "mindmedia" From: "bruce@mindmedia.com" List-Unsubscribe: Reply-To: "mindmedia" 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 MIND MEDIA REVIEW No.43 Introductory Edition Edited by Mead Rose Copy Editor: Will Penna ****************************************************************** When you think about self-improvement, think Mind Media! To visit our site, tune your favorite web browser to: http://www.mindmedia.com ****************************************************************** IN THIS SPECIAL ISSUE! ++ WELCOME TO MIND MEDIA -- HOME OF PERSONAL DEVELOPMENT ON THE WEB by Bruce Ehrlich, Founder of the Mindware Catalog ++ THREE FREE SOFTWARE DOWNLOADS YOU THAT WILL CHANGE YOUR LIFE -- DOWNLOAD SITES BELOW ++ FIVE SOFTWARE DOWNLOAD WEB SITES WORTH HAVING ON YOUR HARD DRIVE by Bruce Eisner ++ FIVE MINDWARE ONLINE APPLICATIONS YOU CAN VISIT TODAY by Bruce Eisner ++ FIVE FAVORITE MIND MEDIA PRODUCTS by the Mind Media Staff +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-+--+--+--+--+--+--+ WELCOME TO MIND MEDIA -- HOME OF PERSONAL DEVELOPMENT ON THE WEB by Bruce Ehrlich, Founder of the Mindware Catalog This is a special issue of the Mindware Review. The Mindware Review is one of the longest running Internet newsletters -- having sent out its first issue to subscribers in early 1995. The publication is written by the Mind Media staff and is sent to a subscriber list which has now grown to over 100,000. I am sending it to you because you visited Mind Media Life-Enhancment Network so I know you are interested in what I call Mindware. Please excuse me if I sent it to you in error, Mind Media Review is about "Mindware" -- a term I coined back in 1988 to describe software that I had been collecting while I was finishing my doctorate in P.M. Actually, just when I was going to write my dissertation, I decided to start a small "side-business" called the Mindware catalog. The 32 page color catalog grew from a circulation of 5000 for issue mailed out in the spring of '88 to 500,000 mailed in the summer of 1994 -- our last issue. In a strange twist, the first issue of the Mindware catalog was called The Mindware Review -- which was the hot idea of a marketing company I had hired to put out the first issue. When I found out I could print 50,000 catalogs for about twice as much as 5,000, I left that company and found a local designer named Scott Sandow who was a great layout artist but an also had been in business and marketing his entire life. As someone who had come from Grad School (I didn't know the difference between an invoice and a purchase order), I was glad to have him spend hours with me figuring out what this mindware thing was all about and who would be interested in using it. This is an excerpt from the "Letter from the President" from that second Mindware catalog. "Welcome to Mindware! An extra dimension has been added to your personal computer with the arrival of a new genre of software we call mind appliances. These mind appliances cover many areas but share a common purpose: the enhancement of human intelligence in all its aspects - - and so our name became,"Mindware." Mindware was conceived and created to be more than a business in the normal sense. We sincerely believe that anyone can benefit from this new relationship between computers and the mind! By the time we had grown to half a million catalogs, we were the first catalog to have sold a CD-ROM drive along with CD-ROMs to play in them and also the first to sell voice recognition software. In a sense, we were kind of a "Sharper Image" of computer software as well as a self- improvement catalog. One half-million catalogs costs a lot to mail. Our post office bill was so large, I thought we should be given red carpet treatment at the post office -- but we had to stand in line like everyone else. Our team at Mindware was always dreaming of starting something like America Online or even to be given a section of AOL or than equally prominent CompuServe in order to replace or at least supplement the catalog. My main assistant at the time,Thad Atkins had a couple of friends who were starting a company to do catalogs on something called the World Wide Web. When I ordered an ISDN line and started browsing, I was sure that this was where I wanted real estate. So as the web began to become more than just a place for scientists, we were one of the earliest online. Our first web site was at mindware.com but we decided to create a larger site called the Mind Media Life- Enhancement Network so that we could feature more than just the Mindware Catalog Online. In 1995, we stopped printing catalogs and went entirely online. The same year, I came out with the first email edition of the Mindware Review. At the time there were only about a hundred online newsletters and so were actually read and even enjoyed (I got a lot of email asking questions when I wrote something which is how I know). But by the end of the decade, the Internet revolution occurred -- which actually made it more difficult for us in many ways. All of the good programmers and web artists were suddenly working for large corporations that formerly only had stores and advertised on TV. Search engines were selling ranking -- and we didn't have the money to pay. From less than twenty online catalogs that were around when we started, now there were 200,000. Many of them started what became known as the "dot comers" -- people who had made money in other businesses and now were getting Venture Capital which allowed them to out spend us by huge factors. Perhaps the one of the strangest stories of my twelve years in the computer human potential business was an event that took place in the fall of 1999. It was right in the middle of the Internet boom -- when you drove through Silicon Valley and saw billboards from VC companies. A woman called me. She told me that she had an online art gallery but that her first love was personal development -- the kind of products and services that we provide. She then told me she represented someone in the "self-help" field whose name I would instantly recognize. He had acquired a publicly traded shell (a stock in which the company no longer exists but which is still listed on a stock exchange -- a fast way of raising public money is to buy one of these "shells" and put your company and a few others together into it.). She was looking for a few good personal development sites which you could join together under this self-improvement figure. At one point, she had me on the line with a gentleman who asked me what my gross sales were. He had seen my business plan, which is posted on our web site and mistakenly took our projections based on one million dollars investment as our current earnings. When he found out we weren't making the projected figure, he hurriedly got off the phone. Who was the mysterious man? A few months afterward, Anthony Robbins launched his high-profile web site -- Dreamlife.com. And here is an excerpt from a January 10, 2000 Newsweek Magazine (International Edition) -- http://www.rickross.com/reference/general/general162.html -- article: "This much is clear: if success is the goal, the gurus have found it. Anthony Robbins leads the pack. Of all the gurus, he's most focused on the Net. Last summer Robbins took control of a publicly traded shell company whose stock cost just pennies a share and announced plans to build a self- improvement Web site, Dreamlife.com. The site still isn't operational, but investors don't seem to mind. Last week its stock stood at $16 a share, putting Robbins's stake at more than $300 million." Well Robbins site was slick and "did everything right" -- from personalized membership to an online interactive tutorial which identified the parts of life that needed improvement, complete with Tony Robbins voice and picture to guide you. I joined the site and was bombarded with Newsletters on a daily basis. Now in one of the business plans I wrote, before the Internet became so fashionable -- I suggested that Mind Media approach individuals such a Robbins, Deepak Chopra Stephen Covey. In "The 7 Habits of Highly Effective People, and John Gray, the former Hindu monk from right here in Mind Media Country, Santa Cruz, California -- who wrote "Men Are From Mars, Women Are From Venus," with the idea of Mind Media using its expertise to give them a web presence. So when the VC money flowed like wine and all of the big guys jumped aboard, little Mind Media remained pretty much a slowly evolving web organism as it always had been. Well in mid-2001, a year after its launch, Dreamlife.com was dead. And Mind Media is still here.. Back in 1990, one of the software publishers I featured on in the Mindware Catalog, Bert Shaw, sent me this quotation which still hands on my bulletin board. "Nothing in this world can take the place of persistence. Talent will not; nothing is more common than unsuccessful men with talent. Genius will not; unrewarded genius is almost a proconservation alone will not; the world is full of educated derelicts." The saying had nobody it was attributed to, so I decided to look it up on the web as I was wring this, I found out it was said by good old "Silent" Calvin Coolidge himself, so I thought about taking it down since he doesn't have much of a reputation] as he had articulated an idea missed by many in the trendy self- improvement arena. So this special issue is dedicated to the future of what I called Mindware back in 1988. Its come a long way. In this issue, I'll start with three free programs we give away on our site. Then I'm going to take sections of two previous issues to introduce you to five great downloads on the Web (not on our site) and five of the best of the online applications And finally I'll put in a plug for five of my favorite Mind Media Products. So I'm still carrying the torch Mindware. My dream is to make our West into a portal dedicated to the use of computers as mind appliances -- for individual success and personal development and the enhancement of the diverse aspects of human intelligence. How is that for perseverance? +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-+--+--+--+--+--+--+ THREE FREE SOFTWARE DOWNLOADS YOU THAT MAY CHANGE YOUR LIFE Here are three free software give-always from mind media They all can be found on our "Specials Page" http://www.mindmedia.com/specials.html. 1) The first is the ever-popular Mindviewer -- a very close follow up to the original Mind Prober which was published in the mid-1980's: MINDVIEWER GIVES YOU X-RAY VISION INTO ANYONE'S HIDDEN PERSONALITY AND PRIVATE FANTASIES "Gain the advantage in personal and business relationships Reveals the secrets of winning people's trust Developed by an eminent team of psychologists "I was impressed by the reports it produced. In fact, I thought it pegged me pretty darn close to how I perceive myself. After showing the reports to a couple of close (and I mean close) friends, they agreed with Mindviewer's analysis completely. Of course I clipped out the section "Top Secret Sex Fantasies." -- Ron Albright, Computer Shopper Uncover anyone's hidden personality with the best-selling self- improvement program of all time. After using Mindviewer, you will feel like you have x- ray vision into parts of people that normally they can keep hidden. People hide behind masks. With Mindviewer, you gain accurate insight into the true nature of your friends, family, employees, associates. Find out what makes them tick, what gets them angry-- even how to shape their behavior. Developed by Drs. James and Kathy Johnson, a renowned husband/wife psychologist team, the program is both entertaining and enlightening. And its analysis hits home in a big way. Using the program is simple, yet the complex psychometric equations taken from personality psychology make the program uncannily accurate. Mindviewer asks you a series of multiple- choice questions about yourself or someone you wish to know better. Then you get a detailed profile of your subject, which can be viewed on the screen or printed as a detailed 3-5 page report custom-generated from the results. Run Mindviewer on your best friends and see if you get some new angle on them. Run Mindviewer on your boss for advice on important matters like how to get that raise or next promotion. Or try the program on your spouse or lover to reveal some hidden fantasies that just might warm up your relationship. You'll have fun finding out what Mindviewer can do for you! A free download at download at http://www.mindmedia.com/mv.com 2) Another of our featured downloads is called Brainworks and it helps you determine which hemisphere of the brain you use --left or right or perhaps a bit of both. WHAT BRAIN HEMISPHERE DO YOU PREFER? ARE YOU MORE VISUAL OR AUDITORY? DISCOVER YOUR PERSONALITY STYLE Do you know whether you prefer your left hemisphere or your right hemisphere? When you think, do you think visually or in sounds? The answer to these two key questions can unlock important secrets to your personality. Secrets, which can give help you to become more successful and effective in everything that you do. Mind Media Life Enhancement Network is pleased to give you, for a limited time, Brain Works, a simple to use software program which answer the two questions we asked at the beginning, and then give you much more. You'll get a complete report which you can read on screen or print, how your unique preferences for right or left hemisphere and for visual or auditory thinking styles make up your unique personality style. But more important, you'll get guidance and important tips on how you can be more effective in your learning, in relating to others and in achieving your goals with maximum success. When you download Brain Works, you get a free subscription to Mind Media Review Newsletter with information on the cutting edge software, CD-ROMs and new technologies in computers and the mind. Back issues of this important publication are available on our site. The questionnaire is visual, short and fun. And you never get the same set of questions twice. The report invaluable! Print it out and keep it for future reverence. For a limited time only, Mind Media Life Enhancement Network presents Brain Work, a revealing mind revealing software program absolutely FREE! Download it now at http://www.mindmedia.com/brain.html The last is called IQ Smarts and it gives you four IQ scores instead of one and helps you build your IQ by several points -- up to 15 says the publishers. TURBOCHARGE YOUR BRAIN WITH IQ SMARTS MEASURE YOUR IQ - THEN RAISE IT DRAMATICALLY RAISE YOUR IQ BY 15 POINTS OR MORE Discover your hidden strengths At last, here is a computer program that can not only measures your IQ, and whether you are left or right brained-- it actually raises your IQ. And it will raise it not just a tiny amount but to a dimension that you never dreamed possible. From the psychological and programming genius of Dr. James Johnson -- founder of the pioneer Human Edge Software -- comes IQ SMARTS, dramatic new advance intelligence. The software is based on major breakthroughs in the brain sciences. You?ll get exercises specially designed to develop your brain the same way aerobics, Nautilus, and other fitness programs have given us the ability to develop our body. Until now, these exercises have been available only from professionals with programs costing many thousands of dollars. Now these life- changing exercises are available with IQ SMARTS. IQ SMARTS begins by measuring all aspects of your intelligence through a short test. In the multi-page report you print out, you are told: Your overall IQ score Your "common sense" intelligence IQ score Your "book smarts" intelligence IQ Your "thinking creativity" intelligence score After explaining exactly what these scores mean, the program tells you exactly where you are strongest and targets weaknesses for improvement. IQ SMARTS explains what these strengths and weaknesses mean for your everyday life. Then, you are given a personalized training program that includes exercises, skills and procedures that are specific to your unique makeup and that are guaranteed to improve your ability to think and be creative. The user interface friendly and easy to use and you?ll be building brain cells in minutes after running the program. With this remarkable program, you can actually raise your intelligence by 15 points or more in as little as three weeks. This increase can mean the difference between success and failure in many careers and can lead a better and richer life. Download Spot http://www.mindmedia.com/iqsmart.html +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-+--+--+--+--+--+-- FIVE SOFTWARE DOWNLOAD WEB SITES WORTH HAVING ON YOUR HARD DRIVE If you're at all like me, you love to download and try new software. However as you might have discovered, you only really find a few programs that you continue using and want to keep on your hard drive. Today, I'm going to show some of the programs that I kept on my computer. In addition to being winners, I have tried to choose programs from a variety of different sub-categories of the genre that I call "mindware." They are all worth a download. 1. http://www.goalpro.com/index.cfm?ID=50571 The people who publish GoalPro 5.0 calls it "The most effective success- management application available" and the funny thing is -- they may be right! I've been working on a special feature article covering my personal search trying to find the perfect program or combination of programs to accomplish the increasingly difficult task of managing my personal information. And GoalPro software in tandem with Microsoft Outlook is the combo that I use. But you don't have to use GoalPro on a PC. The people at GoalPro have kept up with the state-of-the-art and are offering GoalPro with most of its features intact as an on-line application. So Macintosh and Linux users as well as anyone who has access to the web can begin using GoalPro right now. What does the program do? Well it's hard to describe all of what it does briefly and so next month this publication will have a feature length review of GoalPro. In summary, it guides you through the process of listing and clarifying your most important life objectives. You a set of concrete goals to reach each of these objectives and also create short term tasks for reaching the objectives and goals. The program not only helps you create your "success tree" of objectives, goals and tasks, it sets up a regular daily and separate weekend routine where you visit these lists and determine how you are doing. This is called Success Coach and it's pretty darn useful. There's even a past-due management system where people who set too many tasks or procrastinate -- - people such as myself -- can evaluate and reschedule missed deadlines. Download a free thirty-day trial -- you might want to keep using it. 2. http://www.store-mindjet.com/affiliate.cfm?aff=PEZEVOBFQNFJ A mind map is a visual representation of the relationship between related ideas. The typical map starts with a central idea, word or concept. Then, around the central word you draw five to ten main ideas that relate to that word. You then take each of those child words and again draw the five to ten main ideas that relate to each of those words until you have an excellent visual model of the idea you are trying to understand or express. MindManager 3.7 is perhaps the best tool for creating mind-maps that has yet been devised, Whether you're trying to solve a problem, prioritize your daily activities, organize multiple projects or make a simple to-do list, MindManager will help. Here's some of the wide range of uses for the program: you can prepare speeches and presentations quickly and easily, plan and track complex tasks and projects, share project information with others, via MindManager's unique Internet conferencing, create web sites and/or site maps using the web site export features, track progress on projects visually, to quickly see how far along you are, organize multiple projects at once, take notes efficiently and easily reorganize them and more. Download a free full-featured demo -- or a smaller version which downloads quicker and try it for 21 days. There are a wealth of resources on-line to help you learn the skill of mapping your mind. So if you want the big picture, he's a place to start drawing it. 3.http://www.brain.com Josh Reynolds's Brain.com focuses on mental performance enhancement with its premier thinkFast software. Now thinkFast is an on-line application and brain.com has become an on-line brain-enhancement community. In 1995,the Global Idea Bank listed my idea of the "mini- mind gym" http://www.globalideasbank.org/BOV/BV-488.HTML. The principle is that by using your brain, you can increase your mental fitness. Mind Media's IQ Builder and thinkFast software featured on brain.com work along these principles. They both give you a variety of mental tests which focus on a spectrum of mental abilities. By increasing the difficulty over trials, you "build mental muscle." Now thinkFast has become an on-line application and added features which take the idea of mental fitness workouts further. thinkFast is the perfect mind-mini gym and allows you to measure and save your improvements on-line. It "works you out" on a wide variety of mental skills. The program even includes your own Personal Tutor who coaches you to greater mental heights. 4. http://www.acal.com Stressmaster by Acel Self-Growth Software is about more than just stress. Modules contained within this ambitious Windows program include: Define Goals, Design Life, Overcome Additions, Change My State of Mind, Calm Anger, Cope with Daily Stress and several more. Some of the modules take you through interactive exercises that help you deal with various problem areas. Each of the modules written output is recorded in a master Self Discovery Journal. This is one of the best of the growing number of programs aimed toward self-therapy, StressMaster is available for a 30-day free trial. 5. http://brainstorming.org/ablemind/index.html ThinkWorld's Ablemind Streaming Idea Generator is the latest in the genre of brainstorming software and works in conjunction with the company's Brainstorming 101 seminar. You can download a demo version of the program, which contains a subset of the program's 87 million idea cards. The idea cards, which the program generates upon demand, consist of three words - a verb adjective and a noun. For example here are a few of the cards I drew: bevel postmodern shirts, lighten leather cans, vibrate instant televisions, These phrases might seem a bit meaningless but they are there to make you think. The company gives a few examples. Pump basketball shoes, they say, would have made people laugh twenty years ago. Now, after tens of millions of basketball shoes sold, people would think the idea pure genius. A few more examples among the millions possible from Able's software: project Celluloid images, navigate electronic documents. Well the arguments pretty convincing that this software can make me money. I'm going to file my patent for a vibrating instant television tomorrow. . +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-+--+--+--+--+--+-- FIVE MINDWARE ONLINE APPLICATIONS YOU CAN VISIT TODAY by Bruce Eisner The Internet is always issuing new and trendy buzzwords and so you have probably started hearing that the next wave on the Web is online applications. In fact, online applications have arrived and will revolutionize the way that you will use the interactive self- improvement and personal-development tools which is the essence of the meaning of this new genre of Mindware tools. Since the beginning of personal computing, there have always been a number of competing operating systems which you can chose from to run your PC. In the past twenty years CPM, OS/2, the BeOS, the Macintosh, many flavors of UNIX along with several flavors of Windows. It has been a situation akin to the Biblical tower of Babel and so computer users for the most part chose Windows along those "who think different" picking the Mac. And the third most popular desktop operating system, Linux. Many people have chose Windows as an operating system because there are hundreds of times as many applications made for it than for the Mac or Linux or the others. Most computer users have dreamed of a day when it didn't matter what operating system you ran, you could use whatever application you wanted on any computer. Online applications are rapidly making this dream a reality. Online applications are built to work within a computer browser so that the application runs on the web server and any web-enabled computer can use them. In addition to their universality of use, these applications can also be upgraded by system administrator of the web server, virtually eliminating the need to constantly buy and install upgrades to every one of your software applications. Confined at first to a small group of mainstream software applications such as accounting software, utilities, online greeting card generators and the like, online applications are now becoming available for the kind of software that I like to write about. So here are five web online applications worth a visit. I've written about some of them before and their here again because they help broaden the range of possible scope of what you can look at today. Five Self-Improvement Online Applications worth a Visit 1.http://www.living-software.com The first personal development online application I'm going to review is by an Israeli team headed by C.E.O Doron Zzur. The link above is to a beta of the most sophisticated self-therapy tool created for the computer and it runs on any machine you care to try it on! After registering, the program prompts you with the question, "How Do You Feel Today." You answer by writing down what psychologists are fond of calling "your issues" and then you are introduced to four helpers in cartoon form. You can choose any of them and they will converse with you and help you clarify your problem and think about it in different terms. Each of the helpers is a different kind of personality and can give advices, which might even contradict the other very different personality. By then noting changes as they occur, you involve yourself in an ongoing process. This process can lead to improvements in attitude and mood as the brainstorming helps you become familiar with your "issue." And with familiarity comes relief by looking at something you here-to-fore avoided. This is a beta and has some rough edges but the good part is that it is free. Also information collected will help to make this site even better. Eventually Mr. Dzur hopes to turn this into a paid service. He was inspired to go into this line of work by a very significant personal crisis in his life, which occurred after his wife passed away with cancer several years ago. He founded this company to make available to the public ways of quickly responding to stressful life crises. His company has board of consulting psychologists and the site is worth a visit or several. 2. http://app.brain.com/member/join.cfm Josh Reynolds's Brain.com focuses on mental performance enhancement with its premier thinkFast software. Now thinkFast is an online application and brain.com has become an online brain-enhancement community. In 1995,the Global Idea Bank listed my idea of the "mini- mind gym" http://www.globalideasbank.org/BOV/BV-488.html was listed for voting.The basic principle is that by using your brain, you can increase your mental fitness by exersing it, just as you do physical muscles. Mind Media's IQ Builder and thinkFast software featured on brain.com work along these principles. They both give you a variety of mental tests, which focus on a spectrum of mental abilities. By increasing the difficulty over trials, you "build mental muscle." Now thinkFast has become an online application and added features, which take the idea of mental fitness workouts further. ThinkFast is the perfect mind-mini gym and allows you to measure and save your improvements online. It "works you out" on a wide variety of mental skills. The program even includes your own Personal Tutor who coaches you to greater mental heights. 3.http://www.goalpro.com/index.cfm?ID=50571 I've written a lot in June and July about GoalPro - which I consider one of the most helpful software programs I've used to help me organize for success. I'm featuring it here again because you've got to look around the site to find that in addition to the software version, there's an online version of GoalPro you can purchase as a subscription which allows anyone including Mac and Linux users to use this significant program. Here's what I wrote in June: The people who publish GoalPro 5.0 calls it "The most effective success management application available" and the funny thing is - - they may be right! GoalPro software in tandem with Microsoft Outlook is the combo that I use. But you don't have to use GoalPro on a PC. The people at GoalPro have kept up with the state-of-the- art and are offering GoalPro with most of its features intact as an online application. So Macintosh and Linux users as well as anyone who has access to the web can begin using GoalPro right now. What does the program do? Well it's hard to describe all of what it does briefly and so next month this publication will have a feature length review of GoalPro. In short, it guides you through the process of listing and clarifying your most important life objectives. You list a set of concrete goals to reach each of these objectives and also create short term tasks for reaching the objectives and goals. The program not only helps you create your "success tree" of objectives, goals and tasks, it sets up a regular daily and separate weekend routine where you visit these lists and determine how you are doing. This is called Success Coach and it's pretty darn useful. There's even a past-due management system where people who set too many tasks or procrastinate can evaluate and reschedule missed deadlines. Download a free thirty-day trial - - you might want to keep using it -- I did. 4. http://www.timecontrol.cc Panella Strategies: Success-Centered Time Management Power and Power Marketing Principles is not an exactly an online application but I put it here because it relies on the multimedia capabilities of the web to deliver an extensive library of time management principles developed by Vince Panella. During the past 18 years, his profit and time-building programs have influenced thousands of companies and tens of thousands of people in 25 countries around the world. The application- like section is called the Time Control Room and it has series of modules which take several days to learn (Panella finds that most people who take other time management courses don't learn anything because they are presented two quickly so they are forgotten just as quickly. Real Audio lectures by Vince Panella are supplemented by written materials available for download and the program together works very well. The cost is $20 per month but readers of this column can email mailto:psi@accelernet.net and get yearlong subscription for only $49.95 if you mention that Robert Galpren, Editor-In-Cheif from the Mind Media review sent you. 5.http://www.ansir.com -- Ashir.com is more than a web site, it is one premier example of Mindware online app. Ashir.com starts with a personality test which uses a unique system called the Ansir Style of Relating. You take the test after registering and are rated on 14 different personality attributes. Here is what they say about their test. "Discover your Self- truth and potential! It's free, challenging, and enlightening! But be warned, this serious test has 2,744 possible combinations and is ranked-by participants and Members alike-among the toughest and most accurate on the Web. Self-honesty is key. Read Profile Briefs first, then learn much, much more with Profiles In Depth absolutely free! Once you take the test, you are presented with a unique perspective on yourself and also become part of the Asir community. It is fun, fascinating and most of all - worth a visit. +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+-+--+--+--+--+--+-- FIVE FAVORITE MIND MEDIA PRODUCTS by the Mind Media Staff Here are the most popular Mind Media products of all time favorite from actual sales figures. 1) Most often on the order list -- our Top Twenty Software Programs from the Famous Mindware Catalog http://www.mindmedia.com/catalog/pub/bundles.html 2) For those of you who want the highest quality Mindware CD-ROM based mental tests -- Be Sure to Get the Superstar Suite! Five multimedia tests originally published] by Virtual Knowledge, Inc available at http://www.mindmedia.com/customer3.html 3) Always Popular -- Mind Prober 3.0 at http://wwww.mindmedia.com/probind.html came in third 4) The State-of-the-Art CD-ROM by Psychologist Sam Keen --Your Mythic Journey http://www.mindmedia.com/mythicj.html 5) Five Multimedia CD-ROMs for Personal and Professional Success -- Full Interactive Video Courses on a Disk! Titles: Manage Time, Organize For Success, Manage Stress, Attitude for Success and Communicate! http://www.mindmedia.com/catalog/pub/cdrom.html +--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+ Digital River -- the world's largest electronic download company has taken over administration of our electronic download catalog. This means that you get their 30 money back guarantee and their technical support staff is on call 24/7 to insure that if you pay for your download you get your download. Just go to http://www.digitalriver.com/dr/v2/ec_Main.Entry?SP=10007&SID=30169 &CID=0 We hope you enjoy the work our staff has done to enrich the product descriptions of the programs you can download there include Mind Prober 3.0 and our Top Ten Windows Best-Sellers -. . .-- ... --- ..-. - .... . .-- .. .-. . -.. Mind Media, Inc. 849 Almar Ave. Suite C-125 Santa Cruz, CA 95060 You can order securely on our web site or Call toll free during weekdays at 1-800-818-9445 Or Internationally:1+831+4260762 Or FAX 1+831+426-8519 +--+--+--+--+--+--+--+--+--+--+--+--+--+--+ Thank you for reading and stay tuned for more! For comments or contributions, send e-mail to Mead Rose mailto:web@mindmedia.com Copyright 2002, Mind Media, Inc. -. . .-- ... --- ..-. - .... . .-- .. .-. . -.. --- You are currently subscribed to mindmedia as: freebsd-questions@freebsd.org To unsubscribe send a blank email to leave-mindmedia-473501L@lyris.bestnet.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 4:48:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pc1-dale5-0-cust136.not.cable.ntl.com (pc1-dale5-0-cust100.not.cable.ntl.com [80.1.76.100]) by hub.freebsd.org (Postfix) with SMTP id 1CD7437B402 for ; Sat, 23 Feb 2002 04:48:20 -0800 (PST) Received: (qmail 14591 invoked from network); 23 Feb 2002 12:48:07 -0000 Received: from localhost (HELO matt.thebigchoice.com) (127.0.0.1) by localhost with SMTP; 23 Feb 2002 12:48:07 -0000 Date: Sat, 23 Feb 2002 12:48:07 +0000 From: Matt H To: "Brent" Cc: freebsd-questions@freebsd.org Subject: Re: FBSD & games like quake3 Message-Id: <20020223124807.562d32c6.freebsd-questions@cuntbubble.com> In-Reply-To: <017201c1bbdf$4147a500$37b4a8c0@pretorian> References: <017201c1bbdf$4147a500$37b4a8c0@pretorian> X-Mailer: Sylpheed version 0.7.1 (GTK+ 1.2.10; i386--freebsd4.4) 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 Fri, 22 Feb 2002 15:26:48 -0500 "Brent" wrote: > Im using FreeBSD 4.3 I have xfree86 version 4.2 and KDE 2.x installed > w/ nvidia gforce2-mx video card. the machine runs great ...Im just > wondering if anyone can point to some "howto" on getting 3dgames such > as quake3..unreal ,,etc.. to run in xwindows..& FreeBSD 4.3. > Ive run 3dgames on a linux box ....but not Unix.. any help is greatly > appreciated. > > Bmyster hi matey, freebsd-multimedia is the best group for asking this the NVidia card is going to mess you up though (AFAIK) you need to enable DRI in Xfree and nvidia's drivers don't do dri I've recently bought on a voodoo 5 from ebay for that very reason When it arrives (end of next week I hope) I'll document everything I did to get it going and post to questions & multimedia (though other people have done this in the past) (assuming it works!) my starting point will be : http://gladstone.uoregon.edu/~eanholt/dri/ M To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 4:56:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rudiment.dk (rudiment.egmont-kol.dk [130.225.237.12]) by hub.freebsd.org (Postfix) with ESMTP id 4AE6437B400 for ; Sat, 23 Feb 2002 04:56:07 -0800 (PST) Received: by mail.rudiment.dk (Postfix, from userid 104) id 3F0DD11FBE; Sat, 23 Feb 2002 14:05:01 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.rudiment.dk (Postfix) with ESMTP id 30AAA11EF3 for ; Sat, 23 Feb 2002 14:05:01 +0100 (CET) Date: Sat, 23 Feb 2002 14:05:01 +0100 (CET) From: Morten Grunnet Buhl Reply-To: Morten Grunnet Buhl To: Subject: Re: ssh within jail ? In-Reply-To: <5.1.0.14.2.20020223062634.06c79630@mail.Go2France.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 Sat, 23 Feb 2002, Len Conrad wrote: > Are there any special problems, or even is it possible, to set up ssh in > each jail? - Nope, have not had any problem in that kind (I have 6 jails running). Just add sshd_enable="YES" in /etc/rc.conf in the jails you want to have sshd running in. BOL, Morten. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5: 1:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rudiment.dk (rudiment.egmont-kol.dk [130.225.237.12]) by hub.freebsd.org (Postfix) with ESMTP id 5E41F37B402 for ; Sat, 23 Feb 2002 05:01:47 -0800 (PST) Received: by mail.rudiment.dk (Postfix, from userid 104) id 34BE711FBE; Sat, 23 Feb 2002 14:10:47 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.rudiment.dk (Postfix) with ESMTP id 2000C11EF3 for ; Sat, 23 Feb 2002 14:10:47 +0100 (CET) Date: Sat, 23 Feb 2002 14:10:47 +0100 (CET) From: Morten Grunnet Buhl Reply-To: Morten Grunnet Buhl To: Subject: Re: How to install freebsd through ftp? In-Reply-To: <1014467007.42223ff8leiding@myrealbox.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 > Hi, > I am using adsl to connect to internet, ethernet card > is realtek 8029. > Could anyone tell me how to install freebsd with adsl?(how to setup network interface)? - I havent had any problems with my realtek cards, just fetch the .flp files and write em to some floppies, the sysinstall found my cards whitout problems. Just follow the instructions in the handbook and you be allright. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html BOL, Morten. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5: 6: 3 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 4AA0137B405 for ; Sat, 23 Feb 2002 05:06:01 -0800 (PST) Received: from leiding [61.171.35.149] by myrealbox.com with NIMS ModWeb Module; Sat, 23 Feb 2002 13:06:00 +0000 Subject: Re: How to install freebsd through ftp? From: Lei Ding To: freebsd-questions@freebsd.org, Date: Sat, 23 Feb 2002 13:06:00 +0000 X-Mailer: NIMS ModWeb Module X-Sender: leiding MIME-Version: 1.0 Message-ID: <1014469560.4c5c8ff8leiding@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have write them to 2 floppies and boot up without problems until it let me choose a media to install from. I selected ftp and ed0, then it asks me to setup network interface, such as hostname and ed0 ipv4 address. What should I do? Thanks -----Original Message----- From: Morten Grunnet Buhl To: Date: Sat, 23 Feb 2002 14:10:47 +0100 (CET) Subject: Re: How to install freebsd through ftp? > Hi, > I am using adsl to connect to internet, ethernet card > is realtek 8029. > Could anyone tell me how to install freebsd with adsl?(how to setup netwo= rk interface)? - I havent had any problems with my realtek cards, just fetch the .flp files and write em to some floppies, the sysinstall found my cards whitout problems. Just follow the instructions in the handbook and you be allright. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html BOL, Morten. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5: 6:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fepC.post.tele.dk (fepC.post.tele.dk [195.41.46.147]) by hub.freebsd.org (Postfix) with ESMTP id BD3C937B400 for ; Sat, 23 Feb 2002 05:06:27 -0800 (PST) Received: from dynamic ([62.243.48.31]) by fepC.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020223130626.QCKW17715.fepC.post.tele.dk@dynamic> for ; Sat, 23 Feb 2002 14:06:26 +0100 Received: (from ole@localhost) by dynamic (8.11.6/8.11.6) id g1ND54534454 for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 14:05:04 +0100 (CET) (envelope-from ole_guldberg@mail.dk) X-Authentication-Warning: dynamic: ole set sender to ole_guldberg@mail.dk using -f Date: Sat, 23 Feb 2002 14:05:03 +0100 From: Ole Guldberg Jensen To: freebsd-questions@FreeBSD.ORG Subject: Re: How to install freebsd through ftp? Message-ID: <20020223140503.A7025@mail.dk> References: <1014467007.42223ff8leiding@myrealbox.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="sm4nu43k4a2Rpi4c" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1014467007.42223ff8leiding@myrealbox.com>; from leiding@myrealbox.com on Sat, Feb 23, 2002 at 12:23:27PM +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 --sm4nu43k4a2Rpi4c Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 23, 2002 at 12:23:27PM +0000, Lei Ding wrote: > Hi, > I am using adsl to connect to internet, ethernet card > is realtek 8029.=20 > Could anyone tell me how to install freebsd with adsl?(how to setup netwo= rk interface)? > > Thanks >=20 1) Get a bootdisk 2) Select FTP as installationmedia you should be ready to go.. you could read: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-media.html for help.. best o' luck /ole --=20 see my pgp public key at http://home20.inet.tele.dk/ole_guldberg or at: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xEC74D4C5 The first time is for love. The next time is $200. --sm4nu43k4a2Rpi4c Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8d5Nw17UJZux01MURAkDuAJ9VEMBF4lAB1ehogRUxej3uFlteKACeMag8 haF+DqKoUxVpUEkPlkTxr3Y= =xyho -----END PGP SIGNATURE----- --sm4nu43k4a2Rpi4c-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:11:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fepF.post.tele.dk (fepF.post.tele.dk [195.41.46.135]) by hub.freebsd.org (Postfix) with ESMTP id 4D88437B400 for ; Sat, 23 Feb 2002 05:11:33 -0800 (PST) Received: from dynamic ([62.243.48.31]) by fepF.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020223131131.TANK8024.fepF.post.tele.dk@dynamic> for ; Sat, 23 Feb 2002 14:11:31 +0100 Received: (from ole@localhost) by dynamic (8.11.6/8.11.6) id g1NDAAf69195 for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 14:10:10 +0100 (CET) (envelope-from ole_guldberg@mail.dk) X-Authentication-Warning: dynamic: ole set sender to ole_guldberg@mail.dk using -f Date: Sat, 23 Feb 2002 14:10:10 +0100 From: Ole Guldberg Jensen To: freebsd-questions@FreeBSD.ORG Subject: Re: How to install freebsd through ftp? Message-ID: <20020223141010.B7025@mail.dk> References: <1014469560.4c5c8ff8leiding@myrealbox.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="Bn2rw/3z4jIqBvZU" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1014469560.4c5c8ff8leiding@myrealbox.com>; from leiding@myrealbox.com on Sat, Feb 23, 2002 at 01:06:00PM +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 --Bn2rw/3z4jIqBvZU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 23, 2002 at 01:06:00PM +0000, Lei Ding wrote: > Hi, > I have write them to 2 floppies and boot up without problems until > it let me choose a media to install from. I selected ftp and ed0, > then it asks me to setup network interface, such as hostname and > ed0 ipv4 address. What should I do? > Thanks >=20 This depends on you internet connection.. I have to set up my networkinterface using DHCP.. --=20 see my pgp public key at http://home20.inet.tele.dk/ole_guldberg or at: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xEC74D4C5 The first time is for love. The next time is $200. --Bn2rw/3z4jIqBvZU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8d5Sx17UJZux01MURAo87AKDUcw97cS3tW1GeMe9F9fy5aH3ouwCgrzV0 UC6NruAMDlVqKcNZqWkdbs8= =3jcn -----END PGP SIGNATURE----- --Bn2rw/3z4jIqBvZU-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:17:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id B2F6437B400 for ; Sat, 23 Feb 2002 05:17:27 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1NDHPHr012040; Sat, 23 Feb 2002 14:17:25 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1NDHOvQ012039; Sat, 23 Feb 2002 14:17:24 +0100 (CET) (envelope-from flo) Date: Sat, 23 Feb 2002 14:17:24 +0100 From: Florian Nigsch To: Jacob Rhoden , freebsd-questions@freebsd.org Subject: Re: retrieving kernel file from memory Message-ID: <20020223141724.D11409@nigsch.com> References: <5.0.0.25.2.20020223190529.00a05120@pop.iprimus.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <5.0.0.25.2.20020223190529.00a05120@pop.iprimus.com.au>; from f3z@iprimus.com.au on Sat, Feb 23, 2002 at 07:07:27PM +1100 Sender: owner-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, Feb 23, 2002 at 07:07:27PM +1100, Jacob Rhoden wrote: > I recompiled my kernel twice, then thought it might be a nice idea to have > a copy of the old kernel in case the system didn't boot properly. Is there > a (simpleish) way to get a copy of the current kernel in memory back on disk? ---end quoted text--- The kernel you are running is /kernel unless you specified another kernel in the boot-process by the boot-loader. If you want have a kernel of which you know that it runs and you want to keep it for later purposes you can always copy it's file (/kernel) to another file, let's say /kernel.good. In case you install a new kernel as your default kernel (/kernel) the current kernel is saved for you in /kernel.old flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:19:50 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 C103937B402 for ; Sat, 23 Feb 2002 05:19:47 -0800 (PST) Received: from leiding [61.171.35.149] by myrealbox.com with NIMS ModWeb Module; Sat, 23 Feb 2002 13:19:47 +0000 Subject: Re: Re: How to install freebsd through ftp? From: Lei Ding To: freebsd-questions@freebsd.org, Date: Sat, 23 Feb 2002 13:19:47 +0000 X-Mailer: NIMS ModWeb Module X-Sender: leiding MIME-Version: 1.0 Message-ID: <1014470387.4c5c8ff8leiding@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, It asked me whether to use dhcp, I answered yes, then after about 3 minute, it displays the network configuration. this is my very first time to install freebsd, would you please tell me wha= t=20 should I do next in more detail? Thanks very much. -----Original Message----- From: Ole Guldberg Jensen To: freebsd-questions@FreeBSD.ORG Date: Sat, 23 Feb 2002 14:10:10 +0100 Subject: Re: How to install freebsd through ftp? On Sat, Feb 23, 2002 at 01:06:00PM +0000, Lei Ding wrote: > Hi, > I have write them to 2 floppies and boot up without problems until > it let me choose a media to install from. I selected ftp and ed0, > then it asks me to setup network interface, such as hostname and > ed0 ipv4 address. What should I do? > Thanks >=20 This depends on you internet connection.. I have to set up my networkinterface using DHCP.. --=20 see my pgp public key at http://home20.inet.tele.dk/ole_guldberg or at: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xEC74D4C5 The first time is for love. The next time is $200. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:24:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imo-m07.mx.aol.com (imo-m07.mx.aol.com [64.12.136.162]) by hub.freebsd.org (Postfix) with ESMTP id 7A6FF37B400 for ; Sat, 23 Feb 2002 05:24:08 -0800 (PST) Received: from Midgard96@aol.com by imo-m07.mx.aol.com (mail_out_v32.5.) id n.194.2bc454d (4410) for ; Sat, 23 Feb 2002 08:24:04 -0500 (EST) From: Midgard96@aol.com Message-ID: <194.2bc454d.29a8f1f4@aol.com> Date: Sat, 23 Feb 2002 08:24:04 EST Subject: Install help To: questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_194.2bc454d.29a8f1f4_boundary" X-Mailer: AOL 6.0 for Windows US sub 10556 Sender: owner-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_194.2bc454d.29a8f1f4_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I am totally new to BSD so please bear with me. I have not found any documentation in the troubleshooting section of the v4.4 book or disks here is the file where my installation hangs up: Mounting root from ufs:/dev/md0c I have an older Compaq Laptop I am trying to install this on to. I have win 98 on it now but I want a clean install of BSD. I have loaded Redhat 7.1 on it before without any problems amd have re installed W98 Thanks DJ Please haelp and if you need any more info please just ask. --part1_194.2bc454d.29a8f1f4_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit I am totally new to BSD so please bear with me. I have not found any documentation in the troubleshooting section of the v4.4 book or disks here is the file where my installation hangs up:

Mounting root from ufs:/dev/md0c

I have an older Compaq Laptop I am trying to install this on to. I have win 98 on it now but I want a clean install of BSD. I have loaded Redhat 7.1 on it before without any problems amd have re installed W98

Thanks
DJ

Please haelp and if you need any more info please just ask.
--part1_194.2bc454d.29a8f1f4_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:25:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 6DF0737B402 for ; Sat, 23 Feb 2002 05:25:50 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1NDPnHr012112; Sat, 23 Feb 2002 14:25:49 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1NDPn6D012111; Sat, 23 Feb 2002 14:25:49 +0100 (CET) (envelope-from flo) Date: Sat, 23 Feb 2002 14:25:49 +0100 From: Florian Nigsch To: Pascal Poschenrieder , freebsd-questions@freebsd.org Subject: Re: Question about Port Forwarding Message-ID: <20020223142549.E11409@nigsch.com> References: <000001c1bc5e$b0c988b0$0100000a@DOCMOD> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <000001c1bc5e$b0c988b0$0100000a@DOCMOD>; from DOCMOD@t-online.de on Sat, Feb 23, 2002 at 12:38:58PM +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 Sat, Feb 23, 2002 at 12:38:58PM +0100, Pascal Poschenrieder wrote: > Dear FreeBSD Team! > I've got an old Computer with FreeBSD as its OS. This Computer is > connected to the internet. It is a DSL connection. > The Computer has the function of a router and it works. > But there is just one problem: > I wanna to forward every ports to my other computer, which is on > 10.0.0.2, but I can't emagine how to do this. > It is FreeBSD version 4.3. Please help me!! > THX, Pascal. ---end quoted text--- The first method of which I would think of is using a kernel which is capable of divert sockets (options IPDIVERT or so) and ipfw (options IPFIREWALL). You then have to setup a divert rule at the beginning of your firewall ipfw add 100 divert natd ip from any to any via and setup a redirect directive for natd to work. see natd(8) for the correct syntax, buzt for you it will be something like redirect_adress 10.0.0.2 which would redirect anything destined for to 10.0.0.2. Hope that helps. flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:29:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fepD.post.tele.dk (fepD.post.tele.dk [195.41.46.149]) by hub.freebsd.org (Postfix) with ESMTP id 7376C37B400 for ; Sat, 23 Feb 2002 05:29:48 -0800 (PST) Received: from dynamic ([62.243.48.31]) by fepD.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020223132946.SPGO22883.fepD.post.tele.dk@dynamic> for ; Sat, 23 Feb 2002 14:29:46 +0100 Received: (from ole@localhost) by dynamic (8.11.6/8.11.6) id g1NDSON72799 for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 14:28:25 +0100 (CET) (envelope-from ole_guldberg@mail.dk) X-Authentication-Warning: dynamic: ole set sender to ole_guldberg@mail.dk using -f Date: Sat, 23 Feb 2002 14:28:24 +0100 From: Ole Guldberg Jensen To: freebsd-questions@FreeBSD.ORG Subject: Re: Re: How to install freebsd through ftp? Message-ID: <20020223142824.A50173@mail.dk> References: <1014470387.4c5c8ff8leiding@myrealbox.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1014470387.4c5c8ff8leiding@myrealbox.com>; from leiding@myrealbox.com on Sat, Feb 23, 2002 at 01:19:47PM +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 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 23, 2002 at 01:19:47PM +0000, Lei Ding wrote: > Hi, > It asked me whether to use dhcp, I answered yes, then after about 3 minut= e, > it displays the network configuration. This sound spooky look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-post.html > this is my very first time to install freebsd, would you please tell me w= hat=20 > should I do next in more detail? As Morten said: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install.html it is very detailed. /ole --=20 see my pgp public key at http://home20.inet.tele.dk/ole_guldberg or at: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xEC74D4C5 The first time is for love. The next time is $200. --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8d5j317UJZux01MURAki7AJ983yNPzAc0Wu+5dZsrFBamKx2FNwCbBqXO R4GooxJMz8fn2JqJCb83F2k= =tJAC -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:33:56 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 2A11D37B400 for ; Sat, 23 Feb 2002 05:33:53 -0800 (PST) Received: from hades.hell.gr (patr530-a180.otenet.gr [212.205.215.180]) by mailsrv.otenet.gr (8.12.2/8.12.2) with ESMTP id g1NDXdqO008479; Sat, 23 Feb 2002 15:33:44 +0200 (EET) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id g1NDLOd01026; Sat, 23 Feb 2002 15:21:24 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Sat, 23 Feb 2002 15:21:24 +0200 From: Giorgos Keramidas To: LOA Maine mailing list Cc: freebsd-questions@freebsd.org Subject: Re: bash shell environment & colors Message-ID: <20020223132124.GA647@hades.hell.gr> References: <003801c1ba3b$215463a0$37b4a8c0@pretorian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <003801c1ba3b$215463a0$37b4a8c0@pretorian> User-Agent: Mutt/1.3.25i Sender: owner-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-02-20 13:19, LOA Maine mailing list wrote: > Im using FreeBSD 4.3 ..and the bash shell...when at the actual terminal > color works...however when i ssh to the box i dont get colors.. > I get all the other environmemt stuff ...typical bash stuff...but no color > ....how do i change this .. I woiuld really like colors when i ssh to the > box. That's most likely a terminal setup thing. A combination of the TERM you use on the client side, and the TERM settings of the ssh session. When I use ssh to connect from one of the virtual consoles with TERM=cons25 to a Linux box, and I change my TERM to 'ansi' after I connect, colours display correctly. If I fire up screen(1) on my workstation, and set TERM=vt220 before I ssh, then no colours are shown, and I have a monochrome terminal. Giorgos Keramidas FreeBSD Documentation Project keramida@{freebsd.org,ceid.upatras.gr} http://www.FreeBSD.org/docproj/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:35:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rudiment.dk (rudiment.egmont-kol.dk [130.225.237.12]) by hub.freebsd.org (Postfix) with ESMTP id 066EE37B400 for ; Sat, 23 Feb 2002 05:35:19 -0800 (PST) Received: by mail.rudiment.dk (Postfix, from userid 104) id E4B4411FBE; Sat, 23 Feb 2002 14:44:18 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.rudiment.dk (Postfix) with ESMTP id D467311EF3 for ; Sat, 23 Feb 2002 14:44:18 +0100 (CET) Date: Sat, 23 Feb 2002 14:44:18 +0100 (CET) From: Morten Grunnet Buhl Reply-To: Morten Grunnet Buhl To: Subject: Re: Re: How to install freebsd through ftp? In-Reply-To: <1014470387.4c5c8ff8leiding@myrealbox.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 Sat, 23 Feb 2002, Lei Ding wrote: > Hi, > It asked me whether to use dhcp, I answered yes, then after about 3 minute, > it displays the network configuration. > this is my very first time to install freebsd, would you please tell me what > should I do next in more detail? - Are you behind a router, moden or other? do you get your ip throu DHCP. If you do get it through DHCP the gateway field should include an ip. does it do that? fille in your hostname and tab to your ipv4 and write the ip that your DHCP say is "legal" 10.0.* 192.168.* tab to ok and press enter. NB this is only if yor IP support DHCP in some way! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:40:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id D01F737B405 for ; Sat, 23 Feb 2002 05:40:35 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16ecPi-00037z-00 for FreeBSD-questions@FreeBSD.org; Sat, 23 Feb 2002 13:40:34 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id 9462913040 for ; Sat, 23 Feb 2002 14:40:33 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id E182622593; Sat, 23 Feb 2002 14:40:33 +0100 (CET) Date: Sat, 23 Feb 2002 14:40:33 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.org Subject: Local CVS repository, the final frontier Message-ID: <20020223134033.GA13138@raggedclown.net> 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 Hi, Ok..updating src from my local network repository, no problem But what command do I give to 'cvs' to update the /usr/ports collection from the network repository (which is updated nightly). I have spent all morning, thinking and trying and I am damned if I can get it to work a la cvsupit (i.e. update changed ports). I realise that ports is not under cvs as such, is there some magic to get it to just replace older files with newer ones. Or do I need to write a find script..whatever ? Thanks.. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 5:45:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 232A837B436 for ; Sat, 23 Feb 2002 05:45:22 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1NDjKHr012252; Sat, 23 Feb 2002 14:45:20 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1NDjKES012251; Sat, 23 Feb 2002 14:45:20 +0100 (CET) (envelope-from flo) Date: Sat, 23 Feb 2002 14:45:20 +0100 From: Florian Nigsch To: Cliff Sarginson , freebsd-questions@freebsd.org Subject: Re: Local CVS repository, the final frontier Message-ID: <20020223144520.F11409@nigsch.com> References: <20020223134033.GA13138@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020223134033.GA13138@raggedclown.net>; from csfbsd@raggedclown.net on Sat, Feb 23, 2002 at 02:40:33PM +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 Sat, Feb 23, 2002 at 02:40:33PM +0100, Cliff Sarginson wrote: > But what command do I give to 'cvs' to update the /usr/ports > collection from the network repository (which is updated nightly). > I have spent all morning, thinking and trying and I am damned if > I can get it to work a la cvsupit (i.e. update changed ports). > I realise that ports is not under cvs as such, is there some > magic to get it to just replace older files with newer ones. ---end quoted text--- A glimpse into the files in /usr/share/examples/cvsup should give you some hints. flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 6:41:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id A458137B419 for ; Sat, 23 Feb 2002 06:41:22 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020223144122.XPSH1214.rwcrmhc54.attbi.com@blossom.cjclark.org>; Sat, 23 Feb 2002 14:41:22 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1NEfLw22482; Sat, 23 Feb 2002 06:41:21 -0800 (PST) (envelope-from cjc) Date: Sat, 23 Feb 2002 06:41:21 -0800 From: "Crist J. Clark" To: Cliff Sarginson Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: Local CVS repository, the final frontier Message-ID: <20020223064121.G16048@blossom.cjclark.org> References: <20020223134033.GA13138@raggedclown.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020223134033.GA13138@raggedclown.net>; from csfbsd@raggedclown.net on Sat, Feb 23, 2002 at 02:40:33PM +0100 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 23, 2002 at 02:40:33PM +0100, Cliff Sarginson wrote: > Hi, > Ok..updating src from my local network repository, no problem > But what command do I give to 'cvs' to update the /usr/ports > collection from the network repository (which is updated nightly). > I have spent all morning, thinking and trying and I am damned if > I can get it to work a la cvsupit (i.e. update changed ports). > I realise that ports is not under cvs as such, is there some > magic to get it to just replace older files with newer ones. > Or do I need to write a find script..whatever ? I'm not sure I understand. The ports are under CVS control just as much as any other part of FreeBSD. You say you have a local repository? Why not just cvsup(1) the ports (if you are not already) and just use cvs(1) the same way? -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 7: 3: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id 32AF337B404 for ; Sat, 23 Feb 2002 07:03:01 -0800 (PST) Received: (qmail 89116 invoked from network); 23 Feb 2002 15:04:05 -0000 Received: from localhost.nexgen.com (HELO noc) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 23 Feb 2002 15:04:05 -0000 Message-ID: <003701c1bc7b$0e9fd680$faa0b542@noc> From: "alexus" To: Subject: logs (rotation) Date: Sat, 23 Feb 2002 10:02:05 -0500 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 I have few questions regarding rotations logs 1. when I use TransferLog inside my apache's configuration I get common type of log, how can I switch it to combined? 2. how can I rotate error_log? 3. can I limit amount of logs? 4. those numbers.. what do they mean? is there any sequence in them? transfer_log.1014249600 transfer_log.1014336000 transfer_log.1014422400 thank you in advance To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 7:12:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id 64ED037B404 for ; Sat, 23 Feb 2002 07:12:42 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1NFCcHr012924; Sat, 23 Feb 2002 16:12:38 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1NFCcq1012923; Sat, 23 Feb 2002 16:12:38 +0100 (CET) (envelope-from flo) Date: Sat, 23 Feb 2002 16:12:38 +0100 From: Florian Nigsch To: alexus , freebsd-questions@freebsd.org Subject: Re: logs (rotation) Message-ID: <20020223161238.A12878@nigsch.com> References: <003701c1bc7b$0e9fd680$faa0b542@noc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <003701c1bc7b$0e9fd680$faa0b542@noc>; from ml@db.nexgen.com on Sat, Feb 23, 2002 at 10:02:05AM -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, Feb 23, 2002 at 10:02:05AM -0500, alexus wrote: > 1. when I use TransferLog inside my apache's configuration I get common type > of log, how can I switch it to combined? make sure you have a line reading LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined in your httpd.conf file and for the logging add a line CustomLog /var/log/httpd-access.log combined for each vhost you want to log separately > 2. how can I rotate error_log? by adding the files you want to rotate to newsyslog.conf or by creating a script yourself and running it on a periodic basis out of cron. > 3. can I limit amount of logs? newsyslog provides this capability, you could add it to your script. > 4. those numbers.. what do they mean? is there any sequence in them? > transfer_log.1014249600 transfer_log.1014336000 transfer_log.1014422400 No idea on this. Is there something already rotating your logs? flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 7:38:48 2002 Delivered-To: freebsd-questions@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id 0B7FA37B404 for ; Sat, 23 Feb 2002 07:38:45 -0800 (PST) Received: (qmail 91326 invoked from network); 23 Feb 2002 15:39:49 -0000 Received: from localhost.nexgen.com (HELO noc) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 23 Feb 2002 15:39:49 -0000 Message-ID: <001801c1bc80$0c7bf2d0$faa0b542@noc> From: "alexus" To: "Florian Nigsch" , References: <003701c1bc7b$0e9fd680$faa0b542@noc> <20020223161238.A12878@nigsch.com> Subject: Re: logs (rotation) Date: Sat, 23 Feb 2002 10:37: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 ----- Original Message ----- From: "Florian Nigsch" To: "alexus" ; Sent: Saturday, February 23, 2002 10:12 AM Subject: Re: logs (rotation) > On Sat, Feb 23, 2002 at 10:02:05AM -0500, alexus wrote: > > 1. when I use TransferLog inside my apache's configuration I get common type > > of log, how can I switch it to combined? > > make sure you have a line reading > > LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined > > in your httpd.conf file > > and for the logging add a line > > CustomLog /var/log/httpd-access.log combined > > for each vhost you want to log separately i did that and it works fine, however when i run rotatelogs from apache's dir i get this instructions %/usr/local/apache/bin/rotatelogs Usage: /usr/local/apache/bin/rotatelogs [offset minutes from UTC] Add this: TransferLog "|/usr/local/apache/bin/rotatelogs /some/where 86400" to httpd.conf. The generated name will be /some/where.nnnn where nnnn is the system time at which the log nominally starts (N.B. this time will always be a multiple of the rotation time, so you can synchronize cron scripts with it). At the end of each rotation time a new log is started. % so they suggest to use TransferLog instead of CustomLog this is also an answer for my question 4 > > > 2. how can I rotate error_log? > > by adding the files you want to rotate to newsyslog.conf or by creating > a script yourself and running it on a periodic basis out of cron. > > > 3. can I limit amount of logs? > > newsyslog provides this capability, you could add it to your script. > > > 4. those numbers.. what do they mean? is there any sequence in them? > > transfer_log.1014249600 transfer_log.1014336000 transfer_log.1014422400 > > No idea on this. Is there something already rotating your logs? > > flo > all those questions meant to do all rotating and other stuff withing apache. > > -- > > > --- > Florian Nigsch > http://flo.nigsch.com/ > PGP key: http://flo.nigsch.com/fnigsch.asc > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 8:15:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ulixes.esc.ac.at (ulixes.esc.ac.at [193.170.216.34]) by hub.freebsd.org (Postfix) with ESMTP id BCCFD37B405 for ; Sat, 23 Feb 2002 08:15:05 -0800 (PST) Received: from ulixes.esc.ac.at (localhost.esc.ac.at [127.0.0.1]) by ulixes.esc.ac.at (8.12.2/8.12.2) with ESMTP id g1NGF2Hr013369; Sat, 23 Feb 2002 17:15:02 +0100 (CET) (envelope-from flo@ulixes.esc.ac.at) Received: (from flo@localhost) by ulixes.esc.ac.at (8.12.2/8.12.2/Submit) id g1NGF29F013368; Sat, 23 Feb 2002 17:15:02 +0100 (CET) (envelope-from flo) Date: Sat, 23 Feb 2002 17:15:02 +0100 From: Florian Nigsch To: alexus , freebsd-questions@freebsd.org Subject: Re: logs (rotation) Message-ID: <20020223171502.A13010@nigsch.com> References: <003701c1bc7b$0e9fd680$faa0b542@noc> <20020223161238.A12878@nigsch.com> <001801c1bc80$0c7bf2d0$faa0b542@noc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <001801c1bc80$0c7bf2d0$faa0b542@noc>; from ml@db.nexgen.com on Sat, Feb 23, 2002 at 10:37:48AM -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, Feb 23, 2002 at 10:37:48AM -0500, alexus wrote: > i did that and it works fine, however > > when i run rotatelogs from apache's dir i get this instructions > > %/usr/local/apache/bin/rotatelogs > Usage: /usr/local/apache/bin/rotatelogs > [offset minutes from UTC] > > Add this: > > TransferLog "|/usr/local/apache/bin/rotatelogs /some/where 86400" > > to httpd.conf. The generated name will be /some/where.nnnn where nnnn is the > system time at which the log nominally starts (N.B. this time will always be > a > multiple of the rotation time, so you can synchronize cron scripts with it). > At the end of each rotation time a new log is started. > % > > so they suggest to use TransferLog instead of CustomLog > ---end quoted text--- Hey, i didn't even know that there was a binary 'rotatelogs' included with apache... ;-) Therefore I don't know it's behaviour and such. But I could imagine that instead of TransferLog-ing to the pipe you could CustomLog into the pipe, like so CustomLog "|/usr/../rotatelogs " I am in no case sure if that might work, but I would try it without hesitation. I think it does work. Why not? ;) flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 8:31:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe71.law10.hotmail.com [64.4.14.206]) by hub.freebsd.org (Postfix) with ESMTP id 2AC7637B400 for ; Sat, 23 Feb 2002 08:31:30 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Feb 2002 08:31:30 -0800 X-Originating-IP: [24.201.83.93] From: "Sandro Mancuso" To: "'Pascal Poschenrieder'" , Subject: RE: Question about Port Forwarding Date: Sat, 23 Feb 2002 11:31:35 -0500 Message-ID: <001401c1bc87$8f5e8df0$6400a8c0@windows> 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: <000001c1bc5e$b0c988b0$0100000a@DOCMOD> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 23 Feb 2002 16:31:30.0118 (UTC) FILETIME=[8C28DE60:01C1BC87] Sender: owner-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 easiest way to do so is by using ipnat. And ipfilter imho. (I'm a newbie, I managed to get it running after only a week of trial and error. its got to be easy ;-) check out www.obfuscation.org/ipf for an *excellent* whitepaper on that topic. What you need to do, is create a file, generally ipnat.rules and run that using ipnat (I believe it would be "ipnat -f /etc/ipnat.rules") and that will forward all specified ports in that file to the machine on the internal network you specify Assuming you already use ipnat now, all you have to add to the ipnat.rules file are rdr rules: Rdr xl0 ext.ip.add.ress port xx -> 10.0.0.2 port xx Note that to the best of my knowledge, using a port range here, ie port 1000 >< 2000 for example won't work. I've never used it though, so you might as well try. Furthermore, in case it may be of interest to you, the two port numbers do not have to be the same. You can make a rule that would translate a service run internally on port 40000 to the "correct" port on the outside, say port 22 for ssh or something. Hope this helps, good luck Here's a list of great sites to help you with this (just ignore the whole firewall part for your case). All of them mention predominantly IPFILTER, but each have to mention ipnat because the two work hand in hand. http://www.schlacter.net:8500/public/FreeBSD-STABLE_and_IPFILTER.html http://www.muine.org/~hoang/freenat.html http://www.freebsd-howto.com/HOWTO/ http://pcunix.com/Security/ipfilter.html -----Original Message----- From: owner-freebsd-questions@FreeBSD.ORG [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of Pascal Poschenrieder Sent: February 23, 2002 6:39 AM To: freebsd-questions@FreeBSD.ORG Subject: Question about Port Forwarding Dear FreeBSD Team! I've got an old Computer with FreeBSD as its OS. This Computer is connected to the internet. It is a DSL connection. The Computer has the function of a router and it works. But there is just one problem: I wanna to forward every ports to my other computer, which is on 10.0.0.2, but I can't emagine how to do this. It is FreeBSD version 4.3. Please help me!! THX, Pascal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 8:31:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 9EDFE37B400 for ; Sat, 23 Feb 2002 08:31:37 -0800 (PST) Received: from barbish ([63.70.155.78]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Sat, 23 Feb 2002 11:36:02 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: portcheckout & cvsup & cvs Date: Sat, 23 Feb 2002 11:31:34 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.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 The handbook says that the FBSD support source tree are managed by cvsup and replaces the old way of using cvs. Portcheckout uses cvs to select just one port make files for download to my FBSD box. Will portcheckout get the correct content if used? In response to a question I posted previously someone said that I could get cvsup to do the same thing portcheckout does using this format of the cvsup command. Cvsup -g -l2 -I ports/www/lynx /etc/cvsupfile Where -I contains the make files you want to download. This does not work for me. As usually the man page contains insufficient information to be of any help. How can I just download selected port make files using cvsup? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 8:43:57 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 4D79D37B400 for ; Sat, 23 Feb 2002 08:43:49 -0800 (PST) Received: from cn850332a ([68.82.170.60]) by mtaout45-01.icomcast.net (iPlanet Messaging Server 5.1 (built Sep 5 2001)) with SMTP id <0GRZ00HU8VSX47@mtaout45-01.icomcast.net> for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 11:43:47 -0500 (EST) Date: Sat, 23 Feb 2002 11:41:55 -0500 From: Dan Shookowsky Subject: Re: How do I install XF86_mach64? To: Eric Anholt , Lane Holcombe Cc: freebsd-questions@FreeBSD.ORG Message-id: <004201c1bc89$40a5e580$3caa5244@cn850332a> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <200202142212.g1EMCLg04713@joeandlane.com> <1013861989.10303.8.camel@positron.anholt.dyn.dhs.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 Sorry I didn't see this message earlier. The bastards at Comcast are switching around stuff and I'm still using the old account until they come clean with the real settings. It turns out that when installing the X dirtribution, I never included the XFMach86 server available from the servers distribution. ----- Original Message ----- From: "Eric Anholt" To: "Lane Holcombe" Cc: "Dan Shookowsky" ; Sent: Saturday, February 16, 2002 7:19 AM Subject: Re: How do I install XF86_mach64? > I think you're confusing 3d drivers with 2d drivers, which is what he > was asking for. The 3.3.6 XFree86 which comes with FreeBSD in the > Distributions option includes a Mach64 2d driver in the Servers section > as "Ma64". The XFree86 4.x series has Mach64 support in the base > package (/usr/ports/x11/XFree86-4 or the XFree86 4 miniports in > /usr/ports/x11*). Dan: I would recommend the 4.x series if you have the > bandwidth/time to get it. > > As far as 3d support, Utah-GLX may support Rage Pro mach64s on FreeBSD, > but I don't know much about it (last experience with mach64 was a 2mb > rage pro with 3.3.6 on linux, and I have no experience with utah on > FreeBSD). There are also several developers working on mach64 support > for the dri. At this point they have it working in a very insecure > mode, but have been able to run many popular apps (q3, etc.). The > kernel module has not been ported to FreeBSD because it's still in heavy > development (doesn't implement DMA yet). > > On Thu, 2002-02-14 at 14:12, Lane Holcombe wrote: > > I think the mach64 driver never got finished for XFree86-3. Check out > > the dri page at http://dri.sourceforge.net/ > > > > There is a great deal of effort underway for DRI in XFree86-4 but I'm > > not sure the mach64 will be supported. Check out the page at > > http://gladstone.uoregon.edu/~eanholt/dri/ > > > > good luck > > > > lane (holcombe) > > > > > > Previously: > > > > >>I've got a beat up Compaq with an ATI Mach64 video card. When I > > >>attempt to run XF86Setup and select the card, I'm told that I need > > >>the XF86_mach64 server. > > > > >>I've searched on google with no result everything seems to indicate > > >>that the server should just be there, but I can't find anything > > >>in /usr/ports and pkg_add -r doesn't seem to know about this file. > > > > >>Since the machine doesn't have a CDROM drive, I've been installing > > >>via FTP. > > > > >>How do I get this server? > > > > > > >>To Unsubscribe: send mail to majordomo@FreeBSD.org > > >>with "unsubscribe freebsd-questions" in the body of the message > > > > -- > > NeoMail - Webmail that doesn't suck... as much. > > http://neomail.sourceforge.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 Sat Feb 23 8:56:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id 0D28C37B402 for ; Sat, 23 Feb 2002 08:56:10 -0800 (PST) Received: from barbish ([63.70.155.78]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Sat, 23 Feb 2002 12:00:35 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: burncd command to write iso image of FBSD 4.5 to cdrom Date: Sat, 23 Feb 2002 11:56:07 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE 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 1 ide cdrom/rw drive on the second ide port on the motherboard. I have downloaded the FBSD 4.5 iso image for the install cdrom. I want to create my own bootable FBSD 4.5 install cdrom. What is the correct burncd command to do this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 9: 3:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail012.syd.optusnet.com.au (mail012.syd.optusnet.com.au [203.2.75.172]) by hub.freebsd.org (Postfix) with ESMTP id F261D37B400 for ; Sat, 23 Feb 2002 09:03:31 -0800 (PST) Received: from gandalf.scott.sh (c26153.sunsh1.vic.optusnet.com.au [203.164.241.159]) by mail012.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id g1NH3UZ02550 for ; Sun, 24 Feb 2002 04:03:30 +1100 Received: (from scotia_mail@localhost) by gandalf.scott.sh (8.11.6/8.11.6) id g1NH3Tj77624 for freebsd-questions@FreeBSD.ORG; Sun, 24 Feb 2002 04:03:29 +1100 (EST) (envelope-from scotia_mail) Date: Sun, 24 Feb 2002 04:03:29 +1100 From: Scott To: freebsd-questions@FreeBSD.ORG Subject: installing samba without cvsup (also: another answer to sorting apache logs) Message-ID: <20020224040329.A77507@gandalf.scott.sh> 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 all, thanks for your input on sorting Apache logs. In my searches I also found this... http://larve.net/people/hugo/2000/08/sort-logs Just type ./sortlog.pl -u infile >outfile. Brilliant. However, to my next question. If I want to install samba support from ports (/usr/ports/net/samba), but I do not want to install printing support (cups), do I edit Makefile and insert the line WITHOUT_CUPS= yes Is that it? I am upgrading via portupgrade so there is no way no pass command line parameters anywhere (I'm not even sure if you can with make). Regards and TIA, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 9: 6:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail016.syd.optusnet.com.au (mail016.syd.optusnet.com.au [203.2.75.176]) by hub.freebsd.org (Postfix) with ESMTP id 813D837B416 for ; Sat, 23 Feb 2002 09:06:20 -0800 (PST) Received: from gandalf.scott.sh (c26153.sunsh1.vic.optusnet.com.au [203.164.241.159]) by mail016.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id g1NH6I632665 for ; Sun, 24 Feb 2002 04:06:19 +1100 Received: (from scotia_mail@localhost) by gandalf.scott.sh (8.11.6/8.11.6) id g1NH6Iq77656 for freebsd-questions@FreeBSD.ORG; Sun, 24 Feb 2002 04:06:18 +1100 (EST) (envelope-from scotia_mail) Date: Sun, 24 Feb 2002 04:06:18 +1100 From: Scott To: freebsd-questions@FreeBSD.ORG Subject: command line only port of lame? Message-ID: <20020224040617.A77641@gandalf.scott.sh> 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 all, is there a commandline only port of Lame in the ports tree? The dependencies in the port description in audio/lame mentions requiring X. Thanks Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 9: 9:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts14-srv.bellnexxia.net (tomts14.bellnexxia.net [209.226.175.35]) by hub.freebsd.org (Postfix) with ESMTP id 141EF37B405 for ; Sat, 23 Feb 2002 09:09:14 -0800 (PST) Received: from there ([216.209.246.42]) by tomts14-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020223170912.YKNU21275.tomts14-srv.bellnexxia.net@there> for ; Sat, 23 Feb 2002 12:09:12 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Pierre-Luc Drouin To: freebsd-questions@freebsd.org Subject: How convert PS 2.0 files in PS 3.0 ? Date: Sat, 23 Feb 2002 12:06:36 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020223170912.YKNU21275.tomts14-srv.bellnexxia.net@there> Sender: owner-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 configure my hp laserjet 1200 printer (supports Postscript 2.0). When i use lp to print a PS 2.0 file, it prints immediately. However, for Postscript 3.0 files, it prints, but i've to wait a lot of time before... Is it normal? Is there a mean to convert ps 3.0 files in ps 2.0? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 9:15:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dark.rebelchat.org (1meg-mtl-adsl172.securenet.net [216.113.17.176]) by hub.freebsd.org (Postfix) with ESMTP id 2638F37B402 for ; Sat, 23 Feb 2002 09:15:43 -0800 (PST) Received: from zombie (zombie [192.168.1.20]) by dark.rebelchat.org (8.11.6/8.11.6) with ESMTP id g1NHFVX85054; Sat, 23 Feb 2002 12:15:33 -0500 (EST) (envelope-from rick@help-desk.ca) Subject: Re: installing samba without cvsup (also: another answer to sorting apache logs) From: Rick Fournier To: Scott Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20020224040329.A77507@gandalf.scott.sh> References: <20020224040329.A77507@gandalf.scott.sh> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-BawrbB5HQkXTreUQaop3" X-Mailer: Evolution/1.0.2 Date: 23 Feb 2002 12:15:31 -0500 Message-Id: <1014484533.12769.9.camel@zombie.rebelchat.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 --=-BawrbB5HQkXTreUQaop3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > If I want to install samba support from ports (/usr/ports/net/samba), but= I do not want to install printing support (cups), do I edit Makefile and i= nsert the line >=20 > WITHOUT_CUPS=3D yes >=20 > Is that it? I am upgrading via portupgrade so there is no way no pass co= mmand line parameters anywhere (I'm not even sure if you can with make). portupgrade samba*\ -M WITHOUT_CUPS=3Dyes would run make WITHOUT_CUPS=3Dyes look at portupgrade -h for more info on -M -m ;oP Rick, --=-BawrbB5HQkXTreUQaop3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjx3zjMACgkQeBgSLTGEbiKBZACgyIy4xsXUJGYTnHdMT3JKwriP elMAn2JLVrA4kZeXCECLpQkJNHIj84bQ =nwkt -----END PGP SIGNATURE----- --=-BawrbB5HQkXTreUQaop3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 9:27:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id E9A0D37B400; Sat, 23 Feb 2002 09:27:37 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id g1NHRYk42516; Sun, 24 Feb 2002 06:27:35 +1300 (NZDT) (envelope-from dan@lists.unixathome.org) Message-Id: <200202231727.g1NHRYk42516@lists.unixathome.org> From: "Dan Langille" Organization: DVL Software Limited To: freebsd-questions@freebsd.org Date: Sat, 23 Feb 2002 12:27:32 -0500 MIME-Version: 1.0 Subject: postgresql 7.1->7.2 data import timestamp problems Reply-To: dan@langille.org Cc: freebsd-database@freebsd.org 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 Just a heads up in case anyone is planning to upgrade to postgresql 7.2. I've found a few problems. The major problem, which is preventing me from upgrading is: $ psql fp2migration < fp2migration.sql [snip] ERROR: copy: line 2537, Bad timestamp external representation 'current' lost synchronization with server, resetting connection ^C Until I get that solved, I'll be staying on 7.1.2. I spent several hours on this already and have found no solution. This is definitly a migration issue as 7.1.2 accepts the data but 7.2 does not. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 9:31:34 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 6755C37B402 for ; Sat, 23 Feb 2002 09:31:31 -0800 (PST) Received: from there ([65.94.51.59]) by tomts24-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020223173122.OALE774.tomts24-srv.bellnexxia.net@there>; Sat, 23 Feb 2002 12:31:22 -0500 Content-Type: text/plain; charset="utf-8" From: Jeff Reply-To: grayspace@gmx.net To: Lei Ding , freebsd-questions@freebsd.org Subject: Re: How to install freebsd through ftp? Date: Sat, 23 Feb 2002 12:42:31 -0500 X-Mailer: KMail [version 1.3.2] References: <1014469560.4c5c8ff8leiding@myrealbox.com> In-Reply-To: <1014469560.4c5c8ff8leiding@myrealbox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020223173122.OALE774.tomts24-srv.bellnexxia.net@there> Sender: owner-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 February 23, 2002 08:06 am, Lei Ding wrote: > Hi, > I have write them to 2 floppies and boot up without problems until > it let me choose a media to install from. I selected ftp and ed0, > then it asks me to setup network interface, such as hostname and > ed0 ipv4 address. What should I do? > Thanks Hello, I'm relatively new to FreeBSD but afaik, if whatever is connecting this computer/your network to the internet is functioning properely (windows machine running ICS or one of those boxed gateways) *and* DHCP didn't work (the setup couldn't auto-detect IP your 'IPv4 Address'), the following settings *should* work: Host: myhost ; (just entering a non fully qualified name should be ok here, eg. 'computer1') Domain: ; (just leave this blank) IPv4 Gateway: 192.168.0.1 Name Server: 192.168.0.1 IPv4 Address: 192.168.0.** ; (where '**' is a number >= 2 and <= 255, something in the middle *should* be safe, but you should try to pick a number no other machine on your network is using) Netmask: 255.255.255.0 alternately, you might have to try: Host: myhost ; (just entering a non fully qualified name should be ok here, eg. 'computer1') Domain: ; (just leave this blank) IPv4 Gateway: 192.168.1.1 Name Server: 192.168.1.1 IPv4 Address: 192.168.1.** ; (where '**' is a number >= 2 and <= 255, something in the middle *should* be safe, but you should try to pick a number no other machine on your network is using) Netmask: 255.255.255.0 if this doesn't work, it's possible your internet gateway isn't working or configured correctly, and I'd suggest reading the documentation, and if possible enable the DHCP server if it has one. hope that helps, good luck -- Jeff Leveille - quasi programmer type guy Luke the Jedi: 'but master Yoda, you told I me must unlearn what I have learned, it doesn't seem to be helping...' Master Yoda: 'Live in a moldy swamp I do, listen to me you should not.' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 9:37:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id ED55437B402 for ; Sat, 23 Feb 2002 09:37:18 -0800 (PST) Received: (qmail 7939 invoked from network); 23 Feb 2002 17:37:12 -0000 Received: from dap-209-166-133-252.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.252) by smtp1.mx.pitdc1.stargate.net with SMTP; 23 Feb 2002 17:37:12 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id 97BD848452; Sat, 23 Feb 2002 12:39:03 -0500 (EST) From: "Doug Reynolds" To: "freebsd-questions@FreeBSD.ORG" , "sanjay" Date: Sat, 23 Feb 2002 12:40:57 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Message-Id: <20020223173903.97BD848452@wastegate.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 Thu, 21 Feb 2002 13:31:16 -0800, sanjay wrote: >Dear Sir > >I installed freebsd on COMPAQ ML 370, its works great but when I reboot my >server and want change some setting in bios by pressing F10 I can't go in >bios anymore. now I call the Compaq so they told me to download one exe file >from there compaq website. now here is my problem. they don't have any file >which support bsd operating system. Can you please tell me which software >driver should I download which can support bsd. here is list of operating >system which they have the file for sounds like you wiped out the bios partition on the harddrive. a lot of COMPAQs I've ran into have the BIOS configuration program in a seperate DOS partition. if that partition isnt there, it won't work. I'm not sure if the servers are that way or not --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10: 8:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 0F47637B400 for ; Sat, 23 Feb 2002 10:08:50 -0800 (PST) Received: (qmail 25847 invoked from network); 23 Feb 2002 18:08:48 -0000 Received: from dap-209-166-133-252.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.252) by smtp1.mx.pitdc1.stargate.net with SMTP; 23 Feb 2002 18:08:48 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id C5DF64844F for ; Sat, 23 Feb 2002 13:10:40 -0500 (EST) From: "Doug Reynolds" To: "freebsd-questions" Date: Sat, 23 Feb 2002 13:12:34 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <20020218111011.2456e377.matt@proweb.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: in-kernel HTTP Server for FreeBSD? Message-Id: <20020223181040.C5DF64844F@wastegate.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 Mon, 18 Feb 2002 11:10:11 +0000, Matt H wrote: > >> If you don't like to have people disagree with you, don't express your >> opinions in public venues. > >Sorry for extending this pointlessness > >The guy asked "is there an httpd available that runs in the kernel", >for whatever reason he wanted it. > >"it's a stupid idea anyway you should buy a mainframe" isn't the answer! that is the funniest thing i'd ever heard in my life.. hahaha!!! --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10:12:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 2p.hu (fehercapa.kektintahal.pirospolip.hu [195.70.35.189]) by hub.freebsd.org (Postfix) with ESMTP id 7F52A37B400 for ; Sat, 23 Feb 2002 10:12:30 -0800 (PST) Received: from fehercapa (fehercapa [195.70.35.189]) by 2p.hu (Postfix) with ESMTP id 507B597411 for ; Sat, 23 Feb 2002 19:11:53 +0100 (CET) Date: Sat, 23 Feb 2002 19:11:53 +0100 (CET) From: Zoltan HERPAI X-X-Sender: To: Subject: problems with ex0 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 Just installed a 'new' 4.4 fbsd on one of my boxes. It's main job will be masquerading for my home network over a DSL line, but I've some problems. The box has one interface, an Intel EtherExpress 10+ (ex0), connected to a 10mbps SMC hub, pulling up tun0 for DSL and transferring packages to the rest of the machines over the hub. If it would work... Configured ex0 for 10.1.1.254, ifconfig says ex0 is 'UP, BROADCAST, RUNNING, SIMPLEX', flags=843, but there is effectively no traffic, I neither could ping any of the boxes of the localnet, nor any of the boxes could ping him. At boot time, ifconfig says 'ex0 is not multicast capable, IPV6 disabled', this is a little weird, I don't know if this is responsible for unable to transmit anything to the box. Of course, the NIC worked well under any other OS, like windows (sic!) and debian linux. Browsing through the archives, I found a thread from Jeff Gray and Crist J. Clark, telling that enabling PROMISC flag and then disabling it (f.e. with tcpdump) 'wakes up' the NIC, but it didn't work. Any ideas? (I'm a neither-newbie-nor-an-expert FBSD user, so please tell me step-by-step what to do, and how ignorant I am ;| ). Thanks in advance, Wigyori Zoltan HERPAI P.S.: please cc the replies to me, I'm not subscribed to the list. (yet :) ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10:13:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mx.pitdc1.stargate.net (smtp1.mx.pitdc1.stargate.net [206.210.69.141]) by hub.freebsd.org (Postfix) with SMTP id 1027B37B405 for ; Sat, 23 Feb 2002 10:13:42 -0800 (PST) Received: (qmail 28764 invoked from network); 23 Feb 2002 18:13:41 -0000 Received: from dap-209-166-133-252.nfas.greensburg-tnt-2.sns234.pa.stargate.net (HELO wastegate.net) (209.166.133.252) by smtp1.mx.pitdc1.stargate.net with SMTP; 23 Feb 2002 18:13:41 -0000 Received: from mother.wastegate.net (mother.wg.local [192.168.1.2]) by wastegate.net (Postfix) with SMTP id B2F9148452; Sat, 23 Feb 2002 13:15:33 -0500 (EST) From: "Doug Reynolds" To: "freebsd" , "freebsd-questions@FreeBSD.ORG" Date: Sat, 23 Feb 2002 13:17:27 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <008501c1b885$dca66ca0$1aa8a8c0@mdd> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: ata/100 controller Message-Id: <20020223181533.B2F9148452@wastegate.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 Mon, 18 Feb 2002 09:09:21 -0500, freebsd wrote: > and the part about non ata66 complaint cable. I assumed that the timeouts >were from the FreeBsd detecting these higher/faster hd and they were >connected to a regular onboard hd controller. >so I went a bought a maxtor utlra pci ata/100 controller. I connected all 3 >drives. removed them from the bios standard setup and rebooted. All 3 drives >are found. System starts to boot then I run into a problem were it ask for >me to manual enter the root bootfile system. I have no clue or idea what >it is asking for ? don't know about the errors, but the maxtor card generally changes were your drives are at. when I put my maxtor ata100 card in, my current ad0 drive became ad4 you have to change your fstab. --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10:24:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts11-srv.bellnexxia.net (tomts11.bellnexxia.net [209.226.175.55]) by hub.freebsd.org (Postfix) with ESMTP id EEA9137B404 for ; Sat, 23 Feb 2002 10:24:53 -0800 (PST) Received: from scaryg.shacknet.nu ([64.231.135.247]) by tomts11-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020223182449.LZIN27257.tomts11-srv.bellnexxia.net@scaryg.shacknet.nu>; Sat, 23 Feb 2002 13:24:49 -0500 Received: from localhost ([::1] helo=scaryg.shacknet.nu) by scaryg.shacknet.nu with smtp (Exim 3.34 #1) id 16egsv-0004nm-00; Sat, 23 Feb 2002 13:27:02 -0500 Date: Sat, 23 Feb 2002 13:27:01 -0500 From: ScaryG To: "Joe & Fhe Barbish" Cc: questions@FreeBSD.ORG Subject: Re: burncd command to write iso image of FBSD 4.5 to cdrom Message-Id: <20020223132701.53613283.freymann@scaryg.shacknet.nu> In-Reply-To: References: X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i386--freebsd4.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailScanner: Found to be clean Sender: owner-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, 23 Feb 2002 11:56:07 -0500 "Joe & Fhe Barbish" wrote: > I have 1 ide cdrom/rw drive on the second ide port on the motherboard. Find the device name of your ide drive. ie /dev/acd1c > I have downloaded the FBSD 4.5 iso image for the install cdrom. > I want to create my own bootable FBSD 4.5 install cdrom. > What is the correct burncd command to do this? burncd -f /dev/acd1c -s 8 -e data freebsd45.iso fixate -Gerry -------- Web Hosting / Domain Hosting / DNS Services http://www.interpool.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10:26:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from falla.videotron.net (falla.videotron.net [205.151.222.106]) by hub.freebsd.org (Postfix) with ESMTP id BCCFF37B400 for ; Sat, 23 Feb 2002 10:26:50 -0800 (PST) Received: from windows ([24.201.83.93]) by falla.videotron.net (Sun Internet Mail Server sims.3.5.1999.12.14.10.29.p8) with ESMTP id <0GS0008IB0KOBA@falla.videotron.net> for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 13:26:48 -0500 (EST) Date: Sat, 23 Feb 2002 13:26:55 -0500 From: Sandro Mancuso Subject: REPOST: Hard drive problem? In-reply-to: To: freebsd-questions@FreeBSD.ORG Message-id: <000d01c1bc97$ac2a9540$6400a8c0@windows> MIME-version: 1.0 X-Mailer: Microsoft Outlook, Build 10.0.2616 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: quoted-printable Importance: Normal X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Priority: 3 (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 Sorry for the repost, I got some strange message from 'postmaster' saying it didn't go through (despite the fact I received it here ) a day after sending this, so in case it didn't make its way to everyone here it is again -Sandro > -----Original Message----- > From: Sandro Mancuso [mailto:sandro.m@videotron.ca] > Sent: February 22, 2002 6:17 PM > To: 'freebsd-questions@FreeBSD.ORG' > Subject: Hard drive problem? >=20 > I'm getting some wonderful system messages on my machine... here's > the bottom end of my dmesg output: >=20 > (I was installing the linux compatibility package ver. 1.7 from the > packages collection via sysinstall when this happened.. forcing an > abort of the pkg_add) >=20 > ad0: 4110MB [14848/9/63] at ata0-master > WDMA2 > acd0: CDROM at ata0-slave using PIO2 > Mounting root from ufs:/dev/ad0s1a > link_elf: symbol seminfo undefined <---- what I get on boot up > IP Filter: v3.4.20 unloaded <---- my ruleset isn't yet > "complete" :P > ad0: WRITE command timeout tag=3D0 serv=3D0 - resetting <---- ** > ata0: resetting devices .. done > link_elf: symbol seminfo undefined > link_elf: symbol seminfo undefined > bash-2.05a$ >=20 > ** This, and the following 3 lines appeared as sysinstall was doing > the pkg_add for linux compatibility >=20 > I've recently cvsup'd to 4.5 stable. I've been getting that > link_elf every time I rebooted this machine, however it's never been > a problem until now. I've tangled with this elf stuff once before > on an older machine just getting the cvsup package to work... it > always seems to be trouble ;-) Anyone got a clue on what's going > on? >=20 > Thanks again in advance, >=20 > Sandro >=20 >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10:33:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gate.tellurian.net (gate.tellurian.net [216.182.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 3FC3F37B41C for ; Sat, 23 Feb 2002 10:33:35 -0800 (PST) Received: from walt99 (unverified [216.182.20.129]) by gate.tellurian.net (Rockliffe SMTPRA 4.5.6) with SMTP id ; Sat, 23 Feb 2002 13:33:34 -0500 Message-ID: X-Sender: walterbetanc@popd.betan.net X-Mailer: QUALCOMM Windows Eudora Pro Version 4.0 Date: Sat, 23 Feb 2002 13:32:47 -0500 To: Zoltan HERPAI From: Walter Betancourt Subject: Re: problems with ex0 Cc: 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 using 4.0 I found intel only reliable nic and have it in rc.conf as "fxp0" At 07:11 PM 2/23/02 +0100, you wrote: >Just installed a 'new' 4.4 fbsd on one of my boxes. It's main job will be >masquerading for my home network over a DSL line, but I've some problems. >The box has one interface, an Intel EtherExpress 10+ (ex0), connected to a >10mbps SMC hub, pulling up tun0 for DSL and transferring packages to the >rest of the machines over the hub. If it would work... > >Configured ex0 for 10.1.1.254, ifconfig says ex0 is 'UP, BROADCAST, >RUNNING, SIMPLEX', flags=843, but there is effectively no traffic, I >neither could ping any of the boxes of the localnet, nor any of the boxes >could ping him. At boot time, ifconfig says 'ex0 is not multicast capable, >IPV6 disabled', this is a little weird, I don't know if this is >responsible for unable to transmit anything to the box. Of course, the NIC >worked well under any other OS, like windows (sic!) and debian linux. >Browsing through the archives, I found a thread from Jeff Gray and Crist >J. Clark, telling that enabling PROMISC flag and then disabling it (f.e. with >tcpdump) 'wakes up' the NIC, but it didn't work. Any ideas? (I'm a >neither-newbie-nor-an-expert FBSD user, so please tell me step-by-step >what to do, and how ignorant I am ;| ). > >Thanks in advance, >Wigyori >Zoltan HERPAI > >P.S.: please cc the replies to me, I'm not subscribed to the list. (yet :) >) > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > Walt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10:34:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f7.law3.hotmail.com [209.185.241.7]) by hub.freebsd.org (Postfix) with ESMTP id D390737B400 for ; Sat, 23 Feb 2002 10:34:02 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Feb 2002 10:34:02 -0800 Received: from 209.39.119.6 by lw3fd.law3.hotmail.msn.com with HTTP; Sat, 23 Feb 2002 18:34:02 GMT X-Originating-IP: [209.39.119.6] From: "Edgard H" To: questions@freebsd.org Subject: Compaq Smart Array 5300 controller Date: Sat, 23 Feb 2002 20:34:02 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Feb 2002 18:34:02.0426 (UTC) FILETIME=[AA7A09A0:01C1BC98] Sender: owner-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 trying to install the latest release of FreeBSD on a Compaq Proliant 530 with Compaq Smart Array 5300 RAID controller. Sysinstall does not recognize the RAID controller. I've read everywhere but only found the following in the Hardware Release notes: ------------------------------------------------------------------------------ SCSI adapters utilizing the Command Interface for SCSI-3 Support (ciss driver) Compaq Smart Array 5* series (5300, 5i, 532) ------------------------------------------------------------------------------ Where can I get that driver from? And how to load it so I can start the OS installation? Thank you, _________________________________________________________________ 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 Sat Feb 23 10:50: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vectorstar.net (adsl-21-182-22.gnv.bellsouth.net [66.21.182.22]) by hub.freebsd.org (Postfix) with ESMTP id 439BE37B404 for ; Sat, 23 Feb 2002 10:50:01 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g1NIng432766 for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 13:49:42 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Sat, 23 Feb 2002 13:49:42 -0500 From: Austin Shaw Hall To: freebsd-questions@FreeBSD.ORG Subject: Re: Help Needed for Cd-Burning Message-ID: <20020223134942.A32484@darkstar.bellsouth.net> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <20020222153407.54514.qmail@web11702.mail.yahoo.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: <20020222153407.54514.qmail@web11702.mail.yahoo.com>; from gtsanders_70@yahoo.com on Fri, Feb 22, 2002 at 07:34:07AM -0800 Sender: owner-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 Friday 22 February Geoffrey Sanders wrote: > Hello! I'm a newbie to FreeBSD(coming from somewhat of > a Linux background) and have a need for help regarding > cd-burning under freebsd. I know many of the GPL'ed > applications used to burn cds require scsi hardware. > What is used under freebsd for ide cdrw's? Is there > anything that builds out of the ports section that > will work directly? I know that freebsd doesn't have > scsi-emulation (at least from what I've been told to > date). Therefore, what application can I use/have > people had experience with on ide hardware? KonCD? > gcombust? Any help or references to assist me would be > greatly appreciated. Thanks in advance. A kernel patch for SCSI emulation can be found here: http://www.cuivre.fr.eu.org/~thomas/atapicam/ If you have kernel source installed, apply the patch from /usr/src (eg. cd /usr/src && patch < PATCHNAME.diff) and then rebuild your kernel. You may have to uncomment an option in your kernel after you apply the patch, I don't remember. But anyway, instructions for building a FreeBSD kernel can be found in the handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html Once you have SCSI emulation you can use cdrdao and friends. FWIW, the patch does work, I burned a DAO audio disc last night. Don't hesitate to ask if you have any questions about the above. > Geoff Austin -- Art is either plagiarism or revolution. -- Paul Gauguin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10:51:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from 2p.hu (fehercapa.kektintahal.pirospolip.hu [195.70.35.189]) by hub.freebsd.org (Postfix) with ESMTP id AF10D37B402 for ; Sat, 23 Feb 2002 10:51:31 -0800 (PST) Received: from fehercapa (fehercapa [195.70.35.189]) by 2p.hu (Postfix) with ESMTP id C185C97411 for ; Sat, 23 Feb 2002 19:50:59 +0100 (CET) Date: Sat, 23 Feb 2002 19:50:59 +0100 (CET) From: Zoltan HERPAI X-X-Sender: To: Subject: Re: problems with ex0 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 Sat, 23 Feb 2002, Walter Betancourt wrote: > using 4.0 I found intel only reliable nic and > > have it in rc.conf as "fxp0" As I know, fxp0 is for the 100MBps EtherExpress NICs, but this is an old 82595-based 10MBps card. (Or is there any 'weird' solution for using this card with fxp0 driver? Maybe at 100MBps :) ) Wigyori Zoltan HERPAI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 10:55:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f161.law7.hotmail.com [216.33.237.161]) by hub.freebsd.org (Postfix) with ESMTP id 6C21637B416 for ; Sat, 23 Feb 2002 10:55:40 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Feb 2002 10:55:40 -0800 Received: from 63.170.174.190 by lw7fd.law7.hotmail.msn.com with HTTP; Sat, 23 Feb 2002 18:55:40 GMT X-Originating-IP: [63.170.174.190] From: "Jon Larssen" To: freebsd-questions@freebsd.org Subject: How to configure sendmail _for_ FreeBSD? Date: Sat, 23 Feb 2002 18:55:40 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 23 Feb 2002 18:55:40.0364 (UTC) FILETIME=[B01BA8C0:01C1BC9B] Sender: owner-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 document/tutorial/manual/howto to help me configure Sendmail specifically _for_ FreeBSD? Since there are some file changes from the original distribution, I'm having problems for "advanced" configuration. Thanks a lot, Jon. _________________________________________________________________ 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 Sat Feb 23 11: 3:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from oracle.clara.net (oracle.clara.net [195.8.69.94]) by hub.freebsd.org (Postfix) with ESMTP id 7FF3F37B419 for ; Sat, 23 Feb 2002 11:03:40 -0800 (PST) Received: from adsl-solo-40-160.claranet.co.uk ([213.253.40.160] helo=myname.my.domain) by oracle.clara.net with esmtp (Exim 3.33 #1) id 16ehSN-000EDp-00 for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 19:03:39 +0000 Received: (from alex@localhost) by myname.my.domain (8.11.6/8.11.3) id g1NJDUQ01703 for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 19:13:30 GMT (envelope-from alex) Date: Sat, 23 Feb 2002 19:13:30 +0000 From: "Aleksandar Simic'" To: freebsd-questions@FreeBSD.ORG Subject: Re: Ghosting FreeBSD. Message-ID: <20020223191330.D237@frustum.clara.co.uk> Mail-Followup-To: Aleksandar Simic' , freebsd-questions@FreeBSD.ORG References: <4.2.0.58.20020221125259.009de6b0@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.20020221125259.009de6b0@pop.netzero.net>; from raiden23@netzero.net on Thu, Feb 21, 2002 at 12:55:16PM -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 Thu, Feb 21, 2002 at 12:55:16PM -0500, Lord Raiden wrote: > Ok, short question. Is it possible to use Norton Ghost to > Ghost a Freebsd install A) from one machine to another of similar or > identical hardware, or B) to a machine of entirely different > hardware with few if any complications or corrections? > > Not needing to do this right now, but curious if this is > possible as a mental note for the future in case I want to do it. g4u - Harddisk Image Cloning for PCs (NetBSD based) http://rfhs8012.fh-regensburg.de/~feyrer/g4u/ Plus I think that there are a couple of similar Linux based tools, but I don't have URLs for them. Later, --Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 11:24:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from loki.giallarhorn.org (asgard.dslwan.toad.net [162.33.157.41]) by hub.freebsd.org (Postfix) with ESMTP id 3C25737B404 for ; Sat, 23 Feb 2002 11:24:10 -0800 (PST) Received: from MJOLNIR (mjolnir.giallarhorn.org [172.16.1.6]) by loki.giallarhorn.org (8.11.6/8.11.6) with ESMTP id g1NJP7A18875 for ; Sat, 23 Feb 2002 14:25:08 -0500 (EST) (envelope-from technews@giallarhorn.org) Date: Sat, 23 Feb 2002 14:23:25 -0500 From: "Orville Pike (technews)" To: freebsd-questions@freebsd.org Subject: Random crashes/reboots Message-Id: <20020223140508.C9AF.TECHNEWS@giallarhorn.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------_3C77E7E4C9AC032A5330_MULTIPART_MIXED_" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.00.08 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------_3C77E7E4C9AC032A5330_MULTIPART_MIXED_ Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I am having a strange problem which reboots my 4.5 RELEASE machine. It happens whenever i perform disk intensive activities such as building a port. This happens with both generic and custom kernels the weird thing is i can rebuild the kernel without a problem. It's happened with 4.3/4.4 however not as often. I am attaching a dmesg, any ideas --------_3C77E7E4C9AC032A5330_MULTIPART_MIXED_ Content-Type: application/octet-stream; name="dmesg.txt" Content-Disposition: attachment; filename="dmesg.txt" Content-Transfer-Encoding: base64 Q29weXJpZ2h0IChjKSAxOTkyLTIwMDIgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIDQuNS1SRUxFQVNFICMwOiBXZWQgSmFuIDMwIDE4OjQ1OjMx IEVTVCAyMDAyCiAgICByb290QG9kaW4uZ2lhbGxhcmhvcm4ub3JnOi91c3Ivc3JjL3N5cy9jb21w aWxlL09ESU4KVGltZWNvdW50ZXIgImk4MjU0IiAgZnJlcXVlbmN5IDExOTMxODIgSHoKQ1BVOiBB TUQtSzYodG0pIDNEIHByb2Nlc3NvciAoNDUxLjAyLU1IeiA1ODYtY2xhc3MgQ1BVKQogIE9yaWdp biA9ICJBdXRoZW50aWNBTUQiICBJZCA9IDB4NThjICBTdGVwcGluZyA9IDEyCiAgRmVhdHVyZXM9 MHg4MDIxYmY8RlBVLFZNRSxERSxQU0UsVFNDLE1TUixNQ0UsQ1g4LFBHRSxNTVg+CiAgQU1EIEZl YXR1cmVzPTB4ODAwMDA4MDA8U1lTQ0FMTCwzRE5vdyE+CnJlYWwgbWVtb3J5ICA9IDY3MDQzMzI4 ICg2NTQ3MksgYnl0ZXMpCmNvbmZpZz4gZGkgbG5jMApjb25maWc+IGRpIGllMApjb25maWc+IGRp IGZlMApjb25maWc+IGRpIGNzMApjb25maWc+IGRpIGJ0MApjb25maWc+IGRpIGFpYzAKY29uZmln PiBkaSBhaGEwCmNvbmZpZz4gZGkgYWR2MApjb25maWc+IGVuIGVkMApjb25maWc+IHBvIGVkMCAw eDMwMApjb25maWc+IGlyIGVkMCAxMQpjb25maWc+IGlvbSBlZDAgMHhkODAwMApjb25maWc+IGYg ZWQwIDAKY29uZmlnPiBxCmF2YWlsIG1lbW9yeSA9IDYxMTc3ODU2ICg1OTc0NEsgYnl0ZXMpClBy ZWxvYWRlZCBlbGYga2VybmVsICJrZXJuZWwiIGF0IDB4YzA0MDUwMDAuClByZWxvYWRlZCB1c2Vy Y29uZmlnX3NjcmlwdCAiL2Jvb3Qva2VybmVsLmNvbmYiIGF0IDB4YzA0MDUwOWMuCks2LWZhbWls eSBNVFJSIHN1cHBvcnQgZW5hYmxlZCAoMiByZWdpc3RlcnMpCm1kMDogTWFsbG9jIGRpc2sKVXNp bmcgJFBJUiB0YWJsZSwgNiBlbnRyaWVzIGF0IDB4YzAwZmRkNTAKbnB4MDogPG1hdGggcHJvY2Vz c29yPiBvbiBtb3RoZXJib2FyZApucHgwOiBJTlQgMTYgaW50ZXJmYWNlCnBjaWIwOiA8SG9zdCB0 byBQQ0kgYnJpZGdlPiBvbiBtb3RoZXJib2FyZApwY2kwOiA8UENJIGJ1cz4gb24gcGNpYjAKcGNp YjE6IDxWSUEgODJDNTk4TVZQIChBcG9sbG8gTVZQMykgUENJLVBDSSAoQUdQKSBicmlkZ2U+IGF0 IGRldmljZSAxLjAgb24gcGNpMApwY2kxOiA8UENJIGJ1cz4gb24gcGNpYjEKcGNpMTogPFMzIG1v ZGVsIDkxMDIgZ3JhcGhpY3MgYWNjZWxlcmF0b3I+IGF0IDAuMCBpcnEgMTAKaXNhYjA6IDxWSUEg ODJDNTg2IFBDSS1JU0EgYnJpZGdlPiBhdCBkZXZpY2UgNy4wIG9uIHBjaTAKaXNhMDogPElTQSBi dXM+IG9uIGlzYWIwCmF0YXBjaTA6IDxWSUEgODJDNTg2IEFUQTMzIGNvbnRyb2xsZXI+IHBvcnQg MHhlNDAwLTB4ZTQwZiBhdCBkZXZpY2UgNy4xIG9uIHBjaTAKYXRhMDogYXQgMHgxZjAgaXJxIDE0 IG9uIGF0YXBjaTAKYXRhMTogYXQgMHgxNzAgaXJxIDE1IG9uIGF0YXBjaTAKcGNpYjI6IDxQQ0kg dG8gUENJIGJyaWRnZSAodmVuZG9yPTExMDYgZGV2aWNlPTMwNDApPiBhdCBkZXZpY2UgNy4zIG9u IHBjaTAKcmwwOiA8QWNjdG9uIE1QWCA1MDMwLzUwMzggMTAvMTAwQmFzZVRYPiBwb3J0IDB4ZTgw MC0weGU4ZmYgbWVtIDB4ZWQwMDAwMDAtMHhlZDAwMDBmZiBpcnEgMTAgYXQgZGV2aWNlIDguMCBv biBwY2kwCnJsMDogRXRoZXJuZXQgYWRkcmVzczogMDA6MDQ6ZTI6MDQ6Zjk6NTAKbWlpYnVzMDog PE1JSSBidXM+IG9uIHJsMApybHBoeTA6IDxSZWFsVGVrIGludGVybmFsIG1lZGlhIGludGVyZmFj ZT4gb24gbWlpYnVzMApybHBoeTA6ICAxMGJhc2VULCAxMGJhc2VULUZEWCwgMTAwYmFzZVRYLCAx MDBiYXNlVFgtRkRYLCBhdXRvCnVoY2kwOiA8VklBIDgzQzU3MiBVU0IgY29udHJvbGxlcj4gcG9y dCAweGVjMDAtMHhlYzFmIGF0IGRldmljZSA5LjAgb24gcGNpMApwY2lfY2ZnaW50cl9zZWFyY2g6 IGxpbmtlZCAoMikgdG8gY29uZmlndXJlZCBpcnEgMTAgYXQgMDo4OjAKcGNpX2NmZ2ludHI6IDA6 OSBJTlRBIHJvdXRlZCB0byBpcnEgMTAKdXNiMDogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+ IG9uIHVoY2kwCnVzYjA6IFVTQiByZXZpc2lvbiAxLjAKdWh1YjA6IFZJQSBVSENJIHJvb3QgaHVi LCBjbGFzcyA5LzAsIHJldiAxLjAwLzEuMDAsIGFkZHIgMQp1aHViMDogMiBwb3J0cyB3aXRoIDIg cmVtb3ZhYmxlLCBzZWxmIHBvd2VyZWQKb3JtMDogPE9wdGlvbiBST00+IGF0IGlvbWVtIDB4YzAw MDAtMHhjYWZmZiBvbiBpc2EwCmZkYzA6IDxORUMgNzIwNjVCIG9yIGNsb25lPiBhdCBwb3J0IDB4 M2YwLTB4M2Y1LDB4M2Y3IGlycSA2IGRycSAyIG9uIGlzYTAKZmRjMDogRklGTyBlbmFibGVkLCA4 IGJ5dGVzIHRocmVzaG9sZApmZDA6IDwxNDQwLUtCIDMuNSIgZHJpdmU+IG9uIGZkYzAgZHJpdmUg MAphdGtiZGMwOiA8S2V5Ym9hcmQgY29udHJvbGxlciAoaTgwNDIpPiBhdCBwb3J0IDB4NjAsMHg2 NCBvbiBpc2EwCmF0a2JkMDogPEFUIEtleWJvYXJkPiBmbGFncyAweDEgaXJxIDEgb24gYXRrYmRj MAprYmQwIGF0IGF0a2JkMAp2Z2EwOiA8R2VuZXJpYyBJU0EgVkdBPiBhdCBwb3J0IDB4M2MwLTB4 M2RmIGlvbWVtIDB4YTAwMDAtMHhiZmZmZiBvbiBpc2EwCnNjMDogPFN5c3RlbSBjb25zb2xlPiBh dCBmbGFncyAweDEwMCBvbiBpc2EwCnNjMDogVkdBIDwxNiB2aXJ0dWFsIGNvbnNvbGVzLCBmbGFn cz0weDMwMD4Kc2lvMDogY29uZmlndXJlZCBpcnEgNCBub3QgaW4gYml0bWFwIG9mIHByb2JlZCBp cnFzIDAKc2lvMCBhdCBwb3J0IDB4M2Y4LTB4M2ZmIGlycSA0IGZsYWdzIDB4MTAgb24gaXNhMApz aW8wOiB0eXBlIDgyNTAKc2lvMTogY29uZmlndXJlZCBpcnEgMyBub3QgaW4gYml0bWFwIG9mIHBy b2JlZCBpcnFzIDAKcHBjMDogY2Fubm90IHJlc2VydmUgSS9PIHBvcnQgcmFuZ2UKZWQwIGF0IHBv cnQgMHgzMDAtMHgzMWYgaW9tZW0gMHhkODAwMCBpcnEgMTEgZHJxIDAgb24gaXNhMAplZDA6IGFk ZHJlc3MgMDA6NTA6NGQ6MDA6YTI6MjQsIHR5cGUgTkUyMDAwICgxNiBiaXQpIAphZDA6IDEyMjFN QiA8U2VhZ2F0ZSBUZWNobm9sb2d5IDEyNzVNQiAtIFNUMzEyNzZBPiBbMjQ4Mi8xNi82M10gYXQg YXRhMC1tYXN0ZXIgV0RNQTIKYWQyOiAxMjk3MU1CIDxXREMgV0QxMzZBQT4gWzI2MzU0LzE2LzYz XSBhdCBhdGExLW1hc3RlciBVRE1BMzMKYWNkMDogQ0RST00gPDY4NUE+IGF0IGF0YTAtc2xhdmUg dXNpbmcgUElPMwpNb3VudGluZyByb290IGZyb20gdWZzOi9kZXYvYWQwczFhCldBUk5JTkc6IC8g d2FzIG5vdCBwcm9wZXJseSBkaXNtb3VudGVkCkRFUEVOREVOQ1kgTk9URTogcG9ydG1hcCB3aWxs IGJlIGVuYWJsZWQgdG8gc3VwcG9ydCBORlMKc3dhcG9uOiBhZGRpbmcgL2Rldi9hZDBzMWIgYXMg c3dhcCBkZXZpY2UKQXV0b21hdGljIGJvb3QgaW4gcHJvZ3Jlc3MuLi4KL2Rldi9hZDBzMWE6IAox NzkzIGZpbGVzLCAyMTU3OCB1c2VkLCA3OTE4MSBmcmVlIAooMjkgZnJhZ3MsIDk4OTQgYmxvY2tz LCAwLjAlIGZyYWdtZW50YXRpb24pCi9kZXYvYWQwczFmOiAKVU5SRUYgRklMRQogST0zICBPV05F Uj1yb290IE1PREU9MTAwNjAwCi9kZXYvYWQwczFmOiBTSVpFPTAgTVRJTUU9RmViIDE4IDE3OjE0 IDIwMDIgIChDTEVBUkVEKQovZGV2L2FkMHMxZjogClVOUkVGIEZJTEUKIEk9NCAgT1dORVI9cm9v dCBNT0RFPTEwMDYwMAovZGV2L2FkMHMxZjogU0laRT0wIE1USU1FPUZlYiAxOCAxNzoxNCAyMDAy ICAoQ0xFQVJFRCkKL2Rldi9hZDBzMWY6IApVTlJFRiBGSUxFCiBJPTUgIE9XTkVSPXJvb3QgTU9E RT0xMDA2MDAKL2Rldi9hZDBzMWY6IFNJWkU9MCBNVElNRT1GZWIgMTggMTc6MTQgMjAwMiAgKENM RUFSRUQpCi9kZXYvYWQwczFmOiAKVU5SRUYgRklMRQogST02ICBPV05FUj1yb290IE1PREU9MTAw NjAwCi9kZXYvYWQwczFmOiBTSVpFPTQ4IE1USU1FPUZlYiAyMCAwMzowMSAyMDAyICAoQ0xFQVJF RCkKL2Rldi9hZDBzMWY6IApVTlJFRiBGSUxFCiBJPTcgIE9XTkVSPXJvb3QgTU9ERT0xMDA2MDAK L2Rldi9hZDBzMWY6IFNJWkU9MCBNVElNRT1GZWIgMjAgMDM6MDEgMjAwMiAgKENMRUFSRUQpCi9k ZXYvYWQwczFmOiAKVU5SRUYgRklMRQogST04ICBPV05FUj1yb290IE1PREU9MTAwNjAwCi9kZXYv YWQwczFmOiBTSVpFPTAgTVRJTUU9RmViIDIwIDAzOjAxIDIwMDIgIChDTEVBUkVEKQovZGV2L2Fk MHMxZjogCkZSRUUgQkxLIENPVU5UKFMpIFdST05HIElOIFNVUEVSQkxLCiAoU0FMVkFHRUQpCi9k ZXYvYWQwczFmOiAKU1VNTUFSWSBJTkZPUk1BVElPTiBCQUQKIChTQUxWQUdFRCkKL2Rldi9hZDBz MWY6IApCTEsoUykgTUlTU0lORyBJTiBCSVQgTUFQUwogKFNBTFZBR0VEKQovZGV2L2FkMHMxZjog CjIgZmlsZXMsIDIgdXNlZCwgMzE0NDg1IGZyZWUgCigyMSBmcmFncywgMzkzMDggYmxvY2tzLCAw LjAlIGZyYWdtZW50YXRpb24pCi9kZXYvYWQwczFlOiAKTElOSyBDT1VOVCBGSUxFCiBJPTE2ICBP V05FUj1yb290IE1PREU9MTAwNjAwCi9kZXYvYWQwczFlOiBTSVpFPTEyODkgTVRJTUU9SmFuIDMw IDE5OjU2IDIwMDIgIENPVU5UIDIgU0hPVUxEIEJFIDEgKEFESlVTVEVEKQovZGV2L2FkMHMxZTog CkxJTksgQ09VTlQgRklMRQogST0xMjUgIE9XTkVSPXJvb3QgTU9ERT0xMDA2NDQKL2Rldi9hZDBz MWU6IFNJWkU9NDAxIE1USU1FPUphbiAzMCAxOTo1NiAyMDAyICBDT1VOVCAyIFNIT1VMRCBCRSAx IChBREpVU1RFRCkKL2Rldi9hZDBzMWU6IApVTlJFRiBGSUxFCiBJPTEyODU1ICBPV05FUj1yb290 IE1PREU9MTAwNjQwCi9kZXYvYWQwczFlOiBTSVpFPTAgTVRJTUU9RmViIDIwIDAzOjAxIDIwMDIg IChDTEVBUkVEKQovZGV2L2FkMHMxZTogCkZSRUUgQkxLIENPVU5UKFMpIFdST05HIElOIFNVUEVS QkxLCiAoU0FMVkFHRUQpCi9kZXYvYWQwczFlOiAKU1VNTUFSWSBJTkZPUk1BVElPTiBCQUQKIChT QUxWQUdFRCkKL2Rldi9hZDBzMWU6IApCTEsoUykgTUlTU0lORyBJTiBCSVQgTUFQUwogKFNBTFZB R0VEKQovZGV2L2FkMHMxZTogCjI5NSBmaWxlcywgMjY2NyB1c2VkLCA5ODA5MiBmcmVlIAooNDQg ZnJhZ3MsIDEyMjU2IGJsb2NrcywgMC4wJSBmcmFnbWVudGF0aW9uKQovZGV2L2FkMnMxZzogCjc2 MDcgZmlsZXMsIDM5NTUyODggdXNlZCwgMTc5ODg5NiBmcmVlIAooMTU2OCBmcmFncywgMjI0NjY2 IGJsb2NrcywgMC4wJSBmcmFnbWVudGF0aW9uKQovZGV2L2FkMnMxZTogCjEzMTY3NiBmaWxlcywg MTMwOTUzOCB1c2VkLCAzNzcyMDQzIGZyZWUgCig1MDM1IGZyYWdzLCA0NzA4NzYgYmxvY2tzLCAw LjElIGZyYWdtZW50YXRpb24pCi9kZXYvYWQyczFmOiAKMTMzNTIxIGZpbGVzLCA1ODc5NjkgdXNl ZCwgNDQ0MTgyIGZyZWUgCigzNDgyMiBmcmFncywgNTExNzAgYmxvY2tzLCAzLjQlIGZyYWdtZW50 YXRpb24pCkRvaW5nIGluaXRpYWwgbmV0d29yayBzZXR1cDoKIGhvc3RuYW1lCklQIEZpbHRlcjog djMuNC4yMCBpbml0aWFsaXplZC4gIERlZmF1bHQgPSBwYXNzIGFsbCwgTG9nZ2luZyA9IGVuYWJs ZWQKSVAtZmlsdGVyIG1vZHVsZSBsb2FkZWQuCiBpcG1vbgogaXBmaWx0ZXIKIGlwbmF0CjAgZW50 cmllcyBmbHVzaGVkIGZyb20gTkFUIHRhYmxlCjAgZW50cmllcyBmbHVzaGVkIGZyb20gTkFUIGxp c3Q= --------_3C77E7E4C9AC032A5330_MULTIPART_MIXED_-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 11:27:16 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (tecdigital.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with ESMTP id A78B637B400 for ; Sat, 23 Feb 2002 11:27:14 -0800 (PST) Received: from Deathstar (unknown [148.243.246.166]) by mail.tecdigital.net (Postfix) with ESMTP id 714F61D20; Sat, 23 Feb 2002 13:26:55 -0600 (CST) Message-ID: <000d01c1bca0$29f90760$0a00a8c0@Deathstar> From: "Mario Doria" To: Cc: Subject: When is IPF 3.4.23 coming to FreeBSD? Date: Sat, 23 Feb 2002 13:27:40 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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, When is IPF 3.4.23 coming to FreeBSD-STABLE? Thanks, Mario Doria madd@tecdigital.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 11:35:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts15-srv.bellnexxia.net (tomts15.bellnexxia.net [209.226.175.3]) by hub.freebsd.org (Postfix) with ESMTP id AA27837B400 for ; Sat, 23 Feb 2002 11:35:20 -0800 (PST) Received: from there ([216.209.246.42]) by tomts15-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020223193519.TMTO5463.tomts15-srv.bellnexxia.net@there> for ; Sat, 23 Feb 2002 14:35:19 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Pierre-Luc Drouin To: freebsd-questions@freebsd.org Subject: pdf2ps dLanguageLevel option doesn't seem to work Date: Sat, 23 Feb 2002 14:32:45 -0500 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020223193519.TMTO5463.tomts15-srv.bellnexxia.net@there> Sender: owner-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 get a 2.0 ps file from a pdf file with pdf2ps command. The command i use is: pdf2ps -dLanguageLevel=2 mypdf.pdf myps.ps The header of the ouput ps file is: %!PS-Adobe-3.0 Does someone know how to get a 2.0 file? Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 11:44:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 059A437B423; Sat, 23 Feb 2002 11:44:38 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1NJicK78341; Sat, 23 Feb 2002 11:44:38 -0800 (PST) (envelope-from jmz) Date: Sat, 23 Feb 2002 11:44:38 -0800 (PST) Message-Id: <200202231944.g1NJicK78341@freefall.freebsd.org> From: Jean-Marc Zucconi To: Pierre-Luc Drouin Cc: freebsd-questions@freebsd.org Subject: Re: pdf2ps dLanguageLevel option doesn't seem to work In-Reply-To: <20020223193519.TMTO5463.tomts15-srv.bellnexxia.net@there> References: <20020223193519.TMTO5463.tomts15-srv.bellnexxia.net@there> X-Mailer: Emacs 21.1.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 >>>>> Pierre-Luc Drouin writes: > I'm trying to get a 2.0 ps file from a pdf file with pdf2ps command. The > command i use is: > pdf2ps -dLanguageLevel=2 mypdf.pdf myps.ps > The header of the ouput ps file is: > %!PS-Adobe-3.0 > Does someone know how to get a 2.0 file? Try 'acroread -toPostScript -level2 mypdf.pdf myps.ps' Jean-Marc -- Jean-Marc Zucconi -- PGP Key: finger jmz@FreeBSD.org [KeyID: 400B38E9] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 11:47:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.27in.tv (roc-66-24-112-7.rochester.rr.com [66.24.112.7]) by hub.freebsd.org (Postfix) with ESMTP id D948237B402 for ; Sat, 23 Feb 2002 11:47:16 -0800 (PST) Received: (from root@localhost) by mail.27in.tv (8.11.6/8.11.6) id g1NJlE815298 for freebsd-questions@freebsd.org; Sat, 23 Feb 2002 14:47:14 -0500 (EST) (envelope-from cjm2@earthling.net) Received: from maxpower (trilluser@maxpower.lan.27in.tv [10.0.0.254]) by mail.27in.tv (8.11.6/8.11.6av) with SMTP id g1NJlC015284 for ; Sat, 23 Feb 2002 14:47:13 -0500 (EST) (envelope-from cjm2@earthling.net) From: "C J Michaels" To: "FreeBSD Questions" Subject: httpd errors on recent -STABLE Date: Sat, 23 Feb 2002 14:47:44 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 FreeBSD 4.5-STABLE FreeBSD 4.5-STABLE #0: Sat Feb 23 10:43:05 EST 2002 root@xxx:/usr/local/obj/usr/local/src/sys/CARTMAN i386 Hello, After a recent make world I started getting the following errors in my Apache log when I start httpd (see below). CVSup was as of yesterday afternoon. I rebuilt apache to no avail. Can someone point me in the right direction as to what/why these errors are being generated? They don't appear to be fatal. Thanks, --Chris ====== [Sat Feb 23 11:32:46 2002] [info] mod_unique_id: using ip addr 10.0.0.1 >>> [Sat Feb 23 11:32:47 2002] [info] (2)No such file or directory: make_sock: for port 443, setsockopt: (SO_ACCEPTFILTER) >>> [Sat Feb 23 11:32:47 2002] [info] (2)No such file or directory: make_sock: for port 80, setsockopt: (SO_ACCEPTFILTER) [Sat Feb 23 11:32:47 2002] [info] mod_unique_id: using ip addr 10.0.0.1 [Sat Feb 23 11:32:48 2002] [notice] Apache/1.3.23 configured -- resuming normal operations [Sat Feb 23 11:32:48 2002] [info] Server built: Feb 23 2002 11:29:49 [Sat Feb 23 11:32:48 2002] [notice] Accept mutex: flock (Default: flock) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 11:51:33 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tomts15-srv.bellnexxia.net (tomts15.bellnexxia.net [209.226.175.3]) by hub.freebsd.org (Postfix) with ESMTP id 78E5D37B404; Sat, 23 Feb 2002 11:51:31 -0800 (PST) Received: from there ([216.209.246.42]) by tomts15-srv.bellnexxia.net (InterMail vM.4.01.03.23 201-229-121-123-20010418) with SMTP id <20020223195130.TWKQ5463.tomts15-srv.bellnexxia.net@there>; Sat, 23 Feb 2002 14:51:30 -0500 Content-Type: text/plain; charset="iso-8859-1" From: Pierre-Luc Drouin To: Jean-Marc Zucconi Subject: Re: pdf2ps dLanguageLevel option doesn't seem to work Date: Sat, 23 Feb 2002 14:48:56 -0500 X-Mailer: KMail [version 1.3.2] References: <20020223193519.TMTO5463.tomts15-srv.bellnexxia.net@there> <200202231944.g1NJicK78341@freefall.freebsd.org> In-Reply-To: <200202231944.g1NJicK78341@freefall.freebsd.org> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20020223195130.TWKQ5463.tomts15-srv.bellnexxia.net@there> Sender: owner-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 February 23, 2002 14:44 pm, you wrote: > >>>>> Pierre-Luc Drouin writes: > > > > I'm trying to get a 2.0 ps file from a pdf file with pdf2ps command. The > > command i use is: > > > > pdf2ps -dLanguageLevel=2 mypdf.pdf myps.ps > > > > The header of the ouput ps file is: > > %!PS-Adobe-3.0 > > > > Does someone know how to get a 2.0 file? > > Try 'acroread -toPostScript -level2 mypdf.pdf myps.ps' > > Jean-Marc I get also a ps 3.0 file with this command... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 12:20:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dc-mx01.cluster1.charter.net (dc-mx01.cluster0.hsacorp.net [209.225.8.11]) by hub.freebsd.org (Postfix) with ESMTP id 3030C37B41B for ; Sat, 23 Feb 2002 12:20:09 -0800 (PST) Received: from [66.169.190.44] (HELO Crank) by dc-mx01.cluster1.charter.net (CommuniGate Pro SMTP 3.5.3) with SMTP id 14086058 for freebsd-questions@FreeBSD.ORG; Sat, 23 Feb 2002 15:28:24 -0500 Message-ID: <00c001c1bca7$c3bdca00$2cbea942@Crank> From: "dwhuff" To: Subject: PPPoE Date: Sat, 23 Feb 2002 14:22:06 -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 Here is what I'm trying to do. Please point me in the right direction. Configure my FreeBSD box to connect to my ISP (which uses PPPoE) so the Internal LAN can use the BSD box as a gateway. I already know what the static IP, Sub and GW are. I had this working when I was using Charter@Home's Cable Internet. Now that I have switched to DSL I'm not sure how to configure the BSD box since PPPoE is in the mix. As far as I know all PPPoE does is log into a server, grab the IP info then configure the Router/Server. Thanks for your help. Huff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 12:31:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lists.unixathome.org (lists.unixathome.org [210.48.103.158]) by hub.freebsd.org (Postfix) with ESMTP id DBF7137B400; Sat, 23 Feb 2002 12:31:46 -0800 (PST) Received: from wocker (lists.unixathome.org [210.48.103.158]) by lists.unixathome.org (8.11.6/8.11.6) with ESMTP id g1NKVck44102; Sun, 24 Feb 2002 09:31:39 +1300 (NZDT) (envelope-from dan@lists.unixathome.org) Message-Id: <200202232031.g1NKVck44102@lists.unixathome.org> From: "Dan Langille" Organization: DVL Software Limited To: Carlo Dapor Date: Sat, 23 Feb 2002 15:31:32 -0500 MIME-Version: 1.0 Subject: Re: postgresql 7.1->7.2 data import timestamp problems Reply-To: dan@langille.org Cc: freebsd-questions@freebsd.org, freebsd-database@freebsd.org References: <200202231727.g1NHRYk42516@lists.unixathome.org> from "Dan Langille" at Feb 23, 2002 12:27:32 PM In-reply-to: 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 On 23 Feb 2002 at 21:26, Carlo Dapor wrote: > > > Just a heads up in case anyone is planning to upgrade to postgresql 7.2. > > I've found a few problems. The major problem, which is preventing me from > > upgrading is: > > > > $ psql fp2migration < fp2migration.sql > > [snip] > > ERROR: copy: line 2537, Bad timestamp external representation 'current' > > lost synchronization with server, resetting connection > > ^C > > > > Until I get that solved, I'll be staying on 7.1.2. I spent several hours > > on this already and have found no solution. > > > > This is definitly a migration issue as 7.1.2 accepts the data but 7.2 does > > not. > > -- > > Dan Langille > > The FreeBSD Diary - http://freebsddiary.org/ - practical examples > > In $PGSQL/doc/html/release.html You find the follwoing: > > A.1.2. Migration to version 7.2 > > A dump/restore using pg_dump is required for those wishing to migrate data from any previous release. > > [ . . . ] > > * > The date/time value 'current' is no longer available. You will need to rewrite your applications. > > > Are you using current date or something along the lines ? > Got to change that if it is the case. Yep, read that. That isn't the problem. The problem was a timestamp field which contained the value 'current' (honest! I didn't want that value in that field). Changing that to a true timestamp value fixed the problem. I'll update http://www.freebsddiary.org/postgresql-7.2.php later today. -- Dan Langille The FreeBSD Diary - http://freebsddiary.org/ - practical examples To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 13: 5:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by hub.freebsd.org (Postfix) with ESMTP id B504637B423; Sat, 23 Feb 2002 13:05:16 -0800 (PST) Received: from prime.vsservices.com (conr-adsl-dhcp-26-38.txucom.net [209.34.26.38]) by primus.vsservices.com (8.11.3/8.11.3) with SMTP id g1NHsEk88727; Sat, 23 Feb 2002 11:54:14 -0600 (CST) (envelope-from gclarkii@vsservices.com) Date: Sat, 23 Feb 2002 11:54:17 -0600 From: GB Clark To: dan@langille.org Cc: freebsd-questions@FreeBSD.ORG, freebsd-database@FreeBSD.ORG Subject: Re: postgresql 7.1->7.2 data import timestamp problems Message-Id: <20020223115417.1b750f1d.gclarkii@vsservices.com> In-Reply-To: <200202231727.g1NHRYk42516@lists.unixathome.org> References: <200202231727.g1NHRYk42516@lists.unixathome.org> X-Mailer: Sylpheed version 0.6.6 (GTK+ 1.2.10; i386-unknown-freebsd4.4) 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 Sat, 23 Feb 2002 12:27:32 -0500 "Dan Langille" wrote: > Just a heads up in case anyone is planning to upgrade to postgresql 7.2. > I've found a few problems. The major problem, which is preventing me from > upgrading is: > > $ psql fp2migration < fp2migration.sql > [snip] > ERROR: copy: line 2537, Bad timestamp external representation 'current' > lost synchronization with server, resetting connection > ^C > > Until I get that solved, I'll be staying on 7.1.2. I spent several hours > on this already and have found no solution. > > This is definitly a migration issue as 7.1.2 accepts the data but 7.2 does > not. > -- > Dan Langille > The FreeBSD Diary - http://freebsddiary.org/ - practical examples Dan, This has been discussed on the PostgreSQL lists. It has something to due with all of the time/date changes between 7.1.? and 7.2. Check the archives for a cure. But I'm willing to bet that your using current to set a timestamp to a default time/date, right? You might try current_timestamp() instead and make sure it is not in quotes. I ran into a like problem after using timestamp as a field name...:) Not good. GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 13:18: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 84B9337B404; Sat, 23 Feb 2002 13:17:58 -0800 (PST) Received: (from jmz@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1NLHwS96784; Sat, 23 Feb 2002 13:17:58 -0800 (PST) (envelope-from jmz) Date: Sat, 23 Feb 2002 13:17:58 -0800 (PST) Message-Id: <200202232117.g1NLHwS96784@freefall.freebsd.org> From: Jean-Marc Zucconi To: Pierre-Luc Drouin Cc: freebsd-questions@freebsd.org Subject: Re: pdf2ps dLanguageLevel option doesn't seem to work In-Reply-To: <20020223195130.TWKQ5463.tomts15-srv.bellnexxia.net@there> References: <20020223193519.TMTO5463.tomts15-srv.bellnexxia.net@there> <200202231944.g1NJicK78341@freefall.freebsd.org> <20020223195130.TWKQ5463.tomts15-srv.bellnexxia.net@there> X-Mailer: Emacs 21.1.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 >>>>> Pierre-Luc Drouin writes: > On February 23, 2002 14:44 pm, you wrote: >> >>>>> Pierre-Luc Drouin writes: >> > >> > I'm trying to get a 2.0 ps file from a pdf file with pdf2ps command. The >> > command i use is: >> > >> > pdf2ps -dLanguageLevel=2 mypdf.pdf myps.ps >> > >> > The header of the ouput ps file is: >> > %!PS-Adobe-3.0 >> > >> > Does someone know how to get a 2.0 file? >> >> Try 'acroread -toPostScript -level2 mypdf.pdf myps.ps' >> >> Jean-Marc > I get also a ps 3.0 file with this command... I think you are confused by the postcript header. I all cases it will begin with %!PS-Adobe-3.0. This does not reflect the postscript level, but only the Document Structuring Convention version. If you compare the PS output whith -level2 and -level3 you will see differences. Jean-Marc -- Jean-Marc Zucconi -- PGP Key: finger jmz@FreeBSD.org [KeyID: 400B38E9] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 14: 6: 0 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 7FC1F37B402 for ; Sat, 23 Feb 2002 14:05:58 -0800 (PST) Received: from twincat.vladsempire.net (hutch-790.hutchtel.net [206.10.71.90]) by services.webwarrior.net (Postfix) with ESMTP id D67B6248 for ; Sat, 23 Feb 2002 16:05:56 -0600 (CST) Received: by twincat.vladsempire.net (Postfix, from userid 1001) id A63AB388F; Sat, 23 Feb 2002 16:05:13 +0000 (GMT) Date: Sat, 23 Feb 2002 16:05:13 +0000 From: Josh Paetzel To: dwhuff Cc: questions@freebsd.org Subject: Re: PPPoE Message-ID: <20020223160513.S295@twincat.vladsempire.net> References: <00c001c1bca7$c3bdca00$2cbea942@Crank> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00c001c1bca7$c3bdca00$2cbea942@Crank>; from dwhuff1@charter.com on Sat, Feb 23, 2002 at 02:22:06PM -0600 Sender: owner-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, Feb 23, 2002 at 02:22:06PM -0600, dwhuff wrote: > Here is what I'm trying to do. Please point me in the right direction. > > Configure my FreeBSD box to connect to my ISP (which uses PPPoE) so the > Internal LAN can use the BSD box as a gateway. I already know what the > static IP, Sub and GW are. > > I had this working when I was using Charter@Home's Cable Internet. Now that > I have switched to DSL I'm not sure how to configure the BSD box since PPPoE > is in the mix. > > As far as I know all PPPoE does is log into a server, grab the IP info then > configure the Router/Server. > > Thanks for your help. > > Huff I would recommend the excellent section of the handbook that gives step by step setup instructions for PPPoE. www.freebsd.org/handbook Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 14:12:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from vectorstar.net (adsl-157-145-17.gnv.bellsouth.net [66.157.145.17]) by hub.freebsd.org (Postfix) with ESMTP id CBBC637B42F for ; Sat, 23 Feb 2002 14:12:36 -0800 (PST) Received: (from ash@localhost) by vectorstar.net (8.11.6/8.11.3) id g1NMC7C37213 for questions@FreeBSD.ORG; Sat, 23 Feb 2002 17:12:07 -0500 (EST) (envelope-from ash@vectorstar.net) Date: Sat, 23 Feb 2002 17:12:03 -0500 From: Austin Shaw Hall To: questions@FreeBSD.ORG Subject: Re: PPPoE Message-ID: <20020223171203.A37156@darkstar.bellsouth.net> Mail-Followup-To: questions@FreeBSD.ORG References: <00c001c1bca7$c3bdca00$2cbea942@Crank> <20020223160513.S295@twincat.vladsempire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020223160513.S295@twincat.vladsempire.net>; from friar_josh@webwarrior.net on Sat, Feb 23, 2002 at 04:05:13PM +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 Saturday 23 February Josh Paetzel wrote: > On Sat, Feb 23, 2002 at 02:22:06PM -0600, dwhuff wrote: > > Here is what I'm trying to do. Please point me in the right direction. > > > > Configure my FreeBSD box to connect to my ISP (which uses PPPoE) so the > > Internal LAN can use the BSD box as a gateway. I already know what the > > static IP, Sub and GW are. > > > > I had this working when I was using Charter@Home's Cable Internet. Now that > > I have switched to DSL I'm not sure how to configure the BSD box since PPPoE > > is in the mix. > > > > As far as I know all PPPoE does is log into a server, grab the IP info then > > configure the Router/Server. > > > > Thanks for your help. > > > > Huff > > I would recommend the excellent section of the handbook that gives > step by step setup instructions for PPPoE. > > www.freebsd.org/handbook > > Josh Also check out this article: http://www.daemonnews.org/200101/pppoe.html Austin -- Trying to define yourself is like trying to bite your own teeth. -- Alan Watts To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 14:41:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 962CB37B417 for ; Sat, 23 Feb 2002 14:41:44 -0800 (PST) Received: from [212.238.194.207] (helo=mailhost.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16ekrP-0005O2-00 for FreeBSD-questions@FreeBSD.ORG; Sat, 23 Feb 2002 22:41:43 +0000 Received: from angel.raggedclown.net (angel.raggedclown.intra [192.168.1.7]) by mailhost.raggedclown.net (Ragged Clown Mail Gateway [buffy]) with ESMTP id D789B13040 for ; Sat, 23 Feb 2002 23:41:42 +0100 (CET) Received: by angel.raggedclown.net (Ragged Clown Host [angel], from userid 1005) id 4ECD122595; Sat, 23 Feb 2002 23:41:42 +0100 (CET) Date: Sat, 23 Feb 2002 23:41:42 +0100 From: Cliff Sarginson To: FreeBSD-questions@FreeBSD.ORG Subject: Re: Local CVS repository, the final frontier Message-ID: <20020223224142.GA1242@raggedclown.net> References: <20020223134033.GA13138@raggedclown.net> <20020223064121.G16048@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020223064121.G16048@blossom.cjclark.org> 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 On Sat, Feb 23, 2002 at 06:41:21AM -0800, Crist J. Clark wrote: > On Sat, Feb 23, 2002 at 02:40:33PM +0100, Cliff Sarginson wrote: > > Hi, > > Ok..updating src from my local network repository, no problem > > But what command do I give to 'cvs' to update the /usr/ports > > collection from the network repository (which is updated nightly). > > I have spent all morning, thinking and trying and I am damned if > > I can get it to work a la cvsupit (i.e. update changed ports). > > I realise that ports is not under cvs as such, is there some > > magic to get it to just replace older files with newer ones. > > Or do I need to write a find script..whatever ? > > I'm not sure I understand. The ports are under CVS control just as > much as any other part of FreeBSD. You say you have a local > repository? Why not just cvsup(1) the ports (if you are not already) > and just use cvs(1) the same way? Because I am dumb, d.u.m.b.... *Sigh*, I made errm, a small but significant mistake. I will just slink in a corner for a while... Maybe I should have trained to be a lion-tamer after all. Sorry for time wasted. -- Regards Cliff Sarginson -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 15: 4:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by hub.freebsd.org (Postfix) with ESMTP id A4FA437B405 for ; Sat, 23 Feb 2002 15:04:09 -0800 (PST) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020223230408.FDS2951.rwcrmhc53.attbi.com@blossom.cjclark.org>; Sat, 23 Feb 2002 23:04:08 +0000 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.6) id g1NN47B24181; Sat, 23 Feb 2002 15:04:07 -0800 (PST) (envelope-from cjc) Date: Sat, 23 Feb 2002 15:04:07 -0800 From: "Crist J. Clark" To: Joe & Fhe Barbish Cc: FBSDQ Subject: Re: portcheckout & cvsup & cvs Message-ID: <20020223150407.P16048@blossom.cjclark.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from barbish@a1poweruser.com on Sat, Feb 23, 2002 at 11:31:34AM -0500 X-URL: http://people.freebsd.org/~cjc/ Sender: owner-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, Feb 23, 2002 at 11:31:34AM -0500, Joe & Fhe Barbish wrote: > The handbook says that the FBSD support source tree are > managed by cvsup and replaces the old way of using cvs. The repository is still very much managed by cvs(1). The prefered method to distribtute information from the CVS repository to remote sites, in bulk, is using cvsup(1). > Portcheckout uses cvs to select just one port make files > for download to my FBSD box. That's fine. cvsup(1) is more efficient when you are going through lots of data, and cvsup(1) also allows you to mirror the repository itself (which is so-o kewl). But for a single port here and there, using cvs(1) is just fine... if you can find a anonymous FreeBSD CVS server that's working. > Will portcheckout get the correct content if used? Sure. cvsup(1) uses cvs(1) to get the files at the remote CVSup server too. > In response to a question I posted previously someone said that > I could get cvsup to do the same thing portcheckout does using > this format of the cvsup command. > > Cvsup -g -l2 -I ports/www/lynx /etc/cvsupfile > > Where -I contains the make files you want to download. > This does not work for me. > As usually the man page contains insufficient information to be of any help. Well, I think that's because you want the '-i' option? And the '-l' should be '-L' too. > How can I just download selected port make files using cvsup? If you just want to grab say, nmap(1), using cvsup(1), I'd start with /usr/share/examples/ports-supfile. I don't want to go through the whole thing just for nmap(1). I know nmap(1) is in the security section. So, as I edit the supfile, putting in the server I want to use and the various paths, I will, s/ports-all/#ports-all/ s/#ports-security/ports-security/ Once I have my new supfile, I can just use cvsup(1) as you suggest, $ cvsup -g -L2 -i ports/security/nmap ports-supfile -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 15:12:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from MX3.Netwood.net (mx3.netwood.net [209.247.184.13]) by hub.freebsd.org (Postfix) with ESMTP id A138237B416 for ; Sat, 23 Feb 2002 15:11:58 -0800 (PST) Received: from netwood.net (mail.netwood.net [209.247.184.35]) by MX3.Netwood.net (Postfix) with ESMTP id 3782A5D014; Sat, 23 Feb 2002 15:11:53 -0800 (PST) Received: from master [209.247.186.2] by netwood.net with ESMTP (SMTPD32-6.06) id A2FE174D013E; Sat, 23 Feb 2002 15:17:18 -0800 From: "Jonas Fornander" To: "'Morten Grunnet Buhl'" , Subject: RE: ssh within jail ? Date: Sat, 23 Feb 2002 15:16:44 -0800 Organization: Netwood Communications Message-ID: <00c401c1bcc0$28965c90$0800a8c0@master> 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: 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 What do I have to do to define a jail in rc.conf? I have sshd_enable="YES" in rc.conf and the users can login with ssh and cd to anywhere on the system. I want the users to be jailed in their home directory when they use ssh. Is that possible? Jonas Fornander - System Administrator Netwood Communications, LLC - www.netwood.net Find out why we're better - 310-442-1530 > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of > Morten Grunnet Buhl > Sent: Saturday, February 23, 2002 5:05 AM > To: freebsd-questions@freebsd.org > Subject: Re: ssh within jail ? > > > On Sat, 23 Feb 2002, Len Conrad wrote: > > > Are there any special problems, or even is it possible, to > set up ssh > > in each jail? > - Nope, have not had any problem in that kind (I have 6 jails > running). > Just add sshd_enable="YES" in /etc/rc.conf in the jails you > want to have > sshd running in. > > BOL, Morten. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 15:50:11 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 212CD37B404 for ; Sat, 23 Feb 2002 15:50:09 -0800 (PST) Received: (qmail 76749 invoked by uid 100); 23 Feb 2002 23:50:06 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15480.10926.314267.815962@guru.mired.org> Date: Sat, 23 Feb 2002 17:50:06 -0600 To: Pierre-Luc Drouin Cc: questions@freebsd.org Subject: Re: How convert PS 2.0 files in PS 3.0 ? In-Reply-To: <81441714@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Pierre-Luc Drouin types: > I'm trying to configure my hp laserjet 1200 printer (supports Postscript > 2.0). When i use lp to print a PS 2.0 file, it prints immediately. However, > for Postscript 3.0 files, it prints, but i've to wait a lot of time before... > > Is it normal? I wouldn't know. > Is there a mean to convert ps 3.0 files in ps 2.0? You might try ps2ps, which turns whatever you feed it into ps 2.0 - optionally settable to ps 1.0 - from the ghostscript port. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 15:55:49 2002 Delivered-To: freebsd-questions@freebsd.org Received: from lyris.bestnet.net (lyris.bestnet.net [216.15.129.82]) by hub.freebsd.org (Postfix) with SMTP id DFE7A37B404 for ; Sat, 23 Feb 2002 15:55:46 -0800 (PST) Message-Id: X-lyris-type: unsubscribed From: "Lyris ListManager" Reply-To: "Lyris ListManager" To: freebsd-questions@freebsd.org Subject: Re: your unsubscribe request Date: Sat, 23 Feb 2002 18:57:50 -0600 Sender: owner-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 you requested, you have been unsubscribed from 'mindmedia'. --- Return-Path: < freebsd-questions@freebsd.org> Received: from x ([141.198.136.7]) by lyris.bestnet.net with SMTP (Lyris ListManager LINUX version 4.1); Sat, 23 Feb 2002 18:57:44 -0600 subject: to: mindmedia-request # Mail sent to leave-mindmedia-473501l was converted to these commands: unsubscribe end # This is the text of the message that triggered the action: Return-Path: < freebsd-questions@freebsd.org> Received: from x ([141.198.136.7]) by lyris.bestnet.net with SMTP (Lyris ListManager LINUX version 4.1); Sat, 23 Feb 2002 18:57:44 -0600 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 15:58:45 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe56.pav2.hotmail.com [64.4.36.190]) by hub.freebsd.org (Postfix) with ESMTP id 2156437B404 for ; Sat, 23 Feb 2002 15:58:39 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Feb 2002 15:58:39 -0800 X-Originating-IP: [66.32.85.213] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: Wine Date: Sat, 23 Feb 2002 18:58:43 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0098_01C1BC9C.1D35CDF0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 23 Feb 2002 23:58:39.0068 (UTC) FILETIME=[0375C1C0:01C1BCC6] Sender: owner-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_0098_01C1BC9C.1D35CDF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am trying to setup wine under 4.4. I built it from the ports = collection, but it doesn't include winesetup. How do i configure wine? ------=_NextPart_000_0098_01C1BC9C.1D35CDF0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I am trying to setup wine under = 4.4.  I built=20 it from the ports collection, but it doesn't include winesetup.  = How do i=20 configure wine?
------=_NextPart_000_0098_01C1BC9C.1D35CDF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 16: 8:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from coc-ias.coc-snt.com.br (200-206-240-101.dsl.telesp.net.br [200.206.240.101]) by hub.freebsd.org (Postfix) with ESMTP id 5055F37B405; Sat, 23 Feb 2002 16:08:22 -0800 (PST) Received: from portugalmail.com (1Cust46.tnt59.dfw5.da.uu.net [67.203.43.46]) by coc-ias.coc-snt.com.br (8.11.1/8.8.7) with SMTP id g1O19DT15262; Sat, 23 Feb 2002 22:09:16 -0300 Message-Id: <200202240109.g1O19DT15262@coc-ias.coc-snt.com.br> To: From: d7354@portugalmail.com Subject: Burn fat with no effort Date: Sat, 23 Feb 2002 19:00:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.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 Tone your Abs, Thighs, Arms, and more with NO EFFORT ! Don't have time to workout? Tired of all those products that have you get down on the floor? Tired of backaches caused by sit-ups!? NO MORE... READ ON! *TRIM AND TONE YOUR TUMMY IN TIME FOR THE SUMMER! *WORKOUT WHILE WATCHING TV, AT THE COMPUTER, OR EVEN AT THE MALL! *TONE YOUR MUSCLES WHILE AT WORK, HOME, OR EVEN ON THE ROAD! *EAT WHAT YOU WANT THIS HOLIDAY SEASON THEN SHED THE EXTRA FAT! *LOOK AMAZING IN YOUR BEACH WEAR NEXT SUMMER! For complete information: http://www2.software4you2002.com/tv/ Bonus! Order by February 28, 2002 and receive your choice of one of the following "FREE Gifts". 1. Satellite System. $149.95 Value! 2. Digital Cellular Phone. $99.95 Value! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ To opt-Out: http://www2.software4you2002.com/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 16: 9: 6 2002 Delivered-To: freebsd-questions@freebsd.org Received: from coc-ias.coc-snt.com.br (200-206-240-101.dsl.telesp.net.br [200.206.240.101]) by hub.freebsd.org (Postfix) with ESMTP id 5055F37B405; Sat, 23 Feb 2002 16:08:22 -0800 (PST) Received: from portugalmail.com (1Cust46.tnt59.dfw5.da.uu.net [67.203.43.46]) by coc-ias.coc-snt.com.br (8.11.1/8.8.7) with SMTP id g1O19DT15262; Sat, 23 Feb 2002 22:09:16 -0300 Message-Id: <200202240109.g1O19DT15262@coc-ias.coc-snt.com.br> To: From: d7354@portugalmail.com Subject: Burn fat with no effort Date: Sat, 23 Feb 2002 19:00:51 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.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 Tone your Abs, Thighs, Arms, and more with NO EFFORT ! Don't have time to workout? Tired of all those products that have you get down on the floor? Tired of backaches caused by sit-ups!? NO MORE... READ ON! *TRIM AND TONE YOUR TUMMY IN TIME FOR THE SUMMER! *WORKOUT WHILE WATCHING TV, AT THE COMPUTER, OR EVEN AT THE MALL! *TONE YOUR MUSCLES WHILE AT WORK, HOME, OR EVEN ON THE ROAD! *EAT WHAT YOU WANT THIS HOLIDAY SEASON THEN SHED THE EXTRA FAT! *LOOK AMAZING IN YOUR BEACH WEAR NEXT SUMMER! For complete information: http://www2.software4you2002.com/tv/ Bonus! Order by February 28, 2002 and receive your choice of one of the following "FREE Gifts". 1. Satellite System. $149.95 Value! 2. Digital Cellular Phone. $99.95 Value! +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ To opt-Out: http://www2.software4you2002.com/options To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 16:19:19 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 D7D8C37B422 for ; Sat, 23 Feb 2002 16:19:07 -0800 (PST) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=motil) by hawk.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 16emNf-0001Kj-00; Sat, 23 Feb 2002 16:19:07 -0800 Message-ID: <009b01c1bce2$2d3eb680$7d00a8c0@motil> From: "barazani" To: "dwhuff" , References: <00c001c1bca7$c3bdca00$2cbea942@Crank> Subject: Re: PPPoE Date: Sat, 23 Feb 2002 19:20:10 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 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 http://www.daemonnews.org/200101/pppoe.html followed the detailos and got it up in three minutes ( the dsl connection ... ) ----- Original Message ----- From: "dwhuff" To: Sent: Saturday, February 23, 2002 12:22 PM Subject: PPPoE > Here is what I'm trying to do. Please point me in the right direction. > > Configure my FreeBSD box to connect to my ISP (which uses PPPoE) so the > Internal LAN can use the BSD box as a gateway. I already know what the > static IP, Sub and GW are. > > I had this working when I was using Charter@Home's Cable Internet. Now that > I have switched to DSL I'm not sure how to configure the BSD box since PPPoE > is in the mix. > > As far as I know all PPPoE does is log into a server, grab the IP info then > configure the Router/Server. > > Thanks for your help. > > Huff > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 16:26:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web12002.mail.yahoo.com (web12002.mail.yahoo.com [216.136.172.210]) by hub.freebsd.org (Postfix) with SMTP id ACDEA37B404 for ; Sat, 23 Feb 2002 16:26:46 -0800 (PST) Message-ID: <20020224002646.53274.qmail@web12002.mail.yahoo.com> Received: from [165.228.7.207] by web12002.mail.yahoo.com via HTTP; Sun, 24 Feb 2002 11:26:46 EST Date: Sun, 24 Feb 2002 11:26:46 +1100 (EST) From: =?iso-8859-1?q?Keith=20Spencer?= Subject: Re: PPPoE To: freebsd-questions@freebsd.org In-Reply-To: <20020223171203.A37156@darkstar.bellsouth.net> 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 Josh, You need to a) add this line to your Kernel file and recompile & reboot options NETGRAPH also make sure pseudo-device tun 4 b)The ADSL machine is the gateway so...gateway_enable="YES" in rc.conf You need 2 NIcs in your machine (if you have an external modem) 1 to the lan the other to the modem e.g. fxp0 to the lan and de0to adsl modem. In rc.conf ensure.. 1) interfaces="lo0 tun0 fxp0 de0" (or such) 2) DO NOT give the de0 NIC an IP it is only for transport You do this in ppp.conf (see later) in rc.conf do... ifconfig_de0=up If you don't add this rc.conf line it wont work! 3) ppp.conf needs to be configured properly (see the docs) a line or 2 like ... ifaddr 167.108.9.3 167.108.9.1 255.255.255.0 0.0.0.0 add hisaddr will add the routes you need fore the LAN 4) fire it up and keep fingers crossed. Keith Saturday 23 February Josh Paetzel wrote: > > On Sat, Feb 23, 2002 at 02:22:06PM -0600, dwhuff > wrote: > > > Here is what I'm trying to do. Please point me > in the right direction. > > > > > > Configure my FreeBSD box to connect to my ISP > (which uses PPPoE) so the > > > Internal LAN can use the BSD box as a gateway. I > already know what the > > > static IP, Sub and GW are. > > > > > > I had this working when I was using > Charter@Home's Cable Internet. Now that > > > I have switched to DSL I'm not sure how to > configure the BSD box since PPPoE > > > is in the mix. > > > > > > As far as I know all PPPoE does is log into a > server, grab the IP info then > > > configure the Router/Server. > > > > > > Thanks for your help. > > > > > > Huff > > > > I would recommend the excellent section of the > handbook that gives > > step by step setup instructions for PPPoE. > > > > www.freebsd.org/handbook > > > > Josh > > Also check out this article: > http://www.daemonnews.org/200101/pppoe.html > > Austin > -- > Trying to define yourself is like trying to bite > your own teeth. > -- Alan Watts > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of > the message http://movies.yahoo.com.au - Yahoo! Movies - Vote for your nominees in our online Oscars pool. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 16:38:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from zerg.codec.ro (zerg.codec.ro [193.230.240.30]) by hub.freebsd.org (Postfix) with ESMTP id 5FC2D37B400 for ; Sat, 23 Feb 2002 16:38:44 -0800 (PST) Received: (from httpd@localhost) by zerg.codec.ro (8.11.4/8.11.4) id g1O0cPO29668; Sun, 24 Feb 2002 02:38:25 +0200 Message-Id: <200202240038.g1O0cPO29668@zerg.codec.ro> From: Duke DOGG To: freebsd-questions@freebsd.org Subject: Smooth mouse movement Date: Sun, 24 Feb 2002 02:38:25 +0200 MIME-Version: 1.0 X-Originating-IP: [193.226.6.226] X-Mailer: freemail 0.9.8 X-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Linux 2.4.2 i386) Opera 6.0 [en] X-Organization: CODEC FreeMail Sender: owner-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 mouse movement as close as the movement from Windows systems??? I tried setting threshlod and acc but its still not moves as I'm used too... thanx ______________________________________________________________________ Do you want a free e-mail for life ? Get it at http://www.email.ro/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:10:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.bendnet.com (mail.bendnet.com [206.163.50.5]) by hub.freebsd.org (Postfix) with ESMTP id 267AC37B400 for ; Sat, 23 Feb 2002 17:10:45 -0800 (PST) Received: from rimrockpc.com (generic53-40.bendnet.com [206.163.53.40] (may be forged)) by mail.bendnet.com (8.11.6/8.11.6/BendNet) with ESMTP id g1O1FU003945 for ; Sat, 23 Feb 2002 17:15:30 -0800 (PST) (envelope-from chris@rimrockpc.com) Date: Sat, 23 Feb 2002 16:33:16 -0800 Message-Id: <200202231633.AA127860872@rimrockpc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Christopher Johannsen" Reply-To: To: Subject: IPFW and NAT Woes X-Mailer: Sender: owner-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 trying to get NAT and IPFW running on my home machine FreeBSD4.3 Release to turn it into a Broadband firewall. I have one ISA Realtek 10MB card and 1 Realtek 10/100 PCI NIC and a 3com Cable modem. I have compiled the IPFIREWALL_VERBOSE and IPDIVERT options into the kernel and added: gateway_enable="YES" firewall_enable="YES" firewall_type="OPEN" natd_enable="YES" natd_interface="ed1" to my rc.conf. My internal net is using the 192.168.1 network address. My exterenal nic is using DHCP. Internal IP is 192.168.1.5. Here's the problem. Once the machine is up I can ping names and numbers from the Gateway machine to the outside world and I can ping to the inside network from the gateway. I can ping both interfaces from my machine on the network but I cannot ping internet addresses from inside the network. It seems like the NAT is not working properly. I am able to access my gateway machine from the outside world through SSH. Below is a copy of my rc.conf: gateway_enable="YES" hostname="hornet" network_interfaces="rl0 ed1" ifconfig_rl0="inet 192.168.1.5 netmask 255.255.255.0" ifconfig_ed1="DHCP" inetd_enable="YES" linux_enable="YES" sendmail_enable="NO" sshd_enable="YES" log_in_vain="YES" ipfilter_enable="YES" ipfilter_flags="" ipmon_enable="YES" ipmon_flags="-Dsvn" ntpdate_enable="YES" ntpdate_flags="ogden.bendnet.com" firewall_enable="YES" firewall_type="OPEN" natd_enable="YES" natd_interface="ed1" natd_flags="-redirect_port tcp 192.168.1.5:22 22" Any ideas or suggestion are appreciated. Thanks in advance! -- Christopher Johannsen Rimrock PC Consulting 541-350-2851 chris@rimrockpc.com -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:15: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta05ps.bigpond.com (mta05ps.bigpond.com [144.135.25.137]) by hub.freebsd.org (Postfix) with ESMTP id 6BB9C37B400 for ; Sat, 23 Feb 2002 17:15:03 -0800 (PST) Received: from CPE-61-9-164-106.vic.bigpond.net.au ([144.135.25.69]) by mta05ps.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GS0JH000.15X for ; Sun, 24 Feb 2002 11:15:00 +1000 Received: from CPE-61-9-166-244.vic.bigpond.net.au ([61.9.166.244]) by PSMAM01.mailsvc.email.bigpond.com(MailRouter V3.0i 65/4774463); 24 Feb 2002 11:15:00 Received: (from root@localhost) by CPE-61-9-164-106.vic.bigpond.net.au (8.11.0/8.11.0) id g1O0onl14296; Sun, 24 Feb 2002 11:50:49 +1100 From: Darren Reed Message-Id: <200202240050.LAA01264@avalon.reed.wattle.id.au> Subject: Re: When is IPF 3.4.23 coming to FreeBSD? In-Reply-To: <000d01c1bca0$29f90760$0a00a8c0@Deathstar> from Mario Doria at "Feb 23, 2 01:27:40 pm" To: madd@tecdigital.net (Mario Doria) Date: Sun, 24 Feb 2002 11:50:47 +1100 Cc: questions@freebsd.org, ipfilter@coombs.anu.edu.au X-Mailer: ELM [version 2.4ME+ PL37 (25)] 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 In some email I received from Mario Doria, sie wrote: [Charset iso-8859-1 unsupported, filtering to ASCII...] > Hi, > > When is IPF 3.4.23 coming to FreeBSD-STABLE? When it becomes 3.4.24. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:18:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe72.pav2.hotmail.com [64.4.36.206]) by hub.freebsd.org (Postfix) with ESMTP id 34BB137B422 for ; Sat, 23 Feb 2002 17:17:55 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Feb 2002 17:17:55 -0800 X-Originating-IP: [66.32.85.213] From: "Jeff Jeter" To: "FreeBSD Questions" Subject: Linux shell scripts Date: Sat, 23 Feb 2002 20:17:59 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01C1BCA7.2FF0E000" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 24 Feb 2002 01:17:55.0182 (UTC) FILETIME=[165328E0:01C1BCD1] Sender: owner-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_01C1BCA7.2FF0E000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have several apps that use shell schripts. THese apps are designed = for linux. when i run these scripts with sh i get odd errors such as = Syntax error: unexpected ")" and=20 function: not found Syntax error: unexpected "}".=20 I ran the one of them w/ the unexpected "}" w/ csh, and tcsh got this = error. CONFARGS=3D--enable-opengl: Connand not found prefix=3D/usr/local: command not found prefix: undefined variable How do i geth these working. I can post the (t)csh output from the = other script if needed. ------=_NextPart_000_0009_01C1BCA7.2FF0E000 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I have several apps that use shell = schripts.  THese apps are designed for linux.  when i run = these=20 scripts with sh i get odd errors such as Syntax error: unexpected = ")"  and=20
function: not found
Syntax error: unexpected "}". =
 
I ran the one of them w/ the unexpected = "}" w/ csh,=20 and tcsh got this error.
CONFARGS=3D--enable-opengl: Connand not = found
prefix=3D/usr/local: command not = found
prefix: undefined variable
 
How do i geth these working.  I = can post the=20 (t)csh output from the other script if = needed.
------=_NextPart_000_0009_01C1BCA7.2FF0E000-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:24:35 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with ESMTP id C9B5C37B400 for ; Sat, 23 Feb 2002 17:24:31 -0800 (PST) Received: from osiris.sigterm.com ([203.47.187.211]) by ra.sigterm.com with esmtp (Exim 3.34 #1) id 16enOe-0000Be-00; Sun, 24 Feb 2002 12:24:12 +1100 Subject: Re: Linux shell scripts From: Stuart Tanner To: Jeff Jeter Cc: FreeBSD Questions In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 24 Feb 2002 13:24:53 +1200 Message-Id: <1014513894.57377.130.camel@osiris.sigterm.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 Sun, 2002-02-24 at 13:17, Jeff Jeter wrote: > I have several apps that use shell schripts. THese apps are designed for linux. when i run these scripts with sh i get odd errors such as Syntax error: unexpected ")" and > function: not found > Syntax error: unexpected "}". > > I ran the one of them w/ the unexpected "}" w/ csh, and tcsh got this error. > CONFARGS=--enable-opengl: Connand not found > prefix=/usr/local: command not found > prefix: undefined variable > > How do i geth these working. I can post the (t)csh output from the other script if needed. Are the shells that the scripts are written for installed? -- Stuart Tanner Dave Mack: "Your stupidity, Allen, is simply not up to par." Allen Gwinn: "Yours is." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:27:46 2002 Delivered-To: freebsd-questions@freebsd.org Received: from web10006.mail.yahoo.com (web10006.mail.yahoo.com [216.136.130.42]) by hub.freebsd.org (Postfix) with SMTP id B9FEC37B419 for ; Sat, 23 Feb 2002 17:27:44 -0800 (PST) Message-ID: <20020224012744.90173.qmail@web10006.mail.yahoo.com> Received: from [206.148.73.20] by web10006.mail.yahoo.com via HTTP; Sat, 23 Feb 2002 17:27:44 PST Date: Sat, 23 Feb 2002 17:27:44 -0800 (PST) From: Kenneth Stailey Subject: Q: where is the mozilla 0.9.8 package for FreeBSD? To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG $ ftp -a ftp.freebsd.org Connected to ftp.beastie.tdk.net. [...] ftp> cd /pub/FreeBSD/ports/packages/All 250 CWD command successful. ftp> dir moz* 150 Opening ASCII mode data connection for '/bin/ls'. -rw-r--r-- 1 1006 1006 96768 Feb 16 22:23 mozilla+ipv6-0.9.8_1,1.tgz -rw-r--r-- 1 1006 1006 104960 Feb 16 22:24 mozilla-0.9.8_1,1.tgz 226 Transfer complete. ftp> These are way too small. There isn't a release on ftp.mozilla.org either. Does someone have an alternative location? Thanks, Ken __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:32: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 6C43537B402 for ; Sat, 23 Feb 2002 17:31:58 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id g1O1WME43106; Sat, 23 Feb 2002 19:32:23 -0600 (CST) (envelope-from nick@rogness.net) Date: Sat, 23 Feb 2002 19:32:22 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Christopher Johannsen Cc: questions@FreeBSD.ORG Subject: Re: IPFW and NAT Woes In-Reply-To: <200202231633.AA127860872@rimrockpc.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 Sat, 23 Feb 2002, Christopher Johannsen wrote: > I have been trying to get NAT and IPFW running on my home machine > FreeBSD4.3 Release to turn it into a Broadband firewall. I have one > ISA Realtek 10MB card and 1 Realtek 10/100 PCI NIC and a 3com Cable > modem. I have compiled the IPFIREWALL_VERBOSE and IPDIVERT options > into the kernel and added: > > gateway_enable="YES" > firewall_enable="YES" > firewall_type="OPEN" > natd_enable="YES" > natd_interface="ed1" > > to my rc.conf. My internal net is using the 192.168.1 network > address. My exterenal nic is using DHCP. Internal IP is 192.168.1.5. > Here's the problem. Once the machine is up I can ping names and > numbers from the Gateway machine to the outside world and I can ping > to the inside network from the gateway. I can ping both interfaces > from my machine on the network but I cannot ping internet addresses > from inside the network. It seems like the NAT is not working > properly. I am able to access my gateway machine from the outside > world through SSH. Below is a copy of my rc.conf: > > gateway_enable="YES" > hostname="hornet" > network_interfaces="rl0 ed1" > ifconfig_rl0="inet 192.168.1.5 netmask 255.255.255.0" > ifconfig_ed1="DHCP" > inetd_enable="YES" > linux_enable="YES" > sendmail_enable="NO" > sshd_enable="YES" > log_in_vain="YES" > ipfilter_enable="YES" > ipfilter_flags="" > ipmon_enable="YES" > ipmon_flags="-Dsvn" Turn ipfilter and ipmon stuff off...you don't need it when running ipfw. > ntpdate_enable="YES" > ntpdate_flags="ogden.bendnet.com" > firewall_enable="YES" > firewall_type="OPEN" > natd_enable="YES" > natd_interface="ed1" > natd_flags="-redirect_port tcp 192.168.1.5:22 22" > This setup looks ok. As long as ed1 is your outside interface. What does `ifconfig` show? > Any ideas or suggestion are appreciated. Thanks in advance! What does `ipfw -a l` show? Nick Rogness - Don't mind me...I'm just sniffing your packets To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:34:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with ESMTP id CE44A37B405 for ; Sat, 23 Feb 2002 17:34:15 -0800 (PST) Received: from osiris.sigterm.com ([203.47.187.211]) by ra.sigterm.com with esmtp (Exim 3.34 #1) id 16enYC-0000Dt-00; Sun, 24 Feb 2002 12:34:04 +1100 Subject: Re: Linux shell scripts From: Stuart Tanner To: Jeff Jeter Cc: FreeBSD Questions In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 24 Feb 2002 13:34:44 +1200 Message-Id: <1014514485.57377.149.camel@osiris.sigterm.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 Sun, 2002-02-24 at 13:17, Jeff Jeter wrote: > I have several apps that use shell schripts. THese apps are designed for linux. when i run these scripts with sh i get odd errors such as Syntax error: unexpected ")" and > function: not found > Syntax error: unexpected "}". > > I ran the one of them w/ the unexpected "}" w/ csh, and tcsh got this error. > CONFARGS=--enable-opengl: Connand not found > prefix=/usr/local: command not found > prefix: undefined variable > > How do i geth these working. I can post the (t)csh output from the other script if needed. I just re-read your e-mail and it clicked that you were trying different shells with the same script. The first line of the script will be the shell that the script should be run with. It will be something like #!/bin/sh or #!/bin/csh #!/usr/local/bin/bash or whatever shell it was designed for. This is the shell you need to run the script. -- Stuart Tanner Dave Mack: "Your stupidity, Allen, is simply not up to par." Allen Gwinn: "Yours is." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:46:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 80F5637B402 for ; Sat, 23 Feb 2002 17:46:20 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1O1jA882192; Sat, 23 Feb 2002 20:45:10 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Q: where is the mozilla 0.9.8 package for FreeBSD? From: Joe Clarke To: Kenneth Stailey Cc: FreeBSD User Questions List In-Reply-To: <20020224012744.90173.qmail@web10006.mail.yahoo.com> References: <20020224012744.90173.qmail@web10006.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 23 Feb 2002 20:46:51 -0500 Message-Id: <1014515212.6683.15.camel@shumai.marcuscom.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 Sat, 2002-02-23 at 20:27, Kenneth Stailey wrote: > $ ftp -a ftp.freebsd.org > Connected to ftp.beastie.tdk.net. > [...] > ftp> cd /pub/FreeBSD/ports/packages/All > 250 CWD command successful. > ftp> dir moz* > 150 Opening ASCII mode data connection for '/bin/ls'. > -rw-r--r-- 1 1006 1006 96768 Feb 16 22:23 mozilla+ipv6-0.9.8_1,1.tgz > -rw-r--r-- 1 1006 1006 104960 Feb 16 22:24 mozilla-0.9.8_1,1.tgz > 226 Transfer complete. > ftp> > > These are way too small. There isn't a release on ftp.mozilla.org either. > Does someone have an alternative location? If one of the other mirrors doesn't have a good copy, and I doubt they will, then try building Mozilla from ports until the issue gets resolved. Could be a disk space issue on the master server. Joe > > Thanks, > Ken > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Sports - Coverage of the 2002 Olympic Games > http://sports.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 Sat Feb 23 17:53:37 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pinochet.cityline.ru (pinochet.cityline.ru [195.46.160.34]) by hub.freebsd.org (Postfix) with ESMTP id C0CCA37B404; Sat, 23 Feb 2002 17:53:29 -0800 (PST) Received: from Server (ts22-1-a130.dial.sovam.com [212.46.232.130]) by pinochet.cityline.ru (8.11.6/t/08-Oct-1998) with SMTP id g1O1YGs33426; Sun, 24 Feb 2002 04:34:19 +0300 (MSK) Message-Id: <200202240134.g1O1YGs33426@pinochet.cityline.ru> From: Subject: Ïî÷òîâàÿ ðàññûëêà (Direct Mail) Date: Âñ, 24 ôåâ 2002 00:59:39 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 Äðóçüÿ, ïðîñèì Âàñ èçâèíèòü íàñ çà âòîðæåíèå â Âàøå ýëåêòðîííîå ïðîñòðàíñòâî. Ìû ïðåäëàãàåì Âàì óñëóãè ïî ïî÷òîâîé ðàññûëêå (Direct Mail). (095) 741-22-91 Ïî ñòàòèñòèêå, Direct Mail - ñàìûé ýôôåêòèâíûé âèä ðåêëàìû.  áîëüøèíñòâå ðàçâèòûõ ñòðàíàõ áþäæåòû ÄÌ-êàìïàíèé ïðåâûøàþò ðàñõîäû íà ðåêëàìó â ÑÌÈ. Ñ ïîìîùüþ ïî÷òîâîé ðàññûëêè ìîæíî ðåøàòü íåñêîëüêî îñíîâíûõ çàäà÷: 1. ïðèâëå÷åíèå íîâûõ êëèåíòîâ 2. èíôîðìèðîâàíèå ñòàðûõ êëèåíòîâ 3. îïåðàòèâíîå îáùåíèå ñ óäàëåííûìè êëèåíòàìè Íàèáîëåå ýôôåêòèâíî äåéñòâèå ýòîãî âèäà ðåêëàìû äëÿ: - òîðãîâûõ îðãàíèçàöèé - ïðîèçâîäñòâåííûõ ïðåäïðèÿòèé - ñíàáæåí÷åñêèõ ïðåäïðèÿòèé - ôèíàíñîâûõ ñòðóêòóð. Ïðåäëàãàåì Âàì: · ðàçëè÷íûå áàçû äàííûõ (áåñïëàòíûé ïîäáîð ñïèñêà àäðåñîâ è îçíàêîìëåíèå ñ íèìè); · Òèðàæèðîâàíèå ðåêëàìíîãî ìàòåðèàëà · Ïîäáîð êîíâåðòîâ â àññîðòèìåíòå (Åâðîêîíâåðò; Ñ4, Ñ5, Ñ6, Ñ3, ïîëèýòèëåíîâûå ïàêåòû); · Íàíåñåíèå ëîãîòèïà íà êîíâåðò · Îôîðìëåíèå ðåêëàìíîãî ïèñüìà è êîíâåðòà (ïå÷àòü àäðåñà íà ëàçåðíîì ïðèíòåðå, ôàëüöîâêà âëîæåíèé, âëîæåíèå ìàòåðèàëîâ â êîíâåðò è çàêëåéêà åãî); · Îïåðàòèâíàÿ îòïðàâêà ïèñåì; · Ñêèäêè çà îáúåì è äëÿ ïîñòîÿííûõ êëèåíòîâ · Âåäåíèå áàç äàííûõ êëèåíòîâ Íàøè áàçû äàííûõ ñîäåðæàò ñâåäåíèÿ î ïðåäïðèÿòèÿõ è îðãàíèçàöèÿõ ïî âñåé Ðîññèè (áîëåå 600 000 ïðåäïðèÿòèé) è ñòðàíàì ÑÍà (áîëåå 70 000). Âîçìîæíû âûáîðêè ïî ìíîãèì êðèòåðèÿì. Ñïåöèàëèçèðîâàííûå ÁÄ. Ìû ðàáîòàåì ñî âñåìè ãîðîäàìè Ðîññèè. Äîïîëíèòåëüíóþ èíôîðìàöèþ âû ñìîæåòå ïîëó÷èòü ó íàøèõ ìåíåäæåðîâ ïî òåëåôîíó: (095) 741-22-91 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 17:54:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pinochet.cityline.ru (pinochet.cityline.ru [195.46.160.34]) by hub.freebsd.org (Postfix) with ESMTP id 77D4237B428; Sat, 23 Feb 2002 17:53:51 -0800 (PST) Received: from Server (ts22-1-a130.dial.sovam.com [212.46.232.130]) by pinochet.cityline.ru (8.11.6/t/08-Oct-1998) with SMTP id g1O1YKs33446; Sun, 24 Feb 2002 04:34:20 +0300 (MSK) Message-Id: <200202240134.g1O1YKs33446@pinochet.cityline.ru> From: Subject: Ïî÷òîâàÿ ðàññûëêà (Direct Mail) Date: Âñ, 24 ôåâ 2002 00:59:43 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 Äðóçüÿ, ïðîñèì Âàñ èçâèíèòü íàñ çà âòîðæåíèå â Âàøå ýëåêòðîííîå ïðîñòðàíñòâî. Ìû ïðåäëàãàåì Âàì óñëóãè ïî ïî÷òîâîé ðàññûëêå (Direct Mail). (095) 741-22-91 Ïî ñòàòèñòèêå, Direct Mail - ñàìûé ýôôåêòèâíûé âèä ðåêëàìû.  áîëüøèíñòâå ðàçâèòûõ ñòðàíàõ áþäæåòû ÄÌ-êàìïàíèé ïðåâûøàþò ðàñõîäû íà ðåêëàìó â ÑÌÈ. Ñ ïîìîùüþ ïî÷òîâîé ðàññûëêè ìîæíî ðåøàòü íåñêîëüêî îñíîâíûõ çàäà÷: 1. ïðèâëå÷åíèå íîâûõ êëèåíòîâ 2. èíôîðìèðîâàíèå ñòàðûõ êëèåíòîâ 3. îïåðàòèâíîå îáùåíèå ñ óäàëåííûìè êëèåíòàìè Íàèáîëåå ýôôåêòèâíî äåéñòâèå ýòîãî âèäà ðåêëàìû äëÿ: - òîðãîâûõ îðãàíèçàöèé - ïðîèçâîäñòâåííûõ ïðåäïðèÿòèé - ñíàáæåí÷åñêèõ ïðåäïðèÿòèé - ôèíàíñîâûõ ñòðóêòóð. Ïðåäëàãàåì Âàì: · ðàçëè÷íûå áàçû äàííûõ (áåñïëàòíûé ïîäáîð ñïèñêà àäðåñîâ è îçíàêîìëåíèå ñ íèìè); · Òèðàæèðîâàíèå ðåêëàìíîãî ìàòåðèàëà · Ïîäáîð êîíâåðòîâ â àññîðòèìåíòå (Åâðîêîíâåðò; Ñ4, Ñ5, Ñ6, Ñ3, ïîëèýòèëåíîâûå ïàêåòû); · Íàíåñåíèå ëîãîòèïà íà êîíâåðò · Îôîðìëåíèå ðåêëàìíîãî ïèñüìà è êîíâåðòà (ïå÷àòü àäðåñà íà ëàçåðíîì ïðèíòåðå, ôàëüöîâêà âëîæåíèé, âëîæåíèå ìàòåðèàëîâ â êîíâåðò è çàêëåéêà åãî); · Îïåðàòèâíàÿ îòïðàâêà ïèñåì; · Ñêèäêè çà îáúåì è äëÿ ïîñòîÿííûõ êëèåíòîâ · Âåäåíèå áàç äàííûõ êëèåíòîâ Íàøè áàçû äàííûõ ñîäåðæàò ñâåäåíèÿ î ïðåäïðèÿòèÿõ è îðãàíèçàöèÿõ ïî âñåé Ðîññèè (áîëåå 600 000 ïðåäïðèÿòèé) è ñòðàíàì ÑÍà (áîëåå 70 000). Âîçìîæíû âûáîðêè ïî ìíîãèì êðèòåðèÿì. Ñïåöèàëèçèðîâàííûå ÁÄ. Ìû ðàáîòàåì ñî âñåìè ãîðîäàìè Ðîññèè. Äîïîëíèòåëüíóþ èíôîðìàöèþ âû ñìîæåòå ïîëó÷èòü ó íàøèõ ìåíåäæåðîâ ïî òåëåôîíó: (095) 741-22-91 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 18: 9: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 154D637B42F for ; Sat, 23 Feb 2002 18:08:38 -0800 (PST) Received: (from sue@localhost) by phoenix.welearn.com.au (8.11.6/8.11.6) id g1O28Yu25474 for freebsd-questions@freebsd.org; Sun, 24 Feb 2002 13:08:34 +1100 (EST) (envelope-from sue) Date: Sun, 24 Feb 2002 13:08:34 +1100 From: Sue Blake To: freebsd-questions@freebsd.org Subject: splitting files for DOS floppies Message-ID: <20020224130833.J16874@welearn.com.au> 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 need to send some large (2-4MB after zipping) binary files on floppy disks to a typical home user of MS-DOS in a remote area. How can I split these files up into smaller chunks to fit the floppies, in a way that will allow the user to stick them back together under MS-DOS 6.2? I already tried zipsplit but it said the file within the archive was too big, so it seems to want to split zip archives only where it finds the end of a file within. Perhaps I could just use split(1) and have the DOS user cat the parts together, but I have no confidence that that would work under DOS. Due to the isolation of the user, we can't afford to make bold guesses. -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 18:12:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id E96F937B400 for ; Sat, 23 Feb 2002 18:12:31 -0800 (PST) Received: from roddierod (AUTH poptime) at d7-25.dyn.telerama.com (HELO ALBINI.OpenSourceBeef.org) (205.201.40.25) by smtp.mail.vip.sc5.yahoo.com with SMTP; 24 Feb 2002 02:12:31 -0000 Date: Sat, 23 Feb 2002 20:27:40 -0500 From: Rod Person To: FreeBSD Questions Subject: SQUEEEZING the most bandwidth out of a 33.6 modem Message-Id: <20020223202740.23179932.roddierod@yahoo.com> Organization: Open Source Beef X-Mailer: Sylpheed version 0.7.0claws (GTK+ 1.2.10; i386--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 Hi All, I have a US Robotics Sportster 33.6 external modem (it flashable to 56k). I was wondering if anyone had tips, trick or suggested reading on how to squeeze bandwidth out of this modem. thanks Rod roddierod@yahoo.com http://geocities.com/roddierod/osbeef.htm "I'm a character in a world gone wrong!" - Entombed - Returning to Madness _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 18:20:55 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe50.pav2.hotmail.com [64.4.36.22]) by hub.freebsd.org (Postfix) with ESMTP id 006FD37B400 for ; Sat, 23 Feb 2002 18:20:34 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Feb 2002 18:20:33 -0800 X-Originating-IP: [66.32.85.213] From: "Jeff Jeter" To: "Stuart Tanner" Cc: "FreeBSD Questions" References: <1014513894.57377.130.camel@osiris.sigterm.com> Subject: Re: Linux shell scripts Date: Sat, 23 Feb 2002 21:20:37 -0500 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_001F_01C1BCAF.F002D260" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 24 Feb 2002 02:20:33.0964 (UTC) FILETIME=[D6BBC6C0:01C1BCD9] Sender: owner-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_001F_01C1BCAF.F002D260 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Thanks, installing bash fixed one. The other i referred to in an earlier post regardint turboprint. It is generated by another script which works fine. attached is the generator script. Here is the output: OUTPUT: bsd# turboprint -Plp testpage-a4.ps output.prn turboprint - executing tpfilter manually printer name: lp spool directory: turbo2 *** calling tpfilter now *** head: illegal line count -- 1c eval: 1: Syntax error: "(" unexpected *** tpfilter finished *** the output file may be copied to the printer now for example: cat [OUTPUTFILE] > /dev/lp0 bsd# Thanks Jeff Jeter ----- Original Message ----- From: "Stuart Tanner" To: "Jeff Jeter" Cc: "FreeBSD Questions" Sent: Saturday, February 23, 2002 8:24 PM Subject: Re: Linux shell scripts > On Sun, 2002-02-24 at 13:17, Jeff Jeter wrote: > > I have several apps that use shell schripts. THese apps are designed for linux. when i run these scripts with sh i get odd errors such as Syntax error: unexpected ")" and > > function: not found > > Syntax error: unexpected "}". > > > > I ran the one of them w/ the unexpected "}" w/ csh, and tcsh got this error. > > CONFARGS=--enable-opengl: Connand not found > > prefix=/usr/local: command not found > > prefix: undefined variable > > > > How do i geth these working. I can post the (t)csh output from the other script if needed. > > Are the shells that the scripts are written for installed? > > -- > Stuart Tanner > > Dave Mack: "Your stupidity, Allen, is simply not up to par." > Allen Gwinn: "Yours is." > > ------=_NextPart_000_001F_01C1BCAF.F002D260 Content-Type: application/octet-stream; name="tpfilter" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="tpfilter" #! /bin/sh=0A= #=0A= # tpfilter - line printer input filter for turboprint driver system=0A= # =0A= # Copyright 2000,2001 ZEDOnet=0A= # Version 1.01=0A= # Created 12.4.2000 Florian Zeiler =0A= # 17.11.2000: improved lprng compatibility (flags, don't use rewindstdin)=0A= # 27.04.2001: DVI printing implemented=0A= #=0A= =0A= PATH=3D/bin:/usr/bin:/usr/local/bin=0A= PATH=3D${PATH}:/usr/bin/TeX:/usr/X11R6/bin=0A= PATH=3D${PATH}:/sbin:/usr/sbin=0A= #export PATH=0A= =0A= # get Turboprint paths=0A= eval $(cat "/etc/turboprint/system.cfg")=0A= LOGFILE=3D"$TPPATH_LOG/turboprint_lpr.log"=0A= TPSTDIN=3D"$TPPATH_FILTERS/tpstdin"=0A= SMBPRINT=3D"$TPPATH_FILTERS/smbprint"=0A= SOCKETPRINT=3D"$TPPATH_FILTERS/socketprint"=0A= NCPPRINT=3D"$TPPATH_FILTERS/ncpprint"=0A= =0A= echo >> $LOGFILE=0A= echo "-----------------------------" >> $LOGFILE=0A= echo "New print job $(date) - command line:" >> $LOGFILE=0A= echo $* >> $LOGFILE=0A= =0A= # parse parameters=0A= # lpr:=0A= # -c -wwidth -llength -iident -n login -h host acct-file=0A= # LPRng:=0A= # -Ffileformatcharacter -ejobdatafile -kcontrolfile=0A= # -Hhost -Jjob -Llogin -Pprintername -Qqueue -aacct-file -dspooldir = -fjobfilename=0A= # -hhost -jjobnumber -llength -nlogin -wwidth -xxpos -yypos acct-file=0A= # -c means transmit file unchanged ("raw") to printer=0A= #=0A= =0A= while [ -z "${1%%-*}" -a -n "$1" ] ; do=0A= temp=3D"${1#-}"=0A= shift=0A= case "$temp" in=0A= a*) # account file (lprng)=0A= {=0A= ACCOUNTFILE=3D"${temp#?}"=0A= };;=0A= e*) # data file (lprng)=0A= {=0A= DATAFILE=3D"${temp#?}"=0A= };;=0A= f*) # job name (lprng)=0A= {=0A= JOBFILE=3D"${temp#?}"=0A= };;=0A= h*) # host name=0A= {=0A= HOST=3D"${temp#?}"=0A= if [ -z "$HOST" ] ; then=0A= HOST=3D"$1"; shift=0A= fi=0A= };;=0A= j*) # job name (lpr) or number (lprng)=0A= {=0A= JOB=3D"${temp#?}"=0A= if [ -z "$JOB" ] ; then=0A= JOB=3D"$1"; shift=0A= fi=0A= };;=0A= n*) # login name=0A= {=0A= LOGIN=3D"${temp#?}"=0A= if [ -z "$LOGIN" ] ; then=0A= LOGIN=3D"$1"; shift=0A= fi=0A= };;=0A= *);; # other flags: ignore=0A= esac=0A= done=0A= =0A= # account file set by -a or is last parameter=0A= if [ -z "$ACCOUNTFILE" ] ; then=0A= eval temp=3D"\${$#}"=0A= if [ -n "$temp" -a "$temp" !=3D "$0" ]; then=0A= ACCOUNTFILE=3D"$temp"=0A= fi=0A= unset temp=0A= fi=0A= =0A= # job name set by -f (lprng) or -j (lpr)=0A= if [ $JOBFILE ] ; then=0A= JOB=3D"$JOBFILE"=0A= fi=0A= =0A= # the spool path is the path to the account file=0A= SPOOLPATH=3D$(dirname $ACCOUNTFILE)=0A= =0A= # the configuration name is the last part the spool path=0A= CONFIGNAME=3D$(basename $SPOOLPATH)=0A= =0A= # create a temporary file=0A= TEMPFILE=3D"$TPPATH_TEMP/tpfilter$$.tmp"=0A= =0A= # find user's home directory=0A= #=0A= YPD=3D"`domainname`"=0A= YPS=3D"`grep -E '^\+' /etc/passwd|head -1c`"=0A= =0A= if [ -n "$YPD" -a "$YPS" =3D "+" ] ; then=0A= set -- `(cat /etc/passwd; ypcat passwd)|grep "^$LOGIN:"|cut -d':' = -f6`=0A= else=0A= set -- `grep "^$LOGIN:" /etc/passwd |cut -d':' -f6`=0A= fi=0A= HOMEDIR=3D"$1"=0A= =0A= # the global config file is in the spool path=0A= CONFIGFILE=3D"$SPOOLPATH/tpprinter.cfg"=0A= =0A= # the user config file is in the home directory=0A= USERCONFIG=3D"$HOMEDIR/.turboprint/$CONFIGNAME.cfg"=0A= =0A= echo "CONFIGNAME=3D$CONFIGNAME CONFIGFILE=3D$CONFIGFILE = USERCONFIG=3D$USERCONFIG" >> $LOGFILE=0A= echo "JOB=3D$JOB DATA=3D$DATAFILE LOGIN=3D$LOGIN HOST=3D$HOST = HOMEDIR=3D$HOMEDIR TEMP=3D$TEMPFILE" >> $LOGFILE=0A= =0A= # evaluate config files; user settings overwrite global settings=0A= eval $(cat $CONFIGFILE)=0A= # user config: put "declare" in front of file (security)=0A= if [ -e "$USERCONFIG" ] ; then=0A= eval $(echo "declare " $(cat $USERCONFIG))=0A= fi=0A= =0A= # check for file header, cut off a chunk for filetype determination=0A= =0A= eval $($TPSTDIN --cut $TEMPFILE)=0A= =0A= if [ $TPHEADER -a $TPHEADER =3D "raw" ] ; then=0A= FILETYPE=3D"tpraw"=0A= else=0A= # get mime file type using command "file"=0A= # translate output to upper case=0A= =0A= FILETYPE=3D$(file $TEMPFILE | tr 'A-Z' 'a-z')=0A= =0A= echo "filetype=3D$FILETYPE" >> $LOGFILE=0A= fi=0A= =0A= =0A= # select input filter depending on file type=0A= =0A= case "$FILETYPE" in=0A= =0A= tpraw)=0A= # raw printer commands from tpconfig=0A= {=0A= USEGS=3D0;=0A= };;=0A= =0A= # first the formats that go through ghostscript=0A= =0A= *postscript*)=0A= # postscript: this is our preferred input=0A= {=0A= # do nothing=0A= INPUTFILTER=3D"";=0A= USEGS=3D1;=0A= };;=0A= =0A= *pdf*document*)=0A= # portable document format:=0A= # almost the same as postscript ??=0A= {=0A= # do nothing=0A= # possibly a temp file is needed...???=0A= INPUTFILTER=3D"";=0A= USEGS=3D1;=0A= };;=0A= =0A= *fig*image*text*)=0A= # fig drawing=0A= {=0A= # use fig2dev=0A= # -Lps - language =3D postscript=0A= # -P - don't create eps but printable ps file=0A= # -c - center on page=0A= INPUTFILTER=3D"fig2dev -Lps -P -c | ";=0A= USEGS=3D1;=0A= };;=0A= =0A= *tex*dvi*file*)=0A= # tex dvi document=0A= {=0A= TEMPFILE1=3D"$TPPATH_TEMP/tpfilter$$.tmp1"=0A= INPUTFILTER=3D"cat - > $TEMPFILE1 | dvips -f $TEMPFILE1 | "=0A= TPCOLORMODE=3D0=0A= USEGS=3D1;=0A= };;=0A= =0A= =0A= *troff*preprocessor*)=0A= # groff document=0A= {=0A= # use grog=0A= # -S - safer mode=0A= # -Tps - output format =3D postscript=0A= GROGCMDLINE=3D$( grog -S -Tps $TEMPFILE)=0A= INPUTFILTER=3D"$GROGCMDLINE | "=0A= TPCOLORMODE=3D0=0A= USEGS=3D1;=0A= };;=0A= =0A= *html*)=0A= # html document=0A= {=0A= # use html2ps=0A= # -e - charset=0A= # -u - underline links=0A= # -H - use hyphenation=0A= INPUTFILTER=3D"html2ps -e ISO-8859-1 -u -H | ";=0A= TPCOLORMODE=3D0=0A= USEGS=3D1;=0A= };;=0A= =0A= # bitmap images that are handled directly by turboprint=0A= =0A= *pc*bitmap*data*)=0A= # bmp image=0A= {=0A= # use bmptoppm; ppm is read by turboprint=0A= # the problem with p*m formats is that there=0A= # is no picture size (dpi) information=0A= INPUTFILTER=3D"bmptoppm | ";=0A= USEGS=3D0;=0A= };;=0A= =0A= *tiff*image*data*)=0A= # tiff image=0A= {=0A= # use tifftopnm; pnm is read by turboprint=0A= INPUTFILTER=3D"tifftopnm | ";=0A= USEGS=3D0;=0A= };;=0A= =0A= *gif*image*data*)=0A= # tiff image=0A= {=0A= # use giftopnm; pnm is read by turboprint=0A= INPUTFILTER=3D"giftopnm | ";=0A= USEGS=3D0;=0A= };;=0A= =0A= *jpeg*image*data*)=0A= # gif image=0A= {=0A= # use djpeg; output format pnm is read by turboprint=0A= # todo: options for djpeg...?=0A= INPUTFILTER=3D"djpeg | ";=0A= USEGS=3D0;=0A= };;=0A= =0A= *pgm*|*pbm*|*ppm*)=0A= # portable grey/bit/pixmap image=0A= {=0A= # pnm is read by turboprint=0A= INPUTFILTER=3D"";=0A= USEGS=3D0;=0A= };;=0A= =0A= *sun*raster*image*data*)=0A= # sunraster image=0A= {=0A= # use rasttopnm; pnm is read by turboprint=0A= # todo: options for rasttopnm...?=0A= INPUTFILTER=3D"rasttopnm | ";=0A= USEGS=3D0;=0A= };;=0A= # pcx not (yet) known by 'file'=0A= =0A= # finally raw ascii=0A= =0A= *)=0A= # default - interpret as ascii text=0A= {=0A= # todo:=0A= # - set page size=0A= # - ...?=0A= =0A= # if a2ps doesn't exist, use enscript, else ??=0A= A2PSCOMMAND=3D"a2ps"=0A= type a2ps &> /dev/null || A2PSCOMMAND=3D"enscript"=0A= A2PSOPTIONS=3D"--output=3D-"=0A= if [ $A2PSCOMMAND =3D "a2ps" ] ; then=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --medium=3D$A2PSMEDIUM"=0A= else=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --media=3D$A2PSMEDIUM"=0A= fi=0A= # either use defaults or set landscape / number of columns=0A= if [ $A2PSDEFAULTS -ne 1 ]; then=0A= if [ $A2PSLANDSCAPE -eq 1 ]; then=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --landscape"=0A= else=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --portrait"=0A= fi=0A= if [ $A2PSHEADERS -eq 0 ]; then=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --no-header"=0A= else=0A= if [ $JOB ]; then=0A= if [ $A2PSCOMMAND =3D "a2ps" ] ; then=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --center-title=3D$JOB"=0A= else=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --title=3D$JOB"=0A= fi=0A= fi=0A= fi=0A= if [ $A2PSCOMMAND =3D "a2ps" ] ; then=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --borders=3D$A2PSBORDERS"=0A= else=0A= if [ $A2PSBORDERS -eq 1 ] ; then=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --borders"=0A= fi=0A= fi=0A= A2PSOPTIONS=3D"$A2PSOPTIONS --columns=3D$A2PSCOLUMNS"=0A= fi=0A= INPUTFILTER=3D"$A2PSCOMMAND $A2PSOPTIONS | "=0A= TPCOLORMODE=3D0=0A= GSDRIVER=3D"pbmraw"=0A= USEGS=3D1=0A= };;=0A= esac=0A= =0A= # end of input filter selection=0A= =0A= # select output filter for printing to a remote printer=0A= =0A= echo "output=3D$REMOTEOUTPUT" >> $LOGFILE=0A= remote=3D"remote"=0A= case $REMOTEOUTPUT in=0A= device)=0A= {=0A= # no output filter needed=0A= OUTPUTFILTER=3D"";=0A= };;=0A= file)=0A= {=0A= # to be implemented=0A= OUTPUTFILTER=3D" | cat > $PRINTTOFILE";=0A= };;=0A= remote)=0A= {=0A= # lpr queue on other unix machine=0A= # the "old" bsd lpr doesn't filter remote output, so=0A= # output is redirected to a second queue - the remote queue=0A= LPROPTIONS=3D"-P$CONFIGNAME$remote"=0A= if [ $LOGIN ]; then=0A= LPROPTIONS=3D"$LPROPTIONS -U '$LOGIN'"=0A= fi=0A= OUTPUTFILTER=3D" | lpr $LPROPTIONS";=0A= };;=0A= smb)=0A= {=0A= # print to a Windows machine via SAMBA=0A= # handled by the smbprint script=0A= # configfile with server name, printer name, etc.=0A= # is passed on to this script=0A= OUTPUTFILTER=3D" | $SMBPRINT $CONFIGFILE";=0A= };;=0A= socket)=0A= {=0A= # print to a network printer or server box port=0A= # handled by the socketprint script=0A= # configfile with server name, port number=0A= # is passed on to this script=0A= OUTPUTFILTER=3D" | $SOCKETPRINT $CONFIGFILE";=0A= };;=0A= ncp)=0A= {=0A= # *** NOT YET TESTED ***=0A= # print to a Netware server via SAMBA=0A= # handled by the ncpprint script=0A= # configfile with server name, printer name, etc.=0A= # is passed on to this script=0A= OUTPUTFILTER=3D" | $NCPPRINT $CONFIGFILE";=0A= };;=0A= esac=0A= =0A= # end of output filter selection=0A= =0A= # build command line for ghostscript=0A= # -sDEVICE=3D name of output format=0A= # -r resolution=0A= # -g output image size in pixels=0A= # -dSAFER interpret postscript in read-only mode=0A= # -dNOPAUSE don't wait after page end=0A= # -dBATCH don't wait after file end=0A= # -sOutputFile=3D name of output file=0A= # - instead of input file: read from stdin=0A= # (alternative: /dev/fd/0 device name of stdin)=0A= GSCOMMANDLINE=3D"gs -sDEVICE=3D$GSDRIVER -r${GSXDPI}x$GSYDPI = -g${GSWIDTH}x$GSHEIGHT\=0A= -dSAFER -dNOPAUSE -dBATCH"=0A= if [ $GSBUFFER -gt 0 ]; then=0A= GSCOMMANDLINE=3D"$GSCOMMANDLINE -dBufferSpace=3D$GSBUFFER"=0A= fi=0A= if [ $GSSCREENLPI -gt 0 ]; then=0A= GSCOMMANDLINE=3D"$GSCOMMANDLINE -dDITHERPPI=3D$GSSCREENLPI"=0A= fi=0A= =0A= # swap odd pages upside-down in duplex mode=0A= #if [ $TPDUPLEX -eq 2 ]; then=0A= # GSCOMMANDLINE=3D"pstops -q '2:0,1U@1(1w,1h)' | $GSCOMMANDLINE"=0A= #fi=0A= =0A= TPCOLORSETTINGS=3D"t${TPTRUEMATCH}x${TPMIRROR}"=0A= if [ $TPUSERCOLOR -gt 0 ]; then=0A= TPCOLORSETTINGS=3D"${TPCOLORSETTINGS}b${TPBRIGHTNESS}o$TPCONTRAST"=0A= TPCOLORSETTINGS=3D"${TPCOLORSETTINGS}i${TPINKVOLUME}s$TPCOLORSATURATION"=0A= TPCOLORSETTINGS=3D"${TPCOLORSETTINGS}g$TPSCREENGAMMA"=0A= TPCOLORSETTINGS=3D"${TPCOLORSETTINGS}y${TPIYELLOW}m$TPIMAGENTA"=0A= TPCOLORSETTINGS=3D"${TPCOLORSETTINGS}c${TPICYAN}k$TPIBLACK"=0A= fi=0A= =0A= if [ $USEGS -eq 1 ] ; then=0A= # command line for turboprint (called from ghostscript)=0A= # -s width x height in 1/1000 inches=0A= # -p left x top position in 1/1000 inches=0A= # -a0 ignore original image aspect=0A= # -v2 print all debug messages=0A= # -d driver name=0A= # -c cartridge id number=0A= # -q quality id number=0A= # -m paper ("medium") id number=0A= # -g color mode (0=3Dbw, 1=3Dgrey, 2=3Dcolor)=0A= # -f page size id number=0A= # -i input feed id number=0A= # -o output tray id number=0A= # -u duplex mode id number=0A= # -t dithering mode id number=0A= # - instead of input&output file: use stdin/stdout=0A= TPCOMMANDLINE=3D"tpprint -s${TPWIDTH}x$TPHEIGHT -p${TPLEFT}x$TPTOP -a0 = -v2\=0A= -d$TPDRIVER -c$TPCARTRIDGE -q$TPQUALITY -m$TPPAPER -g$TPCOLORMODE\=0A= -f$TPPAGESIZE -i$TPFEED -o$TPTRAY -u$TPDUPLEX -t$TPDITHERING\=0A= -y$TPCOPIES -b$TPCOLORSETTINGS -l$LOGFILE - -"=0A= =0A= else=0A= # command line for turboprint image printing (called directly)=0A= # -s width x height in 1/1000 inches=0A= # -v2 print all debug messages=0A= # -p left x top position in 1/1000 inches=0A= # -a keep original image aspect ratio=0A= # -e ignore unprintable margins=0A= # -d driver name=0A= # -c cartridge id number=0A= # -q quality id number=0A= # -m paper ("medium") id number=0A= # -g color mode (0=3Dbw, 1=3Dgrey, 2=3Dcolor)=0A= # -f page size id number=0A= # -i input feed id number=0A= # -o output tray id number=0A= # -u duplex mode id number=0A= # -t dithering mode id number=0A= # - instead of input&output file: use stdin/stdout=0A= if [ $TPPICCENTERX -eq 1 ] ; then=0A= TPPICLEFT=3D"c"=0A= fi=0A= if [ $TPPICCENTERY -eq 1 ] ; then=0A= TPPICTOP=3D"c"=0A= fi=0A= TPCOMMANDLINE=3D"tpprint -s${TPPICWIDTH}x$TPPICHEIGHT -v2\=0A= -p${TPPICLEFT}x$TPPICTOP -a$TPPICASPECT -e$TPPICNOMARGINS\=0A= -d$TPDRIVER -c$TPCARTRIDGE -q$TPQUALITY -m$TPPAPER -g$TPCOLORMODE\=0A= -f$TPPAGESIZE -i$TPFEED -o$TPTRAY -u$TPDUPLEX -t$TPDITHERING\=0A= -y$TPCOPIES -b$TPCOLORSETTINGS -l$LOGFILE - -"=0A= fi=0A= =0A= echo "command lines" >> $LOGFILE=0A= echo "gs: $GSCOMMANDLINE" >> $LOGFILE=0A= echo "tp: $TPCOMMANDLINE" >> $LOGFILE=0A= =0A= TPPIPE=3D"$TPCOMMANDLINE $E2RCOMMANDLINE $OUTPUTFILTER"=0A= =0A= echo "usegs: $USEGS" >> $LOGFILE=0A= =0A= INPUTFILTER=3D"$TPSTDIN --paste $TEMPFILE | $INPUTFILTER"=0A= =0A= if [ $USEGS -eq 1 ] ; then=0A= COMPLETEPIPE=3D"$INPUTFILTER $GSCOMMANDLINE -sOutputFile=3D>($TPPIPE) - = >> $LOGFILE"=0A= else=0A= COMPLETEPIPE=3D"$INPUTFILTER $TPPIPE"=0A= fi=0A= if [ "$FILETYPE" =3D "tpraw" ] ; then=0A= COMPLETEPIPE=3D"$TPSTDIN --paste $TEMPFILE $OUTPUTFILTER"=0A= fi=0A= echo "complete: $COMPLETEPIPE" >> $LOGFILE=0A= =0A= # now execute ghostscript & other pipe commands=0A= =0A= echo "------- before execution of pipe --------" >> $LOGFILE=0A= eval bash $COMPLETEPIPE=0A= echo "------- end of print job --------" >> $LOGFILE=0A= rm $TEMPFILE >> $LOGFILE=0A= if [ -e "$TEMPFILE1" ] ; then=0A= rm $TEMPFILE1 >> $LOGFILE=0A= fi=0A= exit 0=0A= =0A= ------=_NextPart_000_001F_01C1BCAF.F002D260-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 18:21:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rudiment.dk (rudiment.egmont-kol.dk [130.225.237.12]) by hub.freebsd.org (Postfix) with ESMTP id 6A30C37B400 for ; Sat, 23 Feb 2002 18:21:35 -0800 (PST) Received: by mail.rudiment.dk (Postfix, from userid 104) id 3406A11FBE; Sun, 24 Feb 2002 03:30:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.rudiment.dk (Postfix) with ESMTP id 299A111EF3 for ; Sun, 24 Feb 2002 03:30:36 +0100 (CET) Date: Sun, 24 Feb 2002 03:30:36 +0100 (CET) From: Morten Grunnet Buhl Reply-To: Morten Grunnet Buhl To: Subject: RE: ssh within jail ? In-Reply-To: <00c401c1bcc0$28965c90$0800a8c0@master> 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 Sat, 23 Feb 2002, Jonas Fornander wrote: > What do I have to do to define a jail in rc.conf? > > I have sshd_enable="YES" in rc.conf and the users can login with ssh and > cd to anywhere on the system. I want the users to be jailed in their > home directory when they use ssh. Is that possible? - you have to add sshd_enable="YES" in the jails rc.conf This is how Ive done it: #/etc/rc.cong (host environment) ... ifconfig_xl0="inet 10.0.0.3 netmask 255.255.255.0" inetd_flags="-wW -a 10.0.0.3" inetd_enable="YES" sshd_enable="YES" ... #/jail/10.0.0.5/etc/rc.conf (jail environment) ... network_interfaces="" sshd_enable="YES" portmap_enable="NO" ... This will make me capable of sshing to 10.0.0.5. If sshd_enable="YES" is not in the jail rc.conf an ssh attemt on 10.0.0.5 will bi redirected to 10.0.0.3 - this is proberly what is happening to you. Hope this helps, Morten. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 18:43: 4 2002 Delivered-To: freebsd-questions@freebsd.org Received: from ra.sigterm.com (sangui.lnk.telstra.net [139.130.16.74]) by hub.freebsd.org (Postfix) with ESMTP id 629B737B416 for ; Sat, 23 Feb 2002 18:43:00 -0800 (PST) Received: from osiris.sigterm.com ([203.47.187.211]) by ra.sigterm.com with esmtp (Exim 3.34 #1) id 16eoca-0000Sr-00; Sun, 24 Feb 2002 13:42:40 +1100 Subject: Re: Linux shell scripts From: Stuart Tanner To: Jeff Jeter Cc: FreeBSD Questions In-Reply-To: References: <1014513894.57377.130.camel@osiris.sigterm.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 24 Feb 2002 14:43:21 +1200 Message-Id: <1014518602.57377.196.camel@osiris.sigterm.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 Sun, 2002-02-24 at 14:20, Jeff Jeter wrote: > Thanks, installing bash fixed one. > The other i referred to in an earlier post regardint turboprint. It is > generated by another script which works fine. attached is the generator > script. > > Here is the output: > > OUTPUT: > bsd# turboprint -Plp testpage-a4.ps output.prn > turboprint - executing tpfilter manually > printer name: lp > spool directory: turbo2 > *** calling tpfilter now *** > head: illegal line count -- 1c > eval: 1: Syntax error: "(" unexpected > *** tpfilter finished *** > the output file may be copied to the printer now > for example: cat [OUTPUTFILE] > /dev/lp0 > bsd# > > Thanks > Jeff Jeter I'm sorry, I don't know enough about shell scripting to solve the problems with this script. > > > ----- Original Message ----- > From: "Stuart Tanner" > To: "Jeff Jeter" > Cc: "FreeBSD Questions" > Sent: Saturday, February 23, 2002 8:24 PM > Subject: Re: Linux shell scripts > > > > On Sun, 2002-02-24 at 13:17, Jeff Jeter wrote: > > > I have several apps that use shell schripts. THese apps are designed > for linux. when i run these scripts with sh i get odd errors such as Syntax > error: unexpected ")" and > > > function: not found > > > Syntax error: unexpected "}". > > > > > > I ran the one of them w/ the unexpected "}" w/ csh, and tcsh got this > error. > > > CONFARGS=--enable-opengl: Connand not found > > > prefix=/usr/local: command not found > > > prefix: undefined variable > > > > > > How do i geth these working. I can post the (t)csh output from the > other script if needed. > > > > Are the shells that the scripts are written for installed? > > > > -- > > Stuart Tanner > > > > Dave Mack: "Your stupidity, Allen, is simply not up to par." > > Allen Gwinn: "Yours is." > > > > -- Stuart Tanner "He flung himself on his horse and rode madly off in all directions" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 18:50:24 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 22B3837B402 for ; Sat, 23 Feb 2002 18:50:22 -0800 (PST) Received: from there (mts-113.wallnet.com [208.225.162.45]) by serv1.wallnet.com (8.11.5/8.11.5) with SMTP id g1O2oF406561 for ; Sat, 23 Feb 2002 21:50:17 -0500 (EST) (envelope-from timothyk@wallnet.com) Message-Id: <200202240250.g1O2oF406561@serv1.wallnet.com> Content-Type: text/plain; charset="iso-8859-1" From: Tim Kellers To: questions@freebsd.org Subject: wireless DNS troubles Date: Sat, 23 Feb 2002 21:53:31 -0500 X-Mailer: KMail [version 1.3.2] 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 After using Apple's Airport software update 1.2 and (in lieu of that, and on an Oronico RG-1000 wireless gateway), I'm tired of the wireless gateway's insistence on assigning me (along with DHCP client addresses) a DNS server number or 10.0.1.1) 10.0.1.1 is the address of the gateway and, under FreeBSD, it can't resolve itself out of a paper bag, though under Win 2k, it seems to work fine. My own personal workaround for this noissome behavior has been to comment out "make resolv.conf" from the /sbin/dhclient-script, fill out the /etc/resolve.config file as I was expecting it, and rebooting. (Rebooting only necessary to make "make resolv.conf" inactive) Is there a workaround (or a fix for this kludge) or am I missing something obvious? TIA 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 Sat Feb 23 19:30:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe30.pav2.hotmail.com [64.4.36.87]) by hub.freebsd.org (Postfix) with ESMTP id D649D37B402 for ; Sat, 23 Feb 2002 19:30:24 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 23 Feb 2002 19:30:24 -0800 X-Originating-IP: [66.32.85.213] From: "Jeff Jeter" To: "Stuart Tanner" Cc: "FreeBSD Questions" References: <1014513894.57377.130.camel@osiris.sigterm.com> <1014518602.57377.196.camel@osiris.sigterm.com> Subject: Re: Linux shell scripts Date: Sat, 23 Feb 2002 22:30:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 24 Feb 2002 03:30:24.0832 (UTC) FILETIME=[98AF7C00:01C1BCE3] Sender: owner-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's fine. i cc'd the group. hopefully someone can help. ----- Original Message ----- From: "Stuart Tanner" To: "Jeff Jeter" Cc: "FreeBSD Questions" Sent: Saturday, February 23, 2002 9:43 PM Subject: Re: Linux shell scripts > On Sun, 2002-02-24 at 14:20, Jeff Jeter wrote: > > Thanks, installing bash fixed one. > > The other i referred to in an earlier post regardint turboprint. It is > > generated by another script which works fine. attached is the generator > > script. > > > > Here is the output: > > > > OUTPUT: > > bsd# turboprint -Plp testpage-a4.ps output.prn > > turboprint - executing tpfilter manually > > printer name: lp > > spool directory: turbo2 > > *** calling tpfilter now *** > > head: illegal line count -- 1c > > eval: 1: Syntax error: "(" unexpected > > *** tpfilter finished *** > > the output file may be copied to the printer now > > for example: cat [OUTPUTFILE] > /dev/lp0 > > bsd# > > > > Thanks > > Jeff Jeter > > I'm sorry, I don't know enough about shell scripting to solve the > problems with this script. > > > > > > > ----- Original Message ----- > > From: "Stuart Tanner" > > To: "Jeff Jeter" > > Cc: "FreeBSD Questions" > > Sent: Saturday, February 23, 2002 8:24 PM > > Subject: Re: Linux shell scripts > > > > > > > On Sun, 2002-02-24 at 13:17, Jeff Jeter wrote: > > > > I have several apps that use shell schripts. THese apps are designed > > for linux. when i run these scripts with sh i get odd errors such as Syntax > > error: unexpected ")" and > > > > function: not found > > > > Syntax error: unexpected "}". > > > > > > > > I ran the one of them w/ the unexpected "}" w/ csh, and tcsh got this > > error. > > > > CONFARGS=--enable-opengl: Connand not found > > > > prefix=/usr/local: command not found > > > > prefix: undefined variable > > > > > > > > How do i geth these working. I can post the (t)csh output from the > > other script if needed. > > > > > > Are the shells that the scripts are written for installed? > > > > > > -- > > > Stuart Tanner > > > > > > Dave Mack: "Your stupidity, Allen, is simply not up to par." > > > Allen Gwinn: "Yours is." > > > > > > > -- > Stuart Tanner > > "He flung himself on his horse and rode madly off in all directions" > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 19:39:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-64-219-30-188.dsl.crchtx.swbell.net [64.219.30.188]) by hub.freebsd.org (Postfix) with ESMTP id 16FAE37B405 for ; Sat, 23 Feb 2002 19:39:48 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g1O3dZb47098; Sat, 23 Feb 2002 21:39:35 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020223213933.019d2908@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 23 Feb 2002 21:39:33 -0600 To: Sue Blake , freebsd-questions@FreeBSD.ORG From: Server Admin Subject: Re: splitting files for DOS floppies In-Reply-To: <20020224130833.J16874@welearn.com.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 Sue: Take a look at this one. I believe they have a trial and will do exactly what you want.... At 01:08 PM 2.24.2002 +1100, Sue Blake wrote: >I need to send some large (2-4MB after zipping) binary files on >floppy disks to a typical home user of MS-DOS in a remote area. > >How can I split these files up into smaller chunks to fit >the floppies, in a way that will allow the user to stick >them back together under MS-DOS 6.2? > > >I already tried zipsplit but it said the file within the archive >was too big, so it seems to want to split zip archives only where >it finds the end of a file within. > >Perhaps I could just use split(1) and have the DOS user cat >the parts together, but I have no confidence that that would >work under DOS. Due to the isolation of the user, we can't >afford to make bold guesses. > >-- > >Regards, > -*Sue*- > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 19:40:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from sage-one.net (adsl-64-219-30-188.dsl.crchtx.swbell.net [64.219.30.188]) by hub.freebsd.org (Postfix) with ESMTP id 03EE937B402 for ; Sat, 23 Feb 2002 19:40:44 -0800 (PST) Received: from SAGEONE (sageone [192.168.0.5]) by sage-one.net (8.11.6/8.11.6) with SMTP id g1O3eeb47122; Sat, 23 Feb 2002 21:40:40 -0600 (CST) (envelope-from admin@sage-one.net) Message-Id: <3.0.5.32.20020223214038.019d2908@mail.sage-one.net> X-Sender: admin@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sat, 23 Feb 2002 21:40:38 -0600 To: Sue Blake , freebsd-questions@FreeBSD.ORG From: Server Admin Subject: Re: splitting files for DOS floppies In-Reply-To: <20020224130833.J16874@welearn.com.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 Sorry, hit send too soon... Here's the URL... http://www.kaboom.org.uk/magic/ At 01:08 PM 2.24.2002 +1100, Sue Blake wrote: >I need to send some large (2-4MB after zipping) binary files on >floppy disks to a typical home user of MS-DOS in a remote area. > >How can I split these files up into smaller chunks to fit >the floppies, in a way that will allow the user to stick >them back together under MS-DOS 6.2? > > >I already tried zipsplit but it said the file within the archive >was too big, so it seems to want to split zip archives only where >it finds the end of a file within. > >Perhaps I could just use split(1) and have the DOS user cat >the parts together, but I have no confidence that that would >work under DOS. Due to the isolation of the user, we can't >afford to make bold guesses. > >-- > >Regards, > -*Sue*- > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > .... our website: http://www.sage-one.net/ Best regards, Jack L. Stone Server Admin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 20:15:25 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by hub.freebsd.org (Postfix) with ESMTP id B742B37B402 for ; Sat, 23 Feb 2002 20:15:20 -0800 (PST) Received: from WBIW006 (WBIw006.westbend.net [216.47.253.26]) by mail.westbend.net (8.11.6/8.11.6) with SMTP id g1O4FJX44064 for ; Sat, 23 Feb 2002 22:15:19 -0600 (CST) (envelope-from hetzels@westbend.net) Message-ID: <000501c1bce9$deb2b4a0$1afd2fd8@westbend.net> From: "Scot W. Hetzel" To: Subject: Re: fxp0: device timeout error Date: Sat, 23 Feb 2002 22:15:18 -0600 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 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 From: "Scot W. Hetzel" > From: "David Greenman" > > >I am having problems with one of my servers, when I connect to retreive a > > >400MB iso image from the server, the server will start producing fxp0: > > >device timeout errors after the download starts. > > ... > > >Does any one know how to fix this problem? > > > > If you have other servers with similar hardware that don't have the > > problem, then my first guess would be that it might have something to do > > with the physical connection. You might try changing out the cable and > > may also wish to try plugging it into a different switch port. > > > > The version I'm using is 4.5-STABLE cvsuped Feb 20th. > GA-586DX Dual P200 SMP w/64MB RAM, Milleminum II Video Card, Intel EtherExpress 10/100 > I'll have to check if the problem occurs on my other servers later today. > On systems with similar hardware no problems uploading/downloading the file. I had tried swapping Ethernet cards (another fxp card) and the problem still occurred. Since I had another GA-586DX (Single P200, No cards or RAM) available, I swapped the motherboard and moved the RAM, Video Card, and Ethernet Card to this board and booted the server (w/same SMP Kernel). I was able to ftp the 400MB file up to another server without any 'fxp: device timeout' errors. Either I misconfigured the BIOS or there is a problem with the Dual P200 motherboard. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 20:43:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mango-bay.com (mail.mango-bay.com [208.206.15.12]) by hub.freebsd.org (Postfix) with ESMTP id AE54337B402 for ; Sat, 23 Feb 2002 20:43:14 -0800 (PST) Received: from barbish ([63.70.155.78]) by mail.mango-bay.com (Post.Office MTA v3.5.3 release 223 ID# 0-52377U2500L250S0V35) with SMTP id com for ; Sat, 23 Feb 2002 23:47:41 -0500 From: "Joe & Fhe Barbish" To: "FBSDQ" Subject: How to list port dependencies Date: Sat, 23 Feb 2002 23:43:11 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE 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 want to list the path to the makefiles for all the dependencies of a selected port. Is there a command to do this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 20:59:32 2002 Delivered-To: freebsd-questions@freebsd.org Received: from phoenix.welearn.com.au (phoenix.welearn.com.au [139.130.44.81]) by hub.freebsd.org (Postfix) with ESMTP id 4F13C37B416 for ; Sat, 23 Feb 2002 20:59:26 -0800 (PST) Received: (from sue@localhost) by phoenix.welearn.com.au (8.11.6/8.11.6) id g1O4xEI25793; Sun, 24 Feb 2002 15:59:14 +1100 (EST) (envelope-from sue) Date: Sun, 24 Feb 2002 15:59:14 +1100 From: Sue Blake To: Server Admin Cc: freebsd-questions@FreeBSD.ORG Subject: Re: splitting files for DOS floppies Message-ID: <20020224155914.L16874@welearn.com.au> References: <20020224130833.J16874@welearn.com.au> <3.0.5.32.20020223214038.019d2908@mail.sage-one.net> <20020224130833.J16874@welearn.com.au> <3.0.5.32.20020223213933.019d2908@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3.0.5.32.20020223213933.019d2908@mail.sage-one.net>; from admin@sage-one.net on Sat, Feb 23, 2002 at 09:39:33PM -0600 Sender: owner-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:08 PM 2.24.2002 +1100, Sue Blake wrote: > >I need to send some large (2-4MB after zipping) binary files on > >floppy disks to a typical home user of MS-DOS in a remote area. > > > >How can I split these files up into smaller chunks to fit > >the floppies, in a way that will allow the user to stick > >them back together under MS-DOS 6.2? > > On Sat, Feb 23, 2002 at 09:39:33PM -0600, Server Admin wrote: > Sue: Take a look at this one. I believe they have a trial and will do > exactly what you want.... > > http://www.kaboom.org.uk/magic/ Thanks, that looks like a good long term solution for (quoting web page) 1) System Requirements. * Windows 95/98/2000/NT * 8MBytes RAM or higher But in our case where it's MS-DOS, Brian T. Schellenberger suggested an alternative. On FreeBSD I use split(1). The splitted file can be reconstructed under DOS with commands like copy/b "my-file.zip.001" "my-file.zip" copy/b "my-file.zip" + "my-file.zip.002" copy/b "my-file.zip" + "my-file.zip.003" and so on... which I can incorporate into a batch file on the floppy disk. Of course the file names will have to be kept to the short 8.3 format for this DOS case. Thanks guys! -- Regards, -*Sue*- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 21: 8: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from alpha.vaxxine.com (alpha.vaxxine.com [209.5.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 2A4E137B402; Sat, 23 Feb 2002 21:08:04 -0800 (PST) Received: from there (ppp14.digi-t3.st-cath.niagara.net [209.5.215.14]) by alpha.vaxxine.com (8.9.2/8.9.3) with SMTP id AAA27239; Sun, 24 Feb 2002 00:08:02 -0500 (EST) Message-Id: <200202240508.AAA27239@alpha.vaxxine.com> Content-Type: text/plain; charset="iso-8859-1" From: Paul To: "freebsd.org" Date: Sun, 24 Feb 2002 00:09:16 -0500 X-Mailer: KMail [version 1.3] Cc: "freebsd.org" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: installations questions Sender: owner-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 have two issues that I am not clear on. 1st. Netscape install ... I tried the freebsd.tar.gz file. It did not work because of an a.out---elf issue. So I tried the Linux.tar.gz file and it works fine. I notice that a pkg_ has a .tgz extention not .tar.gz. Is the .tar.gz file a package? How can I avoid the a.out---elf issue in the future? 2nd. Apache install ... I tried to install 2.0? and 1.3 from the ports tree. They did not work. I kept getting error on line 205 LOADMODULE problem. Sorry I can't be more specific. So then I deinstall everything Apache and try again. This time I use the /stand/sysinstall method. Apache fires up just fine now. How configureable is this install of Apache? What went wrong in the ports intall? I have soooooo many questions. And I think that I am not sure what the right questions to ask are. Thanks for your time. Paul... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 21:10:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from m20.unixathome.org (m20.unixathome.org [216.187.106.227]) by hub.freebsd.org (Postfix) with ESMTP id B93BC37B402; Sat, 23 Feb 2002 21:10:07 -0800 (PST) Received: (from dan@localhost) by m20.unixathome.org (8.11.6/8.11.6) id g1O5A5H98456; Sun, 24 Feb 2002 00:10:05 -0500 (EST) (envelope-from dan) Date: Sun, 24 Feb 2002 00:10:05 -0500 (EST) Message-Id: <200202240510.g1O5A5H98456@m20.unixathome.org> From: Dan Langille To: freebsd-newbies@freebsd.org, freebsd-questions@freebsd.org Subject: The FreeBSD Diary: 2002-02-03 - 2002-02-23 Sender: owner-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 FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the mailing list archives and/or The FreeBSD Diary . These are the articles posted during this period: 23-Feb : PostgreSQL 7.2 upgrade and crypto A few small traps for you to avoid http://freebsddiary.org/postgresql-7.2.php?2 16-Feb : ERROR: version of config(8) does not match kernel! What happens if you let source get out of hand http://freebsddiary.org/config.php?2 -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://freebsddiary.org/ - practical examples FreshPorts - http://freshports.org/ - the place for ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 21:18: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 92AAD37B402 for ; Sat, 23 Feb 2002 21:17:55 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g1O5GU882907; Sun, 24 Feb 2002 00:16:31 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Linux shell scripts From: Joe Clarke To: Jeff Jeter Cc: Stuart Tanner , FreeBSD User Questions List In-Reply-To: References: <1014513894.57377.130.camel@osiris.sigterm.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 24 Feb 2002 00:18:14 -0500 Message-Id: <1014527895.6683.24.camel@shumai.marcuscom.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 Sat, 2002-02-23 at 21:20, Jeff Jeter wrote: > Thanks, installing bash fixed one. > The other i referred to in an earlier post regardint turboprint. It is > generated by another script which works fine. attached is the generator > script. > > Here is the output: I don't really know a lot about this script, but.... > > OUTPUT: > bsd# turboprint -Plp testpage-a4.ps output.prn > turboprint - executing tpfilter manually > printer name: lp > spool directory: turbo2 > *** calling tpfilter now *** > head: illegal line count -- 1c I think changing the head call to: head -c 1 Will fix this error. > eval: 1: Syntax error: "(" unexpected Make sure you're using this script with the bash2 port. You'll probably need bash 2.04 or later to run this script successfully. > *** tpfilter finished *** > the output file may be copied to the printer now > for example: cat [OUTPUTFILE] > /dev/lp0 > bsd# Have you looked at /usr/ports/print/apsfilter? This is a much more sophisticated printing system that works out of the box on FreeBSD. I've been using it for some time now, and I love it. Joe > > Thanks > Jeff Jeter > > > ----- Original Message ----- > From: "Stuart Tanner" > To: "Jeff Jeter" > Cc: "FreeBSD Questions" > Sent: Saturday, February 23, 2002 8:24 PM > Subject: Re: Linux shell scripts > > > > On Sun, 2002-02-24 at 13:17, Jeff Jeter wrote: > > > I have several apps that use shell schripts. THese apps are designed > for linux. when i run these scripts with sh i get odd errors such as Syntax > error: unexpected ")" and > > > function: not found > > > Syntax error: unexpected "}". > > > > > > I ran the one of them w/ the unexpected "}" w/ csh, and tcsh got this > error. > > > CONFARGS=--enable-opengl: Connand not found > > > prefix=/usr/local: command not found > > > prefix: undefined variable > > > > > > How do i geth these working. I can post the (t)csh output from the > other script if needed. > > > > Are the shells that the scripts are written for installed? > > > > -- > > Stuart Tanner > > > > Dave Mack: "Your stupidity, Allen, is simply not up to par." > > Allen Gwinn: "Yours is." > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 21:27:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp018.mail.yahoo.com (smtp018.mail.yahoo.com [216.136.174.115]) by hub.freebsd.org (Postfix) with SMTP id F289037B405 for ; Sat, 23 Feb 2002 21:27:15 -0800 (PST) Received: from wyldephyre2 (AUTH LOGIN) at unknown (HELO warhawk) (wyldephyre2@202.1.200.254) by smtp.mail.vip.sc5.yahoo.com with SMTP; 24 Feb 2002 05:27:13 -0000 From: "Haikal Saadh" To: "'Paul'" , "'freebsd.org'" Cc: "'freebsd.org'" Subject: RE: installations questions Date: Sun, 24 Feb 2002 10:26:51 +0500 Message-ID: <000901c1bcf3$e2f64630$fec801ca@warhawk> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <200202240508.AAA27239@alpha.vaxxine.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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > -----Original Message----- > From: owner-freebsd-newbies@FreeBSD.ORG [mailto:owner-freebsd- > newbies@FreeBSD.ORG] On Behalf Of Paul > Sent: Sunday, February 24, 2002 10:09 AM > To: freebsd.org > Cc: freebsd.org > Subject: installations questions > > > I just have two issues that I am not clear on. > > 1st. Netscape install ... I tried the freebsd.tar.gz file. It did > not work because of an a.out---elf issue. So I tried the > Linux.tar.gz file and it works fine. > I notice that a pkg_ has a .tgz extention not .tar.gz. > Is the .tar.gz file a package? > How can I avoid the a.out---elf issue in the future? > .tgz's are usually packages, which are binaries that someone has already compiled, and so you just need to put them in the right places (well, pkg_add does it for you). .tar.gz are usually source code, which you compile and install yourself (with make and make install). I for one, always use ports (compile from source) as I find the process less clunky, and a tad more predictable that packages. > > 2nd. Apache install ... I tried to install 2.0? and 1.3 from the > ports tree. They did not work. I kept getting error on line 205 > LOADMODULE problem. Sorry I can't be more specific. > So then I deinstall everything Apache and try again. > This time I use the /stand/sysinstall method. > Apache fires up just fine now. > How configureable is this install of Apache? > What went wrong in the ports intall? > Odd..I've never had apache break on an install from ports... but it sounds like some of your modules did not get properly installed. The apache logfiles live in /var/log/, and provide a wealth of information as to what's happening with your server. As for configurability, with the packaged one, you can't set any options that need to be set at compile-time, but most if not all options that can be set from the config-file or at runtime can be set AFAIK. > I have soooooo many questions. And I think that I am not sure what > the right questions to ask are. > Thanks for your time. > Paul... All in good time :) I've found the handbook, the freebsddiary, and google to be my best friends when tearing my hair out. -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 7.0.3 for non-commercial use iQA/AwUBPHh4whY2HTS0XwU2EQKmmACfS6mBKvELkd03OmGMX/YwETKk6yoAnA+C GMm5Tj7J7xNYUSP23Iks4Y5r =M+f6 -----END PGP SIGNATURE----- _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 21:43:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from MystNET.dhs.org (modemcable146.26-130-66.hull.mc.videotron.ca [66.130.26.146]) by hub.freebsd.org (Postfix) with ESMTP id CDE4837B402 for ; Sat, 23 Feb 2002 21:43:36 -0800 (PST) Received: by MystNET.dhs.org (8.11.6/8.11.6) id g1O5hY604473 for freebsd-questions@FreeBSD.ORG; Sun, 24 Feb 2002 00:43:34 -0500 (EST) (envelope-from pascal) Message-Id: <200202240543.g1O5hY604473@MystNET.dhs.org> Content-Type: text/plain; charset="iso-8859-1" From: Pascal Villeuneuve Reply-To: pascal@interactionvirtuelle.com Organization: DataGOD CryptSoft NET To: freebsd-questions@FreeBSD.ORG Date: Sun, 24 Feb 2002 00:27:00 -0500 X-Mailer: KMail [version 1.3.2] 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 21:44:36 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 8D83837B405 for ; Sat, 23 Feb 2002 21:44:30 -0800 (PST) Received: (qmail 79196 invoked by uid 100); 24 Feb 2002 05:44:13 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15480.32172.698420.377699@guru.mired.org> Date: Sat, 23 Feb 2002 23:44:12 -0600 To: "Jeff Jeter" Cc: questions@freebsd.org Subject: Re: Linux shell scripts In-Reply-To: <21963861@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Jeff Jeter types: > This is a multi-part message in MIME format. > > ------=_NextPart_000_0009_01C1BCA7.2FF0E000 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable First, since no one asked you yet, *please* adjust your mailer to just send one plain text copy of your mail. That will make your mail more readable to others, and more likely to be answered. > I have several apps that use shell schripts. THese apps are designed = > for linux. when i run these scripts with sh i get odd errors such as = > Syntax error: unexpected ")" and=20 > function: not found > Syntax error: unexpected "}".=20 As others have pointed out, you're using the wrong shell. Make sure you've got the bash2 port installed, and change the first line of all the scripts from "#!/bin/sh" to "#!/usr/local/bin/bash" so it runs bash. Also set SHELL in the environment to /usr/local/bin/bash if it doesn't already have that value. The other problem looks like the scripts are expecting things that aren't part of FreeBSD. You might try running them under with the linux compatabililty software installed, but I doubt that that will help: linux distros are a varied lot. I notice you posted the script once, but the digestifier eating MIME headers makes it hard for me to decipher. You might be better off asking us what applications exist to do whatever those scripts do - or whatever the application they are installing does. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 22:44:41 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 4FADB37B417 for ; Sat, 23 Feb 2002 22:44:39 -0800 (PST) Received: (qmail 16605 invoked by uid 100); 24 Feb 2002 06:44:36 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15480.35795.543145.356610@guru.mired.org> Date: Sun, 24 Feb 2002 00:44:35 -0600 To: "Joe & Fhe Barbish" Cc: questions@freebsd.org Subject: Re: How to list port dependencies In-Reply-To: <72832603@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-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 Joe & Fhe Barbish types: > I want to list the path to the makefiles for all the > dependencies of a selected port. > > Is there a command to do this? No, but it makes a cute shell scripting problem. First, make sure your /usr/ports/INDEX file is up to date by doing a "make INDEX" in that directory - or "portsdb" -uU if you're using portupgrade - then run the following shell script in the selected ports directory: for pkg in `(make pretty-print-build-depends-list; make pretty-print-run-depends-list) | sed -e 's/.*) "//' -e 's/".*//'` do awk -F\| "/^$pkg\|/ { print \$2 } " /usr/ports/INDEX done | sed 's/$/Makefile/' This version works in /bin/sh. My first version didn't, as the nested command list caused the $( ... ) construct to fail. Probably another parsing bug in /bin/sh. http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 22:51:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bsduser.ca (CPE0080c6ee707f.cpe.net.cable.rogers.com [24.156.61.29]) by hub.freebsd.org (Postfix) with ESMTP id 68E7B37B405 for ; Sat, 23 Feb 2002 22:51:21 -0800 (PST) Received: from bsduser.ca (bsduser.ca [10.0.0.2]) by bsduser.ca (8.11.6/8.11.4) with ESMTP id g1O6ohX03407 for ; Sun, 24 Feb 2002 01:50:43 -0500 (EST) (envelope-from chris@collins-ca.com) Date: Sun, 24 Feb 2002 01:50:42 -0500 (EST) From: Chris Collins X-X-Sender: chris@bsduser.ca To: questions@freebsd.org Subject: VMWARE2 insmod Message-ID: <20020224014306.W3165-100000@bsduser.ca> 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 just installed vmware2 from the ports and have run into a problem. When I run the vmware-config.pl script is asks me for the path to insmod. (see cut paste below). I have done searches and looked around but I cannot seem to find any information on how to install this file. Has anybody else run into this problem that might be able to help me out. Setup is unable to find the "insmod" program on your machine. Please make sure it is installed. Do you want to specify the location of this program by hand? [yes] What is the location of the "insmod" program on your machine? -=-=-==-=-=-=-=-=-=-=-=-=-=-=--=-=-==-=-=- Chris Collins chris@collins-ca.com MSN Msg: chris_collins_ca@hotmail.com -=-=-==-=-=-=-=-=-=-=-=-=-=-=--=-=-==-=-=- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 23: 0:30 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mass.dis.org (dhcp45-21.dis.org [216.240.45.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E83337B400; Sat, 23 Feb 2002 23:00:27 -0800 (PST) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.6/8.11.6) with ESMTP id g1MLoEu02180; Fri, 22 Feb 2002 13:50:14 -0800 (PST) (envelope-from msmith@mass.dis.org) Message-Id: <200202222150.g1MLoEu02180@mass.dis.org> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: "Frost, Stephen C" Cc: "'freebsd-hackers@freebsd.org'" , "'freebsd-questions@freebsd.org'" Subject: Re: PCI Probing Utility? In-reply-to: Your message of "Fri, 22 Feb 2002 13:18:31 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 22 Feb 2002 13:50:13 -0800 From: Michael Smith Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Is there some quick, down & dirty way of assessing the bus-speeds of PCI > slots/busses on a given box? I have a whole rack of systems with FreeBSD > 4.5 on 'em, and need to know the PCI bus configuration for each. Unfortunately, no. The Yahoo! folks have worked on some old SMBios code I wrote that might be able to extract the information you require, but there's nothing trivially visible in PCI config space that will tell you this. You might try mailing ps@freebsd.org, but I understand he's out of the country for a while. Sorry. = Mike -- To announce that there must be no criticism of the president, or that we are to stand by the president, right or wrong, is not only unpatriotic and servile, but is morally treasonable to the American public. - Theodore Roosevelt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sat Feb 23 23:21:51 2002 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes04-hme0.telusplanet.net (fepout2.telus.net [199.185.220.237]) by hub.freebsd.org (Postfix) with ESMTP id 0159A37B404 for ; Sat, 23 Feb 2002 23:21:48 -0800 (PST) Received: from FRED ([142.173.43.70]) by priv-edtnes04-hme0.telusplanet.net (InterMail vM.5.01.04.01 201-253-122-122-101-20011014) with ESMTP id <20020224072147.CEFE7049.priv-edtnes04-hme0.telusplanet.net@FRED>; Sun, 24 Feb 2002 00:21:47 -0700 Date: Sat, 23 Feb 2002 23:32:53 -0800 From: Sean Ellis X-Mailer: The Bat! (v1.51) Reply-To: Sean Ellis Organization: yes X-Priority: 3 (Normal) Message-ID: <15879006545.20020223233253@telus.net> To: Scott Aitken Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sorting Apache logs by Date and Time In-Reply-To: <20020222050939.A43475@gandalf.scott.sh> References: <20020222050939.A43475@gandalf.scott.sh> 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 Scott, Thursday, February 21, 2002, 10:09:40 AM, you wrote: > Hi All, > is there a quick way to sort apache logs by the date and time field if the format is the following: > 146.101.149.65 - - [22/Feb/2002:04:18:54 +1100] "GET /images/test.png HTTP/1.0" 200 381 "http://www-redirect.scott.sh:8080/cgi-bin/fred.pl" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 98)" http://64.69.77.155/caveat_emptor/weblog-merge > Scott Aitken -- Regards, Sean mailto:sellis@telus.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message