From owner-freebsd-questions Sun Dec 9 0: 5:50 2001 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 EDF8B37B405 for ; Sun, 9 Dec 2001 00:05:44 -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 AAA09732; Sun, 9 Dec 2001 00:05:38 -0800 Message-ID: <3C131B55.10601@owt.com> Date: Sun, 09 Dec 2001 00:05:41 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Anthony Atkielski Cc: "P. U. (Uli) Kruppa" , freebsd-questions@FreeBSD.ORG Subject: Re: telnet to a Win2k-pro machine References: <20011208223542.U29324-100000@big> <04cb01c1804f$2673f5b0$0a00000a@atkielski.com> <3C12BCBB.80700@owt.com> <04e401c18050$314ea060$0a00000a@atkielski.com> <3C12BEEC.6010402@owt.com> <04eb01c18054$217e7b70$0a00000a@atkielski.com> <3C12CB0E.2050203@owt.com> <04f201c1805f$4c43ba40$0a00000a@atkielski.com> 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 Anthony Atkielski wrote: > Kent writes: > > >>It is too easy to use one of the system >>running the proper OS for the task than >>it is to make task run on the wrong OS. >> > > Hmm ... is making things easy a bad thing? What I have found is that if you do it on the right system, that is when it is the easiest, fastest, and most reliable. > > >>Cray thought that just using vi was abusing >>their system. >> > > What did they suggest in its place? > > >>There are only about 6 commands that you >>need to know to get started. >> > > Yeah, and they all look like Esc-Ctrl-Q+Y+z+!+*+"+"+:+5. Not if you are setup properly. You only send :.. and the ":" puts into a command mode and ".." is the command. However, if you want to change the end of a line to a
you can do something like ":.,$s/$/
/" and you will add a "
" to the end of every line of text from ".", the current location to "$" the end of the file. You can do this with sed if you want to. To exit, some people us ":wq" but I happen to like ":x". > > >>Notepad won't do regular expressions. >> > > I have yet to come across a need for regular expressions in the editing I > do. We have an inventory document that I convert to text and then into HTML that people in a 100 mile radius of this area use and I have to change the end of the line. It is really easy with regular expressions. > > >>Doing a proper cross line cut and paste >>is hard from vi. >> > > I haven't even figured out how to delete characters yet. And not having the > screen instantly updated seems like a pointless burden to bear, now that > teletypes are no longer common. > The usual way is nx where n is the number of characters you want to delete. The change shows up immediately. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 0:19:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mclean.mail.mindspring.net (mclean.mail.mindspring.net [207.69.200.57]) by hub.freebsd.org (Postfix) with ESMTP id 3BD6037B405 for ; Sun, 9 Dec 2001 00:19:33 -0800 (PST) Received: from pool-63.49.84.74.tmpa.grid.net ([63.49.84.74] helo=ASGARD) by mclean.mail.mindspring.net with smtp (Exim 3.33 #1) id 16CzBM-0006v9-00 for questions@freebsd.org; Sun, 09 Dec 2001 03:19:33 -0500 Message-ID: <000d01c1808a$11471d80$6400a8c0@dominion.us> From: "Ciro Maietta" To: Subject: DHCP and DNS hostname resolution: A better way? Date: Sun, 9 Dec 2001 03:18: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.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 I'm running a FreeBSD 4.2 - Release (until I can figure out how to make decent backups before going STABLE) firewall/DHCP server. I've got named and dhcpd running just fine and dandy (named is local only, outside access is blocked totally in ipfw.rules) but with one snafu. Several of my clients are laptops that I and a few other users on the network bring between our respective home networks and the college network, all of which operate a dhcp server (to prevent reconfiguring whenever we travel). According to dhcpd.leases, dhcpd can pick up the hostname of the client when an ip is leased (the line 'client-hostname: HOST' shows up in the lease file), but the clients can only be referenced by IP. i.e. 'ping ASGARD' returns "Cannot resolve host: ASGARD" whereas pinging the IP works fine. So far, I have only come across two ways that I can make this work. One is assigning IP/Hostname depending on MAC address, and the other is using a script (probably perl, in my case) to parse the dhcpd.leases file and dynamically create /etc/hosts (and I have my doubts on whether that would even actually WORK!). My question is this: Since dhcpd obviously KNOWS the clients' hostnames, is there any way to reference the clients without hard-coding the information in? Sorry if I seem masochistic, but the path of least resistance also reaps the least satisfaction. :) TIA -Ciro ** This .sig file is currently under federal investigation on suspicion of treason, murder, and a lack of humor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 0:20: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cgpsrv1.cis.mcmaster.ca (muss.CIS.McMaster.CA [130.113.64.9]) by hub.freebsd.org (Postfix) with ESMTP id 44C3B37B405 for ; Sun, 9 Dec 2001 00:20:02 -0800 (PST) Received: from [130.113.48.220] (account fullerrc@muss.cis.mcmaster.ca HELO fuckmicrosoft.com) by cgpsrv1.cis.mcmaster.ca (CommuniGate Pro SMTP 3.4.8) with ESMTP-TLS id 12238292 for freebsd-questions@FreeBSD.ORG; Sun, 09 Dec 2001 03:20:01 -0500 Message-ID: <3C12D782.FBC33942@fuckmicrosoft.com> Date: Sun, 09 Dec 2001 03:16:18 +0000 From: bakka_cog Organization: student X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: issue with a port. 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. im not quite sure how to quantify properly this situation, mainly as it is quite new. recently ive been looking for a suitable news client for X . ive had made several. however, around the time i was going about this, mysteriously 'rplayd' appeared as a 'local package', started upon boot in the same section as apache. i do not use telnet for login sessions remote. only ssh. the majority of ftp traffic regarding my machine is anonymous. im fairly certain that i was around when the daemon was installed ( i think ), so i assume this is part of some port which was installed without my knowledge. this may sound strange, however i wonder if any others have noted situations similar. im quite worried about this. thank you. --bc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 3: 0: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FLA9Aaa003.fko.mesh.ad.jp (FLA9Aaa003.fko.mesh.ad.jp [61.193.66.195]) by hub.freebsd.org (Postfix) with SMTP id B60EE37B416 for ; Sun, 9 Dec 2001 02:59:59 -0800 (PST) Message-ID: <20011209.1944240894.babaq@haisin-010002-if.syo-ten.com> Date: Sun, 09 Dec 2001 19:44:27 +0900 From: haisin-010002@if.syo-ten.com Subject: =?ISO-2022-JP?B?GyRCkXQlaSVWISYlXiU4JUQlL5BzGyhC?= MIME-Version: 1.0 X-Mail-Agent: BSMTP DLL Jan 13 2001 by Tatsuo Baba Content-Type: text/plain; charset=ISO-2022-JP 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 $B$"$C$?$+$$29$b$j;}$C$F$^$9$+!)(B $B4($$?4$rKd$a$F$/$l$k$=$s$J=P2q$$$,$3$3$K$O$"$j$^$9!#(B $B$?$a$7$K$"$J$?$N5$;}$A$r=q$-9~$s$G$4$i$s(B $B4j$$$O$+$J$i$:3p$$$^$9$h!*(B Http://www.if-j.net $B=P2q$$7O%5%$%H!V%$%U!W$G$9!#(B $B$"$J$?$KKbK!$r%F%/%^%/%^%d%3%s‘{(B $B=w@-L5NA$5$i$K%-%c%C%7%g%P%C%/!*(B $BCK@-$b#3#0%]%$%s%HL5NACf!*(B $B7HBSEEOC$+$4<+Bp$NEEOCHV9f$GEPO?$7$F$/$@$5$$!#(B $B%"%I%l%9EyHs8x3+$G$9$N$G0B?4$7$F$4MxMQ$/$@$5$$!#(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 3:42:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailout02.sul.t-online.de (mailout02.sul.t-online.com [194.25.134.17]) by hub.freebsd.org (Postfix) with ESMTP id 06C4737B41B for ; Sun, 9 Dec 2001 03:42:39 -0800 (PST) Received: from fwd02.sul.t-online.de by mailout02.sul.t-online.de with smtp id 16D2Lu-00042v-06; Sun, 09 Dec 2001 12:42:38 +0100 Received: from venus (520001623117-0001@[80.132.153.70]) by fwd02.sul.t-online.com with smtp id 16D2Ld-0f4symC; Sun, 9 Dec 2001 12:42:21 +0100 Message-ID: <000d01c180a7$34d19a10$fe00fa0a@venus> From: sven.huster@t-online.de (Sven Huster) To: "FBSD-Q" Subject: sa output Date: Sun, 9 Dec 2001 12:46:56 +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 X-Sender: 520001623117-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 hi what does this output of sa mean? 5 8.58re 0.00cp 0avio 323600k pipe i am looking especially at the '323600k' other stuff should be clear. thanks regards -- Sven Huster To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 5:59: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id AFFB137B405 for ; Sun, 9 Dec 2001 05:58:59 -0800 (PST) Received: from SAGEONE (adsl-64-219-20-12.dsl.crchtx.swbell.net [64.219.20.12]) by sage-american.com (8.9.3/8.9.3) with SMTP id HAA09910 for ; Sun, 9 Dec 2001 07:58:52 -0600 (CST) Message-Id: <3.0.5.32.20011209075850.0101cb38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 09 Dec 2001 07:58:50 -0600 To: freebsd-questions@freebsd.org From: jacks@sage-american.com Subject: Intruder attempts? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-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 noticed this often on the console of the server and appears to be intruder attempts to login: This is just a snipet: server1.net kernel log messages: > Dec 8 03:41:47 sage-one rpc.statd: invalid hostname to sm_stat: ^X\M-w\M^?\M-?^X\M-w\M^?\M-?^Y\M-w\M^?\M-?^Y\M-w\M^?\M-?^Z\M-w\M^?\M-?^Z\M-w \M^?\M-?^[\M-w\M^?\M-?^[\M-w\M^?\M-?%8x%8x%8x%8x%8x%8x%8x%8x%8x%236x%n%137x% n%10x%n%192x%nM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^P Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 6: 5:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from axel.truedestiny.net (a185066.upc-a.chello.nl [62.163.185.66]) by hub.freebsd.org (Postfix) with ESMTP id 5ED3E37B405 for ; Sun, 9 Dec 2001 06:05:21 -0800 (PST) Received: by axel.truedestiny.net (Postfix, from userid 1000) id 778C049A23; Sun, 9 Dec 2001 15:05:22 +0100 (CET) Date: Sun, 9 Dec 2001 15:05:22 +0100 From: Axel Scheepers To: cjclark@alum.mit.edu Cc: Axel Scheepers , questions@FreeBSD.ORG Subject: Re: 4.4-STABLE /usr/local/etc/rc.d doesn't start at boot time ? Message-ID: <20011209150522.D43248@mars.thuis> Reply-To: Axel Scheepers References: <20011206173325.A59605@mars.thuis> <20011206170908.L8975@blossom.cjclark.org> <20011208145954.B97115@mars.thuis> <20011208121138.A22383@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: <20011208121138.A22383@blossom.cjclark.org>; from cristjc@earthlink.net on Sat, Dec 08, 2001 at 12:11: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 Sat, Dec 08, 2001 at 12:11:38PM -0800, Crist J . Clark wrote: > I would say running mergemaster(8) is the best way _not_ to mess up > the box. As this whole problem shows, updating bits and pieces can be > very hazardous. Hi Crist, Thanks for your help, I'll look into mergemaster and try to update it that way, I've read the man page and it has a nice way of making a backup so nothing can go wrong (I periodicaly make backups of /etc) Thanks, Gr, -- Axel Scheepers UNIX System Administrator email: axel@axel.truedestiny.net ascheepers@vianetworks.nl http://axel.truedestiny.net/~axel ------------------------------------------ This login session: $13.99, but for you $11.88 ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 6:28:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail8.nc.rr.com (fe8.southeast.rr.com [24.93.67.55]) by hub.freebsd.org (Postfix) with ESMTP id 6878037B419; Sun, 9 Dec 2001 06:28:39 -0800 (PST) Received: from stealth.cary.dummynet ([66.26.231.240]) by mail8.nc.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 9 Dec 2001 08:41:57 -0500 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id fB9DgHn01455; Sun, 9 Dec 2001 08:42:17 -0500 (EST) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sun, 9 Dec 2001 08:42:17 -0500 From: Randall Hopper To: nathan mace Cc: freebsd-questions@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: soundblaster Live! Message-ID: <20011209084216.A1187@nc.rr.com> References: <200112081630.fB8GUmb57296@realtime.exit.com> <20011208164439.56680.qmail@web20007.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20011208164439.56680.qmail@web20007.mail.yahoo.com>; from nmace85@yahoo.com on Sat, Dec 08, 2001 at 08:44:39AM -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 nathan mace: |--- Frank Mayhar wrote: |> Bill Moran wrote: |> > nathan mace wrote: |> > > does anyone know if/when the soundblaster live! sound card will be |> > > suported under freebsd? |> > |> > It appears as though it is already supported. | |thanks for the info. but before i asked you guys i did a search on |google. it found a bunch of archived mailing list replies that indicated |that it wasn't working yet. they were dated earlier this year too. You might go back and review those threads in more detail (as they may be relevant to you). It could be you happened onto a thread related to a HW/SW incompatibility involving the SB Live. For example, there there was a really ugly problem with system freezes and hard disk corruption in PCs with MBs having a VIA '686b southbridge and a VIA k[xt]133 northbridge earlier this year. This problem was greatly aggravated by the presence of a SB Live! card, so much so that it often was attributed to the Live! rather than the MB chipset and BIOS. According to Søren Schmidt, the Live isn't blameless as it operates outside of the specs, but the key problem is the MB vendors programmed the VIA chips wrong. Søren's committed fixes to stable and current for this a while back though, so unless you pick up an old version of FreeBSD you shouldn't have to worry. Randall -- Randall Hopper aa8vb@nc.rr.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 6:35:11 2001 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 7FA0D37B405 for ; Sun, 9 Dec 2001 06:35:09 -0800 (PST) Received: (qmail 28821 invoked by uid 0); 9 Dec 2001 14:35:07 -0000 Received: from pd95910de.dip.t-dialin.net (HELO draco.home) (217.89.16.222) by mail.gmx.net (mp013-rz3) with SMTP; 9 Dec 2001 14:35:07 -0000 Received: (from qgo@localhost) by draco.home (8.11.6/8.11.6) id fB9EZ6c00638 for freebsd-questions@freebsd.org; Sun, 9 Dec 2001 15:35:06 +0100 (CET) (envelope-from qgo) Date: Sun, 9 Dec 2001 15:35:06 +0100 From: Oliver Markovic To: freebsd-questions@freebsd.org Subject: Rear channel on SBLive (emu10k1) Message-ID: <20011209153506.A583@draco> Reply-To: qgo@gmx.net Mail-Followup-To: Oliver Markovic , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there a way to get the rear channel working? Unmuting/muting or raising/lowering the volume in any mixer doesn't work and I can't find any other information. After a search in the archives it turns out to be unsupported, but this message was dated somewhere in 2000. I looked into the source of emu10k1.c and there was a mention of a rear channel, but well.. kernel hacking is not one of my skills :-) Did anybody add support for this in the meantime? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 6:45:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from echonyc.com (echonyc.com [198.67.15.2]) by hub.freebsd.org (Postfix) with ESMTP id AA38837B416 for ; Sun, 9 Dec 2001 06:45:08 -0800 (PST) Received: from localhost (suleyman@localhost) by echonyc.com (8.11.6/8.11.6) with ESMTP id fB9Ej8k16082 for ; Sun, 9 Dec 2001 09:45:08 -0500 (EST) Date: Sun, 9 Dec 2001 09:45:08 -0500 (EST) From: Ken Seggerman To: Subject: Win2000 clobbered my boot sector Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings: I have a machine with a 10GB drive and a 40GB drive. The 10GB had Windows NT taking up the whole drive, and the second drive is partitioned in two with FreeBSD 4.3-STABLE, and Linux 2.4. All three co-existed on my machine, booteasy only saw NT and FreeBSD, so I had to boot Linux from a floppy. I recently installed Windows 2000 Professional (to my deep regret) and found that booteasy is gone, the old NT OS Chooser is gone and I have no way to boot into FreeBSD. Booting Linux from the floppy still works. Booting from a kern.flp, and interrupting the boot sequence and typing in boot:1:ad(1,a) no longer works, as it once did. Is there any way I can get FreeBSD back? Thanks, Ken Seggerman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 6:50: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 8C42E37B419 for ; Sun, 9 Dec 2001 06:50:01 -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 fB9EjM917920; Sun, 9 Dec 2001 09:45:26 -0500 (EST) Message-ID: <3C137AB0.6090807@potentialtech.com> Date: Sun, 09 Dec 2001 09:52:32 -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: jacks@sage-american.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Intruder attempts? References: <3.0.5.32.20011209075850.0101cb38@mail.sage-american.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Check the archives. I believe this is an attept to use a security hole that existed at one time in the Linux version of NFS. To my knowledge, this attack has never been useful against FreeBSD. jacks@sage-american.com wrote: > I've noticed this often on the console of the server and appears to be > intruder attempts to login: This is just a snipet: > > > server1.net kernel log messages: > >>Dec 8 03:41:47 sage-one rpc.statd: invalid hostname to sm_stat: >> > ^X\M-w\M^?\M-?^X\M-w\M^?\M-?^Y\M-w\M^?\M-?^Y\M-w\M^?\M-?^Z\M-w\M^?\M-?^Z\M-w > \M^?\M-?^[\M-w\M^?\M-?^[\M-w\M^?\M-?%8x%8x%8x%8x%8x%8x%8x%8x%8x%236x%n%137x% > n%10x%n%192x%nM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^P > -- 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 Dec 9 7: 1:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from atkielski.com (atkielski.com [161.58.232.69]) by hub.freebsd.org (Postfix) with ESMTP id 9131337B417 for ; Sun, 9 Dec 2001 07:01:22 -0800 (PST) Received: from contactdish (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by atkielski.com (8.11.6) id fB9F18C86756; Sun, 9 Dec 2001 16:01:08 +0100 (CET) Message-ID: <058001c180c2$587f8f10$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Giorgos Keramidas" Cc: "FreeBSD Questions" References: <054901c18073$e1001d40$0a00000a@atkielski.com> <20011209055117.GA70766@hades.hell.gr> Subject: Re: Record uptime for a FreeBSD system? Date: Sun, 9 Dec 2001 16:01:07 +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.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I note that all the longest-running servers listed by Netcraft appear to be running some version of BSD UNIX. Coincidence? ----- Original Message ----- From: "Giorgos Keramidas" To: "Anthony Atkielski" Cc: "FreeBSD Questions" Sent: Sunday, December 09, 2001 06:51 Subject: Re: Record uptime for a FreeBSD system? > On 2001-12-09 06:39:26, Anthony Atkielski wrote: > > I was just wondering: What is the highest uptime anyone has ever seen on a > > FreeBSD system? I assume it is several years, but what's the longest time > > that anyone has actually verified (by looking at system status or some other > > report that actually spells out the uptime, and marking it down for > > posterity)? > > Perhaps you'd want to have a look at this posting from freebsd-chat: > > http://www.geocrawler.com/archives/3/146/2001/11/150/7106850/ > > -giorgos > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 7: 2:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.webvolution.net (ns.webvolution.net [64.173.23.219]) by hub.freebsd.org (Postfix) with ESMTP id C54C237B41C for ; Sun, 9 Dec 2001 07:02:21 -0800 (PST) Received: (from nobody@localhost) by ns.webvolution.net (8.11.6/8.11.6) id fB9F2MJ05692 for freebsd-questions@FreeBSD.ORG; Sun, 9 Dec 2001 15:02:22 GMT (envelope-from dleal@webvolution.net) X-Authentication-Warning: ns.webvolution.net: nobody set sender to dleal@webvolution.net using -f To: freebsd-questions@FreeBSD.ORG Subject: encryption and master.passwd Message-ID: <1007910142.3c137cfe07344@mail.webvolution.net> Date: Sun, 09 Dec 2001 15:02:22 +0000 (WET) From: Daniel Leal MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.6 Sender: owner-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! To learn a little bit of the freebsd security I decided to read the charpter 8 of the freebsd handbook. Soon I realize that passwords encrypted with the MD5 hash are longer than those encrypted with the DES hash and also begin with the characters $1$ and DES password strings does not include the $ character. So I did "more /etc/master_passwd" and I notice that mine and root's password (I am the one who su to root in that system) are encrypted with MD5 but the other users are encrypted with DES!!! Why? Did I do something wrong? How can I change it all to MD5 encryption? In my /etc/login.conf I have the following lines: (install defaults) ... default:\ :passwd_format=md5:\ ... Thanks, daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 7: 2:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from atkielski.com (atkielski.com [161.58.232.69]) by hub.freebsd.org (Postfix) with ESMTP id 41A5D37B41B; Sun, 9 Dec 2001 07:02:35 -0800 (PST) Received: from contactdish (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by atkielski.com (8.11.6) id fB9F2PX86869; Sun, 9 Dec 2001 16:02:25 +0100 (CET) Message-ID: <058f01c180c2$866bb160$0a00000a@atkielski.com> From: "Anthony Atkielski" To: , "Greg Lehey" Cc: "FreeBSD Questions" , "Ulf Zimmermann" References: <054901c18073$e1001d40$0a00000a@atkielski.com> <20011209162607.B83634@monorchid.lemis.com> <20011208223426.D76137@seven.alameda.net> Subject: Re: Record uptime for a FreeBSD system? Date: Sun, 9 Dec 2001 16:02:21 +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.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 How heavily used is this system, and what sort of hardware does it run on? ----- Original Message ----- From: "Ulf Zimmermann" To: "Greg Lehey" Cc: "Anthony Atkielski" ; "FreeBSD Questions" ; "Ulf Zimmermann" Sent: Sunday, December 09, 2001 07:34 Subject: Re: Record uptime for a FreeBSD system? > Nope, I took it a few days after that email down to switch the UPS. > > -- > Regards, Ulf. > > --------------------------------------------------------------------- > Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 7: 5:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from FLA9Aaa003.fko.mesh.ad.jp (FLA9Aaa003.fko.mesh.ad.jp [61.193.66.195]) by hub.freebsd.org (Postfix) with SMTP id C0E5737B419 for ; Sun, 9 Dec 2001 07:05:24 -0800 (PST) Message-ID: <20011210.0005180323.babaq@haisin-010001-if.syo-ten.com> Date: Mon, 10 Dec 2001 00:05:20 +0900 From: haisin-010001@if.syo-ten.com Subject: =?ISO-2022-JP?B?GyRCkXQlaSVWISYlXiU4JUQlL5BzGyhC?= MIME-Version: 1.0 X-Mail-Agent: BSMTP DLL Jan 13 2001 by Tatsuo Baba Content-Type: text/plain; charset=ISO-2022-JP 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 $B$"$C$?$+$$29$b$j;}$C$F$^$9$+!)(B $B4($$?4$rKd$a$F$/$l$k$=$s$J=P2q$$$,$3$3$K$O$"$j$^$9!#(B $B$?$a$7$K$"$J$?$N5$;}$A$r=q$-9~$s$G$4$i$s(B $B4j$$$O$+$J$i$:3p$$$^$9$h!*(B Http://www.if-j.net $B=P2q$$7O%5%$%H!V%$%U!W$G$9!#(B $B$"$J$?$KKbK!$r%F%/%^%/%^%d%3%s‘{(B $B=w@-L5NA$5$i$K%-%c%C%7%g%P%C%/!*(B $BCK@-$b#3#0%]%$%s%HL5NACf!*(B $B7HBSEEOC$+$4<+Bp$NEEOCHV9f$GEPO?$7$F$/$@$5$$!#(B $B%"%I%l%9EyHs8x3+$G$9$N$G0B?4$7$F$4MxMQ$/$@$5$$!#(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 7: 6:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 8515837B405 for ; Sun, 9 Dec 2001 07:06:19 -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 fB9F1l929328; Sun, 9 Dec 2001 10:01:47 -0500 (EST) Message-ID: <3C137E89.8070201@potentialtech.com> Date: Sun, 09 Dec 2001 10:08:57 -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: Anthony Atkielski Cc: FreeBSD Questions Subject: Re: Record uptime for a FreeBSD system? References: <054901c18073$e1001d40$0a00000a@atkielski.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There were a number of other answers ... I think a lot of us could fall into the category of saying, "What, exactly, do you mean by uptime?" Looking at my webserver, it's been up for 180 days. Last time I took it down for an upgrade, it had been up for ~170. Prior to that, it had been up for ~130 when the power went out for over 4 hours and the UPS died. Prior to that, I think it had been up for ~90 and we had to unplug it to rearrange some hardware. So, if you just mean the output of the uptime(1) command, the longest I've personally accomplished is 180 days (but that will change tomorrow ;) However, if you want to talk about OS-related uptime, I've seen over 300 days between having to reboot because of an OS issue, and then it was to upgrade FreeBSD. In over 2 years that machine has _never_ crashed or needed rebooted because of OS _problems_. It's nice that I can even upgrade Apache without having to reboot the system (which, it's about time I do. The version of Apache on that machine is getting a little stale) Anthony Atkielski wrote: > I was just wondering: What is the highest uptime anyone has ever seen on a > FreeBSD system? I assume it is several years, but what's the longest time > that anyone has actually verified (by looking at system status or some other > report that actually spells out the uptime, and marking it down for > posterity)? > > I had my NT and FreeBSD systems running very close for a while, but then a > persistent bug in the NT network driver (at least I think that's where it > is) gave me a blue screen on that system. FreeBSD is still running nicely. > It has only been ten days, though, which isn't a very long time for a > server. -- 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 Dec 9 7: 8:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.thebiz.net (mx1.thebiz.net [216.238.0.20]) by hub.freebsd.org (Postfix) with SMTP id 86F1237B416 for ; Sun, 9 Dec 2001 07:08:45 -0800 (PST) Received: (qmail 22041 invoked from network); 9 Dec 2001 10:08:43 -0500 Received: from unknown (172.16.0.80) by 172.16.0.178 with QMQP; 9 Dec 2001 10:08:43 -0500 Received: from unknown (HELO marty.face2interface.com) (216.238.72.249) by mail.ulster.net with SMTP; 9 Dec 2001 10:08:44 -0500 Message-Id: <5.1.0.14.0.20011209100829.00a7bec0@pop.ulster.net> X-Sender: marty@pop.ulster.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 09 Dec 2001 10:08:53 -0500 To: questions@FreeBSD.ORG From: Marty Landman Subject: question not asked (sysadmin - Perl?) 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 think this question is in the spirit of "the only dumb questions are the ones left unasked." I've got the following program which is a test extracted from a formerly running script on a website. Actually I slightly altered this for posting to remove HTML tagging. ------------------------------------------------------------ #!/usr/local/bin/perl print "Content-type: text/html\n\n"; use Cwd; for($root = cwd()) {print "Root eq $root"} __END__ ------------------------------------------------------------ The permissions are 755, and it's installed on the cgi-bin. When I run this from a browser I get an empty string for Root, but when I run this from the command line I get my root directory. This used to work and I won't be able to talk to tech support till tomorrow. I know nothing about system administration; but that's where I'm guessing the answer is. FWIW I have a standalone box at home in which I installed Free_BSD and Perl, unfortunately no Apache or network connection to my office network. :( I am guessing that something about the way in which the script runs when called by a browser is disabling the Perl cwd() command where when run from the command line it is enabled. Am I getting warm? Thanks in advance, Marty (realizing it's time to start learning about some of this stuff) Website Creation Made SIMPL(tm) http://face2interface.com/Home/Demo.shtml WebSafe Color Picker -- http://face2interface.com/Websafe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 7: 9: 9 2001 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 B0D7537B405 for ; Sun, 9 Dec 2001 07:09:00 -0800 (PST) Received: from contactdish (contactdish.atkielski.com [10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id fB9F8fx24422; Sun, 9 Dec 2001 16:08:46 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <059c01c180c3$66b6f950$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Daniel Leal" , "FreeBSD Questions" References: <1007910142.3c137cfe07344@mail.webvolution.net> Subject: Re: encryption and master.passwd Date: Sun, 9 Dec 2001 16:08:41 +0100 Organization: Anthony's Home Page (development site) 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.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've noticed this, too. Some accounts have a DES password, others have an MD5 password. I just changed the password on one of my user accounts with the passwd command, and it changed from a DES password to a MD5 password. My impression is that different programs use different encryption methods for the password, with some using DES, and others use MD5. True? ----- Original Message ----- From: "Daniel Leal" To: Sent: Sunday, December 09, 2001 16:02 Subject: encryption and master.passwd > Hi! > > To learn a little bit of the freebsd security I decided to read the > charpter 8 of the freebsd handbook. Soon I realize that passwords encrypted > with the MD5 hash are longer than those encrypted with the DES hash and > also begin with the characters $1$ and DES password strings does not > include the $ character. > So I did "more /etc/master_passwd" and I notice that mine and root's > password (I am the one who su to root in that system) are encrypted with > MD5 but the other users are encrypted with DES!!! > > Why? > Did I do something wrong? > How can I change it all to MD5 encryption? > > In my /etc/login.conf I have the following lines: (install defaults) > ... > default:\ > :passwd_format=md5:\ > ... > > Thanks, daniel > > 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 Dec 9 7:15:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gadolinium.btinternet.com (gadolinium.btinternet.com [194.73.73.111]) by hub.freebsd.org (Postfix) with ESMTP id B4CFF37B416 for ; Sun, 9 Dec 2001 07:15:07 -0800 (PST) Received: from host217-35-35-227.in-addr.btopenworld.com ([217.35.35.227] helo=marvin.penguinpowered.org.uk) by gadolinium.btinternet.com with esmtp (Exim 3.22 #8) id 16D5fU-0007ZL-00; Sun, 09 Dec 2001 15:15:04 +0000 Received: from [192.168.10.11] (helo=pan.realtime.co.uk) by marvin.penguinpowered.org.uk with esmtp (Exim 3.33 #1) id 16D5k0-000091-00; Sun, 09 Dec 2001 15:19:44 +0000 Received: from waynep by pan.realtime.co.uk with local (Exim 3.33 #1) id 16D5dZ-0000Es-00; Sun, 09 Dec 2001 15:13:05 +0000 From: Wayne Pascoe To: Marty Landman Cc: questions@FreeBSD.ORG Subject: Re: question not asked (sysadmin - Perl?) References: <5.1.0.14.0.20011209100829.00a7bec0@pop.ulster.net> Date: 09 Dec 2001 15:13:04 +0000 In-Reply-To: <5.1.0.14.0.20011209100829.00a7bec0@pop.ulster.net> Message-ID: <86ofl8ifzz.fsf@pan.home.penguinpowered.org.uk> Lines: 35 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 Marty Landman writes: > Hi, > > I think this question is in the spirit of "the only dumb questions are > the ones left unasked." > > > I've got the following program which is a test extracted from a > formerly running script on a website. Actually I slightly altered this > for posting to remove HTML tagging. > > > ------------------------------------------------------------ > > #!/usr/local/bin/perl > > print "Content-type: text/html\n\n"; > use Cwd; > for($root = cwd()) {print "Root eq $root"} > > __END__ > Firstly, whenever a web script doesn't work like you expect it to, check the ErrorLog for the virtualhost that you are running the script in. This will normally give you some indication of what the problem is. -- - Wayne Pascoe | 'tis far easier to get forgiveness than freebsd@molemanarmy.com | it is to get permission - probably someone http://www.molemanarmy.com | famous, but more often, my Dad. | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 7:20:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from imo-r04.mx.aol.com (imo-r04.mx.aol.com [152.163.225.100]) by hub.freebsd.org (Postfix) with ESMTP id 6F0AA37B405 for ; Sun, 9 Dec 2001 07:20:47 -0800 (PST) Received: from Zenithhellrazor6@aol.com by imo-r04.mx.aol.com (mail_out_v31_r1.9.) id n.111.9cbf926 (16485) for ; Sun, 9 Dec 2001 10:20:42 -0500 (EST) From: Zenithhellrazor6@aol.com Message-ID: <111.9cbf926.2944db49@aol.com> Date: Sun, 9 Dec 2001 10:20:41 EST Subject: Erin about your 2.2.8 cd To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="part1_111.9cbf926.2944db49_boundary" X-Mailer: AOL 7.0 for Windows US sub 249 Sender: owner-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_111.9cbf926.2944db49_boundary Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit okay man i could use it my address is: Chris Ekiert PO BOX 2237 Jupiter, FL 33468 and i am going to have to do it COD unless you take credit cards so can you please give me all the info i need for a cod and if you take credit cards... --part1_111.9cbf926.2944db49_boundary Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: 7bit okay man i could use it my address is:
Chris Ekiert
PO BOX 2237
Jupiter, FL 33468

and i am going to have to do it COD unless you take credit cards so can you please give me all the info i need for a cod and if you take credit cards...
--part1_111.9cbf926.2944db49_boundary-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8: 2:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 89B1137B417 for ; Sun, 9 Dec 2001 08:02:23 -0800 (PST) Received: from SAGEONE (adsl-64-219-20-12.dsl.crchtx.swbell.net [64.219.20.12]) by sage-american.com (8.9.3/8.9.3) with SMTP id KAA01162 for ; Sun, 9 Dec 2001 10:02:20 -0600 (CST) Message-Id: <3.0.5.32.20011209100224.0101cb38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 09 Dec 2001 10:02:24 -0600 To: freebsd-questions@freebsd.org From: jacks@sage-american.com Subject: Scripting help Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-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 just set up an experimental FBSD 4.4-STABLE server using DSL with dynamic ip. Using ZoneEdit DNS services, the DNS can be updated with a cron script to still point to the proper name. I'm doing that now using cron to run the update script every 8 hours (the connection usually runs for weeks at a time without disconnect). However, I had rather have a script that runs every so often (xminutes) and doesn't bother the DNS server unless and ONLY if a changed in the dynamic IP has occured as a result of disconnect/reconnect. Here are the functions I see needed, but scripting language is not yet a decent skill of mine. I suspect others using dynamic IPs have this same need: Any guidence appreciated once again. (I've looked at the ipcheck that uses Python, but rather not go that route if possible to do the simple approach below). BEGIN (my crude) SCRIPT: #!/bin/sh PATH=/usr/local/bin:/usr/bin:/bin ## This script would be run by cron every x_minutes ## (files needed: "last_known_ip" and "my_current_ip") ## Contents of last_known_ip (placed there manually at for first output ## by running ifconfig tun0 > last_known_ip tun0: flags=8051 mtu 1492 inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff Opened by PID 149 ## Run update to my_current_ip file # function: ifconfig tun0 > my_current_ip ##.... so the "my_current_ip" file would contain output of: tun0: flags=8051 mtu 1492 inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff Opened by PID 149 ## Now make comparison to see if dynamic ip has changed and update DNS if changed. # function: look in my_current_ip and find the current ip (64.xxx.xx.20) # function: look in last_known_ip file and find ip (64.xxx.xx.66) # function: if not same, then run DNS_ping_program to update (ping command here) ## If change detected, update comparison file # function: ifconfig tun0 > last_known_ip # function: if same ip, then do nothing END OF SCRIPT The above may be a crude approach, but best way I can define the job for now.... Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8: 3:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.thebiz.net (mx1.thebiz.net [216.238.0.20]) by hub.freebsd.org (Postfix) with SMTP id 6E31737B405 for ; Sun, 9 Dec 2001 08:03:32 -0800 (PST) Received: (qmail 4987 invoked from network); 9 Dec 2001 11:03:30 -0500 Received: from unknown (172.16.0.72) by 172.16.0.178 with QMQP; 9 Dec 2001 11:03:30 -0500 Received: from unknown (HELO marty.face2interface.com) (216.238.72.249) by mail.ulster.net with SMTP; 9 Dec 2001 11:03:31 -0500 Message-Id: <5.1.0.14.0.20011209110026.00a34b40@pop.ulster.net> X-Sender: marty@pop.ulster.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 09 Dec 2001 11:03:39 -0500 To: Wayne Pascoe From: Marty Landman Subject: Re: question not asked (sysadmin - Perl?) Cc: questions@FreeBSD.ORG In-Reply-To: <86ofl8ifzz.fsf@pan.home.penguinpowered.org.uk> References: <5.1.0.14.0.20011209100829.00a7bec0@pop.ulster.net> <5.1.0.14.0.20011209100829.00a7bec0@pop.ulster.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 03:13 PM 12/9/01 +0000, Wayne Pascoe wrote: >Marty Landman writes: > > > I've got the following program > > > > #!/usr/local/bin/perl > > > > print "Content-type: text/html\n\n"; > > use Cwd; > > for($root = cwd()) {print "Root eq $root"} > > > > __END__ > > > >Firstly, whenever a web script doesn't work like you expect it to, >check the ErrorLog for the virtualhost that you are running the script >in. This will normally give you some indication of what the problem >is. Nuthin' there Wayne. The fact that it runs from the command line but not from a web browser makes me wonder though if it's an Apache config issue; only I don't know where I'd look or even if it's in my control. Marty Website Creation Made SIMPL(tm) http://face2interface.com/Home/Demo.shtml WebSafe Color Picker -- http://face2interface.com/Websafe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8:12:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from riker.skynet.be (riker.skynet.be [195.238.3.132]) by hub.freebsd.org (Postfix) with ESMTP id DF78937B416 for ; Sun, 9 Dec 2001 08:12:53 -0800 (PST) Received: from skynet.be (dialup603.namur.skynet.be [195.238.28.27]) by riker.skynet.be (8.11.6/8.11.6/Skynet-OUT-2.16) with ESMTP id fB9GCoY23939; Sun, 9 Dec 2001 17:12:51 +0100 (MET) (envelope-from ) Message-ID: <3C138D81.80001@skynet.be> Date: Sun, 09 Dec 2001 17:12:49 +0100 From: Raf Schietekat Reply-To: Raf_Schietekat@ieee.org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; 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 Subject: kdm op 4.4-R 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 Dear experts, (I'm new to FreeBSD, but used to run NEXTSTEP a while ago. I recently installed FreeBSD 4.4-R on an i386 system.) If I change /usr/X11R6/bin/xdm to /usr/local/bin/kdmdesktop, I get an ordinary shell with messages like (date omitted): "desktop init: getty repeating too quickly on port /dev/ttyv8, sleeping 30 secs" What do I have to do to get kdm running? I don't find anything in the provided KDE documentation. I also can't run kcontrol from a terminal after I've become root (in any environment), nor does Control Center>System>Login Manager>Modify>Run as root succeed, nor does Clock>Adjust Date & Time>Run as root ("Conversation with su failed.", "BAD SU rfschtkt to root on /dev/ttyp6"). Help? Raf Schietekat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8:18: 6 2001 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 DD46937B417 for ; Sun, 9 Dec 2001 08:18:03 -0800 (PST) Received: from [212.238.194.207] (helo=tanya.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16D6eO-000D9t-00 for freebsd-questions@FreeBSD.ORG; Sun, 09 Dec 2001 16:18:00 +0000 Received: by tanya.raggedclown.net (tanya.raggedclown.net, from userid 500) id 6B7801105; Sun, 9 Dec 2001 17:17:58 +0100 (CET) Date: Sun, 9 Dec 2001 17:17:58 +0100 From: Cliff Sarginson To: FreeBSD Questions Subject: Re: Record uptime for a FreeBSD system? Message-ID: <20011209161758.GB23351@raggedclown.net> References: <054901c18073$e1001d40$0a00000a@atkielski.com> <3C137E89.8070201@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C137E89.8070201@potentialtech.com> User-Agent: Mutt/1.3.24i Sender: owner-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: > > > >I had my NT and FreeBSD systems running very close for a while, but then a > >persistent bug in the NT network driver (at least I think that's where it > >is) gave me a blue screen on that system. FreeBSD is still running nicely. > >It has only been ten days, though, which isn't a very long time for a > >server. > I have a sinking feeling Anthony you are trying to revive your favourite FreeBSD versus NT topic. Wasn't over 100 emails in the last pointless thread in this area enough for you ? Or am I going to have to start filtering your posts to /dev/null again ? -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8:22:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id 0180637B417 for ; Sun, 9 Dec 2001 08:22:35 -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 fB9GI2926633; Sun, 9 Dec 2001 11:18:02 -0500 (EST) Message-ID: <3C139068.4050209@potentialtech.com> Date: Sun, 09 Dec 2001 11:25:12 -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: Raf_Schietekat@ieee.org Cc: FreeBSD-questions@FreeBSD.ORG Subject: Re: kdm op 4.4-R References: <3C138D81.80001@skynet.be> 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 Is the user you're doing this as a member of the "wheel" group? In FreeBSD only users who are a member of the wheel group may escalate their rights to root with su. If you run a terminal and attempt to su at a sh prompt, you'll get an error if you're not in the right group. Add the user in question to the wheel group and things should start working. Raf Schietekat wrote: > Dear experts, > > (I'm new to FreeBSD, but used to run NEXTSTEP a while ago. I recently > installed FreeBSD 4.4-R on an i386 system.) > > If I change /usr/X11R6/bin/xdm to /usr/local/bin/kdmdesktop, I get an > ordinary shell with messages like (date omitted): > "desktop init: getty repeating too quickly on port /dev/ttyv8, sleeping > 30 secs" > What do I have to do to get kdm running? I don't find anything in the > provided KDE documentation. > > I also can't run kcontrol from a terminal after I've become root (in any > environment), nor does Control Center>System>Login Manager>Modify>Run as > root succeed, nor does Clock>Adjust Date & Time>Run as root > ("Conversation with su failed.", "BAD SU rfschtkt to root on /dev/ttyp6"). > > Help? > > Raf Schietekat > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- 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 Dec 9 8:23: 1 2001 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 257BE37B417 for ; Sun, 9 Dec 2001 08:22:57 -0800 (PST) Received: from [212.238.194.207] (helo=tanya.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.33 #1) id 16D6jA-000DMw-00 for questions@FreeBSD.ORG; Sun, 09 Dec 2001 16:22:56 +0000 Received: by tanya.raggedclown.net (tanya.raggedclown.net, from userid 500) id CCE071105; Sun, 9 Dec 2001 17:22:54 +0100 (CET) Date: Sun, 9 Dec 2001 17:22:54 +0100 From: Cliff Sarginson To: FBSD Questions Subject: Re: internal private IP address standards? Message-ID: <20011209162254.GC23351@raggedclown.net> References: <000601c18066$c61a0ca0$6600000a@ach.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000601c18066$c61a0ca0$6600000a@ach.domain> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-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, Dec 08, 2001 at 11:05:44PM -0500, Andrew C. Hornback wrote: > > -----Original Message----- > > From: owner-freebsd-questions@FreeBSD.ORG > > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Joe & Fhe > > Barbish > > Sent: Saturday, December 08, 2001 9:53 AM > > To: FBSD Questions > > Subject: internal private IP address standards? > > > > When setting up a new FBSD box and LAN environment behind it, > > what are the rules or standards for selecting the IP address > > numbering scheme. I have read unrelated documentation that calls > > this the internal IP address scheme or private IP address. > > The mandatory requirement is that these IP numbers will never > > be seen by the out side world. That being said, I take it that > > I can use any IP address numbers I want. > > Most people that I know of use the address blocks set aside in RFC 1918. > > "3. Private Address Space > > The Internet Assigned Numbers Authority (IANA) has reserved the > following three blocks of the IP address space for private internets: > > 10.0.0.0 - 10.255.255.255 (10/8 prefix) > 172.16.0.0 - 172.31.255.255 (172.16/12 prefix) > 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)" - RFC 1918 > > Full text can be found at: > http://www.faqs.org/rfcs/rfc1918.html > Yes, and what would be the point of using any others on the private side of your net ? Sounds like a bad pointless idea to me..as well as a recipe for confusion. -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8:33: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from LKLDDC01.GARGANTUAN.COM (145bus8.tampabay.rr.com [24.94.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 5D11D37B416 for ; Sun, 9 Dec 2001 08:32:55 -0800 (PST) Received: by LKLDDC01.GARGANTUAN.COM with Internet Mail Service (5.5.2653.19) id ; Sun, 9 Dec 2001 11:32:54 -0500 Message-ID: <1DA741CA6767A144BAA4F10012536C27A922@LKLDDC01.GARGANTUAN.COM> From: "Oliver, Michael W." To: "'jacks@sage-american.com'" , freebsd-questions@freebsd.org Cc: "Oliver, Michael W." Subject: RE: Scripting help Date: Sun, 9 Dec 2001 11:32:53 -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 Jack, Well, this will be my first script written from scratch, so please be kind if I dork it up! Try this: #!/bin/sh while [ 1 ] do LAST_KNOWN_IP=`cat last_known_ip_file` CURRENT_IP=`ifconfig tun0 | grep inet | awk ' { print $2; } '` if [ -z "$LAST_KNOWN_IP"] then # run your dns ping program here using $CURRENT_IP echo $CURRENT_IP >last_known_ip_file continue fi if [ "$LAST_KNOWN_IP" = "$CURRENT_IP" ] then sleep 30 continue else # run your dns ping program here using $CURRENT_IP echo $CURRENT_IP >last_known_ip_file fi done EOF Please let me know how it turns out ;-) =========== Michael Oliver > -----Original Message----- > From: jacks@sage-american.com [mailto:jacks@sage-american.com] > Sent: Sunday, December 09, 2001 11:02 AM > To: freebsd-questions@freebsd.org > Subject: Scripting help > > > I have just set up an experimental FBSD 4.4-STABLE server > using DSL with > dynamic ip. Using ZoneEdit DNS services, the DNS can be > updated with a cron > script to still point to the proper name. I'm doing that now > using cron to > run the update script every 8 hours (the connection usually > runs for weeks > at a time without disconnect). > > However, I had rather have a script that runs every so often > (xminutes) and > doesn't bother the DNS server unless and ONLY if a changed in > the dynamic > IP has occured as a result of disconnect/reconnect. Here are > the functions > I see needed, but scripting language is not yet a decent > skill of mine. I > suspect others using dynamic IPs have this same need: Any guidence > appreciated once again. (I've looked at the ipcheck that uses > Python, but > rather not go that route if possible to do the simple > approach below). > > BEGIN (my crude) SCRIPT: > #!/bin/sh > PATH=/usr/local/bin:/usr/bin:/bin > ## This script would be run by cron every x_minutes > ## (files needed: "last_known_ip" and "my_current_ip") > ## Contents of last_known_ip (placed there manually at for > first output > ## by running ifconfig tun0 > last_known_ip > > tun0: flags=8051 mtu 1492 > inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff > Opened by PID 149 > > ## Run update to my_current_ip file > # function: ifconfig tun0 > my_current_ip > > ##.... so the "my_current_ip" file would contain output of: > tun0: flags=8051 mtu 1492 > inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff > Opened by PID 149 > > ## Now make comparison to see if dynamic ip has changed and > update DNS if > changed. > # function: look in my_current_ip and find the current ip > (64.xxx.xx.20) > # function: look in last_known_ip file and find ip (64.xxx.xx.66) > # function: if not same, then run DNS_ping_program to update > (ping command > here) > ## If change detected, update comparison file > # function: ifconfig tun0 > last_known_ip > # function: if same ip, then do nothing > END OF SCRIPT > > The above may be a crude approach, but best way I can define > the job for > now.... > > Best regards, > Jack L. Stone, > Server Admin > > Sage-American > http://www.sage-american.com > jacks@sage-american.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8:50:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id DD27E37B419 for ; Sun, 9 Dec 2001 08:50:44 -0800 (PST) Received: from SAGEONE (adsl-64-219-20-12.dsl.crchtx.swbell.net [64.219.20.12]) by sage-american.com (8.9.3/8.9.3) with SMTP id KAA08447; Sun, 9 Dec 2001 10:50:33 -0600 (CST) Message-Id: <3.0.5.32.20011209105037.0101cb38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 09 Dec 2001 10:50:37 -0600 To: "Oliver, Michael W." , freebsd-questions@freebsd.org From: jacks@sage-american.com Subject: RE: Scripting help Cc: "Oliver, Michael W." In-Reply-To: <1DA741CA6767A144BAA4F10012536C27A922@LKLDDC01.GARGANTUAN.C OM> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-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 Michael, will work on it.... At 11:32 AM 12.9.2001 -0500, Oliver, Michael W. wrote: >Jack, > >Well, this will be my first script written from scratch, so please be kind >if I dork it up! Try this: > > > > > > >#!/bin/sh > >while [ 1 ] >do > > LAST_KNOWN_IP=`cat last_known_ip_file` > CURRENT_IP=`ifconfig tun0 | grep inet | awk ' { print $2; } '` > > if [ -z "$LAST_KNOWN_IP"] > then > # run your dns ping program here using $CURRENT_IP > echo $CURRENT_IP >last_known_ip_file > continue > fi > > if [ "$LAST_KNOWN_IP" = "$CURRENT_IP" ] > then > sleep 30 > continue > else > # run your dns ping program here using $CURRENT_IP > echo $CURRENT_IP >last_known_ip_file > fi > >done > >EOF > > > > > > > > >Please let me know how it turns out ;-) > >=========== >Michael Oliver > > > > > > > > > > > >> -----Original Message----- >> From: jacks@sage-american.com [mailto:jacks@sage-american.com] >> Sent: Sunday, December 09, 2001 11:02 AM >> To: freebsd-questions@freebsd.org >> Subject: Scripting help >> >> >> I have just set up an experimental FBSD 4.4-STABLE server >> using DSL with >> dynamic ip. Using ZoneEdit DNS services, the DNS can be >> updated with a cron >> script to still point to the proper name. I'm doing that now >> using cron to >> run the update script every 8 hours (the connection usually >> runs for weeks >> at a time without disconnect). >> >> However, I had rather have a script that runs every so often >> (xminutes) and >> doesn't bother the DNS server unless and ONLY if a changed in >> the dynamic >> IP has occured as a result of disconnect/reconnect. Here are >> the functions >> I see needed, but scripting language is not yet a decent >> skill of mine. I >> suspect others using dynamic IPs have this same need: Any guidence >> appreciated once again. (I've looked at the ipcheck that uses >> Python, but >> rather not go that route if possible to do the simple >> approach below). >> >> BEGIN (my crude) SCRIPT: >> #!/bin/sh >> PATH=/usr/local/bin:/usr/bin:/bin >> ## This script would be run by cron every x_minutes >> ## (files needed: "last_known_ip" and "my_current_ip") >> ## Contents of last_known_ip (placed there manually at for >> first output >> ## by running ifconfig tun0 > last_known_ip >> >> tun0: flags=8051 mtu 1492 >> inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff >> Opened by PID 149 >> >> ## Run update to my_current_ip file >> # function: ifconfig tun0 > my_current_ip >> >> ##.... so the "my_current_ip" file would contain output of: >> tun0: flags=8051 mtu 1492 >> inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff >> Opened by PID 149 >> >> ## Now make comparison to see if dynamic ip has changed and >> update DNS if >> changed. >> # function: look in my_current_ip and find the current ip >> (64.xxx.xx.20) >> # function: look in last_known_ip file and find ip (64.xxx.xx.66) >> # function: if not same, then run DNS_ping_program to update >> (ping command >> here) >> ## If change detected, update comparison file >> # function: ifconfig tun0 > last_known_ip >> # function: if same ip, then do nothing >> END OF SCRIPT >> >> The above may be a crude approach, but best way I can define >> the job for >> now.... >> >> Best regards, >> Jack L. Stone, >> Server Admin >> >> Sage-American >> http://www.sage-american.com >> jacks@sage-american.com >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8:55:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gamma.root-servers.ch (gamma.root-servers.ch [195.49.62.126]) by hub.freebsd.org (Postfix) with SMTP id 6F80137B405 for ; Sun, 9 Dec 2001 08:55:18 -0800 (PST) Received: (qmail 58826 invoked from network); 9 Dec 2001 16:55:16 -0000 Received: from dclient217-162-128-224.hispeed.ch (HELO athlon550) (217.162.128.224) by 0 with SMTP; 9 Dec 2001 16:55:16 -0000 Date: Sun, 9 Dec 2001 17:56:00 +0100 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.53bis) Educational Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <91447198767.20011209175600@buz.ch> To: questions@freebsd.org Subject: Logging file system access on FreeBSD? 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 PGP SIGNED MESSAGE----- Hello, I'm looking for a solution to log filesystem accesses (above all, I'm interested in logging changes, but reads wouldn't hurt, too) so now I'm wondering whether this can be done? As far as I can tell, the biggest problem appears to be that at the VFS level, the name of the file being accessed isn't available anymore, since there only vnodes are used to refer to the files. I couldn't find a solution so far but I thought it might be possible to pipe the requests through NFS to log the data, but even there, one would still need a way to convert vnodes back to path names (is this even possible, without having a map of the whole FS in memory?) so one actually got something useable for logging purposes. I know that there's the spy kld, but that one isn't able to do much good about write() calls which isn't too surprising considering that write() doesn't use path names but file descriptors and further, logging write() with spy ends easily ends up in an endless loop since you somehow need to write() the data back to the logfile... Any comments on this topics? Best regards, Gabriel  -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i iQEVAwUBPBOJlcZa2WpymlDxAQFxeQf5AbFnBCGrgCK0I0S2XO3MdPYlX6IjpJHV Mhaz371n7hmkCXnZm7oSH0V4sAYEfOQpuEYhqA6EQYlp11QPEDqVxbdqWzrGAuzs y6+6ALaEpW2UZzPmSHDljwEvHCzoRfpdNNNojp5F0QJhosCp111U5OyStTQl1fkB iE4o3tevdPkFxlGAqm3xZS3CCdAJH8YdoA3EBkVcfbUyJ3n9PN6ZTrrTpyymRNHo JFzqhCa8boC1sevk4vgHnRgZ/nlpGjmOv/QPa+WhNZf1leYrSPH1o8zOtbfcqKBi s2Wczw1Cy12mMiE1ITKoyIWUX4ymhopzYvjTA5626gcCXKU7fjZxNg== =UIFW -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 8:58: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from LKLDDC01.GARGANTUAN.COM (145bus8.tampabay.rr.com [24.94.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 6E70437B416 for ; Sun, 9 Dec 2001 08:58:00 -0800 (PST) Received: by LKLDDC01.GARGANTUAN.COM with Internet Mail Service (5.5.2653.19) id ; Sun, 9 Dec 2001 11:57:59 -0500 Message-ID: <1DA741CA6767A144BAA4F10012536C27A923@LKLDDC01.GARGANTUAN.COM> From: "Oliver, Michael W." To: "'jacks@sage-american.com'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Scripting help Date: Sun, 9 Dec 2001 11:57:59 -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 Jack, I just tried this on my server, and had to make a couple of tweaks.... This might be better.... #!/bin/sh while [ 1 ] do LAST_KNOWN_IP=`cat last_known_ip_file`; CURRENT_IP=`ifconfig sis0 | grep inet | grep -v inet6 | awk ' { print $2; } '`; if [ -z "$LAST_KNOWN_IP" ] then # run your dns ping program here using $CURRENT_IP echo $CURRENT_IP >last_known_ip_file; continue fi if [ "$LAST_KNOWN_IP" = "$CURRENT_IP" ] then sleep 30; continue else # run your dns ping program here using $CURRENT_IP echo $CURRENT_IP >last_known_ip_file; fi done EOF Of course, you would have to change the 'sis0' interface name to the one you are looking to monitor. HTH.... =========== Michael Oliver > -----Original Message----- > From: jacks@sage-american.com [mailto:jacks@sage-american.com] > Sent: Sunday, December 09, 2001 11:51 AM > To: Oliver, Michael W.; freebsd-questions@freebsd.org > Cc: Oliver, Michael W. > Subject: RE: Scripting help > > > Thanks Michael, will work on it.... > > At 11:32 AM 12.9.2001 -0500, Oliver, Michael W. wrote: > >Jack, > > > >Well, this will be my first script written from scratch, so > please be kind > >if I dork it up! Try this: > > > > > > > > > > > > > >#!/bin/sh > > > >while [ 1 ] > >do > > > > LAST_KNOWN_IP=`cat last_known_ip_file` > > CURRENT_IP=`ifconfig tun0 | grep inet | awk ' { print $2; } '` > > > > if [ -z "$LAST_KNOWN_IP"] > > then > > # run your dns ping program here using $CURRENT_IP > > echo $CURRENT_IP >last_known_ip_file > > continue > > fi > > > > if [ "$LAST_KNOWN_IP" = "$CURRENT_IP" ] > > then > > sleep 30 > > continue > > else > > # run your dns ping program here using $CURRENT_IP > > echo $CURRENT_IP >last_known_ip_file > > fi > > > >done > > > >EOF > > > > > > > > > > > > > > > > > >Please let me know how it turns out ;-) > > > >=========== > >Michael Oliver > > > > > > > > > > > > > > > > > > > > > > > >> -----Original Message----- > >> From: jacks@sage-american.com [mailto:jacks@sage-american.com] > >> Sent: Sunday, December 09, 2001 11:02 AM > >> To: freebsd-questions@freebsd.org > >> Subject: Scripting help > >> > >> > >> I have just set up an experimental FBSD 4.4-STABLE server > >> using DSL with > >> dynamic ip. Using ZoneEdit DNS services, the DNS can be > >> updated with a cron > >> script to still point to the proper name. I'm doing that now > >> using cron to > >> run the update script every 8 hours (the connection usually > >> runs for weeks > >> at a time without disconnect). > >> > >> However, I had rather have a script that runs every so often > >> (xminutes) and > >> doesn't bother the DNS server unless and ONLY if a changed in > >> the dynamic > >> IP has occured as a result of disconnect/reconnect. Here are > >> the functions > >> I see needed, but scripting language is not yet a decent > >> skill of mine. I > >> suspect others using dynamic IPs have this same need: Any guidence > >> appreciated once again. (I've looked at the ipcheck that uses > >> Python, but > >> rather not go that route if possible to do the simple > >> approach below). > >> > >> BEGIN (my crude) SCRIPT: > >> #!/bin/sh > >> PATH=/usr/local/bin:/usr/bin:/bin > >> ## This script would be run by cron every x_minutes > >> ## (files needed: "last_known_ip" and "my_current_ip") > >> ## Contents of last_known_ip (placed there manually at for > >> first output > >> ## by running ifconfig tun0 > last_known_ip > >> > >> tun0: flags=8051 mtu 1492 > >> inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff > >> Opened by PID 149 > >> > >> ## Run update to my_current_ip file > >> # function: ifconfig tun0 > my_current_ip > >> > >> ##.... so the "my_current_ip" file would contain output of: > >> tun0: flags=8051 mtu 1492 > >> inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff > >> Opened by PID 149 > >> > >> ## Now make comparison to see if dynamic ip has changed and > >> update DNS if > >> changed. > >> # function: look in my_current_ip and find the current ip > >> (64.xxx.xx.20) > >> # function: look in last_known_ip file and find ip (64.xxx.xx.66) > >> # function: if not same, then run DNS_ping_program to update > >> (ping command > >> here) > >> ## If change detected, update comparison file > >> # function: ifconfig tun0 > last_known_ip > >> # function: if same ip, then do nothing > >> END OF SCRIPT > >> > >> The above may be a crude approach, but best way I can define > >> the job for > >> now.... > >> > >> Best regards, > >> Jack L. Stone, > >> Server Admin > >> > >> Sage-American > >> http://www.sage-american.com > >> jacks@sage-american.com > >> > >> To Unsubscribe: send mail to majordomo@FreeBSD.org > >> with "unsubscribe freebsd-questions" in the body of the message > >> > > > > > > Best regards, > Jack L. Stone, > Server Admin > > Sage-American > http://www.sage-american.com > jacks@sage-american.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 9: 4:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zeus.anet-chi.com (zeus.anet-chi.com [207.7.4.6]) by hub.freebsd.org (Postfix) with ESMTP id 6F07F37B405 for ; Sun, 9 Dec 2001 09:04:53 -0800 (PST) Received: from ipv16 (as1b-48.chi.il.dial.anet.com [198.92.157.48]) by zeus.anet-chi.com (8.9.3/spamfix) with SMTP id LAA10940; Sun, 9 Dec 2001 11:04:49 -0600 (CST) Message-ID: <003301c180d5$100c1060$a300a8c0@ipv16> From: "Jim Fleming" To: "Cliff Sarginson" , "FBSD Questions" References: <000601c18066$c61a0ca0$6600000a@ach.domain> <20011209162254.GC23351@raggedclown.net> Subject: Re: internal private IP address standards? Date: Sun, 9 Dec 2001 11:15:10 -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.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 ----- Original Message ----- From: "Cliff Sarginson" > > > > 10.0.0.0 - 10.255.255.255 (10/8 prefix) > > 172.16.0.0 - 172.31.255.255 (172.16/12 prefix) > > 192.168.0.0 - 192.168.255.255 (192.168/16 prefix)" - RFC 1918 > > > > Full text can be found at: > > http://www.faqs.org/rfcs/rfc1918.html > > > Yes, and what would be the point of using any others on the private > side of your net ? > Sounds like a bad pointless idea to me..as well as a recipe for > confusion. > http://files.zeroconf.org/draft-ietf-zeroconf-ipv4-linklocal.txt Stuart Cheshire Document: draft-ietf-zeroconf-ipv4-linklocal-04.txt Apple Computer Expires 19th January 2002 Bernard Aboba Microsoft 19th July 2001 Dynamic Configuration of IPv4 Link-Local Addresses .... 2.5 Link-Local Addresses Are Not Forwarded Any host sending an IPv4 packet with a source and/or destination address in the 169.254/16 prefix MUST set the TTL in the IP header to 255. Any host receiving an IPv4 packet whose source and/or destination address is in the 169.254/16 prefix MUST discard the packet if the TTL in the IP header is not 255. ..... Link-local addresses are only unique amongst the member hosts of a single link. ------- People are trying to move away from ARP. The concept of Link-Local Addresses attempts to do that. ARP has caused a lot of problems. You fundamentally had IEEE hardware people, with little or no understanding of Computer Science concepts of Data Structures, Processes, Objects or Routing, focused on wiring topologies and completely missing the big picture goal of having a large seemless ocean of communicating objects, with methods and messages glueing things together. Meanwhile, the Internet Protocol people were living in their world of 20-byte IPv4 Headers, attempting to stay independent of the media used to transport the packets (messages). Despite their attempts, ARP entered the picture, to turn the glorious broadcast-oriented Ethernet into point-to-point (NIC-to-NIC) connections, and 32-bit IP addresses got woven into that ARP negotiation. People assumed that only public 32-bit addresses could be used in that ARP negotiation, but then people realized that in order to free themselves from the ARP, Ethernet, Token-Ring and outside-the-IP-header swamp, they could sacrifice so-called private addresses, such as 10.x.x.x to the ARP swamp. That at least gets the NIC cards talking, and then software in the stacks can then once-again get back to the business of building the ocean of communicating objects. IPv6 has of course been hopelessly pulled into the IEEE swamp and appears to be headed down the same path as IPv4. New developers are in a very good situation to avoid the hardware swamps, and to work at a level where their software will live on beyond the useless debates about how to wire LANs. This may help... http://www.dot-biz.com/IPv4/Tutorial/ The Netfilter Project: Packet Mangling for Linux 2.4 http://netfilter.samba.org Jim Fleming http://www.IPv8.info IPv16....One Better !! http://www.ddj.com/articles/search/search.cgi?q=fleming Oct93: The C+@ Programming Language To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 9:14:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 71E6937B405 for ; Sun, 9 Dec 2001 09:14:39 -0800 (PST) Received: from SAGEONE (adsl-64-219-20-12.dsl.crchtx.swbell.net [64.219.20.12]) by sage-american.com (8.9.3/8.9.3) with SMTP id LAA12481; Sun, 9 Dec 2001 11:14:32 -0600 (CST) Message-Id: <3.0.5.32.20011209111434.0101cb38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 09 Dec 2001 11:14:34 -0600 To: "Oliver, Michael W." From: jacks@sage-american.com Subject: RE: Scripting help Cc: "'freebsd-questions@freebsd.org'" In-Reply-To: <1DA741CA6767A144BAA4F10012536C27A923@LKLDDC01.GARGANTUAN.C OM> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-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 more testing.... getting closer now! At 11:57 AM 12.9.2001 -0500, Oliver, Michael W. wrote: >Jack, > >I just tried this on my server, and had to make a couple of tweaks.... This >might be better.... > > > >#!/bin/sh > >while [ 1 ] >do > > LAST_KNOWN_IP=`cat last_known_ip_file`; > CURRENT_IP=`ifconfig sis0 | grep inet | grep -v inet6 | awk ' { print >$2; } '`; > > if [ -z "$LAST_KNOWN_IP" ] > then > # run your dns ping program here using $CURRENT_IP > echo $CURRENT_IP >last_known_ip_file; > continue > fi > > if [ "$LAST_KNOWN_IP" = "$CURRENT_IP" ] > then > sleep 30; > continue > else > # run your dns ping program here using $CURRENT_IP > echo $CURRENT_IP >last_known_ip_file; > fi > >done > >EOF > > > > > >Of course, you would have to change the 'sis0' interface name to the one you >are looking to monitor. HTH.... > >=========== >Michael Oliver > >> -----Original Message----- >> From: jacks@sage-american.com [mailto:jacks@sage-american.com] >> Sent: Sunday, December 09, 2001 11:51 AM >> To: Oliver, Michael W.; freebsd-questions@freebsd.org >> Cc: Oliver, Michael W. >> Subject: RE: Scripting help >> >> >> Thanks Michael, will work on it.... >> >> At 11:32 AM 12.9.2001 -0500, Oliver, Michael W. wrote: >> >Jack, >> > >> >Well, this will be my first script written from scratch, so >> please be kind >> >if I dork it up! Try this: >> > >> > >> > >> > >> > >> > >> >#!/bin/sh >> > >> >while [ 1 ] >> >do >> > >> > LAST_KNOWN_IP=`cat last_known_ip_file` >> > CURRENT_IP=`ifconfig tun0 | grep inet | awk ' { print $2; } '` >> > >> > if [ -z "$LAST_KNOWN_IP"] >> > then >> > # run your dns ping program here using $CURRENT_IP >> > echo $CURRENT_IP >last_known_ip_file >> > continue >> > fi >> > >> > if [ "$LAST_KNOWN_IP" = "$CURRENT_IP" ] >> > then >> > sleep 30 >> > continue >> > else >> > # run your dns ping program here using $CURRENT_IP >> > echo $CURRENT_IP >last_known_ip_file >> > fi >> > >> >done >> > >> >EOF >> > >> > >> > >> > >> > >> > >> > >> > >> >Please let me know how it turns out ;-) >> > >> >=========== >> >Michael Oliver >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> >> -----Original Message----- >> >> From: jacks@sage-american.com [mailto:jacks@sage-american.com] >> >> Sent: Sunday, December 09, 2001 11:02 AM >> >> To: freebsd-questions@freebsd.org >> >> Subject: Scripting help >> >> >> >> >> >> I have just set up an experimental FBSD 4.4-STABLE server >> >> using DSL with >> >> dynamic ip. Using ZoneEdit DNS services, the DNS can be >> >> updated with a cron >> >> script to still point to the proper name. I'm doing that now >> >> using cron to >> >> run the update script every 8 hours (the connection usually >> >> runs for weeks >> >> at a time without disconnect). >> >> >> >> However, I had rather have a script that runs every so often >> >> (xminutes) and >> >> doesn't bother the DNS server unless and ONLY if a changed in >> >> the dynamic >> >> IP has occured as a result of disconnect/reconnect. Here are >> >> the functions >> >> I see needed, but scripting language is not yet a decent >> >> skill of mine. I >> >> suspect others using dynamic IPs have this same need: Any guidence >> >> appreciated once again. (I've looked at the ipcheck that uses >> >> Python, but >> >> rather not go that route if possible to do the simple >> >> approach below). >> >> >> >> BEGIN (my crude) SCRIPT: >> >> #!/bin/sh >> >> PATH=/usr/local/bin:/usr/bin:/bin >> >> ## This script would be run by cron every x_minutes >> >> ## (files needed: "last_known_ip" and "my_current_ip") >> >> ## Contents of last_known_ip (placed there manually at for >> >> first output >> >> ## by running ifconfig tun0 > last_known_ip >> >> >> >> tun0: flags=8051 mtu 1492 >> >> inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff >> >> Opened by PID 149 >> >> >> >> ## Run update to my_current_ip file >> >> # function: ifconfig tun0 > my_current_ip >> >> >> >> ##.... so the "my_current_ip" file would contain output of: >> >> tun0: flags=8051 mtu 1492 >> >> inet 64.xxx.xx.20 --> 64.xxx.xx.254 netmask 0xffffffff >> >> Opened by PID 149 >> >> >> >> ## Now make comparison to see if dynamic ip has changed and >> >> update DNS if >> >> changed. >> >> # function: look in my_current_ip and find the current ip >> >> (64.xxx.xx.20) >> >> # function: look in last_known_ip file and find ip (64.xxx.xx.66) >> >> # function: if not same, then run DNS_ping_program to update >> >> (ping command >> >> here) >> >> ## If change detected, update comparison file >> >> # function: ifconfig tun0 > last_known_ip >> >> # function: if same ip, then do nothing >> >> END OF SCRIPT >> >> >> >> The above may be a crude approach, but best way I can define >> >> the job for >> >> now.... >> >> >> >> Best regards, >> >> Jack L. Stone, >> >> Server Admin >> >> >> >> Sage-American >> >> http://www.sage-american.com >> >> jacks@sage-american.com >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> >> with "unsubscribe freebsd-questions" in the body of the message >> >> >> > >> > >> >> Best regards, >> Jack L. Stone, >> Server Admin >> >> Sage-American >> http://www.sage-american.com >> jacks@sage-american.com >> > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 9:34:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.53]) by hub.freebsd.org (Postfix) with ESMTP id AD46837B405 for ; Sun, 9 Dec 2001 09:34:28 -0800 (PST) Received: from there (151.42.78.252) by smtp3.libero.it (6.0.032) id 3BD43E250106C73C for freebsd-questions@freebsd.org; Sun, 9 Dec 2001 18:34:22 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Stefano Fedrigo To: freebsd-questions@freebsd.org Subject: Mounting filesystems as a normal user Date: Sun, 9 Dec 2001 18:34:21 +0100 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011209173428.AD46837B405@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 Hi all, what is the correct way to allow users to mount and unmount cdroms? Is there on FreeBSD an equivalent of putting the option "user" in fstab how is in Linux? I tried to make /sbin/mount setuid and works, but I don't like very much that, even if the pc is my personal workstation, not a server. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 9:50:17 2001 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 951CF37B419 for ; Sun, 9 Dec 2001 09:50:11 -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 fB9HjiZ07036 for ; Sun, 9 Dec 2001 11:45:44 -0600 Message-ID: <3C13A453.AE2CF743@calcon.net> Date: Sun, 09 Dec 2001 11:50:11 -0600 From: Douglas Egan 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: Netgear MA401 wireless PCCard 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 Has anyone had any luck getting this wireless card to work? I see it is supported via an entry in /etc/defaults/pccard.conf Running 4.4-stable from mid October, on a Gateway Solo5100. Linksys PCCard (non-wireless) was working in same system. OS detects card, displays IRQ, and memory area, then system freezes solid. Can only reboot to recover. I don't even make it to running "wicontrol" Thanks, Doug Egan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 9:53:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail30.sdc1.sfba.home.com (femail30.sdc1.sfba.home.com [24.254.60.20]) by hub.freebsd.org (Postfix) with ESMTP id 553CF37B416 for ; Sun, 9 Dec 2001 09:53:44 -0800 (PST) Received: from main ([24.14.243.57]) by femail30.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with SMTP id <20011209175343.UQLR18992.femail30.sdc1.sfba.home.com@main> for ; Sun, 9 Dec 2001 09:53:43 -0800 Message-ID: <001201c180d9$f33686a0$0300a8c0@jayyness.com> From: "Totally Jayyness" To: Subject: Finding duplicate files... specifically mp3s Date: Sun, 9 Dec 2001 10:50:11 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When I had all my mp3s in the windows world, I could use some programs that would scan all my mp3s and tell me if I had the same files in multiple directories... even if they had slightly different file names..... Anything like that exist in the unix world... Xclient or non-xclient? I think MP3boss, in windows, uses something to look at something inside the file... like a unique identifier or something because it would find duplicates with different names in different directories that weren't the same file size but where the same song. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 9:57:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from relay.nvkz.kuzbass.net (relay.Nvkz.kuzbass.net [194.84.114.162]) by hub.freebsd.org (Postfix) with ESMTP id 4253137B427 for ; Sun, 9 Dec 2001 09:57:16 -0800 (PST) Received: from 10.2.9.114 ([10.2.9.114]) by relay.nvkz.kuzbass.net (8.11.3/8.11.3) with ESMTP id fB9Hv8m64160 for ; Mon, 10 Dec 2001 00:57:11 +0700 (KRAT) (envelope-from gazzzeta@inbox.ru) Date: Sun, 9 Dec 2001 13:12:35 +0700 From: "[X]-tenDead MoPo[3]" X-Mailer: The Bat! (v1.49) Reply-To: "[X]-tenDead MoPo[3]" X-Priority: 3 (Normal) Message-ID: <1681423473.20011209131235@inbox.ru> To: freebsd-questions@FreeBSD.org Subject: usb mouse 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, Where I can download the driver for the Mouse with the interface USB and whether there are such drivers for FreeBSD? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 10: 7:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gamma.root-servers.ch (gamma.root-servers.ch [195.49.62.126]) by hub.freebsd.org (Postfix) with SMTP id 07A1237B417 for ; Sun, 9 Dec 2001 10:07:13 -0800 (PST) Received: (qmail 61230 invoked from network); 9 Dec 2001 18:07:11 -0000 Received: from dclient217-162-128-224.hispeed.ch (HELO athlon550) (217.162.128.224) by 0 with SMTP; 9 Dec 2001 18:07:11 -0000 Date: Sun, 9 Dec 2001 19:07:58 +0100 From: Gabriel Ambuehl X-Mailer: The Bat! (v1.53bis) Educational Organization: BUZ Internet Services X-Priority: 3 (Normal) Message-ID: <112451517177.20011209190758@buz.ch> To: questions@freebsd.org Subject: Re[2]: Using DNAT and DNS round-robin In-Reply-To: References: 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 -----BEGIN PGP SIGNED MESSAGE----- Hello Dustin, Sunday, December 09, 2001, 6:59:21 PM, you wrote: > I forgot to mention our third option, which also appears quite > viable. We are looking into the use of Squid, which has virtual > hosting support. Using this method we can forgo DNAT entirely. Any > thoughts or experience with this additional method? I don't fully get what you're trying to achieve. If each machine got an IP on the firewall, why would you want to use NAT, then (no routing beyond the firewall is about the only reason I can think of and in that case, you should kick your ISP)? Round robin DNS for sure does work and it doesn't at all care whether you got some NAT redirects or not. Best regards, Gabriel  -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i iQEVAwUBPBOaXsZa2WpymlDxAQFzaQf/Xl3hzdn0Ufy6ePJo5bFLz5uUR31AX2ll SX0/07cnHlf3oMRZTdONy/0gRN7BKMSx0BFtrEtteAC9v2cdExSs34NLlzN/nJIx hbdSQteZX/r0cA8lTU3doBR08sCSHWSCyFvbHPhisv9LWSLgGykrtoERdloiODkc Mq8AL2/Fo67LxaqTEORIG8rGioZ0yUDBs9MYyfY2OHmeV5iJNO/q+xa++ENHn41f 4QOcgN8ft/LukBByiPYFGiV9EY3lv+JZ7ma8Yz6pIKOJbJf2TnMo1UUp3In4cpBp v5GMgW1z5XL5jWbaxWintuir0MUu+k7tnbXQasEXSK9DYeIRUM7n6g== =UXQ+ -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 10:22:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dfw-smtpout3.email.verio.net (dfw-smtpout3.email.verio.net [129.250.36.43]) by hub.freebsd.org (Postfix) with ESMTP id 39BC837B509 for ; Sun, 9 Dec 2001 10:21:09 -0800 (PST) Received: from [129.250.38.64] (helo=dfw-mmp4.email.verio.net) by dfw-smtpout3.email.verio.net with esmtp id 16D8ZX-0000YP-00 for questions@freebsd.org; Sun, 09 Dec 2001 18:21:07 +0000 Received: from dsl-64-194-5-249.telocity.com ([64.194.5.249] helo=ns.net) by dfw-mmp4.email.verio.net with esmtp id 16D8ZY-0004XB-00 for questions@FreeBSD.ORG; Sun, 09 Dec 2001 18:21:08 +0000 Message-ID: <3C13AD59.28E8AC3B@ns.net> Date: Sun, 09 Dec 2001 10:28:45 -0800 From: Joseph Maxwell X-Mailer: Mozilla 4.78 [en] (Windows NT 5.0; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: HELP!! Runaway /var/log/mgetty.cuaa1 log file 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 runaway log file w/ approx. 576 line repeat, ~43 Kb per min. One cycle is given below. Seems to be modem related ????? but there is no modem in the system and no ref. in /etc/rc.conf /etc/defaults/rc.conf How can this be corrected? or at least contained? other than by frequent log rotations. Running FreeBSD O/S v 4.2 on a 486 - 2DX platform config w/ Thanks -- Joe -- dmesg output o FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000 o jkh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC o Timecounter "i8254" frequency 1193182 Hz o CPU: i486 DX2 (486-class CPU) o Origin = "GenuineIntel" Id = 0x435 Stepping = 5 o Features=0x3 o real memory = 20971520 (20480K bytes) o config> di sn0 o config> di lnc0 o config> di ie0 o config> di fe0 o config> di cs0 o config> q o avail memory = 16314368 (15932K bytes) o Preloaded elf kernel "kernel" at 0xc0436000. o Preloaded userconfig_script "/boot/kernel.conf" at 0xc043609c. o md0: Malloc disk o npx0: on motherboard o npx0: INT 16 interface o isa0: on motherboard o fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 o fd0: <1440-KB 3.5" drive> on fdc0 drive 0 o ata0 at port 0x1f0-0x1f7,0x3f6 irq 14 on isa0 o ata1 at port 0x170-0x177,0x376 irq 15 on isa0 o atkbdc0: at port 0x60,0x64 on isa0 o atkbd0: flags 0x1 irq 1 on atkbdc0 o kbd0 at atkbd0 o vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 o sc0: at flags 0x100 on isa0 o sc0: VGA <16 virtual consoles, flags=0x300> o sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 o sio0: type 16450 o sio1 at port 0x2f8-0x2ff irq 3 on isa0 o sio1: type 16450 o ppc0: at port 0x378-0x37f irq 7 on isa0 o ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode o plip0: on ppbus0 o lpt0: on ppbus0 o lpt0: Interrupt-driven port o ppi0: on ppbus0 o ed0 at port 0x280-0x29f iomem 0xd8000 irq 10 on isa0 o ed0: address 00:40:05:a0:40:18, type NE2000 (16 bit) o ad0: 2442MB [4962/16/63] at ata0-master BIOSPIO o ad1: 521MB [1060/16/63] at ata0-slave BIOSPIO o acd0: CDROM at ata1-master using BIOSPIO o Mounting root from ufs:/dev/ad0s1a o ed0: promiscuous mode enabled o pid 249 (man), uid 9 on /usr: file system full o cd9660: Joliet Extension ------------------------------------------------------------------------------------------------------------ Log file output: 12/08 06:33:42 aa1 mgetty: experimental test release 1.1.22-Aug17 12/08 06:33:42 aa1 something foul in config line: '*** Configuring for port cuaa1 ***' 12/08 06:33:42 aa1 (keyword '***' not found) 12/08 06:33:42 aa1 something foul in config line: '- `debug (mgetty)'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'This sets the amount of logging `mgetty' will do. A good value is' 12/08 06:33:42 aa1 (keyword 'This' not found) 12/08 06:33:42 aa1 something foul in config line: '4, more details are seen with `5', and `9' is really noisy. Try' 12/08 06:33:42 aa1 (keyword '4,' not found) 12/08 06:33:42 aa1 something foul in config line: 'it! The log data is written to the file `/tmp/log_mg.cuaxx'.: [4]' 12/08 06:33:42 aa1 (keyword 'it!' not found) 12/08 06:33:42 aa1 something foul in config line: '- `fax-id'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'This sets the fax station ID used in fax mode to identify your' 12/08 06:33:42 aa1 (keyword 'This' not found) 12/08 06:33:42 aa1 something foul in config line: 'site to the caller (usually this is simply your fax phone number).' 12/08 06:33:42 aa1 (keyword 'site' not found) 12/08 06:33:42 aa1 something foul in config line: ': [00 00 000000]' 12/08 06:33:42 aa1 (keyword ':' not found) 12/08 06:33:42 aa1 something foul in config line: '- `speed'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Specify, as integer value, the port speed to use. Default is' 12/08 06:33:42 aa1 (keyword 'Specify,' not found) 12/08 06:33:42 aa1 something foul in config line: '38400. If the given speed is not valid, `mgetty' complains loudly' 12/08 06:33:42 aa1 (keyword '38400.' not found) 12/08 06:33:42 aa1 something foul in config line: 'and exits.: [38400]' 12/08 06:33:42 aa1 (keyword 'and' not found) 12/08 06:33:42 aa1 something foul in config line: '- `switchbd'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Some modems, mainly Rockwell chipsets, switch to 19200 bps when' 12/08 06:33:42 aa1 (keyword 'Some' not found) 12/08 06:33:42 aa1 something foul in config line: 'entering fax mode. Others may need other speed switches (but I' 12/08 06:33:42 aa1 (keyword 'entering' not found) 12/08 06:33:42 aa1 something foul in config line: 'know none). If your modem is Rockwell based, try `switchbd 19200'' 12/08 06:33:42 aa1 (keyword 'know' not found) 12/08 06:33:42 aa1 something foul in config line: 'if fax reception doesn't work. (*Warning:* if this is set wrongly,' 12/08 06:33:42 aa1 (keyword 'if' not found) 12/08 06:33:42 aa1 something foul in config line: 'fax reception will definitely fail. For most sane modems, you do' 12/08 06:33:42 aa1 (keyword 'fax' not found) 12/08 06:33:42 aa1 something foul in config line: '*not need* this.). Set speed or `0':' 12/08 06:33:42 aa1 (keyword '*not' not found) 12/08 06:33:42 aa1 something foul in config line: '- `direct'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Tells mgetty that it is running on a direct line. Mgetty won't try' 12/08 06:33:42 aa1 (keyword 'Tells' not found) 12/08 06:33:42 aa1 something foul in config line: 'to initialize any modem, nor will it wait for `RING'. It will just' 12/08 06:33:42 aa1 (keyword 'to' not found) 12/08 06:33:42 aa1 something foul in config line: 'wait for any character, and then output the issue file and login' 12/08 06:33:42 aa1 (keyword 'wait' not found) 12/08 06:33:42 aa1 something foul in config line: 'prompt. This option is used if you want to connect to machines via' 12/08 06:33:42 aa1 (keyword 'prompt.' not found) 12/08 06:33:42 aa1 something foul in config line: 'nullmodem cable.: [NO]' 12/08 06:33:42 aa1 (keyword 'nullmodem' not found) 12/08 06:33:42 aa1 something foul in config line: '- `blocking'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Tells mgetty to open the device in `blocking' mode, that is, the' 12/08 06:33:42 aa1 (keyword 'Tells' not found) 12/08 06:33:42 aa1 something foul in config line: '`open()' system call won't succeed until carrier detect is set.' 12/08 06:33:42 aa1 (keyword '`open()'' not found) 12/08 06:33:42 aa1 something foul in config line: 'This is set if `mgetty' is called as `getty'. I'm not sure whether' 12/08 06:33:42 aa1 (keyword 'This' not found) 12/08 06:33:42 aa1 something foul in config line: 'it's very useful, but I include it for completeness: [NO]' 12/08 06:33:42 aa1 (keyword 'it's' not found) 12/08 06:33:42 aa1 something foul in config line: '- `port-owner'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'If set, mgetty will `chown' the tty line to the given username (you' 12/08 06:33:42 aa1 (keyword 'If' not found) 12/08 06:33:42 aa1 something foul in config line: 'can specify a string or an integer uid, but the integer must be' 12/08 06:33:42 aa1 (keyword 'can' not found) 12/08 06:33:42 aa1 something foul in config line: 'valid). This is highly recommended for security purposes: only' 12/08 06:33:42 aa1 (keyword 'valid).' not found) 12/08 06:33:42 aa1 something foul in config line: 'give port access to those users you trust not to misuse your modem' 12/08 06:33:42 aa1 (keyword 'give' not found) 12/08 06:33:42 aa1 something foul in config line: 'lines!: [uucp]' 12/08 06:33:42 aa1 (keyword 'lines!:' not found) 12/08 06:33:42 aa1 something foul in config line: '- `port-group'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'If set, mgetty will `chgrp' the tty line to this group id (which' 12/08 06:33:42 aa1 (keyword 'If' not found) 12/08 06:33:42 aa1 something foul in config line: 'can be given as group name, or as integer gid). If it's not given,' 12/08 06:33:42 aa1 (keyword 'can' not found) 12/08 06:33:42 aa1 something foul in config line: 'or not valid, the primary group id of `port-owner'' 12/08 06:33:42 aa1 (keyword 'or' not found) 12/08 06:33:42 aa1 something foul in config line: 'will be used.: [uucp]' 12/08 06:33:42 aa1 (keyword 'will' not found) 12/08 06:33:42 aa1 something foul in config line: '- `port-mode'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Specifies the permissions to `chmod' the device to.' 12/08 06:33:42 aa1 (keyword 'Specifies' not found) 12/08 06:33:42 aa1 something foul in config line: '*Never* make a modem device world-accessible, better use `0660'' 12/08 06:33:42 aa1 (keyword '*Never*' not found) 12/08 06:33:42 aa1 something foul in config line: 'or even `0600'.: [0660]' 12/08 06:33:42 aa1 (keyword 'or' not found) 12/08 06:33:42 aa1 something foul in config line: '- `toggle-dtr'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Tells mgetty whether it should lower the DTR line upon startup to' 12/08 06:33:42 aa1 (keyword 'Tells' not found) 12/08 06:33:42 aa1 something foul in config line: 'reset modem. Default is `yes', but some (few) modems react' 12/08 06:33:42 aa1 (keyword 'reset' not found) 12/08 06:33:42 aa1 something foul in config line: 'allergic to that and crash.: [YES]' 12/08 06:33:42 aa1 (keyword 'allergic' not found) 12/08 06:33:42 aa1 something foul in config line: '- `toggle-dtr-waittime'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Specifies the time (in ms) to hold the DTR line low.: [500]' 12/08 06:33:42 aa1 (keyword 'Specifies' not found) 12/08 06:33:42 aa1 something foul in config line: '- `data-only'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Tells `mgetty' to forget about faxing and only use the data part of' 12/08 06:33:42 aa1 (keyword 'Tells' not found) 12/08 06:33:42 aa1 something foul in config line: 'the modem. Default is `false'. You need this if your modem can't' 12/08 06:33:42 aa1 (keyword 'the' not found) 12/08 06:33:42 aa1 something foul in config line: 'distinguish incoming fax and data calls.: [NO]' 12/08 06:33:42 aa1 (keyword 'distinguish' not found) 12/08 06:33:42 aa1 something foul in config line: '- `fax-only'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Tells `mgetty' to put the modem in fax-only mode. You need this if' 12/08 06:33:42 aa1 (keyword 'Tells' not found) 12/08 06:33:42 aa1 something foul in config line: 'your modem can't distinguish incoming fax and data calls, but you' 12/08 06:33:42 aa1 (keyword 'your' not found) 12/08 06:33:42 aa1 something foul in config line: 'need fax more important than data; and you need it if you want to' 12/08 06:33:42 aa1 (keyword 'need' not found) 12/08 06:33:42 aa1 something foul in config line: 'disable data calls for security reasons (this could be achieved' 12/08 06:33:42 aa1 (keyword 'disable' not found) 12/08 06:33:42 aa1 something foul in config line: 'via `login.config' as well): [NO]' 12/08 06:33:42 aa1 (keyword 'via' not found) 12/08 06:33:42 aa1 something foul in config line: '- `modem-type'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Specifies the kind of modem connected to the port. Valid options are:' 12/08 06:33:42 aa1 (keyword 'Specifies' not found) 12/08 06:33:42 aa1 something foul in config line: '* auto' 12/08 06:33:42 aa1 (keyword '*' not found) 12/08 06:33:42 aa1 something foul in config line: 'Mgetty will detect the modem type itself (which may occasionally' 12/08 06:33:42 aa1 (keyword 'Mgetty' not found) 12/08 06:33:42 aa1 something foul in config line: 'be not desirable, or it may fail on old modem equipment).' 12/08 06:33:42 aa1 (keyword 'be' not found) 12/08 06:33:42 aa1 something foul in config line: '* c2.0' 12/08 06:33:42 aa1 (keyword '*' not found) 12/08 06:33:42 aa1 something foul in config line: 'Modem is a CLASS 2.0 fax mode. Works better than class 2, if' 12/08 06:33:42 aa1 (keyword 'Modem' not found) 12/08 06:33:42 aa1 something foul in config line: 'both are available, because its better standardized. Known to' 12/08 06:33:42 aa1 (keyword 'both' not found) 12/08 06:33:42 aa1 something foul in config line: 'work with USR and ZyXEL.' 12/08 06:33:42 aa1 (keyword 'work' not found) 12/08 06:33:42 aa1 something foul in config line: '* cls2' 12/08 06:33:42 aa1 (keyword '*' not found) 12/08 06:33:42 aa1 something foul in config line: 'Modem is a CLASS 2 fax modem, mgetty will not try class 2.0.' 12/08 06:33:42 aa1 (keyword 'Modem' not found) 12/08 06:33:42 aa1 something foul in config line: '* data' 12/08 06:33:42 aa1 (keyword '*' not found) 12/08 06:33:42 aa1 something foul in config line: 'Do not try fax initialization' 12/08 06:33:42 aa1 (keyword 'Do' not found) 12/08 06:33:42 aa1 something foul in config line: 'There is no way (yet) to tell mgetty to use *only* fax mode and' 12/08 06:33:42 aa1 (keyword 'There' not found) 12/08 06:33:42 aa1 something foul in config line: 'refuse data calls with this option, use the `fax-only true'' 12/08 06:33:42 aa1 (keyword 'refuse' not found) 12/08 06:33:42 aa1 something foul in config line: 'statement for that.: [auto]' 12/08 06:33:42 aa1 (keyword 'statement' not found) 12/08 06:33:42 aa1 something foul in config line: '- `init-chat'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Tells mgetty the chat sequence to use for initializing the modem.' 12/08 06:33:42 aa1 (keyword 'Tells' not found) 12/08 06:33:42 aa1 something foul in config line: '*Warning*: the sequence starts with *expect*, which will in most' 12/08 06:33:42 aa1 (keyword '*Warning*:' not found) 12/08 06:33:42 aa1 something foul in config line: 'cases be `""' (nothing). This ordering was chosen because UUCP' 12/08 06:33:42 aa1 (keyword 'cases' not found) 12/08 06:33:42 aa1 something foul in config line: 'does it this way, and I wanted to avoid confusion here.' 12/08 06:33:42 aa1 (keyword 'does' not found) 12/08 06:33:42 aa1 something foul in config line: 'Example: ' 12/08 06:33:42 aa1 (keyword 'Example:' not found) 12/08 06:33:42 aa1 something foul in config line: '"" \d\d\d+++\d\d\dATQ0E1V1H0 OK ATL0M0S0=0 OK AT&K3 OK' 12/08 06:33:42 aa1 (keyword '""' not found) 12/08 06:33:42 aa1 something foul in config line: 'init sequence: ["" ATS0=0Q0&D3&C1 OK]' 12/08 06:33:42 aa1 (keyword 'init' not found) 12/08 06:33:42 aa1 something foul in config line: '- `force-init-chat'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'In some cases, the modem can get stuck in a mode where it won't' 12/08 06:33:42 aa1 (keyword 'In' not found) 12/08 06:33:42 aa1 something foul in config line: 'react to a simple `AT' command. Usually this happens because the' 12/08 06:33:42 aa1 (keyword 'react' not found) 12/08 06:33:42 aa1 something foul in config line: 'modem is set to ignore a DTR drop and still has a data connection' 12/08 06:33:42 aa1 (keyword 'modem' not found) 12/08 06:33:42 aa1 something foul in config line: 'to the other side. If you use a voice modem, it could be stuck in' 12/08 06:33:42 aa1 (keyword 'to' not found) 12/08 06:33:42 aa1 something foul in config line: 'voice mode.' 12/08 06:33:42 aa1 (keyword 'voice' not found) 12/08 06:33:42 aa1 something foul in config line: 'In these situations, the normal `init-chat' will time out, because' 12/08 06:33:42 aa1 (keyword 'In' not found) 12/08 06:33:42 aa1 something foul in config line: 'the modem won't send the proper responses back.' 12/08 06:33:42 aa1 (keyword 'the' not found) 12/08 06:33:42 aa1 something foul in config line: 'To get the modem back into a sane state, you can use the' 12/08 06:33:42 aa1 (keyword 'To' not found) 12/08 06:33:42 aa1 something foul in config line: '`force-init-chat' chat sequence. The default setup will send the' 12/08 06:33:42 aa1 (keyword '`force-init-chat'' not found) 12/08 06:33:42 aa1 something foul in config line: 'DLE ETX characters, to get voice modems back to life, and then the' 12/08 06:33:42 aa1 (keyword 'DLE' not found) 12/08 06:33:42 aa1 something foul in config line: '`(pause)+++(pause)ATH0' sequence to get the modem back from data' 12/08 06:33:42 aa1 (keyword '`(pause)+++(pause)ATH0'' not found) 12/08 06:33:42 aa1 something foul in config line: 'mode to command mode.' 12/08 06:33:42 aa1 (keyword 'mode' not found) 12/08 06:33:42 aa1 something foul in config line: 'You could prepend this sequence to `init-chat' (it wouldn't harm),' 12/08 06:33:42 aa1 (keyword 'You' not found) 12/08 06:33:42 aa1 something foul in config line: 'but especially the pauses around the +++ sequence makes this' 12/08 06:33:42 aa1 (keyword 'but' not found) 12/08 06:33:42 aa1 something foul in config line: 'undesirable slow.:' 12/08 06:33:42 aa1 (keyword 'undesirable' not found) 12/08 06:33:42 aa1 something foul in config line: '- `modem-check-time'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Some modems have the nasty tendency to crash silently. With this' 12/08 06:33:42 aa1 (keyword 'Some' not found) 12/08 06:33:42 aa1 something foul in config line: 'option, you tell `mgetty' to check every SECONDS seconds with a' 12/08 06:33:42 aa1 (keyword 'option,' not found) 12/08 06:33:42 aa1 something foul in config line: 'simple `AT...OK' sequence whether the modem still reacts. If not,' 12/08 06:33:42 aa1 (keyword 'simple' not found) 12/08 06:33:42 aa1 something foul in config line: '`mgetty' will restart itself and do a full modem reset.: [3600]' 12/08 06:33:42 aa1 (keyword '`mgetty'' not found) 12/08 06:33:42 aa1 something foul in config line: '- `rings'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'Sets the number of `RING' messages to wait for, before mgetty' 12/08 06:33:42 aa1 (keyword 'Sets' not found) 12/08 06:33:42 aa1 something foul in config line: 'picks up the phone. *Warning:* if your modem auto-answers, for' 12/08 06:33:42 aa1 (keyword 'picks' not found) 12/08 06:33:42 aa1 something foul in config line: 'whatever reason, set this to something *different* than the' 12/08 06:33:42 aa1 (keyword 'whatever' not found) 12/08 06:33:42 aa1 something foul in config line: 'value set with `ATS0=mmm', otherwise the modems autoanswer and' 12/08 06:33:42 aa1 (keyword 'value' not found) 12/08 06:33:42 aa1 something foul in config line: 'mgettys manual answer will collide (most modems hang up if a' 12/08 06:33:42 aa1 (keyword 'mgettys' not found) 12/08 06:33:42 aa1 something foul in config line: 'command is received during auto-answer): [1]' 12/08 06:33:42 aa1 (keyword 'command' not found) 12/08 06:33:42 aa1 something foul in config line: '- `answer-chat'' 12/08 06:33:42 aa1 (keyword '-' not found) 12/08 06:33:42 aa1 something foul in config line: 'This is the command sequence that is used to answer a phone call.' 12/08 06:33:42 aa1 (keyword 'This' not found) 12/08 06:33:42 aa1 something foul in config line: 'Usually you can leave it at the default ` "" ATA CONNECT \c \r ',' 12/08 06:33:42 aa1 (keyword 'Usually' not found) 12/08 06:33:42 aa1 something foul in config line: 'but for some modems you need `ATS0=1' in place of `ATA' (ATA not' 12/08 06:33:43 aa1 (keyword 'but' not found) 12/08 06:33:43 aa1 something foul in config line: 'allowed). The extra `\r' expect string is needed that the code can' 12/08 06:33:43 aa1 (keyword 'allowed).' not found) 12/08 06:33:43 aa1 something foul in config line: 'grab the full CONNECT XYZ\R string. It will work without the \r,' 12/08 06:33:43 aa1 (keyword 'grab' not found) 12/08 06:33:43 aa1 something foul in config line: 'but then the logging information will be less detailed. *Right now,' 12/08 06:33:43 aa1 (keyword 'but' not found) 12/08 06:33:43 aa1 something foul in config line: '\r won't work at all, it's not implemented yet. Don't use it.*' 12/08 06:33:43 aa1 (keyword '\r' not found) 12/08 06:33:43 aa1 something foul in config line: ': ["" ATA CONNECT \c \r]' 12/08 06:33:43 aa1 (keyword ':' not found) 12/08 06:33:43 aa1 something foul in config line: '- `answer-chat-timeout'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'During the ANSWER-CHAT, each "expect" string must be seen in the' 12/08 06:33:43 aa1 (keyword 'During' not found) 12/08 06:33:43 aa1 something foul in config line: 'time specified here. Default is 80 seconds. This time should be at' 12/08 06:33:43 aa1 (keyword 'time' not found) 12/08 06:33:43 aa1 something foul in config line: 'least some 5 seconds longer than the time set with the `ATS7=...'' 12/08 06:33:43 aa1 (keyword 'least' not found) 12/08 06:33:43 aa1 something foul in config line: 'modem setup command.: [80]' 12/08 06:33:43 aa1 (keyword 'modem' not found) 12/08 06:33:43 aa1 something foul in config line: '- `autobauding'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'Some modems switch their DTE line speed to the communication line' 12/08 06:33:43 aa1 (keyword 'Some' not found) 12/08 06:33:43 aa1 something foul in config line: 'speed after connecting, e.g., after sending `CONNECT 2400', the' 12/08 06:33:43 aa1 (most likely syntax error) 12/08 06:33:43 aa1 something foul in config line: 'modem switches to 2400 bps. Newer modems usually have a switch to' 12/08 06:33:43 aa1 (keyword 'modem' not found) 12/08 06:33:43 aa1 something foul in config line: '"lock" a DTE baud rate, which is strongly recommended. If your' 12/08 06:33:43 aa1 (keyword '"lock"' not found) 12/08 06:33:43 aa1 something foul in config line: 'modem insists on doing this speed switch, setting `autobauding' to' 12/08 06:33:43 aa1 (keyword 'modem' not found) 12/08 06:33:43 aa1 something foul in config line: 'YES will make mgetty behave accordingly.: [NO]' 12/08 06:33:43 aa1 (keyword 'YES' not found) 12/08 06:33:43 aa1 something foul in config line: '- `ringback'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'If you have to put your modem and your telephone on the same phone' 12/08 06:33:43 aa1 (keyword 'If' not found) 12/08 06:33:43 aa1 something foul in config line: 'line, you can switch on "ringback" or "ring-twice". This means,' 12/08 06:33:43 aa1 (keyword 'line,' not found) 12/08 06:33:43 aa1 something foul in config line: 'mgetty won't answer the phone on the first call, but remember the' 12/08 06:33:43 aa1 (keyword 'mgetty' not found) 12/08 06:33:43 aa1 something foul in config line: 'call, and pick up on the second call (if it comes in the time' 12/08 06:33:43 aa1 (keyword 'call,' not found) 12/08 06:33:43 aa1 something foul in config line: 'specified by `ringback-time').: [NO]' 12/08 06:33:43 aa1 (keyword 'specified' not found) 12/08 06:33:43 aa1 something foul in config line: '- `ringback-time'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This setting specifies how much time may pass between the first' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: 'and the second call if "ringback" is active.: [30]' 12/08 06:33:43 aa1 (keyword 'and' not found) 12/08 06:33:43 aa1 something foul in config line: '- `ignore-carrier'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'If your Modem does not assert the DCD (carrier detect) line, or the' 12/08 06:33:43 aa1 (keyword 'If' not found) 12/08 06:33:43 aa1 something foul in config line: 'serial port or cable or serial driver is broken, it is possible' 12/08 06:33:43 aa1 (keyword 'serial' not found) 12/08 06:33:43 aa1 something foul in config line: 'that `mgetty' or `login' will block after a successful CONNECT' 12/08 06:33:43 aa1 (keyword 'that' not found) 12/08 06:33:43 aa1 something foul in config line: '(that means: everything seems to work, but suddenly nothing is sent' 12/08 06:33:43 aa1 (keyword '(that' not found) 12/08 06:33:43 aa1 something foul in config line: 'to the port anymore. Depending on the operating system used, this' 12/08 06:33:43 aa1 (keyword 'to' not found) 12/08 06:33:43 aa1 something foul in config line: 'can be before printing the `/etc/issue' file or not before printing' 12/08 06:33:43 aa1 (keyword 'can' not found) 12/08 06:33:43 aa1 something foul in config line: 'the `password:' prompt.' 12/08 06:33:43 aa1 (keyword 'the' not found) 12/08 06:33:43 aa1 something foul in config line: 'To work around this, you can switch off the carrier detection in' 12/08 06:33:43 aa1 (keyword 'To' not found) 12/08 06:33:43 aa1 something foul in config line: 'software: set `ignore-carrier true'. Default is `false'.' 12/08 06:33:43 aa1 (keyword 'software:' not found) 12/08 06:33:43 aa1 something foul in config line: '*WARNING:* If you use this, your system won't be able to detect' 12/08 06:33:43 aa1 (keyword '*WARNING:*' not found) 12/08 06:33:43 aa1 something foul in config line: 'when a caller just hangs up instead of cleanly logging out. This' 12/08 06:33:43 aa1 (keyword 'when' not found) 12/08 06:33:43 aa1 something foul in config line: 'may result in hanging modems, etc.: [false]' 12/08 06:33:43 aa1 (keyword 'may' not found) 12/08 06:33:43 aa1 something foul in config line: '- `issue-file'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This is the file printed before the login prompt.: [/etc/issue]' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: '- `prompt-waittime'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This specifies how long `mgetty' will wait for modem and line to' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: 'settle down (in ms) before printing issue file and login prompt: [500]' 12/08 06:33:43 aa1 (keyword 'settle' not found) 12/08 06:33:43 aa1 something foul in config line: '- `login-prompt'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This specifies the login prompt that mgetty will output. Some' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: 'special characters in this string (and in the issue file, btw) are' 12/08 06:33:43 aa1 (keyword 'special' not found) 12/08 06:33:43 aa1 something foul in config line: 'recognized and replaced by something else:' 12/08 06:33:43 aa1 (keyword 'recognized' not found) 12/08 06:33:43 aa1 something foul in config line: '* @ system name' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \n newline' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \r carriage return' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \g bell' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \b backspace (ascii 010)' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \f form feed (ascii 013)' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \t TAB' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \P (and \L) port name (e.g. ttyS0)' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \C date and time, in "ctime()" format' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \I Connection string (e.g. 2400/REL)' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \N (and \U) number of users currently logged in' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \S Port speed (e.g. 38400)' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \D current date in dd/mm/yy format' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \T current time in hh:mm:ss format' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: '* \DIGIT character with the specified octal code' 12/08 06:33:43 aa1 (keyword '*' not found) 12/08 06:33:43 aa1 something foul in config line: 'The maximum lenght of the login prompt is limited to 140' 12/08 06:33:43 aa1 (keyword 'The' not found) 12/08 06:33:43 aa1 something foul in config line: 'characters (after expansion).: [@!login: ]' 12/08 06:33:43 aa1 (keyword 'characters' not found) 12/08 06:33:43 aa1 something foul in config line: '- `login-time'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This specifies the maximum time the user can take to log in. If no' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: 'login has occured after that time, `mgetty' will hang up.: [240]' 12/08 06:33:43 aa1 (keyword 'login' not found) 12/08 06:33:43 aa1 something foul in config line: '- `fax-server-file'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'Specifies the fax file(s) that is to be sent if someone else calls' 12/08 06:33:43 aa1 (keyword 'Specifies' not found) 12/08 06:33:43 aa1 something foul in config line: 'your modem in *fax polling mode*, that is, the caller *receives* a' 12/08 06:33:43 aa1 (keyword 'your' not found) 12/08 06:33:43 aa1 something foul in config line: 'document. ' 12/08 06:33:43 aa1 (keyword 'document.' not found) 12/08 06:33:43 aa1 something foul in config line: 'Normally, the file given is a text file, containing the list of G3' 12/08 06:33:43 aa1 (keyword 'Normally,' not found) 12/08 06:33:43 aa1 something foul in config line: 'files to send to the calling machine, one file per line. Comment' 12/08 06:33:43 aa1 (keyword 'files' not found) 12/08 06:33:43 aa1 something foul in config line: 'lines (starting with "#") are ignored. For backward compatibility,' 12/08 06:33:43 aa1 (keyword 'lines' not found) 12/08 06:33:43 aa1 something foul in config line: '`mgetty' does check whether the named file is a G3 file itself, in' 12/08 06:33:43 aa1 (keyword '`mgetty'' not found) 12/08 06:33:43 aa1 something foul in config line: 'which case this file is sent directly (but then, you can only send' 12/08 06:33:43 aa1 (keyword 'which' not found) 12/08 06:33:43 aa1 something foul in config line: 'one page).' 12/08 06:33:43 aa1 (keyword 'one' not found) 12/08 06:33:43 aa1 something foul in config line: 'Not all modems support fax poll *server* mode, I know that the' 12/08 06:33:43 aa1 (keyword 'Not' not found) 12/08 06:33:43 aa1 something foul in config line: 'ZyXEL and MultiTech do.:' 12/08 06:33:43 aa1 (keyword 'ZyXEL' not found) 12/08 06:33:43 aa1 something foul in config line: '- `diskspace'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This setting tells mgetty the minimum amount of disk space (in KB) that' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: 'has to be available in the fax spool directory for fax reception' 12/08 06:33:43 aa1 (keyword 'has' not found) 12/08 06:33:43 aa1 something foul in config line: 'to be allowed.: [1024]' 12/08 06:33:43 aa1 (keyword 'to' not found) 12/08 06:33:43 aa1 something foul in config line: '- `notify'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This is the address that will get mails if a fax is received. Not' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: 'fully tested.: [faxadmin]' 12/08 06:33:43 aa1 (keyword 'fully' not found) 12/08 06:33:43 aa1 something foul in config line: '- `fax-owner'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'If set, mgetty will `chown' the received files to the given username' 12/08 06:33:43 aa1 (keyword 'If' not found) 12/08 06:33:43 aa1 something foul in config line: '(you can specify a string or an integer uid, but the integer must be' 12/08 06:33:43 aa1 (keyword '(you' not found) 12/08 06:33:43 aa1 something foul in config line: 'valid).: [uucp]' 12/08 06:33:43 aa1 (keyword 'valid).:' not found) 12/08 06:33:43 aa1 something foul in config line: '- `fax-group'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'If set, mgetty will `chgrp' the received files to this group id' 12/08 06:33:43 aa1 (keyword 'If' not found) 12/08 06:33:43 aa1 something foul in config line: '(which can be given as group name, or as integer gid).: [modem]' 12/08 06:33:43 aa1 (keyword '(which' not found) 12/08 06:33:43 aa1 something foul in config line: '- `fax-mode'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'Specifies the permissions to `chmod' the received files.: [0660]' 12/08 06:33:43 aa1 (keyword 'Specifies' not found) 12/08 06:33:43 aa1 something foul in config line: '- `debug (sendfax)'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'controls the amount of information written into the fax log file.' 12/08 06:33:43 aa1 (keyword 'controls' not found) 12/08 06:33:43 aa1 something foul in config line: '`0' means "totally silent" (not even errors are written), `9'' 12/08 06:33:43 aa1 (keyword '`0'' not found) 12/08 06:33:43 aa1 something foul in config line: 'is really noisy. I usually use `3' or `4' in normal use, and `6'' 12/08 06:33:43 aa1 (keyword 'is' not found) 12/08 06:33:43 aa1 something foul in config line: 'for debugging.: [4]' 12/08 06:33:43 aa1 (keyword 'for' not found) 12/08 06:33:43 aa1 something foul in config line: '- `modem-init'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'Specifies an `AT...' command that is to be sent to the modem right' 12/08 06:33:43 aa1 (keyword 'Specifies' not found) 12/08 06:33:43 aa1 something foul in config line: 'at the *beginning* of all modem talk (even before setting the modem' 12/08 06:33:43 aa1 (keyword 'at' not found) 12/08 06:33:43 aa1 something foul in config line: 'into fax mode, so this could be an `ATZ' if you want to reset the' 12/08 06:33:43 aa1 (keyword 'into' not found) 12/08 06:33:43 aa1 something foul in config line: 'modem).: ' 12/08 06:33:43 aa1 (keyword 'modem).:' not found) 12/08 06:33:43 aa1 something foul in config line: '- `modem-handshake'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'Specifies an `AT...' command that will be sent to the modem at the' 12/08 06:33:43 aa1 (keyword 'Specifies' not found) 12/08 06:33:43 aa1 something foul in config line: '*end* of the modem initialization, right before dialing. *Do not' 12/08 06:33:43 aa1 (keyword '*end*' not found) 12/08 06:33:43 aa1 something foul in config line: 'use ATZ or such here*, since resetting the modem will switch off' 12/08 06:33:43 aa1 (keyword 'use' not found) 12/08 06:33:43 aa1 something foul in config line: 'fax mode.: [AT&H3]' 12/08 06:33:43 aa1 (keyword 'fax' not found) 12/08 06:33:43 aa1 something foul in config line: '- `max-tries'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'Specify the maximum number of tries per page if the receiving end' 12/08 06:33:43 aa1 (keyword 'Specify' not found) 12/08 06:33:43 aa1 something foul in config line: 'reports reception errors. If NNN tries do not suffice to' 12/08 06:33:43 aa1 (keyword 'reports' not found) 12/08 06:33:43 aa1 something foul in config line: 'successfully transmit a page, `sendfax' will give up or simply go' 12/08 06:33:43 aa1 (keyword 'successfully' not found) 12/08 06:33:43 aa1 something foul in config line: 'on, depending on the setting of `max-tries-continue' (see below).' 12/08 06:33:43 aa1 (keyword 'on,' not found) 12/08 06:33:43 aa1 something foul in config line: 'If this is set to `0', `sendfax' will ignore retransmission' 12/08 06:33:43 aa1 (keyword 'If' not found) 12/08 06:33:43 aa1 something foul in config line: 'requests and simply go on.: [3]' 12/08 06:33:43 aa1 (keyword 'requests' not found) 12/08 06:33:43 aa1 something foul in config line: '- `max-tries-continue'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'After the maximum number of tries for one page are reached,' 12/08 06:33:43 aa1 (keyword 'After' not found) 12/08 06:33:43 aa1 something foul in config line: '`sendfax' can report an error and abort (`max-tries-continue NO'),' 12/08 06:33:43 aa1 (keyword '`sendfax'' not found) 12/08 06:33:43 aa1 something foul in config line: 'or go on with the next page (YES).' 12/08 06:33:43 aa1 (keyword 'or' not found) 12/08 06:33:43 aa1 something foul in config line: 'For "mission critical" faxes, I'd set it to NO, but since the page' 12/08 06:33:43 aa1 (keyword 'For' not found) 12/08 06:33:43 aa1 something foul in config line: 'quality is most often quite good even if reported as "page bad",' 12/08 06:33:43 aa1 (keyword 'quality' not found) 12/08 06:33:43 aa1 something foul in config line: 'the default is YES.: [YES]' 12/08 06:33:43 aa1 (keyword 'the' not found) 12/08 06:33:43 aa1 something foul in config line: '- `speed'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'Set the port speed to use for fax send operations. Usually,' 12/08 06:33:43 aa1 (keyword 'Set' not found) 12/08 06:33:43 aa1 something foul in config line: '`38400' is a good choice, but a few dumb modems (for example, some' 12/08 06:33:43 aa1 (keyword '`38400'' not found) 12/08 06:33:43 aa1 something foul in config line: 'based on rockwell chipsets) need `19200' or even `9600'. A few' 12/08 06:33:43 aa1 (keyword 'based' not found) 12/08 06:33:43 aa1 something foul in config line: 'modems can go higher, but `sendfax' may not support it, and it may' 12/08 06:33:43 aa1 (keyword 'modems' not found) 12/08 06:33:43 aa1 something foul in config line: 'not always work.: [38400]' 12/08 06:33:43 aa1 (keyword 'not' not found) 12/08 06:33:43 aa1 something foul in config line: '- `dial-prefix'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This is the command used for dialing out. Usually this will be' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: 'something simple, as `ATD' or `ATDP', but if you have an unusual' 12/08 06:33:43 aa1 (keyword 'something' not found) 12/08 06:33:43 aa1 something foul in config line: 'setup, it could also be something like `ATX0DP0;X4DT' (meaning:' 12/08 06:33:43 aa1 (keyword 'setup,' not found) 12/08 06:33:43 aa1 something foul in config line: 'switch off dial-tone detection, pulse-dial `0', back to command' 12/08 06:33:43 aa1 (keyword 'switch' not found) 12/08 06:33:43 aa1 something foul in config line: 'mode, switch on dial-tone detection, and go ahead dialing with' 12/08 06:33:43 aa1 (keyword 'mode,' not found) 12/08 06:33:43 aa1 something foul in config line: 'touch tones). The phone number will be sent right after the' 12/08 06:33:43 aa1 (keyword 'touch' not found) 12/08 06:33:43 aa1 something foul in config line: '`dial-prefix'.: [ATD]' 12/08 06:33:43 aa1 (keyword '`dial-prefix'.:' not found) 12/08 06:33:43 aa1 something foul in config line: '- `poll-dir'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'This is used to specify a directory where polled faxes (wheather' 12/08 06:33:43 aa1 (keyword 'This' not found) 12/08 06:33:43 aa1 something foul in config line: 'maps and such) are to be saved into. Default is the current' 12/08 06:33:43 aa1 (keyword 'maps' not found) 12/08 06:33:43 aa1 something foul in config line: 'directory.: [./]' 12/08 06:33:43 aa1 (keyword 'directory.:' not found) 12/08 06:33:43 aa1 something foul in config line: '- `normal-res'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'If set to `yes' or `true' (boolean), `sendfax' won't attempt to' 12/08 06:33:43 aa1 (keyword 'If' not found) 12/08 06:33:43 aa1 something foul in config line: 'make a fax connection in "fine resolution" mode. Normally you' 12/08 06:33:43 aa1 (keyword 'make' not found) 12/08 06:33:43 aa1 something foul in config line: 'won't need to use that option, since `faxrunq' will set the `-n'' 12/08 06:33:43 aa1 (keyword 'won't' not found) 12/08 06:33:43 aa1 something foul in config line: 'switch if needed.: [NO]' 12/08 06:33:43 aa1 (keyword 'switch' not found) 12/08 06:33:43 aa1 something foul in config line: '- `verbose'' 12/08 06:33:43 aa1 (keyword '-' not found) 12/08 06:33:43 aa1 something foul in config line: 'If set to `yes' or `true', `sendfax' will output progress reports' 12/08 06:33:43 aa1 (keyword 'If' not found) 12/08 06:33:43 aa1 something foul in config line: 'on stdout, if set to `no', `sendfax' will only print error and' 12/08 06:33:43 aa1 (keyword 'on' not found) 12/08 06:33:43 aa1 something foul in config line: 'warning messages.: [NO]' 12/08 06:33:43 aa1 (keyword 'warning' not found) 12/08 06:33:43 aa1 something foul in config line: 'Settings for port cuaa1' 12/08 06:33:43 aa1 (keyword 'Settings' not found) 12/08 06:33:43 aa1 something foul in config line: '------------------------ ' 12/08 06:33:43 aa1 (keyword '------------------------' not found) 12/08 06:33:43 aa1 something foul in config line: 'modem-handshake AT&H3' 12/08 06:33:43 aa1 (keyword 'modem-handshake' not found) 12/08 06:33:43 aa1 something foul in config line: 'max-tries 3' 12/08 06:33:43 aa1 (keyword 'max-tries' not found) 12/08 06:33:43 aa1 something foul in config line: 'max-tries-continue YES' 12/08 06:33:43 aa1 (keyword 'max-tries-continue' not found) 12/08 06:33:43 aa1 something foul in config line: 'dial-prefix ATD' 12/08 06:33:43 aa1 (keyword 'dial-prefix' not found) 12/08 06:33:43 aa1 something foul in config line: 'poll-dir ./' 12/08 06:33:43 aa1 (keyword 'poll-dir' not found) 12/08 06:33:43 aa1 something foul in config line: 'normal-res NO' 12/08 06:33:43 aa1 (keyword 'normal-res' not found) 12/08 06:33:43 aa1 something foul in config line: 'verbose NO' 12/08 06:33:43 aa1 (keyword 'verbose' not found) 12/08 06:33:43 aa1 something foul in config line: 'OK?: [y]' 12/08 06:33:43 aa1 (keyword 'OK?:' not found) 12/08 06:33:43 aa1 check for lockfiles 12/08 06:33:43 aa1 locking the line 12/08 06:33:43 aa1 WARNING: DSR is off - modem turned off or bad cable? 12/08 06:33:43 aa1 lowering DTR to reset Modem 12/08 06:33:44 aa1 send: ATS0=0Q0&D3&C1[0d] 12/08 06:33:44 aa1 waiting for ``OK'' 12/08 06:34:04 aa1 timeout in chat script, waiting for `OK' 12/08 06:34:04 aa1 init chat timed out, trying force-init-chat 12/08 06:34:04 aa1 send: \d[10][03]\d\d\d+++\d\d\d[0d]\dATQ0V1H0[0d] 12/08 06:34:08 aa1 waiting for ``OK'' 12/08 06:34:28 aa1 timeout in chat script, waiting for `OK' 12/08 06:34:28 aa1 init chat failed, exiting...: Interrupted system call 12/08 06:34:28 ##### failed in mg_init_data, dev=cuaa1, pid=435 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 10:26:15 2001 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 2C72F37B417 for ; Sun, 9 Dec 2001 10:26:10 -0800 (PST) Received: from xs4.xs4all.nl (rene@xs4.xs4all.nl [194.109.6.45]) by mxzilla3.xs4all.nl (8.12.0/8.12.0) with ESMTP id fB9IQ8uc065486 for ; Sun, 9 Dec 2001 19:26:09 +0100 (CET) Received: (from rene@localhost) by xs4.xs4all.nl (8.9.0/8.9.0) id TAA12175 for questions@freebsd.org; Sun, 9 Dec 2001 19:26:08 +0100 (CET) Date: Sun, 9 Dec 2001 19:26:08 +0100 From: rene@xs4all.nl To: questions@freebsd.org Subject: imap server? Message-ID: <20011209192608.I21241@xs4all.nl> 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'd like to know more about how mailspools operate, specifically how I can re-synchronize a 'primary' mailserver when it has gone down for a while, and the 'backup' mailserver has received several mails that are now not on the primary.. clues, please? I also graciously accept cluebats... ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 10:41:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp3.columbus.rr.com (clmboh1-smtp3.columbus.rr.com [65.24.0.112]) by hub.freebsd.org (Postfix) with ESMTP id EF44D37B405 for ; Sun, 9 Dec 2001 10:41:34 -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 fB9Ib3917748; Sun, 9 Dec 2001 13:37:03 -0500 (EST) Message-ID: <3C13B0FC.4090601@potentialtech.com> Date: Sun, 09 Dec 2001 13:44:12 -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: Joseph Maxwell Cc: questions@FreeBSD.ORG Subject: Re: HELP!! Runaway /var/log/mgetty.cuaa1 log file References: <3C13AD59.28E8AC3B@ns.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 Joseph Maxwell wrote: > Hello, > I have a runaway log file w/ approx. 576 line repeat, ~43 Kb per min. > One cycle is given below. Seems to be modem related ????? but there is > no modem in the system and no ref. in /etc/rc.conf /etc/defaults/rc.conf Why are you running mgetty? It looks to me like you've got mgetty installed and starting at boot time, but you've never configured it. Those error messages are indicative of the config file that installs with mgetty - it's invalid and has lots of "comments" to help you configure it properly. My suggestion would be: 1. Make sure you really need mgetty - if not, either deinstall it or configure it to not start up on bootup (/etc/ttys) 2. If you need mgetty, configure it properly (/usr/local/etc/mgetty+sendfax/mgetty.config is the one that appears to be the problem here) -- 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 Dec 9 10:49:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.webvolution.net (ns.webvolution.net [64.173.23.219]) by hub.freebsd.org (Postfix) with ESMTP id 9383137B405 for ; Sun, 9 Dec 2001 10:49:45 -0800 (PST) Received: (from nobody@localhost) by ns.webvolution.net (8.11.6/8.11.6) id fB9InbZ06800; Sun, 9 Dec 2001 18:49:37 GMT (envelope-from dleal@webvolution.net) X-Authentication-Warning: ns.webvolution.net: nobody set sender to dleal@webvolution.net using -f To: Anthony Atkielski Subject: Re: encryption and master.passwd Message-ID: <1007923776.3c13b240e87b5@mail.webvolution.net> Date: Sun, 09 Dec 2001 18:49:36 +0000 (WET) From: Daniel Leal Cc: freebsd-questions@FreeBSD.ORG References: <1007910142.3c137cfe07344@mail.webvolution.net> <059c01c180c3$66b6f950$0a00000a@atkielski.com> In-Reply-To: <059c01c180c3$66b6f950$0a00000a@atkielski.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.6 Sender: owner-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, it worked! maybe you are right... I read the passwd man page and notice that passwd "read" the login.conf file where its writen: ... default:\ :passwd_format=md5:\ ... thanks Citando Anthony Atkielski : > I've noticed this, too. Some accounts have a DES password, others have > an > MD5 password. > > I just changed the password on one of my user accounts with the passwd > command, and it changed from a DES password to a MD5 password. > > My impression is that different programs use different encryption > methods > for the password, with some using DES, and others use MD5. True? > > ----- Original Message ----- > From: "Daniel Leal" > To: > Sent: Sunday, December 09, 2001 16:02 > Subject: encryption and master.passwd > > > > Hi! > > > > To learn a little bit of the freebsd security I decided to read the > > charpter 8 of the freebsd handbook. Soon I realize that passwords > encrypted > > with the MD5 hash are longer than those encrypted with the DES hash > and > > also begin with the characters $1$ and DES password strings does not > > include the $ character. > > So I did "more /etc/master_passwd" and I notice that mine and root's > > password (I am the one who su to root in that system) are encrypted > with > > MD5 but the other users are encrypted with DES!!! > > > > Why? > > Did I do something wrong? > > How can I change it all to MD5 encryption? > > > > In my /etc/login.conf I have the following lines: (install defaults) > > ... > > default:\ > > :passwd_format=md5:\ > > ... > > > > Thanks, daniel > > > > 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 Dec 9 10:52: 6 2001 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 0368D37B416 for ; Sun, 9 Dec 2001 10:52:03 -0800 (PST) Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 16D93O-0006JK-00; Sun, 9 Dec 2001 19:51:58 +0100 Received: from pd90172ba.dip.t-dialin.net ([217.1.114.186]) by mrvdom02.schlund.de with esmtp (Exim 2.12 #2) id 16D93O-0001ZG-00; Sun, 9 Dec 2001 19:51:58 +0100 Date: Sun, 9 Dec 2001 18:51:59 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Ken Seggerman Cc: Subject: Re: Win2000 clobbered my boot sector In-Reply-To: Message-ID: <20011209184609.O6163-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-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, 9 Dec 2001, Ken Seggerman wrote: > Greetings: > > I have a machine with a 10GB drive and a 40GB drive. The > 10GB had Windows NT taking up the whole drive, and the > second drive is partitioned in two with FreeBSD > 4.3-STABLE, and Linux 2.4. > > All three co-existed on my machine, booteasy only saw NT > and FreeBSD, so I had to boot Linux from a floppy. > > I recently installed Windows 2000 Professional (to my > deep regret) and found that booteasy is gone, the old NT > OS Chooser is gone and I have no way to boot into > FreeBSD. Booting Linux from the floppy still works. > > Booting from a kern.flp, and interrupting the boot > sequence and typing in boot:1:ad(1,a) no longer works, > as it once did. > > Is there any way I can get FreeBSD back? I always could repair things like that by starting a FreeBSD installation from floppy. But all I did install was a new bootmanager. Regards, Uli. ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 11: 0:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by hub.freebsd.org (Postfix) with ESMTP id 6221A37B416 for ; Sun, 9 Dec 2001 11:00:10 -0800 (PST) Received: from there (213-187-161-69.dd.nextgentel.com [213.187.161.69]) by mail.broadpark.no (Postfix) with SMTP id 40DBF8420; Sun, 9 Dec 2001 19:58:39 +0100 (MET) Content-Type: text/plain; charset="iso-8859-1" From: Kjell To: jacks@sage-american.com Subject: Re: Scripting help Date: Sun, 9 Dec 2001 18:59:10 +0100 X-Mailer: KMail [version 1.3.1] References: <3.0.5.32.20011209100224.0101cb38@mail.sage-american.com> In-Reply-To: <3.0.5.32.20011209100224.0101cb38@mail.sage-american.com> Cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011209185839.40DBF8420@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 On Sunday 09 December 2001 5:02 pm, you wrote: > I have just set up an experimental FBSD 4.4-STABLE server using DSL with > dynamic ip. Using ZoneEdit DNS services, the DNS can be updated with a cron > script to still point to the proper name. I'm doing that now using cron to > run the update script every 8 hours (the connection usually runs for weeks > at a time without disconnect). > > However, I had rather have a script that runs every so often (xminutes) and > doesn't bother the DNS server unless and ONLY if a changed in the dynamic > IP has occured as a result of disconnect/reconnect. Here are the functions > I see needed, but scripting language is not yet a decent skill of mine. I > suspect others using dynamic IPs have this same need: Any guidence > appreciated once again. (I've looked at the ipcheck that uses Python, but > rather not go that route if possible to do the simple approach below). > An alternative would be to download the standard Python script from ZoneEdit.com It does exactly what you want. I have set mine up to check my IP address every 5 minutes. Regards from Kjell.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 11:13:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 8768137B417 for ; Sun, 9 Dec 2001 11:13:16 -0800 (PST) Received: from SAGEONE (adsl-64-219-20-12.dsl.crchtx.swbell.net [64.219.20.12]) by sage-american.com (8.9.3/8.9.3) with SMTP id NAA06654; Sun, 9 Dec 2001 13:13:10 -0600 (CST) Message-Id: <3.0.5.32.20011209131315.0101cb38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 09 Dec 2001 13:13:15 -0600 To: Kjell From: jacks@sage-american.com Subject: Re: Scripting help Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20011209185839.40DBF8420@mail.broadpark.no> References: <3.0.5.32.20011209100224.0101cb38@mail.sage-american.com> <3.0.5.32.20011209100224.0101cb38@mail.sage-american.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is that the one called "ipcheck"...? ...or did I miss one? At 06:59 PM 12.9.2001 +0100, Kjell wrote: >On Sunday 09 December 2001 5:02 pm, you wrote: >> I have just set up an experimental FBSD 4.4-STABLE server using DSL with >> dynamic ip. Using ZoneEdit DNS services, the DNS can be updated with a cron >> script to still point to the proper name. I'm doing that now using cron to >> run the update script every 8 hours (the connection usually runs for weeks >> at a time without disconnect). >> >> However, I had rather have a script that runs every so often (xminutes) and >> doesn't bother the DNS server unless and ONLY if a changed in the dynamic >> IP has occured as a result of disconnect/reconnect. Here are the functions >> I see needed, but scripting language is not yet a decent skill of mine. I >> suspect others using dynamic IPs have this same need: Any guidence >> appreciated once again. (I've looked at the ipcheck that uses Python, but >> rather not go that route if possible to do the simple approach below). >> >An alternative would be to download the standard Python script from >ZoneEdit.com It does exactly what you want. I have set mine up to check my IP >address every 5 minutes. >Regards from Kjell.... > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 11:26:39 2001 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 5240237B417 for ; Sun, 9 Dec 2001 11:26:37 -0800 (PST) Received: from twincat.vladsempire.net (hutch-788.hutchtel.net [206.10.71.88]) by services.webwarrior.net (Postfix) with ESMTP id A18435C for ; Sun, 9 Dec 2001 13:26:39 -0600 (CST) Received: by twincat.vladsempire.net (Postfix, from userid 1001) id 4F4DF3861; Sun, 9 Dec 2001 13:26:42 +0000 (GMT) Date: Sun, 9 Dec 2001 13:26:42 +0000 From: Josh Paetzel To: Joe & Fhe Barbish Cc: FBSD Questions Subject: Re: internal private IP address standards? Message-ID: <20011209132642.A420@twincat.vladsempire.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 barbish@a1poweruser.com on Sat, Dec 08, 2001 at 09:52:31AM -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, Dec 08, 2001 at 09:52:31AM -0500, Joe & Fhe Barbish wrote: > When setting up a new FBSD box and LAN environment behind it, > what are the rules or standards for selecting the IP address > numbering scheme. I have read unrelated documentation that calls > this the internal IP address scheme or private IP address. > The mandatory requirement is that these IP numbers will never > be seen by the out side world. That being said, I take it that > I can use any IP address numbers I want. > > Thanks > > Joe The RFC that deals with this is 1918. It assigns some IP addresses that are specifically to be used for private TCP/IP networks. 10.0.0.0 10.255.255.255 172.16.0.0 172.31.255.255 192.168.0.0 192.168.255.255 Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 11:38: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from darkstar.umd.edu (darkstar.umd.edu [128.8.215.163]) by hub.freebsd.org (Postfix) with ESMTP id 3C41237B405 for ; Sun, 9 Dec 2001 11:37:57 -0800 (PST) Received: from glue.umd.edu (localhost [127.0.0.1]) by darkstar.umd.edu (8.11.6/8.11.4) with ESMTP id fB9Jbr202232; Sun, 9 Dec 2001 14:37:55 -0500 (EST) (envelope-from bfoz@glue.umd.edu) Message-ID: <3C13BD91.85962934@glue.umd.edu> Date: Sun, 09 Dec 2001 14:37:53 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ken Seggerman Cc: questions@FreeBSD.ORG Subject: Re: Win2000 clobbered my boot sector 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 Ken Seggerman wrote: > Is there any way I can get FreeBSD back? You need to copy /boot1 to c:\bootsect.bsd and then add the following line to c:\boot.ini c:\bootsect.bsd="FreeBSD" c:\boot.ini may not be visible from explorer depending on your folder settings. If you type the path into notepad's open dialog it will open just fine. Obviously you'll need a way to boot FreeBSD so you can get at /boot1. The problem here is that the Win2K installer sets its boot partition to be the only active, and therefore bootable, partition. Find a bootdisk that has fdisk on it (the win98 bootdisk works) and set the FreeBSD partition to be active, then reboot. The machine should go straight to FreeBSD. Then, as root, mount the win2k partition and copy /boot1 over to it. If you only have an NTFS partition, which AFAIK FreeBSD can't write to, then you'll have to find some other way to copy the file (floppy,zip,ls120,network...). http://www.bootdisk.com has images of just about every kind of bootdisk in case you don't have one handy. BTW, all of this info is in the mail archives. Which would be a lot more useful if they actually worked, but thats another story. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 11:39:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 2372F37B417 for ; Sun, 9 Dec 2001 11:39:13 -0800 (PST) Received: from SAGEONE (adsl-64-219-20-12.dsl.crchtx.swbell.net [64.219.20.12]) by sage-american.com (8.9.3/8.9.3) with SMTP id NAA10479; Sun, 9 Dec 2001 13:39:08 -0600 (CST) Message-Id: <3.0.5.32.20011209133912.0101cb38@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 09 Dec 2001 13:39:12 -0600 To: Kjell From: jacks@sage-american.com Subject: Re: Scripting help Cc: freebsd-questions@freebsd.org In-Reply-To: <20011209185839.40DBF8420@mail.broadpark.no> References: <3.0.5.32.20011209100224.0101cb38@mail.sage-american.com> <3.0.5.32.20011209100224.0101cb38@mail.sage-american.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Okay, you are referring to the zoneedit.py script. I already use the "lynx" method to do the updating part and just wanted something very simple to do internal checking on when an update is really needed rather than pinging away at ZoneEdit more than necessary. The python script seems like an awful long script for my simple needs.... At 06:59 PM 12.9.2001 +0100, Kjell wrote: >On Sunday 09 December 2001 5:02 pm, you wrote: >> I have just set up an experimental FBSD 4.4-STABLE server using DSL with >> dynamic ip. Using ZoneEdit DNS services, the DNS can be updated with a cron >> script to still point to the proper name. I'm doing that now using cron to >> run the update script every 8 hours (the connection usually runs for weeks >> at a time without disconnect). >> >> However, I had rather have a script that runs every so often (xminutes) and >> doesn't bother the DNS server unless and ONLY if a changed in the dynamic >> IP has occured as a result of disconnect/reconnect. Here are the functions >> I see needed, but scripting language is not yet a decent skill of mine. I >> suspect others using dynamic IPs have this same need: Any guidence >> appreciated once again. (I've looked at the ipcheck that uses Python, but >> rather not go that route if possible to do the simple approach below). >> >An alternative would be to download the standard Python script from >ZoneEdit.com It does exactly what you want. I have set mine up to check my IP >address every 5 minutes. >Regards from Kjell.... > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 11:41: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from darkstar.umd.edu (darkstar.umd.edu [128.8.215.163]) by hub.freebsd.org (Postfix) with ESMTP id 6FC5B37B416 for ; Sun, 9 Dec 2001 11:41:00 -0800 (PST) Received: from glue.umd.edu (localhost [127.0.0.1]) by darkstar.umd.edu (8.11.6/8.11.4) with ESMTP id fB9Jev202240; Sun, 9 Dec 2001 14:40:57 -0500 (EST) (envelope-from bfoz@glue.umd.edu) Message-ID: <3C13BE49.2BBC2097@glue.umd.edu> Date: Sun, 09 Dec 2001 14:40:57 -0500 From: Brandon Fosdick X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: hawkeyd@visi.com Cc: steve@velosystems.net, questions@FreeBSD.ORG Subject: Re: transparent xconsole window References: <20011207200332.371b49c4.steve_velosystems.net@ns.sol.net> <200112090540.fB95eom19777@sheol.localdomain> 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 D J Hawkey Jr wrote: > > In article <20011207200332.371b49c4.steve_velosystems.net@ns.sol.net>, > steve@velosystems.net writes: > > Is there a way to make the xconsole window, used when logging in via xdm, > > to use a transparent background so the desktop graphic shows through? > > rxvt does "transparent" windows (if built with the option), xterm does not. > > They both support the "-C" command line switch, but darned if I can get > either of them to capture anything from the console. Eterm can handle it just fine. There's even instructions... http://www.linuxbrit.co.uk/tips/#logger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 11:52:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls16.mediaone.net (chmls16.mediaone.net [24.147.1.151]) by hub.freebsd.org (Postfix) with ESMTP id 1C77B37B41B for ; Sun, 9 Dec 2001 11:52:53 -0800 (PST) Received: from mediaone.net (h0000c0f0bdd0.ne.mediaone.net [24.128.40.215]) by chmls16.mediaone.net (8.11.1/8.11.1) with ESMTP id fB9JqoT21281; Sun, 9 Dec 2001 14:52:50 -0500 (EST) Message-ID: <3C13C0AC.8050403@mediaone.net> Date: Sun, 09 Dec 2001 14:51:08 -0500 From: David Loszewski User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20011205 X-Accept-Language: en-us MIME-Version: 1.0 To: qgo@gmx.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Rear channel on SBLive (emu10k1) References: <20011209153506.A583@draco> 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 know the OSS drivers can get 4 channels. Dave Oliver Markovic wrote: >Is there a way to get the rear channel working? Unmuting/muting or >raising/lowering the volume in any mixer doesn't work and I can't >find any other information. After a search in the archives it turns >out to be unsupported, but this message was dated somewhere in 2000. >I looked into the source of emu10k1.c and there was a mention of a >rear channel, but well.. kernel hacking is not one of my skills :-) > >Did anybody add support for this in the meantime? > >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 Dec 9 12: 0:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id 2FCC337B416; Sun, 9 Dec 2001 12:00:44 -0800 (PST) Received: from there (cheech.uchaswv.edu [172.16.0.7]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id PAA21532; Sun, 9 Dec 2001 15:02:28 -0500 (EST) Message-Id: <200112092002.PAA21532@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: "Freebsd-hardware" , "Freebsd-questions" Subject: memory question Date: Sun, 9 Dec 2001 15:07:43 -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 a motherboard uses DDR ram, will it also use SDR ram? the reason i ask is i'm buying a new system, and the motherboard i have picked out is a Soyo Dragon Plus....but it uses DDR ram, and SDR ram is alot cheaper, but will it work? also, anyone have any experience with the Soyo Dragon Plus and freebsd? it has a CMI 8738 integrated sound card. that does work with BSD right? 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 Sun Dec 9 12: 1:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from seven.Alameda.net (seven.Alameda.net [64.81.63.137]) by hub.freebsd.org (Postfix) with ESMTP id 0108637B405; Sun, 9 Dec 2001 12:01:32 -0800 (PST) Received: by seven.Alameda.net (Postfix, from userid 1000) id 9D8A73A239; Sun, 9 Dec 2001 12:01:31 -0800 (PST) Date: Sun, 9 Dec 2001 12:01:31 -0800 From: Ulf Zimmermann To: Anthony Atkielski Cc: ulf@Alameda.net, Greg Lehey , FreeBSD Questions Subject: Re: Record uptime for a FreeBSD system? Message-ID: <20011209120131.G76137@seven.alameda.net> Reply-To: ulf@Alameda.net References: <054901c18073$e1001d40$0a00000a@atkielski.com> <20011209162607.B83634@monorchid.lemis.com> <20011208223426.D76137@seven.alameda.net> <058f01c180c2$866bb160$0a00000a@atkielski.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <058f01c180c2$866bb160$0a00000a@atkielski.com>; from anthony@atkielski.com on Sun, Dec 09, 2001 at 04:02:21PM +0100 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Dec 09, 2001 at 04:02:21PM +0100, Anthony Atkielski wrote: > How heavily used is this system, and what sort of hardware does it run on? > > ----- Original Message ----- > From: "Ulf Zimmermann" > To: "Greg Lehey" > Cc: "Anthony Atkielski" ; "FreeBSD Questions" > ; "Ulf Zimmermann" > Sent: Sunday, December 09, 2001 07:34 > Subject: Re: Record uptime for a FreeBSD system? > > > > Nope, I took it a few days after that email down to switch the UPS. > > Until a few weeks ago, it was being used as a DNS server with usual around 1,000 domains on it. All low traffic domains. The hardware was a 486DX2/66 with 20MB memory, a 500MB disk for the system, a 130mb disk as /usr/local and a 100mb disk as swap. It usual was in swap for about 15-20mb. There was also an Apache running on it, with some very low traffic pages (my wifes home page). -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 12:33: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20603.mail.yahoo.com (web20603.mail.yahoo.com [216.136.226.161]) by hub.freebsd.org (Postfix) with SMTP id 5474937B405 for ; Sun, 9 Dec 2001 12:32:58 -0800 (PST) Message-ID: <20011209203258.762.qmail@web20603.mail.yahoo.com> Received: from [24.251.253.28] by web20603.mail.yahoo.com via HTTP; Sun, 09 Dec 2001 12:32:58 PST Date: Sun, 9 Dec 2001 12:32:58 -0800 (PST) From: Donnie Jones Subject: \\ 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 __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.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 Dec 9 12:33: 1 2001 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 A9EA137B417 for ; Sun, 9 Dec 2001 12:32:58 -0800 (PST) Message-ID: <20011209203258.83126.qmail@web20602.mail.yahoo.com> Received: from [24.251.253.28] by web20602.mail.yahoo.com via HTTP; Sun, 09 Dec 2001 12:32:58 PST Date: Sun, 9 Dec 2001 12:32:58 -0800 (PST) From: Donnie Jones Subject: \\ 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 __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.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 Dec 9 12:36: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 0F75537B416 for ; Sun, 9 Dec 2001 12:36:04 -0800 (PST) Received: from user-11210r3.dsl.mindspring.com ([66.32.131.99] helo=weebo.dns2go.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 16DAg3-0000eW-00 for freebsd-questions@freebsd.org; Sun, 09 Dec 2001 12:35:59 -0800 Received: (from mlevy@localhost) by weebo.dns2go.com (8.11.6/8.11.6) id fB9KX7T00582 for freebsd-questions@freebsd.org; Sun, 9 Dec 2001 15:33:07 -0500 (EST) Date: Sun, 9 Dec 2001 15:33:06 -0500 From: Bara Zani To: freebsd-questions@freebsd.org Subject: Re: telnet to a Win2k-pro machine Message-ID: <20011209153306.A540@weebo> Mail-Followup-To: freebsd-questions@freebsd.org References: <20011208223542.U29324-100000@big> <04cb01c1804f$2673f5b0$0a00000a@atkielski.com> <3C12BCBB.80700@owt.com> <04e401c18050$314ea060$0a00000a@atkielski.com> <3C12BEEC.6010402@owt.com> <04eb01c18054$217e7b70$0a00000a@atkielski.com> <3C12CB0E.2050203@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3C12CB0E.2050203@owt.com>; from kstewart@owt.com on Sat, Dec 08, 2001 at 06:23:10PM -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 Sat, Dec 08, 2001 at 06:23:10PM -0800, Kent Stewart wrote: have a look here for win2k command line use http://www.labmice.net/Administration/command.htm <*> <*> <*> Anthony Atkielski wrote: <*> <*> > Kent writes: <*> > <*> > <*> >>Well, NT-3.5x+ has had a POSIX subsystem and you <*> >>can run the POSIX commands from the telnet command <*> >>line. <*> >> <*> > <*> > That's not NT administration, though. If you want something to run POSIX <*> > with telnet, why not just run UNIX? <*> <*> <*> There are a lot of command line program to do sysadmin stuff from the <*> command line. Find out where they are called is a different matter. Now <*> you can use XP and use the remote admin capability. <*> <*> I can't imagine using it either but if you add the MKS toolkit, you have <*> pretty close to a real POSIX system. I have several computers running <*> full time. One is a W2K Server and the other two run only FreeBSD. It is <*> too easy to use one of the system running the proper OS for the task <*> than it is to make task run on the wrong OS. <*> <*> <*> > <*> > <*> >>For an editor, I use vi even on W2K. <*> >> <*> > <*> > I use Notepad on Windows. For FreeBSD, currently I use joe most of the <*> > time. vi has a steep learning curve for the simple editing I usually have <*> > to do. <*> <*> <*> I had to learn vi when we had a Cray X/MP scheduled to be delivered in <*> 1988. I was to fly to Minneapolis to benchmark what was to be our system <*> and there weren't a lot of choices for editors. Cray thought that just <*> using vi was abusing their system. The only other choices were as bad as <*> using "ed" on a DOS system. Once you get comfortable with something like <*> an editor, it takes a lot to get you to switch. There was "Elvis" and it <*> was available on everything I used. <*> <*> Most of the cursor keys work now even in input mode. There are only <*> about 6 commands that you need to know to get started. Notepad won't do <*> regular expressions. Doing a proper cross line cut and paste is hard <*> from vi. I also use notepad when it will be the easiest. <*> <*> <*> > <*> > <*> >>You can also setup your W2K machine to accept <*> >>lpr from a Unix system. I can't imagine adding <*> >>samba to a fine Unix machine just to share a printer. <*> >> <*> > <*> > You could attach an A/B switch to the printer. <*> <*> When that happens, I am usually on a different floor. They are networked <*> together anyway. If you turn your W2K machine into a lpr server, you <*> don't have to do anything. It just works automagically. <*> <*> I have seen the electronic A/B switches and all they are is a bandaid <*> solution. Sooner or later, you lose a print job because of contention. <*> <*> -- <*> Kent Stewart <*> Richland, WA <*> <*> mailto:kbstew99@hotmail.com <*> http://users.owt.com/kstewart/index.html <*> FreeBSD News http://daily.daemonnews.org/ <*> <*> <*> To Unsubscribe: send mail to majordomo@FreeBSD.org <*> with "unsubscribe freebsd-questions" in the body of the message -- --------------------- Barazani --------------------- People who hate microsoft use Linux, people that love unix, use BSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 12:37:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20607.mail.yahoo.com (web20607.mail.yahoo.com [216.136.226.165]) by hub.freebsd.org (Postfix) with SMTP id 3525D37B419 for ; Sun, 9 Dec 2001 12:37:50 -0800 (PST) Message-ID: <20011209203749.1575.qmail@web20607.mail.yahoo.com> Received: from [24.251.253.28] by web20607.mail.yahoo.com via HTTP; Sun, 09 Dec 2001 12:37:49 PST Date: Sun, 9 Dec 2001 12:37:49 -0800 (PST) From: Donnie Jones Subject: FreeBSD gateway 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 Hey all, I've got two ethernet cards, first one connecting from my cable modem, the second going from the pc to my ethernet switch. I have set up the gateway and nat to my best ability. Each of the internal pc's I have given an ip such as 192.168.0.11. I can ping the linux box on my internat network, but for some reason windows98 is acting odd and will not let me ping it. I have set the gateway to 192.168.0.1 and the ip to 192.168.0.10 for this win pc, but still no avail, any ideas? Also, I am not sure if I need to add some routing tables rules, or I heard something about adding -nat to the gateway ethernet card? But, the computers on my internal network can't reach the internet. I am unsure how to fix this? Thanks for your time and patience, -Donnie __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.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 Dec 9 12:38:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from molly.intercom.net (molly.intercom.net [216.240.106.84]) by hub.freebsd.org (Postfix) with ESMTP id C236E37B405 for ; Sun, 9 Dec 2001 12:38:25 -0800 (PST) Received: from cross (hh1124173.direcpc.com [206.71.124.173]) by molly.intercom.net (8.12.1/8.12.1) with SMTP id fB9Kd2mB020541; Sun, 9 Dec 2001 15:39:04 -0500 (EST) Message-ID: <003b01c180f1$38909e40$0273150a@woodstock.lanalyse.com> From: "Ron Hensley" To: , References: <20011209192608.I21241@xs4all.nl> Subject: Re: imap server? Date: Sun, 9 Dec 2001 15:36:37 -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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Really the best way I know would be with a NAS or SAN solution, that being an external disk array that both mail servers utilize for the spool. In that way they are both using the same disk and nothing gets lost if mail goes to the backup server, or even to both in a normal cluster situation. Speed would be the big issue, thus Gigabit Fibre Channel solutions are generally the best. Like having a dedicated Gigabit LAN just for the disk traffic with no overhead from computers talking, as you would using an NFS solution. Sun makes some nice drives 'Sun Storedge' that arent too pricey Via Ebay for instance. - ----- Original Message ----- From: To: Sent: Sunday, December 09, 2001 1:26 PM Subject: imap server? > Hi. I'd like to know more about how mailspools operate, specifically how I > can re-synchronize a 'primary' mailserver when it has gone down for a while, > and the 'backup' mailserver has received several mails that are now not on > the primary.. > > clues, please? I also graciously accept cluebats... ;-) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use iQA/AwUBPBPLVFFb04N5DzUjEQLfvACg1WzdJfCj+UfJXL3AJxjcMF8mfHUAmwXF vZzC4SQ28hEWXOAGx3LM5VzI =AH4S -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 13:19:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f258.law12.hotmail.com [64.4.18.133]) by hub.freebsd.org (Postfix) with ESMTP id 868DA37B417 for ; Sun, 9 Dec 2001 13:19:35 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 9 Dec 2001 13:19:35 -0800 Received: from 168.187.120.202 by lw12fd.law12.hotmail.msn.com with HTTP; Sun, 09 Dec 2001 21:19:35 GMT X-Originating-IP: [168.187.120.202] From: "Zaid Dashti" To: freebsd-questions@freebsd.org Subject: how to send sms to mobile phone Date: Mon, 10 Dec 2001 00:19:35 +0300 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 09 Dec 2001 21:19:35.0461 (UTC) FILETIME=[33A1E550:01C180F7] Sender: owner-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 want ask some questions about sms 1- is there any script like cgi or asp scripts that i can install it in to my freebsd to send sms to mobile phone ? (Note: i want to make website that can send sms to mobile phone) 2- how i can send sms to mobile phone ? thanks bye _________________________________________________________________ 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 Sun Dec 9 13:20:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fepE.post.tele.dk (fepE.post.tele.dk [195.41.46.137]) by hub.freebsd.org (Postfix) with ESMTP id 109E637B416 for ; Sun, 9 Dec 2001 13:20:40 -0800 (PST) Received: from arnold.neland.dk ([62.243.77.140]) by fepE.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20011209212038.RWKK25405.fepE.post.tele.dk@arnold.neland.dk>; Sun, 9 Dec 2001 22:20:38 +0100 Received: from localhost (localhost [127.0.0.1]) by arnold.neland.dk (8.11.6/8.11.6) with ESMTP id fB9LLvQ59721; Sun, 9 Dec 2001 22:21:57 +0100 (CET) (envelope-from leifn@neland.dk) Date: Sun, 9 Dec 2001 22:21:57 +0100 (CET) From: Leif Neland To: Cliff Sarginson Cc: FreeBSD List Subject: Re: Spam and this list In-Reply-To: <20011207201706.GA13994@raggedclown.net> Message-ID: <20011209220450.L52959-100000@arnold.neland.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-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, 7 Dec 2001, Cliff Sarginson wrote: > Hello, > Is it not time to make this list open to subscribers only ? > That may help cut the spam. > Get rid of the newsgroup reflection of this list and > getting the freebsd.org site search for the archives sorted > out would also be a good idea. > I am fed up tracing the headers, finding the apparent source > of spam and getting unsatisfactory auto-responder replies > back (or no reply at all). How about using dnsbl, or whatever it is called in postfix? Depending on my mood, I report much of the spam to spamcop.org. and it often reports the servers blocked as open relays. I use bl.spamcop.net, inputs/outputs.orbz.org and relays.ordb.org I think mail.freebsd.org should use this too. Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 13:25:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by hub.freebsd.org (Postfix) with ESMTP id 16D7437B405; Sun, 9 Dec 2001 13:25:26 -0800 (PST) Received: from lungfish.ntlworld.com ([62.253.145.17]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20011209212515.GAON16633.mta01-svc.ntlworld.com@lungfish.ntlworld.com>; Sun, 9 Dec 2001 21:25:15 +0000 Received: from boog.goatsucker.org (boog.goatsucker.org [192.168.1.3]) by lungfish.ntlworld.com (8.11.3/8.11.3) with ESMTP id fB9LOcn68342; Sun, 9 Dec 2001 21:24:38 GMT (envelope-from scott@boog.goatsucker.org) Received: (from scott@localhost) by boog.goatsucker.org (8.9.3/8.9.3) id VAA15128; Sun, 9 Dec 2001 21:24:04 GMT (envelope-from scott) Date: Sun, 9 Dec 2001 21:24:03 +0000 From: Scott Mitchell To: Nathan Mace Cc: Freebsd-hardware , Freebsd-questions Subject: Re: memory question Message-ID: <20011209212403.H280@localhost> References: <200112092002.PAA21532@uce55.uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200112092002.PAA21532@uce55.uchaswv.edu>; from mace_nathan@uchaswv.edu on Sun, Dec 09, 2001 at 03:07:43PM -0500 X-Operating-System: FreeBSD 4.1-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Dec 09, 2001 at 03:07:43PM -0500, Nathan Mace wrote: > if a motherboard uses DDR ram, will it also use SDR ram? the reason i ask is > i'm buying a new system, and the motherboard i have picked out is a Soyo > Dragon Plus....but it uses DDR ram, and SDR ram is alot cheaper, but will it > work? Nope. SDR DIMMS won't even fit in DDR slots, and I doubt they'd work if they did. Anyway, DDR isn't exactly expensive, even if it isn't quite as cheap as SDR... although RAM prices seem to be on their way back up, so I'd buy it now if I were you. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 13:34:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from uce55.uchaswv.edu (uce55.uchaswv.edu [12.4.161.9]) by hub.freebsd.org (Postfix) with ESMTP id A5B9D37B405; Sun, 9 Dec 2001 13:34:38 -0800 (PST) Received: from there (cheech.uchaswv.edu [172.16.0.7]) by uce55.uchaswv.edu (8.9.3 (PHNE_22672)/8.9.3) with SMTP id QAA22893; Sun, 9 Dec 2001 16:36:25 -0500 (EST) Message-Id: <200112092136.QAA22893@uce55.uchaswv.edu> Content-Type: text/plain; charset="iso-8859-1" From: Nathan Mace To: freebsd-hardware@freebsd.org, freebsd-questions@freebsd.org Subject: motherboard question (Was Re:memory question) Date: Sun, 9 Dec 2001 16:41:41 -0500 X-Mailer: KMail [version 1.3.2] References: <54180709DD3FE145917BB165AFE7EFA002E0D1CE@mspexch2.office.mktw.> In-Reply-To: <54180709DD3FE145917BB165AFE7EFA002E0D1CE@mspexch2.office.mktw.> 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 ok, thanks for clearing up the RAM question, but what about the Dragon Plus motherboard? anyone have any comments for it under freebsd? nathan On Sunday 09 December 2001 04:24 pm, austad@marketwatch.com wrote: > No, it will not work. You must use DDR ram, it's twice as fast and well > worth the price. I have the same board, and it's screaming fast. Also, > sdram won't even fit in the slots, so you couldn't try it if you wanted to. > > Jay > > > -----Original Message----- > > From: Nathan Mace [mailto:mace_nathan@uchaswv.edu] > > Sent: Sunday, December 09, 2001 2:08 PM > > To: Freebsd-hardware; Freebsd-questions > > Subject: memory question > > > > > > if a motherboard uses DDR ram, will it also use SDR ram? the > > reason i ask is > > i'm buying a new system, and the motherboard i have picked > > out is a Soyo > > Dragon Plus....but it uses DDR ram, and SDR ram is alot > > cheaper, but will it > > work? > > > > also, anyone have any experience with the Soyo Dragon Plus > > and freebsd? > > > > it has a CMI 8738 integrated sound card. that does work with > > BSD right? > > 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 -- Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 13:43:21 2001 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 CAA9437B405 for ; Sun, 9 Dec 2001 13:43:16 -0800 (PST) Received: from arnold.neland.dk ([62.243.77.140]) by fepC.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20011209214315.VUDF11568.fepC.post.tele.dk@arnold.neland.dk>; Sun, 9 Dec 2001 22:43:15 +0100 Received: from localhost (localhost [127.0.0.1]) by arnold.neland.dk (8.11.6/8.11.6) with ESMTP id fB9LidQ63184; Sun, 9 Dec 2001 22:44:40 +0100 (CET) (envelope-from leifn@neland.dk) Date: Sun, 9 Dec 2001 22:44:39 +0100 (CET) From: Leif Neland To: Jim Freeze Cc: Subject: Re: ANONYMOUS FTP LOGIN REFUSED In-Reply-To: <20011208205845.A25668@freebsdportal.com> Message-ID: <20011209224158.K52959-100000@arnold.neland.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-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, 8 Dec 2001, Jim Freeze wrote: > Hi: > > Almost everyday I seem to get an anonymous ftp login attempts on > my system. > > Dec 5 13:30:09 rabbit ftpd[15555]: FTP LOGIN FAILED FROM pD951C560.dip.t-dialin.net, anonymous@ftp.mi > Dec 6 09:36:02 rabbit ftpd[16666]: ANONYMOUS FTP LOGIN REFUSED FROM ACBC509C.ipt.aol.com If you have enough space around, try allowing upload, but refuse download. Or better: rate-limit anonymous download to a few bytes/sec. You might find something interesting delivered to you :-) Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 13:46:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-201-166.mmcable.com [65.31.201.166]) by hub.freebsd.org (Postfix) with SMTP id 103E637B405 for ; Sun, 9 Dec 2001 13:46:09 -0800 (PST) Received: (qmail 80580 invoked by uid 100); 9 Dec 2001 21:46:07 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15379.56223.9546.288653@guru.mired.org> Date: Sun, 9 Dec 2001 15:46:07 -0600 To: Nathan Mace Cc: questions@freebsd.org Subject: Re: memory question In-Reply-To: <11327668@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\ X-Delivery-Agent: TMDA v0.42/Python 2.1.1 (freebsd4) From: "Mike Meyer" Sender: owner-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 types: > if a motherboard uses DDR ram, will it also use SDR ram? the reason i ask is > i'm buying a new system, and the motherboard i have picked out is a Soyo > Dragon Plus....but it uses DDR ram, and SDR ram is alot cheaper, but will it > work? It depends on the mother board. Some motherboards have slots for both DDR and SDR ram. Unless you're going to use ram you already have, the cost differential is low enough I wouldn't worry about it. > also, anyone have any experience with the Soyo Dragon Plus and freebsd? Not 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 Sun Dec 9 13:47:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-201-166.mmcable.com [65.31.201.166]) by hub.freebsd.org (Postfix) with SMTP id 2B51037B405 for ; Sun, 9 Dec 2001 13:47:43 -0800 (PST) Received: (qmail 80621 invoked by uid 100); 9 Dec 2001 21:47:42 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15379.56317.858624.742954@guru.mired.org> Date: Sun, 9 Dec 2001 15:47:41 -0600 To: Marty Landman Cc: questions@freebsd.org Subject: Re: question not asked (sysadmin - Perl?) In-Reply-To: <59770024@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\ X-Delivery-Agent: TMDA v0.42/Python 2.1.1 (freebsd4) From: "Mike Meyer" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Marty Landman types: > Nuthin' there Wayne. The fact that it runs from the command line but not > from a web browser makes me wonder though if it's an Apache config issue; > only I don't know where I'd look or even if it's in my control. Things running from the command line but not a server tend to make me suspect the environment. Check your command line environment for variables that might affect the script, and see if they are set correctly when it's run from Apache. 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 Dec 9 13:48:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.radzinschi.com (cc222717-a.owml1.md.home.com [65.8.33.207]) by hub.freebsd.org (Postfix) with ESMTP id 7AA3B37B419; Sun, 9 Dec 2001 13:48:06 -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 fB9L6Jp43540; Sun, 9 Dec 2001 16:06:19 -0500 (EST) (envelope-from marco@radzinschi.com) Date: Sun, 9 Dec 2001 16:06:19 -0500 (EST) From: Marco Radzinschi To: Nathan Mace Cc: Freebsd-hardware , Freebsd-questions Subject: Re: memory question In-Reply-To: <200112092002.PAA21532@uce55.uchaswv.edu> Message-ID: <20011209160405.C43519-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 Hello: I don't have any experience with that motherboard, but there is no way that it will use SDRAM. Additionally, you would not want to use SDRAM if you can use DDR. SDRAM may be a lot cheaper, but it runs at half the speed of DDR. DDR = Double Data Rate (of SDRAM) Marco Radzinschi E-Mail: marco@radzinschi.com AOL IM: CrackedBoy Running FreeBSD 4.4-RELEASE i386 4:04PM up 28 days, 32 mins, 1 user, load averages: 1.00, 1.00, 1.00 On Sun, 9 Dec 2001, Nathan Mace wrote: > if a motherboard uses DDR ram, will it also use SDR ram? the reason i ask is > i'm buying a new system, and the motherboard i have picked out is a Soyo > Dragon Plus....but it uses DDR ram, and SDR ram is alot cheaper, but will it > work? > > also, anyone have any experience with the Soyo Dragon Plus and freebsd? > > it has a CMI 8738 integrated sound card. that does work with BSD right? > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 14: 4:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail014.syd.optusnet.com.au (mail014.syd.optusnet.com.au [203.2.75.175]) by hub.freebsd.org (Postfix) with ESMTP id 3308F37B416 for ; Sun, 9 Dec 2001 14:04:10 -0800 (PST) Received: from peter (katax4-043.dialup.optusnet.com.au [198.142.101.43]) by mail014.syd.optusnet.com.au (8.11.1/8.11.1) with SMTP id fB9M47J23583; Mon, 10 Dec 2001 09:04:08 +1100 Message-ID: <00c301c180fd$19ffa4b0$0300a8c0@peter> From: "Peter Hoskin" To: , "Zaid Dashti" References: Subject: Re: how to send sms to mobile phone Date: Mon, 10 Dec 2001 09:01:44 +1100 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 /usr/ports/comms/sms_client is your friend. Your probably looking at making a php or cgi interface to it, though if you want to make a www gateway. ----- Original Message ----- From: "Zaid Dashti" To: Sent: Monday, December 10, 2001 8:19 AM Subject: how to send sms to mobile phone > hi > i want ask some questions about sms > > 1- is there any script like cgi or asp scripts that i can > install it in to my freebsd to send sms to mobile phone ? > (Note: i want to make website that can send sms to mobile phone) > > > 2- how i can send sms to mobile phone ? > > thanks > bye > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 14:17:19 2001 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 70A2B37B419 for ; Sun, 9 Dec 2001 14:17:10 -0800 (PST) Received: (qmail 13221 invoked from network); 9 Dec 2001 22:16:56 -0000 Received: from unknown (HELO wastegate.net) (216.151.64.19) by smtp2.mx.pitdc1.stargate.net with SMTP; 9 Dec 2001 22:16:56 -0000 Received: (qmail 96486 invoked from network); 9 Dec 2001 22:17:29 -0000 Received: from unknown (HELO mother.wastegate.net) (192.168.1.2) by 192.168.1.1 with SMTP; 9 Dec 2001 22:17:29 -0000 From: "Doug Reynolds" To: "Anthony Atkielski" , "FreeBSD Questions" Date: Sun, 09 Dec 2001 17:17:34 -0500 Reply-To: "Doug Reynolds" X-Mailer: PMMail 2000 Professional (2.20.2380) For Windows 98 (4.10.2222) In-Reply-To: <054901c18073$e1001d40$0a00000a@atkielski.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Record uptime for a FreeBSD system? Message-Id: <20011209221710.70A2B37B419@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 9 Dec 2001 06:39:26 +0100, Anthony Atkielski wrote: >I was just wondering: What is the highest uptime anyone has ever seen on a >FreeBSD system? I assume it is several years, but what's the longest time >that anyone has actually verified (by looking at system status or some other >report that actually spells out the uptime, and marking it down for >posterity)? > >I had my NT and FreeBSD systems running very close for a while, but then a >persistent bug in the NT network driver (at least I think that's where it >is) gave me a blue screen on that system. FreeBSD is still running nicely. >It has only been ten days, though, which isn't a very long time for a >server. I've had mine up for 30days or so b4. I normally reboot or re-sync the srcs every so often, so I've never had any long long uptime. --- 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 Dec 9 14:18:28 2001 Delivered-To: freebsd-questions@freebsd.org Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by hub.freebsd.org (Postfix) with ESMTP id C8C1A37B41B for ; Sun, 9 Dec 2001 14:18:26 -0800 (PST) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 3.12 #1 (Debian)) id 16DCHC-0007b9-00 for ; Sun, 09 Dec 2001 15:18:26 -0700 Date: Sun, 9 Dec 2001 15:18:26 -0700 (MST) From: RJ45 To: freebsd-questions@freebsd.org Subject: w not displaying host names 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! I have this problem with w, it is not displaying hostnames of valid IP addresses USER TTY FROM LOGIN@ IDLE WHAT jhansen p1 199.104.120.103 10:57PM 14 (tcsh) fddi p2 137.204.49.17 11:12PM - w this happened since I upgraded to 4.4-STABLE any hints?? thanks! Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 14:22: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by hub.freebsd.org (Postfix) with ESMTP id 617F737B416 for ; Sun, 9 Dec 2001 14:21:58 -0800 (PST) Received: from user-38ldn7a.dsl.mindspring.com ([209.86.220.234] helo=dad2.msfreezone.org) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 16DCKa-0004q5-00; Sun, 09 Dec 2001 17:21:57 -0500 Message-Id: <5.1.0.14.2.20011209141859.0314c4b0@pop.mindspring.com> X-Sender: jms039149@pop.mindspring.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 09 Dec 2001 14:22:00 -0800 To: "Ciro Maietta" From: John Subject: Re: DHCP and DNS hostname resolution: A better way? Cc: In-Reply-To: <000d01c1808a$11471d80$6400a8c0@dominion.us> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I do not know enough about it to give you details, just a suggestion toward a path to investigate. It sounds to me as though Dynamic DNS is the solution you seek. Either pick up the DNS & BIND book, check out the handbook online, or wait for other responses that will provide more information for you, and then you shall have the foundation for your answer. - John At 12/9/01 12:18 AM, Ciro Maietta wrote: >I'm running a FreeBSD 4.2 - Release (until I can figure out how to make >decent backups before going STABLE) firewall/DHCP server. I've got named and >dhcpd running just fine and dandy (named is local only, outside access is >blocked totally in ipfw.rules) but with one snafu. Several of my clients >are laptops that I and a few other users on the network bring between our >respective home networks and the college network, all of which operate a >dhcp server (to prevent reconfiguring whenever we travel). > >According to dhcpd.leases, dhcpd can pick up the hostname of the client when >an ip is leased (the line 'client-hostname: HOST' shows up in the lease >file), but the clients can only be referenced by IP. i.e. 'ping ASGARD' >returns "Cannot resolve host: ASGARD" whereas pinging the IP works fine. So >far, I have only come across two ways that I can make this work. One is >assigning IP/Hostname depending on MAC address, and the other is using a >script (probably perl, in my case) to parse the dhcpd.leases file and >dynamically create /etc/hosts (and I have my doubts on whether that would >even actually WORK!). My question is this: Since dhcpd obviously KNOWS the >clients' hostnames, is there any way to reference the clients without >hard-coding the information in? > >Sorry if I seem masochistic, but the path of least resistance also reaps the >least satisfaction. :) > >TIA >-Ciro > >** This .sig file is currently under federal investigation on suspicion of >treason, murder, and a lack of humor. > > >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 Dec 9 14:24:53 2001 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 3959337B405 for ; Sun, 9 Dec 2001 14:24:50 -0800 (PST) Received: (qmail 1095 invoked from network); 9 Dec 2001 22:24:48 -0000 Received: from unknown (HELO wastegate.net) (216.151.64.19) by smtp2.mx.pitdc1.stargate.net with SMTP; 9 Dec 2001 22:24:48 -0000 Received: (qmail 96515 invoked from network); 9 Dec 2001 22:25:18 -0000 Received: from unknown (HELO mother.wastegate.net) (192.168.1.2) by 192.168.1.1 with SMTP; 9 Dec 2001 22:25:18 -0000 From: "Doug Reynolds" To: "Ken Seggerman" , "questions@FreeBSD.org" Date: Sun, 09 Dec 2001 17:25:23 -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: Win2000 clobbered my boot sector Message-Id: <20011209222451.3959337B405@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 9 Dec 2001 09:45:08 -0500 (EST), Ken Seggerman wrote: >Greetings: > >I have a machine with a 10GB drive and a 40GB drive. The 10GB had >Windows NT taking up the whole drive, and the second drive is partitioned >in two with FreeBSD 4.3-STABLE, and Linux 2.4. > >All three co-existed on my machine, booteasy only saw NT and FreeBSD, so I >had to boot Linux from a floppy. > >I recently installed Windows 2000 Professional (to my deep regret) and >found that booteasy is gone, the old NT OS Chooser is gone and I have no >way to boot into FreeBSD. Booting Linux from the floppy still works. > >Booting from a kern.flp, and interrupting the boot sequence and typing in >boot:1:ad(1,a) no longer works, as it once did. > >Is there any way I can get FreeBSD back? you can go into the /stand/sysinstall and re-create freebsd's MBR on the master drive, or you could switch your boot drive in the bios, at least depending on your bios.. my abit kt7a will let me boot from pretty much any drive on my system --- 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 Dec 9 14:29: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.thebiz.net (mx1.thebiz.net [216.238.0.20]) by hub.freebsd.org (Postfix) with SMTP id 8390F37B417 for ; Sun, 9 Dec 2001 14:29:01 -0800 (PST) Received: (qmail 15529 invoked from network); 9 Dec 2001 17:28:59 -0500 Received: from unknown (172.16.0.80) by 172.16.0.178 with QMQP; 9 Dec 2001 17:28:59 -0500 Received: from unknown (HELO marty.face2interface.com) (216.238.72.249) by mail.ulster.net with SMTP; 9 Dec 2001 17:29:00 -0500 Message-Id: <5.1.0.14.0.20011209171004.00a92200@pop.ulster.net> X-Sender: marty@pop.ulster.net X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 09 Dec 2001 17:29:08 -0500 To: "Mike Meyer" From: Marty Landman Subject: Re: question not asked (sysadmin - Perl?) Cc: questions@freebsd.org In-Reply-To: <15379.56317.858624.742954@guru.mired.org> References: <59770024@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 03:47 PM 12/9/01 -0600, Mike Meyer wrote: >Marty Landman types: > > Nuthin' there Wayne. The fact that it runs from the command line but not > > from a web browser makes me wonder though if it's an Apache config issue; > > only I don't know where I'd look or even if it's in my control. > >Things running from the command line but not a server tend to make me >suspect the environment. Check your command line environment for >variables that might affect the script, and see if they are set >correctly when it's run from Apache. How? I hate to sound like an idiot but I don't know the first thing about that stuff. If you'd give me some references, urls whatever you got I'd love to start learning this stuff. It's obviously starting to get important enough to me that I don't wanna call tech support every time there's some little glitch happening. After all, I'm a professional. 8-p Marty Website Creation Made SIMPL(tm) http://face2interface.com/Home/Demo.shtml WebSafe Color Picker -- http://face2interface.com/Websafe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 14:34:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-201-166.mmcable.com [65.31.201.166]) by hub.freebsd.org (Postfix) with SMTP id BA35937B419 for ; Sun, 9 Dec 2001 14:34:33 -0800 (PST) Received: (qmail 80985 invoked by uid 100); 9 Dec 2001 22:34:26 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15379.59122.595813.387921@guru.mired.org> Date: Sun, 9 Dec 2001 16:34:26 -0600 To: Marty Landman Cc: questions@freebsd.org Subject: Re: question not asked (sysadmin - Perl?) In-Reply-To: <5.1.0.14.0.20011209171004.00a92200@pop.ulster.net> References: <59770024@toto.iv> <5.1.0.14.0.20011209171004.00a92200@pop.ulster.net> 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\ X-Delivery-Agent: TMDA v0.42/Python 2.1.1 (freebsd4) From: "Mike Meyer" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Marty Landman types: > At 03:47 PM 12/9/01 -0600, Mike Meyer wrote: > >Marty Landman types: > > > Nuthin' there Wayne. The fact that it runs from the command line but not > > > from a web browser makes me wonder though if it's an Apache config issue; > > > only I don't know where I'd look or even if it's in my control. > >Things running from the command line but not a server tend to make me > >suspect the environment. Check your command line environment for > >variables that might affect the script, and see if they are set > >correctly when it's run from Apache. > How? I hate to sound like an idiot but I don't know the first thing about > that stuff. If you'd give me some references, urls whatever you got I'd > love to start learning this stuff. It's obviously starting to get important > enough to me that I don't wanna call tech support every time there's some > little glitch happening. After all, I'm a professional. 8-p Well, you get your command line environment with the "env" command. Figuring out what in that is relevant to the script - that I can't help you with. The Perl man pages may provide some names. The scripts proper may also have references to 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 Sun Dec 9 14:34:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from atkielski.com (atkielski.com [161.58.232.69]) by hub.freebsd.org (Postfix) with ESMTP id 1119B37B417; Sun, 9 Dec 2001 14:34:32 -0800 (PST) Received: from contactdish (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by atkielski.com (8.11.6) id fB9MYM438979; Sun, 9 Dec 2001 23:34:23 +0100 (CET) Message-ID: <001701c18101$aa6f5d20$0a00000a@atkielski.com> From: "Anthony Atkielski" To: Cc: , "Greg Lehey" , "FreeBSD Questions" References: <054901c18073$e1001d40$0a00000a@atkielski.com> <20011209162607.B83634@monorchid.lemis.com> <20011208223426.D76137@seven.alameda.net> <058f01c180c2$866bb160$0a00000a@atkielski.com> <20011209120131.G76137@seven.alameda.net> Subject: Re: Record uptime for a FreeBSD system? Date: Sun, 9 Dec 2001 23:34:22 +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.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 Impressive results for such a modest system. Was it a high-quality machine when you acquired it (HP or some major brand, etc.), or something you built yourself, or an off-brand ready-made PC, or what? ----- Original Message ----- From: "Ulf Zimmermann" To: "Anthony Atkielski" Cc: ; "Greg Lehey" ; "FreeBSD Questions" Sent: Sunday, December 09, 2001 21:01 Subject: Re: Record uptime for a FreeBSD system? > On Sun, Dec 09, 2001 at 04:02:21PM +0100, Anthony Atkielski wrote: > > How heavily used is this system, and what sort of hardware does it run on? > > > > ----- Original Message ----- > > From: "Ulf Zimmermann" > > To: "Greg Lehey" > > Cc: "Anthony Atkielski" ; "FreeBSD Questions" > > ; "Ulf Zimmermann" > > Sent: Sunday, December 09, 2001 07:34 > > Subject: Re: Record uptime for a FreeBSD system? > > > > > > > Nope, I took it a few days after that email down to switch the UPS. > > > > > Until a few weeks ago, it was being used as a DNS server with usual > around 1,000 domains on it. All low traffic domains. The hardware > was a 486DX2/66 with 20MB memory, a 500MB disk for the system, a 130mb > disk as /usr/local and a 100mb disk as swap. It usual was in swap > for about 15-20mb. There was also an Apache running on it, with > some very low traffic pages (my wifes home page). > > -- > Regards, Ulf. > > --------------------------------------------------------------------- > Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 14:35:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by hub.freebsd.org (Postfix) with ESMTP id 3230A37B41B; Sun, 9 Dec 2001 14:35:38 -0800 (PST) Received: from lungfish.ntlworld.com ([62.253.153.41]) by mta06-svc.ntlworld.com (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20011209223536.DGVO3849.mta06-svc.ntlworld.com@lungfish.ntlworld.com>; Sun, 9 Dec 2001 22:35:36 +0000 Received: from boog.goatsucker.org (boog.goatsucker.org [192.168.1.3]) by lungfish.ntlworld.com (8.11.3/8.11.3) with ESMTP id fB9MZZn68580; Sun, 9 Dec 2001 22:35:35 GMT (envelope-from scott@boog.goatsucker.org) Received: (from scott@localhost) by boog.goatsucker.org (8.9.3/8.9.3) id WAA15725; Sun, 9 Dec 2001 22:35:00 GMT (envelope-from scott) Date: Sun, 9 Dec 2001 22:35:00 +0000 From: Scott Mitchell To: Nathan Mace Cc: freebsd-hardware@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG Subject: Re: motherboard question (Was Re:memory question) Message-ID: <20011209223500.I280@localhost> References: <54180709DD3FE145917BB165AFE7EFA002E0D1CE@mspexch2.office.mktw.> <200112092136.QAA22893@uce55.uchaswv.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: <200112092136.QAA22893@uce55.uchaswv.edu>; from mace_nathan@uchaswv.edu on Sun, Dec 09, 2001 at 04:41:41PM -0500 X-Operating-System: FreeBSD 4.1-RELEASE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Dec 09, 2001 at 04:41:41PM -0500, Nathan Mace wrote: > ok, thanks for clearing up the RAM question, but what about the Dragon Plus > motherboard? anyone have any comments for it under freebsd? > No specific comments (haven't used that particular board), but there's no particular reason that it wouldn't work. You may find that not all of the onboard hardware (sound, network, whatever, I forget what the Dragon has) is fully supported, however. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 14:44:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from IMGate1.cshore.com (imgate1.cshore.com [63.237.136.14]) by hub.freebsd.org (Postfix) with ESMTP id 7FA7337B405 for ; Sun, 9 Dec 2001 14:44:18 -0800 (PST) Received: from there (dialup-uu-dynamic18.cshore.com [63.112.158.18]) by IMGate1.cshore.com (Postfix) with SMTP id DDE2823FE2 for ; Sun, 9 Dec 2001 17:45:02 -0500 (EST) Content-Type: text/plain; charset="iso-8859-1" From: Matthew Graybosch Reply-To: matthew@starbreaker.net Organization: starbreaker.net Message-Id: <200112091740.47678@starbreaker.net> To: freebsd-questions@freebsd.org Subject: acroread4? Yuck! Date: Sun, 9 Dec 2001 17:42:28 -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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is it just me, or does the KDE2 PS/PDF viewer do a better job of rendering PDF files created with LyX, LaTeX and ps2pdf than acroread4 does? I tried formatting some text as PDF and displaying it in acroread and the font is so blocky and ugly. - -- Matthew Graybosch http://www.starbreaker.net GnuPG Key ID: 0x7D488659 "Sex, Unix, and rock 'n roll" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8E+jUcCiK1X1IhlkRAlSdAJ9s+r2v+TVDgqtGGnp+FndnIi0EGwCg0NBK AY1U98ddroMwZrk+zPKTh5c= =HtvW -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 15: 2:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id B467E37B405 for ; Sun, 9 Dec 2001 15:02:24 -0800 (PST) Received: from there [66.114.152.128] by pioneernet.net (SMTPD32-6.06) id A0A79AB60094; Sun, 09 Dec 2001 07:17:59 -0800 Content-Type: text/plain; charset="iso-8859-1" From: chip To: questions@freebsd.org Subject: using Wine for the first time problem... Date: Sun, 9 Dec 2001 15:01:58 -0800 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200112090717969.SM06212@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 First off, I did post this same message on the wine newsgroup and have ye= t to=20 recieve an answer. Second, I did check the wine hq web site and also fail= ed=20 to find an answer. So hopefully someone here can help. My first attempt at getting a winblows app to work in wine has failed,=20 below is the setup as it is on my machine, please review it and let me kn= ow=20 it there is a problem with it: wine version: 20011108 (installed from the FBSD ports system) OS version: FreeBSD 4.4-r Directory Structure: ~/chip/win ~/chip/win/Program Files (created by the the app I installed= ) ~/chip/win/windows ~/chip/win/windows/Desktop ~/chip/win/windows/Start Menu ~/chip/win/windows/system ~/chip/win/windows/Fonts (created by the app I installed, I g= uess) The relevant config sections: [Drive A] "Path" =3D "/floppy" "Type" =3D "floppy" "Label" =3D "Floppy" "Serial" =3D "87654321" "Device" =3D "/dev/fd0c" [Drive C] "Path" =3D "/usr/home/chip/win" "Type" =3D "hd" "Label" =3D "MS-DOS" "Filesystem" =3D "win95" [Drive D] "Path" =3D "/cdrom" "Type" =3D "cdrom" "Label" =3D "CD-Rom" "Filesystem" =3D "win95" ; make sure that device is correct and has proper permissions ! "Device" =3D "/dev/acd0c" [Drive E] "Path" =3D "/tmp" "Type" =3D "hd" "Label" =3D "Tmp Drive" "Filesystem" =3D "win95" [Drive F] "Path" =3D "${HOME}" "Type" =3D "network" "Label" =3D "Home" "Filesystem" =3D "win95" [wine] "Windows" =3D "c:\\windows" "System" =3D "c:\\windows\\system" "Temp" =3D "e:\\" "Path" =3D "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\" "Profile" =3D "c:\\windows\\Profiles\\Administrator" "GraphicsDriver" =3D "x11drv" "ShellLinker" =3D "wineshelllink" =20 With that said and done, here is the crux of the problem: bash-2.05$ wine -winver win95 -managed HTMLKit.exe wine: Unhandled exception, starting debugger... Then I never get any debugger info, it appears to either hang or just not= =20 respond, so I end up killing it. The program HTML-Kit is listed as working on wine. According to the wine = hq=20 web site I need to run wineinstall or regapi, but neither of those are=20 included in the port for wine, I checked the packing list on freebsd.org = for=20 wine. Can someone help me with this problem, I was unable to find the answer on= =20 the Wine HQ web site or in the archives. --=20 Chip W chip@wiegand.org <+><+><+><+><+><+><+><+> Windows 95/NT - 32 bit extensions and a graphical shell for a 16 bit patc= h to an 8 bit operating system originally coded for a 4 bit microprocessor, written by a 2 bit company that can't stand 1 bit of competition. <+><+><+><+><+><+><+><+> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 15:14: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by hub.freebsd.org (Postfix) with ESMTP id 91E0C37B417 for ; Sun, 9 Dec 2001 15:14:04 -0800 (PST) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 3.12 #1 (Debian)) id 16DD92-0007gU-00 for ; Sun, 09 Dec 2001 16:14:04 -0700 Date: Sun, 9 Dec 2001 16:14:04 -0700 (MST) From: RJ45 To: freebsd-questions@freebsd.org Subject: problem with PPP, it core dumps when in nat mode 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 a big problem with PPP. I have a DEC personla workstation 500a which is my own server at home connected with ADSL 256kbps, FreeBSD4.4 stable. I also have a hidden LAN and I enabled ipnat and nat_ppp on my server to being able to go on the internet from my hidden lan. When I start to use all of my 256kbps bandwith and at the same time I also connect outside from my hidden lan nearly all the time PPP core dumps and dies pid 136 (ppp), uid 0: exited on signal 10 (core dumped) ifconfig shows me still the active PPP connection with my ISP but ppp is dead and I am out of the network. I have to restart PPP to get online again. IT looks like to be a ppp bug. It happens only in the nat_ppp mode. anyone could gime me some hints how I can fix the problem? thanks Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 15:15: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mcqueen.wolfsburg.de (pns.wobline.de [212.68.68.5]) by hub.freebsd.org (Postfix) with ESMTP id F07B737B41E for ; Sun, 9 Dec 2001 15:14:38 -0800 (PST) Received: from colt.ncptiddische.net (ppp-219.wobline.de [212.68.69.230]) by mcqueen.wolfsburg.de (8.11.3/8.11.3/tw-20010821) with ESMTP id fB9NEUA22499; Mon, 10 Dec 2001 00:14:30 +0100 Received: from tisys.org (poison.ncptiddische.net [192.168.0.5]) by colt.ncptiddische.net (8.11.6/8.11.6) with ESMTP id fB9NFhX07328; Mon, 10 Dec 2001 00:15:43 +0100 (CET) (envelope-from nils@tisys.org) Received: (from nils@localhost) by tisys.org (8.11.6/8.11.6) id fB9NEdf20998; Mon, 10 Dec 2001 00:14:39 +0100 (CET) (envelope-from nils) Date: Mon, 10 Dec 2001 00:14:39 +0100 From: Nils Holland To: RJ45 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: w not displaying host names Message-ID: <20011210001439.A20835@tisys.org> Mail-Followup-To: RJ45 , freebsd-questions@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rj45@slacknet.com on Sun, Dec 09, 2001 at 03:18:26PM -0700 X-Operating-System: FreeBSD poison.ncptiddische.net 4.4-STABLE FreeBSD 4.4-STABLE X-Machine-Uptime: 12:10AM up 6:28, 1 user, load averages: 0.13, 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 On Sun, Dec 09, 2001 at 03:18:26PM -0700, RJ45 stood up and spoke: > > Hello! > I have this problem with w, it is not displaying hostnames of valid IP > addresses > > USER TTY FROM LOGIN@ IDLE WHAT > jhansen p1 199.104.120.103 10:57PM 14 (tcsh) > fddi p2 137.204.49.17 11:12PM - w The first thing that comes to my mind: Are you sure that your DNS is working correctly? Are your local machines specified in /etc/hosts and is a valid nameserver defined in /etc/host.conf? Probably verifying the things mentioned above will help. Greetings Nils -- Nils Holland Ti Systems - FreeBSD in Tiddische, Germany http://www.tisys.org * nils@tisys.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Dec 9 15:24:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.toronto.istar.net (mail1.toronto.istar.net [209.89.75.17]) by hub.freebsd.org (Postfix) with ESMTP id 5900B37B427 for ; Sun, 9 Dec 2001 15:24:46 -0800 (PST) Received: from d226-39-102.home.cgocable.net ([24.226.39.102] helo=x1-6-00-50-ba-de-36-33.kico1.on.home.com) by mail1.toronto.istar.net with esmtp (Exim 2.02 #1) id 16DDJT-0002hj-00; Sun, 9 Dec 2001 18:24:51 -0500 Received: from localhost (genisis@localhost) by x1-6-00-50-ba-de-36-33.kico1.on.home.com (8.11.6/8.11.6) with ESMTP id fB9NW5x11206; Sun, 9 Dec 2001 18:32:06 -0500 (EST) (envelope-from genisis@istar.ca) X-Authentication-Warning: x1-6-00-50-ba-de-36-33.kico1.on.home.com: genisis owned process doing -bs Date: Sun, 9 Dec 2001 18:32:00 -0500 (EST) From: Dru X-X-Sender: To: chip Cc: Subject: Re: using Wine for the first time problem... In-Reply-To: <200112090717969.SM06212@there> Message-ID: <20011209182935.C85100-100000@x1-6-00-50-ba-de-36-33.kico1.on.home.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 9 Dec 2001, chip wrote: > First off, I did post this same message on the wine newsgroup and have yet to > recieve an answer. Second, I did check the wine hq web site and also failed > to find an answer. So hopefully someone here can help. > My first attempt at getting a winblows app to work in wine has failed, > below is the setup